.scheduler {
    margin: 10px 0 0;
}
.scheduler-block {
    margin: 0 0 8px;
}
.scheduler-label {
    margin: 0 10px 0 0;
}
.scheduler-input {
    width: 108px;
    height: 34px;
    margin: 0 10px 0 0;
    padding: 6px 12px;
    border: 1px solid #e5e6e7;
}
.scheduler-select {
    width: 140px;
    height: 34px;
    margin: 0 10px 0 0;
    padding: 6px 12px;
    border: 1px solid #e5e6e7;
}
.scheduler-checkbox {
    cursor: pointer;
    margin: 0;
}
.scheduler-checkbox input {
    display: none;
}
.scheduler-checkbox span {
    display: inline-block;
    width: 31px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #d1dade;
    color: #5e5e5e;
    font-size: 12px;
}
.scheduler-checkbox span.big {
    width: 54px;
    height: 44px;
    line-height: 44px;
}
.scheduler-checkbox input:checked + span {
    background: #1c84c6;
    color: #fff;
}
.scheduler-radio {
    cursor: pointer;
    margin: 0;
}
.scheduler-radio input {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
}
.scheduler-radio span {
    font-weight: 400;
}