﻿body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}


.body-content {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.body-background {
    background-color: rgba(33, 37, 41, 0.09);
    background-size: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dl-horizontal dt {
    white-space: normal;
}


a {
    color: #2c4b91;
}

.btn {
    font-size: 14px !important;
}

/* =============================================== Progress =============================================== */
.UpdateProgress {
    position: fixed;
    background-color: #2D3E48;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 100%;
    height: 100%;
    z-index: 15000;
    top: 0;
}

    .UpdateProgress img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* =============================================== Cabecero y Pie =============================================== */
.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
}

    .main-header .header-top {
        position: relative;
        background: #fff;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
        padding: 0px;
        margin: 0px;
        min-height: 73px;
    }

.header-top img {
    max-height: 70px;
    padding: 10px;
    width: auto;
    text-align: left;
    border-radius: 5px;
    position: absolute;
    top: 2px;
    left: 30px;
    background: #fff;
}

.footer {
    padding-top: 10px;
    background: #fff;
    width: auto;
    text-align: center;
    border-top: 1px solid #7c7d7d;
}

.fixed-bottom2 {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

/* =============================================== Menu =============================================== */
.menusup {
    text-align: -webkit-center;
}

.menu-area {
    background: #21367c;
    border-radius: 0 0 5px 5px;
    height: 36px;
    margin: 0px 20px 0px 20px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
}

.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: fit-content;
}

    .mainmenu .collapse ul ul > li:hover > a,
    .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
        background: rgba(255,255,255,.4);
    }

    .mainmenu .collapse ul > li:hover > a {
        background: #1b75bb;
        color: #fff;
        transition: all .4s;
    }

    .mainmenu .collapse ul ul,
    .mainmenu .collapse ul ul.dropdown-menu {
        background: #1b75bb;
    }

    .mainmenu a,
    .navbar-default .navbar-nav > li > a,
    .mainmenu ul li a,
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-size: 16px;
        /*text-transform: capitalize;*/
        padding: 6px 15px;
        display: block !important;
    }



.navbar-nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

    .navbar-nav > li {
        position: relative;
        margin-right: 15px;
    }

        .navbar-nav > li > a {
            margin-top: 15px;
            text-decoration: none;
            color: #333;
            padding: 10px 15px;
            display: block;
            background-color: #17469e;
            border-radius: 10px;
            color: white;
        }

        .navbar-nav > li > .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 3100; 
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .navbar-nav > li > .dropdown-menu > li > a {
                padding: 10px 15px;
                display: block;
                color: #333;
                text-decoration: none;
            }

        .navbar-nav > li:hover > .dropdown-menu {
            display: block;
        }

        .navbar-nav > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:hover {
            background-color: #f8f9fa;
            color: #0056b3;
        }

/* Estilos específicos para móviles */
@media (max-width: 768px) {
    .navbar-nav {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 15px;
    }

        .navbar-nav > li {
            margin-right: 0;
        }

            .navbar-nav > li > .dropdown-menu {
                position: static;
                box-shadow: none;
            }

                .navbar-nav > li > .dropdown-menu.show {
                    display: block;
                    position:absolute;
                    z-index: 3100;
                }
}




/*Test Nav*/

/* =============================================================================================== */
.navbar-inverse {
    background-color: #7c7d7d !important;
}

.navbar-brand {
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:active {
        color: #fff;
        background-color: transparent;
        border-top: 2px solid #fff;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
        border-bottom: 2px solid #fff;
    }

.imgLogo {
    max-height: 55px;
    padding: 10px;
    background: #fff;
    width: auto;
    text-align: left;
    border-radius: 5px;
}



.navbar-nav {
    list-style: none;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #17469e;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

    .navbar-nav > li {
        position: relative;
        margin-right: 25px;
    }

        .navbar-nav > li > a {
            margin-top: 0px;
        }


/* =============================================================================================== */
.homeCard1 {
    position: relative;
    height: 400px;
    margin: 10px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid rgba(242,246,248);
    background-image: url('Imagenes/HandFoldefFull.png');
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: -5px 5px 20px 0px rgba(255, 255, 255, 0.75);
    transition: box-shadow 0.3s ease;
}

.homeCard1:hover {
    box-shadow: -5px 5px 80px 0px rgba(255, 255, 255, 0.75);
}

.ContentH {
    margin-top: 10px;
}

.parteInferirorRight {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 15px;
}

.inputFolio {
    position: absolute;
    right: 15px;
    top: 76%;
    width: 11.5em;
}

.parteInferirorLeft {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 15px;
}

.homeCard2 {
    position: relative;
    height: 400px;
    margin: 10px;
    text-align: right;
    border-radius: 10px;
    border: 1px solid rgba(242,246,248);
    background-image: url('Imagenes/HandGlassFull.png');
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: 10px 5px 20px 0px rgba(255, 255, 255, 0.75);
    transition: box-shadow 0.3s ease;
}

    .homeCard2:hover {
        box-shadow: 10px 5px 80px 0px rgba(255, 255, 255, 0.75);
    }

    .BotonFolios {
        background-color: transparent;
        color: white;
        border: none;
        border-bottom: 3px solid white;
        cursor: pointer;
        text-decoration: none;
        font-family: inherit;
        font-size: 1.6em;
    }

/* =============================================== Login =============================================== */
header {
    color: #1b75bb;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerLogin {
    /*color: #fff;*/
    color: #eef2f5;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fondoFrmLogin {
    opacity: .12;
    border-radius: 5px;
    background: #fff;
    width: 30%;
    height: auto;
    min-height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .9s ease-in-out;
    padding: 15px;
}

.muevefondoFrmLogin {
    width: 80%;
}

.contenedorLogin {
    border-radius: 5px;
    background: transparent;
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease-in-out;
    padding: 15px;
}

.contImg {
    background: url('Imagenes/logo2x.png');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400%;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1.1s all;

}

    .contImg img {
        height: auto;
        transition: 1s all;
    }

.mueveImg {
    width: 50% !important;
}

.mueveContImg {
    /*background: url('Imagenes/logo2x.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 400%;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
}

.contFormLogin {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 3s, transform .8s;
}

.mueveContFormLogin {
    visibility: visible;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
}

/* =============================================== Grids =============================================== */

.table-responsive {
    overflow: hidden !important;
}

.grids {
    width: 100% !important;
    padding: 15px 0;
    border-collapse: separate !important;
    border-spacing: 1px !important;
}

    .grids thead {
        font-size: 12px;
        font-weight: bold;
    }

        .grids thead th {
            height: 35px;
            background: #1b75bb; /*#56abec;*/
            color: #fff;
            text-align: center !important;
        }

.tblFilters {
    background: #f2f2f2 !important;
}

.grids tbody {
    font-size: 12px;
}


.grids tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tblHeaderLeft {
    border-top-left-radius: 5px;
}

.tblHeaderRigth {
    border-top-right-radius: 5px;
}

.seccionHeader {
    color: #fff;
    background: #522e91;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.detRow {
    background: #d3d3d399;
}

.detRowFin {
    background: #d3d3d399;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

button.dt-paging-button {
    background: #1b75bb;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: fit-content;
    margin: 12px 2px;
    border-radius: 5px;
}

/* =============================================== Captcha =============================================== */
#DivCaptcha {
    width: 300px;
    background-color: #ffffff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding: 1em;
    border-radius: 0.6em;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: 0;
}

#WrapperCaptcha {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 1em 0;
}

#CanvasCaptcha {
    background-color: #ffffff;
    border-radius: 0.6em;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

#BtnReloadCaptcha {
    font-size: 26px;
    width: 2em;
    background-color: #f97352;
    border: none;
    border-radius: 0.4em;
    color: #ffffff;
}

/*.errorValidacion {
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}*/

/* =============================================== Personalizados =============================================== */
.forceLeft {
    text-align: left !important;
}

.forceCenter {
    text-align: center !important;
}

.forceRight {
    text-align: right !important;
}

.resaltaError {
    background-color: red;
    border-radius: 5px;
    transition: background-color 1s ease;
}

.buttonLogout {
    background: url('Imagenes/SalirNegro.png') no-repeat;
    background-size: cover;
    cursor: pointer;
    width: 34px !important;
    height: 34px !important;
    position: absolute;
    right: 45px;
    top: 3px;
}

    .buttonLogout:hover {
        background: url('Imagenes/SalirAzul.png') no-repeat;
        background-size: cover;
        cursor: pointer;
        width: 34px;
        height: 35px;
        position: absolute;
        right: 45px;
        top: 3px;
    }

.btnCustomOk {
    background: #1b75bb;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: fit-content;
    margin: 12px 0;
    font-size: 14px;
}

    .btnCustomOk:hover {
        opacity: .8;
        background: #21367c !important;
        color: #fff !important;
        border: 1px solid #034c1f !important;
        transition: all .15s ease-in-out;
    }

.btnCustomDark {
    background: #212529;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: fit-content;
    margin: 12px 0;
    font-size: 14px;
}

    .btnCustomDark:hover {
        opacity: .8;
        background: #424649 !important;
        color: #fff !important;
        border: 1px solid #034c1f !important;
        transition: all .15s ease-in-out;
    }

.btnCustomCancel {
    background: #ee3d96;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: fit-content;
    margin: 12px 0;
    font-size: 14px;
}

    .btnCustomCancel:hover {
        opacity: .85;
        color: #fff !important;
        border: 1px solid #034c1f !important;
        transition: all .15s ease-in-out;
    }

/*===========================Reporte==================*/

.Reporte {
    background-color: red;
}

.contenedorCategoria {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.styleInput {
    width: 100%;
}

.styeArea {
    resize: none;
    width: 100%;
    border: var(--bs-border-width) solid var(--bs-border-color);
    font-size: 14px;
}

.btnEnviar {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 10px 50px;
    cursor: pointer;
}

.forMargin {
    margin-top: 20px;
    margin-bottom: 150px;
}

.card-header-darkred {
    background-color: #7c7d7d;
    color: #fff;
}

.centerRow{
    align-items:end;
}

.placeholderMod {
    color: #636363;
}

.anchoDrop {
    margin-right: 15px;
    margin-left: 15px;
}

.areaBoton {
    margin-top: 15px;
}
/* ================================== CardChat =====================================  */
.marginFooter {
    margin-bottom: 32px;
}

:root {
    --primary-color: #d2d2d2;
    --secondary-color: #c8d6e5;
    --paddingExtra: 10px;
    --widthBoxFilter: 200px;
    --FilterPaddingLeft: 10px;
}

.txbAsunto {
    display: flex;
}

.edicionReporte {
    width: 100%;
    display: flex;
    flex-direction: row;
    position:relative;
    margin-top: 25px;
}

.card {
    display: flex;
}

.asunto{
    display:flex;
    justify-content:center;
}

.informeContent {
    /*height: 300px;*/
    /*overflow-y: scroll;*/
}

.mensajesContainer {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.CardChat {
    width: 95%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.CardDerecha {
    /*Mensaje alineado a la derecha*/
    align-self: end;
}

.CardAzul {
    /*Mensaje publico de un agente*/
    border-color: #bce8f1;
}

.CardVerde {
    /*Mensaje publico de un agente*/
    border-color: #d6e9c6;
}

.CardAmarillo {
    /*Mensaje de sistema*/
    border-color: #faebcc;
}

.CardRojo {
    /*Mensaje privado de un agente*/
    border-color: #ebccd1;
}

.HeaderMessage {
    /*Mensaje publico de un solicitante*/
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #31708f;
    background-color: #d9edf7;
    border-bottom: 1px solid #bce8f1;
}

.MsjHeaderVerde {
    /*Mensaje publico de un agente*/
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.MsjHeaderAmarillo {
    /*Mensaje de sistema*/
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.MsjHeaderRojo {
    /*Mensaje privado de un agente*/
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.iconAgent {
    padding-top: 2px;
    padding-right: 5px;
}

.NombreUsuario {
    flex-grow: 1;
}



.BodyMessage {
    width: 100%;
    height: 80px;
    padding: 10px;
    overflow-y: scroll;
}

.expanded {
    flex-grow: 1;
}


/*==============================GvMenssage and Options==================================*/

.oculto {
    position: sticky;
    top: 6%;
    width: 100%;
    height: 5em;
    z-index: 50;
    background-color: #eaebeb;
    padding: 0;
    margin: 0;
}

.cabecero {
    position: fixed;
    top: 85px;
    left: 0; 
    z-index: 50;
    height: 51px;
    background-color: #6c757d;
    box-sizing: border-box; 
    width:100%;
}

.messageContanier {
    min-height: 20em;
    height: fit-content;
}

.messageOptions {
    width: 94%;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: fit-content;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 10px;
    margin-left: 25px;
}

.tbxGvDivison {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    border-top: 1px solid var(--primary-color);
}

.tbxGvMenssage {
    width: 94%;
    height: 90px;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    resize: none;
}

.containerBottoms {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.AdjuntoItems {
    width: 100%;
    height: fit-content;
    padding: 10px;
}


.CardFile {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 12px;
}

.HeaderFile {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 3px solid var(--primary-color);
    padding: 5px;
    color: #611B8C;
    background-color: #EDD0FF;
    border-radius: 5px;
}



/*========================Filtros Editar Informe ===========================*/

.showPrivacy {
    /*position: sticky;
    top: 15%;*/
    width: 100%;
    height: fit-content;
    /*z-index: 50;
    padding-top: 5px;
    display: flex;*/
    justify-content: center;
    /*margin-top: 20px;*/
    /*background-color: #eaebeb;*/
}

.switchMensajes {
    color: white;
}

.form-check-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.customBorder {
    /*background-color: #eaebeb;*/
    /*background-color: aqua;*/
    border: 3px solid var(--primary-color);
    border-radius: 10px;
}

.Filters {
    min-height: 40em;
    height: 500px;
    overflow-y: auto;
    position: sticky;
    top: 15%;
    width: 34%;
    margin-left: 10px;
    z-index: 49;
}

.DataFilter {
    display: flex;
    justify-content: end;
    padding: var(--FilterPaddingLeft);
}

.DataFilterRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.FilterMargin {
    margin-top: 5px;
    margin-right: 15px;
}



/*
.autocomplete-container {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    
    padding: 10px;
    cursor: pointer;
    background-color: white;
}

.autocomplete-items div:hover {
    background-color: #1b75bb;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}*/

.autocomplete-container {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
}

.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    background-color: white;
}

    .autocomplete-item:hover {
        background-color: #1b75bb;
    }

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.txbFilter {
    width: var(--widthBoxFilter);
    font-size: 14px !important;
}

.cardbackground {
    background-color: white;
}

.DataFilterColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--FilterPaddingLeft);
}



.txbFilterColumn {
    flex-grow: 1;
    min-height: 75px;
    height: auto;
    margin-right: 15px;
}

.reabrirBotones {
    display: none;
    width: 100%;
    justify-content: space-evenly;
    margin: 10px 0;
}

.containerBtn {
    width: auto;
}

#archivarBoton, #reabrirBoton {
    display: flex;
}

.btnArchivar {
    border-radius: 10px;
    color: white;
    border: 1px solid #7c7d7d;
    background-color: #7c7d7d;
    padding: 5px 25px;
}

.btnReabrir {
    border-radius: 10px;
    color: white;
    border: 1px solid #17469e;
    background-color: #17469e;
    padding: 5px 25px;
}

.expanded {
    flex-grow: 1;
    height: 460px;
}

.d-none {
    display: none;
}

.d-on {
    display: flex
}

.colaborador-item {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #dff0d8;
    color: #507a3d;
    display: inline-flex;
    align-items: center;
}

    .colaborador-item .close {
        margin-left: 10px;
        color: #ff0000;
        cursor: pointer;
        border: none;
        background: none;
        font-size: 1.2em;
    }

.areaFiles {
    flex-grow: 1;
    min-height: 75px;
    height: auto;
}




/*==========================================   Mobile   =================================================*/
@media only screen and (max-width: 768px) 
{
    /*---------------------------------------- Menu -------------------------*/

    .forMenu {
        cursor: pointer;
        margin-top: 30px;
    }

    .btn {
        font-size: 12px !important;
    }

    .linkClass {
        text-decoration: none;
        /*background-color: #17469e;*/
        color: white;
        padding: 10px;
        border: solid 1px white;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }

    .linkClass:hover {
        
        background-color: #17469e;
        color: white;
        padding: 10px;
        border: solid 1px white;
        border-radius: 10px;
    }

    .menuHeader {
        margin: 0;
        padding: 0;
        width: 100%;
        height: fit-content;
        position: relative;
    }

    .header-top img {
        left: 10px;
    }

    .fecha {
        margin-top: 15px;
        margin-left: 1em;
    }

    .navbar-toggler-icon2 {
        width: 40px;
        height: 40px;
        display: block;
        position: fixed;
        z-index: 3000;
        top: 1em;
        right: 1em;
        border: #1d3a8f solid 2px;
        border-radius: 6px;
        background-image: url(./Imagenes/list.svg);
        background-clip: border-box;
        background-size: contain;
        background-repeat: no-repeat;
        filter: brightness(0) saturate(100%) invert(15%) sepia(92%) saturate(2692%) hue-rotate(193deg) brightness(90%) contrast(95%);
        /*filter: brightness(1) saturate(1) invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(1) contrast(1);*/
    }

    .menu-overlay {
        position: fixed;
        top: 73px;
        right: 0;
        height: 17%;
        width: 98%;
        background-color: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1040;
        border-radius: 10px 0 0 10px;
        /*background-color: #17469e;
        background: -webkit-linear-gradient(180deg, #7d89b2, #17469e);*/
        background: linear-gradient(180deg, #7d89b2, #12387e);
        box-shadow: inset 0px 0px 7px 2px rgb(108 114 134 / 70%), inset -2px -2px 3px rgba(0, 0, 0, .1), 2px 2px 10px rgba(0, 0, 0, .1);
    }

        .menu-overlay.show {
            transform: translateX(0);
        }

    .navbar-toggler {
        position: fixed;
        top: 1em;
        right: 1em;
        z-index: 1050;
    }

    /*NUEVO NAV*/
    .menu-area {
        position: fixed;
        top: 73px;
        right: 0;
        height: 19%;
        width: 250px;
        background-color: white;
        box-shadow: -2px 0 5px rgba(0,0,0,0.5);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1040;
    }

        .menu-area.show {
            transform: translateX(0);
        }

    .navbar-toggler {
        position: fixed;
        top: 1em;
        right: 1em;
        z-index: 1050;
    }

    .navbar-nav {
        list-style: none;
        background: none;
        justify-content: flex-start;
    }


        .navbar-nav > li {
            position: relative;
            margin: 0px;
        }

            .navbar-nav > li > a {
                margin-top: 0px;
                border: none;
                background: none;
                padding: 0;
                margin: 0;
                font: inherit;
                color: white;
                cursor: pointer;
                width: max-content;
                padding: 0 15px;
                margin-left: 65px;
                border-radius:7px;
            }




                .navbar-nav > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:hover {
                    background-color: #f8f9fa;
                    color: #0056b3;
                    /*margin-left: 45px;*/
                }
    

    /*-----------------------------Home -----------------------------*/

    .withOut {
        display: none;
    }

    .homeCard1 {
        position: relative;
        height: 400px;
        margin: 0 0.6em 1em 0.6em;
        width: 95%;
    }

    .homeCard2 {
        position: relative;
        height: 400px;
        margin: 0 0.6em;
        width: 95%;
        margin-bottom: 7em;
    }

    .menu-area {
        background: none;
        border-radius: 0 0 5px 5px;
        height: 36px;
        margin: 0px 20px 0px 20px;
        box-shadow: none;
        width: 15%;
        position: absolute;
        top: 15px;
        right: 0px;
    }

    /*-------------------------Craecion-----------------------------*/

    /*-----------------Captcha-----------------------*/

    #WrapperCaptcha {
        flex-direction: column;
        align-items: center;
    }

    #CanvasCaptcha {
        margin-bottom: 25px;
        width: 95%
    }

    #BtnReloadCaptcha {
        max-height: 45px;
    }

    .marginInput {
        margin-top: 20px;
    }

    .marginInputCreacion {
        margin-bottom: 25px;
    }

    .widthModCaptcha {
        width: 100% !important;
    }



    /*-------------   Edicion  -----------*/

    .withMobile{
        width:100%;
    }

    .edicionReporte {
        margin-top: 5px;
    }


    .Filters {
        position: fixed;
        top: calc(76px + 16%);
        right: 0;
        width: 96.5%;
        box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
        z-index: 939;
        transition: transform 0.3s ease, visibility 0.3s ease;
        transform: translateX(100%);
        visibility: hidden;
    }

        .Filters.show {
            transform: translateX(0);
            visibility: visible;
        }

    .cabecero2 {
        background: none;
        color: darkgray;
        font-weight: bold;
    }

    .headerCase {
        margin-top: 25px;
        width: 100%;
    }

    .tbxGvMenssage {
        width: 92%;
        margin-top: 10px;
        margin-left: 15px;
    }

    .messageOptions {
        width:92%;
        margin-left: 10px;
    }

    .containerBottoms {
        
        flex-direction: column;
    }

    .marginBoton{
        margin-bottom: 15px;
    }

    /* =====================================================   Admin index informes    =====================================*/

    .forMargin {
        margin-top: 0px;
        
    }

    .hideBox{
        display:none;
    }
    .mobilHedear {
        font-size: xxx-large;
    }

    .largeButton {
        padding: 5px 22px;
    }

    .spaceMobil {
        margin-bottom: 11px;
    }

    .grids {
        width: 210% !important;
    }



    /*============================== Acceso ====================*/
    .muevefondoFrmLogin {
        width: 85%;
        height: 53%;
    }

    .contImg {
        background: url(Imagenes/logo2x.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 1.1s all;
        opacity: 0;
    }

        .contImg img {
            height: auto;
            transition: 1s all;
            opacity:0;
        }


    .mueveContFormLogin {
        visibility: visible;
        opacity: 1;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
    }

    .contenedorLogin {
        border-radius: 5px;
        background: transparent;
        width: 75%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 1s ease-in-out;
        padding: 15px;
    }


    /*============= Grupos  =========================*/
    .gridsMobile {
        width: 100% !important;
    }

    .smallButton {
        padding: 0px 15px;
    }

    .flexRight {
        display: flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .gridsFull {
        width: 100% !important;
    }
    /* ============================== Usuarios ============================*/
    .gridsUsuarios {
        width: 315% !important;
    }

    /* =============================== Graficos ===================== */
    .widthGraph{
        width:95% !important;
    }
}
