/*
Initial styling for abr-course-schedule plugin
*/

.course_location
{
	margin: 0px;
}
.abr-cs-submit,
.abr-download-link
{
	background-color: #0EAFB5;
	color: #fff;
	border:none;
	padding: 5px 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}

.abr-download-link
{
	float: right;
}

.abr-cs-submit:hover,
a.abr-download-link:hover
{
	color: #ffffff;
	background: #444;
}

#abr-enrolment-wrapper
{
	padding: 20px 0px;
	color: #0EAFB5;
}
#abr-cs-enrollment-form .nowrap
{
	white-space: nowrap;
}

#abr-cs-enrollment-form a
{
	text-decoration: underline;
	color: #0EAFB5;
	font-weight: bold;
}

#abr-cs-enrollment-form a:hover
{
	color: #444;
	text-decoration: none;
}

#abr-cs-enrollment-form label
{
	display: initial;
	font-size: 13px;
}

#abr-cs-enrollment-form td > label
{
	width: 30%;
	display: inline-block;
}

#abr-cs-enrollment-form td > select,
#abr-cs-enrollment-form td > textarea,
#abr-cs-enrollment-form td > input
{
	width: 65%;
	margin: 0;
}

#abr-cs-enrollment-form .one-column label{
	width: 30%;
	max-width: 145px;
}
#abr-cs-enrollment-form .one-column input{
	width: 40%;
}

#abr-cs-enrollment-form .three-column label{
	width: auto;
	min-width: 155px;

}
#abr-cs-enrollment-form .three-column input[type="text"]{
	width: 25%;
	min-width: 235px;
    margin-left: 3px;
}
#abr-cs-enrollment-form .three-column input[type="text"]:first-child{
	margin: 0px;
}

#abr-cs-enrollment-form .tc label{
	width: auto;
}
#abr-cs-enrollment-form .tc input{
	width: auto;
}

#abr-cs-enrollment-form .abr-options label
{
	width: auto;
}

#abr-cs-enrollment-form .abr-options label:first-child
{
	width: 75%;
}

#abr-cs-enrollment-form .two-half-column label,
#abr-cs-enrollment-form .two-half-column input
{
	width: 25%;
}

#abr-cs-enrollment-form .two-half-column select
{
	width: 15%;
	margin-right: 3.5%;
}

#abr-cs-enrollment-form .abr-options.one-half-column label,
#abr-cs-enrollment-form .abr-options.one-full-column label
{
	display: inline-block;
	width: auto!important;
	margin-right: 20px;
}

#abr-cs-enrollment-form input[type="text"],
#abr-cs-enrollment-form input[type="email"]
{
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#abr-cs-enrollment-form .error
{
	border-color:red;
	color:red;
}
#abr-cs-enrollment-form .error_summary
{
	color:red;
}

#abr-cs-enrollment-form .course_details p:first-child
{
	text-transform:Capitalize;
}

#abr-cs-enrollment-form .course_details p:first-child strong
{
	margin-left:5px;
}


#abr-cs-enrollment-form input[type="radio"]
{
	-webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}

#abr-cs-enrollment-form input[type="radio"]
{
	margin-top:-2px;
}

#abr-cs-enrollment-form .dietary_requirements > label:first-child
{
	width: 100%;
}

#abr-cs-enrollment-form .dietary_requirements > *
{
	display: block;
}

#abr-cs-enrollment-form .dietary_requirements input[type="checkbox"],
#abr-cs-enrollment-form .tc input[type="checkbox"]
{
	margin-right: 5px;
	margin-top: 0px;
}

#abr-cs-enrollment-form .user_diet_req_other_checked
{
	display:none;
}

#ui-datepicker-div
{
	z-index: 99999!important;
}

/*loader*/
.abr-loader{
  height: 20px;
  width: 20px;
  text-align: center;
  /*display: inline-block;*/
  vertical-align: top;
  display: none;
}

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

@media	screen and (max-width: 992px){
	#abr-cs-enrollment-form table th{
		width: 100%;
		display: block;
		border-bottom: 1px solid #dddddd;
	}
	#abr-cs-enrollment-form table td{
		width: 100%;
		display: block;
		border: none;
	}
	#abr-cs-enrollment-form td label{
		width: 20%!important;
		display: inline-block;
		max-width: initial!important;
	}
	#abr-cs-enrollment-form select,
	#abr-cs-enrollment-form input[type="text"],
	#abr-cs-enrollment-form input[type="email"]{
		width: 75%;
	}
	
	#abr-cs-enrollment-form input[type="text"],
	#abr-cs-enrollment-form input[type="email"]{
		box-sizing: border-box;
  		padding: 15px;
	}
	#abr-cs-enrollment-form .three-column{
		text-align: center;
	}
	#abr-cs-enrollment-form .three-column label{
		display: block;
		text-align: left;
	}
	#abr-cs-enrollment-form .three-column input[type="text"]{
		width: 30%;
	}
	#abr-cs-enrollment-form .dietary_requirements label,
	#abr-cs-enrollment-form .course_details label{
		display: inline-block;
		width: 95%!important;
	}

	#abr-cs-enrollment-form .two-half-column label
	{
		width: 15%;
	}

	#abr-cs-enrollment-form .two-half-column select
	{
		margin-right:  4.5%;
	}

	#abr-cs-enrollment-form .two-half-column input
	{
		width: 35%;
	}

	#abr-cs-enrollment-form .abr-options label:first-child{
		width: 100%;
	}
}

/*iphone*/
@media	screen and (max-width: 667px){

}

/*small screens*/
@media	screen and (max-width: 420px){
	#abr-cs-enrollment-form label,
	#abr-cs-enrollment-form td label,
	#abr-cs-enrollment-form select,
	#abr-cs-enrollment-form input[type="text"],
	#abr-cs-enrollment-form input[type="email"]{
		width: 95%!important;
		margin: 0px auto!important;
		display: block;
		text-align: center;
	}

	#abr-cs-enrollment-form .abr-options label:first-child
	{
		display: block;
	}

	#abr-cs-enrollment-form .abr-options,
	#abr-cs-enrollment-form table td.abr-cs-submit-wrapper
	{
		text-align: center;
	}

	#abr-cs-enrollment-form table td
	{
		padding-right: 0px;
		padding-left: 0px;
	}
}