@media print {

  .titulos-lista,
  .seccion-datos,
  #contenido-datos {
    padding: 0;
    margin: 0;
    font-size: 10px;
  }
  
  .form-control {
    font-size: 10px;
  }

  .busquedas-filtros .search-campos {
    padding: 0;
  }

  input[type=date] {
    width: 130px;
  }

  #filterStatus,
  #filterPromoter {
    width: 250px;
    margin: 0 .5rem;
  }

  .busquedas-filtros .search-filtros-horizontal {
    display: flex;
    flex-wrap: nowrap;
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    border-color: unset;
    border-style: unset;
  }

  #divListaDatos {
    margin-top: 0;
    width: 100vw;
  }
  .tGuidesPaymentOne,
  .tGuidesPaymentTwo,
  .menu-lateral,
  .search-clear,
  .barra-imprimir,
  .notacion,
  #filtersSearch,
  .icono,
  .statusBlockData-print,
  header.header,
  span.ir-arriba,
  span.ir-arriba::before,
  footer.footer {
    display: none;
    opacity: 0;
    padding: 0;
  }

  .table {
    thead tr {
      th.showPrintTh {
        display: inline-block;
      }
      
      th.hidePrintTh {
        display: none;
      }
    }

    tbody tr {
      td {
        padding: .1rem;
      }

      td[data-label='Nº:'] {
        width: 2.1%;
      }

      td[data-label='Fecha:'] {
        width: 5.7%;
      }

      td[data-label='Guía:'] {
        width: 7.5%;
      }

      td[data-label='TG:'],
      td[data-label='Servicio:'],
      td[data-label='TS:'] {
        width: 1.9%;
      }

      td.hidePrintTd {
        display: none;
      }

      td[data-label='Destinatario:'] {
        width: 22.5%;
      }

      td[data-label='Dirección:'] {
        width: 16%;
      }
//
      td[data-label='Ciudad:'] {
        display: none;
        width: 6.9%;
      }

      td[data-label='Uds:'] {
        width: 1.8%;
        text-align: center;
      }

      td[data-label='Flete:'] {
        width: 4.1%;
      }

      /*td[data-label='Estado:'] {*/
      /*  width: 3%;*/
      /*  text-align: center;*/

      /*  span {*/
      /*    font-size: 10px;*/
      /*  }*/
      /*}*/
    }
    
    .planilla {
        display:block;
    }
  }
  
  td[data-label='Planilla:'] {
        display: none;
    }
}

.showPrintTh {
  display: none;
}

.headerReports {
  display: none;
}