.b {
    font-weight: bold !important;
}
.l {
    text-align: left !important;
}
.m {
    vertical-align: middle !important;
}
.error {
    color: red !important;;
}
.table_row_height {
    height: 25px !important;
}

.ui-cal-container {
    z-index: 1;
}

.ui-cal-container .ui-cal-wrapper {
    background: rgb(228, 241, 252);
}

.ui-cal-resources .ui-cal-wrapper,
.ui-cal-resources .ui-cal-timeline {
    top: 69px !important;
}

.ui-cal .ui-cal-event p.title {
    font-family: sans-serif !important;
    text-align: center;
}

.ui-cal .ui-cal-event pre.details {
    font-family: sans-serif !important;
    font-size: small !important;
    margin-top: 5px;
}

.ui-cal .ui-cal-date {
    border-right: 1px solid #D1D3D8;
}

/**
.ui-cal .ui-cal-event.begin.end {
    background-color: rgb(40, 114, 210) !important;
}
 */

.ui-cal .ui-cal-wrapper {
    background: #e4f1fc !important;
    border-top: 1px solid #777777 !important;
    border-bottom: 1px solid #777777 !important;
}

.ui-cal .ui-cal-wrapper .ui-cal-date {
    border-bottom: 1px solid #777777 !important;
}

.ui-cal .ui-cal-wrapper .ui-cal-date .ui-cal-time:last-child {
    border-bottom: 1px solid rgb(228, 228, 228) !important;
}

.ui-cal .ui-cal-time {
    text-align: center;
    font-family: sans-serif;
    cursor: default;
}

.ui-cal .ui-cal-time.has-quotas {
    border-bottom: 1px solid white !important;
}

.ui-cal .ui-cal-time.has-quotas:hover {
    border-top: 1px solid #6fa7d1 !important;
    border-right: 1px solid #6fa7d1 !important;
    border-left: 1px solid #6fa7d1 !important;
    cursor: pointer;
}

.ui-cal .ui-cal-time.has-quotas:hover + .ui-cal-time {
    border-top: 1px solid #6fa7d1 !important;
}

.ui-cal .ui-cal-time .inner-time-el {
    height: 90%;
    max-height: 15px;
    fill: #aaaaaa;
    pointer-events: none;
}

.ui-panel.ui-widget.ui-widget-content.ui-corner-all {
    min-height: 54px;
}

#calendar-container .ui-cal-week .ui-cal-event .resize-top {
    top: 0px;
    height: 3px;
}

#calendar-container .ui-cal-week .ui-cal-event .resize-bottom {
    bottom: 0px;
    height: 3px;
}
