@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #dashboard div#dashboard_main {
    width: 100% !important;
  }
}
.block-chart-report {
  position: relative;
  padding: 15px;
  background: #fff;
  border: 3px solid #202020;
}
.block-chart-report h2 {
  font-weight: bold;
  color: #956750;
}
.block-chart-report canvas {
  min-height: 400px;
}
.date_selector {
  position: absolute;
  top: 10px;
  right: 15px;
}
.date_selector select {
  padding: 5px 7px !important;
  background: #f29337;
  color: #fff;
  font-weight: bold;
}
.chart_total_no {
  position: absolute;
  top: 60px;
  right: 25px;
  font-size: 15px;
  font-weight: bold;
  color: #cc4400;
  display: none;
}
@media (min-width: 768px) {
  .chart_total_no {
    font-size: 22px;
  }
}
.chart_report_loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.chart_report_loader .loader {
  background: white;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 200px;
  border: 2px solid #930;
  color: #930;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.side_report {
  text-align: center;
  padding: 0px;
  background: none;
  border: none;
}
.side_report h2 {
  color: white;
  font-weight: bold;
  background: #956750;
  padding: 10px 15px !important;
}
.side_report .content {
  border: 2px solid #202020;
  background: #fff;
  padding: 45px 25px !important;
  color: #cc4400;
  font-size: 48px;
  font-weight: 700;
}
.side_report .chart_report_loader .loader {
  background: white;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 70px;
  border: 2px solid #930;
  color: #930;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.currency_filter {
  position: absolute;
  top: 10px;
  right: 15px;
  color: black;
  font-size: 14px;
  font-weight: normal;
}
.currency_filter select {
  padding: 4px;
}
