.enroll_section{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px dashed #fbe02c;
	border-bottom: 2px dashed #fff;
}
.enroll_section_title{
	text-align: center;
	color: #008BCC; /*theme blue*/
}
/* =============================================================================
  DAY PICKER
   ========================================================================== */
.form_enroll_day{
	height: 45px;
	float: left;
	margin: 0 0.25%;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form_enroll_day:hover{	
	background: #eee;
    background: rgba(255,255,255, .9);
}
	.form_enroll_day label{
		cursor: pointer;
	}
		.form_enroll_day label h5{
			padding: 8px 0;
		}
	.form_enroll_day input[type='checkbox']{
		display: none;
	}
.form_enroll_day_7{
	width: 13.75%;
}
.form_enroll_day_5{
	width: 19.5%;
}

/* =============================================================================
  Children
   ========================================================================== */
.children_wrapper{
	list-style: none;
	padding: 0;
	margin: 0;
}
#add_child{
	cursor: pointer;
	text-align: center;
	padding: 15px 0;
	background: rgba(255,255,255, .25)
}
	#add_child:hover{
		background: rgba(255,255,255, .4)
	}
.child_remove{
	cursor: pointer;
	padding: 15px 0;
	display: table;
	color: #D62D21; /*Alert Red */
}
.child_max_alert{
	text-align: center;
	display: none;
}
/* =============================================================================
  EXTRAS
   ========================================================================== */
.form_enroll_extra{
	height: 45px;
	float: left;
	margin: 0 0.25%;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
	.form_enroll_extra label{
		cursor: pointer;
	}
		.form_enroll_extra label h5{
			padding: 8px;
		}
	.form_enroll_extra input[type='checkbox']{
		display: none;
	}
/* =============================================================================
  SPAN
   ========================================================================== */
.item_active{	
	background: #4593aa !important;
	color: #fff;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {

}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 479px) {

}