.btn-nuevo {
    /*background: rgb(73, 9, 252);*/
    color: rgb(43, 39, 51);
}
.btn-nuevo:hover {
    background: rgb(6, 1, 80);
    color: aliceblue;
}
.btn-agregar {
    /*background: rgb(73, 9, 252);*/
    color: rgb(130, 125, 175);
}
.btn-agregar:hover {
    background: rgb(6, 1, 80);
    color: aliceblue;
}

.btn-imprimir {
    /*background: rgb(3, 192, 199);*/
    color: rgb(43, 39, 51);
}
.btn-imprimir:hover {
    background: rgb(47, 190, 247);
    color: aliceblue;
}

.btn-guardar {
    color: rgb(87, 82, 97);
}
.btn-guardar:hover {
    background: rgb(13, 30, 77);
    color: aliceblue;
}
.btn-guardar-border {
    color: rgb(87, 82, 97);
    border: 0.2px solid;
}
.btn-guardar-border:hover {
    background: rgb(13, 30, 77);
    color: aliceblue;
}

.btn-generar {
    color: rgb(87, 82, 97);
}
.btn-generar:hover {
    background: rgb(37, 80, 199);
    color: aliceblue;
}

.colorFondoTituloFormulario {
    background-color: rgb(14, 5, 48);
}
.colorFondoTituloMantenimiento {
    background-color: rgb(1, 26, 46);
}
.colorTextoSeparador {
    background-color: rgb(9, 7, 70);
    color: rgb(219, 203, 181);
}

.colorTextoInformacion {
    background-color: rgb(23, 22, 65);
    color: rgb(219, 203, 181);
}
.colorTextoResultado {
    background-color: rgb(48, 7, 4);
    color: rgb(231, 247, 7);
}

.text-rojo-100{
    color: rgb(100,0,0);
}
.text-azul-100{
    color: rgb(0,0,100);
}
.text-azul-90:disabled, .text-azul-100 {
    color: rgb(167, 163, 173);
}
.text-azul-90{
    color: rgb(0, 0, 50);
}
.text-blanco-100 {
    color:white !important;
}
.text-blanco-80 {
    color:rgb(230, 222, 222) !important;
}
.fondo-texto-azul-90 {
    background: rgb(12, 12, 94) !important;
}

.text-amarillo-100{
    color: yellow;
}

.colorBarraEstadoCompra {
    background: rgb(89, 80, 104);
}
.colorBarraEstadoCompra span {
    border: none;
    background: rgb(89, 80, 104);
    color: bisque;
}
.colorBarraEstadoCompra input {
    border: none;
    background: rgb(89, 80, 104) !important;
    color: rgb(241, 227, 18);
}

.colorLinkCollapse {
    color: rgb(24, 24, 145);
}

.colorEntradaKardex {
    background-color: rgb(105, 141, 220);
}
.colorSalidaKardex {
    background-color: rgb(196, 62, 62);
    color: azure;
}
.colorSaldoKardex {
    background-color: bisque;
}

.bg-verde-10 {
    background: rgba(152, 235, 129, 0.308) !important;
}
.bg-verde-20 {
    background: rgba(165, 238, 181, 0.473) !important;
}
.bg-verde-30 {
    background: rgba(157, 245, 99, 0.466) !important;
}
.bg-verde-40 {
    background: rgba(183, 231, 95, 0.466) !important;
}
.bg-verde-50 {
    background: rgba(208, 252, 142, 0.685) !important;
}

.text-verde-10 {
    color: rgba(152, 235, 129, 0.308) !important;
}
.text-verde-20 {
    color: rgba(165, 238, 181, 0.473) !important;
}
.text-verde-30 {
    color: rgba(157, 245, 99, 0.466) !important;
}
.text-verde-40 {
    color: rgba(183, 231, 95, 0.466) !important;
}
.text-verde-50 {
    color: rgba(208, 252, 142, 0.685) !important;
}
.text-verde-100 {
    color: rgb(0, 254, 0) !important;
}

.bg-rojo-10 {
    background: rgba(206, 116, 94, 0.445) !important;
}
.bg-rojo-20 {
    background: rgba(238, 165, 165, 0.473) !important;
}
.bg-rojo-30 {
    background: rgba(245, 128, 99, 0.466) !important;
}
.bg-rojo-40 {
    background: rgba(231, 111, 95, 0.466) !important;
}
.bg-rojo-50 {
    background: rgba(238, 71, 71, 0.829) !important;
}

.text-rojo-10 {
    color: rgba(206, 116, 94, 0.445) !important;
}
.text-rojo-20 {
    color: rgba(238, 165, 165, 0.473) !important;
}
.text-rojo-30 {
    color: rgba(245, 128, 99, 0.466) !important;
}
.text-rojo-40 {
    color: rgba(231, 111, 95, 0.466) !important;
}
.text-rojo-50 {
    color: rgba(238, 71, 71, 0.829) !important;
}
.text-rojo-100 {
    color: rgb(254, 0, 0) !important;
}

.bg-azul-10 {
    background: rgba(123, 174, 250, 0.959) !important;
}
.bg-azul-20 {
    background: rgba(123, 174, 250, 0.767) !important;
}
.bg-azul-30 {
    background: rgba(57, 130, 240, 0.959) !important;
}
.bg-azul-40 {
    background: rgba(35, 116, 236, 0.959) !important;
}
.bg-azul-50 {
    background: rgba(33, 65, 114, 0.562) !important;
}

.text-azul-10 {
    color: rgba(123, 174, 250, 0.959) !important;
}
.text-azul-20 {
    color: rgba(123, 174, 250, 0.767) !important;
}
.text-azul-30 {
    color: rgba(57, 130, 240, 0.959) !important;
}
.text-azul-40 {
    color: rgba(35, 116, 236, 0.959) !important;
}
.text-azul-50 {
    color: rgba(33, 65, 114, 0.562) !important;
}
.text-azul-100 {
    color: rgb(0, 0, 254) !important;
}

.bg-amarillo-10 {
    background: rgba(243, 238, 172, 0.959) !important;
}
.bg-amarillo-20 {
    background: rgba(243, 238, 172, 0.856) !important;
}
.bg-amarillo-30 {
    background: rgba(243, 235, 119, 0.774) !important;
}
.bg-amarillo-40 {
    background: rgba(247, 235, 77, 0.925) !important;
}
.bg-amarillo-50 {
    background: rgba(248, 236, 61, 0.959) !important;
}

.text-amarillo-10 {
    color: rgba(243, 238, 172, 0.959) !important;
}
.text-amarillo-20 {
    color: rgba(243, 238, 172, 0.856) !important;
}
.text-amarillo-30 {
    color: rgba(243, 235, 119, 0.774) !important;
}
.text-amarillo-40 {
    color: rgba(247, 235, 77, 0.925) !important;
}
.text-amarillo-50 {
    color: rgba(248, 236, 61, 0.959) !important;
}
.text-amarillo-100 {
    color: rgb(253, 237, 10) !important;
}

.text-excel {
    color: rgba(68, 189, 44, 0.973) !important;
}
.text-excel:focus {
    background-color: green;
    color: rgba(23, 243, 89, 0.973) !important;
}
.text-pdf {
    color: red !important;
}
.text-pdf:focus {
    color: red !important;
}
