/* #calendar-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-day-grid-event .fc-content {
    white-space: pre-wrap;
}

.fc-event {
    font-size: 1em;
}

.fc-title {
    white-space: nowrap;
}

.fc-header-toolbar {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.fc-unthemed td.fc-today {
    background: #dcd8a3;
}

.fc-unthemed td.fc-past {
    background: #A9A9A9;
} */

.list-desc {
    font-size: 1.2em;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-desc li {
    display: flex;
    flex-direction: row;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
}

.list-desc li>.value {
    flex: 2 1;
    overflow: auto;
}

.tooltip-inner {
    max-width: 400px;
    /* If max-width does not work, try using width instead */
    width: 400px;
    color: black;
    background-color: white;
}

@media (max-width: 420px) {
    .tooltip-inner {
        max-width: 260px;
        /* If max-width does not work, try using width instead */
        width: 260px;
        color: black;
        background-color: white;
    }
}

.list-desc .label {
    text-align: right;
    width: 100px;
    font-weight: bold;
}

.list-desc .value {
    text-align: left;
    padding-left: 10px;
    ;
}

@media (max-width: 574px) {
    .modal-header {
        align-items: flex-end;
    }
}

.event_circle {
    margin: 0 4px;
    box-sizing: content-box;
    width: 0;
    height: 0;
    background-color: #3788d8;
    border: 1px solid #3788d8;
    border-radius: 4px;
    color: white !important;
    white-space: nowrap;
    min-width: 30px;
    display: table-cell;
    text-align: center;
}