
.progress {
  position: relative;
  height: 25px;
}
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 25px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
.progress.right .progress-bar {
  right: 0;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 100%;
  height: 250px;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}

.progressbar-vertical {
	display: inline-block;
	float: left;
	min-width: 5%;
	padding: 15px 15px 0 15px;
}

.progressbar-vertical .progressbar-label{
	text-align: center;
	overflow: hidden;
}

.progressbar-circle {
	display: inline-block;
	margin-right: 20px;
	
}

.progressbar-circle .circle {
	position: relative;
}

.progressbar-circle .progressbar-label{
	text-align: center;
	overflow: hidden;
}

.progressbar-circle .circle-data {
	position: absolute;
	top: 50%;
	left:0;
	margin-top: -1em;
	width: 100%;
	height: 2em;
	text-align: center;
	display: inline-block;
}
