@media print {
.h1sub {
        top: -500px;
        color: #575757;
        text-align: center;
        font-weight: normal;
        display: block;
    }

.printonly{
  display: block;
  }
}



@media print
{
  .no-print, .no-print *
    {
  display: none !important;
    }

  .leaflet-control-layers.leaflet-control
  {
  display: none !important;
    }
  .leaflet-control-zoom-in
  {
  display: none !important;
  }

  .leaflet-control-zoom-out
    {
  display: none !important;
  }

  .dataTables_info
  {
  display: none !important;
  }

  .dataTables_filter
  {
  display: none !important;
  }

  .dataTables_length
  {
  display: none !important;
  }

  .dataTables_paginate.paging_simple_numbers
    {
  display: none !important;
  }

  .tab-content > .tab-pane {
        display: block;
        width:100% !important;
        float:none;
      }
      
   .noprint, .nav.nav-tabs{
      display:none;
   }

   .pagebreak
    {
  page-break-before: always !important;
  float:none !important;
    }

  .pagebreakafter
    {
  page-break-after: always !important;
  float:none !important;
    }
}