.fc-toolbar{
	background: rgb(238,238,238);
	margin-bottom: 0px;
	position: relative;
	border: 1px solid #AAA;
	margin-bottom: 10px;
}
.fc-toolbar .fc-left{
	width: 100%;
}
.fc-toolbar .fc-right{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.fc-toolbar .fc-button{
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	background: rgb(204, 204, 204);
	color: #FFF;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.fc-toolbar .fc-button:not(.fc-state-disabled):hover{
	background: #ED8323;
}
.fc-toolbar .fc-today-button{
	padding: 0;
	width: 50px;
	color: #464646;
	left: 10px;
}
.fc-toolbar .fc-reloadButton-button{
	left: 70px;
	width: 80px;
	color: #464646;
}
.fc-toolbar .fc-prev-button{
	right: 60px;
}
.fc-toolbar .fc-next-button{
	right: 10px;
}
.fc-toolbar .fc-left h2{
	width: 100%;
	text-align: center;
	color: #464646;
}

.fc-widget-header .fc-day-header{
	background: #454341;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ED8323;
}
.fc-day-number{
	padding-left: 5px !important; 
	text-align: left !important;
	background: rgb(229,229,229) !important;

	border-color: #AAA #AAA transparent #FFF !important;
	border-width: 1px !important;
	border-style: solid !important;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
	border-color: #AAA !important;
}
.calendar-wrapper .form-group{
	margin-bottom: 20px !important;
}
.calendar-wrapper .form-control{
	width: 100% !important;
}
.calendar-wrapper label{
	display: block;
	margin-bottom: 10px !important;
}
.fc-event{
	background-color: #ED8323 !important;
	border-color: #ED8323 !important;
}
.fc-event.disabled{
	background: rgb(247, 247, 247) none repeat scroll 0% 0% !important;
	border: medium none !important;
	color: #969595;
	text-transform: uppercase;
}
.fc-highlight{
	background: #30AFEF !important;
	opacity: 0.5 !important;
}

.fc-row .fc-highlight-skeleton{
	z-index: 5;
}
.calendar-wrapper .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	z-index: -1;
}
.calendar-wrapper .overlay.open{
	background: rgba(255,255,255, 0.7);
	z-index: 999;
}
.calendar-wrapper .overlay .spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) transllateY(-50%)
	-ms-transform: translateX(-50%) transllateY(-50%)
	-o-transform: translateX(-50%) transllateY(-50%)
	transform: translateX(-50%) transllateY(-50%)
}
@media (max-width: 1380px){
	.fc-toolbar{
		height: 60px !important;
	}
	.fc-toolbar .fc-left{
		position: absolute !important;
		left: 0px !important;
		width: 100% !important;
		top: -45px !important;
	}
}