/* line 2, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/LoginScreen_Background.jpg);
}

/* line 7, ../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.png);
  background-repeat: no-repeat;
  padding-top: 100px;
  z-index: -1;
}
/* line 9, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 66, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo.png);
  width: 0;
  height: 0;
  background-size: cover;
  padding: 28px 58px;
}

/* line 79, ../sass/theme/theme.scss */
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 320px;
  overflow: hidden;
}

/* line 88, ../sass/theme/theme.scss */
#header_theme_image {
  background-image: url(/img/Responsive-Header-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 320px;
  max-height: 320px;
  display: block;
}

/* line 99, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #FDBE15 !important;
  color: #58585A !important;
}

/* line 104, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #FDBE15 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 110, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #702113 !important;
  color: #FFF9E9;
}

/* line 115, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #702113 !important;
}

/* line 140, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #CCCCCC;
}

/* line 145, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #521A0D;
}

/* line 149, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #521A0D;
}

/* line 153, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #491c16;
}

/* line 157, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #245778;
  color: #FFF9E9;
}

/* line 163, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: url("/img/Header.png");
}
/* line 166, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #722314;
}
/* line 171, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 173, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 175, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 177, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 180, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #521a0e;
  color: #260c07;
}
/* line 186, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #521a0e;
  color: white;
  border-color: #260c07;
}
/* line 190, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #260c07;
}
/* line 193, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #260c07;
}
/* line 195, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #FFF9E9;
}
/* line 200, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #260c07;
}
/* line 204, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #260c07;
}
/* line 206, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 217, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #702113;
}

/* line 223, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #702113;
}
