/* line 47, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(../../img/logo.png);
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 18px 50px;
}

/* line 59, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("../../img/loginbkgrd.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
}
/* line 61, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../../img/logonew.png");
  background-repeat: no-repeat;
  padding-top: 40px;
  background-size: contain;
  background-position: 6px 0px;
}
/* line 63, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 83, ../sass/theme/theme.scss */
.headercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 0px;
  overflow: hidden;
}

/* line 93, ../sass/theme/theme.scss */
#header_theme_image {
  background-image: url("../../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 0px;
  max-height: 0px;
  display: none;
}

/* line 104, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #f9b62e !important;
  color: #fff !important;
}

/* line 109, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #f9b62e !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 115, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #1974bc !important;
  color: #fff;
}

/* line 120, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #1974bc !important;
}
