body {
  min-height: initial;
}
a {
  text-decoration: none;
  color: #478cbc;
}
#loading {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}
/* header */
.navbar-brand {
  font-size: 2.25rem;
  font-weight: bold;
}
/* top 'controls' elements */
.container {
  padding-top: 20px;
}
.control-container {
  background: none;
  position: relative;
  height: 90px;
  z-index: 2;
}
.search-results {
  z-index: 2;
  max-height: 700px;
  overflow: auto;
}
.search-result,
.dropdown-option {
  background-color: white;
}
.date-slider .dates {
  margin-top: 3px;
}
#location {
  width: 175px;
}
#location .dropdown-options {
  position: absolute;
  z-index: 1;
}
/* common page elements */
.popover {
  border-radius: 0.2rem;
  z-index: 1040;
  /* default of 1070 shows over modals - couldn't take them up, so bring this down*/
}
.popover .popover-body {
  padding: 0.5rem 1rem;
}
.popover .popover-body H6 {
  margin-top: 0;
  color: #478cbc;
}
.modal-content {
  padding: 2rem;
}
.modal-content h5 {
  font-family: 'Hurme Geometric Sans', sans-serif;
  color: #252c32;
  font-size: 24px;
}
.modal-header {
  border-bottom: none;
}
.modal-header .btn-close {
  margin-top: -6.1rem;
  margin-right: -2.7rem;
}
.modal-body h2 {
  font-family: 'Hurme Geometric Sans';
  color: #252c32;
  font-size: 18px;
}
.modal-body h3 {
  font-family: 'Noto Sans Display', sans-serif;
  color: #858b91;
  font-size: 12px;
}
.modal-body h4 {
  font-family: 'Noto Sans Display', sans-serif;
  color: #858b91;
  font-size: 16px;
}
.modal-body a {
  font-family: 'Noto Sans Display';
  font-size: 14px;
}
.btn-outline-primary {
  color: #478cbc;
  border-color: #478cbc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #478cbc;
  border-color: #478cbc;
}
.map {
  position: relative;
  width: 1200px;
  height: 768px;
  margin: -45px auto 0 auto;
}
.map .outer {
  padding: 2px;
}
.map .inner {
  height: 100%;
  font-size: 0.8rem;
}
.map .available .inner {
  cursor: pointer;
  background: #98C354;
}
.map .permanently-booked .inner:hover,
.map .space-selected {
  background: #478cbc;
}
.map .booked .inner {
  cursor: pointer;
  background: #E06F63;
}
/* change things for desktops with bigger resolutions */
@media (min-width: 1400px) {
  .map {
    margin-top: -45px;
  }
}
/* phone - want it wider */
/*used container-lg instead
	
	@media (min-width: 749px) {
	.container, .container-md, .container-sm { max-width: 750px; }
}
*/
.multiDays {
  width: 377px;
  margin: 0 auto;
}
.multiDays .button-container {
  width: 100%;
  margin-bottom: 12px;
}
.button.date {
  border-color: #478cbc90;
}
.button.date.disabled,
.button.date.inthepast {
  color: #99B0CA;
  cursor: not-allowed;
  border-color: #478cbc45;
}
.circle {
  display: inline-block;
  color: #E06F63;
  background-color: #FCF1EF;
  border-radius: 1.8em;
}
.circle svg {
  vertical-align: top;
}
/* admin pages */
.tablesorter-filter.form-control.disabled {
  display: none;
}
/* hide disabled filters */
