/* line 47, ../sass/theme/theme.scss */
html .logoArea img.logo {
  width: 0;
  height: 0;
  background-size: cover;
  padding: 24px 86px;
}

/*
//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;
}
*/
/* line 78, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #f9b62e !important;
  color: #fff !important;
}

/* line 83, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #f9b62e !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 89, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #1974bc !important;
  color: #fff;
}

/* line 94, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #1974bc !important;
}

/* line 119, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #CCCCCC;
}

/* line 124, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #333;
}

/* line 128, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #333;
}

/* line 132, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #1a1a1a;
}

/* line 136, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #f9b62e;
  color: #fff;
}

/* line 142, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #000;
}
/* line 145, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #fff;
}
/* line 150, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 152, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 154, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 156, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 159, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #1974bc;
  color: #13588f;
}
/* line 165, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #1974bc;
  color: white;
  border-color: #13588f;
}
/* line 169, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #13588f;
}
/* line 172, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #13588f;
}
/* line 174, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 179, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #13588f;
}
/* line 183, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #13588f;
}
/* line 185, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 195, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #1974bc;
}

/* line 201, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #1974bc;
}

/* line 209, ../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: 50px;
  background-size: 250px;
  margin-left: 20px !important;
  padding-right: 15px !important;
}

/* line 6, ../sass/theme/theme.scss */
/* line 220, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 223, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo.png);
  width: 0;
  height: 0;
  background-size: contain;
  padding: 20px 90px;
  background-repeat: no-repeat;
}

/* line 212, ../sass/theme/theme.scss */
/* line 233, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/bgimg.png") !important;
  background-position: bottom;
}
