/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}
/* QR code generator */
#qrCode {
  margin: 15px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
.btn btn-link {
  margin-bottom: 10px;
  color: #000 !important;
  text-decoration: none !important;
}
.btn-link:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.active {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
.modal-title {
  display: inline-block;
  padding-top: 35px;
  width: 90%;
  padding-left: 10%;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
.modalText {
  text-align: center;
}
span.required {
  color: #FF0000;
}
input[type="radio"] {
  margin-left: 5px;
  margin-right: 3px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
