.menu-top {
    height: 40px;
}

#ServiceContainer {
	margin-top: 50px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 600px;
}

@media (min-width: 992px){
	.main_calendar {
		float: right;
		width: calc(100% - 220px);
	}
	.nav_calendar{
		float: left;
		width: 210px;
	}
}
@media (max-width: 991px){
	.main_calendar {
		width: 100%;
	}
	.nav_calendar{
		margin-bottom: 10px;
		width: 210px;
	}
}
.calendar_default_colheader_inner {
	white-space: pre-wrap;
    padding: 10px 20px 10px 20px;
    background: #fff3c9 !important;
}
.unpaid {
	background-color: #ee8064;
	cursor: pointer;
}
.unpaid:hover {
  background-color:#e95530;
  text-decoration:none;
  color:#FFFFFF;
}
.paid {
	background-color: #fafa1f;
}
.calendar_table {
	width:100%;
	border-collapse: collapse;
}
.calendar_table th, .calendar_table td {
	padding: 5px;
	border: 1px solid #CCC;
}
.calendar_table th {
	height: 50px;
	background-color: #4CAF50;
}
.calendar_table .calendar_col {
	vertical-align: top;
}
.calendar_table .calendar_content {
	height: 500px;
}

.addNewSection td {
	text-align: center;
}
.serviceAdd {
	float: left;
	background-color: #128fed;
}
.serviceStart {
	background-color: chartreuse;
}
.heading_date{
	font-size: 22px;
}
.side-left {
	float: left;
	width: 48%;
}
.side-right {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.section-heading-one span {
	color: #a41c23;
	font-size: 36px;
	margin: 0 0 20px;
	display: block;
	line-height: 1.1;
	text-align: center;
}