.list-turnos .item-after {
    color: #000 !important;
}

.list-turnos .bg-0 {
    background-color: #E4E9F4 !important;
}

.list-turnos .bg-1 {
    background-color: #F3E3CF !important;
}

.list-turnos .bg-2 {
    background-color: #E7E7E7 !important;
}

.list-turnos .bg-3 {
    background-color: #FFBFBF !important;
}

.calendar {
    height: 390px !important;
}

.panel-left.panel-in-breakpoint~.view .navbar .panel-open[data-panel="left"] {
    display: none;
}

.panel-left.panel-in-breakpoint:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 6000;
}

.links-admin {
    text-transform: capitalize;
}