.custom-calendar-full {

	width: 100%;
	height: auto;
}

.fc-calendar-container {
	height: auto;
	bottom: 0px;
	width: 100%;
	top: 10px;
	position: absolute;
}

.custom-header {

	position: relative;
}

.custom-header h2,
.custom-header h3 {
	float: left;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.custom-header h2 {
	color: #fff;
	width: 60%;
}

.custom-header h2 a, 
.custom-header h2 span {
	color: rgba(255,255,255,0.3);
	font-size: 18px;
	letter-spacing: 3px;
	white-space: nowrap;
}

.custom-header h2 a {
	color: rgba(255,255,255,0.5);
}

.no-touch .custom-header h2 a:hover {
	color: rgba(255,255,255,0.9);
}

.custom-header h3 {
	width: 40%;
	color: #ddd;
	color: #333;
	font-weight: 500;
	line-height: 30px;
	text-align: right;
	padding-right: 125px;
}

.custom-header nav {
	width:100%;
	position: absolute;
	left:0;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span.custom-prev {
	text-align:center;
	width: 100px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	color:#1c4879;
	margin: 0 1px;
	font-size: 18px;
}
.custom-header nav span.nian {
	text-align:center;
	width: 55px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	color:#1c4879;
	margin: 0 1px;
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: 0;
}
.custom-header nav span.yue {
	text-align:center;
	width: 55px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	color:#1c4879;
	margin: 0 1px;
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: 0;
}
.custom-header nav span.custom-year{
	text-align:center;
	width: 60px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	color:#1c4879;
	margin: 0 1px;
	font-size:18px;
}
.custom-header nav span.custom-month{
	text-align:center;
	width: 110px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	color:#1c4879;
	margin: 0 1px;
	font-size: 18px;
	text-transform: capitalize;
}
.custom-header nav span.custom-next {
	text-align:center;
	width:70px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	color:#1c4879;
	margin: 0 1px;
	font-size: 18px;
	float:right;
}
.custom-header nav span{
	float: left;
	display:block;
	color:#1c4879;
}



.custom-header nav span:first-child {
	border-radius: 3px 0 0 3px;
}

.custom-header nav span:hover {
	background: rgba(255,255,255,0.5);
}

.custom-header span:before {
	font-family: 'fontawesome-selected';
	color: #333;
	display: inline-block;
	text-align: center;
	width: 100%;
	text-indent: 4px;
}

.custom-header nav span.custom-prev:before {
	
}

.custom-header nav span.custom-next:before {
	
}

.custom-header nav span:last-child {
	margin-left: 0;
	border-radius: 3px;
}

.custom-header nav span.custom-current:before {
	content: '\27a6';
}


.fc-calendar {
	width: auto;
	top: 0px;
	
	left: 20px;
	right: 20px;
	height: auto;
	position: absolute;
}

.fc-calendar .fc-head { 
	background:#f5f5f7;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 0 0px;
}

.fc-calendar .fc-head > div {
	font-family:"微软雅黑";
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}

.fc-calendar .fc-row > div > span.fc-date {
	color: #6a7883;
	text-shadow: none;
	font-size: 18px;
	font-weight: 300;
	/*bottom: auto;
	right: auto;*/
	/*top: 50%;
	left: 50%;*/
	top: 0;bottom: 0;
	right: 0;left: 0;
	margin: auto;
	/*transform: translate(-50%, -50%);*/
	text-align: center;
}

.fc-calendar .fc-body {
	border: none;
	padding: 0px;
	height:270px;
	background:#f5f5f7;
}

.fc-calendar .fc-row {

	border: none;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none;
}

.fc-calendar .fc-row:first-child > div:first-child {
	border-radius: 10px 0 0 0;
}

.fc-calendar .fc-row:first-child > div:last-child {
	border-radius: 0 10px 0 0;
}

.fc-calendar .fc-row:last-child > div:first-child {
	
}

.fc-calendar .fc-row:last-child > div:last-child {
	
}

.fc-calendar .fc-row > div {
	border: none;
	
	cursor: pointer;
	
}

.fc-calendar .fc-row > div:first-child{
	box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #f5f5f7;
}
.fc-calendar .fc-row > div.fc-today span.fc-date{
	background: #15449c;
	border-radius:50%;
	color:#fff;
	width:35px;
	height:35px;
	display:inline-block;
	line-height:35px;
}


.fc-calendar .fc-row > div > div {
	margin-top: 35px;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.1);
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255,255,255,0.3);
}



.index .fc-calendar .fc-body{
	border: none;
	padding: 0;
	height:auto
}

.index .fc-calendar .fc-row > div {
	box-shadow: -1px 0 0 rgb(220, 220, 220);
	border: none;
	padding: 10px;
	cursor: pointer;
	
}
.index .fc-calendar .fc-row{height:8%;}



.index .fc-calendar .fc-head { 
	background:#e9eaf0;
	color: #333;
	box-shadow: inset 0 1px 0 rgb(220,220,220,);
	border-radius: 0 0 0 0;
	height: 25px;
	line-height: 25px;
	padding: 0 0;
}
.index .fc-calendar .fc-head div{font-size:12px}

.index .fc-calendar {
	width: auto;
	top: 0;
	
	left: 0;
	right: 0;
	height: auto;
	border-radius: 0px;
	position: absolute;
	border:0px solid #c2c2c8
}

.index {
	height: auto;
	bottom: 0px;
	width: 100%;
	top: 0;
	position: absolute;
}
.index-qh{	float:right; width:50%; font-size:12px}










