.progress {
  background-color: @gray-dark;
  box-shadow: none;

  .progress-bar {
    background-color: @blue;
    box-shadow: none;
  }

  .progress-bar-info {
    background-color: @blue-light;
  }

  .progress-bar-danger {
    background-color: @red;
  }

  .progress-bar-warning {
    background-color: @yellow;
  }

  .progress-bar-success {
    background-color: @green;
  }
}