@charset "utf-8";
/* CSS Document */
.fuelux .wizard:before, .fuelux .wizard:after {
	display: table;
	line-height: 0;
	content: "";
}
.fuelux .wizard:after {
	clear: both;
}
.fuelux .wizard ul {
	padding: 0;
	margin: 0;
	list-style: none outside none;
}
.fuelux .wizard ul li {
	position: relative;
	width:20% !important; 
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 46px !important;
	color: #999999;
	cursor: default;
	background: #fff;
	text-align: center;
}
.fuelux .wizard ul li a {
	height: 80px;
	display: block;
	line-height: 115px;
	color: #000;
	text-decoration: none
}
.fuelux .wizard ul li.complete {
	color: #468847;
	background: #fff;
}
.fuelux .wizard ul li.complete:hover {
	cursor: pointer;
	background: #e7eff8;
}
.fuelux .wizard ul li.complete:hover .chevron:before {
	border-left: 14px solid #e7eff8;
}
.fuelux .wizard ul li.complete .chevron:before {
	border-left: 14px solid #f3f4f5;
}
.fuelux .wizard ul li.active {
	color: #3a87ad;
	background: #f1f6fc;
}
.fuelux .wizard ul li.active .chevron:before {
	border-left: 14px solid #f1f6fc;
}
.fuelux .wizard ul li .badge {
	margin-right: 8px;
}
.fuelux .wizard ul li:nth-child(1) {
	z-index: 10;
	padding-left: 20px;
	border-radius: 4px 0 0 4px;
}
/*  images */
.fuelux .wizard ul li.cls1 a {
	background-image:url(../images/oneBig_3.png);
	background-position-x: center !important;
	background-position:center top 10px !important;
	background-repeat:no-repeat;
}
.fuelux .wizard ul li.cls2 a {
	background-image: url(../images/twoBigWhite_4.png);
	background-repeat:no-repeat;
	background-position:center top 10px !important;
	background-position-x: center !important;
}
.fuelux .wizard ul li.cls3 a {
	background-image: url(../images/threeBigWhite_4.png); 
	background-repeat:no-repeat; 
	background-position:center top 10px !important;
	background-position-x: center !important;
}
.fuelux .wizard ul li.cls4 a {
	background-image: url(../images/fourBigWhite_4.png); 
	background-repeat:no-repeat;
	background-position:center top 10px !important;
	background-position-x: center !important;
}
.fuelux .wizard ul li.cls5 a {
	background-image: url(../images/fiveBigWhite_4.png); 
	background-repeat:no-repeat;
	background-position:center top 10px !important;
	background-position-x: center !important;
}
/*  images hover */
.fuelux .wizard ul li.cls2.active  a, .fuelux .wizard ul li.complete.cls2  a {
	background-image: url(../images/twoBig_3.png);
	background-repeat:no-repeat;
	background-position:center top 10px !important;
	background-position-x: center top 10px !important;
}
.fuelux .wizard ul li.cls3.active a, .fuelux .wizard ul li.complete.cls3  a {
	background-image: url(../images/threeBig_3.png); 
	background-repeat:no-repeat ;
	background-position:center top 10px !important;
	background-position-x: center !important;
}
.fuelux .wizard ul li.cls4.active a, .fuelux .wizard ul li.complete.cls4 a {
	background-image: url("../images/fourBig_3.png"); 
	background-repeat:no-repeat; 
	background-position:center top 10px !important;
	background-position-x: center !important;
}
.fuelux .wizard ul li.cls5.active a, .fuelux .wizard ul li.complete.cls5 a {
	background-image: url("../images/fiveBig_3.png"); 
	background-repeat:no-repeat; 
	background-position:center top 10px !important;
	background-position-x: center !important;
}
.fuelux .wizard .actions {
	float: right;
	padding-right: 15px;
	line-height: 44px;
	vertical-align: middle;
}
.fuelux .wizard .actions a {
	margin-right: 8px;
	font-size: 12px;
	line-height: 45px;
}
.fuelux .wizard .actions .btn-prev i {
	margin-right: 5px;
}
.fuelux .wizard .actions .btn-next i {
	margin-left: 5px;
}
.fuelux .step-content {
	padding: 0px 0px 0px 0px !important;
	height: auto !important;
	overflow: auto;
	overflow-x: hidden;
	position: relative !important;
	background-color: transparent !important;
}
.fuelux .step-content .step-pane {
	display: none;
	padding: 0px 0px;
}
.fuelux .bottom-prev-next {
	padding: 5px 20px;
}
.fuelux .bottom-prev-next button {
	margin-left: 2px;
}
.fuelux .step-content .active {
	display: block;
}
.fuelux .step-content .active .btn-group .active {
	display: inline-block;
}



.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
