

/* Start:/bitrix/components/utlab/online.zapis/templates/.default/style.css?16709213492737*/
.online-zapis {
    position: relative;
    z-index: 1;
}

.online-zapis__loading {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 0.5);
}

/*  */

.oz-calendar-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*  */

.oz-calendar {}

.oz-calendar .datepicker--cell.is-full {
    position: relative;
}

.oz-calendar .datepicker--cell.is-full::before,
.oz-calendar .datepicker--cell.is-full::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: #f00;
}

.oz-calendar .datepicker--cell.is-full::before {
    transform: translateX(-50%) rotate(-45deg);
}

.oz-calendar .datepicker--cell.is-full::after {
    transform: translateX(-50%) rotate(45deg);
}

/*  */

.oz-calendar-legenda {
    line-height: 2;
    margin-left: 20px;
}

.oz-calendar-legenda-day {
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #fff;
}

.oz-calendar-legenda-day.is-selected {
    color: #fff;
    border-color: #5cc4ef;
    background: #5cc4ef;
}

.oz-calendar-legenda-day.is-disabled {
    color: #aeaeae;
}

.oz-calendar-legenda-day.is-full {
    color: #aeaeae;
}

.oz-calendar-legenda-day.is-full::before,
.oz-calendar-legenda-day.is-full::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: #f00;
}

.oz-calendar-legenda-day.is-full::before {
    transform: translateX(-50%) rotate(-45deg);
}

.oz-calendar-legenda-day.is-full::after {
    transform: translateX(-50%) rotate(45deg);
}

/*  */

.oz-times {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

/*  */

.oz-time {
    position: relative;
    width: auto !important;
    cursor: pointer;
}

.oz-time.is-disabled {
    cursor: default;
    pointer-events: none;
}

.oz-time input {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.oz-time span {
    line-height: 1;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 8px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #fff;
}

.oz-time input:checked+span {
    color: #fff;
    border-color: #5cc4ef;
    background: #5cc4ef;
}

.oz-time.is-disabled span {
    color: #aeaeae;
}

.oz-time input.error+span {
    border: 1px solid #fe8c00;
}
/* End */
/* /bitrix/components/utlab/online.zapis/templates/.default/style.css?16709213492737 */
