.fc-event-container {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/*!* --------------- Calendar header --------------- *!*/

.fc-toolbar > .fc-left > h2 {
	margin: 0;
	font-size: 23px;
}

/* --------------- Cell render --------------- */

.fc-view-container .fc-event-container a.fc-event {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 1px;
	min-height: 22px;
	cursor: default;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.fc-view-container .fc-event-container a.fc-event > div.pull-right {
	height: auto;
	padding: 0 6px;
	background: #38383826;
	position: relative;
	flex-direction: column;
	justify-content: center;
	display: flex;
	z-index: 100;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 1px solid #38383840;
	max-width: 42px;
	width: 42px;
	font-size: 13px !important;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fc-view-container .fc-event-container a.fc-event > div.pull-right.disabled {
	cursor: no-drop;
}

.fc-view-container .fc-event-container a.fc-event > div.pull-right:not(.disabled):hover {
	background: #38383847;
}

.fc-view-container .fc-event-container a.fc-event > div.pull-right svg {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.fc-view-container .fc-event-container a.fc-event > div:first-of-type {
	margin: 1px;
	max-width: calc(100% - 40px);
	min-width: calc(100% - 40px);
	overflow: hidden;
	word-break: break-word;
	white-space: normal;
	padding: 2px 0 4px 4px;
}

.fc-view-container .fc-event-container a.fc-event.fc-available {
	cursor: default;
}


/* --------------- Holiday --------------- */

.fc-view-container .fc-bg .fc-day.fc-sat, .fc-view-container .fc-bg .fc-day.fc-sun {
	background-color: #f5e1e136 !important;
}

/* --------------- Custom cell classes --------------- */

.fc-view-container .fc-event-container a.fc-event.holiday-item {
	display: flex;
	align-items: center;
	cursor: default !important;
}

.fc-view-container .fc-event-container a.fc-event.holiday-item > div {
	width: 100%;
	text-align: center;
}

/* --------------- Custom backgrounds --------------- */

.fc-view-container .fc-event-container a.fc-event.bg-light-grey {
	border: 1px solid #dadada !important;
	background: #f7f7f7 !important;
	color: #504f4f !important;
	font-size: 0.92em;
}

.fc-event-container {
	height: auto;
	overflow: hidden;
}

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

.fc-view-container .lock-status {
	position: absolute;
	padding: 5px;
	width: 14px;
	height: 14px;
	border-radius: 22px;
	text-align: center;
	z-index: 100;
	right: -16px;
	top: -15px;
	background-color: white;
}

.fc-view-container .lock-status.text-success {
	border: 2px solid #5cb85c;
}

.fc-view-container .lock-status.text-danger {
	border: 2px solid #d9534f;
}

.fc-view-container .lock-status > svg {
	font-size: 14px;
	display: block;
	margin: auto;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
	min-height: 100px;
}

div.fc-widget-header th.fc-widget-header,
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-size: 16px;
}

.fc-day-grid-event {
	margin: 4px !important;
}

.fc-unthemed th.fc-day-header > a, .fc-unthemed th.fc-day-header > span {
	color: #696c80;
}

.fc-h-event.bg-blue-highlighted {
	background: #86C2ED !important;
	text-shadow: 1px 1px #4a7ea2;
}