*, *:after, *:before {
	box-sizing: border-box;
}

/*start: form structure*/
.form-row{
	display: block;
	width: 100%;
	vertical-align: middle;
	margin: 2px 0;
}

.form-label-wrap{
	display: inline-block;
	width: 170px;
	vertical-align: top;
}

.form-field-wrap{
	display:inline-block;
	vertical-align: middle;
	width:250px;
}

.form-field-wrap ul li{
	list-style-type: none;
}
/*end: form structure*/


/*start: form elements*/
.form-field-wrap input[type=text]
,.form-field-wrap input[type=email]
,.form-field-wrap input[type=tel]
,.form-field-wrap input[type=password]
,.form-field-wrap select
,.form-field-wrap textarea{
	/*min-width: 250px;*/
	margin: 5px 0 0;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	/*font-family: monospace;*/
	font-size: 1em;
	height: 2.25em;
	line-height: 1.5;
	max-width: 100%;
	padding: 0.4em;
	width: 100%;
}
textarea{
	min-height: 150px;
}
.form-field-wrap input[type="file"] {
	padding: 0;
	margin: 10px 0;
}
/*end: form elements*/



.form-label-wrap label{
	margin: 2px 0 0 0;
}


/* status messages */
#course-enrolment .info, #course-enrolment .success, #course-enrolment .warning, #course-enrolment .error {
	border-style: solid;
	border-width: 1px;
	margin: 10px 0px;
	padding:12px 10px 12px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: .9em;
}
#course-enrolment .success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/app/templates/default/images/status-success.png');
}
#course-enrolment .info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image:url('/app/templates/default/images/status-info.png');
}
#course-enrolment .warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/app/templates/default/images/status-warning.png');
}
#course-enrolment .error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/app/templates/default/images/status-error.png');
}

.required:before {
	content: " ";
}
.required {
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
}


/*validation*/
input.valid, select.valid, textarea.valid, select.valid, input.validation-error, select.validation-error, textarea.validation-error, select.validation-error {
	background: none repeat scroll 0 0 #fff !important;
}




/*start: radios and checkboxes*/
.form-field-wrap .radios label
,.form-field-wrap .checkboxes label{
	display: inline;
}

.form-field-wrap .radios {
	padding: 0;
	margin: 8px 3px 0;
}
.form-field-wrap .radios li{
	margin-right: 10px;
	float: left;
}

.form-field-wrap .checkboxes {
	margin: 8px 3px 0;
}
/*end: radios and checkboxes*/


/*postcode state*/
.readonly_state {
	display: inline-block;
	margin: 6px 0 0;
}


.formhelp{
	padding-top: 3px;
	font-size: x-small;
	text-transform: capitalize;
	background: url(/admin/images/icons/info_16.png) no-repeat 0 49%;
	margin: 3px 0px;
	padding: 0px 20px;
	background-position: 0 0;
	text-transform: none;
	font-style: italic;
	display: inline-block;
	max-width: 250px;
}



/*group enrol*/
.addstudents {
	width: 960px;
}
.addstudents .form-label-wrap {
	display:none;
}
.addstudents .form-field-wrap input[type=text]
,.addstudents .form-field-wrap input[type=email]
,.addstudents .form-field-wrap input[type=tel]
,.addstudents .form-field-wrap input[type=password]
,.addstudents .form-field-wrap select
,.addstudents .form-field-wrap textarea{
	min-width: initial;
}
.addstudents .form-field-wrap{
	width:100%;
}
.row-number {
	white-space: nowrap;
}




/*start:horizontal*/
.horizontal, form.enrolment{
	max-width:600px;
}

.horizontal .form-label-wrap
,.horizontal .form-field-wrap{
	width:100%;
	clear:both;
}
.horizontal .formhelp{
	max-width: initial;
	display: block;
	clear: both;
}
.horizontal > h3 {
	margin: 20px 0 5px;
}
.horizontal .form-row {
	margin: 0 0 15px;
}

/*select course date*/
#form-add-course-date{
	max-width:initial;
}

#form-add-course-date .radios > li {
	clear: both;
}


/*responsive*/
@media (min-width: 768px){
	/*field indentation*/
	.form-row {
		margin: 2px 0 0 10px;
	}
	.horizontal .form-row {
		margin: 0 0 15px 10px;
	}

	/*phone fields inline*/
	.numberonly {
		display: inline !important;
		width: 177px !important;
	}
	.inline-select {
		display: inline !important;
		width: 69px !important;
	}

	/*dob's inline*/
	.date_day {
		display: inline-block !important;
		width: 26% !important;
	}
	.date_month {
		display: inline-block !important;
		width: 40% !important;
	}
	.date_year {
		display: inline-block !important;
		width: 30% !important;
	}
}

@media (max-width: 767px){
	.form-label-wrap
	,.form-field-wrap{
		width:100%;
		clear:both;
	}

	.form-field-wrap input[type=text]
	,.form-field-wrap input[type=email]
	,.form-field-wrap input[type=tel]
	,.form-field-wrap input[type=password]
	,.form-field-wrap select
	,.form-field-wrap textarea{
		width: 100%;
	}
}

@media (max-width: 550px){
	/*collapse the table*/
	#coursestable {
		min-width: 270px;
	}
	#coursestable th, #coursestable td {
		display:flex;
	}
	#coursestable tr{
		float: left;
	}
	#coursestable > tbody > tr:nth-child(3), #coursestable > tbody > tr:nth-child(4) {
		float: none;
	}
	.unitlisting, .classlisting{
		width:100%;
	}
	.classlisting tr:nth-child(n+3) {
		clear: right;
		float: right;
		width: 100%;
	}
	.classlisting tr:nth-child(2) {
		display: none;
	}
	.classlisting td:nth-child(3) {
		display: none !important;
	}
}


/* skip updates 14.8.0 */


#course-enrolment ul.texts {
	margin-bottom:0 !important;
}

form.enrolment .texts {
	list-style: none outside none;
	margin-left: 2.2em;
	padding: 0;
}

.texts img {
	float: left;
	height: 3em;
	padding-right: 1em;
}

.texts img[src=""] {
	display: none;
}


.form-field-wrap select.inline-select{
	font-size:0.95em;
}


/*info panel styles update*/
.infopanel {
	background-color:#fcfcfc;
	width: 71%;
	padding:10px;
	margin: 10px;
	border: 1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.infopanelclose{
	font-size:0;
}

.infopanelclose:after {
	content: "\d7";
	font-size: 27px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
}

.formhelp {
	font-size: smaller;
	font-style: italic;
	margin-left: 10px;
	padding-left: 20px;
	background: url(/admin/images/icons/info_16.png) no-repeat 0 50%;
}

/*requied class updates*/
.form-label-wrap.has-required .required {
	display: none;
}

.form-label-wrap.has-required span:after {
	content: " *";
	white-space: nowrap;
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
}



/* skip updates 14.9.3 */




/* START: updates VET-867 */
.infopanel {
	margin: 10px !important;
	padding: 10px !important;
	width: 100% !important;
	max-width: 600px;
}
.form-row.horizontal .form-field-wrap .checkboxes{
	width: 100%;
}
/* END: updates VET-867 */









/* START: updates VET-869 */
.f-avetmiss_prior_education .form-field-wrap .form-field-wrap {
	width: 70%;
	float: right;
	height: 55px;
}

.f-avetmiss_prior_education .form-field-wrap .form-label-wrap{
	width:30%;
}

.f-avetmiss_prior_education .form-field-wrap .form-label-wrap label {
	display: inline-block;
	margin: 8px 0 0 20px;
}

span.form-error.help-block{
	clear:both;
}
/* END: updates VET-869 */









/* START: updates 15.9.0 */
.formhelp{
	max-width: inherit;
	display: block;
	min-height: 16px;
    padding-top: 1px;
}
.form-label-wrap.horizontal {
	width: 100%;
	clear: both;
}
/* END: updates 15.9.0 */




/* 2016.05.09 | SLA-3898 | ABE Education: Update email field */
#course-enrolment div.form-row.f-email:after {
	max-width: 450px;
	clear: both;
	color: red;
	content: "(Ensure this email is correct as your login details and all correspondence are sent to this email address.)";
	display: inline-block;
	padding: 0 0 0 20px;
	background: url("/admin/images/icons/warning.png");
	background-repeat: no-repeat;
	margin: 0 5px;
}


/* START: updates 16.2.0 */
button.site-button{
    line-height: 1.5em;
    padding: .25em 1em;
    border-radius: 4px;
}

/* employer history step */
.employer-row-display {
    clear: both;
    display: inline-block;
    margin: 0 0 10px;
}
.employer-row-display ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.employer-row-display li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.employment-history-container{
	clear:both;
	display: inline-block;
	width: 100%;
}
.add-employment-history {
    margin: 10px 0;
    clear:both;
}
.employer-row-display .title {
    font-weight: bold;
}
/* END: updates 16.2.0 */



/*2017.04.03 | CHR-425*/
.icheck-item span.form-error.help-block{
	display:none !important;
}

/* START: updates 17.3.0 */
.icheck-item span.form-error.help-block{
	display:none !important;
}
/* END: updates 17.3.0 */


