


.strike {
    text-decoration: line-through;
}
.error-summary {
    color: #ab0300;
    background: #ff9b9b;
    border-left: 3px solid #cd001e;
    padding: 10px;
    margin: 0 0 15px 0;
}


.bg-green {
    background-color: green;
}
.bg-orange {
    background-color: chocolate;
}

.card-action .card-header .card-action-element a {
    color: #e7e7e7 !important;
}
.fc .fc-daygrid-block-event .fc-event-time, .fc .fc-daygrid-dot-event .fc-event-title {
    font-weight: 100;
    font-size: small;
}

.timeline .timeline-item .timeline-event {
    min-height: 2rem!important;
}