@import url('./18hx1m.css');

@font-face {
  font-family: 'fontawesome-selected';
  src: url("../eot/f3809p.eot");
  src: url("../eot/vi6s62.eot") format('embedded-opentype'), url("../woff/f3809p.woff") format('woff'), url("../ttf/f3809p.ttf") format('truetype'), url("../svg/vi6s62.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
	border:none\9;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd\9;
	margin-top:-1px\9;
	border-left: 1px solid #ddd\9;
	*border-left: 1px solid #ddd;
}
:root .fc-calendar .fc-row{}
.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
	height:32px\9;
	overflow:hidden\9;
	*height:32px;
	*overflow:hidden;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
	height:28px\9;
	overflow:hidden\9;
	*height:28px;
	*overflow:hidden;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	height:30px\9;
	*height:30px;
	width:  14.28%; 
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	
	position: relative;
}
.fc-calendar .fc-row > div{*+width:  11.7%;  _width:  11.7%;}

.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
	font-size: 12px\9;
	line-height: 16px\9;
	*font-size: 12px;
	*line-height: 16px;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #f00;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}


.fc-calendar .fc-row > div:last-child{border-right: none; border-right: 1px solid #ddd\9;}
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}



.fc-calendar .fc-row:last-child {
	border-bottom: none;
	border-bottom: 1px solid #ddd\9;
}