.flbusinesshours-container:before {
    content: "";
    display: table-cell;
}
.flbusinesshours-container:after {
    content: "";
    display: table;
    clear: both;
}
.dayContainer {
    float: left;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 65px;
    font-size: 11px;
    font-weight: bold;
}
.colorBox.WorkingDayState {
    border-bottom: 2px solid #8cd232;
}
.colorBox.RestDayState {
    border-bottom: 2px solid #c86478;
}
.operationTime .mini-time {
    width: 100%;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.dayContainer .add-on {
    padding: 4px 2px;
}
.colorBoxLabel {
    clear: both;
    font-size: 12px;
    font-weight: bold;
}
.invisible {
    visibility: hidden;
}
.weekday {
    text-align: center;
    padding: 10px 0;
}
.activeDay .weekday {
    /*padding-bottom: 15px;*/
    margin-bottom: 0;
}
.weekday input {
    display: none;
    visibility: hidden;
}
.operationTime input:hover {
    cursor: pointer;
}
.operationDayTimeContainer {
    display: block;
    min-height: 45px;
    padding-top: 5px;
}
.colorBox.RestDayState + .operationDayTimeContainer {
    position: relative;
}
.colorBox.RestDayState + .operationDayTimeContainer:after {
    content: url('../img/close.svg');
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}
.isActive {
    display: none!important;
    visibility: hidden!important;
}
.activeDay .WorkingDayState {
    border-bottom: 2px solid #c8e1aa;
}
.activeDay .RestDayState {
    border-bottom: 2px solid #ffc8be;
}
.activeDay .RestDayState, .activeDay .RestDayState + .operationDayTimeContainer {
    background-color: #ffc8be;
}
.activeDay .WorkingDayState, .activeDay .WorkingDayState + .operationDayTimeContainer {
    background-color: #c8e1aa;
}