/* line 43, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #69923A !important;
  color: #fff !important;
}

/* line 48, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #69923A !important;
  color: #fff;
}

/* line 53, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section {
  border-color: #69923A !important;
}

/* line 60, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #fff;
}

/* line 65, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #0E4B86;
}

/* line 69, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #0E4B86;
}

/* line 73, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #093158;
}

/* line 77, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: white;
  color: #0E4B86;
}

/* line 83, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #0E4B86;
}
/* line 85, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer {
  background-color: #0E4B86;
  border-top-color: #333;
}
/* line 88, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li {
  border-top: 1px solid #333;
}
/* line 90, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li span {
  color: #fff;
}
/* line 93, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li a {
  color: #fff;
}
/* line 97, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li:hover {
  background-color: #333;
}
/* line 100, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li.selected:hover {
  background-color: transparent;
}
/* line 105, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #0E4B86;
}
/* line 107, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #0E4B86;
}
/* line 109, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #0E4B86;
}
/* line 111, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #093158;
}
/* line 114, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #093158;
  color: #fff;
}
/* line 120, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #0E4B86;
  color: white;
  border-color: #093158;
}
/* line 124, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #093158;
}
/* line 127, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #093158;
}
/* line 129, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 134, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #093158;
}
/* line 138, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #fff;
}
/* line 140, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #fff;
}

/*
.logoArea.area.pull-left.clickable:hover {
    background: $brand-identity-1-inverse !important;
}
.logoArea.area.pull-left.clickable {
    background: $brand-identity-1 !important;
}

button.btn.btn-filter:hover {
    background: $headerbar-bg !important;
}
.bg-filter-inverse {
    color:  $headerbar-bg !important;
}
*/
/* line 167, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("../img/VBR-Horiz-REV2.png");
  width: 0;
  height: 0;
  background-size: cover;
  padding: 15px 79px;
  background-color: #0E4B86;
}

/* line 179, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("../img/loginbg.jpg") !important;
}

/* line 186, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../img/loginlogo.png");
  background-repeat: no-repeat;
  padding-top: 78px;
}
/* line 188, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/*
//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;
}

html .formPanelTitle{
	background-color: $brand-identity-2 !important;
	color: $brand-identity-2-inverse !important;
}

.itemDetail section, .itemForm section {
	border-color: $brand-identity-2 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle{
	background-color: $brand-identity-1 !important;
	color: $brand-identity-1-inverse;
}

.itemDetail section.sectionActive, .itemDetail section.sectionActive{
	border-color: $brand-identity-1 !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";
*/
