﻿body {
    font-size: 0.8rem;
}
.centeredDiv {
    width: 50vmin;
    height: 50vmin;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25vmin;
    margin-left: -25vmin;
    background: #FF0000;
}

.nombre {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    /*font-size: 1.6rem;*/
}

.cn {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    /*  font-size: 1.1rem;*/
}
.caja-texto-readonly {
    border: 1px solid #ced4da; /* Color del borde similar a un input */
    border-radius: 4px; /* Bordes redondeados */
    background-color: #e9ecef; /* Fondo gris claro para readonly */
    padding: 6px 12px; /* Espaciado interno similar a un input */
    height: auto; /* Ajuste automático de la altura */
    font-size: 1rem; /* Tamaño de fuente similar a un input */
    color: #495057; /* Color del texto similar a un input */
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%); /* Sombra interna */
    text-align: center; /* Texto centrado */
}

.cuadro {
    background-repeat: no-repeat;
    background-color: transparent;
    border-top: 2px solid #efefef;
    border-right: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    white-space: nowrap;
    height: 60%;
    width: 340px;
    margin: 0px;
    outline: 0px;
    padding: 0px;    
    top: 5%;
    left: 5%;
    margin-top: 10px;
    /*margin-top: -1vmin;*/
}
.cuadronew {
    position: absolute;
    width: 80%;
    height: 80%;
    min-width: 320px;
    min-height: 340px;
    background: transparent;

}
#linea4 {
    border: 4px solid #00b2a9;
    display: block;
}
.abajo {
    position: absolute;
    bottom: 82px;
    width: 90%;
}

.imagenbarcode {
}

.cuadroform {
    border-radius: 0.3rem;
    color: #00b2a9;
    background-repeat: no-repeat;
    /*background-color: #bd2130;*/
    border-top: 0px;
    border-right: 2px solid #efefef;
    border-left: 0px;
    border-bottom: 0px;
    /*white-space: nowrap;*/
    /*height: 60%;            */
    min-width: 350px;
    margin: 0px;
    outline: 0px;
    padding: 0px;
    vertical-align: baseline;
    position: relative;
    box-shadow: 5px 10px 14px 0px #d7cfcf;
}

.numero {
    margin-bottom: 0.1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 2;
    font-size: 1.1rem;
    color: inherit;
}

.titulotexto {
    margin-bottom: 0.1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.0rem;
}
