#divContingutFullCalendar{	
	height: 100%;	
	max-width:550px;
	width:100%;
	margin:auto;
	margin-top: 8%;
}

#calendar {
		max-width: 900px;
		margin: 0 auto;
}
	
	
/************ THEME	FULLCALENDAR  *****************************/
.fc .fc-axis {
	/*border: 0;*/
}

.fc-agendaDay-view thead{
	/*display:none;*/
}
.fc td, .fc th {
/*border-left: 0px;*/
}

.fc .fc-axis {
font-size: 14px;
color: #7eaac0;
font-weight: bold;
}
.fc-toolbar{
	/*background-color : #c6c6c6;*/
}
.heightCalendar {
height: 800px !Important;
}
.fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
border-color: #c6c6c6;
}

.fc-widget-content{
	background-color: transparent !Important;
}

.fc-slats .fc-minor td {
border-top-style: solid;
}

.fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  height: 20px;
}

.fc-time-grid-event .fc-time {
float: left;
margin-right: 4%;
}

.fc-time-grid-event>.fc-content {
line-height: 200%;
}

.datepick{
    font-size: 60%;
}