
.bg-custom1{
    background-color: #d2e0f6 !important;
}

.bg-custom2{
    background-color: #a5c2ee !important;
}

.bg-custom3{
    background-color: #849bbe !important;
}

.bg-custom4{
    background-color: #526177 !important;
}

.bg-custom5{
    background-color: #272e39 !important;
}

.color-custom1{
    color: #d2e0f6 !important;
}

.color-custom2{
    color: #a5c2ee !important;
}

.color-custom3{
    color: #849bbe !important;
}

.color-custom4{
    color: #526177 !important;
}

.color-custom5{
    color: #272e39 !important;
}


/*Nuevos*/




.bg-custom100{
    background-color: #202938 !important;
}



/* CABECERA */


#kt_app_header{
    background-color: rgb(32, 41, 56);
}


/*Checkbox de la tabla demandas*/
#tabla_demandas td:nth-child(1), #tabla_demandas td:last-child, #tabla_demandas td:nth-last-child(2), #tabla_clientes_demandas td{
    text-align: center;
    vertical-align: middle;
}

.accent-yellow {
    width: 16px;
    height: 16px;
    accent-color: #ffeb3b;
    align-self: center;
}




/*ALINEACION DE LAS TABLAS*/
#tabla_facturas_ventas td:nth-child(5), /* Subtotal */
#tabla_facturas_ventas td:nth-child(6), /* Impuestos */
#tabla_facturas_ventas td:nth-child(7), /* Total */
#tabla_facturas_ventas td:nth-child(8) { /* Pendiente */
    text-align: end;
}

#tabla_facturas_ventas td:nth-child(9), /* Subtotal */
#tabla_facturas_ventas td:nth-child(10), /* Impuestos */
#tabla_facturas_ventas td:nth-child(11), /* Total */
#tabla_facturas_ventas td:nth-child(12) { /* Pendiente */
    text-align: center;
}


#tabla_proveedores td:nth-child(5){
    text-align: center;
}

#tabla_presupuestos td:nth-child(5),
#tabla_presupuestos td:nth-child(6),
#tabla_presupuestos td:nth-child(7){
    text-align: end;
}

#tabla_presupuestos td:nth-child(8),
#tabla_presupuestos td:nth-child(9),
#tabla_presupuestos td:nth-child(10)
#tabla_presupuestos td:nth-child(11){
    text-align: center;
}



#tabla_facturas_gastos td:nth-child(6),
#tabla_facturas_gastos td:nth-child(7),
#tabla_facturas_gastos td:nth-child(8),
#tabla_facturas_gastos td:nth-child(9){
    text-align: end;
}

#tabla_facturas_gastos td:nth-child(10),
#tabla_facturas_gastos td:nth-child(11){
    text-align: center;
}





/* #kt_app_body #kt_app_root{
    background-color: black;
} */