﻿body {
    /*background: #F5F5F5 0% 0% no-repeat padding-box;*/
    background-color: #fff;
    padding: 0;
    margin: 0;
}

#logo-container img {
    padding: 15px;
}

/*#appointment-stages-select-a-date {
    height: 30px;
    border-bottom: 1px solid #D1D1D1;
    padding-left: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}*/

#appointment-text {
    border-bottom: 1px solid #D1D1D1;
    padding: 15px;
}

#appointment-select-date-container {
    padding: 20px 15px;
    margin: 0 auto;
    text-align: center;
}

#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;
}

.appointment-day {
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    float: left;
}

ul.appointment-time {
    margin: 0 auto;
    text-align: center;
    padding: unset;
}

#appointment-content {
    background-color: #f5f5f5;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    ul.appointment-time {
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
}

.appointment-timeslot {
    list-style: none;
    text-align: center;
  /*  height: 50px;*/
    padding: 8px;
    border-bottom: 1px solid #D1D1D1;
}

    .appointment-timeslot:hover {
        background: #183b4e 0% 0% no-repeat padding-box;
        font-weight: bold;
        color: #fff;
    }

span.appointment-arrive-text {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}


.slider-wrapper {
    width: 90%;
    margin: 100px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
    clear: both;
}


#NoAvalableAppointment {
    padding: 20px 15px;
    color: red;
}

@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-select-time-text {
        display: none;
    }

    #calendar-icon {
        width: 18px;
        position: relative;
        top: 4px;
        left: 5px;
    }

    .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-stages-select-a-date {
        display: none;
    }

    #appointment-content-container {
        background: #F5F5F5 0% 0% no-repeat padding-box;
        padding-top: 15px;
        display: inline;
    }

    #appointment-text {
        display: block;
        font-size: 14px;
        margin: 0px 15px;
    }

    .appointment-mobile-header {
        display: block;
    }

    #appointment-mobile-select-time-text {
        text-align: center;
        letter-spacing: 0;
        color: #303030;
        opacity: 1;
        font-size: 6vw;
        font-family: proxima nova, arial, sans-serif;
        font-weight: bold;
        border-bottom: 1px solid #D1D1D1;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .appointment-header {
        display: none;
    }

    #calendar-icon {
        width: 31px;
        position: relative;
        top: -3px;
        left: 5px;
    }

    #appointment-container {
        width: 78%;
        margin: 0 auto;
    }

    .schedule-day-container {
        background: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        /* opacity: 1; */
        margin: 20px 10px;
        width: 160px;
        float: left;
        text-align: center;
        font-family: arial, sans-serif;
        font-size: 14px;
    }

    .appointment-mobile-date {
        font-size: 20px;
        font-weight: bold;
    }

    .appointment-mobile-arrival-text {
        margin-top: 30px;
        text-align: center;
        font-weight: bold;
    }

    .appointment-mobile-slot-count {
        font-weight: normal;
    }

    .appointment-timeslot {
        list-style: none;
        text-align: center;
        height: 50px;
        padding: 15px 0px 0px 0px;
        border-bottom: 1px solid #D1D1D1;
        margin-top: 20px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 5px;
        box-shadow: 0 3px 6px #00000029;
        font-size: 20px;
    }

    #datepicker {
        width: 90%;
        height: 30px;
        font-size: 20px;
    }

    .ui-datepicker {
        width: 95%;
        padding: .2em .2em 0;
        display: none;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: 3vw;
            text-align: right;
            text-decoration: none;
        }



    .appointment-arrive-text {
        display: none;
    }
}

/******Virtual CSS*******/
#appointment-text {
    border-bottom: 1px solid #D1D1D1;
    padding: 15px 5px;
}

#virtual-image-icon-container {
    float: left;
    padding-right: 20px;
}

#virtual-text-top {
    text-align: left;
    font: normal normal bold 17px/20px Arial;
    color: #F02525;
    padding-top: 15px;
}

#virtual-bottom-text {
    font: normal normal normal 14px/20px Arial;
    letter-spacing: 0px;
    color: #303030;
}

.virtual-container {
    display: block !important;
}

@media screen and (max-width:700px) {
    #virtual-text-top {
        text-align: left;
        font: normal normal bold 17px/20px Arial;
        color: #F02525;
        padding-top: 0px;
    }
}

#loader {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    width: 97%;
}

.form-loading-container {
    margin: 0 auto;
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 20px solid #132f3e;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

#btnGetAppointments:hover {
    background: #132f3e;
    color: #fff;
}

#btnGetAppointments {
    margin-left: 20px;
    background: #183b4e;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #183b4e;
    box-shadow: 0 4px 7.2px 0 rgb(0, 0, 0, 0.15);
    display: inline-block;
    cursor: pointer;
}

#get-appointment-container {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

@media screen and (max-width: 502px) {
    #btnGetAppointments {
        margin: 20px 5px;
        background: #183b4e;
        color: #fff;
        padding: 20px 20px;
        border: 1px solid #183b4e;
        width: 97%;
        font-size: 15px;
        box-shadow: 0 4px 7.2px 0 rgb(0, 0, 0, 0.15);
        display: inline-block;
        cursor: pointer;
    }
}

.scrollable h2 {
    margin-bottom: 20px !important;
    height: 50px !important;
}

.scrollable {
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 700px)
{
    #ui-datepicker-div {
        z-index: 9999 !important;
    }
}
