/* Custom FR */
.symptom_lookup span {
    font-size: small;
}

.condition_selection span {
    font-size: small;
}

.accordion .card .card-header {
    cursor: pointer;
}

.condition_treated {
    background-color: #dcdcdb;
}

ul.navbar-nav li .nav-link {
    cursor:pointer;
}


.wait-time h1 {
    text-align:center;
}

.wait-time h6 {
    font-size:.75rem;
}

/*.alert {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}*/

.btnviewallconditions
{
    cursor:pointer;
}

/*.serviceheader
{
    cursor:pointer;
}
.serviceheader:hover {
    background-color:black;
    color:white;
}*/

.openschedule {
    cursor:pointer;
}

.fa-map-marker-alt {
    cursor:pointer;
}

.fromaddress{
    cursor:pointer;
}

.serviceheader h3 a {
    text-decoration:underline !important;
    cursor:pointer;
}

.allgray {
    margin-top:3em;
}

.nolocation {
    text-decoration:underline;
    cursor:pointer;
}

.openscheduleforcareoption {
    cursor:pointer;
}

a.btn-secondary {     
    text-align: left;
    bottom: 10px;
    width: 96%;
}

.otherserviceslink {
    cursor:pointer;
}

.breadcrumb{
    font-size:14px;
}

/*.begin h1:first-of-type
{
    margin-top:100px;
}*/

#userselections {
    margin-top:20px;
}

.othersections {
    margin-top:-20px;
}

.accordion a {
    cursor:pointer;
}

.accordion a .card:hover {
    background-color:#cfcfcf;
}

.symptoms_found .card {
    background-color: #efefef;
}

.symptoms_found a .card:hover {
    background-color: #cfcfcf;
}

/*.ct-grid-footer .careoptiondetails {
    cursor: pointer;
}*/
.hoverdark:hover {
    background: #404041 !important;
    color: #fff;
    cursor:pointer;
}
    .hoverdark:hover .icon-availability .text-success {
        color:rgba(122, 184, 0, 0.9) !important
    }

#loading-indicator {
    display: none;
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50px;
}