#familymember-modal /* 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. */
/*html {
  scroll-behavior: smooth;
}*/
body {
  padding-top: 0px;
  padding-bottom: 20px;
}

.select2-container {
  width: 90% !important;
}
/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

h3 {
  font-size: 1.1rem !important;
}

.section {
  margin-bottom: 20px;
}

.table {
  font-size: 12px;
}

.btn-link {
  font-size: 12px;
}

.text-small {
  font-weight: normal;
  font-size: 13px;
  color: gray;
}

.table-sm td {
  font-size: 0.8rem !important;
}

/* duration picker*/
.bdp-input input {
  display: inline-block;
  margin-bottom: 3px;
  width: 60px;
}

.bdp-block {
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 5px 3px;
}

.hidden {
  display: none !important;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* calendar */
#calendar {
  max-width: 900px;
  margin: 40px auto;
}


/* family member css*/
#familymember-modal .modal-dialog {
  max-width: 1150px;
  width: 950px;
}

#add-family-modal .modal-dialog {
  max-width: 1150px;
  width: 950px;
}

/* responsive tweaks */
@media(max-width: 768px) {
  table {
    font-size: 11px;
  }

  .btn-link {
    font-size: 11px;
  }

  .intake-edit .col-3, .intake-edit .col-3, .intake-edit .col-6, .intake-edit .col-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
