﻿/*.btn-schedule-add {
    background: transparent;
    font-size: 0.7rem;
    margin-top: 5px;
    border: 1px solid;
    opacity: 1;
    max-width: 50px;
    color: #0095DB;
}

    .btn-schedule-add:disabled {
        opacity: 0.5;
    }

    .btn-schedule-add:not(:disabled):hover, .btn-schedule-add:not(:disabled):focus {
        color: white;
        background: #0095DB;
    }

.btn-schedule-remove {
    background: transparent;
    font-size: 0.7rem;
    margin-top: 5px;
    border: 1px solid;
    opacity: 1;
    max-width: 50px;
    color: #A8252E;
}

    .btn-schedule-remove:disabled {
        opacity: 0.5;
    }

    .btn-schedule-remove:not(:disabled):hover, .btn-schedule-remove:not(:disabled):focus {
        color: white;
        background: #A8252E;
    }
*/
.table-schedule {
    font-size: 10px;
}

    .table-schedule thead th {
        color: #666666 !important;
        writing-mode: vertical-lr;
        padding: 5px 1px 5px 1px;
    }

.schedule-bar {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,153,204,0.5) 30%, rgba(0,153,204,0.5) 70%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
    cursor: pointer;
}

.schedule-bar-selected {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,153,204,1) 30%, rgba(0,153,204,1) 70%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
    cursor: pointer;
}
