﻿@media only screen and (min-width : 1000px) {
    .calendarCol {
        max-width: 550px;
        min-width: 350px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .ReservedDetailCol {
        max-width: 220px;
        min-width: 190px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .FillReservationFormCol {
        max-width: 440px;
        min-width: 440px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .ReservedDetail {
        min-height: 350px;
    }


 

    .PageButtomLeftHTMLContentClassMobile {
        display: none;
    }
}

@media only screen and (max-width : 1000px) {
    .calendarCol {
        min-width: 90vw;
        max-width: 90vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .ReservedDetailCol {
        min-width: 90vw;
        max-width: 90vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .ReservedTimeLineCol {
        min-width: 90vw;
        max-width: 90vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    .FillReservationFormCol {
        min-width: 90vw;
        max-width: 90vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    .ReservedDetail {
        height: auto;
    }

    .PageButtomLeftHTMLContentClassPC {
        display: none;
    }


    .PageButtomLeftHTMLContentClassMobile {
        min-width: 90vw;
        max-width: 90vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.AppointmentPage {
    max-width: 1220px;
}

    .AppointmentPage .title {
        width: 100%;
        display: inline-block;
        background: border-box;
        background-color: #40404014;
        text-align: center;
        font-size: 28px;
        padding: 10px 0px 10px 0px;
    }

    .AppointmentPage .body {
        width: 100%;
        display: inline-block;
        background: border-box;
        background-color: white;
        padding: 0px;
        border-radius: .375rem;
    }

.calendar {
    width: 100%;
    height:100%;
    min-height: 350px;
    background-color: white;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border: 1px solid;
    border-color: #e5e7eb;
    padding: 0px;
    border-radius: .375rem;
}

    .calendar .title .prevButton {
        width: 20%;
        float: left;
    }

    .calendar .title .YearMonthSection {
        width: 59%;
        margin: auto;
        float: left;
    }

    .calendar .title .nextButton {
        width: 20%;
        float: right;
    }



    .calendar .body-list ul {
        width: 100%;
        font-family: arial;
        font-weight: bold;
        font-size: 16px;
        border-radius: .375rem;
        padding: 0px;
    }

        .calendar .body-list ul li {
            width: 14.28%;
            height: 40px;
            line-height: 40px;
            list-style-type: none;
            display: block;
            box-sizing: border-box;
            float: left;
            text-align: center;
            border-radius: .375rem;
        }

.HasAppointment {
    border-bottom: 2px solid;
    border-color: #808080D9;
}

.ReservedDetail {
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    background: border-box;
    border: 1px solid;
    border-color: #e5e7eb;
    border-radius: .375rem;
    padding: 0px;
}

    .ReservedDetail .ReservedDetailList {
        font-size: 20px;
        margin: 10px;
    }

.ReservedTimeLine {
    display: flex;
    width: 100%;
    margin: 10px 0px 0px 0px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    background: border-box;
    border: 1px solid;
    border-color: #e5e7eb;
    border-radius: .375rem;
    padding: 0px;
}

    .ReservedTimeLine .ReservedTimeCell {
        width: 100%;
        height: 32px;
        display: flex;
        border: 1px solid;
        border-color: #e5e7eb;
    }

.ReservedTimeLineIndicator {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

 .ReservedTimeCellIndicator {
    position: relative;
    width: 100%;
    text-align:center;
    height: 32px;
}


.ReservedTimeCellIndicatorSpan {
    position: relative;
    width: 100%;
    left: -50%;
    font-size: 15px;
}


.ReservedTimeCellIndicatorSpanMB {
    position: relative;
    width: 100%;
    left: -50%;
    font-size: 12px;
}


.ReservedTimeCellIndicatorSpanEndDIV {
    position: absolute;
    width: 100%;
    text-align: center;
}

.ReservedTimeCellIndicatorSpanPCEndLeft {
    position: relative;
    left: -50%;
    font-size: 15px;
}


.ReservedTimeCellIndicatorSpanPCEndRight {
    position: relative;
    left: 50%;
    font-size: 15px;
}


.ReservedTimeCellIndicatorSpanMBEndLeft {
    position: relative;
    left: -50%;
    font-size: 12px;
}


.ReservedTimeCellIndicatorSpanMBEndRight {
    position: relative;
    left: 50%;
    font-size: 12px;
}

.ReservedTimeCellIndicatorSpanMBEnd {
    position: absolute;
    right: -2%;
}

.FillReservationForm {
    width: 100%;
    min-width: 300px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: border-box;
    border: 1px solid;
    border-color: #e5e7eb;
    padding: 0px;
    border-radius: .375rem;
}

    .FillReservationForm .BookingFormIcontd {
        padding: 15px 10px 15px 10px;
        border-bottom: 1px solid;
        border-color: #e5e7eb;
    }

    .FillReservationForm .BookingFormInputtd {
        padding: 15px 10px 15px 10px;
        border-bottom: 1px solid;
        border-color: #e5e7eb;
    }

.SelectInputDiv {
    position: relative;
}

    .SelectInputDiv select {
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari and Chrome */
        appearance: none;
    }
    .SelectInputDiv .SelectArrowDiv {
        position: absolute;
        width: 1%;
        height: 100%;
        top: 0;
        right: 0;
    }

        .SelectInputDiv .SelectArrowDiv .SelectArrow {
            position: absolute;            
            top: 50%;
            right: 0;
            transform:translate(-50%,-50%);
        }

.FillReservationForm .BookingFormSubmittd {
    padding: 15px 10px 10px 10px;
}

.FillReservationForm .BookingFormInput {
    background-color: unset;
    font-size: 20px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: border-box;
    border-radius: .375rem;
}

.FillReservationForm .BookingFormSubmit {
    background-color: #808080;
    width: 85%;
    font-size: 20px;
    padding: 0px;
    background: border-box;
    border-radius: .375rem;
}


.FillReservationForm .BookingFormIcon {
    font-size: 30px;
}




.calendarWeekText {
    color: #9CA38F;
}

.lightgrey {
    color: #e5e7eb; /*浅灰色*/
}

.darkgrey {
    color: #565656; /*深灰色*/
}

.SelectDay {
    color: white;
    border: 1px solid;
    border-color: dimgray;
    background: #808080D9;
}

.TimeLineHasAppointment {
    color: white;
    border: 1px solid;
    border-color: dimgray;
    background-color: #808080D9;
}

.TimeLineNotAvailable {
    color: white;
    border: 1px solid;
    border-color: dimgray;
    background-color: lightgrey;
}
