﻿.schedule-Button[disabled] {
    cursor: default !important;
}

.scheduleControls {
    /*min-width: 230px;*/
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.schedule-table td {
    text-align: center;
}

.schedule-table thead, tbody, tr, td, th {
    display: block;
}

.schedule-table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.schedule-table tbody {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}

.schedule-table tbody td, thead th {
    width: 33%;
    float: left;
}

    .schedule-table tbody td {
        font-size: 12px;
        color: #555;
    }

.schedule-table thead th {
    text-align: left;
}

table tbody tr:first-of-type td, table tbody tr:first-of-type th {
    padding-top: 8px;
}