/*progressbar*/
a.plain{
    color:black;
}

/*#progressbar {
	margin-bottom: 45px;
    margin-right: 20px;
	overflow: hidden;
	float: right;
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: black;
	width: 75px;
	float: left;
	position: relative;
	word-wrap: normal;
	text-align: center;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #0064B0;
	border-color: black;
	border-radius: 50%;
	margin: 0 25px 5px auto;
	text-align: center;
	border: 1px solid black;
}

#progressbar li:after {
	content: '';
	width: 75%;
	height: 4px;
	background: white;
	position: absolute;
	left: -35%;
	top: 9px;
	z-index: -1;
	
	font-weight: bold;
	border: 1px solid black;
    background: #0064B0;
}
#progressbar li:first-child:after {

	content: none;
}


#progressbar li.active:before{
	background: #ffB600;
	color: white;
}

#progressbar li.active:after {
	background: #0064B0;
	color: white;
}*/

#progressbar {
   padding-top: .4em;
    padding-bottom: .3em;
    padding-left: 1.0em;
    background-color: #079ADA;
    height:30px;
    list-style-type: none;
    border-top: 1px solid white;
    margin-bottom:50px;
    white-space:normal;
    float:left; 
    /*overflow:scroll;
    white-space:nowrap;*/ 
    width:100%;
    
    
    display:inline-block;
    

}

#progressbar li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color:white;
    margin-bottom: 5px;
}

/*#progressbar li:not(:first-child) {
    border-left: 1px solid white;
}*/
#progressbar li:hover {
    float: left;
   color: white;
 
}

#progressbar li a {
    background-color: transparent; 
    border:none; 
    text-decoration: none; 
    color: #fff;
    text-align: center; 
    font-size: 10pt;
}

#progressbar li.active{
	background: #ffB600;
     color: black;
    font-weight: bold;
}
#progressbar li.active:after {
	background: #0064B0;
	color: white;
}