

/* Start:/local/components/treba/schedule.list/templates/.default/style.css?17472294151946*/
body .schedule-tabs{
    margin-top: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
}
body .schedule-tabs ul{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
body .schedule-tabs ul li a{
    white-space: nowrap;
}
.dates-wrapper{
    position: relative;
}

#s-dates{
    margin-top: -0.9rem;
}
#s-dates a{
    margin-left: 10px;
}

.date-group{
    margin-top: 45px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    transition: all .5s;
}
.date-group.fadeOut{
    opacity: 0;
    height: 0px;
    margin: 0px;
}
.btn-primary[disabled]{
    cursor: default;
}

.schedule-tables{
    font-size: 18px;
}
.schedule-tables tbody tr{
    transition: all .5s;

}
.schedule-tables tbody tr.fadeOut{
    opacity: 0;
    height: 0px;
    display: none;
}

.s-date-info{
    margin-top: -25px !important;
}
.s-datetime{
    width: 80px;
}
.s-options{
    width: 206px;
}
.s-name{
    width: 55%;
}
.s-place{
    width: 14%;
}
.s-comment{
    width: 21%;
    font-size: 14px;
}
.s-name .s-comment{
    display: none;
}

.v-align-top{
    vertical-align: top;
}
.sch-warning-message{
    padding: 7px 15px;
    text-align: center;
    font-weight: bold;
    background-color: #ffeb41;
}
@media screen and (max-width: 768px){
    .dates-label{
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
    #s-dates{
        display: flex;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .s-comment, .s-options{
        display: none;
    }
    body table.colored_table > thead > tr > td{
        padding: 7px 12px;
    }
    body table.colored_table > tbody > tr > td{
        padding: 11px 12px;
    }
    .s-name .s-comment{
        display: block;
        padding-top: 15px;
        width: 100%;
    }
}
/* End */
/* /local/components/treba/schedule.list/templates/.default/style.css?17472294151946 */
