body {
    font-family: "Zilla Slab", serif;
    font-size: 1.05em;
    font-weight: 500;
    background: #E6E6E6;
}

.form-control {
    border-radius: 0;
}

.form-label {
    margin-bottom: 0.1em !important;
    margin-top: 0.2em !important;
    color: #4D4D4D !important;
}

.modal-body {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

input, select, textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #5FC5DC !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
}

*:checked {
    background-color: #198754 !important;
    border-color: #198754 !important;
}

a {
    text-decoration: none;
    color: rgb(95, 197, 220, .6);
    font-weight: 500;
}

a:hover,
a:visited,
a:link {
    color: black !important;
}

hr {
    border: 0.1rem solid #5FC5DC !important;
}

thead {
    border-bottom: 0.01rem solid #f5f5f5;
}

textarea {
    resize: none;
}

.btn {
    border-radius: 0;
}

.navbar {
    --bs-navbar-padding-y: 0.1rem !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.8rem 0.8rem;
    font-size: 1.0em;
    position: relative;
    color: white !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-top: 2px solid #5FC5DC;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    border-top: 2px solid #5FC5DC;
    color: #5FC5DC;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    animation-name: atthover;
    animation-duration: 1s;
    border-top: 0.4em solid #5FC5DC;
    font-size: 1.0em;
    background: #F5F5F5;
    border-radius: 0;
    --bs-dropdown-link-active-color: #5FC5DC;
    --bs-dropdown-link-active-bg: #bdbdbd;
}

@keyframes atthover {
    0% {
        opacity: 0;
        margin-top: 30px;
    }

    50% {
        opacity: 1;
        margin-top: 0px;
    }

    100% {
        opacity: 100%;
    }
}

footer {
    margin: 0 !important;
    background-color: #212529;
    color: darkgrey;
    display: inline-flex;
    padding-top: 10px;
    padding-bottom: 10px;
    /*font-size: 0.9em;*/
}

.navbar-toggler {
    background: #5FC5DC;
    border: none;
    padding: 4px 4px;
    outline: none;
}

.timesheet-alert, .ts-view-alert {
    display: none;
    border-radius: 0;
    margin: auto;
    /*padding: 0;*/
    /*margin: 0;*/
}

.bi-icon-style {
    font-size: 1.3em;
}

.custom-alert-error {
    display: block;
    border-bottom: 2px solid #931B20;
}

.custom-alert-success {
    display: block;
    border-bottom: 2px solid #006B47;
}

.validate-message {
    color: #AF8700;
    font-weight: bold;
}

/* Toaster Container customization */
#toast-container>div {
    width: 410px !important;
    font-size: 16px;
    text-align: left;
}

#toast-container>div .toast-title {
    color: black;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline 2px;
}

.listing-icon {
    font-size: 1.1rem !important;
}

::placeholder {
    color: #3d9970 !important;
    font-style: italic;
}

.page-title {
    font-size: 1.3rem;
    font-weight: bold;
}

.page-title-line:after {
    content: " ";
    display: block;
    border-bottom: 0.1rem solid #af8700;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.volunteer-button {
    background: #FFB81C;
    text-shadow: none;
    border: none;
    outline: none;
    padding: 9px 27px;
    border-radius: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.volunteer-button:hover,
.volunteer-button:active {
    color: black;
    outline: none;
    transform: translateY(1px);
    text-decoration: none;
    background: #5FC5DC !important;
    box-shadow: none !important;
}


.text-lightblue { color: #3c8dbc !important; }
.text-navy { color: #00458c !important; }
.text-olive { color: #3d9970 !important; }
.text-lime { color: #01ff70 !important; }
.text-fuchsia { color: #f012be !important; }
.text-maroon { color: #d81b60 !important; }
.text-blue { color: #006DCC !important; }
.text-blue-light { color: #5FC5DC !important; }
.text-indigo { color: #6610f2 !important; }
.text-purple { color: #6f42c1 !important; }
.text-pink { color: #e83e8c !important; }
.text-red { color: #DC3545 !important; }
.text-orange { color: #fd7e14 !important; }
.text-orange-dark { color: #B45F06 !important; }
.text-yellow { color: #FFB81C !important; }
.text-green { color: #198754 !important; }
.text-teal { color: #20c997 !important; }
.text-cyan { color: #5FC5DC !important; }
.text-white { color: #fff !important; }
.text-gray { color: #6c757d !important; }
.text-gray-dark { color: #5B5B5B !important; }
.text-gray-light { color: #CDCDCD !important; }
.text-bbbst { color: #5FC5DC !important; }

.bg-gray-light { background-color: #E6E6E6 !important; color: #000 !important; }
.bg-gray-dark { background-color: #5B5B5B !important; color: #FFF !important; }
.bg-blue { background-color: #006DCC !important; color: #FFF !important; }
.bg-blue:hover { background-color: #5FC5DC !important; }
.bg-cyan { background-color: #5FC5DC !important; }
.bg-cyan-dark { background-color: #397684 !important; }
.bg-cyan-dark:hover { background-color: #5FC5DC !important; }
.bg-green { background-color: #198754 !important; }
.bg-maroon { background-color: #d81b60 !important; }

.confirm-green { color: #198754 !important; }
.confirm-green:hover { color: white !important; background-color: #198754; }
.confirm-red { color: #DC3545 !important; }
.confirm-red:hover { color: white !important; background-color: #DC3545; }

.badge-status {
    font-size: 0.9rem;
    font-weight: normal !important;
    min-width: 100px;
}