@import url('demo.css');



.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

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

.fc-calendar {
margin-left:-20px;
margin-right:-20px;
}

.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;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 33%;
	height: -moz-calc(100%/3);
	height: -webkit-calc(100%/3);
	height: calc(100%/3);
}

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

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

.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;
}

.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-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;
}

.fc-calendar .fc-row {
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 50%;
}

.fc-head {
display:none;
}

.custom-header nav span.custom-current:before {
    content: '\27a6';
	visibility:hidden !important;
}

.custom-header nav span:last-child{
visibility:hidden !important;
}

.fc-calendar .fc-row{
   border-radius: none !important;
    background-color: #D8D8D8;
	
}

.fc-calendar .fc-row > div > span.fc-date{
    text-align: right !important;
    text-shadow:none !important;
	left:auto !important;
	right:20px !important;
	float:right !important;
	font-size:19px !important;
}

.fc-calendar .fc-body {
    border: none;
    padding: 0px !important;
}

.custom-header h3 {
    width: 40%;
    color: #ddd;
    color:black !important;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    padding-right: 125px;
}

.pdm{
display:none !important
}

.pdm2{
display:none !important
}

.fc-row:first-child {
display:none !important

}

.custom-header nav span.custom-prev:before {
    content: '<' !important;
	color:black;
}

.custom-header nav span.custom-next:before {
    content: '>' !important;
	color:black;
}

span.fc-weekday{
display:none !important;
}

.custom-month-year{
font-size:14px !important;
    font-weight: bold !important;
margin-top:0px !important;
}

.pdc{
background-color:#7f94a0;
}

.pdc:hover { background-color: black; }
.pdc:active { background-color: black; }

.fc-calendar .fc-row:last-child > div:first-child {
    border-radius: 0 0 0 0px !important;
}

