/*
Add your styles here
*/
td.week-end-day, th.week-end-day {
    background-color: #f2dede;
}

.task-vacation {
    background-color: #f7e4a6;
}

.task-default {
    background-color: #f5f5f5;
}

.task-free {
    background-color: #d9edf7;
}

.task-ill {
    background-color: #f9b5b3;
}

.task-doc {
    background-color: #fcf8e3;
}

.task-army {
    background-color: #dbfabe;
}

.task-holiday {
    background-color: #f2dede;
}

.task-maintenance {
    background-color: #e5d9f2;
}

.table-tasks tbody tr td,
.table-tasks tbody tr th
{
    border-bottom: 1px solid #000;
}

.task {
    cursor: pointer;
}

.calendar-table tr td {
    height: 55px;
    width: 12.5%;
}

.btn-disable
{
    cursor: not-allowed;
    pointer-events: none;

    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    background-color: #ffffff;
}

.notInSAP {
    color: firebrick;
}

