body, html {
    background-color: #fff;
}

/* push footer down on the page */
/* based on: https://stackoverflow.com/questions/4575826/how-to-push-a-footer-to-the-bottom-of-page-when-content-is-short-or-missing*/
.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}
footer {
    margin-top: auto;
}
/* end push footer... */

.button-back {
    min-width:80px;
    text-decoration:none;
}
.button-continue {
    min-width: 150px;
}
.form-label-bold {
    font-weight: bold;
}
.form-select-height {
    height: 2.5rem;
}
/* http://blog.adeel.io/2015/10/18/adding-an-asterisk-to-required-fields-in-bootstrap/ */
.required .form-label:after {
    content: " *";
    color: teal;
    font-weight: 600;
}
.select-border-color {
    border-color: #bdbdbd;
}

.responsive-video video {
    width: 100%;
    height: auto;
}


/* Nav and mobile nav stuff */
#desktopLogin {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#desktopLogin .btn {
    min-width: 92px;
}
    #desktopLogin > div {
        white-space: nowrap;
        color: #fff;
    }

@media screen and (max-width: 992px) {
    #desktopLogin {
        padding: 0.25rem 1rem;
        background: rgb(232, 245, 255) !important;
    }
    html.cdc-tp5 #new-nav-mobile > div#desktopLogin > div {
        white-space: normal;
        color: #333;
        background: rgb(232, 245, 255) !important;
        flex-grow: 1;
    }
}

/* Home Page stuff */
.home-btn {
    min-width: 8.125rem;
}

    .home-btn + .home-btn {
        margin-left: 0.5rem;
    }

/* Some fixes for our implementation */
main > .row:last-child {
    margin-bottom: 25px;
}

.header-language-bar {
    display: none;
}

/* Exam Results Stuff */
#resultsCards .collapse > .card-body,
#resultsCards .collapse > .card-footer {
    background-color: #fdfefe;
}
#resultsCards .block-list > li {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.25rem;
}
#resultsCards .block-list.info-list > li {
    background-color: #ebf5f6;
}
#resultsCards .block-list.info-list > li > div > p:last-child {
    margin-bottom: 0;
}
#resultsCards .pw-25 {
    width: 25%;
}
#resultsCards .card-header .badge.btn-pink-p {
    background-color: #af4448 !important;
}
div.footnote {
    background-color: #f5f5f5;
    padding: 0.5rem 0.625rem;
    margin: 1rem 0;
    font-size: 0.85rem;
}
div.footnote > p:last-child {
    margin-bottom: 0;
}
.btn.btn-tooltip {
    padding: 0;
    margin-left: 0.25rem;
    line-height: 1;
}
.btn.btn-tooltip [class*=" cdc-icon-"], .btn.btn-tooltip [class^="cdc-icon-"] {
    vertical-align: top;
    margin-top: -5px;
}
.fill-white {
    color: #ffffff;
}
.fill-white::before {
    fill: #ffffff;
}
.tooltip .tooltip-inner {
    background-color: #000 !important;
}
.highlight {
    background-color: #ffecb3;
}
.result-highlight {
    background-color: #ebf5f6;
    padding: 10px;
}
.laboratory-information-icon {
   margin-left: 6px;
   height: 26px;
   width: 26px;
   display: inline-block;
   text-align: center;
}
.laboratory-information-icon span {
    margin-top: -4px;
}
.laboratory-information-link {
    padding-bottom: 8px;
}
.legend {
    margin-bottom: 1rem;
}
    .legend .btn-block {
        padding-left: 36px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" fill="%23005eaa" title=""><path d="M6 0H4v4H0v2h4v4h2V6h4V4H6z"></path></svg>');
        background-size: auto 16px;
        background-repeat: no-repeat;
        background-position: 12px 12px;
    }
        .legend .btn-block[aria-expanded=true] {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 2" fill="%23005eaa" title=""><path d="M4 0H0v2h10V0H6z"></path></svg>');
            background-size: 16px auto;
            background-position: 12px 18px;
        }
    .legend .collapse .block-list li .badge {
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
        background-color: #af4448 !important;
    }
#resultsCards .card .results-table {
    position: relative;
}
    #resultsCards .card .results-table:before {
        font-family: cdciconfont;
        display: inline-block;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f42f";
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 99;
        padding: 5px;
        color: #fff;
        background-color: #005eaa;
        border-radius: 50%;
        height: 28px;
        width: 28px;
        text-align: center;
    }
.recommendation {
    background-color: rgba(0,103,120,.1);
    border-left: 3px solid #005eaa;
    padding: 0.25rem 0.5rem;
    display: flex;
}
.recommendation .text {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0.5rem;
}
.print-accordions > .recommendation {
    margin-top: 1rem;
}
.recommendation + .results-table {
    margin-top: 2rem;
}

.search-input-error {
    display: block; /* Ensures it appears on its own line */
    /*font-size: 14px;*/
    margin-top: 5px;
}

.name-search-input-error {
    padding-left: 100px; /* Aligns with input field */
}
#examResultsAcknowledgment {
    display: none;
}

@media print {
    #examResultsAcknowledgment {
        padding-bottom: 150px;
        display: block;
    }
    #superUserParticipantRofHeader {
        display: none;
    }
    #delayLetterLink {
        display: none;
    }
}


/*.inline-form {
    display: inline;
}*/

/* Remove the focus outline */
/*.pdf-link-button:focus {
    outline: none;
}*/