/* Popup */
#example-advanced-form {}
.cancel-button {
	position: absolute;
	left: 3px;
	bottom:3px;
	padding: 5px 10px;
	background: #fff;
	color:  #ec6707;
	border:2px solid #ec6707;
	text-transform: uppercase;
	font-size:13px;

}
fieldset.white{background-color: #fff;}
.simplebar-div {overflow-x: hidden;}
.next-button {
	margin-left: 5px;
}
.finish-button {
	margin-left: 5px;

}

/*
    Common
*/

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

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

.wizard ul,
.tabcontrol ul
{
	list-style: none !important;
	padding: 0;
	margin: 0;
	text-align: center;
	display:inline-block;
}

.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%;
	text-align: center;
}

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

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

.wizard > .steps > ul > li
{
	/*width:100%;*/
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
	float: left;
	margin-top:0px;
}

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

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
	display: block;
	width: auto;
	margin: 0;
	padding: 0.5em 1.5em;
	text-decoration: none;


}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
	background: #fff;
	color:  #ec6707;
	border-left:2px solid #ec6707;;
	border-bottom:2px solid #ec6707;
	font-size:12px;
	text-align: center;
	text-transform: uppercase;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
	background: #ec6707;
	color: #fff;
	cursor: default;
	font-size:12px;
	text-transform: uppercase;
	text-align: center;
	border-bottom:2px solid #ec6707;
}


.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
	background: #fff;
	color:  #ec6707;
	border-left:2px solid #ec6707;
	border-bottom:2px solid #ec6707;

	font-size:12px;
	text-align: center;
	text-transform: uppercase;
}
.wizard > .steps .last a
{
	background: #fff;
	color:  #ec6707;
	border-right:2px solid #ec6707;;
	border-bottom:2px solid #ec6707;
	font-size:12px;
	text-align: center;
	text-transform: uppercase;
}
.wizard > .steps .last.current a
{
	background: #ec6707;
	color:  #fff;
	border-right:none;
	border-bottom:2px solid #ec6707;
	font-size:12px;
	text-align: center;
	text-transform: uppercase;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
	background: #ff3111;
	color: #fff;
}


@media screen and (max-width: 600px) {
	.wizard{width: 380px!important;}
}
@media screen and (min-width: 319px) and (max-width: 370px) {
	.wizard{width: 320px!important;}
}
@media screen and (min-width: 601px) {
	.wizard{width: 600px!important;}
}

.wizard > .content
{
	background: #fff;
	display: block;
	margin: 0px;
	height: calc(85vh - 60px);
	overflow: hidden;
	position: relative;
	width: 100%!important;
	min-height: 500px;
}



.wizard > .content > .body
{
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	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;
	border: 1px solid #ccc;
}



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



.wizard > .content > .body label.error
{
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em;
}

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

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

.wizard > .actions > ul
{
	display: inline-block;
	text-align: right;
	margin-bottom: 3px;
}

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

.wizard.vertical > .actions > ul > li
{
	margin: 0 0 0 1em;
}
.wizard > .actions > ul >li:first-of-type{
	position: absolute;
	bottom: 3px;
	left:85px;
}

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

	display: block;
	padding: 0.5em 1em;
	text-decoration: none;


	background: #fff;
	color:  #ec6707;
	border:2px solid #ec6707;;
	font-size:12px;
	text-align: center;
	text-transform: uppercase;
}

.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%;
	height: 30em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px;
}

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

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

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