/*Required*/
header {
    padding: .5rem 1rem;
    font-size: 1.25rem;
}

.fsu-seal {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    max-width: 68px;
    max-height: 68px;
}

.sealblock {
    position: absolute;
    top: 25px;
}

.fsu-page-title {
    font-family: "Adobe Garamond Pro",adobe-garamond-pro,"Times New Roman",times,sans-serif;
    text-shadow: 0px 1px 1px rgba(44,42,41,.25);
    font-weight: 400;
    text-transform: uppercase
}

.slate {
    color: #2c2a29
}

.text-30 {
    text-align: justify;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgba(0,0,0,1);
}

form .search {
    border: 1px solid rgba(0,0,0,.25);
}

.bg-gray-lightest {
    --bs-bg-opacity: 1;
    background-color: #f8f9fa !important
}

a.icon:link, a.icon:visited, a.icon:active {
    color: #FFF;
    text-decoration: none;
    border: solid 2px #ceb888;
    display: inline-block;
    font-weight: normal;
}

a.icon:hover {
    color: #ceb888;
    border: solid 2px #ceb888;
}

/*validation-summary*/


input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors ul {
    margin-left: -20px;
    list-style: none;
}

/*Side Menu*/

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
    border: solid 1px var(--bs-gray);
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 400;
    color: var(--bs-primary);
    background-color: #f8f9fa !important;
    border: solid 1px var(--bs-gray);
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: var(--bs-primary);
        background-color: #f8f9fa !important
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: var(--bs-primary);
        background-color: #f8f9fa !important
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.noborder {
    border: 0px !important;
    padding:0px;
    margin:0px;   
}

.spacer {
    min-height: 5px !important;
}
.dserach {
    max-height: 200px;
    max-width: 95% !important;
}

#errToasts {
    width: 100%;
    min-width: 350px;
}

.modal-dialog {
    min-width: 60%;
    /*max-width: 60%;
        */
}

.bgmark {
    background-color:burlywood;
}


.tooltip-inner {   
    color: black;
}

.overlay {
    height: 68px;
    min-height: 68px;
    min-height: 68px;
}
.spnConjunction {
    width:33px; max-width:33px; min-width:33px;
    text-align:left;
}

/*.tooltip-inner {
    background-color: #212529;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
    color: white;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #212529 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #212529 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #212529 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #212529 !important;
}
*/
/*Test*/
.testborder {
    border: solid 1px #e80c4d;
}

.testgborder {
    border: solid 3px #00FF00;
}

.text-responsive {
    font-size: calc(10% + 1vw + 1vh);
}

.fsulogo {
    width: 100%;
}
.fsuslogo {
    width: 50%;
}
.fsuIcon {
    font-size: 0.575em;
}

