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;
}

.primary-color {
    color: #800000;
}

.secondary-color {
    color: #a4a46e;
}

.secondary-bg-color {
    background-color: #aaa576;
}

.red-bg-color {
    background-color: #800000;
}

.dark-red-bg-color {
    background-color: #65191B;
}

.text-gray {
    color: #5d5d5d;
}

hr {
    height: 2px;
}

/*.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: black !important;
    color: white !important;
}
*/
.btn-primary {
    color: white !important;
    background-color: #800000 !important;
    width: 100%;
}

.layout-img {
    height: 140px;
    position: absolute;
    top: -10px;
    left: 120px;
    z-index: 50;
    /*    width: 51.5rem;
    position: absolute;
    bottom: -27px;
    left: 0px;
*/
}

.navbar-brand {
    /*    padding-top: 50px;
    padding-right: 50px;
    padding-left: 30px;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    position: absolute;
    bottom: 0px;
    width: 210px;
    background-color: #800000
*/
}

.nav-logo {
    z-index: 50;
}

.top-row {
    background-color: #800000;
    border-bottom: 1px solid #d6d5d5;
    justify-content: start;
    height: 4.0rem;
    display: flex;
    align-items: center;
    margin-top: 110px;
}


    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.form-text {
    margin-top: 0;
    margin-left: 0.5rem;
    text-align: left;
}
.form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fc3939'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fc3939' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

table thead {
    background-color: #800000;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 299px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 73px; /*CHANGE THIS FOR THE OVERLAP DOG PICTURE*/
        z-index: 50;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.stepper-step {
    margin-right: 5px;
    cursor: pointer;
}

.stepper-arrow {
    color: #800000;
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe,
    .iframe-container object,
    .iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal.in .modal-dialog {
    transform: none; /*translate(0px, 0px);*/
}
