  /*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 /* */

.fc-icon,
body .fc {
	font-size: 1em;
}

.fc-button-group,
.fc-icon {
	display: inline-block;
}

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0;
}

.fc-icon,
.fc-unselectable {
	-khtml-user-select: none;
	-webkit-touch-callout: none;
}

.fc {
	text-align: left;

	direction: ltr;
}

.fc-rtl {
	text-align: right;
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon {
	text-align: center;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #dddddd;
}

.fc-unthemed .fc-popover {
	background-color: #ffffff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
	background: #eeeeee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666666;
}

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

.fc-highlight {
	opacity: 0.3;
	background: #bce8f1;
}

.fc-bgevent {
	opacity: 0.3;
	background: #8fdf82;
}

.fc-nonbusiness {
	background: #d7d7d7;
}

.fc-unthemed .fc-disabled-day {
	opacity: 0.3;
	background: #d7d7d7;
}

.ui-widget .fc-disabled-day {
	background-image: none;
}

.fc-icon {
	overflow: hidden;

	height: 1em;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	font-family: 'Courier New',Courier,monospace;
	line-height: 1em;
}

.fc-icon:after {
	position: relative;
}

.fc-icon-left-single-arrow:after {
	top: -7%;

	content: '\02039';

	font-size: 200%;
	font-weight: 700;
}

.fc-icon-right-single-arrow:after {
	top: -7%;

	content: '\0203A';

	font-size: 200%;
	font-weight: 700;
}

.fc-icon-left-double-arrow:after {
	top: -7%;

	content: '\000AB';

	font-size: 160%;
}

.fc-icon-right-double-arrow:after {
	top: -7%;

	content: '\000BB';

	font-size: 160%;
}

.fc-icon-left-triangle:after {
	top: 3%;

	content: '\25C4';

	font-size: 125%;
}

.fc-icon-right-triangle:after {
	top: 3%;

	content: '\25BA';

	font-size: 125%;
}

.fc-icon-down-triangle:after {
	top: 2%;

	content: '\25BC';

	font-size: 125%;
}

.fc-icon-x:after {
	top: 6%;

	content: '\000D7';

	font-size: 200%;
}

.fc button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 2.1em;
	margin: 0;
	padding: 0 0.6em;

	cursor: pointer;
	white-space: nowrap;

	font-size: 1em;
}

.fc button::-moz-focus-inner {
	margin: 0;
	padding: 0;
}

.fc-state-default {
	color: #333333;
	border: 1px solid;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
	background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
	background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
	background-repeat: repeat-x;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

.fc-state-default.fc-corner-left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
	position: relative;
	top: -0.05em;

	margin: 0 0.2em;

	vertical-align: middle;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	text-decoration: none;

	color: #333333;
	background-position: 0 -15px;
}

.fc-state-active,
.fc-state-down {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.fc-state-disabled {
	cursor: default;

	opacity: 0.65;
	background-image: none;
	box-shadow: none;
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
	cursor: pointer;
}

.fc .fc-button-group > * {
	float: left;

	margin: 0 0 0 -1px;

	border: 1px solid green;
}

.fc .fc-button-group > :first-child {
	margin-left: 0;
}

.fc-popover {
	position: absolute;

	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.fc-popover .fc-header {
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
	float: right;
}

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	margin-top: 2px;

	font-size: 0.9em;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0;
}

.fc-divider {
	border-width: 1px;
	border-style: solid;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px;

	border-width: 1px 0;
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.fc table {
	box-sizing: border-box;
	width: 100%;

	table-layout: fixed;
	border-spacing: 0;

	border-collapse: collapse;

	font-size: 1em;
}

.fc td,
.fc th {
	padding: 0;

	vertical-align: top;

	border-width: 1px;
	border-style: solid;
}

.fc td.fc-today {
	border-style: double;
}

a[data-goto]:hover {
	text-decoration: underline;
}

.fc .fc-row {
	border-width: 0;
	border-style: solid;
}

.fc-row table {
	border-right: 0 hidden transparent;
	border-bottom: 0 hidden transparent;
	border-left: 0 hidden transparent;
}

.fc-row:first-child table {
	border-top: 0 hidden transparent;
}

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;
}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;

	padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	border-color: transparent;
	border-bottom: 0;
	background: 0 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
	border-top: 0;
}

.fc-scroller {
	-webkit-overflow-scrolling: touch;
}

.fc-row.fc-rigid,
.fc-time-grid-event {
	overflow: hidden;
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
	position: relative;

	width: 100%;
}

.fc-event {
	position: relative;

	display: block;

	border: 1px solid #3a87ad;
	border-radius: 3px;

	font-size: 0.85em;
	font-weight: 400;
	line-height: 1.3;
}

.fc-event,
.fc-event-dot {
	background-color: #3a87ad;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	text-decoration: none;

	color: #ffffff;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
	cursor: not-allowed;
}

.fc-event .fc-bg {
	z-index: 1;

	opacity: 0.25;
	background: #ffffff;
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;

	display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	display: block;
}

.fc-event.fc-selected .fc-resizer:before {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;

	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;

	content: '';
}

.fc-event.fc-selected {
	z-index: 9999!important;

	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0,0,0,0.3);
}

.fc-h-event.fc-selected:before {
	position: absolute;
	z-index: 3;
	top: -10px;
	right: 0;
	bottom: -10px;
	left: 0;

	content: '';
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	padding-left: 1px;

	border-left-width: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	padding-right: 1px;

	border-right-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	left: -1px;

	cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	right: -1px;

	cursor: e-resize;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	top: -1px;
	bottom: -1px;

	width: 7px;
}

.fc-h-event.fc-selected .fc-resizer {
	top: 50%;

	width: 6px;
	height: 6px;
	margin-top: -4px;

	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 4px;
	background: #ffffff;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px;
}

.fc-day-grid-event {
	margin: 1px 2px 0;
	padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
	margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;

	content: '';

	opacity: 0.25;
	background: #000000;
}

.fc-day-grid-event .fc-content {
	overflow: hidden;

	white-space: nowrap;
}

.fc-day-grid-event .fc-time {
	font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px;
}

a.fc-more {
	margin: 1px 3px;

	cursor: pointer;
	text-decoration: none;

	font-size: 0.85em;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited {
	display: none;
}

.fc-day-grid .fc-row {
	z-index: 1;
}

.fc-more-popover {
	z-index: 2;

	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

.fc-now-indicator {
	position: absolute;

	border: 0 solid red;
}

.fc-unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-tap-highlight-color: transparent
}

.fc-toolbar.fc-header-toolbar {
	display: flex;
	justify-content: space-between;

	margin-bottom: 1em;
}

@media only screen and (max-width:768px) {
	.fc-toolbar.fc-header-toolbar {
		flex-direction: column;
	}
}

.fc-toolbar.fc-footer-toolbar {
	margin-top: 1em;
}

.fc-toolbar > * {
	margin-bottom: 1rem;
}

.fc-toolbar h2 {
	margin: 0;
	padding-right: 1rem;

	line-height: 1;
}

.fc-toolbar .fc-left {
	order: 1;

	white-space: nowrap;
}

.fc-toolbar .fc-right {
	order: 3;

	white-space: nowrap;
}

.fc-toolbar .fc-center {
	order: 2;
}

.fc-toolbar .fc-center .fc-button:before {
	display: inline-block;

	padding: 0 0.6rem 0 0.2rem;

	content: '\f133';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-weight: 600;
}

.fc-toolbar .fc-center .fc-button--show:before {
	content: '\f14a';
}

.fc-toolbar .fc-center .fc-button--hide {
	opacity: 0.5;
}

.fc-toolbar .fc-center .fc-button--hide:before {
	content: '\f0c8';
}

.fc-toolbar .fc-button {
	margin-right: 1rem;
	margin-bottom: 0.5rem;

	letter-spacing: 1px;
	text-transform: uppercase;

	border: none;
	outline: none;
	background-image: none;
	box-shadow: none;
	text-shadow: none;

	font-size: 1.1rem;
	font-weight: 500;
}

.fc-toolbar .fc-button:last-child {
	margin-right: 0;
}

.fc-toolbar .fc-clear {
	display: none;
}

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}

.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fc-view,
.fc-view > table {
	position: relative;
	z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
	padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.fc-day-top.fc-other-month {
	opacity: 0.3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
	padding: 2px;
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
	padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
	float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
	float: left;

	border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
	float: right;

	border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
	min-width: 1.5em;

	text-align: center;

	color: grey;
	background-color: #f2f2f2;
}

.fc-basic-view td.fc-week-number > * {
	display: inline-block;

	min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1em;
}

.fc .fc-axis {
	padding: 0 4px;

	vertical-align: middle;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: 400;
}

.fc-time-grid,
.fc-time-grid-container {
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%;
}

.fc-time-grid table {
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-content-col {
	position: relative
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	left: 0;
}

.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-highlight-container {
	position: relative;
	z-index: 3;
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4;
}

.fc-time-grid .fc-helper-container {
	position: relative;
	z-index: 6;
}

.fc-time-grid .fc-slats td {
	height: 1.5em;

	border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
	background: 0 0;
}

.fc-time-grid .fc-highlight {
	position: absolute;
	right: 0;
	left: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
	position: absolute;
	z-index: 1;
}

.fc-time-grid .fc-bgevent {
	right: 0;
	left: 0;
}

.fc-v-event.fc-not-start {
	padding-top: 1px;

	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	padding-bottom: 1px;

	border-bottom-width: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-time-grid-event.fc-selected {
	overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none;
}

.fc-time-grid-event .fc-content {
	overflow: hidden;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	white-space: nowrap;

	font-size: 0.85em;
}

.fc-time-grid-event.fc-short .fc-content {
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	display: inline-block;

	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: '\000A0-\000A0'
}

.fc-time-grid-event.fc-short .fc-title {
	padding: 0;

	font-size: 0.85em;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	right: 0;
	bottom: 0;
	left: 0;

	overflow: hidden;

	height: 8px;

	cursor: s-resize;
	text-align: center;

	font-family: monospace;
	font-size: 11px;
	line-height: 8px;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: '=';
}

.fc-time-grid-event.fc-selected .fc-resizer {
	bottom: -5px;
	left: 50%;

	width: 8px;
	height: 8px;
	margin-left: -5px;

	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 5px;
	background: #ffffff;
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5;
	right: 0;
	left: 0;

	border-top-width: 1px;
}

.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;

	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;

	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-event-dot {
	display: inline-block;

	width: 10px;
	height: 10px;

	border-radius: 5px;
}

.fc-rtl .fc-list-view {
	direction: rtl;
}

.fc-list-view {
	border-width: 1px;
	border-style: solid;
}

.fc .fc-list-table {
	table-layout: auto;
}

.fc-list-table td {
	padding: 8px 14px;

	border-width: 1px 0 0;
}

.fc-list-table tr:first-child td {
	border-top-width: 0;
}

.fc-list-heading {
	border-bottom-width: 1px;
}

.fc-list-heading td {
	font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
	float: left;
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
	float: right;
}

.fc-rtl .fc-list-heading-alt {
	float: left;
}

.fc-list-item.fc-has-url {
	cursor: pointer;
}

.fc-list-item:hover td {
	background-color: #f5f5f5;
}

.fc-list-item-marker,
.fc-list-item-time {
	width: 1px;

	white-space: nowrap;
}

.fc-ltr .fc-list-item-marker {
	padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
	padding-left: 0;
}

.fc-list-item-title a {
	text-decoration: none;

	color: inherit;
}

.fc-list-item-title a[href]:hover {
	text-decoration: underline;
}

.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fc-list-empty-wrap1 {
	display: table;

	width: 100%;
	height: 100%;
}

.fc-list-empty {
	display: table-cell;

	text-align: center;
	vertical-align: middle;
}

.fc-unthemed .fc-list-empty {
	background-color: #eeeeee;
}

.calendar-event__container {
	width: 200px;
}

.calendar-event__title {
	margin-bottom: 1rem;
}

.calendar-event__time {
	margin-bottom: 1rem;
}

.calendar-event__time:before {
	padding-right: 0.5rem;

	content: '\f017';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-weight: 600;
}

.calendar-event__link {
	float: right;

	margin-top: 0.25em;

	text-decoration: none;
}

.calendar-event__link:before {
	padding-right: 0.5rem;

	content: '\f33d';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-weight: 600;
}

.fc .fc-scroller {
	height: auto !important;
}

.fc .fc-row table {
	margin: 0;
}

.fc .fc-not-end {
	padding-right: 0.5rem !important;

	border-right: 2rem solid rgba(255, 255, 255, 0.2) !important;
}

.fc .fc-not-end:before {
	position: absolute;
	top: 50%;
	right: -1.5rem;

	margin-top: -0.75rem;

	content: '\f324';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-weight: 100;
	line-height: 1;
}

.fc .fc-not-start {
	padding-left: 0.5rem !important;

	border-left: 2rem solid rgba(255, 255, 255, 0.2) !important;
}

.fc .fc-not-start:before {
	position: absolute;
	top: 50%;
	left: -1.5rem;

	margin-top: -0.75rem;

	content: '\f323';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-weight: 100;
	line-height: 1;
}

.fc .fc-event {
	padding: 0.8rem;

	border: none;
}

.fc .fc-event .fc-content {
	white-space: initial;
}

.fc .fc-content .fc-time {
	display: inline-block;

	padding: 0.2rem 4px;

	text-transform: uppercase;

	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.2);

	font-size: 1.1rem;
	font-weight: 100;
	line-height: 1.2;
}

.fc .fc-content .fc-time:before {
	padding-right: 0.2rem;

	content: '\f017';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-weight: 600;
}

.fc .fc-day-header {
	padding: 0.5rem;
}

.fc .fc-day-header span {
	font-weight: 300;
}

.fc .fc-event {
	border-radius: 0;
}

.calendar__subscriptions {
	margin-top: 2rem;

	font-size: 1.1rem;
}

.calendar__subscribe {
	display: inline-block;

	margin: 0 0.3rem 1rem 0.3rem;
	padding: 4px 6px;

	text-decoration: none;

	color: #999999;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
}

.calendar__subscribe:before {
	padding-right: 0.5rem;

	content: '\f274';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-weight: 600;
}