/*! bootstrap-progressbar v0.8.1 | Copyright (c) 2012-2014 Stephan Groß | MIT license | minddust.com */
.progress {
  position: relative;
}
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress.right .progress-bar {
  right: 0;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 43px;
  height: 100%;
  
  margin:0 auto;
}
.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;
  transition: height 0.6s ease;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 40px;
  margin-bottom: 2px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  text-align: right;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-bg-1{
  background-color: #2e404c;
}
.progress-bar-bg-2{
  background-color: #0081b4;
}
.progress-bar-bg-3{
  background-color: #f2635d;
}
.progress-bar-bg-4{
 background-color: #7cba4e;
}

/*progress-2*/


.progress-2 {
  position: relative;
}
.progress-2 .progress-bar-2 {
  position: absolute;
  overflow: hidden;
  line-height: 40px;
}


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-2 {
  overflow: hidden;
  height: 40px;
  margin-top: 10px;
  background-color: #ececec;
}
.progress-bar-2 {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background-color: #0081b4;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

