// Color variables (appears count calculates by raw css)
@color0: #0b2265; // Appears 7 times

.rpt-title1 {
  color: @color0!important;
}
.rpt-title2 {
  background-color: @color0!important;
}
.rpt-title5 {
  color: @color0!important;
}
.title-image {
  background: @color0!important;
}
.rpt-img {
  background-image: url(../img/bgcolor-ASICS.png)!important;
}
.report-logo {
  background-image: url(../img/ASICS.png)!important;
  background-size: 208px!important;
  min-height: 90px!important;
}
.report-rating {
  .test-rating {
    .set {
      i.icon-circle {
        &:before {
          background-color: @color0!important;
        }
      }
      i.icon-circle-half {
        &:before {
          background-color: @color0!important;
        }
      }
    }
  }
}
span.test-rating, span.test-rating span {
  color: @color0!important;
}