body{
    background-color: #e0e9ef!important;
}
.infostore {
    display: flex;
    align-items: center;
    padding: 20px 2s0px;
}

.datestore {
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contador {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nrepara {
    margin-left: 10px;
}

.fecha {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#date-time {
    margin-left: 10px;
}

.row {
    margin-bottom: 6px;
    justify-content: space-between;
}

label {
    margin-bottom: 0;
}

.fecha span.form-control {
    font-size: 1.25rem;
    width: auto;
}

input[name="numform"] {
    width: 126px;
    border: none;
    background: #f2f2f2;
    text-align: right;
}


input[name="numquery"] {
    width: 126px;
    border: none;
    background: #000000;
    text-align: right;
    color: #ffffff;
    height: 100%;
    font-size: 1.5rem;
    border-radius: 5px;
}

.col.miniquery {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}


.table-primary td {
    text-align: center;
    width: auto!important;
}

.consulta {
    position: fixed;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: #fff;
    padding: 40px;
    top: 10%;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 50%);
}

button.btn-close {
    float: right;
    margin: 0 0 20px 0;
}

.d-flex{
    justify-content: space-between;
}

#paraimprimir input.form-control {
    background: none;
    padding: 0;
    border-width: 0 0 1px 0;
}

#paraimprimir textarea.form-control {
    background: none;
    padding: 5px 0;
    border-radius: 0;
    margin-top: 5px;
}

#paraimprimir label {
    font-weight: 500;
    font-size: 0.875rem;
}

#paraimprimir {
    display: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: #fff;
}

.content1, .content2{
    padding: 20px 0;
}