.ui-autocomplete{
  z-index:2147483647 !important;
};

/* === desactivar etiqueta a === */
a.disabled {
  pointer-events: none;
  cursor: default;
}


/* === scroll css start === */
.scroll-sm::-webkit-scrollbar {
  width: 1px !important;
  height: 1px !important;
  border-radius: 10px;
}

.scroll-sm::-webkit-scrollbar-thumb {
  background-color: #b1b3b8;
  border-radius: 40px;
}

.scroll-sm::-webkit-scrollbar-thumb:hover {
  background-color: #939393;
}

.scroll-sm::-webkit-scrollbar-track {
  background-color: #d6d9de;
  border-radius: 40px;
}

/* === scroll css end === */

/* Codigo Barra */
.codigobarra {
   
    width: 100%;
    min-height:50px ;
    padding: 2px;
    background: ##eeeaea;
    align-content: center;

}

.centraEan{
   padding: 5px;
}


textarea {
    min-width: 100%;
    min-height: 60px;
    resize: none;
}

#totalVenta, #totalVentaRegistrar{
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20pt;
}

#factura_detalle{
  border-collapse: collapse;
}
#factura_detalle thead th{
  background: #058167;
  color: #FFF;
  padding: 5px;
}
#detalle_productos tr:nth-child(even) {
    background: #ededed;
}
#detalle_totales span{
  font-family: 'Raleway', sans-serif;
}

#boleta_subtotal, #boleta_iva, #boleta_total, #boleta_dcto{
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12pt;
}

.infoventas{
margin: opx auto;

}

/**************STYLOS IMAGENES UPLOAD**************/

.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 160px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../vistas/images/products/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPhoto label{
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.prevPhoto img{
    width: 100%;
    height: 100%;
}
.upimg, .notBlock{
    display: none !important;
}
.errorArchivo{
    font-size: 16px;
    font-family: arial;
    color: #cc0000;
    text-align: center;
    font-weight: bold; 
    margin-top: 10px;
}
.delPhoto{
    color: #FFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: red;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 10;
}


/* MODALS ----------- */
.modal .modal-header {
  padding: 10px 30px;
  background-color:#0d6efd;
  color: #FFFFFF;

  
}

.modal .modal-content {
border-radius: 3px;
}

.modal .modal-title {
display: inline-block;
}
    
.modal form label {
font-weight: normal;
color: #666666;
}

.modal .form-control {
border-radius: 2px;
border-color: #99CCFF;
}

.invoive-form-control {
  width: 130px;
  border-bottom: 1px solid var(--input-form-light);
}


#page_pdf{

  /*border:1px solid #000000;*/
  width: 100%;
  margin: 15px auto 10px auto;
}
#factura_head, #factura_cliente, #factura_detalle{
  width: 100%;
 
}
.logo_factura{
  width: 20%;
  padding: 15px  50px;
}
.info_empresa{
  width: 50%;
  text-align: center;
}
.info_factura{
  width: 30%;
  padding: 5px 5px 0 5px;
}
.info_cliente{
  width: 50%;
 
}
.datos_cliente{
  width: 50%;
  padding: 5px 5px 0 5px;
}
.datos_cliente tr td{
  width: 50%;
}
.datos_cliente{
  padding: 10px 10px 0 10px;
}
.datos_cliente label{
  width: 75px;
  display: inline-block;
}
.datos_cliente p{
  display: inline-block;
}

.textright{
  text-align: right;
}
.textleft{
  text-align: left;
}
.textcenter{
  text-align: center;
}
.round{
  border-radius: 10px;
  border: 1px solid #0a4661;
  overflow: hidden;
}
.round p{
  padding: 0 15px;
}


.nota{
  font-size: 8pt;
}
.label_gracias{
  font-family: verdana;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-top: 20px;
}
.anulada{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.container {
   
    width: 100%;
    /*min-height:140px ;*/
    padding: 2px;
    background: ##eeeaea;

}

.codigobarra {
   
    width: 100%;
    min-height:50px ;
    padding: 2px;
    background: ##eeeaea;
    align-content: center;

}

.centraEan{
   padding: 5px;
}


textarea {
  min-width: 100%;
  min-height: 60px;
  resize: none;
}

#totalVenta, #totalVentaRegistrar{
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20pt;
}

#factura_detalle{
  border-collapse: collapse;
}
#factura_detalle thead th{
  background: #058167;
  color: #FFF;
  padding: 5px;
}
#detalle_productos tr:nth-child(even) {
    background: #ededed;
}
#detalle_totales span{
  font-family: 'Raleway', sans-serif;
}

#boleta_subtotal, #boleta_iva, #boleta_total, #boleta_dcto{
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12pt;
}

.infoventas{
margin: opx auto;

}
