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;
}

.navbar-brand {
    max-height: 40px;
}

.dt-layout-full {
    overflow-x: auto;
}

.alert ul,
ul.invalid-feedback {
    margin-bottom: 0;
}

.datatable-filters th {
    padding: .25rem !important;
    padding-right: .25rem !important;
    align-content: baseline;
}
.datatable-filters input,
.datatable-filters select {
    min-width: 125px;
}


.form-select.disabled,
.form-control.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.toast-container {
    position: fixed;
}
