﻿/* =============== Proider Search Style start =============== */
body { 
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.mt-20 {
    margin-top: 76px !important;
}

.fs-16 {
    font-size: 16px
}
.fs-14 {
    font-size: 14px
}
.fs-20 {
    font-size: 20px
}

.dropdown-menu {
    font-size: 14px
}

#primaryCarePhy, #acceptingy {
    min-width: 350px;
}

#sortby {
    min-width: 300px;
    max-width: 300px;
}

.sorttype {
    min-width: 350px;
    max-width: 350px;
}

.sortdistance {
    min-width: 600px;
}

#speciality, #sortby, #planfltr, #Distancefltr {
    margin-top: 13px;
}

    #speciality ul {
        max-height: 400px;
        overflow-y: auto;
    }

    #speciality li {
        width: 32.5%;
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d1d1;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switch-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .switch-slider {
    background-color: #0b7fae;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #0b7fae;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-slider.round {
    border-radius: 34px;
}

    .switch-slider.round:before {
        border-radius: 50%;
    }

.switch-sm {
    width: 48px;
    height: 26px;
    margin: 0;
}

    .switch-sm .switch-slider {
        left: -5px;
    }

        .switch-sm .switch-slider:before {
            height: 18px;
            width: 18px;
        }

.dropleft .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    box-shadow: none;
    color: #002b44 !important
}

.auto_avtar {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #127cba;
    margin: 8px 5px 0 0;
}

    .auto_avtar img {
        width: 38px;
        padding: 3px 1px;
        text-align: center;
    }

.autocomplete-suggestion {
    display: flex;
    margin-bottom: 10px;
}

.doctor-detais-pic {
    display: block;
    /*
            background: #FFF;
            border-radius: 100%;
            text-align: center;
            width: 200px;
            height: 200px;
            */
    padding-top: 30px;
    /*
            overflow: hidden;
            margin: 0 auto;
            */
    text-align: center;
}

.rating_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #000;
    text-align: center;
    padding-top: 13px;
}

.ui-autocomplete li {
    line-height: 40px;
}

    .ui-autocomplete li a:hover,
    .ui-menu-item:hover {
        border: none !important;
        background-color: #F2F0FF !important;
    }

.doc-icon-sm {
    height: 50px;
}

.filtered_div {
    max-height: 1000px;
}

.loc-dropdown {
    position: relative;
    display: inline-block;
}

.loc-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 580px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
    top: -140px;
    left: 100%;
}

    .loc-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.loc-dropdown:hover .loc-content {
    display: block;
}

.ellipsis input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

    .ellipsis input[placeholder] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ellipsis input::placeholder {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.filtered_div .dropdown-menu:after {
    top: -6px;
    left: 20px !important;
    right: auto !important;
}

.member_findaadoc .filterbox {
    z-index: 99 !important;
}

.member_findaadoc .filtered_div {
    max-height: 1000px;
    min-height: 500px;
}

.modal-dialog-100 {
    max-width: 100% !important;
}

#typefltr.filterbox {
    min-width: 350px;
    max-width: 700px;
}

    #typefltr.filterbox .row:first-child {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
/* =============== Proider Search Style End =============== */

/* ===============MD-Form Style start =============== */

.mh-56 {
    height: 56px;
}

.mh-48 {
    height: 48px;
}

.md-form-text {
    border-radius: 4px;
    border: solid 1px #ccc;
}

.md-form label {
    color: #808080;
    font-size: 14px;
    overflow: visible
}

    .md-form label.active {
        -webkit-transform: translateY(-2px) scale(0.8);
        transform: translateY(-2px) scale(0.8);
        color: #808080;
        font-weight: bold;
        font-size: 14px;
    }

.md-form .form-control {
    padding-top: 14px;
    font-size: 16px
}

.md-form input {
    color: #333;
}

    .md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label {
        color: #808080;
        font-weight: bold;
        font-size: 14px;
    }

.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .md-form > input[type="time"]:not(.browser-default) + label {
    font-size: .8rem;
    -webkit-transform: translateY(-25px);
    transform: translateY(-2px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 14px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0b82b4;
    background-color: #0b82b4;
}



/*=============== Custom Select box ===============*/
.mdb-sel {
    height: 56px;
}

    .mdb-sel.z-depth-light {
        box-shadow: 0 0 6px 0 rgba(41, 98, 151, 0.8);
    }

    .mdb-sel select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

        .mdb-sel select::-ms-expand {
            display: none;
        }

select {
    font-family: 'Arial Regular';
}

.mdb-sel .form-control {
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
    min-height: 40px;
    font-weight: normal !important;
    padding-top: 5px !important;
    font-size: 14px;
    background: url('../images/select_arrow.svg') no-repeat;
    background-size: 20px;
    background-position: right 10px top 8px;
    margin: 15px 5px 0px 5px !important;
}

.mdb-sel select:focus {
    box-shadow: none;
}

.mdb-sel .mdb-main-label {
    position: absolute;
    top: 25px;
    transition: all 200ms;
    color: #808080;
}

.mdb-sel .colorful-select[input] ~ .mdb-main-label,
.mdb-sel .colorful-select:focus ~ .mdb-main-label,
.mdb-sel .colorful-select:valid ~ .mdb-main-label,
.mdb-sel .colorful-select:not([value=""]):disabled ~ .mdb-main-label {
    font-size: 12px;
    opacity: 1;
    top: 4px;
}

.mdb-sel .colorful-select[input]:focus ~ .mdb-main-label {
    font-size: 12px;
    opacity: 1;
    top: 6px;
}

.mdb-sel .colorful-select:-webkit-autofill ~ .mdb-main-label {
    font-size: 14px;
    opacity: 1;
    top: 6px;
}

.custom-control-label::before {
    width: 12px;
    height: 12px;
    margin-top: 1px;
}


#PCPSearchResultControl .filtered_div {
    max-height: 700px;
    /*min-height: 500px;*/
}

.custom-scroll {
    overflow-y: auto;
    overflow-x: hidden !important;
    scrollbar-color: #d8d8d8 #fff;
}
.shadow-xs {
    box-shadow: 0 0 5px #ddd;
}
.bg-light-blue {
    background-color: #a6dcfb !important;
}
#fs-20 .modal-dialog {
    max-height: 100%;
    overflow-y: auto;
}
em.text-cyan {
    color: #0B7FAE;
}
#doctorDetails .modal-dialog {
    max-height: 100%; 
}

#typefltr.filterbox .filterbox_container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: start;
    direction: rtl;
    padding-left: 10px;
}
#PCPSearchResultControl .providerSearch_Container .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #d1d4da;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    z-index: 10;
    left: 40px;
    transform: translateX(-50%);
    top: -10px;
}
#PCPSearchResultControl .providerSearch_Container .dropdown-menu#speciality:before {
    left: 170px;
}
div#primaryCarePhy, div#acceptingy, div#speciality { 
    top: 40px;
}
/*input#zip_cityMain {
    margin-left: 18px !important;
}*/
.modal-backdrop {
    background-color: #000000b0 !important 
}
.pagination .page-item .page-link {
    font-weight: 500;
    font-size: 14px
}
.dropdown-menu {
    font-size: 14px !important;
    font-weight: 500;
}
.tooltip-inner {
    min-width: 280px !important;
}

.md-form .input-prefix {
    pointer-events: auto !important;
    cursor: pointer; 
}

.providerSearch_Container .fa-map-marker.text-primary {
    margin: 7px;
    padding-left: 10px;
}
ul.ui-autocomplete li {
    font-size: 12px !important;
    line-height: 20px;
    text-transform: capitalize;
}


.btn {
    box-shadow: none;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 50px !important;
}
.btn:hover {
    box-shadow: none !important; 
}
.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: rgb(0, 95, 122) !important;
}
.text-primary {
    color: #0b7fae !important;
}
/*button#provider_search_btn {
    border-radius: 5px !important;
}*/
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

#PCPSearchResultControl #city_label .tooltip.top {
    left: auto !important
}
#PCPSearchResultControl #city_label .tooltip.top .tooltip-arrow {
    display : none
}
.LanguageSwitcherEng, .LanguageSwitcherSp {
    display : block !important
}
.medicaidModal strong, .cascadeModal strong .medicareModal strong {
    font-weight: bold;
}

#page-wrapper, div#MemberDashboard, div#ProviderDashboard {
    overflow: inherit !important
}
.gm-fullscreen-control img:nth-of-type(n+2) {
    display: none;
}
.gmnoprint img:nth-of-type(n+2) {
    display: none;
}
.gm-fullscreen-control > img:nth-child(1) {
    margin-top: -18px;
}
.gmnoprint .gm-control-active > img:nth-child(1) {
    margin-top: -14px;
}
.gm-style-mtc-bbw .gm-style-mtc:first-of-type > button, .gm-style-mtc-bbw .gm-style-mtc:last-of-type > button {
    font-size: 12px !important;
} 