/* colors provided by client */
/* sass stuff */
/* line 17, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #3aa6ff !important;
  color: #fff !important;
}

/* line 22, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #3aa6ff !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 28, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #01559b !important;
  color: #fff;
}

/* line 33, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #01559b !important;
}

/* header image */
/* line 40, ../sass/theme/theme.scss */
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 300px;
  overflow: hidden;
}

/* line 49, ../sass/theme/theme.scss */
#header_theme_image {
  background-image: url(/img/header2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 311px;
  max-height: 311px;
  display: block;
}

/* logos */
/* line 65, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logoheader.jpg);
  width: 0;
  height: 0;
  background-size: cover;
  padding: 20px 30px;
}

/* line 75, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
}
/* line 77, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/logo.jpg");
  background-repeat: no-repeat;
  padding-top: 50px;
}
/* line 79, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 116, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #CCCCCC;
}

/* line 121, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #b5b5b5;
}

/* line 125, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #b5b5b5;
}

/* line 129, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #fff;
}

/* line 133, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #3aa6ff;
  color: #fff;
}

/* line 139, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #fff;
}
/* line 142, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #000;
}
/* line 146, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer {
  background-color: #fff;
  border-top-color: #b5b5b5;
}
/* line 149, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li {
  border-top: 1px solid #b5b5b5;
}
/* line 151, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li span {
  color: #CCCCCC;
}
/* line 154, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li a {
  color: #CCCCCC;
}
/* line 158, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li:hover {
  background-color: #b5b5b5;
}
/* line 161, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li.selected:hover {
  background-color: transparent;
}
/* line 166, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 168, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 170, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 172, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 175, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #01559b;
  color: #013968;
}
/* line 181, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #01559b;
  color: white;
  border-color: #013968;
}
/* line 185, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #013968;
}
/* line 188, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #013968;
}
/* line 190, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 195, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #013968;
}
/* line 199, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #013968;
}
/* line 201, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 210, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #000;
}

/* line 216, ../sass/theme/theme.scss */
.sharedBar .switchArea, .sharedBar .switchArea:hover {
  background-color: #efefef !important;
}

/* line 221, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #01559b;
}

/* line 227, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #01559b;
}

/* line 231, ../sass/theme/theme.scss */
.arrows {
  font-size: 52px !important;
}
