/* This CSS is meant to be loaded for imageloaders when no boatstrap is present */

.progress {
  overflow: hidden;
  height: 16px;
  margin-bottom: 16px;
  background-color: #A1A1A1;
  border-radius: 4px;
  border-color: #512177;
  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  background-color: #0098D9;
  .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
  .transition(width .6s ease);
}