.imprimiendo {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  #imprimiendo_container {
    width: 100%;
    position: absolute;
    display: flex;
    height: 100%;
    z-index: 100;
    background: white;
    flex-wrap: wrap;
    flex: 1 1 auto;
    align-content: center;
  }
  
  @keyframes loader {
    0% {
      transform: translate(0px, 0px);
    }
    50% {
      transform: translate(0px, -26px);
    }
    1000% {
      transform: translate(0px, 0px);
    }
  }
  .circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 3px;
    background: #000;
    animation: loader 0.6s ease-in-out infinite;
  }

  p#NoAutorizacion {
    font-size: 11pt;
  }

  p#TotalLetras {
    font-size: 12pt;
  }
  .circle:nth-child(1) {
    animation-delay: 0.1s;
  }
  .circle:nth-child(2) {
    animation-delay: 0.2s;
  }
  .circle:nth-child(3) {
    animation-delay: 0.3s;
  }
  
  div#vistaImpresionContainer {
    /*background: #f2f3f8;*/
    background: #3b3c3c;
  }
  @page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 0;  
} 

  div#vista_impresion {
    display: flex;
    justify-content: space-between;
    float: left;
    /* width: 30%; */
    margin: 0 auto;
    background: #fff;
    /*box-shadow: -5px 4px 6px #ffffff;*/
  }

  div#vista_margin {
    width: 322.55px;
  }
  
  div#botones {
    display: flex;
    justify-content: space-between;
    /* width: 30%; */
    margin: 0 auto;
  }
  
  .datos_emisor {
    text-align: center;
    margin: 0.5cm 0px;
  }
  
  .datos_factura {
    margin: 0.5cm 0px;
  }
  
  .datos_cliente {
    margin: 0.5cm 0px;
  }
  
  .datosCertificacionFactura {
    margin: 0.5cm 0px;
    text-align: center;
  }
  .otrosDatos {
    text-align: justify;
  }

  .v-application p {
    margin-bottom: -2px !important;
  }

  .div-large {
    flex: 0 0 72%;
    max-width: 72%;
  }

  .descripction-default {
    font-size: 15pt !important;
  }

  .descripction-sx {
    font-size: 15pt !important;
  }

  .unidades {
    font-size: 12pt !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .descripction-md {
    font-size: 11.5pt !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .descripction-lg {
    font-size: 11pt !important;
  }

  .logo_image{
    padding-top: 2px !important;
    padding-bottom: 10px !important;
  }
  .noOrden-text {
    /*font-size: 50pt !important;*/
    font-size: 4rem !important;
    font-weight: bold;
    line-height: 4rem;
    letter-spacing: -0.015625em !important;
    font-family: "Roboto", sans-serif !important;
  }

  .orden_container{
    padding-bottom: 10px !important;
  }

  .hr_container{
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .hr_container_slim{
    padding-bottom: 30px !important;
    padding-top: 15px !important;
  }

  .dashed-hr {
    border-top: none;
    border-bottom: dashed 3px #000000;
  }
  
  @media print {
    #imprimiendo_container {
      display: none !important;
    }
    .v-main {
      display: block;
      padding: 0 !important;
    }
    .paper-size {
      width: 76000mm !important;
    }

    #vista_impresion {
      font-family: "Roboto", Arial, sans-serif;
      font-size: 17pt;
      padding: 5px;
      color: #000;
    }
  
    .datos_factura {
      padding-bottom: 5px;
    }
  
    .datos_cliente {
      padding-bottom: 10px;
    }
  
    .datos_producto {
      /*font-size: 17pt;*/
      /*font-size: 10pt;*/
    }

    .datos_cobro {
      font-size: 17pt;
    }

    .descripction-default {
      font-size: 16pt !important;
    }

    .descripction-sx {
      font-size: 16pt !important;
    }

    .descripction-md {
      font-size: 11.5pt !important;
      padding-bottom: 0;
      margin-bottom: 0;
    }

    .descripction-lg {
      font-size: 10pt !important;
    }

    .unidades {
      font-size: 12pt !important;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
    }
  
    .alinear_derecha {
      float: right;
    }
  }
  

