@media print {
  .sidebar-wrapper,
  app-header {
    display: none !important;
  }
  .page-body {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  .page-body .container-fluid .inmillion,
  .page-body .container-fluid .report_info {
    display: none !important;
  }
  .page-body .container-fluid {
    padding: 0;
  }

  .report_tb {
    padding: 0;
  }

  .page-body .container-fluid .col-sm-12.text-center {
    display: none !important;
  }

  table.report_view tr td {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px !important;
  }

  table.report_view tr th {
    font-size: 12px !important;
  }

  table tr th:first-child,
  table tr td:first-child {
    max-width: 200px;
  }
}

@page {
  size: auto;
  margin: 8mm 2mm;
}

/*.print_block {
  display: none;
}*/
