.warning:before {
    font-family: FontAwesome, 'Font Awesome\ 5 Free';
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    color: red;
    content: "\f071";
    font-weight: 900;
}
.fc-button {
    height: 1.7em !important;
    font-size: 10pt !important;
}
.hasdescription .fc-list-item-title,
.hasdescription .fc-title {
    cursor: pointer;
}
    .hasdescription .fc-list-item-title:after,
    .hasdescription .fc-title:after {
        font-family: FontAwesome, 'Font Awesome\ 5 Free';
        display: inline-block;
        padding-left: 6px;
        vertical-align: middle;
        color: red;
        content: "\f05a";
        font-weight: 900;
    }
.hasdescription .fc-title:after { color: yellow; }
.fc-event {
    font-size: 9pt !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 2px 8px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}
.fc-day-grid-event > .fc-content {
    white-space: normal;
}

.table td, .table th {
    font-size: 9pt;
}

#calendar {
    margin-top: 10px;
}

.categoryList span {
    display: inline-block;
    padding: 0 8px;
    color: #ffffff;
    font-size: 9pt;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.itemListContainer {
    max-height: 800px;
    overflow: scroll;
}