@font-face {
  font-family: 'fontawesome-selected';
  src: url("../font/fontawesome-selected.eot");
  src: url("../font/fontawesome-selected.eot?#iefix") format('embedded-opentype'), url("../font/fontawesome-selected.woff") format('woff'), url("../font/fontawesome-selected.ttf") format('truetype'), url("../font/fontawesome-selected.svg#fontawesome-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

.fc-calendar-container {
	position: relative;
}

.fc-calendar {
	width: 100%;
	height: 100%;
	font-size: 11px;
	text-align: center;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #a18e61;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
}

.fc-calendar .fc-row {
	width: 100%;
	height: 2.1em;
}

.fc-four-rows .fc-row  {
	height: 2.1em;
}

.fc-five-rows .fc-row  {
	height: 2.1em;
}

.fc-six-rows .fc-row {
	height: 2.1em;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 2.1em;
	width:  14.28%; /* 100% / 7 */
	/*width: -moz-calc(100%/7);*/
	/*width: -webkit-calc(100%/7);*/
	/* width: calc(100%/7); */ 
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	overflow: hidden;
	position: relative;
}
.fc-calendar .fc-row > div > span.fc-emptydate{
	color:#ddd;
}
.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 20px;
	bottom: 2px;
	right: 5px;
	text-align: center;
	color: #2f221b;
}
.fc-calendar .fc-row > div.fc-content > span.fc-date {
	background: #FF833E;
}
.fc-calendar .fc-row > div.fc-content > span.fc-date a {
	text-decoration: underline;
	color:#ffffff;
}

.fc-calendar .fc-row > div time {
	display: none;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	/*background: #fff4c3;*/
}
.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #fff;
	background: #463935;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}
