#script-warning {
    text-align: center;
    font-weight: bold;
    color: red;
    display: none;
}

#loading {
    display: none;
}

.fullcalendar {
    max-width: 1100px;
    margin: 40px auto;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .fullcalendar {
        margin: 20px auto;
    }
    .fc-event-time {
        display: none;
    }
}
.fc .fc-button-group,
.fc .fc-toolbar {
    flex-flow: row wrap;
}
.fc-toolbar-chunk {
    margin-bottom: 2px;
}
.fc .fc-view-harness, .fc-view-harness .fc-view {
    line-height: 130%;
}
.fc-view-harness > .fc-daygrid.fc-dayGridMonth-view.fc-view, .fc .fc-list {
    max-height: 700px;
    overflow: auto;
}
.fc .fc-list {
    max-height: 600px;
}
/* Tooltip */

#powerTip {
    font-size: 14px;
    padding: 5px;
    white-space: normal;
    max-width: 300px;
}
#powerTip *{
    color: white !important;
}
#powerTip hr{
    padding: 0;
}