
.label {margin-right:5px;margin-bottom:5px !important;display:inline-block;} #wrapper {
    position: relative;
}

.weekend {
    background-color: #f8f8f8;
}

.legalHoliday {
    background-color: #00a7d0;
}

.holiday {
    background-color: #b0deff;
}

.training {
    background-color: #fff4e1;
}

.disease {
    background-color: #ffebb7;
}

.overtime {
    background-color: #9ddcdc;
}

.absence-table {
    width: 100%;
}
.absence-table td,
.absence-table th {
    padding: 5px;
    text-align: center;
}

.absence-table td.name-cell,
.absence-table th.name-cell {
    text-align: left;
}
.absence-table tr.even {
    background-color: #f1f1f1;
}
span.absenceCalendarLegend {
    padding:5px;
}

.time-select {
    z-index: 9999;
    position: relative;
    display: block;
    float: left;
    margin: 5px;
    min-width: 100px;
}

.time-select-label {
    float: left;
    display: block;
    margin-top: 11px;
    margin-right: 20px;
}
.sidebar-badge {
    margin-top: 0px !important;
    margin-left: 5px !important;
}
.declined-row {
    text-decoration: line-through;
    color: #999 !important;
    /* opacity: 0.7; */
}