/*calendar style*/


.fc-toolbar.fc-header-toolbar{
	
	margin-bottom: 50px !important;
	
}

.fc th, .fc td {
	
	border-style: none !important;
	padding: 0.2em !important;
}

.fc th{
	
	text-transform: capitalize;
	
	background-color: #f1f1f1;
	border-radius: 2px;
	
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	

	
}

.fc-state-default {
	
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-repeat: none !important;
	border-color: none !important;
	border-color: none !important;
	color: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	
	/*background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	*/
}

.fc-state-default.fc-corner-left {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.fc-state-default.fc-corner-right {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.fc-state-default.fc-Search-button {		
	
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	background-color: #0d57be !important;
	color: #ffffff !important;
	/*font-size: 14px;*/
	font-weight: bold;
	
	padding: 0 20px 0 20px;
	text-align: center;

}


.fc .fc-button-group > * {
	float: left !important;
	margin: 0 0 0 10px !important;
}

		
.fc-state-active.fc-corner-left{

	background-color: #79a4f7 !important;
	color: #ffffff !important;
		
}

.fc-state-active.fc-corner-right{

	background-color: #79a4f7 !important;
	color: #ffffff !important;
		
}		

.fc-state-hover{
	
	background-color: #79a4f7 !important;
	color: #000000 !important;
	opacity: 0.6;
		
}
	
.fc-state-active.fc-today-button{
	
	background-color: #79a4f7 !important;
	color: #ffffff !important;
		
}
	
.fc-state-default.fc-today-button{
			
	background-color: #79a4f7 !important;		
	color: #ffffff !important;
		
}
	
.fc-state-hover,
	.fc-state-hover .fc-button-inner {
	background-color: #79a4f7 !important;
}



.fc-state-disabled{
	
	opacity: 0.7 !important;
		
}

.fc-center h2{
	
	color:#000000 !important;
	
}

.fc-icon{

	/*color: #79a4f7;*/
	color: #000000;
	
}


.fc-button{
	
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 0.5px;
	
	/*background-color: #c0c0c0 !important;*/
	background-color: transparent !important;
	border-style: none !important;
	
}

.fc-view-container {
	
	/*
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #79a4f7 !important;
	*/
}


.fc-day:hover{ background:lightblue; }

.fc-mon:hover{ background:lightblue; }

.fc-tue:hover{ background:lightblue; }

.fc-wed:hover{ background:lightblue; }

.fc-thu:hover{ background:lightblue; }

.fc-fri:hover{ background:lightblue; }

.fc-sat:hover{ background:#adf4fa; }

.fc-sun:hover{ background:#adf4fa; }


.fc-time-grid .fc-slats td {
	
	height: 2.5em;
	
}

.fc-time{
	
	padding-top: 10px !important;
	/*display: inline-block;*/
	
}

 .fc-event-bg {
	opacity: .3 !important;
	}

.fc-content{
	
	padding-left: 5px !important;
	
}

.fc-event{
	
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	
}

.fc-event-item{
	
	/*display: inline-block;*/
	display: block;
	margin-top: 0.2em;
	
}

.break-line{
	
	margin-top: 10px;
	
}

.fc-event-container { 
	
	/*display: none;*/
	
}

/* disable title cut 
off in month view */

.fc-day-grid-event > .fc-content {
	
	white-space: inherit !important;
	
}

.fc-list-item {
	
	color: #c0c0c0;
	
}

.fc-list-item td {
	
	padding: 15px !important;
	/*
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	*/
}


td.fc-widget-header {
	
	padding: 15px !important;
	background-color: #ffffff !important;
	
}