html {
  font-size: 100%; }

body {
  font-size: 12px; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-menu {
  /* used to be tt-dropdown-menu in older versions*/
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 2px 20px;
  line-height: 24px;
  cursor: pointer; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion p {
  margin: 0; }

.tt-dataset h4 {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 2px; }

/*.blockUI.blockPage {
  background: deepskyblue;
  border: 1px solid darkblue;
  border-radius: 5px;
  color: white;
  font-size: 1rem;

  padding:        0;
  margin:         0;
  width:          30%;
  bottom:            10%;
  left:           35%;
  text-align: center;
  cursor: wait;

  z-index: 9999;
}*/
.blockUI.blockPage h3 {
  font-size: 1.5rem;
  font-weight: normal;
  cursor: wait;
  margin-bottom: .5rem;
  margin-top: .5rem; }

.bad {
  border: 1px solid red; }

/* solution 2: the original datepicker use 20px so replace with the following:*/
.datepicker td, .datepicker th {
  width: 1.5em;
  height: 1.5em;
  font-size: 0.875em; }

.form-manage {
  padding-bottom: 20px; }

.form-search {
  margin-top: 12px; }

.search-buttons {
  margin-bottom: 12px;
  margin-top: 12px; }

.btn.btn-sm {
  font-size: 1em; }

.table-sm {
  font-size: 1em; }

.search-results .selector {
  cursor: pointer; }

.sticky-table-header {
  background-color: white;
  height: 30px;
  position: sticky;
  top: 49px;
  vertical-align: middle !important;
  z-index: 20; }

.sticky-table-header-row2 {
  background-color: white;
  height: 30px;
  position: sticky;
  top: 77px;
  vertical-align: middle !important;
  z-index: 20; }

.navbar {
  background-image: linear-gradient(to bottom, #0f487f 0%, #0f487f 100%);
  background-repeat: repeat-x;
  color: white;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 1.2em; }
  .navbar .dropdown-menu {
    padding-top: 4px;
    padding-bottom: 4px; }
    .navbar .dropdown-menu li a {
      font-size: 0.9em;
      padding-left: 8px;
      padding-right: 8px; }

.navbar-light .navbar-nav .nav-link:focus {
  color: #d0d0d0 !important; }

/*.navbar-light .navbar-nav .nav-link:hover {
  color: white !important;
}*/
.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link {
  color: white; }

/*.navbar {
  background: #ddffdd !important;
}

.nav-item {
  position: relative;
}

.navbar-collapse ul li a.nav-link:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  content: '';
  opacity: 0;
  -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar-collapse ul li:hover a.nav-link:before {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  bottom: 0px;
  background: darkgreen;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: darkgreen;
}*/
.breadcrumb {
  background: #eaeaea;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-top: 4px;
  padding: 2px 12px 4px 12px; }
  .breadcrumb li a {
    text-decoration: none; }

.till-container {
  background-color: darkblue;
  height: 100vh; }
  .till-container .btn-wide {
    font-size: 1em;
    height: 3rem;
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .till-container .btn-wide {
      font-size: 0.8em; } }
  .till-container .sect-title {
    color: white;
    padding: 8px; }
  .till-container .sect-details {
    background-color: lightsteelblue;
    height: calc(100vh - 3rem);
    padding-top: 8px; }
