.clean {
    clear: both;
}

.dayContainer {
    float: left;
    line-height: 20px;
    margin-right: 12px;
    width: 13%;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    min-height: 180px;
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    position: relative;
    margin-bottom: 25px;
}

.dayContainer:last-child {
    margin-right: 0;
}

.dayContainer:hover {
    background: #dcdcdc;
    cursor: pointer;
}

.dayContainer.active {
    background: #dcdcdc;
}

.dayContainer .break {
    padding: 5px;
    margin: 0;
    font-size: 11px;
    width: 102%;
    position: absolute;
    bottom: -23px;
    left: -1px;
}

.break.hidden {
    display: none;
}

.colorBox {
    cursor: pointer;
    height: 65px;
    border: 2px solid #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.colorBox.WorkingDayState {
    border: 1px solid #2ecc71;
    background-color: #2ecc71;
}

.colorBox.RestDayState {
    border: 1px solid #c0392b;
    background-color: #c0392b;
}

.operationTime .mini-time {
    /* width: 40px; */
    padding: 3px;
    text-align: center;
    /* font-size: 13px; */
    border-radius: 0;
    font-weight: normal;
}

.dayContainer .add-on {
    padding: 4px 2px;
}

.colorBoxLabel {
    clear: both;
    font-size: 12px;
    font-weight: bold;
}

.invisible {
    visibility: hidden;
}

.operationTime {
    margin-top: 5px;
}

#businessHoursContainer {
    clear: both;
    display: block;
}

.weekday {
    text-align: center;
}

.operationDayTimeContainer {
    margin: 0 auto;
    width: 100%;
}

.breaks-text-wrap div {
    float: left;
    line-height: 20px;
    margin-right: 14px;
    width: 13%;
    font-size: 11px;
    padding: 5px;
    /* min-height: 30px; */
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    position: relative;
}

.breaks-text-wrap div:last-child{
    margin-right: 0px;
}
.breaks-text-wrap ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.breaks-text-wrap p {
    text-align: center;
    margin: 0;
}

.breaks-text-wrap{
    margin-left: -14px;
}