html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.warning-text {
    color: darkred;
}

table.dataTable td {
    font-size: .8em !important;
}

table.dataTable th{
    font-size: .9em !important;
}

.dt-input{
    height: 70% !important;
}

.dropdown-item:active {
    background-color: #e9ecef !important;
    color: #212529 !important;
}

/*.navbar-custom {
    background-color: #367c96 !important;
}*/

/* Also ensure text/links are the right color */
/*.navbar-custom .navbar-nav .nav-link {
    color: white !important;
}*/