/* line 2, ../sass/theme/theme.scss */
.only-show-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/theme/theme.scss */
  .only-show-print {
    display: inline-block !important;
  }

  /* line 11, ../sass/theme/theme.scss */
  .table-striped {
    color: black !important;
  }
}
/* line 17, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/bGround.jpg") !important;
}

/* line 21, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 25, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  margin: 0px !important;
  margin-left: 15px !important;
  background-image: url("/img/visitBatonRouge.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 103px;
  padding-bottom: 14px;
  z-index: -1;
}

/* line 36, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/visitBatonRouge.png");
  background-size: contain;
  width: 0;
  height: 0;
  padding: 30px 50px;
  margin-left: 0px !important;
  margin-top: 0px !important;
  background-repeat: no-repeat;
}
