/* line 47, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("../../img/west-test-5_20.png");
  width: 0;
  height: 0;
  background-size: cover;
  padding: 30px 86px;
}

/* line 57, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url("../img/background.png") !important;
}
/* line 59, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../../img/west-test-5_20.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40px;
}
/* line 61, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 83, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #f9b62e !important;
  color: #fff !important;
}

/* line 88, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #f9b62e !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 94, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #1974bc !important;
  color: #fff;
}

/* line 99, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #1974bc !important;
}
