﻿.body-content {
  padding: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column */
.dl-horizontal dt {
  white-space: normal;
}
.navbar-center {
  width: 100%;
  text-align: center;
}
.navbar-center > li {
  float: none;
  display: inline-block;
}
.dropdown-menu ul {
  background: white;
  float: left;
  -webkit-transition: .5s;
  transition: .5s;
}
.dropdown-menu li {
  float: left;
  position: relative;
  width: 200px;
  list-style: none;
  -webkit-transition: .5s;
  transition: .5s;
}
.dropdown-menu > ul > li > a,
h1 {
  text-transform: uppercase;
}
.dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 5px;
  left: 0px;
  color: #000;
}
@media (max-width: 767px) {
  /* bootswatch cerulean forces dropdown-menu links to white on this
     breakpoint, assuming its own transparent/blue collapsed background;
     this app's dropdowns stay white here, so keep the text dark. */
  .navbar .dropdown-menu a {
    color: #000;
  }

  /* Bootstrap gives the collapsed navbar its own overflow-y:auto box,
     which clips any submenu that opens inside it instead of letting it
     float over the page. Let the collapse grow naturally... */
  .navbar-collapse.in {
    overflow: visible;
  }

  /* ...and force the submenu itself back to a floating overlay (Bootstrap's
     mobile default is position:static, stacking it inline in the collapse)
     so it renders on top of the page instead of being pushed into the
     scrolling nav list. */
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    min-width: 160px;
    max-width: calc(100vw - 30px);
    max-height: 70vh;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1000;
  }
}
.dropdown-menu ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}
.dropdown-menu ul ul ul {
  left: 100%;
  top: 0;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
}
.dropdown-menu li:hover,
#main_nav li:hover li {
  background: #ddd;
}
.dropdown-menu li li:hover,
#main_nav li li:hover li {
  background: #bbb;
}
.dropdown-menu li li li:hover {
  background: #999;
}
.dropdown-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header.jumbotron {
  margin-bottom: 0;
}
.site-header {
  min-height: 0;
  padding-top: 25px;
  padding-bottom: 15px;
}
.site-header__top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.site-header__brand {
  flex: 0 0 auto;
}
.site-header__logo {
  max-height: 90px;
  max-width: 100%;
  height: auto;
}
.site-header__title {
  flex: 1 1 auto;
  margin: 0;
  font-size: 40px;
}
.site-header__title .trademark-sup {
  font-size: 0.4em;
  vertical-align: super;
}
.site-header__user {
  flex: 0 0 auto;
  text-align: right;
}
.site-header__user h4 {
  margin: 0;
  font-size: 16px;
}
.site-header__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.site-header__facility h3 {
  margin: 0;
  font-size: 20px;
}
.site-header__nav-btn {
  flex: 0 0 auto;
  font-size: medium;
}
@media (max-width: 767px) {
  .site-header {
    padding-top: 15px;
  }
  .site-header__top {
    flex-direction: column;
    text-align: center;
  }
  .site-header__logo {
    max-height: 60px;
  }
  .site-header__title {
    font-size: 22px;
  }
  .site-header__user {
    text-align: center;
  }
  .site-header__info {
    flex-direction: column;
    gap: 8px;
  }
  .site-header__nav-btn {
    order: 3;
  }
}
fieldset {
  border: 2px groove threedface;
  margin: 0 2px;
  padding: 0.35em 0.75em 0.625em 0.75em;
}
legend {
  border-bottom: 0;
  color: #317eac;
  margin: 0;
  padding: 0 2px;
  width: auto;
}
.scrollable {
    display: block;
    height: 75vh;
    overflow-y: scroll;
}

