﻿/*param corregir error que no permite ver el encabezado de los filtros de las tablas de colores*/
:root {
    --bb-table-sticky-background-color: #2192FF;
}

.lbl-xs {
    font-size: 0.7em;
    color: #6c757d;
}

.lbl-xs-white {
    font-size: 0.7em;
    color: white;
}
.lbl-md-white {
    font-size: 1em;
    color: white;
}
.lbl-md-dark {
    font-size: 1em;
    color: black;
}
.lbl-md-gray {
    font-size: 1em;
    color: #6c757d;
}

.bggrid-lightsteelblue {
    background-color: lightsteelblue
}
.bggrid-lightgoldenrodyellow {
    background-color: lightgoldenrodyellow
}
.bggrid-lightpink {
    background-color: lightpink
}

/*
    #1E1657 Morado
    #706EF7: turquesa
    #009FE3: celeste
*/
.bi {
    vertical-align: -.125em;
    fill: white;
    stroke: #2A3087;
}

    .bi::before {
        fill: #2A3087;
        stroke: white;
        transition: .5s;
        transform: scale(.9);
        z-index: -1;
    }

    .bi:hover {
        fill: #2A3087;
        stroke: #2A3087;
    }

.bi-check {
    fill: #22d53c;
    stroke: white;
}

.nav-lnk {
    display: block;
    padding: .5rem 1rem;
    color: darkgray;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-lnk {
        transition: none
    }
}

.nav-lnk:focus, .nav-lnk:hover {
    color: #6c757d
}

.nav-lnk.disabled {
    color: darkgray;
    pointer-events: none;
    cursor: default
}

.br8 {
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    height: 38px;
}

/*COLORES DE HEADER DE TABLAS Y FILTROS*/

.custom-header {
    background-color: #2192FF;
    color: white;
}

.custom-filter {
    background-color: #deeef6;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
}

/*FUNETES Y BOTONES*/
.label-roboto20 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}

.label-roboto24 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

#txt-container {
    width: 250px;
    height: 45px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #2192FF;
    align-content: center;
}

    #txt-container:hover {
        border-width: 3px;
        border-color: #2192FF;
    }

    #txt-container > input {
        background-color: transparent;
        border: none;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: left;
        color: #878787;
        border-radius: 10px;
        border-color: transparent;
        width: 210px;
    }

        #txt-container > input:focus {
            outline: none;
        }

    #txt-container > select {
        background-color: transparent;
        border: none;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: left;
        color: #878787;
        border-radius: 10px;
        border-color: transparent;
        width: 210px;
    }

        #txt-container > select:focus {
            outline: none;
        }


#btn-principal {
    width: 250px;
    height: 45px;
    border-radius: 10px;
    border: 1px;
    background: #2192FF;
    border: 1px solid #2192FF;
    color: white;
}

    #btn-principal:hover {
        border: 3px solid #265AE8;
    }

    #btn-principal > button {
        width: 250px;
        height: 45px;
        border-radius: 10px;
        border: 1px;
        background: #2192FF;
        border: 1px solid #2192FF;
        color: white;
    }

        #btn-principal > button:focus:hover {
            background: #2961FA;
            border: 3px solid #265AE8;
        }

.button {
    background-color: #5A5C69; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonIni {
    background-color: 5A5C69;
    color: white;
}

    .buttonIni:hover {
        background-color: #5A5C69;
        color: #EB2227;
    }

#app-header {
    background-color: #B5C8FD;
}
.text-app-header {
    color: darkblue;
}
#border-app-icon {
    border-color: darkblue;
}
    #border-app-icon:hover {
        border-color: firebrick;
        color: firebrick;
    }

#app-footer {
    background-color: #DEE7FF;
    height:40px;
}
.text-app-footer {
    color: darkblue;
}

