/* line 47, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(http://www.neworleanscvb.com/includes/images/shell/logo_footer.png);
  width: 0;
  height: 0;
  background-size: cover;
  padding: 24px 86px;
}

/* line 78, ../sass/theme/theme.scss */
html .formPanelTitle {
  background-color: #f9b62e !important;
  color: #fff !important;
}

/* line 83, ../sass/theme/theme.scss */
.itemDetail section, .itemForm section {
  border-color: #f9b62e !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 89, ../sass/theme/theme.scss */
.itemDetail .formPanelTitle.sectionActiveTitle, .itemForm .formPanelTitle.sectionActiveTitle {
  background-color: #1974bc !important;
  color: #fff;
}

/* line 94, ../sass/theme/theme.scss */
.itemDetail section.sectionActive, .itemDetail section.sectionActive {
  border-color: #1974bc !important;
}

/* line 108, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/greenV_newLogo.PNG);
  width: 0;
  height: 0;
  background-size: cover;
  padding: 25px 69px;
}

/* line 119, ../sass/theme/theme.scss */
.loginPage {
  background-image: url(/img/greenV_newBackground.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 121, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url(/img/greenV_newLogo.PNG);
  background-repeat: no-repeat;
  padding-top: 31px;
}
/* line 123, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
/* line 126, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow input.btn {
  width: 175px;
}
