﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@font-face {
    font-family: Aeonik-Regular;
    src: url('../../fonts/Aeonik-Regular.otf');
}

@font-face {
    font-family: Frieght-Regular;
    src: url('../../fonts/FreightTextBook-Regular.woff');
}

body {
    height: 100vh;
    font-family: Aeonik-Regular;
}

h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

a {
    color: #212529;
}

    a:hover, a:focus, a:visited {
        color: #212529;
    }

ul.bullet-list {
    list-style-type: none;
}

    ul.bullet-list li::before {
        content: "\f111";
        font-family: "Font Awesome 5 Pro";
        padding: 0 10px 0 0;
        color: #69B3E7;
        font-weight: 900;
        font-size: 10px;
    }

ol.list-upper-alpha {
    list-style-type: upper-alpha;
}

ol.list-num {
    list-style-type: decimal;
}

ol.list-lower-alpha {
    list-style-type: lower-alpha;
}

ul.striped-list > li:nth-of-type(odd) {
    background-color: #e9ecef;
}

.agreementContainer {
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

#reminderModal {
    width: auto;
    position: fixed;
    bottom: 0 !important;
    right: 0;
    top: auto;
    left: auto;
    height: auto;
    padding-right: 0px !important;
    box-shadow: -1px -1px 20px black;
    border-radius: .3rem;
}

    #reminderModal .btn {
        width: 49%;
        margin: 0px 1.3px;
        text-align: left;
    }

    #reminderModal .modal-content {
        border: none;
    }

    #reminderModal .modal-dialog {
        margin: 0px;
    }

    #reminderModal .modal-header {
        background-image: linear-gradient(to right, #69B3E7, #007bff);
    }

        #reminderModal .modal-header h5 {
            color: #FFF;
            font-weight: 600;
        }

    #reminderModal .modal-body h3 {
        font-size: 20px;
        font-weight: 600;
    }

.modal-open {
    overflow-y: inherit;
    padding-right: 0px !important;
}

#loadingModal .btn-primary {
    margin-bottom: -1px;
}

.searchclear {
    position: absolute;
    right: 53px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

    .searchclear:hover {
        color: #000;
    }

.edit-status-btn {
    
    cursor: pointer;
}

.app-status-text {
    text-weight: bold;
    color: #988381;
    font-size: 26px;
    margin: 0px;
}

@media print {
    header, nav {
        display: none !important;
    }
    main {
        margin: 0 !important;
        padding: 0 !important;
    }
    .agreement {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .agreementContainer {
        max-height: 100%;
        overflow-y: visible;
        overflow-x: visible;
        padding: 10px;
    }

    .agreement .card-body {
        background: #fff;
    }

    .border-top {
        border-top: none !important;
    }
}

.agreementContainer h3, .agreementContainer h4, .agreementContainer h5 {
    text-align: center;
}

.agreementContainer h5 {
    text-decoration: underline;
}

.agreementContainer h6 {
    font-weight: bold;
}

.agreementContainer ol li {
    margin: 10px 0px;
}

.text-orange {
    color: #212529;
}

.text-purple {
    color: #7b65e9;
}

.text-grey {
    color: #988381;
}

.text-blue {
    color: #005f9a;
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #666766;
}

.labelNote {
    font-size: 12px;
}

    .labelNote u {
        color: #005f9a;
        cursor: pointer;
    }
/* Navigation */
header {
    display: flex;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: auto;
    right: 0;
    background-color: #0049F6;
    color: #fff;
    background-color: #FAFAFA;
    min-height: 64px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
}

    header h6 {
        margin: 0;
        font-family: "Roboto","Helvetica","Arial",sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: 0.0075em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #1A7DBE;
        font-weight: 700;
        font-size: 24px;
    }

nav.sideBar {
    display: flex;
    transition: all 0.25s;
    width: 250px;
    height: 100vh;
    background-color: #F0F5FE;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 75px;
    white-space: nowrap;
    flex: 0 0 auto;
    position: fixed;
    z-index: 9;
}
    nav.sideBar.collapsed {
        width: 85px;
    }
    nav.sideBar i.sn-action {
        position: absolute;
        right: -12px;
        bottom: 1%;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #ffffff;
        line-height: 28px;
        margin-left: 18px;
        text-align: center;
        z-index: 9;
        border: 1px solid #ccc;
        font-size: 12px;
        color: #0049F6;
        font-weight: 900;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        cursor: pointer;
    }
    nav.sideBar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav.sideBar ul li {
        height: 40px;
        margin-bottom: 4px;
    }
        nav.sideBar ul li:first-of-type {            
            margin-top: 4px;
        }

        nav.sideBar ul li a, header .navbar-nav .nav-link .nav-item, header .dropdown-menu a {
            color: #212529;
        }

            nav.sideBar ul li a i {
                color: #0049F6;
                width: 25px;
            }

            nav.sideBar ul li a.nav-item {
                display: flex;
                align-items: center;
            }

                nav.sideBar ul li a.nav-item i {
                    margin-right: 15px;
                }

                nav.sideBar ul li a.nav-item span.nav-item-text {
                    display: inline-block;
                }
                nav.sideBar.collapsed ul li a.nav-item span.nav-item-text {
                    display: none;
                }
.nav-item.nav-link.main-nav-link.active {
    background-color: #00000014;
    position: relative;
}
    .nav-item.nav-link.main-nav-link.active::after {
        content: '';
        display: block;
        position: absolute;
        right: 10px;
        top: 13px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #1ED8A1;
    }
.main-nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar-brand h2 {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-brand h4 {
    font-size: 18px;
}

.providers-icon {
    background-image: url('../Images//Icons/providers.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
}

.payors-icon {
    background-image: url('../Images//Icons/handshake.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
}

.referrals-icon {
    background-image: url('../Images//Icons/prescription.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
}

.payments-icon {
    background-image: url('../Images//Icons/PaymentsIcon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
}

.reporting-icon {
    background-image: url('../Images//Icons/ReportingIcon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
}
/* Logo */
.anthem-logo {
    height: 58px;
    margin: 10px;
}

.thm-logo-main {
    height: 58px;
    margin: 10px;
}

.thm-logo {
    height: 48px;
    margin-left: -14px;
}

.thm-logo-text {
    display: inline-block;
    top: 2px;
    position: relative;
}

.content-footer {
    position: fixed !important;
    bottom: 0px;
    text-align: center;
    margin: auto;
    display: inline;
    right: 0px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px !important;
    background-color: #fff;
    z-index: 100;
}

.content-footer-links {
    margin-top: 12px;
}

    .content-footer-links a {
        margin-left: 10px;
        margin-right: 10px;
    }

.login-footer-links {
    margin-top: 5%;
}

    .login-footer-links a {
        margin-left: 10px;
        margin-right: 10px;
        color: #0049F6;
    }

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
    display: inline-block;
    width: 100%;
}

.wrapper-invite {
    display: flex;
    min-height: 100vh;
    max-height: 100%;
    height: 100%;
    margin: 0 auto -110px;
    width: 100%;
}

.content-footer, .push {
    height: 130px;
}

.login-push, .content-footer-login {
    height: 200px;
}

.content-footer-login {
    text-align: center;
    margin: auto;
    position: fixed;
    display: inline;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px !important;
    background-color: #fff;
    z-index: 100;
}

.thm-logo-text {
    display: inline-block;
    top: 2px;
    position: relative;
}

.content-footer-links {
    margin: 0px;
    padding: 10px;
}

    .content-footer-links a {
        margin-left: 10px;
        margin-right: 10px;
    }

.scrollButtons {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 100;
    display: none;
}

@media screen and (min-width: 1580px) {
    .thm-logo {
        margin-left: 0px;
    }

    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -50px;
        display: inline-block;
        width: 100%;
    }

    .wrapper-invite {
        display: flex;
        min-height: 100vh;
        height: 100%;
        margin: 0 auto -100px;
        width: 100%;
    }

    .content-footer, .push {
        height: 80px;
    }

    .login-push, .content-footer-login {
        height: 100px;
    }

    .content-footer-login, .content-footer {
        text-align: center;
        margin: auto;
        position: fixed;
        display: inline;
        right: 0px;
        left: 0px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px !important;
        background-color: #fff;
        z-index: 100;
    }

        .content-footer-login .thm-logo-container {
            position: absolute;
            top: 27px;
            right: 40px;
        }

        .content-footer-login .awcm-logo-container {
            position: absolute;
            top: 10px;
            left: 40px;
        }

        .content-footer-login .thm-logo-text {
            display: inline-block;
            top: 2px;
            position: relative;
        }

        .content-footer-login .content-footer-links {
            position: relative;
            top: -10px;
            display: inline-block;
            margin: 38px 0px;
            padding: 0px;
        }

        .content-footer .thm-logo-container {
            position: absolute;
            top: 0px;
            right: 40px;
            margin: 16px 0px;
        }

        .content-footer .awcm-logo-container {
            position: absolute;
            top: 0px;
            left: 40px;
            margin: 28px 0px;
        }

        .content-footer .thm-logo-text {
            display: inline-block;
            top: 2px;
            position: relative;
        }

        .content-footer .content-footer-links {
            display: block;
            margin: 18px 0px;
            top: -10px;
            position: relative;
        }

    .content-footer-links a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .scrollButtons {
        position: fixed;
        bottom: 80px;
        right: 10px;
        z-index: 100;
        display: none;
    }
}

/* Backgrounds */
.bg-sub {
    background-color: #69B3E7;
}

/* Buttons */
.btn-group.special {
    display: flex;
}

.special .btn {
    flex: 1
}

.services-selector .btn {
    width: 30px;
    height: 30px;
    font-size: 80%;
    padding: 0;
}

.services-btn.selected-btn {
    background-color: #007bff;
}

.btn-orange {
    color: #fff;
    background-color: #EA7600;
    border-color: #707070;
}

.btn-blue {
    color: #fff;
    background-color: #005f9a;
    border-color: #707070;
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #707070;
}

#startOverBtn {
    margin-left: 90px;
    float: left;
}

#getStartedBtn {
    margin-right: 90px;
    float: right;
}

.btn-blue:hover {
    color: #fff;
    background-color: #015488;
    border-color: #014f80;
}

.btn-orange:hover {
    color: #fff;
    background-color: #db6f02;
    border-color: #d46c02;
}

.btn-white:hover {
    color: #000;
    background-color: #cfcfcf;
    border-color: #707070;
    cursor: pointer;
}

.applyAllInput:checked + .btn-white {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

    .applyAllInput:checked + .btn-white:hover {
        color: #ffffff;
        background-color: #218838;
        border-color: #1e7e34;
    }

.anthem-specialty-label {
    background: #c2ddf1;
    border: 1px solid #BCBCBC;
    border-radius: 12px;
    padding: 3px 11px;
    min-height: 33px;
    height: 0px;
    margin: 9px 10px;
}

.apply-all-locations-label {
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 12px;
    padding: 3px 11px;
    min-height: 33px;
    height: 0px;
    margin: 9px 10px;
}

.navbar-light .navbar-brand {
    font-size: 35px;
    color: #0079C2;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-right: 0px;
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: #0079C2;
    }

.btn-next-step {
    margin-bottom: 20px;
}

.scrollButtons .scrollBtn {
    cursor: pointer;
}

.scrollButtons span i {
    color: #0079C2;
    font-size: 32px;
}

.scrollBtnUpContainer::after, .scrollBtnDnContainer::after {
    position: absolute;
    content: '';
    background: #fff;
    z-index: -1;
    top: 2px;
    left: 1px;
    width: 26px;
    height: 25px;
}

.scrollBtnDnContainer::after {
    position: absolute;
    content: '';
    background: #fff;
    z-index: -1;
    top: 36px;
    left: 1px;
    width: 26px;
    height: 25px;
}

.apply-global-button .apply-checkmark, .apply-local-button .apply-checkmark, .apply-location-button .apply-checkmark, .cancel-location-button .cancel-x, .cancel-global-button .cancel-x, .cancel-local-button .cancel-x {
    display: inline;
}

.apply-global-button .apply-text, .apply-local-button .apply-text, .apply-location-button .apply-text, .cancel-location-button .cancel-text, .cancel-global-button .cancel-text, .cancel-local-button .cancel-text {
    display: none;
}

.bubble-button {
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 12px;
    padding: 2px 10px 5px;
    margin: 11px 0px 0px;
    display: inline-block;
}

.hideLowRes {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .apply-global-button .apply-checkmark, .apply-local-button .apply-checkmark, .apply-location-button .apply-checkmark, .cancel-location-button .cancel-x, .cancel-global-button .cancel-x, .cancel-local-button .cancel-x {
        display: none;
    }

    .apply-global-button .apply-text, .apply-local-button .apply-text, .apply-location-button .apply-text, .cancel-location-button .cancel-text, .cancel-global-button .cancel-text, .cancel-local-button .cancel-text {
        display: inline;
    }
}

@media screen and (min-width: 1580px) {
    .hideLowRes {
        display: inline;
    }

    .apply-global-button .apply-checkmark, .apply-local-button .apply-checkmark, .apply-location-button .apply-checkmark, .cancel-location-button .cancel-x, .cancel-global-button .cancel-x, .cancel-local-button .cancel-x {
        display: none;
    }

    .apply-global-button .apply-text, .apply-local-button .apply-text, .apply-location-button .apply-text, .cancel-location-button .cancel-text, .cancel-global-button .cancel-text, .cancel-local-button .cancel-text {
        display: inline;
    }
}
/* Tooltips */
.tooltip.show {
    opacity: 1;
}

.tooltip h6 {
    color: #fff;
    margin: 5px 0px;
    font-weight: bold;
}

.tooltip p {
    margin: 5px 0px;
}

[x-placement^=bottom].bs-tooltip-auto .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #01a69d;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #01a69d;
}

.tooltip .tooltip-inner {
    background-color: #01A69D;
    text-align: left;
    max-width: 800px;
    padding: .5rem 1rem;
}

.fas.fa-question-circle {
    color: #005f9a;
    cursor: pointer;
}

.remove-new-npi-link {
    margin-top: 12px;
}
/* Validation */
.error {
    color: #E53225 !important;
}

input.error {
    border-bottom: 1px solid #e53225 !important;
}

select.selecterror {
    border: 1px solid #e53225 !important;
}

.required-asterisk {
    color: #E53225 !important;
    font-weight: bold !important;
    cursor: pointer;
    font-size: x-small;
    vertical-align: top;
}

/* Dynamic Modal */
.toc-modal .modal-dialog, .privacy-modal .modal-dialog {
    max-width: 800px !Important;
}

#dynamicModal .modal-dialog {
    max-width: 70%;
}

#dynamicModal .modal-body {
    padding: 30px;
}

    #dynamicModal .modal-body h5 {
        margin-left: 10px;
        font-weight: bold;
    }

    #dynamicModal .modal-body h4 {
        font-size: 140%;
        margin-left: 10px;
        font-weight: bolder;
    }

    #dynamicModal .modal-body p {
        margin-left: 10px;
    }

    #dynamicModal .modal-body .question-label {
        margin-left: 10px;
    }

    #dynamicModal .modal-body .address-label {
        color: #0079C2;
        margin-left: 10px;
    }

    #dynamicModal .modal-body .custom-control {
        margin-left: 10px;
    }

#dynamicModal .pricing-header .price-edit-title {
    font-size: 10px;
}

#dynamicModal .priceGuidanceByCPT .underline-input {
    display: inline;
    width: 80%;
    margin-right: 5px;
    font-size: 140% !important;
}

#dynamicModal .priceGuidanceByCPT .includeCPTCodeLine {
    text-align: center;
}

#dynamicModal .priceGuidanceByCPT .includeCPT-check {
    padding: 0px;
    margin: 0px;
}

    #dynamicModal .priceGuidanceByCPT .includeCPT-check .checkbox-button__control {
        margin: 0px 0px 0px calc(50% - 13px);
    }

#dynamicModal .priceGuidanceByCPT .fa-question-circle,
#dynamicModal .priceGuidanceByCPT .cptCode,
#dynamicModal .priceGuidanceByCPT .fa-plus-square,
#dynamicModal .priceGuidanceByCPT .fa-minus-square {
    color: #005F9A;
    cursor: pointer;
}

.bidAwardInputContainer {
    position: relative;
}

.suffix-text {
    position: absolute;
    left: 20px;
    top: 7px;
    color: #a3a2a3;
    padding-left: 5px;
    font: inherit;
    font-size: 14px;
}

#dynamicModal .cptActionButtons {
    text-align: center;
    margin-top: 50px;
}

    #dynamicModal .cptActionButtons .btn {
        margin: 0px 15px;
    }

#helpModal .modal-header {
    text-align: center;
}

    #helpModal .modal-header h3 {
        margin-bottom: 0px;
        width: 100%;
    }

#helpModal .modal-dialog {
    max-width: 1000px;
}

#helpModal label {
    font-size: 16px;
}

#helpModal input {
    font-size: 20px !important;
}

#inviteModal .modal-header {
    text-align: center;
}

    #inviteModal .modal-header h3 {
        margin-bottom: 0px;
        width: 100%;
    }

#inviteModal .modal-dialog {
    max-width: 800px;
}

.calculatedPriceDiv {
    font-size: 120% !important;
}

.baseOMFSPrice {
    color: #666666;
}

.marketplacePriceGuidance {
    color: #666666;
}

/* Cards */
.card-header {
    background: #fff;
}

.card-body {
    background: #F0F5FE;
}

.card-well {
    border: none;
}

.marketplaceIDsmall {
    font-size: 18px;
    margin-left: 10px;
}

#helpwrapper .displayresults a {
    margin: 10px 0px;
    font-size: 22px;
}
/* Custom Inputs*/
/* Chrome, Safari, Edge, Opera */

.form-control {
    padding: .375rem 1.5rem .375rem .75rem;
}

.full-width-btn-group {
    width: 100% !important;
    display: block !important;
}

.input-clear {
    display: none;
    position: absolute;
    right: 5px;
    top: 15px;
    height: 14px;
    margin: auto;
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
}

.input-has-value ~ .input-clear:hover {
    color: #E53225;
    display: block;
}

.input-has-value:hover ~ .input-clear {
    display: block;
}

#loadingModal {
    top: 50vh;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
}

.underline-input {
    border-radius: 0px;
    border: 0;
    outline: 0;
    background: #fff;
    border-bottom: 1px solid #A6A6A6;
}

::-webkit-input-placeholder { /* Edge */
    color: #ccc !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
}

::placeholder {
    color: #ccc !important;
    opacity: 1 !important;
}

.underline-input:focus {
    background-color: #F7F7F7;
    border: none;
    border-bottom: 1px solid #e53225;
    box-shadow: none;
}

.focus-bar {
    display: none;
    height: 100%;
    width: 6px;
    background: #e53225;
    position: absolute;
    top: 0px;
    margin-left: -20px;
}

.question-group.focused {
    border-left: 6px solid #e53225;
    margin-left: -20px;
    padding-left: 14px;
}

.underline-input:focus ~ .focus-bar, .custom-select:focus ~ .focus-bar, input[type=radio]:focus ~ .focus-bar {
    display: block !important;
}

.custom-select {
    font-size: 14px !important;
    color: #000000;
    background-color: #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #A6A6A6;
    border-radius: 0px;
}

    .custom-select.error {
        border: 1px solid red !important;
    }

    .custom-select option, .custom-select:focus option {
        background-color: #F7F7F7;
    }

    .custom-select:focus {
        background-color: #F7F7F7;
        border-bottom: 1px solid #e53225;
        box-shadow: none;
    }

.custom-control-label {
    line-height: 30px;
}

.paymentMethhodLabelText {
    font-size: 1rem;
    color: #212529 !important;
    top: -2px;
    left: -47px;
    font-weight: 400;
}

.practiceStatusLabel {
    font-size: 20px;
    color: #666766 !important;
    top: -2px;
    left: -47px;
    font-weight: 600;
    margin-right: -45px !Important;
    padding-left: 0px;
}

.paymentMethhodLabelText:before {
    display: none;
}

.custom-control-label:before {
    top: 7px !important;
}

.custom-control-label:after {
    top: 7px !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: #005F9A !important;
}

.inline-radio-label {
    margin-bottom: 0px;
}

.custom-control-inline {
    margin-right: 5px !important;
    margin-left: 26px !important;
}

.addUserLink {
    float: right;
}

.userPageTitle {
    display: inline;
}

#userModal .modal-dialog {
    max-width: 1024px;
}
/* Checkboxes */
.checkbox-button {
    cursor: pointer;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input {
    font-size: 14px !important;
    line-height: 1.5;
    padding: 5px 5px;
    border: 1px solid #003366;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #003366;
    border: 2px solid #003366;
    border-radius: 3px;
}

.checkbox-button__input:checked + .checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    background-color: #003366;
    border-radius: 2px;
}

.checkbox-button__input:checked + .checkbox-button__control {
    border-color: #003366;
}

.checkbox-button__control {
    transform: scale(0.75);
}

.checkbox-button__label {
    vertical-align: middle;
    color: #666766 !important;
}

.checkbox-button__label2 {
    font-weight: normal;
    font-size: smaller;
    vertical-align: middle;
    color: #000000 !important;
}

.disabled-link {
    cursor: not-allowed;
    color: #707070 !important;
    text-decoration: none !important;
}

/* Alerts */
.notification {
    position: relative;
    padding: 0.5rem;
    margin: 1em auto; 
    border: 1px solid transparent;
    border-radius: .5rem;
    width: 95%;
}

.alert-orange {
    border-color: #F15F41;
    color: #F15F41;
    padding: 10px 10px !important;
    margin: 10px 0px 0px;
    border-radius: 5px;
}

.alert-red {
    background-color: #FF0000;
    color: #fff;
    padding: 10px 20px !important;
    margin: 40px 0px 0px;
}

    .alert-red p {
        color: #FFF !important;
    }

    .alert-orange p, .alert-primary p, .alert-red p, .alert-warning p, .alert-success p {
        
        display: inline-block;
        
        vertical-align: middle;
        
    }

    .alert-orange i, .alert-primary i, .alert-red i, .alert-warning i, .alert-success i {
        font-size: 20px;
        vertical-align: middle;
    }


/* Alerts - Error Messages */
#alert_placeholder {
    z-index: 10000;
    width: 95%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.alert-dismissible .close{
    padding: 0;
    margin-right: 5px;
}
#customError {
    margin-top: 0;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}
#customError p{
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

.alert-success p {
    display: inline;
    padding: 10px;
}
.invite-text {
    font-size: 1.0rem;
}
.invite-valid-info {
    font-size: .75rem;
}
/*New Provider Invitation Login*/
.invite-container {
    width: 100%;
}
.invite-container h2, .invite-container h3, .invite-container h4 {
    text-align: center;
    width: 100%;
}


.invite-container h2 {
    font-size: 1rem;
    font-weight: bold;
}

.invite-container h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.invite-container h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.login-body {
    height: 100vh;
    width: 100%;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    background-image: url('../Images/login_bg.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loginMainContainer, .inviteMainContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    width: 35%;
    margin-left: 60%;
    background: white;
}
.inviteMainContainer {
    width: 50%;
    margin-left: 50%;
}

    .loginRight {
    height: 100vh;
    width: 15%;
    padding: 0px;
    margin: 0px;
    background-image: url('../Images/bg_stars.png');
    background-color: #0B50F5;
    background-repeat: repeat;
    background-position: top right;
    max-width: 100%;
}

.login-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px !important;
    align-items: center;
}

    .login-container h2 {
        margin-top: 10%;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 44px;
        color: #212529;
    }
    .login-container a {
        color:#007bff;
    }
        .login-container a.btn{
            color: #ffffff;
        }
        .login-container button {
            margin-top: 25px;
            background: #1ED8A1;
            border-radius: 90px;
            color: #FFFFFF;
            width: 300px;
            height: 66px;
            border: none;
            font-style: normal;
            font-weight: 700;
            font-size: 30px;
        }

    .login-container .alert-red {
        margin: 40px 20px 40px;
    }
    .login-container button.btn-green {
        font-size: 1.5rem;
        height: auto;
        width: auto;
        padding: 10px 30px;
        border-radius: 30px;
        font-weight: 500;
    }
#loginForm {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
    #loginForm .form-group{
        width: 100%;
    }
    .marketplace-icon {
        position: absolute;
        bottom: 3px;
        left: 60px;
        font-size: 50px;
    }

.page-title {
    color: #212529;
    font-size: 34px;
    position: absolute;
    bottom: 11px;
    left: 125px;
}

.blue-underline {
    background-color: #00609B;
    height: 7px;
    width: 70%;
    position: absolute;
    top: -24px;
}

.application-status-menu {
    padding: 0;
    margin: 0;
    min-width: 150px;
}

    .application-status-menu h3 {
        font-size: 26px;
        font-weight: bold;
        color: #B1A19E;
    }

    .application-status-menu p {
        font-size: 18px;
        color: #B1A19E;
        margin-bottom: 30px;
    }

.application-status, .group-type {
    color: #988381;
    font-size: 14px;
    padding: 5px;
}

.application-sub-status {
    color: #988381;
    padding-left: 56px !important;
}

.application-status.status-active, .group-type.status-active {
    background-color: #DCDCDC;
}

.toggle.btn {
    margin-left: 17px;
}

.status-active::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -15px;
    top: 26px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #DCDCDC;
}
/* Show Hide Password*/
.show-hide-password {
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 21px;
    display: inline-block;
    cursor: pointer;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

/* Getting Started */
.application-step-container {
    display: flex;
    flex-direction: column;
}

.application-step {
    padding: 10px;
    background-color: #F0F5FE;
    border-bottom: 1px solid #aeaeae;
    position: relative;
}

    .application-step h6 {
        font-size: 1.1rem;
        color: #B3B2B2;
        margin: 0;
    }

    .application-step p {
        font-size: 0.8rem;
        color: #666666;
        margin: 0px;
        line-height: 14px;
        height: 14px;
    }

    .application-step .status-icon, .application-step .status-title {
        display: inline-block;
    }

    .application-step .status-title {
        line-height: 1px;
        margin-left: 30px;
    }

        .application-step .status-title a {
            color: #000;
        }

    .application-step .status-icon i {
        font-size: 37.5px;
        color: #666666;
        padding: 10px;
    }

    .application-step .step-number {
        font-size: 25px;
        color: #555;
        padding: 0;
        position: absolute;
        top: 13px;
        left: 15px;
    }

    .application-step.step-active .step-number {
        color: #1ED8A1;
    }

    .application-step.step-active .status-title h6{
        color: #000;
    }
    .application-step.step-active .status-title p{
        color: #666666;
    }
    .application-step.step-active {
        border-bottom: 1px solid #d0d3d5;
        background-color: #00000014;
    }

        .application-step.step-active .status-title a {
            color: #000;
        }

    .application-step.incomplete p {
        background-color: #fff;
        display: block;
        height: 20px;
        line-height: 11px;
        padding: 5px;
        border-radius: 5px;
        color: #000;
        text-align: center;
    }

.getting-started-guide h3 {
    color: #333;
}

.change-link {
    color: #F15F40;
    font-size: 12px;
    margin-left: 10px;
}

.getting-started-guide {
    padding-bottom: 20px;
}

    .getting-started-guide p {
        color: #666766;
        font-size: 16px;
    }

.provider-group-step-container {
    border-top: 0px solid #BCBEC0;
    padding-bottom: 2px;
}
    .provider-group-step-container > div{
        margin-left: 0px;
    }

    .step-nav-text.active .step-nav-icon {
        background-color: transparent;
        color: #0049F6;
    }

.step-nav-text.complete .step-nav-icon {
    background: #FFFFFF !important;
    color: #0049F6;
    border: 0px solid;
    border-radius: 50%;
    border-color: #0049F6;
}
.fa-check.complete-icon-circle.step-nav-icon {
    font-weight:bold;
}
.step-nav-text.complete .step-line {
    background: #0049F6 !important;
}

.step-nav-icon {
    border-radius: 25px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 10;
}
.fa-check.complete-icon-circle.step-nav-icon {
    color: #00BB00 !important;
}
.step-nav-sub-icon {
    background-color: transparent;
    border-radius: 30px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 6px;
    z-index: 10;
    border: 0px solid #676767;
}

.complete-icon-circle.step-nav-sub-icon {
    color: #00BB00 !important;
    border: 0px solid #0049F6;
    font-weight: bold;
}
.fa-pen.complete-icon-circle.step-nav-sub-icon {
    color: #0049F6 !important;
    font-weight: bold;
}
.complete > h5 > a, .complete > h6 > a {
    color: #000000 !important;

}

.edit-icon-circle.step-nav-sub-icon {
    color: #0049F6 !important;
    border: 0px solid #676767;
}

.active > h5 > a, .active > h6 > a {
    color: #000000 !important;
}

.close-icon-circle.step-nav-sub-icon {
    
    border: 0px solid #A3A3A3;
    background-color: transparent;
    font-weight: bold;
    color: #DD0009;
}

.incomplete > h5 > a, .incomplete > h6 > a {
    color: #000000 !important;
}
.fa-times.close-icon-circle.step-nav-icon{
    background-color: transparent;
    font-weight: bold;
    color: #DD0009;
}
.active .step-nav-icon {
    top: 30px;
}

.step-nav-text {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .step-nav-text .step-nav-item {
        padding: 15px;
        padding-left: 30px;
    }

    .step-nav-text.active .step-nav-item {
        background-color: #E4E9F1;
    }

    .step-nav-text h5 {
        line-height: 0;
        display: inline;
        position: relative;
        font-size: 14px;
    }

.step-dropdown-icon {
    margin-left: 5px;
    vertical-align: top;
}
.fas.fa-sort-up.step-dropdown-icon {
    vertical-align: -webkit-baseline-middle;
}
.step-line {
    position: absolute;
    width: 8px;
    height: 75px;
    background: #EFEEEE;
    margin-left: -48px;
    margin-top: 39px;
    z-index: 1;
    display: none;
}

.step-2 {
    height: 200px;
}

.step-2-payor {
    height: 270px;
}

.sidebar-subnav {
    margin-left: 20px;
}

    .sidebar-subnav div {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 5px;
    }

    .sidebar-subnav > div:hover, .sidebar-subnav > div.active {
        background-color: #F0F5FE;
    }

    .sidebar-subnav h6 {
        font-size: 14px;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

.btn.btn-success.btn-next-step {
    background-color: #0049F6;
}
/* Group Details */
.page-content-container {
    height: calc(100% - 70px);
    margin-top: 70px;
    transition: all 0.25s;
    margin-left: 250px;
}
    nav.sideBar.collapsed ~ .page-content-container {
        margin-left: 85px;
    }
    .page-content-container h3 {
        padding: 5px 5px;
        font-weight: 400;
        font-size: 24px;
        line-height: 14px;
    }

.page-content-row {
    height: 100%;
}

.section-title {
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}

.group-information p {
    font-size: 18px;
    color: #5C5C5C;
}

.group-information .control-label {
    font-size: 16px;
    color: #666766;
}

.group-information .form-control {
    font-size: 14px;
    color: #A3A3A3;
}

.group-information small {
    font-size: 12px;
    color: #A3A3A3;
}

.group-information .btn-success {
    font-weight: normal;
    background-color: #1A7DBE;
}

.group-information .underline-input {
    border-bottom: 1px solid #BCBEC0;
}
/* Add Provider */
.add-providers hr {
    margin-bottom: 2rem;
}

.add-providers .all-providers-check {
    margin-left: 20px;
}

.add-providers .section-title {
    padding-top: 20px;
}

.add-provider-accordion .accordion-link {
    display: inline;
    width: calc(100% - 45px);
    color: #003366;
}

    .add-provider-accordion .accordion-link:hover {
        color: #003366;
    }

    .add-provider-accordion .accordion-link .accordion-state {
        color: #003366;
    }

.add-provider-accordion .provider-card {
    margin-bottom: 15px !important;
}

.add-provider-accordion .accordion-heading {
    border-bottom: none;
    margin-bottom: 0px !important;
}

.add-provider-accordion .checkbox-button {
    margin-bottom: -5px;
}

.add-provider-accordion .checkbox-button__control {
    margin-top: -4px !important;
}

.provider-card {
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .provider-card .card-header {
        background-color: #F0F5FE;
        border-bottom: 1px solid #ccc;
    }

        .provider-card .card-header .checkbox-button__control {
            margin-top: 4px;
        }

        .provider-card .card-header .checkbox-button__label {
            color: #000000;
            font-size: 26px;
            font-weight: 600px;
        }

    .provider-card h5 {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
    }

    .provider-card p {
        color: #A3A2A3;
        font-size: 14px;
    }

    .provider-card .question-group, .professionalIdsSection .question-group {

    }



.add-providers .card-header .checkbox-button__control {
    margin-left: 0px
}
/* Provider Details */
.provider-details .accordion .card {
    border-radius: 0px !important;
}

.accordion-link.collapsed .accordion-state {
    transform: rotate(180deg);
}

.accordion-state {
    color: #000;
    top: calc(50% - 13px);
    position: relative;
}

.accordion-heading {
    background: #F0F5FE;
    border-radius: 0px !important;
}

.accordion-link {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    width: 100%;
    text-align: left;
    text-decoration: none !important;
}

    .accordion-link:hover {
        color: #000;
        text-decoration: none;
    }

.accordion .card {
    border: none;
}

.accordion .provider-card {
    margin-top: 0px;
    margin-bottom: 30px;
}

.accordion .provider-section {
    margin-bottom: 20px;
}

.accordion .provider-card .card-header {
    margin-bottom: 0px;
    margin-top: 5px;

}

    .accordion .provider-card .card-header .chc {
        width: 33%;
    }

    .accordion .provider-card .card-header h5 {
        font-size: 14px;
        color: #666766;
    }

    .accordion .provider-card .card-header p {
        font-size: 14px;
        color: #A3A2A3;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

label.question-label {
    display: block;
}

label.address-label {
    display: block;
}

.question-link {
    color: #f15f40;
    text-decoration: underline;
}

.question-group {
    position: relative;
    margin-bottom: 20px;
}

    .question-group p {
        font-size: 14px;
        color: #000000;
    }

.remove-link {
    color: #0F79BF;
}

.add-language-link {
    color: #F15F40;
}

    .add-language-link:visited {
        color: #d46c02 !important;
    }

.language-container p {
    margin-bottom: 0px;
}

.card-header.subheader {
    margin-top: 20px;
    margin-bottom: 0px !important;
    
}

    .card-header.subheader h3 {
        color: #e53225;
        font-size: 16px;
    }

    .card-header.subheader small {
        color: #e53225;
        font-size: 14px;
    }

        .card-header.subheader small.subhead-req {
            display: inline-block;
        }

    .card-header.subheader .add-link {
        margin-right: 30px;
    }

.provider-section .card-body {
    background-color: #ffffff;
}
.npi-container {
    align-items: center;
    margin-bottom: 10px;
}
.npi-number-container, .language-spoken-container, .specialty-container, .npi-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .specialty-container p {
        padding-top: 5px;
    }

    .npi-container p {
        margin-bottom: 0px !important;
        min-width: 30%;
    }

.modal-body {
    overflow-wrap: break-word;
}

.npi-note {
    margin-left: 20px;
}

    .npi-note p {
        padding-top: 0px;
        font-size: 18px;
    }

.npi-parent {
    height: 200px;
    overflow-x: clip;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 20px;
}

.npiTermSpan {
    font-style: italic;
    margin-left: 10px;
    font-size: 17px;
    color: #a3a2a3 !important;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.remove-specialty-link, .remove-language-link, .remove-npi-link {
    padding-top: 0px;
    padding-left: 10px;
    display: block;
}

.remove-npi-link {
    padding-top: 0px;
    padding-left: 10px;
    display: block;
}

.remove-link {
    padding-top: 8px;
    padding-left: 10px;
    display: block;
}

.marketplaceExclusionLink {
    color: #E53225 !important;
    text-decoration: underline !important;
}
/* Primary Address */
.primary-address .address-phone-block {
}

    .primary-address .address-phone-block .address-phone-label {
        display: block;
        font-weight: 600;
        color: #666766;
        font-size: 14px;
    }

    .primary-address .address-phone-block .address-phone-number {
        display: block;
        color: #a3a3a3;
        font-size: 14px;
    }

.primary-address .question-group {
    margin-bottom: 0px;
}

.primary-address .provider-card .address-section {
    border-bottom: 1px solid rgba(112, 112, 112, .15);
}

.primary-address .address-section .custom-radio {
    margin-top: 6px;
}

.primary-address .manual-address .question-group {
    margin-bottom: 25px;
}
/* Correspondence */
.correspondence .question-group .custom-radio {
    padding-top: 11px;
}

.correspondence-card {
    border: none;
}

.correspondence .question-group .underline-input {
    width: 75%;    
}

.correspondence .question-group .fa-question-circle {
    margin-top: 11px;
    color: #005F9A;
}

.correspondence .correspondence-card label.error {
    position: absolute;
    top: 48px;
    left: 240px;
    margin-bottom: 0px;
}

#primaryEmailAddressList {
    display: inline-block;
}

/* Billing Remittance */
.clickable {
    cursor: pointer;
}

.billing-remittance .address-email-block {
}

    .billing-remittance .address-phone-block .address-phone-label, .billing-remittance .address-email-block .address-email-label, .contract-signer .address-phone-block .address-phone-label, .contract-signer .address-email-block .address-email-label {
        display: block;
        font-weight: 600;
        color: #666766;
        font-size: 14px;
    }

.billing-remittance .address-phone-block .address-phone-number {
    display: block;
    color: #a3a3a3;
    font-size: 14px;
    padding-right: 20px;
}

.billing-remittance .address-email-block .address-email-number, .contract-signer .address-email-block .address-email-number {
    display: block;
    color: #a3a3a3;
    font-size: 14px;
}

.billing-remittance .edit-billing-link-block .edit-billing-link, .contract-signer .edit-billing-link-block .edit-billing-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.billing-remittance .question-group, .contract-signer .question-group {
    margin-bottom: 0px;
}

.billing-remittance .provider-card .address-section, .contract-signer .provider-card .address-section {
    border-bottom: 1px solid rgba(112, 112, 112, .15);
}

.billing-remittance .address-section .custom-radio, .contract-signer .address-section .custom-radio {
    margin-top: 6px;
}

.billing-remittance .manual-contact .question-group, .billing-remittance .manual-address .question-group, .contract-signer .manual-contact .question-group, .contract-signer .manual-address .question-group {
    margin-bottom: 25px;
}

.penny-test-history-container p {
    font-size: 14px;
}
/* Bid Contact */
.bid-pref-group h5 {
    font-size: 20px;
}

.bid-card, .billing-card, .Correspondence-card {
    padding: 0px;
    margin: 5px 0px;
}

    .bid-card.error, .primaryAddressList.error, .correspondence-card.error {
        border: 1px solid red !important;
    }

#BidContactForm .address-section {
    border-bottom: 0px !important;
    cursor: default;
}

    #BidContactForm .address-section .col-7, #BidContactForm .address-section .col-7 label {
        cursor: pointer;
    }

.primaryAddressList {
    margin-bottom: 10px;
}

    .primaryAddressList label {
        margin: 0px;
    }

    .primaryAddressList .card-header {
        border-bottom: 0px !important;
        background-color: #afdeff;
    }

.addPrimaryContactLink, .createBidContactLink, .createCorrespondenceContactLink {
    vertical-align: middle;
}

    .addPrimaryContactLink .fa-address-book, .createBidContactLink .fa-address-book, .createCorrespondenceContactLink .fa-address-book {
        margin-right: 10px;
        font-size: 20px;
        vertical-align: middle;
    }

.bidContactSelect, .billingContactSelect, .CorrespondenceContactSelect {
    max-width: 250px;
    margin: 9px 0px;
}

#contactFirstName, #contactLastName {
    text-transform: capitalize;
}

#signer-address-list .sub-label {
    color: #666766;
    font-size: 14px;
}
/* Digital Marketplaces */
.sub-selections .checkbox-button {
    padding-left: 60px;
}

.sub-sub-selections .checkbox-button {
    padding-left: 100px;
}

.sub-sub-sub-selections .checkbox-button {
    padding-left: 140px;
}

.digital-marketplaces .checkbox-button {
    margin: 7px 0px;
}

/* Review */
.review .edit-link {
    float: right;
    font-size: 14px;
    text-decoration: underline;
}

.review .section-title .edit-link {
    margin-right: 20px;
}

.review h5 {
    font-size: 26px;
    color: #666766;
}

.review h6 {
    font-weight: bold;
    padding-top: 10px;
}

.review .accordion .card {
    border-radius: 0 !important;
}

.review .question-group {
    padding-top: 8px;
    padding-bottom: 0px;
}

.review .digital-marketplace-opt-in label {
    display: block;
}

.review .digital-marketplace-opt-in span {
    display: inline-block;
}

    .review .digital-marketplace-opt-in span i, .review .digital-marketplace-opt-in span p {
        display: inline;
    }

    .review .digital-marketplace-opt-in span i {
        margin-right: 5px;
        font-size: 24px;
    }

/* Documents Required */
.documents-required .accordion .provider-card {
    margin-bottom: 0px;
}

.fileUploadInput {
    display: none;
}

.documents-required .doc-not-required {
    color: #ffd143;
}

.documents-required .doc-accepted {
    color: #28a745;
    margin-right: 10px;
}

.documents-required .doc-denied {
    color: #E53225;
    margin-right: 10px;
}

.documents-required .doc-approval-needed {
    color: #ffd143;
    margin-right: 10px;
}

.documents-required .doc-not-needed-warning-div .fa-exclamation-triangle {
    margin-right: 10px;
}

.documents-required .documentsNeededCount {
    float: right;
    font-size: 14px;
    padding: 10px 20px 10px;
}

.documents-required .doc-not-needed-warning-div {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.documents-required .document-container {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 3px dashed #A3A2A3;
}

    .documents-required .document-container.available {
        border: 1px solid #A3A2A3 !important;
    }

    .documents-required .document-container.needed {
        border: 3px dashed #E53225 !important;
    }

    .documents-required .document-container.not-needed {
        border: 3px dashed #ffd143 !important;
    }

    .documents-required .document-container .documentViewLink, .documents-required .document-container .documentReplaceLink {
        color: #0F79BF;
    }

.documents-required .alert-teal {
    background-color: #01A69D;
    color: #fff;
    padding: 10px 20px !important;
    margin-top: -5px;
}

    .documents-required .alert-teal p {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        width: 75%;
        vertical-align: middle;
        margin: 0px 20px !important;
    }

.documents-required .alert-light p {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px !important;
}

.documents-required .alert-light {
    border: 2px solid #E53225;
    padding: 7px 1.25rem !important;
}

.documents-required .alert-teal i {
    font-size: 30px;
    vertical-align: middle;
}

.documents-required .alert-teal a {
    color: #fff;
    text-decoration: underline;
}

.documents-required .alert-teal::before {
    content: "";
    left: -10px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #01A69D;
    position: absolute;
    top: calc(50% - 10px);
}
/* Select Addresses */
.select-addresses .address-section {
    border-bottom: 1px solid rgba(112, 112, 112, .15);
}

    .select-addresses .address-section .custom-radio {
    }

.select-addresses .checkbox-button__control {
    margin-top: 4px;
}

.select-addresses :checked:disabled.checkbox-button__input + .checkbox-button__control::after {
    background-color: #666666 !important;
}

.select-addresses :checked:disabled.checkbox-button__input + .checkbox-button__control {
    border-color: #666666 !important;
}

    .select-addresses :checked:disabled.checkbox-button__input + .checkbox-button__control + .checkbox-button__label {
        color: #666666 !important;
    }

.select-addresses :checked.checkbox-button__input + .checkbox-button__control + .checkbox-button__label {
    color: #005F9A !important;
}

.select-addresses .question-group {
    margin-bottom: 0px;
}

.select-addresses .address-block-primary {
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 12px;
    padding: 2px 10px 5px;
}
/* Location Details */
.location-details .section-label {
    color: #0F79BF !important;
    font-size: 14px !important;
    font-weight: bold;
}

.location-details .control-label {
    display: block;
}

.location-details .apply-to-all-check {
    margin-top: 50px;
}

.location-details .time-select-breaks .custom-select {
    font-size: 14px !important;
}

.location-details .time-weekday, .location-details .time-break-title {
    margin-top: 7px;
    font-size: 14px;
}

.location-details .time-weekday {
    font-weight: bold;
}

.location-details .time-delete-icon {
    margin-top: 10px;
}

.location-details .time-add-break {
    font-size: 14px;
    margin-top: 10px;
}

    .location-details .time-add-break a {
        color: #0F79BF;
    }

.location-details .time-schedule-line {
    margin-bottom: 30px;
    margin-top: 30px;
}

.location-details .procedure-container p, .location-details .certification-container p {
    margin-bottom: 5px !important;
}

.location-details .remove-certification-link i, .location-details .remove-procedure-link i {
    margin-top: 10px;
}

.location-details .new-certification-container i, .location-details .new-procedure-container i {
    margin-top: 20px;
}

.equipment-container {
    margin-bottom: 0px;
}

    .equipment-container label, .equipment-container p {
        font-size: 18px;
    }

    .equipment-container .equipmentHeaderLabel {
        font-size: 20px;
    }

.equipment-div hr {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.equipment-div .equipmentHeaderLabel {
    margin-left: 10px;
}
/* Price Guidance */
.priceMaximumListItem {
    font-size: 18px !important;
    font-weight: bold;
    margin: 5px 0px !important;
}

    .priceMaximumListItem .priceMaximumModalLink {
        font-size: 16px !important;
    }

#marketplacePriceMaximumContainer #marketplacePriceMaximumsAccordion.priceMaxNotMet {
    border: 1px solid red;
}

#customizeLocationsByMarketplaceAccordionContainer .accordion-link, #marketplacePriceMaximumsAccordion .accordion-link, #customizeThisLocationByMarketplaceAccordionContainer .accordion-link {
    color: #666766;
    font-size: 20px;
    cursor: pointer;
}

.locationPriceData {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 0px;
}

.marketplaceApplyAllCheck {
    font-size: 16px;
    margin-left: 0px !important;
    top: 13px;
}

.targetLocationPriceData {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.marketplaceApplyAllCheck .checkbox-button__control {
    width: 25px;
}

.price-guidance .pricing-header .price-edit-title {
    font-size: 12px !important;
}

.price-guidance .accordion .card-header .checkbox-button__label {
    font-size: 22px;
    color: #5C5C5C !important;
}

.price-guidance .accordion .provider-card {
    margin-bottom: 0px;
}

    .price-guidance .accordion .provider-card .card-body {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.price-guidance .question-group {
    margin-bottom: 0px;
}

.price-guidance .price-item {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 0px 12px;
    margin-top: 5px;
}

    .price-guidance .price-item .select-service-check {
        margin: 0px 0px 0px calc(50% - 10px);
    }

    .price-guidance .price-item .price-edit i {
        margin-left: 20px;
        border: 2px solid #0049F6;
        border-radius: 25px;
        font-size: 10px;
        padding: 5px;
        margin-top: -2px;
    }

.price-guidance :disabled.checkbox-button__input + .checkbox-button__control::after {
    background-color: #666666 !important;
    cursor: default;
}

.price-guidance :disabled.checkbox-button__input + .checkbox-button__control {
    border-color: #666666 !important;
    cursor: default;
}

    .price-guidance :disabled.checkbox-button__input + .checkbox-button__control + .checkbox-button__label {
        color: #666666 !important;
        cursor: default;
    }

.price-guidance .price-edit.disabled .edit-icon {
    border-color: #666666;
    color: #666666;
}

.price-guidance .price-edit a {
    color: #707070;
    cursor: pointer;
}

.price-guidance .price-edit.disabled a {
    cursor: default;
}

.priceGuidanceByCPT .cpt-code-scroll {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 200px;
}

.price-guidance .globalMarketPercent, .price-guidance .globalBestPercent, .price-guidance .locationMarketPercent, .price-guidance .locationBestPercent, .price-guidance .groupPerDiemAmount, .price-guidance .addressPerDiemAmount {
    display: inline;
    width: 100px; /*calc(100% - 25px);*/    
    min-width: 100px !important;
}
/* Assign Providers */
.assign-providers .all-providers-check {
    margin-bottom: 20px;
}

.assign-providers .provider-item .select-service-check {
    margin: 0px 0px 0px calc(50% - 10px);
}

.assign-providers .assign-providers-title {
    font-size: 11px;
}

.assign-providers .provider-header {
    margin-bottom: 20px;
}

.assign-providers .provider-name {
    color: #005F9A;
    font-size: 18px;
}

.assign-providers .provider-detail {
    color: #A3A2A3;
    font-size: 18px;
}

.assign-providers .provider-item {
    padding: 15px 0px;
    border-top: 1px solid rgba(112, 112, 112, .2);
}

.assign-providers .provider-card .card-body {
    padding-bottom: 0px;
}

.assign-providers .provider-card .question-group {
    margin-bottom: 0px;
}
/* Contract Signer */

.contract-signer .custom-control-label {
}

.contract-signer .has-sub-label {
    display: block;
    margin-bottom: 30px;
}

    .contract-signer .has-sub-label .sub-label {
        position: absolute;
        font-size: 14px;
        top: 23px;
        left: 0px;
    }

.contract-signer .signatory-address-block {
    margin-top: 30px;
    display: none;
}

/* Agreement */
.agreement .btn-docusign {
    margin-bottom: 20px;
}

.agreement .card-body {
    margin-bottom: 30px;
}

.agreement .checkbox-button__control {
    margin-top: 5px;
}

/* Completion */
.completion {
    margin-top: 40px;
}

    .completion h5 {
        font-weight: bold;
    }

    .completion .provider-card h5 {
        font-size: 14px;
    }

    .completion .provider-card .question-group {
        margin-bottom: 0px;
    }

    .completion .provider-card .section-label {
        color: #0F79BF !important;
        font-size: 16px !important;
        font-weight: bold;
    }

    .completion .provider-name-heading {
        font-size: 16px !important;
        font-weight: normal;
    }

    .completion .groupApplicationIdSpan {
        float: right;
        font-size: 14px;
        padding: 10px 10px 0px;
        margin-top: -55px;
        text-align: right;
    }

        .completion .groupApplicationIdSpan h5 {
            font-size: 14px;
            font-weight: bold;
        }

        .completion .groupApplicationIdSpan p {
            font-size: 14px;
        }

    .completion .applicationID {
        float: right;
        font-size: 14px;
        padding: 0px 20px 0px;
    }

    .completion .btn-next-step {
        margin-top: -20px !important;
    }

    .completion .download-contract p {
        font-size: 20px;
    }

    .completion .download-contract .download-link {
        color: #00609A;
        font-size: 30px;
    }

.statusNameContainer {
    
    display: inline-block;
    vertical-align: top;
}
/* Datatables Styles */
.dataTables_wrapper input {
    font-size: 14px !important;
    padding: 5px 10px !important;
}

.dataTables_wrapper label {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_filter input {
    line-height: .5;
}

.accordion > .card .card-header {
    cursor: pointer;
}

/*Terms and Conditions*/
/*
    Extra small devices (portrait phones, less than 576px)
    No media query since this is the default in Bootstrap
*/
.t-and-p-anthem-logo h2 {
    font-size: 14px;
}

.t-and-p-anthem-logo h4 {
    font-size: 12px;
}

.navbar-light .navbar-brand {
    color: #0079C2;
    margin-top: 12px;
}

.anthemLogoImg {
    height: 32px;
    margin: 0px;
    right: 0px;
    position: relative;
}

.t-and-p-container {
    background-color: rgba(256, 256, 256, .8);
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .22);
    margin-bottom: 0px !important;
    height: calc(100vh - 215px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.t-and-p-wrapper {
    display: block;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -220px;
    width: 100%;
}

.t-and-p-push, .t-and-p-content-footer {
    height: 110px;
}

.t-and-p-content-footer {
    text-align: center;
    margin: auto;
    position: absolute;
    display: inline;
    right: 0px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px !important;
    background-color: #fff;
}

    .t-and-p-content-footer .thm-logo {
        height: 32px;
    }

    .t-and-p-content-footer .thm-logo-text {
        font-size: 12px;
    }

.all-services-btn {
    width: 58px !important;
}

.errorborder {
    border: 1px solid red !important;
}

.priceMaximumModalLink {
    color: #0049F6;
    text-decoration: underline;
}

    .priceMaximumModalLink:hover {
        color: #0049F6;
        font-weight: bold;
    }

.priceMaximumModalLinkRed {
    color: #E53225 !important;
}

    .priceMaximumModalLinkRed:hover {
        color: #E53225 !important;
        font-weight: bold;
    }

#payorPriceMaximumModal .modal-header {
    border-bottom: none;
}

#payorPriceMaximumModal .modal-footer {
    border-top: none;
}

#payorPriceMaximumModal .modal-body {
    padding: 0px !important;
}

#payorPriceMaximumModalTable {
    margin: 0px;
}

    #payorPriceMaximumModalTable td {
        padding: 10px 20px;
        border: solid 2px #ffffff;
    }

.perDiemAmount, .omfsPerc {
    color: #212529 !important;
    text-decoration: underline;
    cursor: text;
}
.login-logo {
    height: 6em;
}
/*Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .navbar-light .navbar-brand {
        margin-top: 0px;
    }

    .anthemLogoImg {
        height: 67px;
        margin: 10px;
    }

    .t-and-p-container {
        height: calc(100vh - 295px);
    }

    .t-and-p-content-footer .thm-logo {
        height: 48px;
    }

    .t-and-p-content-footer .thm-logo-text {
        font-size: 18px;
        top: 4px;
    }
    .loginMainContainer, .inviteMainContainer {
        width: 100%;
        margin-left: 0;
    }
    .loginRight{
        display: none;
    }
    
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
    .loginRight{
        display: none;
    }
    .loginMainContainer, .inviteMainContainer {
        width: 100%;
    }
}

.status-dropdown {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-right: 20px;
    line-height: 18px;
    padding-top: 10px;
}

.hide{
    display: none;
}
.container-fluid.page-content-container .row {
    margin-left: 0;
    margin-right: 0;
}
.dataTable a {
    color: #0000EE;
}
.modal.fade, .modal-open .modal, .modal.show {
    z-index: 2000 !important;
}
.editAppIcon {
    cursor: pointer;
    background-color: #0049F6;
    border-radius: 50%;
    color: #ffffff;
    padding: 5px;
    font-size: 80%;
}
.providerTable a{
    color: #0049F6;
    text-decoration: underline;
}
#newApplicationModal  .modal-dialog {
    max-width: 700px;
}
    #newApplicationModal .btn.btn-danger {
        font-size: 1rem;
    }

.address-selector {
    min-height: 75px;
    margin-bottom: 10px;
}
.approve-doc-btn {
    color: #008B00;
}
.deny-doc-btn {
    color: #DD0009;
}
.notification.alert-light a {
    color: #007bff;
}
.specialty-container{
    align-items: center;
}
.specialty-container div.speciality-text {
    min-width: 30%;
}
.specialty-container div.speciality-location {
    margin-left: 10px;
}
.card.bid-card {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

.custom-control-inline.all-providers-check .checkbox-button__label {
    display: inline-block;
}
a.fileUploadLink {
    color: #007bff;
    text-decoration: underline;
}
.modal-dialog button.close {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    background: #0049F6;
    opacity: 1;
}
.modal-dialog .btn.btn-success, .modal-dialog .btn.btn-danger {
    padding: 5px 20px;
    font-size: 20px;
    width: auto;
    height: auto;
    font-weight: normal;
}

.applicationListDiv .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #007bff;
    border: 1px solid #007bff;
    color: #ffffff !important;
}
