﻿.fc-event-list .fc-event-item .fc-event-link {
    padding: .375rem .75rem;
    background: #fff;
    color: #4d6593;
    position: relative;
    border: 1px solid #dae0ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

    .fc-event-list .fc-event-item .fc-event-link:hover {
        background: #ebeef4
    }

    .fc-event-list .fc-event-item .fc-event-link:after {
        content: '\f0b2';
        color: #c9d2e3;
        line-height: 1;
        font-family: Font Awesome\ 5 Free,Font Awesome\ 5 Pro,FontAwesome !important;
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        margin-left: auto
    }

.fc-event-list .fc-event-item + .fc-event-item {
    margin-top: .375rem
}

.fc-event-link.fc-dragging, .fc-event-link.fc-event-dragging {
    padding: .375rem .75rem;
    background: #fff;
    color: #212837;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 16px rgba(134,154,192,.45);
    box-shadow: 0 8px 16px rgba(134,154,192,.45)
}

.fc .fc-header-toolbar, .fc .fc-toolbar {
    margin-bottom: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

    .fc .fc-header-toolbar .fc-left, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1), .fc .fc-toolbar .fc-left, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) {
        border-bottom: 1px solid #dae0ec;
        padding: .75rem 1rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .fc .fc-header-toolbar .fc-left .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .fc .fc-toolbar .fc-left .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn {
            padding: .25rem .5rem;
            line-height: 1.25;
            font-size: .875rem;
            background: #fff;
            color: #657eae;
            border-color: #c9d2e3;
            min-width: 6.25rem
        }

            .fc .fc-header-toolbar .fc-left .btn:hover, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:hover, .fc .fc-toolbar .fc-left .btn:hover, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:hover {
                background: #ebeef4
            }

            .fc .fc-header-toolbar .fc-left .btn:focus, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:focus, .fc .fc-toolbar .fc-left .btn:focus, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:focus {
                -webkit-box-shadow: 0 0 0 .2rem rgba(201,210,227,.5);
                box-shadow: 0 0 0 .2rem rgba(201,210,227,.5)
            }

            .fc .fc-header-toolbar .fc-left .btn.active, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn.active, .fc .fc-toolbar .fc-left .btn.active, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn.active {
                background: #ebeef4;
                color: #4d6593;
                font-weight: 500
            }

    .fc .fc-header-toolbar .fc-center, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2), .fc .fc-toolbar .fc-center, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 1rem 1.25rem
    }

    .fc .fc-header-toolbar .fc-right, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3), .fc .fc-toolbar .fc-right, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
        padding: 1rem 1.25rem
    }

        .fc .fc-header-toolbar .fc-right .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn, .fc .fc-toolbar .fc-right .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn {
            padding: .125rem .75rem;
            line-height: 1.25;
            font-size: .875rem;
            background: #fff;
            color: #4d6593;
            border-color: #a8b6d1
        }

            .fc .fc-header-toolbar .fc-right .btn:hover, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:hover, .fc .fc-toolbar .fc-right .btn:hover, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:hover {
                background: #ebeef4
            }

            .fc .fc-header-toolbar .fc-right .btn:focus, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:focus, .fc .fc-toolbar .fc-right .btn:focus, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:focus {
                -webkit-box-shadow: 0 0 0 .2rem rgba(168,182,209,.5);
                box-shadow: 0 0 0 .2rem rgba(168,182,209,.5)
            }

            .fc .fc-header-toolbar .fc-right .btn.active, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn.active, .fc .fc-toolbar .fc-right .btn.active, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn.active {
                background: #ebeef4;
                color: #4d6593;
                font-weight: 500
            }

            .fc .fc-header-toolbar .fc-right .btn.disabled, .fc .fc-header-toolbar .fc-right .btn[disabled], .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn.disabled, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn[disabled], .fc .fc-toolbar .fc-right .btn.disabled, .fc .fc-toolbar .fc-right .btn[disabled], .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn.disabled, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn[disabled] {
                color: #4d6593;
                border-color: #a8b6d1;
                background: #fff
            }

    .fc .fc-header-toolbar .h2, .fc .fc-header-toolbar h2, .fc .fc-toolbar .h2, .fc .fc-toolbar h2 {
        font-size: 1.75rem
    }

.fc .fc-view .fc-head .fc-head-container .fc-axis, .fc .fc-view .fc-head .fc-head-container .fc-day-header {
    font-weight: 400;
    padding-bottom: .3125rem;
    font-size: 1rem;
    border-top: none;
    border-left: none;
    border-right: none
}

.fc .fc-view .fc-event, .fc .fc-view .fc-event-dot {
    background-color: #869ac0;
    border-color: #869ac0
}

    .fc .fc-view .fc-event-dot.fc-daygrid-dot-event, .fc .fc-view .fc-event.fc-daygrid-dot-event {
        background-color: #ebeef4;
        border-color: #ebeef4
    }

.fc .fc-view .fc-popover.fc-more-popover {
    border: none;
    -webkit-box-shadow: 0 8px 16px rgba(134,154,192,.45);
    box-shadow: 0 8px 16px rgba(134,154,192,.45)
}

    .fc .fc-view .fc-popover.fc-more-popover .fc-header {
        background: 0 0;
        padding: .5rem .5rem .375rem;
        font-weight: 600;
        font-size: .8125rem
    }

.fc .fc-view .alert.alert-info {
    background: #ebeef4
}

    .fc .fc-view .alert.alert-info .fc-day-number {
        color: #212837;
        font-weight: 600
    }

.fc .fc-view.fc-dayGrid-view .fc-day-number, .fc .fc-view.fc-dayGrid-view .fc-daygrid-day-number, .fc .fc-view.fc-dayGrid-view .fc-week-number, .fc .fc-view.fc-dayGridMonth-view .fc-day-number, .fc .fc-view.fc-dayGridMonth-view .fc-daygrid-day-number, .fc .fc-view.fc-dayGridMonth-view .fc-week-number {
    padding: .125rem .25rem
}

.fc .fc-view.fc-dayGrid-view .fc-day-grid-event, .fc .fc-view.fc-dayGrid-view .fc-daygrid-day-events, .fc .fc-view.fc-dayGridMonth-view .fc-day-grid-event, .fc .fc-view.fc-dayGridMonth-view .fc-daygrid-day-events {
    margin-top: .125rem
}

.fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-bg table, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-slats table {
    border: none
}

    .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-bg table tbody tr:first-child td, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-bg table thead tr:first-child td, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-slats table tbody tr:first-child td, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-slats table thead tr:first-child td {
        border-top: none
    }

.fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-content-skeleton table {
    border: none !important
}

    .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-content-skeleton table td, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-content-skeleton table th {
        border: none !important
    }

.fc .fc-view a {
    text-decoration: none
}

.fc td, .fc th {
    border-width: 1px;
    border-color: #dae0ec
}

.fc a:not([href]) {
    color: inherit
}

.calendar {
    min-height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .calendar .calendar-body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .calendar .calendar-body + .calendar-sidebar {
            border-left: 1px solid #dae0ec
        }

        .calendar .calendar-body .fc .fc-head-container th {
            border-bottom-width: 0
        }

        .calendar .calendar-body .fc table {
            border: none !important
        }

            .calendar .calendar-body .fc table tbody tr, .calendar .calendar-body .fc table thead tr {
                border-width: 0
            }

                .calendar .calendar-body .fc table tbody tr td:first-child, .calendar .calendar-body .fc table tbody tr th:first-child, .calendar .calendar-body .fc table thead tr td:first-child, .calendar .calendar-body .fc table thead tr th:first-child {
                    border-left-width: 0 !important
                }

                .calendar .calendar-body .fc table tbody tr td:last-child, .calendar .calendar-body .fc table tbody tr th:last-child, .calendar .calendar-body .fc table thead tr td:last-child, .calendar .calendar-body .fc table thead tr th:last-child {
                    border-right-width: 0 !important
                }

            .calendar .calendar-body .fc table .fc-head-container {
                border: none
            }

    .calendar .calendar-sidebar {
        width: 13.75rem;
        padding: 1rem
    }

@media (max-width:767.98px) {
    .calendar .calendar-sidebar {
        display: none
    }
}

.calendar .calendar-sidebar + .calendar-body {
    border-left: 1px solid #dae0ec
}

.calendar .calendar-sidebar .calendar-sidebar-title {
    font-weight: 600;
    padding: 0 0 .625rem 0;
    min-height: 3.4375rem;
    font-size: .8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.fc-scrollgrid-sync-table {
    width: 100% !important;
}

.fc-daygrid-body {
    width: 100% !important;
}