﻿body {
    /*background: #F5F5F5 0% 0% no-repeat padding-box;*/
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-family: proxima nova, arial, sans-serif;
}

#logo-container img {
    padding: 15px;
}

#appointment-stages-select-a-date {
 /*   height: 30px;*/
    border-bottom: 1px solid #D1D1D1;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

#appointment-title-text {
    display: none;
}

#appointment-text {
    border-bottom: 1px solid #D1D1D1;
    padding: 15px;
}




#appointment-container {
    width: 85%;
    margin: 0 auto;
    /*position: absolute;
    clear: both;*/
}


.schedule-day-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    opacity: 1;
    margin: 20px 10px;
    width: 160px;
    float: left;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 14px;
}

.appointment-header {
    margin: 0;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    width: 100%;
    padding: 10px 0;
}


.dynamic-phone-number-link {
    color: #183b4e;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
    clear: both;
}


/*Covid-19 Banner Message*/
/*#covid19-container {
    padding: 10px;
    margin: 0 auto;
    font-size: 20px;
    background-color: green;
    color: #fff;
    text-align: center;
}

    #covid19-container a {
        font-weight: bold;
        color: #183b4e;
    }
*/

#top-button {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-indent: -99999px;
    cursor: pointer;
    background: url(/imgs/back-to-top-button.png) no-repeat 0 0;
    display: none;
}

@media screen and (min-width: 1280px) {

    #logo-container {
        margin: 0 auto;
        width: 1280px;
    }

    #appointment-content {
        margin: 0 auto;
        width: 1280px;
    }
}

@media screen and (min-width: 503px) {

    #appointment-content-container {
        width: 100%;
        background: #F5F5F5 0% 0% no-repeat padding-box;
        padding-top: 15px;
    }



    .appointment-mobile-header {
        display: none;
    }

    .appointment-header {
        display: block;
    }
}

@media screen and (max-width: 502px) {


    #logo-container {
        margin: 10px 0;
    }

        #logo-container img {
            padding: 0 0 0 15px;
        }


    #appointment-title-text {
        padding-left: 15px;
        margin-top: -10px;
        border-bottom: 1px solid #D1D1D1;
        text-align: center;
        display: grid;
    }

    #appointment-stages-select-a-date {
        display: none;
    }

    #appointment-content-container {
        background: #F5F5F5 0% 0% no-repeat padding-box;
        padding-top: 15px;
        display: inline-table;
    }

    #appointment-text {
        display: none;
    }

    .appointment-mobile-header {
        display: block;
    }



    .appointment-header {
        display: none;
    }
}
