﻿.bannerSection {
    background-color: #8F5A39;
}
.home {
    width: 20%;
    font-size: 1.3rem;
    cursor: pointer;
}

.disclaimerSection {
    font-size: .8rem;
}


.table {
    font-size: .7rem;
    border: none !important;
}

    .table.simplifiedCopayment {
        font-size: .5rem;
    }
    .table tr {
        border-bottom: #efe9c6 solid 1px;
    }
    .table td {
        text-align: center;
    }
    .header-green {
        background-color: #00477b;
        color: #fff;
    }

.tableSubSection {
    background-color: #efe9c6 !important;
    color: #00477b;
    font-weight:bold;
    text-align: left !important;

}
   

.displayOnMobile {
    display: block;
    padding: 20px;
}

.displayOnDesktop {
    display: none;
}



.logoContainer {
    padding: 15px;
}

    .logoContainer img {
        width: 200px;
    }

.summaryLeft {
    width: 50%;
}

.summaryRight {
    width: 50%;
}

.showHide {
    display: none;
}

.inputSection .container-fluid, .outputSection .container-fluid, .personalInformationSection .container-fluid {
    background-color: #F4EFE7;
}



.loadingContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0,.3);
}

.loadingContainer {
    display: none;
}

.loading {
    display: flex;
    margin: 0 auto;
}

.spinner-border {
    color: #1f577a;
    width: 4rem;
    height: 4rem;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.sr-only, .fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.showSpinner {
    display: flex;
}

/*.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: 0;
    padding-left: 0;
}*/

.copyrightSection {
    padding-top: 70px;
    display: block;
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    /*    padding-right: 0;
    padding-left: 0;*/
}

.overridePadding {
    padding-right: 0px;
    padding-left: 0px;
}

.inputSection .form-control:focus, .outputSection .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #A6D7F0;
    outline: #000 2px solid;
    outline-offset: 3px;  
    box-shadow: none;
}

.inputSection .form-select:focus, .outputSection .form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #A6D7F0;
    outline: #000 2px solid;
    outline-offset: 3px;  
    box-shadow: none;
}

.inputSection .form-control, .outputSection .form-control {
    line-height: 2.5;
    border-radius: 0.45rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.inputSection .form-select, .outputSection .form-select {
    line-height: 2.5;
    border-radius: 0.45rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.inputLabel {
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-block;
    margin-bottom: .5rem;
}
.fas, .fa-solid {
    font-size: 1.2rem;
    color: #000;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #fff;
    border-bottom: 0px solid #ebebeb;
    font-weight: bold;
    font-family: Arial;
}

.popoverText {
    border-bottom: 2px dotted white;
    text-decoration: none;
}

.popoverTextDark {
    border-bottom: 2px dotted #000;
}

.personalInfo {
    color: #000000;
    font-weight: bold;
    padding-bottom: 1rem;
}

.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pi-container {
    padding-top: 35px;
    padding-bottom: 0px;
}

.btnMYourBenefits button {
    width: 100%;
    color: #000;
    font-weight: bold;
    padding: 1rem;
    background-color: #A6D7F0;
    border-color: #A6D7F0;
    border-radius: 50px;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

    .btnMYourBenefits button:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .btnMYourBenefits button:active {
        color: #A6D7F0;
        background-color: #000;
        border-color: #000;
    }

    .btnMYourBenefits button:focus {
        color: #A6D7F0;
        background-color: #000;
        border-color: #000;
        outline: solid 2px #000;
        outline-offset: 3px;
        box-shadow: none;
    }

.btn-primary:disabled, .btn-primary.disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: rgb(126, 126, 126);
}

.contentHeading {
    font-size: 2rem;
    color: #00479c;
}

.annualCostOfCoverageText {
    color: #006262;
    text-transform: uppercase;
}

.contentSubSection {
    border-bottom: 4px solid #00479c;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detailHeader {
    color: #ee7822;
    font-size: 1.4rem;
    font-weight: bold;
}
.summaryText {
    font-size:1.4rem;
}

.callout {
    padding: 20px;
    background-color: #f2eed9;
    margin-bottom: 20px;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .home {
        width: 10%;
        font-size: 1.3rem;
    }

    .disclaimerSection {
        font-size: 1rem;
    }

    .table {
        font-size: 1rem;
    }
        .table.simplifiedCopayment {
            font-size: 1rem;
        }
}

footer {
    background-color: #8F5A39;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.footer__copy {
    font-size: .75rem;
    font-weight: 400;
    color: #b3b8bd;
    margin-bottom: 0;
    display: inline;
}
.footer__copy a {
    color: #ffffff;
    margin-left:10px;
    margin-right:10px;
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .copyrightSection {
        padding-top: 80px;
        display: block;
    }

    .container {
        padding-top: 35px;
    }

    .btnMYourBenefits button {
        margin-bottom: 0;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .displayOnMobile {
        display: none;
        padding: 20px;
    }

    .displayOnDesktop {
        display: block;
        font-size: 1.5rem;
    }

    .copyrightSection {
        padding-top: 110px;
        display: block;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}
