﻿@charset "UTF-8";
/*!
 * FullCalendar v3.6.2 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
 
/* ==================================== 커스터 마이징 ============================================ */
#cal #schedule { margin-bottom:30px; } 
	#cal #schedule dl {
		display:flex;
		justify-content:space-between;
		padding:30px;
		background-color:#dbdbdb;
	}
	
	#cal #schedule table { table-layout:fixed; }

		#cal #schedule table thead.fc-head table th:nth-of-type(7n+1)	{ color:#f00; }
		#cal #schedule table thead.fc-head table th:nth-of-type(7n+7) { color:#60baff; }

		#cal #schedule table tbody.fc-body table td:nth-of-type(7n+1) { color:#f00; }


		#cal #schedule table thead.fc-head {
			background:#f1f1f1;
			border-left:1px solid #b9b9b9;
			border-right:1px solid #b9b9b9;
			border-top:2px solid #000;
			border-bottom:1px solid #313131;
			color:#484848;
		}
		
			#cal #schedule table thead.fc-head th {
				padding-top:15px;
				padding-bottom:15px;
				font-weight:600;
			}
			
		#cal #schedule table tbody { text-align:left; }
			#cal #schedule table tbody.fc-body {
				border-left:1px solid #ccc;
				border-right:1px solid #ccc;
				border-bottom:1px solid #ccc;
			}
				#cal #schedule table tbody.fc-body td { vertical-align:top; }

				#cal #schedule table th,
				#cal #schedule table td { border:0px; }

				#cal #schedule table tbody.fc-body td.fc-day-top span.fc-day-number {
					display:block;
					padding-top:5px;
					padding-left:6px;
					float:none;
				}

/* div.fc-row.fc-widget-header { border-bottom:1px dashed #ccc; } */
div.fc-row.fc-week.fc-widget-content:not(:last-of-type) div.fc-bg { border-bottom:1px dashed #ccc; }
td.fc-holiday{ background:rgba(255,205,205,1) !important;color:#F00;}
td.fc-today { background:url(/res/img/home/calendar/img-today.png) right top no-repeat #f2f2f2; }
button.fc-button { border:1px solid #fff; background-color:#fff; border-radius:20px; } 
.fc-icon {
	display:inline-block;
	min-height:1em;
	line-height:1em;
	font-size:0.8em;
	text-align:center;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	
	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fc-icon-left-single-arrow:after {
	content:url('/res/img/home/calendar/img-left-arrow.png');
	font-weight:bold;
	font-size:200%;
	top:-7%;
	color:#222;
}

.fc-icon-right-single-arrow:after {
	content:url('/res/img/home/calendar/img-right-arrow.png');
	font-weight:bold;
	font-size:200%;
	top:-7%;
	color:#222;
}

.fc-toolbar {
	width:340px;
	padding:20px;
	background-color:#fff;
	border-bottom:0px;
	text-align:center;
}
	.fc-toolbar.fc-header-toolbar .fc-center {
		font-size:1.8rem;
		color:#222;
	}
		.fc-toolbar.fc-header-toolbar .fc-center h2 {
			padding-top:7px;
			font-family:"SEBANG_Gothic_Regular", sans-serif;
			font-weight:400;
			color:#fff;
		}
.fc button .fc-icon{top:0.1em !important;}



.detail-info{padding:15px;}

	.detail-info > span {
		display:block;
		margin-bottom:10px;
		font-weight:600;
		font-size:.95em;
		word-wrap:break-word;
		word-break:keep-all;
		overflow-wrap:anywhere;
	}

.detail-date {
	display:flex;
	flex-wrap:wrap;
	padding:10px;
}
	.detail-date > div {
		display:flex;
		flex-wrap:wrap;
		width:100%;
		padding:10px;
		margin-bottom:5px;
		border:1px solid #e1e1e1;
	}

		.detail-date > div > span {
			display:block;
			width:50%;
			margin-bottom:5px;
			font-size:.85em;
		}
		
		b.detail-title {
			display:inline-block;
			width:80px;
			padding:3px 5px;
			margin-right:10px;
			background:#9d8c70;
			border-radius:3px;
			color:#fff;
			text-align:center;
		}



/* */
.rent-box {
	padding:3px;
	cursor:pointer;
}
	.rent-box > span { font-size:.81em;}
		.rent-box > span.txt {
			display:inline-block;
			width:80px;
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
			text-align:left;
			color:#000;
			font-weight:600;
			line-height:1.2;
			vertical-align:middle;
		}

span.rent5 {
	display:inline-block;
	padding: 3px 5px;
	margin-right: 5px;
	background:#fcc800;
	color: #FFF;
	text-align: center;
	color:#000;
	font-size:.85em;
}
span.rent2 {
	display: inline-block;
	padding: 3px 5px;
	margin-right: 5px;
	background:#187e7f;
	color: #FFF;
	text-align: center;
	color:#fff;
	font-size:.85em;
}
.rent-agency { display:block; }
.fc-event { margin:2.5px; }

.fc-right > .fc-state-down{border-color:#fff !important;}
button.fc-button:active,
button.fc-button:focus{border:1px solid #fff !important;}

/* 범례 종류 */
.fc-lecture-day { background:#205f9f; color:#fff; } 
.fc-hoilday-day { background:#ff0000; color:#fff; } 

.fc-rentType-2 { background:#7094cc; color:#fff; }
.fc-rentType-5 { background:#46aa87; color:#fff; }

/* ==================================== 커스터 마이징 ============================================ */


/* ==================================== 커스터 마이징 2 ========================================= */
.calendar-default {  }

.calendar-default .fc-toolbar {
	width:100%;
	background-color:#5bb7a3;
	border-radius:10px 10px 0 0;
	border-bottom:1px solid rgba(255,255,255,.3);
}

	.calendar-default .fc-toolbar .fc-today-button {
		display:block;
		width:100px;
		height:40px;
		background-color:transparent;
		border-radius:5px;
		font-weight:600;
		font-size:0.91em;
		color:#fff;
		transition:0.3s all ease-in-out;
		opacity:1;
	}
	.calendar-default .fc-toolbar .fc-today-button:hover,
	.calendar-default .fc-toolbar .fc-today-button:focus { background-color:#023636; border-color:#023636; }

	.calendar-default .fc-toolbar .fc-button { padding:0px; }
	.calendar-default .fc-toolbar .fc-button .fc-icon { display:block; padding:0px; margin:0px; }

	.calendar-default .fc-toolbar .fc-button.fc-prev-button,
	.calendar-default .fc-toolbar .fc-button.fc-next-button,
	.calendar-default .fc-toolbar .ui-datepicker-trigger {
		height:40px;
		padding-left:20px;
		padding-right:20px;
		background-color:transparent;
		border:1px solid #fff;
		border-radius:5px;
		transition:0.3s all ease-in-out;
	}

.calendar-default .fc-header-toolbar .fc-left {
	display:flex;
	justify-content:flex-start;
	width:auto;
}
	.calendar-default .fc-header-toolbar .fc-left .ui-monthpicker-trigger {
		width:50px;
		height:40px;
		margin-left:5px;
		margin-right:5px;
		background-color:#007172;
		border:0px;
		border-radius:5px;
		color:#fff;
		transition:0.3s all ease-in-out;
	}
	
	.calendar-default .fc-header-toolbar .fc-left .ui-monthpicker-trigger:hover,
	.calendar-default .fc-header-toolbar .fc-left .ui-monthpicker-trigger:focus { background-color:#023636; }

.calendar-default .fc-toolbar .ui-datepicker-trigger {
	margin-left:10px;
	background-color:#1ab18c;
	border-radius:5px;
	color:#fff;
}

.calendar-default .fc-toolbar .fc-button.fc-prev-button:hover,
.calendar-default .fc-toolbar .fc-button.fc-prev-button:focus,
.calendar-default .fc-toolbar .fc-button.fc-next-button:hover,
.calendar-default .fc-toolbar .fc-button.fc-next-button:focus,
.calendar-default .fc-toolbar .ui-datepicker-trigger:hover,
.calendar-default .fc-toolbar .ui-datepicker-trigger:focus { background-color:#024041; border-color:#024041; }

.ui-datepicker{ z-index:9999 !important;}

.calendar-default .fc-toolbar .fc-button:active, 
.calendar-default .fc-toolbar .fc-button:focus { border-color:#024041 !important; }

.calendar-default .fc-toolbar .fc-icon-left-single-arrow:after { content:url('/res/img/home/calendar/schedule-arrow-left.png'); }
.calendar-default .fc-toolbar .fc-icon-right-single-arrow:after { content:url('/res/img/home/calendar/schedule-arrow-right.png'); }

.calendar-default .fc-head { overflow:hidden; }
.calendar-default .fc-day-header {
	padding:25px 15px;
	background-color:#5bb7a3;
	font-weight:600;
	font-size:0.91em;
	color:#fff;
}

.calendar-default .fc-sun a { color:#f00; }
.calendar-default .fc-sat a { color:#397adb; }

.calendar-default .fc-event-container {  }
	.calendar-default .fc-event-container .fc-event,
	.calendar-default .fc-event-container .fc-event-dot { background-color:#007172; color:#fff; font-weight:600; transition:0.3s all ease-in-out; }

		.calendar-default .fc-event-container .fc-event.bg-color-default { background-color:#007172; }
		.calendar-default .fc-event-container .fc-event.bg-color-red { background-color:#ff4040; }
		.calendar-default .fc-event-container .fc-event.bg-color-blue { background-color:#00a9ff; }
		.calendar-default .fc-event-container .fc-event.bg-color-green { background-color:#03bd9e; }
		.calendar-default .fc-event-container .fc-event.bg-color-pink { background-color:#ff5583; }
		.calendar-default .fc-event-container .fc-event.bg-color-purple { background-color:#9e5fff; }

		.calendar-default .fc-event-container .fc-event {  }
		.calendar-default .fc-event-container .fc-event:hover,
		.calendar-default .fc-event-container .fc-event:focus { background-color:#1dc28f; cursor:pointer; }
		.calendar-default .fc-event-container .fc-event.active { background-color:#1dc28f; }

.calendar-default .fc-event-container .fc-day-grid-event { padding:4px 5px; }

.calendar-default .fc-event-container .fc-content {
	display:block;
	width:100%;
}
	.calendar-default .fc-event-container .fc-title {
		display:block;
		width:100%;
		word-wrap:normal;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}
  
.calendar-default.fc td.fc-today { border:0px; } 
.calendar-default .fc-row.fc-week.fc-widget-content:not(:last-of-type) .fc-bg { border-bottom:1px solid #ccc; }
.calendar-default .fc-row.fc-week.fc-widget-content .fc-bg { border-bottom:1px solid #ccc; }

.calendar-default .fc-day-number { font-weight:600; cursor:default; pointer-events:none; }
.calendar-default .fc-basic-view .fc-day-number, 
.calendar-default .fc-basic-view .fc-week-number { padding:10px; }

.calendar-default td.fc-today { background:url('/res/img/home/calendar/img-today.png') 5px top no-repeat #ddf5f4; color:#048469; }

.calendar-default.fc td.fc-today a { color:#048469; }

.calendar-default .fc-more {
	display:block;
	width:calc(100% - 8px);
	text-align:center;
	margin-right:4px;
	margin-top:6px;
	border:1px solid #b2b2b2;
	background-color:#fff;
	color:#000;
	font-weight:600;
	padding:4px 0;
	font-size:0.8em;
	transition:0.3s all ease-in-out;
}

.calendar-default .fc-more:hover,
.calendar-default .fc-more:focus {
	background-color:#024041;
	border-color:#024041;
	color:#fff;
	text-decoration:none;
}
 
.calendar-default .fc-view-container {
	/*border-top:1px solid rgba(255,255,255,.6);*/
	overflow:hidden;
}
 
/* 캘린더 팝업 디자인 */
.calendar-popup {
	display:flex;
	justify-content:center;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	position:fixed;
	left:0;
	top:0;
	z-index:1250;
}
	.calendar-popup .pop-frame {
		display:block;
		background-color:#fff;
		box-shadow:3px 3px 6px rgba(0,0,0,.15);
	}

	.calendar-popup .flex-layout { display:flex;  }
	.calendar-popup .flex-start { justify-content:flex-start;  }
	.calendar-popup .flex-center { justify-content:center;  }
	.calendar-popup .flex-justify { justify-content:space-between;  }
	.calendar-popup .flex-end { justify-content:flex-end; -ms-flex-pack:end; }
	.calendar-popup .flex-wrap { flex-wrap:wrap;  }

	.calendar-popup .flex-v-top { align-self:flex-start; }
	.calendar-popup .flex-v-center { align-self:center; }
	.calendar-popup .flex-v-bottom { align-self:flex-end; }

	.calendar-popup .flex-item { align-self:center; }

	.calendar-popup .pop-header {
		display:flex;
		justify-content:space-between;
		align-items:center;
		width:100%;
		padding:22px 30px;
		background-color:#5bb7a3;
	}
		.calendar-popup .pop-header .pop-title,
		.calendar-popup .pop-header .pop-close {
			display:block;
			color:#fff;
		}

		.calendar-popup .pop-header .pop-title {
			font-size:1.34em;
			font-weight:600;
			letter-spacing:-.9px;
		}
		
		.calendar-popup .pop-header .pop-close {
			font-size:2em;
			line-height:1;
			transition:0.3s all ease-in-out;
		}
		.calendar-popup .pop-header .pop-close:hover,
		.calendar-popup .pop-header .pop-close:focus { color:#fcc800; text-decoration:none; }

	.calendar-popup .pop-content {
		display:block;
		width:100%;
		border:1px solid #b2b2b2;
		border-top:0px;
		padding:20px;
	}
		.calendar-popup .pop-content img { max-width:100%; vertical-align:top; }
		
		.calendar-popup .pop-guide-txt {
			display:block;
			width:100%;
			margin-bottom:20px;
			padding:10px;
			background-color:#f1f1f1;
			border:1px solid #ccc;
			text-align:center;
			font-weight:600;
			font-size:0.85em;
		}

		.calendar-popup .schedule-box {
			display:block;
			width:100%;
			overflow-y:auto;
		}
		.calendar-popup .schedule-list {
			display:block;
			width:100%;
			padding:24px 0;
			border-bottom:1px solid #ccc;
		}
		
		.calendar-popup .schedule-list:first-of-type { padding-top:0px; }

		.calendar-popup .schedule-list .schedule-info {
			display:block;
			width:100%;
		}
		
			.calendar-popup .schedule-list .info-title {
				display:block;
				width:100%;
				font-size:1.21em;
				font-weight:600;
				letter-spacing:-.9px;
				word-wrap:break-word;
				word-break:keep-all;
				overflow-wrap:anywhere;
				color:#000;
			}

			.calendar-popup .schedule-list .info-detail {
				display:flex;
				justify-content:space-between;
				flex-wrap:wrap;
				width:100%;
				margin-top:6px;
			}
				.calendar-popup .schedule-list .info-detail .info-date,
				.calendar-popup .schedule-list .info-detail .open-btn { -ms-flex-align:end; align-self:flex-end; -ms-flex-item-align:end; }

				.calendar-popup .schedule-list .info-detail .info-date { font-size:0.85em; }
				
					.calendar-popup .schedule-list .info-detail .info-date .date-title {
						display:block;
						margin-right:10px;
					}
					
					.calendar-popup .schedule-list .info-detail .info-date .box {
						display:block;
						width:100%;
						padding:5px 15px;
						background-color:#26a4a5;
						border-radius:3px;
						font-weight:600;
						color:#fff;
					}
					
					.calendar-popup .schedule-list .info-detail .info-date .date-cont {
						display:block;
						font-weight:600;
					}
					
					.calendar-popup .schedule-list .info-detail .open-btn {
						padding:10px;
						margin-right:10px;
						background-color:#464646;
						border:0px;
						border-radius:5px;
						font-size:0.80em;
						font-weight:600;
						transition:0.3s all ease-in-out;
					}
					
						.calendar-popup .schedule-list .info-detail .open-btn .txt {
							display:block;
							margin-right:20px;
							color:#fff;
						}
						
						.calendar-popup .schedule-list .info-detail .open-btn .icon {
							display:block;
							color:#fff;
						}

					.calendar-popup .schedule-list .info-detail .open-btn:hover,
					.calendar-popup .schedule-list .info-detail .open-btn:focus {
						background-color:#319c9d;
						border-color:#319c9d;
						text-decoration:none;
					}

						.calendar-popup .schedule-list .info-detail .open-btn:hover .txt,
						.calendar-popup .schedule-list .info-detail .open-btn:focus .txt { color:#fff; }

				.calendar-popup .schedule-list .info-detail .detail--frame {
					display:flex;
					justify-content:flex-start;
					align-items:center;
					flex-wrap:wrap;
					width:auto;
				}

			.calendar-popup .schedule-list .schedule-content {
				display:none;
				width:100%;
				margin-top:18px;
				padding:17px;
				background-color:#fafafa;
				border:1px solid #b2b2b2;
			}

				.calendar-popup .schedule-content .file-box {
					margin-bottom:15px;
					padding-bottom:7px;
					border-bottom:1px dashed #b2b2b2;
				}
				
				.calendar-popup .schedule-content .file-box .flex-item { display:block; }
					.calendar-popup .schedule-content .file-box .flex-item.m-r:not(:last-of-type) { margin-right:25px; }
					
				.calendar-popup .schedule-content .file-box .down-btn {
					padding-left:24px;
					margin-bottom:8px;
					background:url('/res/img/home/calendar/img-file-icon.png') no-repeat left center;
				
				}
					.calendar-popup .schedule-content .file-box .down-btn .txt {
						font-weight:600;
						font-size:0.85em;
						color:#000;
					}
					.calendar-popup .schedule-content .file-box .down-btn .icon {
						width:30px;
						height:20px;
						padding-top:3.5px;
						margin-left:12px;
						background-color:#000;
						text-align:center;
					}
						.calendar-popup .schedule-content .file-box .down-btn .icon img { vertical-align:top; }

				.calendar-popup .schedule-content .file-box .down-btn:hover,
				.calendar-popup .schedule-content .file-box .down-btn:focus { text-decoration:none; }

				.calendar-popup .schedule-content .file-box .down-btn:hover .txt,
				.calendar-popup .schedule-content .file-box .down-btn:focus .txt { color:#319d69; }

				.calendar-popup .schedule-content .file-box .down-btn:hover .icon,
				.calendar-popup .schedule-content .file-box .down-btn:focus .icon { background-color:#319d69; }

				.calendar-popup .schedule-content .close-box {
					display:block;
					width:100%;
					margin-top:20px;
				}
					.calendar-popup .schedule-content .close-box .close-btn {
						color:#fff;
						background-color:#656565;
						text-align:center;
						padding:7px;
						font-size:0.85em;
						font-weight:600; display:block; width:150px; margin-left:auto; margin-right:auto; }
					.calendar-popup .schedule-content .close-box .close-btn:hover,
					.calendar-popup .schedule-content .close-box .close-btn:focus { background-color:#007172; text-decoration:none; } 

/* 일정표 범례 커스터마이징 */
ul.legend {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	margin-top:30px;
	padding:8px 15px;
	background-color:#fff;
	border:1px solid #ccc;
	word-break:keep-all;
}
	 
	ul.legend li {
		font-size:0.8em;
		font-weight:600;
	}

	ul.legend .legend-state-box {
		display:flex;
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	
	ul.legend .legend-state-box .legend-state { display:block; }
	ul.legend .legend-state-box .legend-state:not(:last-of-type) { margin-right:15px; }
	 
	ul.legend .ex { display:block; }
	ul.legend li span {
		display:inline-block;
		padding:7px 10px;
		margin-right:5px;
		color:#FFF;
		text-align:center;
	}
		ul.legend .second-legend span { background-color:#187e7f; }
		ul.legend .fifth-legend span { background-color:#fcc800; color:#000; }
		ul.legend .holiday-legend span { background-color:rgba(255,205,205,1);color:#F00}

/* 모바일 */
@media screen and (min-width:1px) and (max-width:639px) {
	/* 캘린더 커스터 마이징 */
	.calendar-default .fc-toolbar { padding-bottom:55px; position:relative; }
	.calendar-default .fc-toolbar .fc-left { position:absolute; left:0px; bottom:0px; width:69%; }
	.calendar-default .fc-toolbar .fc-right { position:absolute; right:0px; bottom:0px; width:30%; }
	
	.calendar-default .fc-toolbar .fc-left .fc-button { width:49%; }
	
	.calendar-default .fc-toolbar .fc-right .fc-today-button { width:100%; }
	
	.calendar-popup .schedule-list .detail--frame .info-date { margin-top:10px; }
	
	/* 캘린더 팝업 디자인 */
	.calendar-popup .pop-frame { width:100%; height:calc(100vh - 70px); margin-top:70px; } 
		
	.schedule-info .info-detail .info-date,
	.schedule-info .info-detail .open-btn { width:100%; }
	
	.schedule-info .info-detail .open-btn { margin-top:6px; width:100%; }
	.schedule-info .info-detail .open-btn.flex-start { justify-content:center;   padding:5px; }
	
	/* 범례  커스터마이징 */
	ul.legend .legend-state-box .legend-state { width:100%; }
	ul.legend .legend-state-box .legend-state:not(:last-of-type) { margin-bottom:7px; }
	
	/* 대관일정 */
	#schedule .fc-toolbar.fc-header-toolbar { width:100%; padding-left:0px; padding-right:0px; }
	#schedule .fc-toolbar.fc-header-toolbar .fc-button { padding:0px; }
	div.fc-toolbar.fc-header-toolbar > div.fc-center { font-size:1em; }
	
}

/* 모바일 & 태블릿 */
@media screen and (min-width:1px) and (max-width:1216px) {
	/* 캘린더 팝업 디자인 */
	.calendar-popup .pop-content { height:calc(100% - 76px); }
	.calendar-popup .schedule-box { height:calc(100% - 58px); }
	
	/* 범례  커스터마이징 */
	ul.legend .legend-state-box,
	ul.legend .ex { width:100%; }
	
	ul.legend .ex { padding-top:10px; margin-top:10px; border-top:1px dashed #ccc; }
}

/* 태블릿 */
@media screen and (min-width:640px) and (max-width:1216px) {
	/* 캘린더 팝업 디자인 */
	.calendar-popup .pop-frame { width:80%; height:calc(100vh - 20%); }
}

/* 태블릿 & PC */
@media screen and (min-width:640px) {
	 /* 캘린더 팝업 디자인 */
	 .calendar-popup .pop-frame { align-self:center; }
	 
	 .calendar-popup .schedule-list .detail--frame .info-date:not(:last-of-type) { margin-right:10px; }
}

/* 모바일 & PC */
@media screen and (min-width:1217px) {
	/* 캘린더 팝업 디자인 */
	.calendar-popup .pop-frame { width:900px; height:800px; } 
			
	.calendar-popup .pop-content { height:calc(100% - 76px); }
	.calendar-popup .schedule-box { height:calc(100% - 58px); }
	
	/* 범례  커스터마이징 */
	ul.legend .ex { padding:7px 10px; }
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc th,.fc-basic-view td.fc-week-number{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#fff}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(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-divider{border-style:solid;border-width:1px}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;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc td,.fc th{vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom: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 .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom: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;font-size:.85em;line-height:1;border-radius:3px;border:0px solid #d4d4d4}.fc-event,.fc-event-dot{background-color:#fff}.fc-event,.fc-event:hover{color:#484848;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.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{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;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;border-right-width:0;padding-right:1px;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{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.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{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.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;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.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-icon:after,.fc-toolbar button{position:relative}.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap3 hr.fc-divider{border-color:inherit}.fc-bootstrap3 .fc-today.alert{border-radius:0}.fc-bootstrap3 .fc-popover .panel-body{padding:0}.fc-toolbar .fc-left{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number,.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.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;left:0;right:0}.fc-day-top.fc-other-month{opacity:.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-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;background-color:#f2f2f2;color:grey}.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{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.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;left:0;right: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{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.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-highlight{position:absolute;left:0;right: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{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-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{font-size:.85em;white-space:nowrap}.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{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.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{border-width:1px 0 0;padding:8px 14px}.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-marker,.fc-list-item-time{white-space:nowrap;width:1px}.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;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}

