h2.fc-toolbar-title{
	margin: 0 1rem !important;
	font-size:1.3rem;
	color:#000;
	font-weight:600;
}

.fc-header-toolbar .fc-schdulToday-button{ 
	/*box-shadow:inset 0 0 5px rgba(16, 98, 192, 0.2);*/
	border:1px solid #006cd9;
	color:#006cd9;
}

.fc-header-toolbar .fc-schdulPrev-button{
	width:1.75rem;
	height:1.75rem;
	border-radius:50%;
	font-size:0;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.fc-header-toolbar .fc-schdulNext-button{
	width:1.75rem;
	height:1.75rem;
	border-radius:50%;
	font-size:0;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.fc-header-toolbar .fc-schdulPrev-button:before{
	text-align:center;
	line-height:1.75rem;
	font-family: 'xeicon';
	font-size:.85rem;
	content:"\e93b"; left:5px;
}

.fc-header-toolbar .fc-schdulNext-button:before{
	text-align:center;
	line-height:1.75rem;
	font-family: 'xeicon';
	font-size:.85rem;
	content:"\e93e"; right:5px;
}

.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) > div{ 
	display:flex;
	align-items:center;
}

.fc-day-today{
	background-color: #f2f9ff !important;
	border: 2px solid #4f63c7!important;
}

.fc-col-header-cell{
	text-align: center;
	padding:1rem 0 !important;
	background:#f2f9ff;
}

.fc-day-sun{
	color:#ed3d61;
}

td.fc-day-sun{
	background:#fef2f2;
}

.fc-day-sat{
	color:#e74e05;
}

td.fc-day-sat{
	background:#fffbf2;
}

.fc-view-harness{
	border-top:2px solid #006cd9;
}

.fc-event-main-frame{
	text-align:right;
}

.fc-event-time{
	font-weight:normal !important;
	width:100%;
}

.fc-event-time:before{
	content:"\ea2c";
	font-family: 'xeicon';
	display:inline-block;
	margin-right:.25rem;
	vertical-align: middle;
	color:#fff;
}

.fc-event-title-container{
	width:0 !important;
}

.bg_wa .fc-event-main-frame{
	text-align:right;
	background-image:url('/images/web/spedu/sub/patten1.png');
}

.bg_ap .fc-event-main-frame{
	text-align:right;
	background-image:url('/images/web/spedu/sub/patten3.png');
}

.fc .fc-day-other .fc-daygrid-day-top {opacity:0.9;}




