.content-table {
    width: 0 auto;
    height: 21vh;
    min-height: calc(100vh - 150px) !important;
    max-height: calc(100vh - 120px);
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-right: 0;
}

.content-table span {
    font-size: 10px;
    font-weight: bold;
    background-color: rgb(86, 119, 228);
    color: rgb(243, 242, 245);
    justify-content: center;
    padding: 2px 4px;
    display: block;
}

.content-table table {
    border-collapse: collapse;
    font-family: sans-serif;
    min-width: 450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-spacing: 0;
    width: 100%;
}

.content-table table thead {
    background-color: #0f2147 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.content-table thead tr {
    color: #c7bfbf;
    text-align: middle;
    font-size: 1em;
}

.content-table th {
    text-align: center;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table th,
.content-table td {
    padding: 5px 5px;
    font-size: .7em;
    border-right: 1px solid #e8e9eb;
}

.content-table td {
    height: 1.5rem;
    max-height: 1.5rem;
    padding: 2px 5px;
    place-content: baseline center;
}

.content-table tbody tr:nth-of-type(even) {
    /*background-color: #f5eded;*/
    background-color: #fdfafa;
}

.content-table tbody tr:hover {
    background-color: rgb(248, 230, 181);
    /*    cursor:context-menu;*/
    cursor: hand;
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #010525;
}

.td-left {
    padding-left: 5px !important;
    text-align: left;
}

.td-right {
    padding-right: 5px !important;
    text-align: right;
}

.td-center {
    text-align: center;
}


/*TAMANOS DE CONTENIDOS DE FORMULARIOS*/

.content-table-inventario {
    min-height: calc(100vh - 109px) !important;
}

.content-table-inventario-mantenimiento {
    min-height: calc(100vh - 90px) !important;
}

.content-table-alta {
    min-height: calc(100vh - 80px) !important;
}

.content-table-venta {
    min-height: calc(100vh - 150px) !important;
}

.content-table-registroventa {
    min-height: calc(100vh - 117px) !important;
}

.content-table-modal {
    min-height: calc(100vh - 160px) !important;
}

.content-table-modal tr td {
    place-content: center;
}

.content-table-compra {
    min-height: calc(100vh - 110px) !important;
}

.content-table-prodxproveedor {
    min-height: calc(100vh - 90px) !important;
}

.content-table-kardex {
    min-height: calc(100vh - 110px) !important;
}

.content-table-stock {
    min-height: calc(100vh - 110px) !important;
}

.content-table-compra-productos {
    min-height: calc(100vh - 160px) !important;
}

.content-table-ctasxpagar {
    min-height: calc(100vh - 140px) !important;
}

.content-table-maestras {
    min-height: calc(100vh - 90px) !important;
}

.content-table-clientes {
    min-height: calc(100vh - 120px) !important;
}

.content-table-proveedores {
    min-height: calc(100vh - 85px) !important;
}

.content-table-productos {
    min-height: calc(100vh - 120px) !important;
}

.content-table-salida-normal {
    min-height: calc(100vh - 130px) !important;
}

.content-table-salida-Venta {
    min-height: calc(100vh - 190px) !important;
}

.content-table-transferencia {
    min-height: calc(100vh - 115px) !important;
}

.content-table-gastosencaja {
    min-height: calc(100vh - 140px) !important;
}

.content-table-puntoventa {
    min-height: calc(100vh - 80px) !important;
}

.content-table-historial {
    min-height: calc(100vh - 80px) !important;
}

.content-table-listaprecios {
    min-height: calc(100vh - 80px) !important;
}


.content-table-venta-buscaproducto {
    min-height: calc(100vh - 225px) !important;
}


/*-----SUB LISTADOS ------*/

.content-table .subtable table thead {
    color: rgb(151, 12, 12);
    background-color: #02192c !important;
}

.content-table .subtable table tbody tr:nth-of-type(even) {
    background-color: #d5d7e2 !important;
}

.content-table .subtable table thead tr:hover {
    background-color: #02192c;
}

.content-table .subtable table tbody tr {
    background-color: #ece9da !important;
}

.content-table .subtable table tbody tr td {
    place-content: center !important;
    color: black;
}

.height-subtable {
    margin-top: 8px;
    min-height: 15em !important;
}

.sizeheightconfpvta {
    height: 23rem;
}

.listaModal {
    place-content: center;
}

.linkCollapse {
    font-weight: 600;
    color: #0d1553;
}

.linkCollapse:hover {
    text-decoration: underline;
    cursor: hand;
    color: rgb(8, 8, 56);
}

.font-size-input-listado {
    font-size: 12px;
    min-width: 80px
}

.font-size-input-sublistado {
    font-size: 12px;
    min-width: 80px
}

.deshabilitarItem {
    color: gray;
    cursor: not-allowed;
    opacity: 0.6;
}

.table-list-venta {
    z-index: 5000;
    height: 25rem;
    width: 58.3rem;
    margin-top: 1px;
    background: rgba(245, 240, 168, 0.7);
}


/*INFORMACION DEL PRODUCTO*/

.informacionProducto {
    background-color: rgba(139, 181, 243, 0.5);
    border: rgb(139, 181, 243) 0.5px solid;
    padding: 0;
    margin: 0;
    height: 70px;
    border-radius: 4px;
    display: flex;
}

.informacionProducto img {
    width: 4rem;
    height: 100%;
    margin-right: 5px;
}

.informacionProducto .nota {
    width: 85%;
}

.informacionProducto .producto {
    color: blue;
    font-size: 2vh;
    font-weight: 700;
}

.informacionProducto .descripcion {
    color: blue !important;
    font-size: 1.7vh;
    margin-left: .8rem;
    width: 100%;
}

.informacionProducto .activo {
    color: rgb(9, 67, 71);
    font-size: 1.7vh;
    margin-left: .8rem;
}

.informacionProducto .categoria span {
    font-size: 1.8vh;
    background: rgba(245, 240, 168, 0.7);
    border: none;
    font-weight: 600;
    color: red;
}

.informacionProducto .categoria select {
    border: none;
}


/******************************************/

@media only screen and (max-width: 600px) {
    .content-table-inventario {
        min-height: calc(100vh - 179px) !important;
    }
    .content-table-compra {
        min-height: calc(100vh - 178px) !important;
    }
    .content-table-ctasxpagar {
        min-height: calc(100vh - 176px) !important;
    }
    .content-table-compra-productos {
        min-height: calc(100vh - 340px) !important;
    }
    .content-table-transferencia {
        min-height: calc(100vh - 150px) !important;
    }
    .content-table-puntoventa {
        min-height: calc(100vh - 80px) !important;
    }
    .content-table-alta {
        min-height: calc(100vh - 150px) !important;
    }
    .content-table-registroventa {
        min-height: calc(100vh - 185px) !important;
    }
    .content-table-venta {
        min-height: calc(100vh - 216px) !important;
    }
    .content-table-kardex {
        min-height: calc(100vh - 180px) !important;
    }
    .content-table-stock {
        min-height: calc(100vh - 213px) !important;
    }
    .content-table-historial {
        min-height: calc(100vh - 145px) !important;
    }
    .content-table-listaprecios {
        min-height: calc(100vh - 115px) !important;
    }
    .content-table-gastosencaja {
        min-height: calc(100vh - 175px) !important;
    }
    .sizeheightconfpvta {
        height: 22rem;
        overflow-x: hidden;
    }
    .ocultarReg {
        display: none;
    }
    .table-list-venta {
        height: 23rem;
        width: 30rem;
    }
}