.wizard-step .ui-btn-up-a {
	background: #444;
	border: 0px;	
}

.wizard-step .ui-btn-hover-a, .wizard-step .ui-btn-active {
	background: #6EBC1F;
	border:0px !important;		
}

.wizard-step .ui-focus, .wizard-step .ui-btn:focus, .wizard-stop .ui-focus, .wizard-stop .ui-btn:focus  {
	box-shadow: none;
}
/*
.ui-focus, .ui-btn:focus {
    box-shadow: 0 0 3px #387BBE inset, 0 0 9px #387BBE;
}
*/
.ui-header-fixed .ui-btn, .ui-footer-fixed .ui-btn {
	z-index: inherit;
}

li.wizard-step {
/*	position: relative; */
	background: #efefef;
/*	display: block; */
	float: left;
	list-style: none;
/*	overflow: hidden;  */
}

li.wizard-step.disable span.wizard-text {
    color:#777 !important;   
}

li.wizard-step a {
	display: block;
/*	float: left; */
	position: relative;   
/*	padding-left: 65px;	*/
}


.ui-navbar li.wizard-step a.ui-btn {
	margin:0px;
}
/*
li.wizard-step  a.ui-btn-hover-a:hover:after {
	content: "";
	display: block; 
	width: 100%;
	height: 0;	
	border-top: 27px solid transparent;				
	border-bottom: 27px solid transparent;
	border-left: 12px solid #6EBC1F;
	position: absolute;
	top: 50%;
	left: 100%;
	right: -20px;	
	margin-top: -27px;		
	z-index: 899 !important;	
}
*/

li.wizard-step a.ui-btn:after {
	content: " ";
	display: block; 
	width: 0;
	height: 0;	
	border-top: 27px solid transparent;				
	border-bottom: 27px solid transparent;
	border-left: 12px solid #444; 
	position: absolute; 
	top: 50%;
	left: 100%;
	margin-top: -27px;		
	z-index: 898 !important;
}

li.wizard-step a.ui-btn.active:after {
	border-left: 12px solid #fff;	
}

li.wizard-step  a.ui-btn-hover-a:hover:after, li.wizard-step  a.ui-btn-active:after {
	content: " ";
	display: block; 
	width: 0;
	height: 0;	
	border-top: 27px solid transparent;				
	border-bottom: 27px solid transparent;
	border-left: 12px solid #6EBC1F; 
	position: absolute;
	top: 50%;
	left: 100%;
	right: -20px;	
	margin-top: -27px;		
	z-index: 899 !important;	
}

li.wizard-step  a.ui-btn-hover-a.active:hover:after, li.wizard-step a.ui-btn-active.active:after {
	border-left: 12px solid #fff;
}

li.wizard-step a.ui-btn:before {
	content: " ";
	display: block; 
	width: 0;
	height: 0;	
	border-top: 27px solid transparent;				
	border-bottom: 27px solid transparent;
	border-left: 12px solid #444; 
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -27px;	
	margin-left: 0px;	
	z-index: 897 !important;
}
/*
li.wizard-step a.ui-btn.active:before {
	border-left: 12px solid #222;	
}
*/
li.wizard-step a.ui-btn:hover:before, li.wizard-step  a.ui-btn-active:before {
	border-left: 12px solid #444;
	margin-left: 0px;	
}

li.wizard-step a.ui-btn.active:hover:before, li.wizard-step  a.ui-btn-active.active:before {
	border-left: 12px solid #fff;	
}
/*
span.wizard-no {
	position: absolute;
	top: -10px;
	left: -100px;  
	bottom: 0;
	right: 0px;
	z-index: 899;
	color: #6EBC1F;
	font-weight: bold;
	font-size: 2.5em;
	opacity:0.7;
}
*/

/*
span.wizard-no {
	position: absolute;
	top: -10px;
	bottom: 0;
	right: -20px;
	z-index: 899 !important;
	color: #6EBC1F;
	font-weight: bold;
	font-size: 2.5em;
	opacity:0.7;
	overflow: visible;
	float: right;
}
*/

span.wizard-no {
	position: absolute;
	top: -20px;
	left: 50%;
	color: #6EBC1F;
	font-weight: bold;
	font-size: 2.5em; 
	opacity:0.7;
	z-index: 899 !important;	
	overflow: visible;
}

span.wizard-text {
	position: relative;
	top: 12px;
	left: 5%;
}

li.wizard-step .ui-btn .ui-btn-inner {
	overflow: visible;
	z-index: 999 !important;
}

.ui-btn-hover-a span.wizard-no, .ui-btn-active span.wizard-no {
	color: #444;	
}

.active span.wizard-no {
	color: #56A00E;
	opacity:0.7;		
}

span.wizard-result {
    position: absolute;
    top: -15px;
    left: 5%;
    color: #e5efe5;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em; 
    opacity:0.7;
    z-index: 899 !important;    
    overflow: visible;
}

li.wizard-stop.last span.wizard-result {
    left: -50%;    
}

.ui-btn-hover-a span.wizard-result, .ui-btn-active span.wizard-result {
    color: #56A00E;    
}

.active span.wizard-result {
    color: #56A00E;
    opacity:0.7;        
}

.wizard-stop span.wizard-text {
    left: 0%;    
}

/*
li.wizard-step .ui-btn:visited {
	background: #6EBC1F;
}

li.wizard-step:first-child a.ui-btn:before {
	border: 0px;	
}
*/