/* Время работы */
.from_to {
    display:flex;
    flex-direction: row;
    align-items:flex-end;
    flex-wrap:wrap;
}
.from_to > div {
    margin-bottom:13px;
}
.from_to_separator {
    height: 28px;
}
.work_time_button {
    background-color:#319C82;
    color:#FFF;
    margin-right:15px;
    height:28px;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius:4px;
    cursor:pointer;
    user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
}
.from_to_detail .controls {
    display:inline-block;
}
.from_to_detail {
    display:flex;
    flex-direction: row;
}
.from_to_detail .control-group:nth-child(1) .control-label {
    width:40px;
    text-align: left;
}
.from_to_detail .control-group:nth-child(2) .control-label {
    width:5px;
}
.from_to_detail .control-group:nth-child(2) {
    margin-right:15px;
}

.hide {
    display: none !important; }

.show {
    display: block !important; }

.happy-hours label {
    display:none;
}
.happy-hours-dicount div.controls {
    display:inline-block;
    padding-left:10px;
}
.happy-hours-dicount label {
    color:#D82239;
    font-size:14px;
}
.happy-hours-dicount .control-group {
    display: inline-block;
}