
.fc-toolbar {
	background: #a1c08b;
	display: inline-block;
	width: 100%;
	float: left;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	height: 45px;
	position: relative;
}

.fc-toolbar .fc-left {
	position: absolute;
	top: 10px;
	left: 25%;
	width: 50%;
	height: 30px;
}

.fc-toolbar .fc-left h2 {
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.fc-toolbar .fc-left h2::after {
	display: none;
}

.fc-toolbar .fc-right {
	width: 100%;
	display: inline-block;
	position: relative;
}

.fc-toolbar .fc-right .fc-today-button {
	background: none;
	color: #fff !important;
	float: left;
	margin: 0;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 40px;
	width: 100px;
	padding: 0;
	text-transform: uppercase;
	font-style: normal;
	font-size: 16px;
}

.fc-toolbar .fc-right .fc-button-group {
	width: 100%;
	display: inline-block;
}

.fc-toolbar .fc-right .fc-button-group .fc-next-button {
	background: none;
	margin: 0 15px 0 0;
	height: 35px;
	width: 35px;
	float: right;
	display: none;
	border: none;
}

.fc-icon.fc-icon-right-single-arrow::after {
	color: #fff;
	content: "5";
	font-family: "ETmodules";
	font-style: normal;
	font-size: 40px;
}

.fc-toolbar .fc-right .fc-button-group .fc-prev-button {
	background: none;
	margin: 0;
	height: 35px;
	width: 35px;
	float: left;
	display: none;
	border: none;
}

.fc-icon.fc-icon-left-single-arrow::after {
	color: #fff;
	content: "4";
	font-family: "ETmodules";
	font-style: normal;
	font-size: 40px;
}

.fc-view-container {
	width: 100%;
	float: left;
}

body .fc .fc-view > table {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

body .fc table {
	border: none !important;
	margin: 0 0 0 0 !important;
	color: #000;
	font-size: 15px;
	line-height: 1.6;
}

body .fc table .fc-head {
	border: none;
	margin: 0;
}

body .fc table td {
	border: none;
	margin: 0;
	padding: 0;
	width: 14.28%;
	text-align: center;
}

body .fc table th.fc-day-header {
	border: none;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 14.28%;
	background-color: #fff;
	font-family: "EB Garamond", serif;
	text-transform: uppercase;
	line-height: 2.8;
	font-size: 17px;
}

body .fc table td.fc-day-number {
	margin: 0;
	background-color: #eee;
	border-right: 2px solid #ccc;
}

body .fc table td.fc-day-number.empty-cell-header {
	background-color: #a1c08b;
}

body .fc table td.fc-day-number.fc-other-month {}

body .fc table td.calendar-enquire {
	margin: 0;
	background-color: #a1c08b;
	border-right: 2px solid #ccc;
}

body .fc table td.calendar-enquire a {
	color: #fff;
}

body .fc table td.calendar-enquire a:hover {
	color: #000;
}

body .fc table td.fc-event-container {
	margin: 0;
	background-color: #eee;
	border-right: 2px solid #ccc;
}

.fc-content-skeleton {
	border-bottom: 2px solid #ccc;
	background-color: #eee !important;
}

.fc-content-skeleton .other-month-cell-header, .fc-content-skeleton .other-month-cell {
	background-color: #eee !important;
}

.dialog-link, .fc-content {
	font-size: 13px;
	padding: 6px;
	line-height: 1.3;
	text-transform: uppercase;
}

.ui-dialog.ui-widget {
	padding: 0;
	border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar {
	background: none;
	border: none;
	font-size: 20px;
	font-family: "EB Garamond", serif;
	text-transform: uppercase;
	font-weight: normal;
}

.booking-enquiry-date-area {
	font-size: 20px;
	font-family: "EB Garamond", serif;
	margin-bottom: 10px;
}

.ui-dialog .ui-dialog-title {
	margin: 0 0 0 35px;
}

.access-lab {
	display: none;
}

.tiv-booking-calendar-key {
	display: inline-block;
	font-size: 16px;
	color: #666;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

.tiv-booking-calendar-key .calender-key {
	display: inline-block;
	padding-right: 20px;
}

.tiv-booking-calendar-key .key {
	background-color: #a1c08b;
	border: 2px solid #ccc;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 1px;
	min-width: 100px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.tiv-booking-calendar-key .key.booked {
	background-color: #eee;
	color: #333;
}

.tiv-booking-calendar-key .lable {
	display: inline-block;
	padding: 0 0 0 10px;
}

@media only screen and ( max-width: 768px ) {
	body .fc table {
		font-size: 13px;
		line-height: 1.6;
	}
	
	.dialog-link, .fc-content {
		font-size: 5px;
	}
	
	body .fc table th.fc-day-header {
		font-size: 10px;
	}
	
	.dialog-link, .fc-content {
		background: #a1c08b;
		color: transparent;
		display: inline-block;
		font-size: 0;
		height: 21px;
		left: 0;
		opacity: .5;
		padding: 0;
		position: absolute;
		top: -21px;
		width: 102%;
	}
	
	body .fc table td.calendar-enquire {
		position: relative;
	}
	
	.dialog-link {
		animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	}
	
	@keyframes blinker {
		from {
			opacity: .5;
		}
		
		to {
			opacity: 0;
		}
	}
	
	.fc-content {
		background: transparent;
	}
	
	.tiv-booking-calendar-key .calender-key {
		clear: both;
		float: left;
		margin-bottom: 9px;
		padding-right: 0;
	}
	
	.tiv-booking-calendar-key .key {
		color: #333;
	}
}

@media only screen and ( max-width: 480px ) {
	.fc-toolbar .fc-right .fc-today-button {
		display: none;
	}
	
	.fc-toolbar .fc-left {
		width: 60%;
	}
	
	.tiv-booking-calendar-key .key {
		float: none;
	}
}
