/* line 67, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #E5E5E5 !important;
  color: #1F1F21 !important;
}

/* line 72, ../sass/theme/theme.scss */
.itemDetail section,
.itemForm section {
  border-color: #E5E5E5 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 78, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle,
.itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #FEC830 !important;
  color: #1F1F21;
}

/* line 83, ../sass/theme/theme.scss */
.itemDetail section.sectionActive,
.itemDetail section.sectionActive {
  border-color: #FEC830 !important;
}

/* line 109, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #CCCCCC;
}

/* line 114, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #2A2A2A;
}

/* line 118, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea,
.sharedBar .shoppingCart {
  border-left-color: #2A2A2A;
}

/* line 123, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #1a1a1a;
}

/* line 126, ../sass/theme/theme.scss */
.shopping-cart-badge:after {
  color: #000;
  background: #CCCCCC;
  border-color: #000;
}

/* line 131, ../sass/theme/theme.scss */
.sharedBar .orgArea select,
.sharedBar .orgArea option {
  background-color: #E5E5E5;
  color: #1F1F21;
}

/* line 137, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #000;
}

/* line 140, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #1F1F21;
}

/* line 144, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer {
  background-color: #000;
  border-top-color: #2A2A2A;
}

/* line 147, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li {
  border-top: 1px solid #2A2A2A;
}

/* line 149, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li span {
  color: #CCCCCC;
}

/* line 152, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li a {
  color: #CCCCCC;
}

/* line 156, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li:hover {
  background-color: #2A2A2A;
}

/* line 159, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li.selected:hover {
  background-color: transparent;
}

/* line 164, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}

/* line 166, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}

/* line 168, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}

/* line 170, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}

/* line 173, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #2a2a2a;
  color: #c79301;
}

/* line 179, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #2a2a2a;
  color: white;
  border-color: #2a2a2a;
}

/* line 183, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #c79301;
}

/* line 186, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #c79301;
}

/* line 188, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #FFF;
}

/* line 193, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #c79301;
}

/* line 197, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #c79301;
}

/* line 199, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 214, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  margin-left: 15px !important;
  margin-bottom: 0px !important;
  background-image: url("/img/b2bloginlogo.png");
  background-repeat: no-repeat;
  padding-top: 67px;
}

/* line 215, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 224, ../sass/theme/theme.scss */
.loginPage .loginPanelContent input[type="button"] {
  margin-bottom: 20px;
}

/* line 234, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/headerlogoNew.png");
  background-position: center;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 26px 57px;
}

/* line 247, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/loginbg.jpg") !important;
  background-position: bottom !important;
  background-size: cover;
}