﻿ 
label span[style="color:red"], .red-asterisk {
    color: #b00000 !important;
}
.readonly-div {
    pointer-events: none;
    opacity: 1 !important;
}
 
.text-danger {
    color: darkred !important;
}
a {
    color: blue;
    text-decoration: underline;
}

.main-title-div {
    display: flex;
    align-items: center;
    min-height: 50px;
    background-color: unset;
    text-align: center;
    padding: 0.5rem;
    column-gap: 2%;
    width: 100%;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 40px;
}

.pagecontent{
    margin-top: 40px;
}

.btn:disabled {
    background-color: #075270 !important;
    color: #A9A9A9;
    cursor: not-allowed;
    opacity: 0.6;
}

.alertBox{
    width: 100%;
    margin: 0 auto;
}

#input-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

    #input-blocker .spinner-border {
        width: 3rem;
        height: 3rem;
        border: 0.25em solid rgba(0,0,0,0.0);
       /* border-top-color: #075270;
        border-right-color: #075270;
        border-bottom-color: #075270;*/
    }
.ffx-blue {
    color: #075270;
}

.ffx-l-gray-bg {
    background-color: #C7CFD5;
}
.ffx-grayblue-bg {
    background-color: #F7F9FA;
}
.ffx-blue-bg {
    background-color: #075270;
}
.ffx-dark-blue-bg {
    background-color: #033B52; 
}
.ffx-navy-bg {
    background-color: #023043;
}
.ffx-dark-navy-bg {
     background-color: #091F30;
}
.red-asterisk {
    color: red;
}

.custom-select select {
    /* Reset any custom styles applied to the select element */
    -webkit-appearance: initial !important;
    -moz-appearance: initial !important;
    appearance: initial !important;
}

.input-error {
    border: 1px solid rgba(255, 0, 0, 0.8) !important;
    box-shadow: 0px 0px 4px rgba(255, 0, 0, 0.8) !important;
}

.fill {
    background-color: #EFF5FB;
}

.fillNew {
    background-color: #f8f8f8;
}

.fairfax-breadcrumb a{
    color: #fff;
}

.custom-form {
    max-width: 1350px;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    align-items: center;
    padding: unset;
    background-color: #EFF5FB;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.form-check-input{
    border: 1px solid rgba(0,0,0,0.5);
}


.bottom-radius {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.form-control::placeholder {
    color: #C7CFD5 !important;
    opacity: 1 !important;
}

.search-tips {
    margin-top: 0.5rem;
    max-width: 1350px;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    padding: unset;
    background-color: #C7CFD5;
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.custom-border-top {
    border-top: 1px solid #C7CFD5;
}

.custom-border-right {
    border-right: 1px solid #C7CFD5;
}

.custom-border-left {
    border-left: 1px solid #C7CFD5;
}

.custom-border-bottom {
    border-bottom: 1px solid #C7CFD5;
}


.custom-title-div {
    display: flex;
    align-items: center;
    min-height: 50px;
    background-color: #075270;
    padding: 0.5rem;
    column-gap: 2%;
    margin-left: -1px;
    margin-right: -1px;
    width: 100%; /* fallback */
    width: -moz-available; /* for Firefox */
    width: -webkit-fill-available; /* for Safari and Chrome */
    width: fill-available; /* if standard gets adopted */
}

.disclaimer {
    background-color: #eeeeee;
}

.limited {
    max-width: 250px;
}

.mw-sm{
    max-width: 250px;
}

.mw-md{
    max-width: 400px;
}

.mw-lg{
    max-width: 1000px;
}

.max-width-300{
    max-width: 300px;
}

.limited2{
    max-width: 100px !important;
}

.no-min {
    min-width: unset;
}


.section {
    width: 100%;
    display: none;
}

/*.print-data-div {
    position: relative;
    width: 100%;
    max-width: 1500px;
    height: 0px;
    overflow: hidden;
    z-index: -1;
}*/
/*.print-data-container{
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}*/


.section-active {
    display: block;
}

.custom-row {
    display: flex;
    flex-flow: row;
    width: 100%;
    row-gap: 0.5rem;
}

.custom-col {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    row-gap: 0.5rem;
}









.stateinput
{
    width: 230px;
}


.validation-div {
    display: flex;
    flex-flow: column;
    justify-content: left;
    text-align: left;
    width: 100%;
}
.div-bg {
    background-color: #EFF5FB;
}



.custom-content-row {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: left;
    height: inherit;
    column-gap: 1rem;
    row-gap: 0.5rem;
    padding: 0.5rem;
    text-align: left;
}



.custom-radio-row {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: left;
    height: inherit;
    padding: 0.5rem;
    column-gap: 2rem;
    row-gap: 1rem;
    text-align: left;
}
.custom-radio-column {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: left;
    height: inherit;
    padding: 0.5rem;
    column-gap: 2rem;
    row-gap: 1rem;
    text-align: left;
    flex-flow: column;
}

.radio-item{
    display: flex;
    column-gap: 1rem;
    align-items: baseline;
}



.padded{
    padding: 1rem;
    padding-left: unset;
}

.popover {
    max-width: 600px;
}

.readonly-div {
    pointer-events: none; /* disables mouse/touch interactions */
    opacity: 0.6; /* optional visual cue */
}




.no-padding {
    padding: unset;
    column-gap: unset;
}

.outline {
    border-top: 1px solid #C7CFD5;
    border-right: 1px solid #C7CFD5;
    border-bottom: 1px solid #C7CFD5;
    border-left: 1px solid #C7CFD5;
}

.text-danger-custom {
    color: #BC314A;
}

.custom-text-div {
    height: 75px;
    width: inherit;
}

.light {
    color: #F7F9FA;
}

.vertical {
    flex-flow: column;
    align-items: initial;
}

.tooltipHelper{
    align-self: center;
}

.radio-tooltip{

}

.responsive-tr{
}

.override-border-light {
    border-color: #C7CFD5;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word; /* Legacy fallback */
    overflow-wrap: break-word; /* Standardized version */
    height: min-content;
}






.td-heading {
    width: 200px;
    max-width: 200px;
}


.label-container{
    display: flex;
    flex-flow: row;
    column-gap: 0.5rem;
    min-width: 40%;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}


.button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    column-gap: 1rem;
}

.simple-row{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    column-gap: 1rem;
    flex-wrap: wrap;
}



.custom-btn {
    background-color: #075270;
    border-color: #075270;
    color: white;
}

    .custom-btn:hover {
        background-color: #023043;
        border-color: #023043;
        color: white;
    }


.btn-medium{
    max-width: 300px;
    min-height: 50px;
}

.custom-btn-secondary {
    background-color: #075270;
    border-color: #075270;
    width: 10%;
    min-width: 100px;
}

    .custom-btn-secondary:hover {
        background-color: #023043;
        border-color: #023043;
    }
.form-disabled {
    pointer-events: none; /* Disable mouse events on form elements */
    opacity: 0.5; 
}




.confirmation-div{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 2rem;
}
.confirmation-check {
    color: #18c28a;
    font-size: 100px;
    margin-bottom: 1rem;
}

.left-textAlign {
    display: flex;
    text-align: left;
}

.center-textAlign {
    display: flex;
    text-align: center;
}
.center-align {
    display: flex;
    justify-content: center;
}

.padding-s {
    padding: 0.5rem;
}

.padding-m {
    padding: 1rem;
}

.padding-l {
    padding: 1.5rem;
}

.margin-top-s{
    margin-top: 0.5rem;
}
.margin-top-m {
    margin-top: 1rem;
}
.margin-top-l {
    margin-top: 1.5rem;
}
.margin-s {
    margin: 0.5rem;
}
.margin-m {
    margin: 1rem;
}
.margin-l {
    margin: 1.5rem;
}

.marginLR-s{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.marginLR-m {
    margin-left: 1rem;
    margin-right: 1rem;
}
.marginLR-l {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.marginTB-s{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.marginTB-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.marginTB-l {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}




.lookup-btn {
    min-width: 300px;
    max-height: 45px;
}

.highlight-yellow {
    color: #8F6600;
    border-radius: 2px;
}

.highlight-green {
    color: #0f026e;
    border-radius: 2px;
}

.highlight-red {
    color: #BC314A;
    border-radius: 2px;
}

.nav-btn{
    max-width: 100px;
    width: 100%;
}



@media (max-width: 1000px) {
    .custom-row {
        flex-wrap: wrap;
        padding: 0.75rem;
    }

    .custom-content-row {
        border: none;
        padding: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .label-container {
        /*max-width should coincide with input width*/
        max-width: 400px;
        width: 100%;
    }
   

    .td-heading {
        width: auto !important;
        max-width: none !important;
    }

    .responsive-tr {
        display: flex;
        flex-flow: column;
    }

}

@media (max-width: 767px) {
   
    .custom-radio-row {
        flex-flow: column;
    }

    .custom-row {
        flex-flow: column;
    }

    .fairfax-breadcrumb{
        display: none;
    }

    .pagecontent {
        margin-top: 0px;
    }




}



@media (max-width: 450px) {
   

    span {
        order: 3;
        padding-left: 2px;
    }

    .lookup-btn {
        min-width: 250px;
        max-height: unset;
        min-height: 45px;
    }
}




