.datepicker td, .datepicker th{
    text-align: center;
    cursor: pointer;
}

tr.table-dark, tr.table-dark .switchery {
    cursor: not-allowed;
}

.datepicker td.disabled{
	background: gainsboro;
}

audio{
    opacity: 50%;
}

.avatar-title{
    font-size: 20px;
    text-transform: uppercase;
}

b, strong{
	font-weight: 600;
}

.border-orange{
    border-color: #ffaf20!important;
}

.break-line {
    white-space: normal !important;
    word-wrap: break-word;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky.stickker{
    position: fixed;
    top: 70px;
    z-index: 5;
}