/**/
.barra {
    box-shadow: none;
    height: 20px;
}
.barra-bar {
    background-color: #f5f5f5;
   /* border-radius: 4px;*/
}

.barra-small,
.barra-small .barra-bar {
  height: 10px;
}
.barra-small,
.barra-mini {
  margin-top: 5px;
}
.barra-mini,
.barra-mini .barra-bar {
  height: 5px;
  margin-bottom: 0;
}
.barra-bar-navy-light {
  color: #3dc7ab;
}
.barra-bar-success {
  color: #1c84c6;
}
.barra-bar-info {
  color: #23c6c8;
}
.barra-bar-warning {
  color: #f8ac59;
}
.barra-bar-danger {
  color: #ed5565;
}

.barra-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}