/*
//Update the logo image
html {
	.logoArea{
		img.logo{
			background-image: url(http://www.neworleanscvb.com/includes/images/shell/logo_footer.png);
			width: 0;
			height: 0;
			background-size: cover;
			padding: 24px 86px;
		}
	}
}
*/
/*.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: #e8772b !important;
  color: #fff !important;
}

/* line 83, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #e8772b !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 89, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #00aad2 !important;
  color: #fff;
}

/* line 94, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #00aad2 !important;
}

/*
//Import the core shared bar file which is extensible
@import "../../../core-src/simpleview/modules/color/sharedbar";

//Import the core theme file where any other themable definitions will be placed
@import "../../../core-src/simpleview/theme";
*/
/* line 108, ../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: 75px;
}
/* line 110, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 123, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(../../img/logo.png);
  width: 100%;
  height: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding: 30px;
}

/* line 135, ../sass/theme/theme.scss */
.logoArea.area.pull-left.clickable {
  width: 181px !important;
}

/* line 139, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/LoginBackground.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 300px;
  overflow: hidden;
}
/*
#header_theme_image {
  background-image: url(/img/ExtranetBackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: block;
}

*/
/* line 188, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #CCCCCC;
}

/* line 193, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #333;
}

/* line 197, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #333;
}

/* line 201, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #1a1a1a;
}

/* line 205, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #e8772b;
  color: #fff;
}

/* line 211, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #313131;
}
/* line 215, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #cccccc;
}
/* line 220, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer {
  background-color: #000;
  border-top-color: #333;
}
/* line 223, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li {
  border-top: 1px solid #333;
}
/* line 225, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li span {
  color: #CCCCCC;
}
/* line 228, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li a {
  color: #CCCCCC;
}
/* line 232, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li:hover {
  background-color: #333;
}
/* line 235, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li.selected:hover {
  background-color: transparent;
}
/* line 240, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 242, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 244, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 246, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 249, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #00aad2;
  color: #00819f;
}
/* line 255, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #00aad2;
  color: white;
  border-color: #00819f;
}
/* line 259, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #00819f;
}
/* line 262, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #00819f;
}
/* line 264, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 269, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #00819f;
}
/* line 273, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #00819f;
}
/* line 275, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 284, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #00aad2;
}

/* line 290, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #00aad2;
}
