﻿

.dateHeader {
    margin: 0px 16px 0px 16px;
}

.arrowHeader {
    padding: 4px 14px 4px 14px !important;
}

.calendar-clickable-row {
    cursor: pointer;
}

.licenseCellDescText {
    margin-left: 6px;
    font-weight: bold;
    margin-right: 10px;
}

.licenseCellMultipleDaysHeader {
    background-color: lightpink;
    padding: 0px 10px 0px 10px;
}

.licenseCellFullDayHeader {
    background-color: lightsteelblue;
    padding: 0px 10px 0px 10px;
}

.licenseCellBeforeHeader {
    background-color: lightgreen;
    padding: 0px 10px 0px 10px;
}

.licenseCellAfterHeader {
    background-color: lightblue;
    padding: 0px 10px 0px 10px;
}

.licenseCell {
    text-align: center;
    padding: 0px !important;
}

.licenseCellFullDay {
    width: 92%;
    text-align: center;
    background-color: lightsteelblue;
    margin: auto;
}

.licenseCellBefore {
    width: 43%;
    float: left;
    text-align: center;
    background-color: lightgreen;
    margin-left: 4%;
}

.licenseCellAfter {
    width: 43%;
    float: right;
    text-align: center;
    background-color: lightblue;
    margin-left: 4%;
    margin-right: 4%;
}

.licenseCellFullDayFirst {
    width: 97%;
    text-align: center;
    background-color: lightpink;
    margin-left: 3% !important;
}

.licenseCellFullDayBetween {
    width: 100%;
    text-align: center;
    background-color: lightpink;
}

.licenseCellFullDayLast {
    text-align: center;
    background-color: lightpink;
    width: 97%;
    text-align: center;
    background-color: lightpink;
    margin-right: 3% !important;
}

.continuesBefore {
    background-color: lightpink;
    width: 47%;
    margin-left: 0px !important;
}

.continuesAfter {
    background-color: lightpink;
    width: 47%;
    margin-right: 0px !important;
}
