@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";
/*@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;700&display=swap');*/
/*Barra de navegacion*/

section{
    margin: 4px;
}

.grupo1{
    height: 75px;
    display: flex;
    width: 100%;
}

#formulario{
        /*height: auto;*/
        display: flex;
        height: 100px;
        margin-top: 15px;
}

.tabla{
    margin-top: 6px;
    width: 100%;
}
.logo{/*caja logo*/
        width:50%;
        vertical-align:top;
}
.contacto{
    margin-top: 14px;
    width: 25%;
}
.cajita1{/*caja inputs*/
        border-radius: 6px;
        border: solid 1px rgb(209, 209, 209);
        width: 70%;
        display: flex;
        height: 100%;
}

.cajita2{/*caja cotizacion*/
        text-align: center;
        background-color: rgb(238, 237, 237);
        border-radius: 6px;
        border: solid 1px rgb(168, 168, 151);
        width: 25%;
}

.cajita4{/*caja fecha*/
        padding: 4px;
        height: 100%;
        width: 30%;
        margin-left: 10px;
        border: solid 1px rgb(209, 209, 209);
        border-radius: 6px;
}

td {
        text-align: left;
        padding-left: 4px;
        vertical-align:middle;
        white-space: nowrap;
}

.btn-stock {
        background-color: transparent;
        border-color: transparent;
}

.btn-stock:hover{
        color: rgb(4, 228, 53);
}

.btn-delete{
            background-color: transparent;
            border-color: transparent;
}

.btn-delete:hover{
            color: red;
}

.celda{
            background-color: transparent;
            border-color: transparent; 
            padding-left: 10px;
            width: 90%;
            background-color: transparent;
            font-size: 12px;
}

.ventana{
    background-color: rgb(254, 255, 241)
}

tr{
    border: 0px;
    padding: none;
}
tr:nth-child(even){background-color: rgb(228, 226, 226);}
        /*tr:hover{
            background-color: rgb(228, 164, 253);
        }*/
        
.button-content{
    border: solid 1px rgb(168, 168, 168);
    border-radius: 20px;
    margin: 10px;
}

input{
    width: 60%;
    white-space: nowrap;/*elimina espacios en blanco contenid se ajusta celda*/
    border-color: transparent;
    background-color: transparent;
    padding: 0px;
}
.semaforo-rojo{
    background-color: red;
}
.semaforo-ambar{
    background-color: gold;
}
.semaforo-verde{
    background-color: chartreuse;
}

H1{
    text-align: center;
}
h3{
    text-align:right;
    margin-right: 16px;
    font-size: 11px;
}

.total{
    font-size: 12px;
    font-weight: 500;
    font-family: 'Courier New', Courier, monospace;
}
thead{
    background-color: rgb(168, 168, 168);
}

tfoot{
    padding-top: 4px;
    border-radius: 3px;
    border: solid 2px rgb(0, 0, 0);
}


.cajita1_1{
    width:25%;
    
}
.cajita1_3{
   width: 75%;
}

p{
    margin-right: 10px;
    text-align: right;
}

label{
    width: 70px;
}

.celda-cotizacion{
    text-align: center;
}

#celda_total{
    font-size: 20px;
}

.entradaDato{
    border: solid 1px;
    padding: 4px;
    margin: 6px;
    display: flex;
}

.fecha{
    display: flex;
}

.codigo{
    width: 10%;
}
th{
    margin-right: 8px;
}

