/*
    Common
*/

.wizard,
.tabcontrol
{
	display: block;
	width: 100%;
}

.wizard a,
.tabcontrol a
{
	outline: 0;
}

.wizard ul,
.tabcontrol ul
{
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
	display: block;
	padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
	position: absolute;
	left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
	position: absolute;
	left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
	position: relative;
	display: block;
	width: 100%;
}

.wizard.vertical > .steps
{
	display: inline;
	float: left;
	width: 30%;
}

.wizard > .steps .number
{
	font-size: 1.429em;
}

.wizard > .steps > ul > li
{
	width: 33.33333333%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
	float: left;
}

.wizard.vertical > .steps > ul > li
{
	float: none;
	width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{

	width: auto;

	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
	background: #eee;
	color: #aaa;
	cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
	background: #2184be;
	color: #fff;
	cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
	background: #9dc8e2;
	color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
	background: #ff3111;
	color: #fff;
}

.wizard > .content
{

	display: block;


	position: relative;
	width: auto;

}

.wizard.vertical > .content
{
	display: inline;
	float: left;
	margin: 0 2.5% 0.5em 2.5%;
	width: 65%;
}

.wizard > .content > .body
{
	float: left;
	position: absolute;
	width: 100%;
	height: auto;
	padding: 2.5%;
}

.wizard > .content > .body ul
{
	list-style: disc !important;
}

.wizard > .content > .body ul > li
{
	display: list-item;
}

.wizard > .content > .body > iframe
{
	border: 0 none;
	width: 100%;
	height: 100%;
}

.wizard > .content > .body input
{
	display: block;

}

.wizard > .content > .body select {
	margin: 0;
}
.wizard > .content > .body select.placeholder {
	color: #aaa !important;
	opacity: 1;
}
.wizard > .content > .body select.placeholder option {
	color: #0a0a0a;
}

input::-webkit-input-placeholder {
	color: #aaa !important;
	opacity: 1;
}
input::-moz-placeholder {
	color:#aaa !important;
	opacity: 1;
}
input::-ms-placeholder {
	color:#aaa !important;
	opacity: 1;
}
input::placeholder {
	color:#aaa !important;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #aaa !important;
	opacity: 1;
}
textarea::-moz-placeholder {
	color:#aaa !important;
	opacity: 1;
}
textarea::-ms-placeholder {
	color:#aaa !important;
	opacity: 1;
}
textarea::placeholder {
	color:#aaa !important;
	opacity: 1;
}
input[type='number'] {
	-moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

#enrolmentForm fieldset {
	display:none;
}

.wizard > .content > .body input[type="checkbox"],
.wizard > .content > .body input[type="radio"]
{
	display: inline-block;
}

.wizard > .content > .body input.error,
.wizard > .content > .body select.error
{
	background: rgb(251, 227, 228);
	border: 2px solid red;
	color: #8a1f11;
}


.wizard > .content > .body label
{
	font-size: 1em;
}

.wizard > .content > .body label.error
{
	position: absolute;
	top: 1.5em;
	right: 0;
	width: auto;
	padding-right: 1.5em;
	white-space: nowrap;
	color: #8a1f11;
	font-size: 0.8em;
	line-height: 1;
	z-index:9999;
}
.field-wrap label.error {

}

.wizard > .actions
{
	position: relative;
	display: block;
	text-align: right;
	width: 100%;
}

.wizard.vertical > .actions
{
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95%;
}

.wizard > .actions > ul
{
	display: block;
	text-align: right;
}

.wizard > .actions > ul > li
{

}

.wizard.vertical > .actions > ul > li
{
	margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
	background: #2184be;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wizard > .actions > ul > li {
	float:right;
}
.wizard > .actions > ul > li:first-child {
	float:left;
}

@media (max-width:639px){
	.wizard > .actions > ul > li {
		margin: 0;
	}

	.wizard > .actions a,
	.wizard > .actions a:hover,
	.wizard > .actions a:active
	{
		margin: 0;
	}
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
	background: #eee;
	color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
	position: relative;
	display: block;
	width: 100%;
}

.tabcontrol > .steps > ul
{
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1;
}

.tabcontrol > .steps > ul > li
{
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
	text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
	padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
	position: relative;
	display: inline-block;
	width: 100%;

	border-top: 1px solid #bbb;
	padding-top: 20px;
}

.tabcontrol > .content > .body
{
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
	list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
	display: list-item;
}


/* CUSTOM */
.wizard > .content:after {
	content: "";
	display: table;
	clear: both;
}
.wizard > .content > .body
{
	position: relative;
	height: auto;
}
.tabcontrol > .content > .body
{
	height: auto;
}
#enrolment-payment-options label {
	cursor:pointer;
}
.course_category_tab li.is-active a, .course_category_tab, .steps li a {

}
.course_category_tab .tabs-title > a, .steps li a {

}
#enrolmentForm .steps li a {
	height: 100px;
	width: 33.33333%%;
	font-size: 1em;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {

	background: rgba(0, 150, 131, 0.35);
	color: #fff;
	cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	color: #fff;
	font-size: 20px;
	background: rgba(0, 150, 131, 1);

}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
	color: #fff;
	font-size: 20px;
	background: rgba(0, 150, 131, 0.75);

}
#enrolmentForm .steps {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height:100px;
}
#enrolmentForm .steps.table {
	width: 100%;
	margin-bottom: 2em;
}
.wizard > .steps > ul > li > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0.25em !important;
}
.wizard > .steps > ul > li > a:hover {
	padding: 0 !important;
}


.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
	margin: 0;
	border-radius: 0;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: #005b9a;

}

#enrolmentForm fieldset {
	padding: 0;
}

.course_category_tab li.is-active::after,
.steps li.current::after {
	border-top-color: #009683;
	border: 0 none !important;
}

.wizard > label {
	cursor: pointer;
}
.checkbox-wrap > label{
	line-height: 50px;
	cursor: pointer;
}
.checkbox-wrap.error label {
	color: red;
	font-weight: bold;
}

.enrolment-payment-options-info {
	min-height: 250px;
}
#enrolment-steps-wrapper {
	position: relative;
	padding-top:100px;
	padding-bottom:4em
}
#enrolment-steps-header {
	margin-top: 4em;
	text-align: center;
	background: rgba(0, 150, 131, 0.9);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#enrolment-steps-header h2 {
	margin: 0;
	padding: 0.5em 0;
	color: #FFF;
}
#enrolment-steps {
	border: 2px solid rgba(0, 150, 131, 0.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#enrolment-steps .columns {
	padding: 2em;
}
#enrolment-steps .columns h3 {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.2;
}

#enrolmentForm ul {
	list-style-type: none;
	margin: 0;
}


.row.student-row {
	padding-bottom: 1em;
}

.row.student-row h5 {
	font-size: 1.2em;
}

.row.student-row.border {
	padding-top: 2em;
	border-top:1px solid #000;
}

.field-wrap {
	position: relative;
	margin-bottom: 1em;
}
#enrolment-complete {
	background-color: #FFF;
	border: 2px solid #005b9a;
	padding: 70px;
}
#student-buttons {
	padding-bottom: 2em;
}
#addStudent {
	float: left;
}
#removeStudent {
	float: right;
}
#enrolment-steps .ccform .columns {
	padding: 0;
}
@media (min-width:640px) {
	#enrolment-steps .ccform .columns.ccform-expiration-year {
		padding: 0 1em;
	}
}
#enrolmentForm .alert-box {
	display: none;
	visibility: hidden;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 1.11111rem;
	padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
	position: relative;
	transition: opacity 300ms ease-out;
	background-color: #008CBA;
	border-color: #0078a0;
	color: #FFFFFF;
}
#enrolmentForm .alert-box p {
	font-size: 0.9em;
}
#enrolmentForm .alert-box a,
#enrolmentForm .alert-box a:hover {
	color: #FFF;
	font-weight:bold;
}
#enrolmentForm .alert-box a:hover {
	text-decoration: underline;
}
#enrolmentForm .alert-box.alert {
	background-color: #f04124;
	border-color: #de2d0f;
	color: #FFFFFF;
}



@media (max-width:639px){
	#enrolment-steps-wrapper {
		padding: 0 !important;
	}
	#enrolment-steps-wrapper #enrolment-steps-header {
		margin-top: 0;
	}
	#enrolment-steps-header {
		display: none;
	}
	#enrolment-steps {
		border: 0 none;
	}
	#enrolmentForm {
		position: relative;
		margin-top: 120px;
		overflow: visible;
	}

	#enrolmentForm .steps {
		margin: -120px -2em;
		width: auto !important;
	}

	.wizard > .content > .body label.error	{
		position: absolute;
		top: 1.5em;
		right: 0;
		width: auto;
		padding-right: 1.5em;
		white-space: nowrap;
		color: #8a1f11;
		font-size: 0.8em;
		line-height: 1;
		z-index:9999;
	}
	.wizard > .content > .body label.error .fa	{
		display: none;
	}
}

@media (max-width:360px){
	.wizard > .content > .body label {
		font-size:0.9em;
	}
}
@media (max-width:359px){
	.wizard > .content > .body .checkbox-wrap label {
		font-size:0.8em;
	}
}