/* line 6, app/assets/stylesheets/report.scss */
.gradient-pink {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F4224F), to(#FB504D));
  background: linear-gradient(to right, #F4224F 50%, #FB504D);
  color: #FFF;
}

/* line 14, app/assets/stylesheets/report.scss */
.gradient-green {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #36C492), to(#12D568));
  background: linear-gradient(to right, #36C492 50%, #12D568);
  color: #FFF;
}

@media only screen and (max-width: 425px) {
  /* line 22, app/assets/stylesheets/report.scss */
  .report_font {
    font-size: 60% !important;
  }
}

/* line 28, app/assets/stylesheets/report.scss */
p.area_average_point {
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}

/* line 32, app/assets/stylesheets/report.scss */
p.area_average_point:last-child {
  border-bottom: none;
}

/* line 38, app/assets/stylesheets/report.scss */
#body_report_cs_company .container, #body_report_cs_store .container, #body_report_es_company .container, #body_report_es_store .container {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
}

@media print {
  /* line 46, app/assets/stylesheets/report.scss */
  #all_score_pi {
    width: 250px !important;
    height: 250px !important;
  }
  /* line 50, app/assets/stylesheets/report.scss */
  #rader_0 {
    width: 500px !important;
    height: 500px !important;
  }
  /* line 54, app/assets/stylesheets/report.scss */
  .print-group {
    width: 250px !important;
    height: 64px !important;
  }
  /* line 58, app/assets/stylesheets/report.scss */
  #all_line {
    width: 842px !important;
    height: 450px !important;
  }
}
