/* line 48, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/headerwhite.png");
  width: 0;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 56px;
}

/* line 61, ../sass/theme/theme.scss */
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 300px;
  overflow: hidden;
  background-image: url("../../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 74, ../sass/theme/theme.scss */
#header_theme_image {
  background-image: url("../../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: block;
}

/* line 85, ../sass/theme/theme.scss */
div.dashboard-dashboardmodule div.headercontainer {
  display: none;
}

/* line 89, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #bd693e !important;
  color: #fff !important;
}

/* line 94, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #bd693e !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 100, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #61b3ba !important;
  color: #fff;
}

/* line 105, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #61b3ba !important;
}

/* line 109, ../sass/theme/theme.scss */
div.sharedBar a {
  color: #60B3BB;
}

/* line 112, ../sass/theme/theme.scss */
div.sharedBar a:hover {
  color: #47878F;
}

/* line 136, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #fff;
}

/* line 141, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #0a3859;
}

/* line 145, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #0a3859;
}

/* line 149, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #5E2B72;
}

/* line 153, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #fff;
  color: #5E2B72;
}

/* line 159, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #0a3859;
}
/* line 162, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #ffe78a;
}
/* line 167, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 169, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 171, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 173, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 176, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #d27644;
  color: #b75d2c;
}
/* line 182, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #d27644;
  color: white;
  border-color: #b75d2c;
}
/* line 186, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #b75d2c;
}
/* line 189, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #b75d2c;
}
/* line 191, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 196, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #b75d2c;
}
/* line 200, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #b75d2c;
}
/* line 202, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 214, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #61b3ba;
}

/* line 220, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #61b3ba;
}

/* line 227, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/loginbg.jpg") !important;
}
/* line 229, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  /*padding should be image height - 39 (height of the login button)*/
  background-image: url("/img/headerwhite.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 56px;
  padding-bottom: 42px;
  bottom: 0%;
}
/* line 231, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
