﻿/*Modal procesar*/
.procesar {
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1096;
}

    .procesar img {
        position: absolute;
        top: 100px;
    }

.procesarHome {
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1096;
    min-height: 100%; /*calc(100vh + 75px);*/
}

    .procesarHome img {
        position: absolute;
        top: 100px;
    }

/*Hover para todos los select o dropdownlist*/
.form-floating select:hover {
    cursor: pointer;
}

.form-floating select option:hover {
    cursor: pointer;
}

.scroll-sidebar {
    position: relative;
    height: 100%;
}

/*limites height texto correo perfil pagina principal*/
.perfil-correo p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Cambio de hover y color seleccion menu modulos*/
.sidebar-nav > ul > .sidebar-item > .sidebar-link.active {
    background-color: #11142d;
    color: #fff;
    opacity: 1;
    font-weight: 400
}

.sidebar-nav ul {
    padding: 0 20px
}

    .sidebar-nav ul .sidebar-item {
        width: 100%;
        margin-bottom: 10px
    }

        .sidebar-nav ul .sidebar-item .sidebar-link {
            padding: 11px 12px;
            display: flex;
            border-radius: 9px;
            white-space: nowrap;
            align-items: center;
            position: relative;
            line-height: 25px;
            font-size: 16px;
            opacity: .6;
            color: #fff;
            font-weight: 400
        }

            .sidebar-nav ul .sidebar-item .sidebar-link .feather, .sidebar-nav ul .sidebar-item .sidebar-link i {
                font-style: normal;
                line-height: 25px;
                font-size: 20px;
                color: #fff;
                text-align: center;
                width: 21px;
                display: inline-block;
                margin-left: 8px;
                margin-right: 15px
            }

            .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .sidebar-nav ul .sidebar-item .sidebar-link.active, .sidebar-nav ul .sidebar-item .sidebar-link:hover {
                opacity: 1
            }

            .sidebar-nav ul .sidebar-item .sidebar-link.active {
                font-weight: 500
            }

            .sidebar-nav ul .sidebar-item .sidebar-link:hover {
                background-color: rgba(0,0,0,.04)
            }

        .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
            background-color: #11142d;
            color: #fff;
            opacity: 1
        }

        .sidebar-nav ul .sidebar-item .first-level {
            padding: 10px 0 0 5px
        }

            .sidebar-nav ul .sidebar-item .first-level .sidebar-item {
                margin-bottom: 0
            }

                .sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link {
                    opacity: 1
                }

                .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
                    padding: 10px 35px 10px 15px
                }

                    .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
                        margin-left: 0;
                        font-size: 16px
                    }



/*Cambio de tipologia de letra*/
:root {
    --bs-blue: #1a9bfc;
    --bs-indigo: #6610f2;
    --bs-purple: #7460ee;
    --bs-pink: #e83e8c;
    --bs-red: #fc4b6c;
    --bs-orange: #fb8c00;
    --bs-yellow: #fdc90f;
    --bs-green: #39cb7f;
    --bs-teal: #20c997;
    --bs-cyan: #0bb2fb;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #11142d;
    --bs-gray-100: #f6f8fb;
    --bs-gray-200: #ecf0f2;
    --bs-gray-300: #f1f9ff;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #546269;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #4f5467;
    --bs-gray-800: #11142d;
    --bs-gray-900: #223640;
    --bs-primary: #1e4db7;
    --bs-secondary: #6c757d;
    --bs-success: #39cb7f;
    --bs-info: #0bb2fb;
    --bs-warning: #fdc90f;
    --bs-danger: #fc4b6c;
    --bs-light: #f6f8fb;
    --bs-dark: #11142d;
    --bs-cyan: #0bb2fb;
    --bs-orange: #fb8c00;
    --bs-purple: #7460ee;
    --bs-inverse: #2f3d4a;
    --bs-megna: #01c0c8;
    --bs-light-danger: #fdf3f5;
    --bs-light-success: #ebfaf2;
    --bs-light-warning: #fff4e5;
    --bs-light-primary: #ddebff;
    --bs-light-info: #e6f4ff;
    --bs-light-inverse: #f6f6f6;
    --bs-light-megna: #e0f2f4;
    --bs-light-secondary: #e7e9f0;
    --bs-dark-danger: #e6294b;
    --bs-dark-success: #1eacbe;
    --bs-dark-warning: #e9ab2e;
    --bs-dark-primary: #6352ce;
    --bs-dark-info: #028ee1;
    --bs-primary-rgb: 30,77,183;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 57,203,127;
    --bs-info-rgb: 11,178,251;
    --bs-warning-rgb: 253,201,15;
    --bs-danger-rgb: 252,75,108;
    --bs-light-rgb: 246,248,251;
    --bs-dark-rgb: 17,20,45;
    --bs-cyan-rgb: 11,178,251;
    --bs-orange-rgb: 251,140,0;
    --bs-purple-rgb: 116,96,238;
    --bs-inverse-rgb: 47,61,74;
    --bs-megna-rgb: 1,192,200;
    --bs-light-danger-rgb: 253,243,245;
    --bs-light-success-rgb: 235,250,242;
    --bs-light-warning-rgb: 255,244,229;
    --bs-light-primary-rgb: 221,235,255;
    --bs-light-info-rgb: 230,244,255;
    --bs-light-inverse-rgb: 246,246,246;
    --bs-light-megna-rgb: 224,242,244;
    --bs-light-secondary-rgb: 231,233,240;
    --bs-dark-danger-rgb: 230,41,75;
    --bs-dark-success-rgb: 30,172,190;
    --bs-dark-warning-rgb: 233,171,46;
    --bs-dark-primary-rgb: 99,82,206;
    --bs-dark-info-rgb: 2,142,225;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 103,117,124;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: "ABeeZee",DM Sans;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #67757c;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #ecf0f2;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 4px;
    --bs-border-radius-sm: 1px;
    --bs-border-radius-lg: 10px;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #1e4db7;
    --bs-link-hover-color: #183e92;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fff4cf
}

/*Header tablas*/
.table thead tr {
    background-color: #FACA2A !important;
    color: #153D89 !important;
}


/*CheckBox*/
.DefaultCheckBoxList li {
    float: left;
    list-style-type: none;
    margin: 5px;
}

.DefaultCheckBoxList input {
    width: 1.375em;
    height: 1.375em;
    margin-top: 0.0625em;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    border: 0;
}

    .DefaultCheckBoxList input:hover {
        cursor: pointer;
    }

.DefaultCheckBoxList label:hover {
    cursor: pointer;
}

@media only screen and (max-device-width: 100%) {
    DefaultCheckBoxList li {
        float: none;
    }
}

