/** This is Custom CSS Used for Custom Wizard CF **/

.wizard > .steps .current a > .number, .wizard > .steps .current a:hover > .number, .wizard > .steps .current a:active > .number {
	background-color: #0074B7 !important;
}

.wizard > .steps .current a {
	color: #0074B7 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ECEFFB;
	color: #465F7A;
}

/** START CSS for Public Register **/
@media screen and (max-width: 1140px) {
	.wizard.step-navigation-wizard > .steps {
		display: none;
	}

	.wizard.step-navigation-wizard > .content {
		width: 100%;
		border-left: 0;
	}

	.wizard.step-navigation-wizard > .actions {
		width: 100%;
		border-left: 0;
	}
}
/** END CSS for Public Register **/

.wizard > .steps a span.bg-green-300 {
    background-color: #3FAC92;
}

.wizard > .content.no-border-bottom {
	border-bottom : 0px;
}

@media (max-width: 755px) {
	.wizard > .steps {
		display: none;
	}
}

.wizard > .steps > ul li {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: none;
	display: block;
	width: auto;
}

@media (min-width: 756px) {
	.wizard > .steps > ul li + li {
		margin-left: 10px; 
		margin-right: 10px;
		margin-top: 5px; 
		margin-bottom: 5px;
	}
}
