﻿#calendarScheBody tr th.week {
    min-width: 134px;
}

    #calendarScheBody tr th.week .arrow-horizontal {
        display: block;
        padding: 21px 12px;
    }

        #calendarScheBody tr th.week .arrow-horizontal.arrow-left {
            float: left;
        }

        #calendarScheBody tr th.week .arrow-horizontal.arrow-right {
            float: right;
        }

    #calendarScheBody tr th.week .arrow-vertical {
        display: none;
    }

.header-inner.hidden-xs .container .brands a.noShowNameLink {
    width: auto;
    margin: -15px 0 5px 0;
    padding: 1px 1px 1px 1px;
    height: 70px;
}

    .header-inner.hidden-xs .container .brands a.noShowNameLink img {
        width: auto;
        height: 68px;
        margin: 0 0 0 0;
    }

.header-bottom .container .navbar-header .brands.visible-xs a.mobile-noShowNameLink {
    width: auto;
    height: 50px;
    padding: 2px 2px 2px 2px;
    margin: 0 0 0 0;
}

    .header-bottom .container .navbar-header .brands.visible-xs a.mobile-noShowNameLink img {
        width: auto;
        height: 46px;
        margin: 0 0 0 0;
    }

    .header-bottom .container .navbar-header .brands.visible-xs a.mobile-noShowNameLink p {
        vertical-align: middle;
    }

.month-reservation table td span.month-arrow-text {
    font-size: 20px;
}

#calendarScheBody tr th.week .arrow-horizontal div.week-arrow-text {
    font-size: 20px;
}

#calendarScheBody tr th.week .arrow-vertical {
    padding: 5px;
}

    #calendarScheBody tr th.week .arrow-vertical div.week-arrow-text {
        font-size: 18px;
        display: inline;
    }


@media screen and (max-width: 1199px) {
    #calendarScheBody tr th.week {
        min-width: 111px;
    }

        #calendarScheBody tr th.week .arrow-horizontal {
            display: block;
            padding: 21px 6px;
        }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .inner .col-sm-2.custom-col-sm {
        float: left;
        width: 16.66666667%;
    }

    .inner .col-sm-10.custom-col-sm {
        float: left;
        width: 83.33333333%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    #calendarScheBody tr th.week .arrow-vertical {
        display: block;
    }

    #calendarScheBody tr th.week {
        min-width: auto;
    }

        #calendarScheBody tr th.week .arrow-horizontal {
            display: none;
            padding: 21px 16px;
        }
}

@media screen and (min-width: 992px) {
    .calendar-reservation table th.week {
        background-color: white;
    }
}

/* 掃碼報到確認對話框 table */
.scan-registered-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    position: inherit;
    border-collapse: collapse;
}

    .scan-registered-table > tbody > tr > th,
    .scan-registered-table > tbody > tr > td {
        padding: 8px;
        vertical-align: middle;
        border: 1px solid #E5E5E5;
    }

    .scan-registered-table > tbody > tr > td {
        background-color: #FCFCFC;
    }

    .scan-registered-table > tbody > tr > th {
        width: 10%;
        font-weight: bolder;
        white-space: nowrap;
        background-color: #F3F3F3;
    }

        .scan-registered-table > tbody > tr > th > p {
            text-align: center;
        }

        .scan-registered-table > tbody > tr > th > p,
        .scan-registered-table > tbody > tr > td > p {
            margin: 0;
            padding: 0;
        }

/* 掃碼報到結果對話框 */
.scan-registered-message {
    display: flex;
    flex-direction: column;
    min-width: 250px;
}

.scan-registered-message-header {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 18px;
    flex-shrink: 0;
}

    .scan-registered-message-header.is-success {
        background-color: #28a745;
    }

    .scan-registered-message-header.is-error {
        background-color: #dc3545;
    }

.scan-registered-message-body {
    flex: 1;
    padding: 32px 20px 55px 20px;
    text-align: center;
}

.scan-registered-message-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 14px;
}

    .scan-registered-message-title.is-success {
        color: #28a745;
    }

    .scan-registered-message-title.is-error {
        color: #dc3545;
    }

.scan-registered-message-text {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin: 0;
    line-height: 1.6;
}

.scan-registered-message-footer {
    padding: 12px 16px;
    border-top: 1px solid #e8e8e8;
    text-align: right;
    flex-shrink: 0;
}
