.chart_top {
  width: 100%;
  height: 480px;
  margin-top: 50px;
}

.chart_def {
  width: 100%;
  height: 480px;
  margin-top: 10px;
}

.select-pdn {
  height: auto;
  font-size: 0.9rem !important;
  background: #fff !important;
  color: #333 !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
  border-radius: 6px;
  padding: 2px;

}

.btn-pdn {

  height: auto;
  font-size: 0.8rem;
  background: #fff !important;
  color: #333 !important;
}

.rateYellow {
  color: rgb(143, 44, 4) !important;
}

.rateRed {
  color: red !important;
}

.rateBlue {
  color: blue !important;
}

@media (min-width: 240px) {
  .top-btn {
    width: 100% !important;
    font-weight: 500;
    font-size: 0.7rem !important;
  }

  .qr_view_img {
    width: 100% !important;
    margin-top: 30px;
    display: block;
    margin: auto;
  }

  .evidence_img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .top-btn {
    width: 100%;
    font-weight: 700;
  }

  .qr_view_img {
    width: 50% !important;
    margin-top: 30px;
    display: block;
    margin: auto;
  }

  .evidence_img {
    width: 20%;
  }

}


.qr_sheet {
  width: 2100/2px;
  height: 2970/2px;
  background: #eee;

}


.listview-title {
  background: #eee !important;
}

@media print {
  .no-print {
    display: none;
  }
}

.subtitle_top {

  color: #000 !important;
}

.top-btn {
  padding: 2px;
  height: 150px;
}

.top-icon {
  font-size: 60px !important;
}

.history_box {
  background-color: #fff;
  border-color: black !important;
  border-width: 1px !important;
  border-radius: 5px;
}

.span_date {
  font-weight: 400;
}