 html {
            font-family: sans-serif;
            font-size: 12px;
        }
        .text-center {
            text-align: center;
        }
        .text-right {
            text-align: right;
        }
        .font-xsm {
            font-size: 10px;
        }
        .font-sm {
            font-size: 12px;
        }
        .font-lg {
            font-size: 13px;
        }
        .font-xlg {
            font-size: 16px;
        }
        .font-xxlg {
            font-size: 22px;
        }
        .font-bold {
            font-weight: bold;
        }
        table {
            width: 100%;
            border-spacing: 0;
        }
        /* empresa */
        .voucher-company-right {
            border: 1px solid #333;
             /*padding-top: 15px;*/
            padding-bottom: 5px;
            margin-bottom: 10px;
            border-radius: 1em;
        }
        .voucher-company-right tbody tr:first-child td {
            padding-top: 10px;
        }
        .voucher-company-right tbody tr:last-child td {
            padding-bottom: 10px;
        }
        /* FIN */
        /* INFORMACION CLIENTE */
        .voucher-information {
            /*border: 1px solid #333;*/
            width: 100%
            border-collapse: collapse;
            border-radius: 1em;
            overflow: hidden;
            border: 1px solid #333;
        }
        .voucher-information.top-note, .voucher-information.top-note tbody tr td {
            border-top: 0;
        }
        .voucher-information tbody tr td {
            padding-top: 5px;
            padding-bottom: 5px;
            vertical-align: top;
        }
        .voucher-information-left tbody tr td {
            padding: 3px 10px;
            vertical-align: top;
        }
        .voucher-information-right tbody tr td {
            padding: 3px 10px;
            vertical-align: top;
        }
        /** FIN CLIENTE */

        .voucher-details {
              
        }
        .voucher-details thead {

        }
        /* DETALLES  */
        .voucher-details thead tr th {
            border-top: 1px solid #333;
            /*border-bottom: 1px solid #333;*/
            padding: 5px 10px;
        }
        .voucher-details thead tr th:first-child {
            border-left: 1px solid #333;
        }
        .voucher-details thead tr th:last-child {
            border-right: 1px solid #333;
        }
        .voucher-details tbody tr td {

            /*border-bottom: 1px solid #333;*/
        }
        .voucher-details tbody tr td:first-child {
            border-left: 1px solid #333;
        }
        .voucher-details tbody tr td:last-child {
            border-right: 1px solid #333;
        }
        .voucher-details tbody tr td {
            padding: 5px 10px;
            vertical-align: middle;
        }
        .voucher-details tfoot tr td {
            padding: 3px 10px;
        }
        .voucher-totals {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .voucher-totals tbody tr td {
            padding: 3px 10px;
            vertical-align: top;
        }
        .voucher-footer {
            margin-bottom: 30px;
        }
        .voucher-footer tbody tr td{
            border-top: 1px solid #333;
            padding: 3px 10px;
        }
        .company_logo {
            min-width: 150px;
            max-width: 100%;
            height: auto;
        }
        .pt-1 {
            padding-top: 1rem;
        }
        /** otro estilo */
        .data-body td {
          padding: 1em;
          border: 1px solid #333;
          font-size: 10px;
          border-radius: 1em;
          overflow: hidden;
      }
      .data-detalle{
          width: 100%
          border-collapse: collapse;
          border-radius: 1em;
          overflow: hidden;
          height: 300px;
          border: 1px solid solid #333;
      }
      .data-detalle thead th{
          padding: 1em;
          background: #045FB4;
          color: white;
          text-align: center;
          font-size: 10px;

      }

      .data-detalle tbody th {
          padding: 1em;
          background: #c1c2c3;
          text-align: left;
          font-size: 10px;
      }
      .data-detalle td {
          padding: 0.2em;
          border-right:  1px solid #045FB4;
          border-left:  1px solid #045FB4;
          text-align: center;
          font-size: 10px;

      }
      /*  pie*/
      .data-footer{
          width: 100%
          border-collapse: collapse;
          border-radius: 1em;
          overflow: hidden;
      }
      .data-footer thead th {
          padding: 1em;
          background: #c1c2c3;
          font-size: 10px;

      }
      .data-footer tbody th {
          padding: 1em;
          background: #c1c2c3;
          text-align: right;
          font-size: 10px;
      }
      .data-footer td {
          padding: 1em;
          font-size: 10px;
          border-top:  2px solid #c1c2c3;
          text-align: left;
      }