form.enrolment {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  /*font:100% verdana,arial,sans-serif;*/
  margin: 0;
  padding: 20px;
  min-width: 500px;
  max-width: 600px;
}

#course-enrolment #courses{
	padding: 20px;
}

#course-enrolment p{
	padding: 2px 20px;
}

form.enrolment label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	padding-right: 1em;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form.horizontal label {
	float: none;
	width: auto;
	text-align: left;
	margin-left: 10px;
}

form.enrolment input, form.enrolment textarea, form.enrolment select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	display:inline-block;
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 5px 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background-color: #FBFBFB;
	/*border: 1px solid #ccc;*/
	padding: .25em;
	/*border-radius: 5px;*/
	font-size:12px;
	/*box-shadow: inset 0 0 5px #ccc;*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	/*
	-o-box-shadow: inset 0 0 5px #ccc;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	*/
}
form.enrolment	input:focus, form.enrolment textarea:focus { background-color: white; border-color: #bbb; }

form.horizontal input, form.horizontal textarea, form.horizontal select {
	margin: 5px 5px 5px 10px;
}
#addcourselink,#addstudentlink {
	text-decoration: none;
}

form.enrolment textarea { overflow: auto; }

form.enrolment br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form.enrolment .submit {
	margin-left: 173px;
}
form.horizontal .submit {
	margin-left: 10px;
}
/*
form.enrolment .submit {
	padding: 0.25em 0.75em;
	color: inherit;
	text-shadow: 0 1px white;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-weight: bold;
	min-width: 75px;
	margin-top: 30px;
	box-shadow: 0 0 0px #AAAAAA, 0 0.75em 2px white inset;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-shadow: 0 0 0px #aaa, inset 0 0.75em 2px white;
	-moz-box-shadow: 0 0 0px #aaa, inset 0 0.75em 2px white;
	-webkit-box-shadow: 0 0 0px #aaa, inset 0 0.75em 2px white;
}
form.enrolment .submit:focus { border-color: #aaa; }
form.enrolment .submit:active {
	border-color: #aaa;
	box-shadow: 0 0 0px #aaa, inset 0 -1em 2px white;
	-o-box-shadow: 0 0 0px #aaa, inset 0 -1em 2px white;
	-moz-box-shadow: 0 0 0px #aaa, inset 0 -1em 2px white;
	-webkit-box-shadow: 0 0 0px #aaa, inset 0 -1em 2px white;
}
*/
form.enrolment .submit {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px/100%;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-decoration:none;
}

form.enrolment .submit:visited, form.enrolment .submit:focus, form.enrolment .submit:hover, form.enrolment .submit:active {
	color: #606060;
	text-decoration: none;
}
form.enrolment .submit {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
form.enrolment .submit:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
form.enrolment .submit:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


.enrolment h3 {
	/*margin-top: 1em;*/
}

#course-enrolment p, #course-enrolment ul, #course-enrolment ol, #course-enrolment table {
	margin-bottom: 1em !important;
	margin-top: 0 !important;
}
#course-enrolment img {
	margin: auto !important;
}

#course-enrolment .required {
	color: #FF0000;
	font-weight: bold;
}
#course-enrolment label .required {
	margin-right: -1em;
}
/* status messages */
#course-enrolment .info, #course-enrolment .success, #course-enrolment .warning, #course-enrolment .error, p.error, p.success {
	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, p.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, p.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/app/templates/default/images/status-error.png');
}
#course-enrolment  .steps {
	color: #333333;
	/*font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana,sans-serif;*/
	font-size: 1.6em;
	display: block;
	border-bottom: 1px solid #E1E1E1;
	padding: 0 20px;
	padding-bottom: .3em;
	margin-bottom: 10px;
	margin-top: 1em;
}
.grid {
	font-size: 85%;
}
input.grid {
	margin: 2px !important;
}

form.enrolment input[type=text],form.enrolment input[type=password],form.enrolment select{
	width:200px;
}
form.enrolment select {
	width:208px;
}
#postalpostcode,#postcode{
	width:200px !important;
}
#title,#city,#postalcity,#state,#postalstate{
	width:208px !important;
}
#avetmiss_country,#avetmiss_language{
	width:300px !important;
}
#dob_day,#dob_month,#dob_year{
	width:55px !important;
}
#homephone_code,#workphone_code,#mobilephone_code,#emergencyphone_code{
	width:55px !important;
}
#homephone_number,#workphone_number,#mobilephone_number,#emergencyphone_number,#emergencymobile_number{
	width:125px !important;
}


#client_login {
    clear: left;
}

#client_login .formRow > span:nth-child(3) {
    margin-left: 150px;
}

#div_login {
    margin-bottom: 1em;
}

form.enrolment.horizontal select {
    width: 300px;
}

/* START: updates 13.12.1 */
.formhelp{
	padding-top: 3px;
	margin-left: 180px;
	font-size: x-small;
	text-transform: capitalize;
	background: url(/admin/images/icons/info_16.png) no-repeat 0 49%;
}
.chzn-container {
	margin-left: 10px;
}
form.horizontal .formhelp{
	margin-left: 15px;
}
#course-enrolment .steps {
	margin-bottom: 0;
}
form.enrolment select {
	width:208px;
}
#title,#city,#postalcity,#state,#postalstate{
	width:208px !important;
}
#course-enrolment p, #course-enrolment ul, #course-enrolment ol, #course-enrolment table {
	margin-bottom: 1em !important;
	margin-top: 0.25em !important;
}
#dob_day, #dob_month, #dob_year {
	width: 56px !important;
	margin: 3px 3px 0;
}
#dob_day{
	margin-left:10px;
}
#dob_month{
	width: 71px !important;
}
#dob_year {
	width: 61px !important;
}
#homephone_code,#workphone_code,#mobilephone_code{
	width: 60px !important;
}
#homephone_number,#workphone_number,#mobilephone_number{
	margin-left: 5px;
}
#course-enrolment label .required {
	margin-right: -8px;
}
#sameaddress{
	margin: 6px 3px 3px 173px;
}
/* END: updates 13.12.1 */

.addstudents input, .addstudents select {
	width: inherit !important;
}

#addstudents .grid > table {
    margin: 0;
}
#addstudents .grid select {
    margin: 0;
}












/* START: updates 14.7.0 */
form.enrolment span.readonly {
	margin: 5px 5px 0 10px;
}
/* END: updates 14.7.0 */

































































/* START: updates 14.8.0 */
form.enrolment .form-label-wrap {
	display: inline;
	padding-top: 5px;
	width: 165px;
}

form.enrolment label {
	width: 170px;
}

.form-field-wrap {
	display: inline-block;
	width: 60%;
}
form.enrolment.horizontal .form-field-wrap {
	width: 100%;
}

form.enrolment.horizontal .form-label-wrap {
	display: block;
	width: 100%;
}

form.horizontal label {
	width:auto;
}

form.enrolment .site-button {
	margin-left: 180px;
}
form.horizontal .site-button {
	margin-left: 10px;
}


.form-row {
	clear: both;
	width: 100%;
}

.form-label-wrap label{
	clear: left;
}

form.enrolment span.readonly {
	display: inline-block;
	margin: 5px 5px 0 10px;
}

form.enrolment input[type="text"], form.enrolment input[type="password"], form.enrolment input[type="email"], form.enrolment input[type="tel"], form.enrolment select, form.enrolment textarea {
	width: 200px;
	min-width: 5px;
}

form.enrolment select.inline-select {
	width: 55px;
}

form.enrolment input.numberonly {
	width: 125px !important;
}

.date_day,.date_month,.date_year{
	width: 56px !important;
	margin: 3px 2px 0 !important;
}
.date_day{
	margin-left:10px !important;
}
.date_month{
	width: 71px !important;
}
.date_year{
	width: 61px !important;
}

.form-field-wrap label {
	display: inline !important;
	float: none !important;
	clear:none !important;
}
.enrolment label .required {
	display: inline-block;
	width: 15px;
}
.form-field-wrap li{
	list-style-type:none;
}
.form-field-wrap .radios {
	padding: 0 12px;
	margin: 0;
}
.section-print-container {
	float: right;
}
form.enrolment textarea {
	height: 100px;
}
form.enrolment.horizontal textarea {
	height: 100px;
	max-width: 550px;
	width: 100% !important;
}

form.horizontal label {
	margin-left:auto;
}

form.enrolment p {
	padding: 2px 10px !important;
}

#course-enrolment .info, #course-enrolment .success, #course-enrolment .warning, #course-enrolment .error {
	padding: 12px 10px 12px 50px !important;
}

form.enrolment .formhelp{
	margin-left:193px;
	padding: 0px 20px !important;
	background-position: 0 0;
	text-transform: none;
}
form.enrolment .form-field-wrap .formhelp{
	margin-left:10px;
}

form.enrolment label .required {
	display: inline;
}

form.enrolment label .required:before {
	content: " ";
}

select[name=avetmiss_language]{
	text-transform: capitalize;
}

form.enrolment input[type="submit"] {
	min-width: 100px;
}

form.enrolment.horizontal input[type="submit"] {
	margin-left: 0px;
}

#course-enrolment ul.checkboxes {
	margin-bottom:0 !important;
}

form.enrolment .radios, form.enrolment .checkboxes {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.chosen-container.chosen-container-single {
	margin-left: 10px;
}

/* radio boxes: if there are only two then do side by side. http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/ */
/* two items */
ul.radios li:first-child:nth-last-child(2)
,ul.radios li:first-child:nth-last-child(2) ~ li {
	display: inline;
}

/*group enrol*/
.addstudents input, .addstudents select{
	width: auto !important;
}
.addstudents {
	width: 800px;
}
.addstudents .form-label-wrap {
	display:none;
}
.addstudents .form-field-wrap {
	width:100%;
	padding-right:3px;
}
.addstudents .form-field-wrap input{
	margin-left: 0;
}
.addstudents .date_day, .addstudents .date_month, .addstudents .date_year {
	margin: 5px 0 0 !important;
}
.addstudents input[type="text"]
,.addstudents input[type="email"]
,.addstudents input[type="tel"] {
	max-width:130px;
}

@media (max-width: 767px) {
	.form-field-wrap{
		display:block !important;
	}
	.form-label-wrap label{
		text-align:left !important;
	}
	.form-label-wrap label{
		margin-left:10px !important;
		width:100% !important;
	}
	.form-field-wrap{
		clear:both !important;
	}
	.form-field-wrap .radios {
		margin: 0 !important;
		padding: 0 !important;
	}
	form.enrolment input[type="submit"] {
		margin-left: 10px !important;
	}
}
/* END: updates 14.8.0 */










/* START: updates 14.9.3 */
/*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 1px;
}

/*requied class updates*/
.form-label-wrap.has-required span.required {
	display: none;
}

.form-label-wrap.has-required span:after {
	color: red;
	content: " *";
	white-space: nowrap;
}
/* server side validation messages */
.question-validation{
	color:red;
}
/* END: 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 */






/* 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 */





/* START: updates 17.3.0 */
.icheck-item span.form-error.help-block{
	display:none !important;
}
/* END: updates 17.3.0 */



























/* START: updates VET-18192 */
@media only screen and (min-width: 768px) {
	#course-dates,#coursestable{
		border-collapse: separate;
        border-radius: .25rem;
        border: 1px solid #ddd;
    }
	#course-dates td,#course-dates th,
	#coursestable td,#coursestable th{
        padding: .5rem;
        line-height: 1.2rem;
        font-size: 1em;
        text-align: left;
    }
    #course-dates [align="right"],
    #coursestable [align="right"]{
		text-align: right;
	}
    #course-dates .xs-label,#coursestable .xs-label{
        display: none;
    }
    #course-dates .classrow,#course-dates .unitrow,
    #coursestable .classrow,#coursestable .unitrow{
        display: table-row;
    }
    #course-dates .classrow > td,#course-dates .unitrow > td,
    #coursestable .classrow > td,#coursestable .unitrow > td{
        border-bottom: 0;
    }
    #course-dates .vacancies-display,#course-dates .enrol-display,
    #coursestable .vacancies-display,#coursestable .enrol-display{
        text-align: right;
    }
    #course-dates .classrow .classlisting > table,#course-dates .unitrow .unitlisting > table,
    #coursestable .classrow .classlisting > table,#coursestable .unitrow .unitlisting > table{
        margin:0;
    }
}
@media only screen and (max-width: 767px) {
    #course-dates,#coursestable{
        border-radius: .25rem;
        border: 1px solid #ddd;
    }
	#course-enrolment h2,#course-enrolment h3{
		padding:0 .5rem;
	}
	.form-label-wrap{
		padding:0 .5rem;
	}
	.form-field-wrap{
		padding:0 .5rem;
		width:100%
	}
	#course-enrolment > p{
		padding:0 .5rem;
	}
	#course-enrolment .form-row{
		margin-bottom: 1rem;
	}
    #course-dates .table-header,#coursestable .table-header{
        display: none;
    }
    #course-dates td,#course-dates th,
    #coursestable td,#coursestable th{
        font-size: 1em;
    }
    #course-dates .course-row,#coursestable .course-row{
        display: block;
        float: none;
        border-radius: 0.25rem;
    }
    #course-dates .course-row td,#coursestable .course-row td{
        display: flex;
        padding:0.5rem;
        line-height: 1.4;
        font-size: 15px;
    }
    #course-dates .course-row td:last-child,#coursestable .course-row td:last-child{
        border-bottom: 0;
    }
    #course-dates .xs-label,#coursestable .xs-label{
        display: inline-block;
        flex: 0 0 75px;
        padding-right: 1rem;
        font-weight: bold;
        text-align: left;
    }
    #course-dates .classrow > td,#course-dates .unitrow > td,
    #coursestable .classrow > td,#coursestable .unitrow > td{
    	display: block;
        padding:0;
	}
    #course-dates .classrow,#course-dates .unitrow,
    #coursestable .classrow,#coursestable .unitrow{
        float: none;
        display: block;
        margin:.75rem;
        font-size: 14px;
    }
    #course-dates .classrow > td,#course-dates .unitrow > td,
    #coursestable .classrow > td,#coursestable .unitrow > td{
        border-bottom: 0;
    }
    #course-dates .classrow .classlisting > table,#course-dates .unitrow .unitlisting > table,
    #coursestable .classrow .classlisting > table,#coursestable .unitrow .unitlisting > table{
        width:100%
    }
    #course-dates .classrow .classlisting tr,#course-dates .unitrow .unitlisting tr,
    #coursestable .classrow .classlisting tr,#coursestable .unitrow .unitlisting tr{
        float: none;
    }
    #course-dates .classrow .classlisting td,#course-dates .unitrow .unitlisting td,
    #coursestable .classrow .classlisting td,#coursestable .unitrow .unitlisting td{
        display: table-cell;
        padding-right: 10px;
        line-height: 1.4;
    }
    #coursestable .pricecell span:not(.xs-label){
        display: block;
        margin-right: 10px;
    }
    #coursestable .pricecell span:not(.xs-label):nth-child(n+3){
        margin:0 10px 0 20px;
    }
    .addstudents{
    	width: auto;
	}
	.addstudents .studentRow{
		position: relative;
	}
	.addstudents .studentRow > div > .row-number{
		display:block;
		margin-top:15px;
	}
	.addstudents .studentRow > div > .name{
		display:block;
	}
	.addstudents .studentRow > div > .price{
		position:absolute;
		right:0.2em;
		top:25px;
		margin:0
	}
	.addstudents .studentRow .remove{
		position:absolute;
		right:0.2em;
		top:0px;
	}
	.addstudents .studentRow > .tableRow{
		padding:0;
	}
    .addstudents .studentRow > .tableRow > .tableCell{
    	float:none;
    	width:100% !important;
	}
	.addstudents .studentRow > .tableRow > .tableCell .form-field-wrap{
		padding:0;
	}
	.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{
		width: 100%;
	}
	#studenttable{
		padding:0 .5rem;
	}
}
/* END: updates VET-18192 */

























