/*
    17.02.2022 Andrej
    Custom css, ki povozi jquery.calendar.css 
    Uporablja se pri timeslotih
    Povozi se jih v view.timeslot.view.js 
*/

.ui-cal-event.begin.end.customTimeslotStyle {
    background-image: none;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.ui-cal-event.begin.end.customTimeslotStyle .details {
    background-color: white !important;
    border-radius: 0px 0px 4px 4px;
}