/* line 51, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("../img/loginlogo.png");
  width: 0;
  height: 0;
  background-size: cover;
  padding: 30px 52px;
  margin-left: -5px;
}

/* line 63, ../sass/theme/theme.scss */
.loginPage {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/loginbg.jpg") !important;
}

/* line 72, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../img/loginlogo.png");
  background-repeat: no-repeat;
  padding: 40px 35px;
}
/* line 74, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* 
//Set up the responsive header image for the site.  If a header image is used must set the
//height (which should never vary) in the
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 300px;
  overflow: hidden;
}

#header_theme_image {
  background-image: url(http://res.cloudinary.com/benextranetdemo/image/upload/crm/extranetv2/BE68EC4F-81D6-4C83-A0B6AB0BD76E5999_469214c5-8767-46c1-a80ecc8fbdd8ddfb);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 300px;
}

html .formPanelTitle{
	background-color: $brand-identity-2 !important;
	color: $brand-identity-2-inverse !important;
}

.itemDetail section, .itemForm section {
	border-color: $brand-identity-2 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle{
	background-color: $brand-identity-1 !important;
	color: $brand-identity-1-inverse;
}

.itemDetail section.sectionActive, .itemDetail section.sectionActive{
	border-color: $brand-identity-1 !important;
}
 */
/* line 134, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #CCCCCC;
}

/* line 139, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #f9f9f9;
}

/* line 143, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea,
.sharedBar .shoppingCart {
  border-left-color: #f9f9f9;
}

/* line 148, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #ffffff;
}

/* line 151, ../sass/theme/theme.scss */
.shopping-cart-badge:after {
  color: #f9f9f9;
  background: #CCCCCC;
  border-color: #f9f9f9;
}

/* line 156, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #e41395;
  color: #ffffff;
}

/* line 162, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #f9f9f9;
}
/* line 165, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #171717;
}
/* line 169, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer {
  background-color: #f9f9f9;
  border-top-color: #f9f9f9;
}
/* line 172, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li {
  border-top: 1px solid #f9f9f9;
}
/* line 174, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li span {
  color: #CCCCCC;
}
/* line 177, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li a {
  color: #CCCCCC;
}
/* line 181, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li:hover {
  background-color: #f9f9f9;
}
/* line 184, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li.selected:hover {
  background-color: transparent;
}
/* line 189, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 191, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 193, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 195, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 198, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #29abe2;
  color: #1a8dbe;
}
/* line 204, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #29abe2;
  color: white;
  border-color: #1a8dbe;
}
/* line 208, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #1a8dbe;
}
/* line 211, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #1a8dbe;
}
/* line 213, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #ffffff;
}
/* line 218, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #1a8dbe;
}
/* line 222, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #1a8dbe;
}
/* line 224, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 236, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #29abe2;
}

/* line 242, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #29abe2;
}
