/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-font-size'
 */

:root {
    --bs-body-font-size: .75rem; /* Change to desired size */
}

body {
    font-size: var(--bs-body-font-size); /* Optional, ensures usage */
}

body{
    padding-top: 0px;
}

ul.dropdown-menu li a {
    padding: 5px;
    text-decoration: none;
    color: black;
    display: block;
    white-space: nowrap;
    background-color: lightblue;
}

ul.dropdown-menu li a:hover {
    background-color: #0a53be;
    color: white;
}

a.nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

a.pad20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ohss-btn {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border: 0px solid black;
    display: inline-block;
    white-space: nowrap;
    background-color: #b2bb1c;
    border-radius: 10px;
    margin-bottom: 2px;
}

a.ohss-btn-small {
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border: 0px solid black;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    margin-bottom: 2px;
    font-size:small;
}

a.ohss-btn-red {
    background-color: red;
    color:white;
}
.ohss-btn:hover {
    color: white;
    cursor: pointer;
    opacity: 0.8;
}

a.ohss-btn{
    color: black;
}
a.ohss-btn:hover {
    color: white;
    cursor: pointer;
    opacity: 0.8;
}

.ohss-btn-light {
    padding: 5px;
    text-decoration: none;
    border: 1px solid grey;
    display: inline-block;
    white-space: nowrap;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 2px;
}

a.ohss-btn-light:hover {
    color: grey;
    cursor: pointer;
    opacity: 0.8;
}

.pagination-container ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.pagination-container li {
    margin: 0 2px;
}

.pagination-container li a {
    display: block;
    padding: 0.5rem 0.5rem;
    color: #b2bb1c;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.pagination-container li.active a {
    background-color: #b2bb1c;
    color: #fff;
}

.form-label {
    font-weight: 550 !important;
    top: 5px !important;
    margin-bottom: 2px !important;
}

.control-label {
    font-weight: 550 !important;
    top: 5px !important;
    margin-bottom: 2px !important;
}

.icon {
    width: 20px;
    height: 20px;
}

.ohss-pad5 th, td {
    padding: 5px;
}
.ohss-small-font {
    font-size: 0.6em; /* relative size */
}

