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;
}

.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.status-checkbox {
  cursor: pointer;
}

.date-filter-fieldset {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.25rem 0.75rem 0.75rem;
}

.date-filter-fieldset legend {
  float: none;
  width: auto;
  padding: 0 0.25rem;
  margin-bottom: 0.25rem;
}

.date-filter-or {
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.25rem;
  text-align: center;
  text-transform: uppercase;
}

.not-yet-billed-filter {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  margin-top: 0.25rem;
  padding: 0.5rem 0.75rem 0.5rem 2.25rem;
}
