/* colors provided by client */
/* sass stuff */
/* line 20, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #3aa6ff !important;
  color: #fff !important;
}

/* line 25, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #3aa6ff !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 31, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #737373 !important;
  color: #fff;
}

/* line 36, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #737373 !important;
}

/* header image
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 300px;
  overflow: hidden;
}

#header_theme_image {
  background-image: url(/img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: block;
}
 */
/* logos */
/* line 68, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/headerlogo_2.png");
  width: 0;
  height: 0;
  background-size: cover;
  padding: 31px 98px;
}

/* line 78, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
}
/* line 80, ../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_3.png");
  background-repeat: no-repeat;
  padding-top: 10px;
}
/* line 82, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 94, ../sass/theme/theme.scss */
.loginPage .loginPanelOverlay {
  opacity: 0.4 !important;
}

/* line 106, ../sass/theme/theme.scss */
.sharedBar .fa,
.sharedBar .clientArea,
.sharedBar .userArea {
  color: #000;
}

/* line 112, ../sass/theme/theme.scss */
.crmHome .sharedBar {
  background: white;
  background-color: white;
}

/* line 117, ../sass/theme/theme.scss */
.sharedBar .switchArea, .sharedBar .switchArea:hover {
  background-color: #efefef !important;
}

/* line 125, ../sass/theme/theme.scss */
.btn-primary, .btn-filter {
  background-color: #353D43;
  border-color: #353D43;
}

/* line 131, ../sass/theme/theme.scss */
.itemList table thead th.isSorted {
  background-color: #E6B53C !important;
  border-color: #E6B53C !important;
}

/* line 137, ../sass/theme/theme.scss */
.filterBar .gridFilters {
  border-color: #8BC064 !important;
}
