/** GENERALES **/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
    line-height: 2;   
   
  
}

/** Globales **/
.contenedor{
    position: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/fondo-inventario.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  /* height: 100vh; */
}

h1,
h2,
h3,
h4 {
    font-family: 'Gayathri', sans-serif;
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 4rem;
    line-height: 1.2;
}

h3 {
    font-size: 3.2rem;
}

h4 {
    font-size: 2.8rem;
}

img {
    max-width: 100%;
}
.logo{
    position:absolute;
    right: 30px;
    bottom: 20px;  
    width: 130px;
     z-index: -1;
}
.logo img{
    filter: drop-shadow(0px 1px 1px rgb(255, 255, 255));
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

input{
    padding-left: 6px !important;
}

input:focus, select:focus{
    box-shadow: 0px 0px 1px 1px #43c6ac !important;
    outline: none;
}

/** LOGIN **/

.contenedor-login{
    position:absolute;
    top: 50%;
    left: 50%;
    transform:  translate( -50%,-50%);
    width: 600px;
    height: 300px;
    background-color: #ffffffde;
    border: 1px solid #272727;
    border-radius: 12px;
    padding: 1.5rem; 
}

@media (max-width: 600px){
    .contenedor-login{
        width: 90%;
        height:auto;
        padding: 1.5rem; 
        
    }
    .botones{
        margin: 0 auto  !important;      
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
        width: auto !important;
    }
    .botones button{
        padding: .5rem !important;
    }
    .contenedor-login p{
        margin-bottom: 10px !important;
    }
    .group-input{
        display: flex;
        flex-direction:column;
    }
    .group-input input, .group-input select{
        text-align: center;
        text-align-last: center;
        padding: .4rem !important;
    }
    .form-usuario{
        flex-direction:column;
    }
    .group-input label{
        width:100% !important;
        font-weight: 500;
        font-size: 1.1rem !important;
        text-align: center !important;
    }
    .campos{
        width: 100% !important;
    }
    .opciones{
        /* margin-left: 9rem !important; */
        right: 25px !important;
        width: 196px !important;
    }
    .logo{
        display: none !important;
    }

}

@media (max-width: 353px) {

    .botones{
        margin-top: -1rem !important;
        display:flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    .btn-aceptar{
        margin-top: 1rem !important;
    }
    .botones button{
        margin-bottom: .5rem !important;
    }
}


.contenedor-login p{
    text-align: center;
    font-size: 1rem;
    margin-bottom: -10px;
}
.form-usuario{
    display: flex;
    margin-bottom: -2rem;
}
.campos{
    width: 80%;
}
.group-input{
    display: flex;
    margin-bottom: 10px;
}
.group-input label{
    font-size: .9rem ;
    display: inline-block;
    width: 50%;
    font-weight: 600;
}
.group-input select,.group-input input{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #2f3e54;
    filter: drop-shadow( 1px 2px 2px black);
}

.botones{
    width: 20%;
    margin-left: 1rem;
    margin-bottom: -2rem;
}
.botones button{
    width: 100px;   
    border-radius: 6px;
    padding: .2rem;
    border: 2px solid #2f3e54; 
}

.botones button:hover{
    filter: drop-shadow( 1px 2px 2px black);
    -webkit-transform:scale(1.02);
    -moz-transform:scale(1.02);
    -ms-transform:scale(1.02);
    -o-transform:scale(1.02);
    transform:scale(1.02);
}

.imagen-login{
    margin: 0 auto;
    width: 100px;
    height: 80px;
}

.imagen-login img{
    filter: drop-shadow(2px 3px 3px #272727);
}

.opciones{
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    margin-left: 14.4rem;
    margin-top: -.7rem;
    border: .2px solid #646464;
    border-radius: 12px;
    
}

.opciones ul{
    list-style: none;
    padding: 0;
    margin:0;
}
.opciones li{
    padding: 0;
    margin: 0;
    line-height: 2; 
    line-height: 2.8rem;
}
.opciones li:first-child{
    border-bottom: 1px solid #646464;
}

.opciones a{
    padding: 1rem;
    padding-right: 2rem;
    font-size: 1rem;
    text-decoration:none;
    color: black;
    cursor: default;
}
.opciones li:first-child a{
    padding-right: 45px;
}

.opciones li:hover{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
   
}

#abrir_conexion i{
    font-size: 1.2rem;
    margin-right: 2px;
    color: darkgoldenrod;  
}

#nueva_conexion i{
    font-size: 1.2rem;
    margin-right: 2px;
    color: rgb(219, 219, 219);
    filter: drop-shadow(0px 1px .5px #000);
}

/** VENTANA ABRIR CONEXION **/
.ventana_abrir_conexion,.ventana_agregar_conexion{
    position:absolute;
    top: 50%;
    left: 50%;
    transform:  translate( -50%,-50%);
    width: 620px;
    border: 1px solid #272727;
    filter: drop-shadow(0px 0px 2px #000);
    border-radius: 12px;
    background-color: #fff ;
    display: none;
}

.grupos-abrir{
    padding: 1.5rem;
}

.info-ventana{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  background-color: #22242a; 
  /* background: linear-gradient(177deg, #000046 3%,#1cb5e0 179% ); */
  /* background: linear-gradient(177deg, #22242a 3%,#22242a 179% ); */
  margin: 0;
  padding: 0;
  border-bottom: .5px solid #272727;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
}

.info-ventana p{
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.info-ventana button, .info-ventana a{
    text-decoration:none;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.884);
    margin: 0;
    padding: 0;
    margin-right: 13px;
    background-color:transparent;
    outline:none;
    border: none;
    border-radius: 6px;
    
}

.info-ventana button:hover, .info-ventana a :hover,.info-ventana a  i:hover{
    color:#df2b37;
}

.info-ventana button:focus {
    outline: none;
    box-shadow: none;
  }

.acomodar-form{
    display: flex;
    justify-content: space-between;
}

.btns-ventana{
    margin-left: 0;
    margin-top: 1.5rem;
}
.grupos-abrir label{
    width: 240px;
}


@media (max-width: 600px) {
    .ventana_abrir_conexion,.ventana_agregar_conexion{
        width: 90%;
    }
    .acomodar-form{
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (orientation: landscape) and (max-device-width: 1200px){
    .logo{
        display: none !important;
    }
    .empresas{
        width: 90% !important;
        height: auto !important;
        margin-top: 0rem !important;
    }
}

/** Pagina EMPRESAS**/

.empresas{
    width: 500px !important;
    height: 200px !important;
    margin-top: -3rem;
}


.contenedor-empresas{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}
.contenedor-empresas select{
    width: 100%;
    height: 35px;
     margin-bottom: 2rem;
    border-radius: 6px;
}

.contenedor-empresas label{
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.btns-regresar{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.btns-regresar button{
    width: 100px;
    height: 30px;
    border-radius: 6px;
    padding: .2rem;
    border: 2px solid #2f3e54; 
    color: #fff;
}

.btns-regresar button:first-child a{
    text-decoration: none;
    color: #fff;
    cursor: default;
}

.btns-regresar button:first-child{
   background-color: #949494;
}
.btns-regresar button:last-child{
    background-color: #2f3e54;   
}

.btns-regresar button:hover{
    filter: drop-shadow( 1px 2px 2px black);
    -webkit-transform:scale(1.02);
    -moz-transform:scale(1.02);
    -ms-transform:scale(1.02);
    -o-transform:scale(1.02);
    transform:scale(1.02);
}


@media (max-width: 600px) {
    .empresas{
        width: 90% !important;
        height: auto !important;
        margin-top: -3rem;
    }
    
}

@media (max-width: 353px) {

    .btns-regresar{
        margin-top: -1rem !important;
        display:flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    .btns-regresar button{
        margin-bottom: .5rem !important;
    }
    .btns-regresar button:first-child{
        margin-right: 0px;
    }
}


/*** PANEL EMPRESA ***/

.header-panel{ 
    position: fixed;
    width: 100%;
    background: #22242a;   
    z-index: 1;   
    padding-bottom: .5rem;
  
}

.barra-panel h1{
    font-size: 1.2rem;
    color: #fff;
    margin-top: -10px;

}

.barra-panel {
    text-align: center;
}

.btn-cerrar {
    width: 80px;
    padding: 4px;
    background-color: #3aaca0;
    text-decoration: none;
    float: right;
    margin-right: 10px;
    margin-bottom: 7px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
    transition-property: background;
}

.btn-cerrar:hover {
    background-color:#3aaca18f;
    color: #fff;
}

@media (min-width:780px) {
    .barra-panel {
        background-blend-mode: soft-light;
       
    }
  
    .btn-cerrar {
        padding: 5px;
        text-decoration: none;
        margin-top: -2rem;
        margin-right: 15px;
        font-size: 12px;
        color: #fff;
        transition: 0.5s;
        transition-property: background;
    }
}


/*** SideBar ***/


.sidebar {
    overflow:auto;
    background: #22242a;
    margin-top: 81px;
    position: fixed;
    left: 0px;
    width: 180px;
    height: 100%;
    transition: 0.5s;
    transition-property: left;
    z-index: 900;
}


@media (min-width: 780px) {
    .sidebar {
        overflow:auto;
        margin-top: 52px;
        padding-top: 0px;
        position: fixed;
        left: 0;
        height: 100%;
        transition: 0.5s;
        transition-property: left;
    }
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar a {
    text-decoration: none;
    color: white;
}
.sidebar a:hover{
    color: white !important;
}

.sidebar h3 {
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 50px;
    background: #000;
    user-select: none;
    font-weight: 600;
}

.sidebar h4 {
    font-size: 1.2rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 0;
    font-weight: 600;
}

@media (min-width: 780px) {
 
    .sidebar h3 {
        color: white;
        text-align: center;
        user-select: none;
    }
    .sidebar h4 {
        font-size: 1.2rem;
        box-sizing: border-box;
        text-align: center;
        line-height: 0;
        font-weight: 600;
    }
    .sidebar ul a {
        font-size: 12px;
    }
}

.sidebar ul a {
    display: block;
    width: 100%;
    font-size: 13px;
    padding-left: 25px;
    box-sizing: border-box;
    border-top: 1px solid #3aaca0;
    border-bottom: 1px solid #3aaca0;
    transition: .5s;
}

.sidebar ul a i {
    line-height: 2.5;
}

.sidebar ul li:hover a {
    background: #3aaca0;
}

.sidebar i {
    padding-right: 10px;
    font-size: 1.2rem;
}

label #sidebar_btn {
    z-index: 2;
    color: #fff;
    position: fixed;
    cursor: pointer;
    left: 0px;
    font-size: 35px;
    margin: 5px 12px;
    margin-top: -27px;
    transition: 0.5s;
    transition-property: color;
    padding-top: 3.5rem;
}

label #sidebar_btn:hover {
    color: #3aaca0;
}

#check:checked~.sidebar {
    display: none;
}
#check:checked~#sidebar_btn{
    color: #fff!important;
}
#check:checked~.sidebar a span {
    display: none;
}
#check:checked~.sidebar #flecha{
    display: none;
}
#check:checked~.sidebar h3 {
    display: none;
}

#check:checked~.sidebar a {
    font-size: 20px;
    margin-left: 170px;
    width: 80px;
}


@media (max-width: 768px) {
    .barra-panel{
        margin-top:-42px;
    }
    .barra-panel h1{
        position: relative;
        top: 2rem;
        z-index: -1;
    }
    .btn-cerrar{
        width: 60px !important;
    }
    .header-panel label i{
        margin-top:-59px !important;
    }
    .sidebar {
        margin-top: 50px;
    }
   
}

#check:not(:checked)~.sidebar {
    display: none;
}
#check:checked~.sidebar {
    display: block !important;
}

#check:checked~.sidebar a span {
  display: block !important;
}
#check:checked~.sidebar #flecha{
  display: block !important;
}
#check:checked~.sidebar h3 {
   display: block !important;
   font-size: 14px;
}
#check:checked~.sidebar a {
    font-size: 12px;
    margin-left: 0px;
    width: auto;
}

@media (max-width:300px){
    .barra-panel h1{
        position: relative;
        top: 0rem;
    }
 
    .barra-panel{
        margin-top:0;
    }
    .sidebar {
        margin-top: 81px;
    }
    .header-panel label i{
        margin-top:-25px !important;
    }
}

.contenido-panel {
    margin-left: 0px;
    transition: 0.5s;
    /* width: 100vw;
    height: 100vh !important;
    position: fixed;
    z-index: 0;*/
} 

.fondo-panel {
    overflow: auto !important;
    background: url(../img/fondo-panel.png);
    background-position: center;
    background-size: cover ;
    height: 85vh; 
    /* width:  100vw; */
}

@media (max-width: 450px){
    .fondo-panel {
        margin-top: 2rem;
        /* height: 60vh; 
        width:  100vw; */
        background-repeat: no-repeat;
        background-size: 782px 490px;
    }
}


#check:checked~.fondo-panel {
    margin-left: 0px;
}

#check:checked~.contenido-panel {
    margin-left: 0px;
}

@media (min-width:780px) {
    label #sidebar_btn {
        z-index: 2;
        color: #fff;
        position: fixed;
        cursor: pointer;
        left: 10px;
        font-size: 32px;
        margin: 5px 0;
        margin-top: -5px;
        transition: 0.5s;
        transition-property: color;
        padding-top: .5rem;
    }
    .sidebar i {
        padding-right: 10px;
        font-size: 1rem;
    }
/*   
    #check:checked~.sidebar {
        display: inline;
        left: -200px;
    }
    
    #check:checked~.sidebar a span {
        display: none;
    }
    #check:checked~.sidebar #flecha {
        display: none;
    }
    #check:checked~#lista_articulos ul a span{
        display: none;
    }

    #check:checked~.sidebar h3 {
        display: none;
    }
    #check:checked~.sidebar a {
        font-size: 20px;
        margin-top: 2rem;
        margin-left: 55px;
        width: 80px;
    }
    #check:checked~.contenido-panel {
        margin-left: 0px;
    }
    .contenido-panel {
        /* margin-left: 180px; 
        transition: 0.5s;
    } */
}

#check {
    display: none;
}

.sidebar ul li a {
    display: flex;
    align-items: center; 
}
.sidebar ul li a span{

    margin-right: 30px;
}




/************** PAGINA INVENTARIOS ************/
.contenedor-inventarios{
    margin-top: 3rem;
}
.contenedor-inventarios h1{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background:linear-gradient(90deg, #43c6ac -10%,#191654 100% );
    color: #fff;
    padding: 1rem;
    width: 100%;
}

.contenedor-seleccion{
    margin: 0 auto;
    margin-top: 9rem;
    padding: 2rem;
    width: 70%;
    height:250px;
    border: 1px solid #272727; 
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 2px 6px 1px #272727;
}

.grupo-inventario{
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: .5rem;
}

.grupo-inventario label{
    width: 150px;
    font-size: 16px;
    font-weight: 600;
}
.grupo-inventario input, .grupo-inventario select{
    width: 100%;
    border-radius: 6px;
    padding:.2rem;
}
.contenedor-radios{
    margin-left: 1rem;;
    margin-top: 1rem;
    border: 1px solid #272727;
    border-radius: 12px;
    padding: 1rem 2rem;
    float: left; 
    margin-bottom: 1rem;
    background-color: #fff;
}

.contenedor-seleccion button{
    margin-top: 5rem;
    float: right;
    width: 100px;   
    border-radius: 6px;
    padding: .2rem;
    border: 2px solid #2f3e54; 
}

.contenedor-seleccion button:hover{
    filter: drop-shadow( 1px 2px 2px black);
    -webkit-transform:scale(1.02);
    -moz-transform:scale(1.02);
    -ms-transform:scale(1.02);
    -o-transform:scale(1.02);
    transform:scale(1.02);
}

.contenedor-codigo{
    display: none;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: -21rem;   */
    top: -24rem;
    padding: 0rem;
    width: 80%;
    height:auto;
    min-height: 435px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 2px 6px 1px #272727;
    margin-bottom: -17rem !important;

}

.contenido-codigo{
    padding:1.5rem;
}
.fieldset-informacion{
    border: 0 none;
    border-radius: 14px;
    box-shadow: 0 0px 4px 0px #272727;
    padding: 0rem;
    padding-top: 5px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    margin-top: -18px;
    margin-bottom: 5px;
    background: #e0e0e0;
   
}

.label-colectora span,.label-almacen span{
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

.informacion-seleccion{
    display: flex;
    justify-content: space-around;    
    font-weight:600;
    font-size: 16px;
    margin-left: 1rem;
}

.dividir-inputs{
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin: 0;
}
.dividir-inputs label{
    font-weight: 600;
    font-size:14px;
}
.dividir-inputs input{
    border-radius: 4px;
    border: 1px solid #595959;
}

.input-articulo, .input-posicion{
    display: flex;
    flex-direction: column;
}
.input-articulo label,.input-posicion input{
    padding-left: 0 !important;
    text-align: center;
}

.input-posicion input{
    width: 65px;
}

.contenedor-info{
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 2rem;

}
.contenedor-info #tabla_codigo{
    width: 100%;  
    margin-top: -1px;
    text-align: center;
}
.group-barcode{
    display: flex;
    align-items: center;
}
.group-barcode i{
    font-size: 22px;
    background-color: rgb(255 255 255);
    border: 1px dashed #2727273b;

    padding: 2px;
}
 table.dataTable.table-sm>thead>tr>th{
    font-size: 14px;
}
#tabla_codigo tr td{
  border: .01px solid rgb(182, 182, 182) !important;
  font-size: 14px !important;
}

.datos-tabla th{
    text-align: center;
}

.contenedor-lector-codigo{
    position:relative;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40rem;
    padding: 0rem;
    width: 100%;
    height:auto;

}

.contenido-lector{
    display:none;
    position:absolute;
    top: 70%;
    left: 50%;
    transform:  translate( -50%,-50%);
    z-index: 1000;
    width: 50%;
    padding: 1rem;
    border-radius: 12px;
    background: #272727fa;
    /* background: linear-gradient(90deg, #43c6ac -26%,#191654 115% ); */
    color: #fff;
}
.btn-cerrar-lector button{
    float: right;
    padding:0;
    border: none;
    border-radius:6px;
    outline:none;
    background-color: transparent;
    margin-bottom: 4rem;

}
.btn-cerrar-lector button:focus{
    outline:none;
    box-shadow: none;
}
.contenido-lector button i{
    font-size:1.1rem;
    color: rgb(255, 255, 255);
}
.contenido-lector button i:hover{
    -webkit-transform:scale(1.19);
    -moz-transform:scale(1.19);
    -ms-transform:scale(1.19);
    -o-transform:scale(1.19);
    transform:scale(1.19);
}
.grupo-lector{
    display: flex;
    flex-direction: column;
    text-align:center;
    margin-top: .5rem;

}
.grupo-lector label{
    font-weight: 500;
}


.grupo-lector input{
    border-radius: 4px;
    border: 1px solid #fff;  
    margin: 0 auto;
    width: 80%;
}

.grupo-lector #nombre_articulo{
    background: transparent;
    outline: none;
    color: #fff;
    text-align: center;
    border: none;
    width: 90%;
    font-size: 16px;
}

.grupo-lector #nombre_articulo:focus{
    box-shadow: 0px 0px 0px 0px transparent !important;
    outline: none;
}

#form_lector hr{
    margin: 0;
}
.btns-lector{
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btns-lector button{
    border-radius: 6px;
    padding: .2rem .8rem;
    border: 2px solid #2f3e54; 
}

@media (max-width: 768px) {
 
    .contenedor-inventarios{
        overflow: auto;
        margin-top: 2.5rem;
    }
    .contenedor-inventarios h1{
        font-size:1rem;
        font-weight: 300;
        padding: .5rem;
    }
    .contenedor-seleccion{
        margin-top: 1rem;
        width: 90%;
        height:380px;
    }
    .grupo-inventario {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: .5rem;
    }
    .grupo-inventario input{
        background-color: #fff;
        padding: .35rem;
    }
    .grupo-inventario select{
        background-color: #fff;
        padding: .5rem;
    }
    .contenedor-radios {
        margin-left: 0rem;
        margin-top: 1.5rem;
        padding: 1rem 2rem;
        float: none;
        margin-bottom: 1.5rem;
        background-color: #fff;
        text-align:center;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-right: .5rem;
    }
     .inputs-radio{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: -2rem;
     }
    .contenedor-radios input[type="radio"]{
        border: 0px;
        width:1.3rem;
        height:1.3rem;
    }
    .contenedor-seleccion button {
        display:block;
        margin-top: 2rem;
        float: none;
        margin: 0 auto;
        width: 80%; 
        text-align: center;
        border-radius: 6px;
        padding: .5rem .2rem;
        border: 2px solid #2f3e54;
        background-color: #fff;
    }
    .contenedor-codigo{
        top: -27rem;
        width: 95% !important;
    }

    .contenido-lector{
        width: 60%;
    }

}

@media (max-width: 480px){
 
    .dividir-inputs{
        display: flex;
        /* flex-direction: column; */
        align-items: baseline;
    }
    .info-ventana{
        height: 40px;
    }
    .info-ventana button i{
        font-size:1.5rem;
    }
    .input-posicion{
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    .contenido-lector{
        margin-top: -3rem;
        width: 85%;
        transform:  translate( -50%,-58%);
    }
    .informacion-seleccion{
        display: flex;  
        align-items:center;
    }
    
}

@media (max-width: 350px){
    .dividir-inputs{
        display: flex;
        flex-direction: column;
        align-items:center;
    }
    .contenedor-inventarios h1{
        font-size:.8rem;
    }
    .btns-lector button{
      font-size:.8rem;
      width:75px;
    }
    .informacion-seleccion{
        display: flex;
        flex-direction: column;   
        align-items:flex-start;
    }
}

.flex-unidades{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.flex-unidades input{
    width: 50%;
    /* margin-right: 0;*/
    margin: 0;  
    margin-left: 30px; 
}
.unidad_medida{
    /* position: absolute;
    z-index: 2;
    right: 23px; */
    margin-left: 5px;
    font-size:14px;
    font-weight: 600;
}

.table .thead-dark th{
    background-color: #22242a !important;
}


/* table sweet alert */
.titulo-sweetalert{
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.contenedor-tabla-sweetalert{
  display: block;
  overflow: auto;
  height: 250px !important;
  font-size: 1rem;
}


/* Datatables */

div.dataTables_wrapper div.dataTables_filter input{
    border: 1px solid #595959 !important;
    border-radius: 4px !important;
    height: 25px;
}


div.dataTables_wrapper div.dataTables_filter label{
    font-size:14px;
}

div.dataTables_wrapper div.dataTables_filter input:focus{
    box-shadow: 0px 0px 1px 1px #43c6ac !important;
}
