html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}

@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;
}

body {
    margin-bottom: 60px;
    min-height: 100%;
    color: black;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

p {
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: black;
}

a {
    color: darkblue;
}

a.navbar-brand {
    color: white;
}

a.nav-link {
    color: rgba(255,255,255,0.8);
}

.navbar-nav {
    --bs-nav-link-color: rgba(255,255,255,0.8);
    --bs-nav-link-hover-color: rgba(255,255,255);
}

div.dropdown-menu {
    background-color: #3366FF;
}

.carousel-indicators {
    text-align: center;
}

.btn-secondary {
    color: black;
    --bs-btn-hover-color: black;
}

.btn-secondary:hover {
    font-weight: bolder;
}

.h-80 {
    height: 80%;
}

.h-20 {
    height: 20%;
}

.card {
    flex: 1 0 auto;
    height: 100%;
    width: 100%;
}

.card-body .form-group .col-form-label-sm {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.card-body .form-group .form-control-sm {
    font-size: 12px;
    padding: 2px 5px;
}

.cardbody .form .div .btn-primary {
    text-align: center;
}

.cardbody .form .div .btn-secondary {
    text-align: center;
}

.table {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    border: 1px solid black;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.table tr {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    height: 10px;
}

.table td {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    height: 10px;
    word-wrap: break-word;
}

.table th {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    vertical-align: middle;
}

.checkbox label:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #000000;
    content: "";
}

.btn {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.form-data {
    font-size: 14px;
    padding: 3px 8px;
}

.form-control {
    font-size: 14px;
    padding: 3px 8px;
}

.flex-border {
    border: 2px solid #000000;
    padding: 5px 5px 0px 5px;
    margin: auto;
}

.fit-text {
    width: fit-content;
}

.pre {
    margin: 2px 2px 2px 2px;;
}

.navbar-nav > li > a {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 28px;
}

.navbar {
    min-height: 28px !important;
}

