.flbusinesshours__week {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}
.flbusinesshours__week:before {
    content: "";
    display: table-cell;
}
.flbusinesshours__week:after {
    content: "";
    display: table;
    clear: both;
}
.dayContainer {
    float: left;
    line-height: 20px;
    margin-right: 5px;
    width: 65px;
    font-size: 11px;
}
.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;
    font-weight: bold;
}
.activeDay .weekday {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)!important;
    padding-bottom: 11px!important;
    margin-bottom: 0;
}
.operationDayTimeContainer {
    position: relative;
    display: block;
    min-height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*.colorBox.RestDayState + .operationDayTimeContainer {
    position: relative;
}*/
/*.colorBox.RestDayState + .operationDayTimeContainer:after, */
.breakTimeEmpty:after, .operationTimeEmpty:after {
    content: url('../img/close.svg');
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breakTimeEmpty:after {
    margin-bottom: -5px;
}
.operationTimeEmpty:after {
    margin-top: -5px;
}
.dayContainerBreak .colorBox.RestDayState + .operationDayTimeContainer:after {
    content: none;
}
.dayContainerBreak .operationDayTimeContainer {
    min-height: 100px;
}
/*.RestDayState + .operationDayTimeContainer .breakTimeEmpty {
    display: none!important;
    visibility: hidden!important;
}*/
.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;
}

/* BREAK */

.breakTime {
    text-align: center;
}
.breakTimeDivider {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f0f0f0;
    margin-right: -5px;
    padding-right: 5px;
}
.break + .breakTimeDivider {
    padding-top: 0;
    padding-right: 0;
    margin-top: 0;
    border: none;
    margin-right: inherit;
}
.breakTimeEmpty, .operationTimeEmpty {
    position: relative;
    min-height: 50px;
}
.breakTimeEmpty {
    border-top: 1px solid #f0f0f0;
}
.break {
    color: #8f9984;
    font-weight: normal;
    text-align: center;
}
.WorkingDayState + .operationDayTimeContainer .breakTimeEmpty {
    margin-top: 10px;
}

/* TOP */

.flbusinesshours__state {
    position: relative;
    padding-left: 25px;
}
.flbusinesshours__state-icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #da96a3;
}
.flbusinesshours__status-time {
    font-size: 20px;
    font-weight: bold;
}
.flbusinesshours__status-text {
    font-size: 16px;
    color: #da96a3;
    margin-left: 5px;
    padding: 2px 10px;
}
.flbusinesshours__state-icon--open {
    color: #8cd232;
}
.flbusinesshours__state-icon--break {
    color: #0072ff;
}
.flbusinesshours__status-text.flbusinesshours__status-text--open {
    color: #fff;
    background: #8cd232;
}
.flbusinesshours__status-text.flbusinesshours__status-text--break {
    color: #fff;
    background: #0072ff;
}
.flbusinesshours__status-break {
    font-size: 16px;
    margin-top: 5px;
}