﻿.k-scheduler-groupcolumn, .k-scheduler-times .k-slot-cell {
    width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scrollRow {
    background-color: lightgrey;
    cursor: pointer;
}

.scrollRow:hover {
    background-color: grey;
}
/*.scrollHelper {
    background-color: lightgrey;
    cursor: pointer;
    text-align: center;
    max-height: 16px;
    margin-top: auto;
    width: 100%;
}
.groupWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}*/