#script-warning {
	display: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: red;
}
#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
#calendar {
	margin-bottom: 15px;
}
.fc-widget-content{
	position:relative;
}
.fc-content-col{
	height:20px;
}
.fc-event{
	height:41px;
}
.celfix{
	width:14.28%;
	height:41px;
	float:left;
}
.fc-scroller {
	overflow-x: visible !important;
	overflow-y: visible !important;
}
.fc-content {
	white-space: normal !important;
}
.fc-content .fc-time{
	display:none!important;
}
.fc-time {
	font-size: 0.9em;
}
.fc-title {
	font-size: 1.2em;
	font-weight: bold;
	padding-left:5px!important;
	color: #fefefe;
}
.datetime_input {
	width: 114px;
	border: 1px solid #aaa;
	box-shadow: 0 1px 2px #ddd inset;
	color: #333;
	font-size: 14px;
	outline: medium none;
	padding: 4px;
}
.field_moments {}
form .moments_dates {}
form .moments_dates label {
	margin-right: 10px;
	display: inline-flex;
}
form .moments_ends label{
	margin-right: 10px;
	display: inline-flex;
}
form .moments_colors label{
	margin-right: 10px;
	display: inline-flex;
}
.activeadd:hover{
	background:#f7f7f7;
	cursor:pointer;
}

.fc-ltr .fc-axis {
    text-align: center!important;
	text-indent: 0px; 
}
.fc-ltr .fc-axis span{
    text-indent: 0px; 
}


