/** Calendar View **/
.Special_Calendar .amphiicon{
    font-size: 18px;
    margin: 5px 0 0;
    min-width: 11px;
    text-align: center;
}

.Special_Calendar .thumbnail .amphiicon{
    font-size: 7em;
}

@media (min-width: 768px) {
    .Special_Calendar .calendar {
        table-layout: fixed;
    }
}

.Special_Calendar .calendar > tbody > tr > td {
    height: 90px;
}

@media (max-width: 767px) {
    .Special_Calendar .calendar > tbody > tr > td {
        min-width: 110px;
        max-width: 110px;
    }
}

.Special_Calendar a.date-calender-tooltip-trigger {
    color: #fff;
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Special_Calendar .fc-v-event .fc-event-title {
    white-space: nowrap;
}

/** Calendar Date List **/
.Special_Calendar .date-list dt {
    font-weight: normal;
    cursor: pointer;
    padding: 10px 0 10px 22px;
    border-top: 1px solid #e6e6e6;
}

.Special_Calendar .date-list dt:last-of-type {
    border-bottom: 1px solid #e6e6e6;
}

.Special_Calendar .date-list dt.active:last-of-type {
    border-bottom: none;
}

.Special_Calendar .date-list dt.active,
.Special_Calendar .date-list dt.active:hover {
    background: #fff;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
}

.Special_Calendar .date-list dt:hover {
    background: #fff;
}

.Special_Calendar .date-list dt.no-entries {
    cursor: auto;
}

.Special_Calendar .date-list dt .amphiicon {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    font-size: 15px;
}

.Special_Calendar .date-list dd {
    padding: 15px 0 15px 22px;
}

/** Calendar Legend **/
.Special_Calendar .calendar-legend {
    margin-bottom: 30px;
}

.Special_Calendar .legend {
    margin-right: 15px;
    display: inline-block;
}

.Special_Calendar .legend-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

/** fullcalendar.io Styling **/
.Special_Calendar .calendar.hide-calendar > div {
    display: none;
}
.Special_Calendar .calendar.hide-calendar > div.fc-toolbar {
    display: flex;
}

.Special_Calendar .is-loading > .calendar-legend > .row > *,
.Special_Calendar .is-loading.calendar-dates > .date-list > *,
.Special_Calendar .is-loading.calendar .fc-view-harness > * {
    opacity: .5 !important;
    filter: blur(3px);
    pointer-events: none;
}

.Special_Calendar .calendar {
    margin-bottom: 30px;
}

.Special_Calendar .fc a {
    color: #444;
}

.Special_Calendar .fc .fc-button {
    padding: 8px 15px;
}

.Special_Calendar .fc .fc-col-header-cell-cushion {
    font-size: 1rem;
}

.Special_Calendar .fc .fc-daygrid-day-top {
    font-size: 1rem;
}

.Special_Calendar .fc .fc-timegrid-slot-label-cushion {
    font-size: 1rem;
}

.Special_Calendar .fc .fc-daygrid-event {
    font-size: 0.875rem;
    background: #f2f2f2 !important;
    color: #444;
    border: none;
    border-top: 1px solid #dedede !important;
    border-right: 1px solid #dedede !important;
    cursor: pointer;
    overflow: hidden;
    transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .fc .fc-daygrid-event:hover {
    background: #e5e5e5 !important;
    transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .fc .fc-timegrid-event {
    font-size: 0.875rem;
    background: #f2f2f2 !important;
    color: #444;
    border: none;
    border-top: 1px solid #dedede !important;
    border-right: 1px solid #dedede !important;
    cursor: pointer;
    overflow: hidden;
    margin: -1px 0 0 0;
    transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .fc .fc-timegrid-event:hover {
    background: #e5e5e5 !important;
    transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .fc .fc-daygrid-event-harness:not(.fc-daygrid-event-harness-abs) .fc-daygrid-event {
    border-bottom: 1px solid #dedede !important;
}

.Special_Calendar .fc .fc-timegrid-event-harness .fc-timegrid-event {
    border-bottom: 1px solid #dedede !important;
}

.Special_Calendar .fc-timegrid-event-harness-inset .fc-timegrid-event {
    box-shadow: none;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-left: 0 !important;
    padding-left: 5px;
}

.Special_Calendar .fc-h-event .fc-event-main {
    color: #444;
}

.Special_Calendar .fc-v-event .fc-event-main {
    color: #444;
    padding-left: 3px;
}

.Special_Calendar .fc-event-time {
    font-weight: 700 !important;
}

.Special_Calendar .fc-event-title {
    font-weight: 400 !important;
}

.Special_Calendar .fc-h-event .fc-event-time {
    overflow: visible;
}

.Special_Calendar .fc-daygrid-event-dot {
    display: none;
}

.Special_Calendar .fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
}

.Special_Calendar .fc .fc-daygrid-event {
    margin-top: 3px;
}

.Special_Calendar .fc-h-event .fc-event-main-frame .fc-event-title-container:only-child > div {
    margin-left: 3px;
}

.Special_Calendar .fc-event-selected:after, .Special_Calendar .fc-event:focus:after {
    background: #e5e5e5;
    z-index: -1;
}

.fc-event-selected, .fc-event:focus {
    box-shadow: none;
}

.Special_Calendar .fc .fc-daygrid-day.fc-day-today, .Special_Calendar .fc .fc-timegrid-col.fc-day-today {
    background: transparent;
}

.Special_Calendar .fc .fc-daygrid-day-number {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    margin-right: 2px;
    padding: 0 0 1px 0;
}

.Special_Calendar .fc-day-today .fc-daygrid-day-number {
    background: #444;
    color: #FFF;
    border-radius: 50px;
}

.Special_Calendar .fc-col-header-cell.fc-day.fc-day-today {
    background: #444;
    color: #FFF;
}

@media (max-width: 1269px) {
    .Special_Calendar .fc .fc-daygrid-day-number {
        padding: 0;
    }
}

/** fullcalendar.io - Loading - Styling **/
.Special_Calendar .fc-theme-bootstrap, .Special_Calendar .calendar-legend, .Special_Calendar .calendar-dates {
    position: relative;
}

.Special_Calendar .fc-theme-bootstrap .fc-view-harness, .Special_Calendar .calendar-legend .row, .Special_Calendar .calendar-dates .date-list {
    position: relative;
}

.Special_Calendar .fc-theme-bootstrap .fc-view-harness:before, .Special_Calendar .calendar-legend .row:before, .Special_Calendar .calendar-dates .date-list:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.Special_Calendar .fc-theme-bootstrap.is-loading .fc-view-harness:before, .Special_Calendar .is-loading .calendar-legend .row:before, .Special_Calendar .calendar-dates.is-loading .date-list:before {
    opacity: 1;
    visibility: visible;
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #444, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #444, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #444, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #444, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #444, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #444, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #444, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #444;
    }
}

/** fullcalender.io - Calendar Legende - Styling **/
.Special_Calendar .calendar-legend .legend {
    position: relative;
    font-size: 85%;
    padding: 5px 2px 8px 2px;
    margin-bottom: 15px;
    margin-right: 15px;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .calendar-legend .legend:hover {
    opacity: 0.7;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .calendar-legend .legend .legend-color {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin-right: 0;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

.Special_Calendar .calendar-legend .legend label {
    margin-bottom: 0;
    padding-left: 30px;
}

.Special_Calendar .calendar-legend .legend label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #dedede;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 5px;
    cursor: pointer;
}

.Special_Calendar .calendar-legend .legend label:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.Special_Calendar .calendar-legend .legend input[type="checkbox"] {
    margin: 0;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    opacity: 0;
}

.Special_Calendar .calendar-legend .legend input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

/** fullcalendar.io - Calender Dates - Styling **/
.Special_Calendar .fc .fc-toolbar-title {
    font-size: 1.4625rem;
    color: inherit;
}

.Special_Calendar .calendar-dates .date-list .no-entries {
    padding: 10px 0;
}

.Special_Calendar .calendar-dates .date-list .entry-header {
    position: relative;
    padding: 10px 0;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .calendar-dates .date-list .entry-header:before {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 11px;
    right: 0;
    transform: rotate(0deg);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .calendar-dates .date-list .entry-header:after {
    content: "\f05a";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    top: 11px;
    right: 20px;
}

.Special_Calendar .calendar-dates .date-list .entry-header.has-no-content {
    cursor: auto;
}

.Special_Calendar .calendar-dates .date-list .entry-header.has-no-content:after, .Special_Calendar .calendar-dates .date-list .entry-header.has-no-content:before {
    display: none;
}

.Special_Calendar .calendar-dates .date-list .entry-header:hover {
    opacity: 0.7;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .calendar-dates .date-list .entry-header.has-no-content:hover {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .calendar-dates .date-list .entry-header.active:before {
    top: 10px;
    transform: rotate(180deg);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.Special_Calendar .calendar-dates .date-list .entry-header .date-wrapper {
    display: block;
    padding-left: 0;
}

.Special_Calendar .calendar-dates .date-list .entry-header .amphiicon {
    top: 4px;
    left: -10px;
    font-size: 18px;
    display: none;
}

.Special_Calendar .calendar-dates .date-list .entry-description {
    padding: 10px 0 30px 0;
}

.Special_Calendar .calendar-dates .date-list .entry-header .legend-color {
    position: absolute;
    top: 0;
    left: 18px;
    width: 3px;
    height: 100%;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}

.Special_Calendar .calendar-dates .date-list .entry-header .title {
    display: block;
    padding-left: 15px;
    padding-right: 50px;
}

.Special_Calendar .calendar-dates .date-list .entry-header .date-wrapper .date {
    font-weight: 600;
}

@media (max-width: 1199px) {
    .Special_Calendar .calendar-dates .date-list .entry-header .amphiicon {
        top: 3px;
    }
}

@media (max-width: 767px) {
    .Special_Calendar .calendar-dates .date-list .entry-header .amphiicon {
        top: 2px;
    }

    .Special_Calendar .calendar-dates .date-list .entry-header .title {
        padding-left: 10px;
    }

    .Special_Calendar .calendar-dates .date-list .entry-header .legend-color {
        left: 15px;
    }

    .Special_Calendar .calendar-dates .date-list .entry-header .date-wrapper {
        display: block;
        margin-bottom: 5px;
    }
}

/** fullcalendar.io - Bootstrap - Styling **/
.Special_Calendar .fc-theme-bootstrap.fc th, .fc-theme-bootstrap.fc td {
    border: 1px solid #e5e5e5;
}

.Special_Calendar .fc-theme-bootstrap.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
}

.Special_Calendar .fc-theme-bootstrap.fc a.btn-default, .fc-theme-bootstrap.fc .btn-default, .fc-theme-bootstrap.fc a.btn-primary, .fc-theme-bootstrap.fc .btn-primary, .fc-theme-bootstrap.fc a.btn-custom, .fc-theme-bootstrap.fc .btn-custom {
    margin: 0;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}

.Special_Calendar .fc-theme-bootstrap.fc a.btn-default:not(.fc-prev-button, .fc-next-button):before, .fc-theme-bootstrap.fc a.btn-default:not(.fc-prev-button, .fc-next-button):after, .fc-theme-bootstrap.fc .btn-default:not(.fc-prev-button, .fc-next-button):before, .fc-theme-bootstrap.fc .btn-default:not(.fc-prev-button, .fc-next-button):after, .fc-theme-bootstrap.fc a.btn-primary:not(.fc-prev-button, .fc-next-button):before, .fc-theme-bootstrap.fc a.btn-primary:not(.fc-prev-button, .fc-next-button):after, .fc-theme-bootstrap.fc .btn-primary:not(.fc-prev-button, .fc-next-button):before, .fc-theme-bootstrap.fc .btn-primary:not(.fc-prev-button, .fc-next-button):after, .fc-theme-bootstrap.fc a.btn-custom:not(.fc-prev-button, .fc-next-button):before, .fc-theme-bootstrap.fc a.btn-custom:not(.fc-prev-button, .fc-next-button):after, .fc-theme-bootstrap.fc .btn-custom:not(.fc-prev-button, .fc-next-button):before, .fc-theme-bootstrap.fc .btn-custom:not(.fc-prev-button, .fc-next-button):after {
    content: none;
    display: none;
}

.Special_Calendar .fc-toolbar-chunk .btn-group .btn {
    margin-right: 1px;
}

.Special_Calendar .fc-toolbar-chunk .btn-group .btn:before, .Special_Calendar .fc-toolbar-chunk .btn-group .btn:after {
    content: none;
    display: none;
}

.Special_Calendar .fc-toolbar-chunk .btn-group .btn:last-child {
    margin-right: 0;
}

.Special_Calendar .fc-theme-bootstrap.fc a.btn-default.fc-prev-button:before, .fc-theme-bootstrap.fc a.btn-default.fc-next-button:before, .fc-theme-bootstrap.fc .btn-default.fc-prev-button:before, .fc-theme-bootstrap.fc .btn-default.fc-next-button:before, .fc-theme-bootstrap.fc a.btn-primary.fc-prev-button:before, .fc-theme-bootstrap.fc a.btn-primary.fc-next-button:before, .fc-theme-bootstrap.fc .btn-primary.fc-prev-button:before, .fc-theme-bootstrap.fc .btn-primary.fc-next-button:before, .fc-theme-bootstrap.fc a.btn-custom.fc-prev-button:before, .fc-theme-bootstrap.fc a.btn-custom.fc-next-button:before, .fc-theme-bootstrap.fc .btn-custom.fc-prev-button:before, .fc-theme-bootstrap.fc .btn-custom.fc-next-button:before {
    margin: 0;
}

.Special_Calendar .fc-theme-bootstrap.fc .btn-primary.fc-prev-button:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar .fc-theme-bootstrap.fc .btn-primary.fc-next-button:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar .fc-theme-bootstrap.fc .btn-primary.fc-prev-button:after {
    content: none;
    display: none;
}

.Special_Calendar .fc-theme-bootstrap.fc .btn-primary.fc-next-button:after {
    content: none;
    display: none;
}

.Special_Calendar.template-day .calendar-dates > .row .btn.load-previous:after, .Special_Calendar.template-day .calendar-dates > .row .btn.load-next:after, .Special_Calendar.template-month .calendar-dates > .row .btn.load-previous:after, .Special_Calendar.template-month .calendar-dates > .row .btn.load-next:after, .Special_Calendar.template-3-months .calendar-dates > .row .btn.load-previous:after, .Special_Calendar.template-3-months .calendar-dates > .row .btn.load-next:after, .Special_Calendar.template-6-months .calendar-dates > .row .btn.load-previous:after, .Special_Calendar.template-6-months .calendar-dates > .row .btn.load-next:after, .Special_Calendar.template-12-months .calendar-dates > .row .btn.load-previous:after, .Special_Calendar.template-12-months .calendar-dates > .row .btn.load-next:after {
    display: none;
}

@media (max-width: 768px) {
    .Special_Calendar .fc .fc-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .Special_Calendar .fc .fc-toolbar > .fc-toolbar-chunk:nth-child(1) {
        order: 2;
        margin-bottom: 15px;
    }
    .Special_Calendar .fc .fc-toolbar > .fc-toolbar-chunk:nth-child(2) {
        order: 1;
        margin-bottom: 15px;
    }
    .Special_Calendar .fc .fc-toolbar > .fc-toolbar-chunk:nth-child(3) {
        order: 3;
    }
}

/** fullcalendar.io - Tooltip - Styling **/
.popover .popover-title {
    background: #f2f2f2;
}

.popover .popover-content .event-date {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
}

.popover .popover-content .event-date:before {
    content: "\f073";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.popover .popover-content .event-date .date {
    font-weight: 600;
}

.popover .popover-content .event-description {
    display: block;
    margin-bottom: 15px;
}

.popover .popover-content .event-description .event-description-headline-1 {
    display: block;
    font-weight: 600;
}

.popover .popover-content .event-description .event-description-headline-2 {
    display: block;
}

.popover .popover-content .event-category {
    display: block;
}

.popover .popover-content .event-category .event-category-label {
    display: block;
    font-weight: 600;
}

.popover .popover-content .event-category .event-category-name {
    display: block;
}

/** fullcalendar.io - Template Day - Styling **/
.Special_Calendar.template-day .calendar-dates > .row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.Special_Calendar.template-day .calendar-dates > .row .btn {
    margin: 0;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}

.Special_Calendar.template-day .calendar-dates > .row .btn.load-previous:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-day .calendar-dates > .row .btn.load-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-day .calendar-dates > .row .btn.load-previous:before, .Special_Calendar.template-day .calendar-dates > .row .btn.load-next:before {
    margin: 0;
}

.Special_Calendar.template-day .calendar-dates > .row .btn > span {
    display: none;
}

.Special_Calendar.template-day .calendar-dates > .row .headline-wrapper .date-description.headline2 {
    font-size: 1.4625rem;
    color: inherit;
    margin: 0;
}

/** fullcalendar.io - Monatsansicht - Styling **/
.Special_Calendar.template-month .calendar-dates > .row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.Special_Calendar.template-month .calendar-dates > .row .btn {
    margin: 0;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}

.Special_Calendar.template-month .calendar-dates > .row .btn.load-previous:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-month .calendar-dates > .row .btn.load-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-month .calendar-dates > .row .btn.load-previous:before,
.Special_Calendar.template-month .calendar-dates > .row .btn.load-next:before {
    margin: 0;
}

.Special_Calendar.template-month .calendar-dates > .row .btn > span {
    display: none;
}

.Special_Calendar.template-month .calendar-dates > .row .headline-wrapper .date-description.headline2 {
    font-size: 1.4625rem;
    color: inherit;
    margin: 0;
}

/** fullcalendar.io - Drei Monatsansicht - Styling **/
.Special_Calendar.template-3-months .calendar-dates > .row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.Special_Calendar.template-3-months .calendar-dates > .row .btn {
    margin: 0;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}

.Special_Calendar.template-3-months .calendar-dates > .row .btn.load-previous:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-3-months .calendar-dates > .row .btn.load-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-3-months .calendar-dates > .row .btn.load-previous:before, .Special_Calendar.template-3-months .calendar-dates > .row .btn.load-next:before {
    margin: 0;
}

.Special_Calendar.template-3-months .calendar-dates > .row .btn > span {
    display: none;
}

.Special_Calendar.template-3-months .calendar-dates > .row .headline-wrapper .date-description.headline2 {
    font-size: 1.4625rem;
    color: inherit;
    margin: 0;
}

/** fullcalendar.io - Sechs Monatsansicht - Styling **/
.Special_Calendar.template-6-months .calendar-dates > .row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.Special_Calendar.template-6-months .calendar-dates > .row .btn {
    margin: 0;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}

.Special_Calendar.template-6-months .calendar-dates > .row .btn.load-previous:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-6-months .calendar-dates > .row .btn.load-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-6-months .calendar-dates > .row .btn.load-previous:before, .Special_Calendar.template-6-months .calendar-dates > .row .btn.load-next:before {
    margin: 0;
}

.Special_Calendar.template-6-months .calendar-dates > .row .btn > span {
    display: none;
}

.Special_Calendar.template-6-months .calendar-dates > .row .headline-wrapper .date-description.headline2 {
    font-size: 1.4625rem;
    color: inherit;
    margin: 0;
}

/** fullcalendar.io - Zwölf Monatsansicht - Styling **/
.Special_Calendar.template-12-months .calendar-dates > .row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.Special_Calendar.template-12-months .calendar-dates > .row .btn {
    margin: 0;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}

.Special_Calendar.template-12-months .calendar-dates > .row .btn.load-previous:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-12-months .calendar-dates > .row .btn.load-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Special_Calendar.template-12-months .calendar-dates > .row .btn.load-previous:before, .Special_Calendar.template-12-months .calendar-dates > .row .btn.load-next:before {
    margin: 0;
}

.Special_Calendar.template-12-months .calendar-dates > .row .btn > span {
    display: none;
}

.Special_Calendar.template-12-months .calendar-dates > .row .headline-wrapper .date-description.headline2 {
    font-size: 1.4625rem;
    color: inherit;
    margin: 0;
}

.Special_Calendar.template-search .form-group {
    margin-bottom: 30px;
}