
.fc-calendar{
	height: 100%;
	width: 100%;
}

.fc-calendar .fc-head{
	background:transparent;
	color:#646060;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.fc-calendar .fc-head>div{
	text-align: center;
	float: left;
	height: 100%;
	width: 14.28%;
	font-size: 14px;
}

.fc-calendar .fc-body{
	position: relative;
	width: 100%;
	height:190px;
}
.index_calendar .fc-calendar .fc-body{
	height:330px;
}
.fc-five-rows .fc-row{
	height: 20%;
	width: 100%;
}
.fc-calendar .fc-row > div{
	background: #fff;
	cursor: default;
	padding: 4px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 14.28%;
	height: 100%;
}
.fc-date{
	text-align: center;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	margin:-14px 0 0 -14px;
	color: #686a6e;
	font-weight: 400;
	position: absolute;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	width: 28px;
}
.fc-today{
}
.fc-today .fc-date{
	background: #37abd6!important;
}
.event{
	cursor: pointer!important;
}
.event .fc-date{
	color: #fff;
	background: #b5b5b5;
}
.fc-today .fc-date{color:#fff;}
.fc-weekday{display: none;}
.fc-calendar .fc-row>div{box-sizing: border-box;}
.fc-calendar .fc-row:last-child{border:none;}
.fc-calendar .fc-row > div:empty{
	background: transparent;
}
.index_calendar .word{bottom:10px;}
.index_calendar .fc-date{font-size: 18px;}
.word{position: absolute;color: #fff;bottom: 1px;font-size: 12px;line-height: 12px;width: 100%;text-align: center;left: 0;}