﻿
.coach-detail {
    display: none;
}

@supports (-webkit-touch-callout: none) {
    input[type="date"] {
        appearance: none; /* 移除原生樣式 */
        -webkit-appearance: none; /* iOS 專用 */
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        line-height: 1.5;
        height: 38px; /* 和 Bootstrap form-control 高度一致 */
        font-size: 1rem;
    }
}

.image-holder {
    border-radius: 50%;
    border: 1px solid #e7e1e1;
}

.image-block {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #e7e1e1;
}

.image-holder:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Effect */
.image-holder.effect:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #c8d42b;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}


.image-holder.effect.sub:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.image-holder.effect.sub:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.Search_btn, .Save_btn {
    background: #757575 !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFFFFF !important;
}

    .Search_btn:hover, .Save_btn:hover {
        opacity: 0.9 !important;
        color: #FFFFFF !important;
    }


.item {
    padding: 0px 3px;
    /*border: 1px solid #dee2e6;
    border-radius: 5px;*/
    cursor: cell;
}

.choose-item {
    /*border: 1px solid;*/
    background-color: #00ffff;
}

.choose-item2 {
    /*border: 1px solid;*/
    background-color: #00ffff;
}

.disabled-item {
    color: #757575;
    cursor: not-allowed;
    background: linear-gradient(to top right, #fff calc(50% - 1px), #000000, #fff calc(50% + 1px));
}

#date1, #date2 {
    min-width: 150px;
}



/*表格樣式*/
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

th:first-child {
    border-top-left-radius: 10px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}

th:last-child {
    border-top-right-radius: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    border-bottom: 2px solid #000000;
}

td:first-child {
    border-left: 2px solid #000000;
    padding: 3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #000000;
}

tr:last-child td {
    border-bottom: 2px solid #000000;
}

td:last-child {
    border-right: 2px solid #000000;
}

th {
    border: 1px solid #000000;
    padding: 5px;
    text-align: center;
    background-color: #E0E722;
}

td {
    border: 1px solid #000000;
    padding: 0px;
    text-align: center;
}

.info td {
    width: 50%;
}

    .info td:first-child {
        border-top: 2px solid #000000;
        border-top-left-radius: 10px;
    }

    .info td:last-child {
        border-top: 2px solid #000000;
        border-top-right-radius: 10px;
    }

#main_block img {
    height: auto !important;
}
