﻿div.progress-bar {
	background-image: -moz-linear-gradient(90deg,#919191 0%,#9c9c9c 50%,#909090 100%);
	background-image: -webkit-linear-gradient(90deg,#919191 0%,#9c9c9c 50%,#909090 100%);
	background-image: -ms-linear-gradient(90deg,#919191 0%,#9c9c9c 50%,#909090 100%);
	-moz-box-shadow: 0 1px 2px 0 rgba(255,255,255,.05),inset 0 2px 5px 0 rgba(0,0,0,.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(255,255,255,.05),inset 0 2px 5px 0 rgba(0,0,0,.25);
	box-shadow: 0 1px 2px 0 rgba(255,255,255,.05),inset 0 2px 5px 0 rgba(0,0,0,.25);
	position: relative;
	height: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 150px;
	margin-bottom: 35px;
	z-index: 100001;
}

div.progress-bar > span.bar {
	display: block;
	height: 100%;
	background-image: -moz-linear-gradient(90deg,#1a7faf 0%,#00adff 50%,#ace4ff 100%);
	background-image: -webkit-linear-gradient(90deg,#1a7faf 0%,#00adff 50%,#ace4ff 100%);
	background-image: -ms-linear-gradient(90deg,#1a7faf 0%,#00adff 50%,#ace4ff 100%);
	-moz-box-shadow: .5px .866px 2px 0 rgba(0,0,0,.2),inset 0 1px 0 0 rgba(255,255,255,.2);
	-webkit-box-shadow: .5px .866px 2px 0 rgba(0,0,0,.2),inset 0 1px 0 0 rgba(255,255,255,.2);
	box-shadow: .5px .866px 2px 0 rgba(0,0,0,.2),inset 0 1px 0 0 rgba(255,255,255,.2);
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.progress-bar > div.line {
	width: 4px;
	height: 22px;
	background-image: url("../layout/formularios/Line.png");
	margin-left: -1px;
	position: absolute;
	top: -7px;
}

div.progress-bar > div.barText {
	font-size: 9px;
	font-family: "Lato";
	color: #808080;
	line-height: 21px;
	text-align: center;
	position: absolute;
	top: -18px;
}
