html {
    font-size: 14px;
    scrollbar-gutter: stable;
}
:root {
    --bs-btn-hover-bg: #136a85;
    --bs-btn-hover-color: white;
}

body {
    color: #333;
    background-color: #eee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#page {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #FFF;
    padding: 6px;
    box-shadow: 5px 5px #ddd;
    margin-bottom: 20px;
}

#main {
    padding: 6px 12px 6px 12px;
}

nav.navbar {
    background-color: #005A63 !important;
    color: #333;
}

a.nav-link {
    font-size: large;
    font-weight: bold;
    color: #333;
}

.nav-item {
    margin-right: 20px;
}

.specialnote {
    font-size: 14px !important;
    font-weight: bold !important;
    color: green;
}

.icon-2 {
    width: 42px;
}

li {
    font-size: 14px;
}

td {
    font-size: 14px;
}

select {
    font-size: 14px;
    padding: 3px;
    border-radius: 3px;
    border: thin solid #666;
}

input, textarea {
    font-size: 14px;
    padding: 4px 3px;
    border-radius: 3px;
    border: thin solid #666;
}

    button, input[type=submit] {
        border: solid thin #1880a0;
        padding: 3px 6px;
        background-color: #1880a0;
        border-radius: 3px;
        color: #fff;
    }

.button {
    border: solid thin #1880a0;
    padding: 3px 6px;
    background-color: #1880a0;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
}

p.legalhead {
    font: bold verdana, sans-serif;
    font-size: 12px;
    line-height: 100%
}

legal {
    font-size: 9pt;
}

/* Styles used in site terms and conditions */
span.termsofuse {
}

span.termsofusebold {
    font-weight: bold;
}

div.pagelinks {
    margin: 14px 0px 20px 0px;
    width: 400px;
}

    div.pagelinks a {
        border-color: #BDB76B;
        border-style: solid;
        border-width: thin;
        margin-right: 4px;
        border-radius: 3px;
        text-decoration: none;
        padding: 8px;
        background-color: #005A63;
        border-radius: 3px;
        margin-top: 10px;
        text-decoration: none;
        color: white;
        display: block;
    }

        div.pagelinks a img {
            width: 20px;
            margin-right: 6px;
        }

        div.pagelinks a.action {
            color: red;
        }

    div.pagelinks button {
        width: 100%;
        margin-bottom: 6px;
        text-align: left;
    }

    div.pagelinks a:hover {
        text-decoration: none;
    }

div.links {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    background-color: #005A63;
}

    div.links a {
        font-size: large;
        padding: 8px;
        margin-left: 8px;
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }

div.functions {
    margin-top: 12px;
    margin-bottom: 20px;
}

    div.functions button {
        margin-top: 10px;
        display: block;
    }

div.links a.active {
    text-decoration: underline;
}

#nav {
    display: block;
    padding: 5px;
}

a img {
    text-decoration: none;
    border: 0 none;
}

div.outer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1070px;
}

div.pageouter {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: White;
    padding: 10px;
}

#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fffddd;
    opacity: 0.4;
}

.popup {
    position: absolute;
    top: 25%;
    left: 30%;
    margin-left: -70px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid gray;
    padding: 0;
    border: 1px dashed silver;
    background-color: #aacc74;
}

.close {
    float: right;
    cursor: pointer;
    margin-top: 3px;
}

.important {
    color: #ff0000;
}

img.bigpic {
    border-color: #333333;
    border-style: solid;
    border-width: thin;
    box-shadow: 10px 10px 5px #888888;
}

.indexfooter p {
    font-size: 11px;
    color: green;
    text-align: center;
    padding: 0px 50px;
}

.innerpage {
    margin-top: 10px;
    background-color: #FaFfCD;
    padding: 10px;
    width: 700px;
}

.updatemessage {
    color: orange;
    font-size: 18px;
}

.errormessage {
    color: red;
    font-size: 18px;
}

.successmessage {
    color: green;
    font-size: 18px;
}

.minor {
    font-size: 12px;
}

.majorwarning {
    font-size: 24px;
    width: 100%;
    padding: 20px 0px;
    color: white;
    font-weight: bold;
    background-color: darkorange;
    text-align: center;
}

table.normal {
    border: thin solid #333;
    background-color: #eee;
    color: #333;
    white-space: pre-wrap;
    border-collapse: collapse;
}

    table.normal th {
        padding: 8px 6px;
        background-color: #107298;
        color: #eee;
        font-weight: normal;
        word-wrap: break-word;
        max-width: 120px;
    }

    table.normal td {
        padding: 4px 4px;
        white-space: pre-wrap;
        border-top: 1px solid #ccc;
        word-wrap: break-word;
    }

table.lined td {
    border: thin solid #ccc;
}

td.clinicprep {
    color: red;
    background-color: goldenrod;
}

table.lined td:nth-child(n+14) {
    background-color: #dddddd;
}

table.eyelitterstats {
    border: thin solid #333;
    background-color: #eee;
    color: #333;
    white-space: pre-wrap;
    border-collapse: collapse;
}


    table.eyelitterstats th {
        padding: 8px 6px;
        color: #eee;
        font-weight: normal;
        word-wrap: break-word;
        max-width: 120px;
    }

    table.eyelitterstats td {
        padding: 6px 6px;
        white-space: pre-wrap;
        border-top: 1px solid #ccc;
        word-wrap: break-word;
        border: thin solid #ccc;
    }

    table.eyelitterstats th:nth-child(-n+8) {
        background-color: #107298;
    }

    table.eyelitterstats th:nth-child(n+9) {
        background-color: #109834;
    }

table.columns td {
    border-right: 1px solid #ccc;
}

table.columns th {
    border-right: 1px solid #ccc;
}

table.normal tr.gridselect {
    background-color: #F8FFBD;
}

table.inputthreecols {
    width: 600px;
    margin: 10px 0px
}

    table.inputthreecols td {
        padding: 6px;
    }

    table.inputthreecols tr td:first-child {
        width: 120px;
        font-weight: bold;
    }

div.buttonsection {
    display: none;
    margin-top: 6px;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.hilite {
    font-weight: 700;
}

div.sublabel {
    color: white;
    float: right;
    margin-right: 14px;
    font-size: 14px;
}

.screenshot {
    padding: 4px;
    margin: 10px;
    border: thin solid gray;
    box-shadow: 6px 6px #ccc;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #aaa !important;
    display: none;
}

.message {
    color: red;
    display: block;
    padding: 8px;
}

div.majorpanel {
    background-color: #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.modal-body {
    background-color: #ccc;
}

.modal-header {
    background-color: #aaa;
    justify-content: space-between;
}

div.labelselect {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    div.labelselect label {
        vertical-align: middle;
        margin-bottom: 0;
        padding-left: 14px;
        padding-right: 4px;
        font-weight: normal;
    }

        div.labelselect label:disabled {
            opacity: 0.65;
        }

.dogsausb {
    background-color: #173e69;
}

.dogsausbw {
    background-color: #d23860;
    color: white;
}

.dogsausrw {
    background-color: darkred;
    color: white;
}

.dogsausalt {
    background-color: #397cc7;
    color: white;
}

.dogsausy {
    background-color: #005A63;
}

.dogsausyw {
    background-color: #005A63;
    color: white;
}

table.paces td h3:first-child {
    margin-top: 6px
}

h5, .h5 {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 0px;
}


table.paces {
    background-color: #eee;
    padding: 4px;
    border: thin solid #333;
    margin: 4px;
}

    table.paces td {
        white-space: pre-wrap;
        vertical-align: top;
        width: 50%;
        padding: 6px;
    }

table.radiologists {
    border: thin solid #333;
}

    table.radiologists td, table.radiologists th {
        border: thin solid #333;
        padding: 4px;
    }

.schemepanel {
    background-color: #ddd;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    padding: 10px;
}

.form-inline label {
    margin-left: 6px;
}

table.api td {
    padding: 4px 0px;
}

table.nohead {
    border: thin solid #333;
    background-color: #eee;
    color: #333;
}

    table.nohead td {
        padding: 6px;
    }

.stepbutton {
    height: 48px;
}

.form-control {
    background-color: #ffe;
    appearance: auto;
}

.accordion-button {
    font-size: 1.5rem;
}

.acordion {
    margin-bottom: 10px;
}

.modal-header img {
    width: 32px;
}

.btn-default {
    background-color: #1880a0;
    border-color: #ccc;
    color: white;
}

#issue {
    width: 450px;
    height: 300px;
}

.navbar-inverse {
    background-color: #333;
}

div[data-type="datepicker"] {
    width: auto;
}

button img, a img {
    width: 24px;
    margin-right: 6px;
}

#commandfloat img {
    width: 24px;
}

.accordion-button {
    background-color: #6c757d !important;
    color: #fff !important;
}

td.radiologist {
    background-color: lightpink;
}

td.eyes {
    background-color: paleturquoise;
}

td.rfg {
    background-color: lightgoldenrodyellow;
}

.h2-link {
    color: rgb(33, 37, 41);
    text-decoration: none;
}

    .h2-link :hover {
        text-decoration: underline;
    }

.col4 {
    width: 32%;
    padding: 12px;
}

/* Footer */
footer {
    background-color: #005A63;
    color: #333;
    padding: 20px 20px;
    width: 100%;
    margin-top: 15px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
}

    .footer-container a {
        color: #98d0d5;
    }

.footer-container h3 {
    color: white;
}

.footer-column {
    flex: 1 1 200px;
    margin: 10px;
}

    .footer-column h3 {
        margin-bottom: 6px;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-column ul li {
            margin: 2px 0;
        }

            .footer-column ul li a {
                text-decoration: none;
                transition: color 0.3s;
            }

                .footer-column ul li a:hover {
                    color: #666;
                }

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #888;
}

div.schemerow {
    background-color: #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
ul.homelinks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div.middle {
    background-color: #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

img.side {
    width: 100%;
}

.schemecol {
    width: 50%;
}

.schemetext {
    padding: 20px;
}

.quicklinks {
    width: auto;
    margin-left: auto;
    margin-top: 6px;
}

div.mfa {
    display: grid;
    place-items: center; /* Centers horizontally and vertically */
    height: calc(100vh - 200px);
}

div.mfa0 {
    padding-top: 200px;
    width: 400px;
}

p.mfa1 {
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    color: #333;
}

p.mfa2 {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

form.mfaf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

input.mfa3 {
    height: 54px;
    width: 150px;
    color: #3c4858;
    font-size: 28px;
    letter-spacing: 5px;
    display: block;
    text-align: center;
}

button.mfa4 {
    width: 300px;
    display: block;
    margin-top: 30px;
}

p.mfa5 {
    padding-top: 30px;
    color: red;
}

#news p {
    padding: 10px;
    margin: 10px 0px;
    background-color: #ddd;
}

input.pword {
    width: 200px;
    margin-bottom: 10px;
}
.nav-link {
    color: white !important;
}

.navbar form label {
    color: white;
}

.navbar a {
    color: #98d0d5;
}

.navbar {
    padding-bottom: 15px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.flex-child {
    flex: 1 1 300px;
    padding: 20px;
}