﻿.teesheet-container .teesheet-date-navigation {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cbcbcb;
    padding: 16px 0;
}

.teesheet-table {
    width: 100%;
    border-spacing: 6px;
    border-collapse: separate;
    margin-top: 5px;
}

    .teesheet-table th, .teesheet-table td {
        text-align: center;
    }

    .teesheet-table td {
        height: 60px;
    }

    .teesheet-table thead {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #cbcbcb;
    }

    .teesheet-table tbody {
        border-top: 1px solid #fff;
    }

    .teesheet-table thead th {
        font-size: 10px;
        vertical-align: middle;
        text-transform: uppercase;
        overflow: visible;
    }

    .teesheet-table tbody th {
        font-weight: bold;
        width: 100px;
        font-size: 13px;
        vertical-align: middle;
    }

    .teesheet-table tbody td {
        cursor: pointer;
        background-color: #eaeaea;
        border-spacing: 2px;
        width: 12.5%;
        vertical-align: top;
    }

    .teesheet-table tfoot {
        display: none;
    }

        .teesheet-table tfoot td {
            height: auto;
            padding: 20px;
            font-size: 13px;
            font-weight: bold;
            color: inherit;
            text-align: center;
            background: none;
        }

    .teesheet-table tbody td.tee-time {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
    }

        .teesheet-table tbody td.tee-time.selected {
            box-shadow: #d80927 0 0 5px;
            border: 2px #000 solid;
            padding: -2px;
        }

    .teesheet-table tbody td .teesheet-price {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        display: block;
    }

        .teesheet-table tbody td .teesheet-price .floating-number {
            font-size: 12px;
        }

    .teesheet-table tbody td .teesheet-oldprice {
        font-size: 12px;
        text-decoration: line-through;
        margin-right: 3px;
        margin-top: 5px;
        display: inline-block;
    }

        .teesheet-table tbody td .teesheet-oldprice .floating-number {
            font-size: 11px;
        }

    .teesheet-table tbody td .teesheet-percent {
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px;
        display: inline-block;
    }

.teesheet-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 998;
    display: none;
}

.teesheet-price-popup, .teesheet-prebooking-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 300px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    padding: 20px;
    display: none;
}

.teesheet-prebooking-popup {
    width: 400px;
    height: 135px;
}

.teesheet-date-navigation .date-text {
    font-weight: bold;
}

.teesheet-contextmenu li {
    border: 1px solid #AEAEAE;
    border-bottom: none;
}

    .teesheet-contextmenu li:last-child {
        border-bottom: 1px solid #AEAEAE;
    }

    .teesheet-contextmenu li a {
        display: inline-block;
        padding: 4px 4px 4px 22px;
        line-height: 16px;
        text-align: left;
        width: 165px;
        background: #FFF;
    }

    .teesheet-contextmenu li.teesheet-setprice-button a {
        background: url(icon-set-price.png) 2px center no-repeat #FFF;
    }

    .teesheet-contextmenu li.teesheet-clearprice-button a {
        background: url(icon-clear-price.png) 2px center no-repeat #FFF;
    }

    .teesheet-contextmenu li.teesheet-setprebooking-button a {
        background: url(icon-prebooking.png) 2px center no-repeat #FFF;
    }

.teesheet-date-navigation .go-back-link {
    background: url(arrow-left.png) left center no-repeat;
    padding-left: 17px;
    line-height: 16px;
}

.teesheet-date-navigation .go-next-link {
    background: url(arrow-right.png) right center no-repeat;
    padding-right: 17px;
    line-height: 16px;
}
