/* line 6, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(../img/headerLogo.png);
  width: 0;
  height: 0;
  background-size: cover;
  padding: 30px 58px;
}

/* line 17, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("../img/SVExtranetBackground.jpg") !important;
}

/* line 24, ../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_final.png");
  background-repeat: no-repeat;
  padding-top: 62px;
  background-size: 50%;
}
/* line 26, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 89, ../sass/theme/theme.scss */
.filterBar a.filter {
  color: #00a4d5;
}

/* line 94, ../sass/theme/theme.scss */
.filterBar .gridFilters {
  border-color: #00a4d5;
}

/* line 98, ../sass/theme/theme.scss */
.btn-filter, .btn-filter:hover, .btn-filter.active, .btn-filter:focus {
  background-color: #00a4d5;
}

/* line 103, ../sass/theme/theme.scss */
.filterBar .filterTitleBar span.fa {
  color: #00a4d5;
}

/* line 107, ../sass/theme/theme.scss */
.itemList table thead th.isSorted {
  background-color: #00a4d5 !important;
}

/* line 111, ../sass/theme/theme.scss */
.gridControls .pagination .previousPage, .gridControls .pagination .nextPage {
  background-color: #00a4d5;
}

/*
//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 138, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #3571B5 !important;
  color: #fff !important;
}

/* line 143, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #3571B5 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 149, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #00a4d5 !important;
  color: #fff;
}

/* line 154, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #00a4d5 !important;
}

/* line 180, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #00243C;
}

/* line 185, ../sass/theme/theme.scss */
.sharedBar .logoArea,
.sharedBar .switchArea {
  border-right-color: #fff;
}

/* line 189, ../sass/theme/theme.scss */
.sharedBar .taskArea,
.sharedBar .searchArea {
  border-left-color: #fff;
}

/* line 193, ../sass/theme/theme.scss */
.sharedBar .area.clickable:hover {
  background-color: #f8f8ff;
}

/* line 197, ../sass/theme/theme.scss */
.sharedBar .orgArea select, .sharedBar .orgArea option {
  background-color: #3571B5;
  color: #fff;
}

/* line 203, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background-color: #fff;
}
/* line 206, ../sass/theme/theme.scss */
.crmHome .sharedBar .switchArea span {
  color: #00243c;
}
/* line 210, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer {
  background-color: #fff;
  border-top-color: #fff;
}
/* line 213, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li {
  border-top: 1px solid #fff;
}
/* line 215, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li span {
  color: #00243C;
}
/* line 218, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li a {
  color: #00243C;
}
/* line 222, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li:hover {
  background-color: #fff;
}
/* line 225, ../sass/theme/theme.scss */
.crmHome .sharedBar .productDropdownContainer li.selected:hover {
  background-color: transparent;
}
/* line 230, ../sass/theme/theme.scss */
.crmHome .leftNav {
  color: #999;
}
/* line 232, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav {
  background-color: #313131;
}
/* line 234, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item {
  border-color: #444444;
}
/* line 236, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item:hover {
  background: #1A1A1A;
}
/* line 239, ../sass/theme/theme.scss */
.crmHome .leftNav .primaryNav .item.active {
  background: #00a4d5;
  color: #007da2;
}
/* line 245, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav {
  background: #00a4d5;
  color: white;
  border-color: #007da2;
}
/* line 249, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav.bottom {
  background: #007da2;
}
/* line 252, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection {
  border-color: #007da2;
}
/* line 254, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .titleSection h2 {
  color: #fff;
}
/* line 259, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .item:hover {
  background: #007da2;
}
/* line 263, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent {
  border-color: #007da2;
}
/* line 265, ../sass/theme/theme.scss */
.crmHome .leftNav .secondaryNav .parent .item {
  color: #004755;
}

/* line 275, ../sass/theme/theme.scss */
.jumpTo .nav li.active a {
  color: #191919;
  border-color: #00a4d5;
}

/* line 281, ../sass/theme/theme.scss */
.jumpTo .nav li a {
  color: #00a4d5;
}
