
:root {
    --bs-text-muted: #99A1B7;
    --bs-gray-100: #F9F9F9;
    --bs-gray-100-rgb: 249, 249, 249;
    --bs-gray-200: #F1F1F2;
    --bs-gray-200-rgb: 241, 241, 242;
    --bs-gray-300: #DBDFE9;
    --bs-gray-300-rgb: 219, 223, 233;
    --bs-gray-400: #B5B5C3;
    --bs-gray-400-rgb: 181, 181, 195;
    --bs-gray-500: #99A1B7;
    --bs-gray-500-rgb: 153, 161, 183;
    --bs-gray-600: #78829D;
    --bs-gray-600-rgb: 120, 130, 157;
    --bs-gray-700: #4B5675;
    --bs-gray-700-rgb: 75, 86, 117;
    --bs-gray-800: #252F4A;
    --bs-gray-800-rgb: 37, 47, 74;
    --bs-gray-900: #071437;
    --bs-gray-900-rgb: 7, 20, 55;
    --bs-text-gray-100: #F9F9F9;
    --bs-text-gray-200: #F1F1F2;
    --bs-text-gray-300: #DBDFE9;
    --bs-text-gray-400: #B5B5C3;
    --bs-text-gray-500: #99A1B7;
    --bs-text-gray-600: #78829D;
    --bs-text-gray-700: #4B5675;
    --bs-text-gray-800: #252F4A;
    --bs-text-gray-900: #071437;
    --bs-body-bg: #fff;
    --bs-body-color-rgb: #fff;
}


.row {
    margin-top: 3px;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.form-switch .form-check-input {
    width: 2.5em;
    margin-right: 1em;
}


.caja-botones {
    background-color: transparent;
}


.fieldset-theme {
    padding: 5px;
}

    .fieldset-theme .control-label {
        text-align: left !important;
    }

    .fieldset-theme fieldset {
        border-top: 10px solid #ebf2f4;
    }

    .fieldset-theme legend {
        color: #3c4b54;
        font-size: 14px;
        font-weight: bold;
        line-height: 23px;
        padding: 10px 10px 10px 0;
        width: auto;
        border: none;
        margin: 0;
    }

        .fieldset-theme legend i {
            background-color: #ecf0f3 !important;
            border-radius: 20px !important;
            color: #7b878e !important;
            float: left;
            margin-right: 5px !important;
            min-width: 25px;
            padding: 5px 7px 5px 7px !important;
            text-align: center;
        }


    .fieldset-theme.principal fieldset {
        border-top: 10px solid #3c4b54;
    }

    .fieldset-theme.principal {
        color: #626e75;
        background-color: #ebf2f4;
    }

        .fieldset-theme.principal legend {
            color: #3c4b54;
        }

            .fieldset-theme.principal legend i {
                background-color: #3c4b54 !important;
                color: #fff !important;
            }

.widget-box.transparent > .widget-body {
    border-width: 0;
    background-color: transparent;
}

.widget-box.transparent {
    border-width: 0;
}

.sin-borde {
    border-width: 0px !important;
}

.widget-box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    border: 1px solid #CCC;
}

.form-check {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard {
    display: flex;
}

.card {
    background: none;
    border: none;
    padding: 1px;
}

.text-gray-400 {
    color: var(--bs-text-gray-400) !important;
}

.col-10px {
    width: 10px;
    padding: 0px !important;
}

.block {
    display: block;
}

.stat {
    align-items: center;
    background: #d3e2f7;
    border-radius: 50%;
    color: #3b7ddd;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.card-title {
    color: #939ba2;
    font-size: .925rem;
    font-weight: 600;
}

.margin-right1 {
    margin-right: 1em;
}

.margin-bottom3 {
    margin-bottom: 3em;
}

.btn-acciones {
    display: flex;
}

    .btn-acciones a {
        margin: 0px 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .btn-acciones a.circulo span {
            font-size: 13px;
        }

td .btn-acciones a {
    margin: 0px 5px;
}

    td .btn-acciones a.circulo span {
        font-size: 11px;
    }

ciruclo.*[class*="fa fa-"] {
    padding: 0px;
}


.circulo::before {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 1px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border-radius: 100% !important;
    text-decoration: none !important;
}

.circulo span {
    font-size: 11px;
    display: block;
    font-weight: bold;
    margin-top: 3px;
    text-align: center;
}

.circulo.fa::before {
    font-size: 22px;
    padding: 0px;
}

.circulo.verde::before {
    border: solid 2px #5cb85c !important;
    color: #5cb85c !important;
    background-color: #fff !important;
}


.circulo.verde span {
    color: #5cb85c !important;
}

.circulo.azul::before {
    border: solid 2px #0d9fc4 !important;
    color: #0d9fc4 !important;
    background-color: #fff !important;
}

.circulo.azul span {
    color: #0d9fc4 !important;
}

.circulo.purpura::before {
    border: solid 2px #9585bf !important;
    color: #9585bf !important;
    background-color: #fff !important;
}

.circulo.purpura span {
    color: #9585bf !important;
}

.circulo.rojo::before {
    border: solid 2px #d15b47 !important;
    color: #d15b47 !important;
    background-color: #fff !important;
}

.circulo.rojo span {
    color: #d15b47 !important;
}


.circulo.gris::before {
    border: solid 2px #a0a0a0 !important;
    color: #a0a0a0 !important;
    background-color: #fff !important;
}


.circulo.gris span {
    color: #a0a0a0 !important;
}

.circulo.negro::before {
    border: solid 2px #000 !important;
    color: #000 !important;
    background-color: #fff !important;
}


.circulo.negro span {
    color: #000 !important;
}

.circulo:hover {
    text-decoration: none;
}

.columna-anchocirculo {
    width: 60px;
}

    .columna-anchocirculo .circulo span {
        margin-left: -10px;
    }



.cir60::before {
    width: 60px;
    height: 60px;
    line-height: 53px;
}

.cir60.fa::before {
    font-size: 35px;
    border-width: 4px !important;
}


.cir30::before {
    width: 30px;
    height: 30px;
    line-height: 25px;
}

.cir30.fa::before {
    font-size: 18px;
    border-width: 2px !important;
}

.error-border {
    border: 1px solid red;
}

.comando1 {
    width: 60px;
}

.formulario-navarea {
    position: absolute;
    z-index: 401;
    top: 16px;
    left: 100px;
    max-width: 600px; /* Ancho máximo del formulario */
    margin: 20px auto; /* Centrado en la página */
    padding: 20px; /* Espaciado interno */
    border: 1px solid #ccc; /* Borde del formulario */
    border-radius: 8px; /* Bordes redondeados */
    background-color: #f9f9f9; /* Color de fondo */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

    .formulario-navarea h1 {
        text-align: center; /* Centrar el título */
        margin-bottom: 20px; /* Espacio debajo del título */
    }

    .formulario-navarea label {
        display: block; /* Que cada etiqueta ocupe toda la línea */
        margin-bottom: 8px; /* Espacio debajo de cada etiqueta */
        font-weight: bold; /* Texto en negrita */
    }

    .formulario-navarea input[type="text"],
    .formulario-navarea input[type="date"],
    .formulario-navarea textarea {
        width: 100%; /* Ancho completo */
        padding: 10px; /* Espaciado interno */
        margin-bottom: 20px; /* Espacio debajo de cada campo */
        border: 1px solid #ccc; /* Borde del campo */
        border-radius: 4px; /* Bordes redondeados */
        font-size: 16px; /* Tamaño de fuente */
    }

    .formulario-navarea textarea {
        resize: vertical; /* Permitir solo el redimensionamiento vertical */
    }

    .formulario-navarea button {
        width: 100%; /* Botón de ancho completo */
        padding: 10px; /* Espaciado interno */
        background-color: #4CAF50; /* Color de fondo */
        color: white; /* Color del texto */
        border: none; /* Sin borde */
        border-radius: 4px; /* Bordes redondeados */
        font-size: 16px; /* Tamaño de fuente */
        cursor: pointer; /* Cambiar cursor al pasar */
    }

        .formulario-navarea button:hover {
            background-color: #45a049; /* Color de fondo al pasar el cursor */
        }


.fondo-difuminado {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Color negro con opacidad */
    z-index: 400; /* Encima del mapa */
}

/* Estilos generales para el LinkButton */
.CambiarContrasenaLinkButton {
    background-color: #f10b23; /* Color de fondo del bot?n */
    color: white !important; /* Color del texto */
    padding: 5px; /* Relleno del bot?n */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados */
    text-align: center; /* Centrar el texto */
    text-decoration: none; /* Sin subrayado en el texto */
    display: inline-block; /* Mostrar como un bloque en l?nea */
    font-size: 16px; /* Tama?o de fuente */
    cursor: pointer; /* Cambiar el cursor a puntero */
    transition: background-color 0.3s ease; /* Transici?n suave en el color de fondo */
    height: 34px;
    text-decoration: none !important;
}


    /* Estilos para el botón cuando está en estado activo (clic) */
    .CambiarContrasenaLinkButton:active {
        background-color: #3e8e41; /* Cambiar el color de fondo al hacer clic */
        transform: scale(0.98); /* Efecto de reducción en tamaño cuando se hace clic */
    }

    /* Estilos para el span dentro del botón */
    .CambiarContrasenaLinkButton span {
        font-weight: bold; /* Negrita para el texto dentro del span */
    }

/* Estilos para la tabla */
.table-puntos {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px; /* Espacio superior */
}

.borde-tabla {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.fondo-blanco {
    background-color: #f2f2f2;
}

fila-encabezado-puntos {
    background-color: #f9f9f9;
}

.fila-puntos-hover:hover {
    background-color: #f1f1f1; /* Resaltar la fila al pasar el mouse */
}

/*checkbox*/
.content-input input {
    visibility: hidden;
}

.content-input {
    position: absolute;
    margin-bottom: 30px;
    padding: 5px 0 5px 60px;
    /*Damos un padding de 60px para posicionar el elemento <i> en este espacio*/ display: block;
}

.content-input {
    position: absolute;
    margin-left: -5px;
    margin-top: 0px;
}

    /* Estas reglas se aplicarán a todos las elementos i 
después de cualquier input*/
    .content-input input + i {
        background: #f0f0f0;
        border: 2px solid rgba(0,0,0,0.2);
        position: absolute;
        left: 8px;
        top: 8px;
    }

    /* Estas reglas se aplicarán a todos los i despues 
de un input de tipo checkbox*/
    .content-input input[type=checkbox ] + i {
        width: 35px;
        height: 18px;
        border-radius: 15px;
    }

        .content-input input[type=checkbox] + i:before {
            content: ''; /*No hay contenido */
            width: 14px;
            height: 14px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            -webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
            box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
        }

    .content-input input[type=checkbox]:checked + i:before {
        left: 19px;
        -webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
        box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
    }

    .content-input input[type=checkbox]:checked + i {
        background: var(--colorPrimario);
    }



.lblcheckbox-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.check-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}



/* Contenedor principal */
.container-form-puntos {
    padding: 20px;
    border: 1px solid #B0BEC5;
    border-radius: 8px;
    background-color: #F5F5F5;
    color: #455A64;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Etiquetas */
.label-form-puntos {
    font-size: 1rem;
    font-weight: 500;
    color: #607D8B;
    margin-bottom: 5px;
}

/* Campos de entrada */
.input-form-puntos {
    padding: 8px;
    margin: 5px 10px 10px 0;
    font-size: 0.9rem;
    border: 1px solid #CFD8DC;
    border-radius: 4px;
    background-color: #FAFAFA;
    color: #455A64;
    outline: none;
    transition: border-color 0.3s ease;
}

    .input-form-puntos:focus {
        border-color: #90A4AE;
        box-shadow: 0px 0px 5px rgba(144, 164, 174, 0.3);
    }

/* Selectores */
.select-form-puntos {
    padding: 8px;
    margin: 5px 10px 10px 0;
    font-size: 0.9rem;
    background-color: #FAFAFA;
    color: #455A64;
    border: 1px solid #CFD8DC;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}

    .select-form-puntos:focus {
        border-color: #90A4AE;
        box-shadow: 0px 0px 5px rgba(144, 164, 174, 0.3);
    }

/* Botones */
.button-form-puntos,
#addPoint,
#createShape {
    font-size: 0.95rem;
    font-weight: 500;
    padding: 10px 15px;
    color: #FFF;
    background-color: #607D8B;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-top: 10px;
}

    .button-form-puntos:hover,
    #addPoint:hover,
    #createShape:hover {
        background-color: #546E7A;
        box-shadow: 0px 4px 8px rgba(84, 110, 122, 0.3);
    }

/* Sección de coordenadas */
#coordinateSection {
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
    background-color: #ECEFF1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    text-align: center;
}

/* Sección del círculo */
#circleSection {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.step-title {
    font-size: 24px; /* Tamaño de la fuente */
    font-weight: bold; /* Negrita */
    color: #2c3e50; /* Color del texto */
    margin-bottom: 15px; /* Espacio debajo del título */
    border-bottom: 2px solid #2980b9; /* Línea debajo del título */
    padding-bottom: 10px; /* Espacio interno debajo del texto */
    text-align: left; /* Alineación a la izquierda */
    font-family: 'Arial', sans-serif; /* Fuente de texto */
    text-align: center;
}








/* Estilos de la tabla de puntos */
.points-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .points-table,
    .points-table th,
    .points-table td {
        border: 1px solid #ddd;
    }

        .points-table th,
        .points-table td {
            padding: 10px;
            text-align: left;
        }

        .points-table th {
            background-color: #007BFF;
            color: white;
        }

        .points-table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .points-table tr:hover {
            background-color: #e9ecef;
        }

        /* Estilo de los botones dentro de la tabla */
/*        .points-table .editButton,
        .points-table .deleteButton {
            padding: 5px 10px;
            background-color: #007BFF;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

            .points-table .editButton:hover,
            .points-table .deleteButton:hover {
                background-color: #0056b3;
            }*/

/* Estilo para los botones deshabilitados */
#createShape:disabled, #addPoint:disabled {
    background-color: #d3d3d3; /* Color gris claro para mostrar que está deshabilitado */
    color: #a9a9a9; /* Texto gris oscuro */
    cursor: not-allowed; /* Cambia el cursor para indicar que no se puede hacer clic */
    border: 1px solid #a9a9a9; /* Borde gris */
}

    /* Efecto de opacidad para los botones deshabilitados */
    #createShape:disabled:hover, #addPoint:disabled:hover {
        opacity: 0.7; /* Cambia la opacidad al pasar el mouse */
    }

.group-border-navarea {
    border: 1px solid grey;
    padding: 15px;
    margin: 10px 0;
}

.form-label-navarea {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Estilo general de la ventana emergente */
.ventana-emergente-custom {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 1000;
    padding: 20px;
    text-align: center;
}

.boton-cerrar-custom {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* Estilo del TextBox */
.textbox-custom {
    width: 100%;
    resize: none;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.prohibido {
    cursor: not-allowed;
}

.solo-lectura {
    pointer-events: none;
    cursor: not-allowed; 
}



.custom-gridview-adjuntos {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

    .custom-gridview-adjuntos th {
        background-color: #2c3e50;
        color: #ecf0f1;
        padding: 12px 18px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: none !important;
    }

    .custom-gridview-adjuntos td {
        background-color: #fff;
        padding: 12px 18px;
        color: #34495e;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }

    .custom-gridview-adjuntos tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .custom-gridview-adjuntos tr:hover {
        background-color: #ecf0f1;
        transform: scale(1.02);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: ease-in 0.1s;
    }

.custom-gridview-adjuntos {
    border: none;
    border-radius: 10px;
    transition: ease-in 0.2s;
}

    .custom-gridview-adjuntos tr:last-child td {
        border-bottom: none;
    }

.background-none{
    background:none;
}

.grid-layers-home {
    /* display: block; */
    position: absolute;
    right: 10px;
    z-index: 1000;
    /* background-color: white; */
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    /*padding: 8px 12px;*/
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    top: 130px;
}




/* Posición fija para que los controles estén sobre el mapa */
.file-input-layers, .upload-btn-layers {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Asegura que esté sobre el mapa */
    background-color: white; /* Fondo blanco para contraste */
    border: 1px solid #ccc; /* Borde sutil */
    border-radius: 5px; /* Bordes redondeados */
    padding: 8px 12px; /* Espaciado interno */
    margin-bottom: 8px; /* Separación entre elementos */
    font-family: Arial, sans-serif; /* Fuente limpia */
    font-size: 14px; /* Tamaño de texto cómodo */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
}

.file-input-layers {
    top: 20px;
}

.upload-btn-layers {
    top: 65px;
}


/* Botón de carga estilizado */
.upload-btn-layers {
    background-color: #007bff; /* Azul brillante */
    color: white; /* Texto blanco */
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease; /* Animación para hover */
}

    .upload-btn-layers:hover {
        background-color: #0056b3; /* Azul más oscuro al pasar el ratón */
    }

/* Campos de entrada */
.file-input-layers {
    width: 250px; /* Ancho consistente */
}

.file-input-layers {
    cursor: pointer;
}


.z-10000{
    z-index: 10000;
}

.z-400 {
    z-index: 400;
}

.top-130{
    top:130px;
}

.top-90 {
    top: 90px;
}



.cont-grid-nav-map {
    position: absolute;
    z-index: 1000;
    background: white;
    top: 300px;
    margin-left: 10px;
    border-radius: 10%;
}

.boton-info-mapa {
    background: none;
    border: none;
    position: absolute;
    right: 10px; 
}

.boton-navarea-mapa {
    background: none;
    border: none;
    position: absolute;
    left: 10px;
    top: 300px;
}

.he-100px{
    height: 100px
}

.he-75vh {
    height: 75vh;
}

.max-height400px-overflow-auto{
    max-height: 400px;
    overflow: auto;
}

.contenedor-urgencia {
    width: 45%;
    height: 200px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
    text-decoration: none; /* Quitar subrayado */
}

    .contenedor-urgencia:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

        .contenedor-urgencia:hover i,
        .contenedor-urgencia:hover span {
            color: inherit;
        }

    /* Icono grande */
    .contenedor-urgencia i {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .contenedor-urgencia,
    .contenedor-urgencia:hover {
        text-decoration: none;
        color: white;
    }

        /* Texto del botón */
        .contenedor-urgencia span {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
        }






.asunto-tsunami-span {
    display: flex;
    justify-content: center;
    font-size: large;
    font-weight: bold;
}


.contenedor-shape-navarea {
    width: 45%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 15px;
}

.titulo-detalles-figura {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.detalles-figura-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #666;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .detalles-figura-table th, .detalles-figura-table td {
        border: 1px solid #666;
        padding: 12px;
        text-align: left;
        font-size: 16px;
        font-family: Arial, sans-serif;
    }

    .detalles-figura-table th {
        background-color: #F7F7F7;
        color: #333;
        font-weight: bold;
    }

    .detalles-figura-table td {
        background-color: #fff;
    }

    .detalles-figura-table tr:nth-child(even) {
        background-color: #E5E5E5;
    }

.detalles-figura-pager {
    background-color: #F7F7F7;
    padding: 12px;
    border: 1px solid #666;
    color: #333;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .detalles-figura-pager a {
        text-decoration: none;
        color: #333;
    }

        .detalles-figura-pager a:hover {
            color: #666;
        }


.contenedor-oficina {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
    text-decoration: none;
}

    .contenedor-oficina:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

        .contenedor-oficina:hover i,
        .contenedor-oficina:hover span {
            color: inherit;
        }

    /* Icono grande */
    .contenedor-oficina i {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .contenedor-oficina,
    .contenedor-oficina:hover {
        text-decoration: none;
        color: white;
    }

        /* Texto del botón */
        .contenedor-oficina span {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
        }

.flex-wrap{
    flex-wrap:wrap;
}

.ventana-emergente-email {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 70%;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 1000;
    padding: 20px;
}


#btnScrollAbajo {
    position: absolute;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    #btnScrollAbajo:hover {
        background-color: #0056b3;
        transform: translateY(-5px);
        display: block !important;
    }

    #btnScrollAbajo:focus {
        outline: none;
    }

    #btnScrollAbajo i {
        margin: 0;
    }

/* Estilo cuando se está haciendo scroll */
#pantalla-chat.scroll-bottom {
    border-color: #007bff;
}


.btn-paginacion-email{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 10px;
    padding: 5px 10px;
    /* border-radius: 5px; */
    /* background: #f4f4f4; */
    /* border: 1px solid #ccc; */
    display: inline-block;
    /* text-align: center; */
    min-width: 30px;
}


.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
}

    .loader::before,
    .loader::after {
        content: "";
        grid-area: 1/1;
        margin: 2px;
        border: inherit;
        border-radius: 50%;
    }

    .loader::before {
        border-color: #335FF0 #0000;
        animation: inherit;
        animation-duration: .5s;
        animation-direction: reverse;
    }

    .loader::after {
        margin: 8px;
    }

@keyframes l16 {
    100% {
        transform: rotate(1turn)
    }
}

.contenedor-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw; /* Ocupa todo el ancho de la pantalla */
    height: 100vh; /* Ocupa todo el alto de la pantalla */
    background: rgba(255, 255, 255, 0.8); /* Fondo semitransparente opcional */
    z-index: 9999;
}

.col-20px{
    width:20px !important;
}

.flex-direction-column{
    flex-direction : column;
}
.h-50px {
    height: 50px;
}

.bg-amarillo {
    --bs-bg-opacity: 1;
    background-color: rgb(252 225 37) !important;
}

.color-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.icon-circle, .color-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: border 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Borde para el círculo seleccionado */
.selected {
    border: 3px solid black;
}

.lat-lon {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1700px) {
    .cont-lat-lon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lat-lon {
        width: 70%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1300px) {
    .cont-lat-lon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lat-lon {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.boton-cerrar-shape {
    position: absolute;
    top: 5px;
    right: 19px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.ventana-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; /* Fondo blanco con transparencia */
    z-index: 999; /* Asegura que esté detrás del popup */
    display: block; /* Oculto por defecto */
}

.leaflet-control-attribution.leaflet-control {
    display:none;
}


.ventana-de-correo {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    height: 85vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .ventana-de-correo .cke_contents {
        height: 55vh !important;
    }

.boton-cerrar-email {
    position: absolute;
    top: 5px;
    right: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/*.drive-panel {
    position: absolute;
    top: 335px;
    left: 5px;
    overflow-y: auto;
    background-color: white;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    z-index: 999;
    max-height: 545px;
}

    .drive-panel:last-of-type {
        border-right: none;
    }

.drive-header {
    background-color: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

#treeviewDriveC {
    position: relative;
    padding: 10px;
}

.icon-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 5px;
}*/

.panel-carpetas {
    position: absolute;
    top: 300px;
    left: 5px;
    overflow-y: auto;
    background-color: white;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    z-index: 999;
    max-height: 580px;
}

.PagerGrid td table tr td {
    padding: 0 !important;
}

    .PagerGrid td table tr td:first-child {
        border-color: #DDDDDD;
        border-image: none;
        border-style: solid;
        border-width: 0 0 0 1px;
    }

    .PagerGrid td table tr td a, .PagerGrid td table tr td span {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #FFFFFF;
        border-color: #DDDDDD;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 1px 0;
        float: left;
        line-height: 20px;
        padding: 4px 12px;
        text-decoration: none;
    }

        .PagerGrid td table tr td a:hover {
            background-color: #EAEFF2;
        }

    .PagerGrid td table tr td span {
        background-color: #6FAED9;
        border-color: #6FAED9;
        color: #FFFFFF;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        cursor: default;
    }







.table-noborder {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table-noborder > tbody > tr > td, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > td, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > thead > tr > th {
        padding: 1px;
        line-height: 1.42857143;
        vertical-align: top;
    }




.marginleft50 {
    margin-left: 50px;
}

.no-wrap{
    flex-wrap : nowrap;
}


.slider-coordenada {
    display: inline-flex;
    align-items: center;
}

.height-20px{
    height:20px;
}


.width-20px {
    width: 20px;
}


.display-none{
    display:none;
}



.avisoSinLeer {
    position: absolute;
    top: 0px;
    left: 35px;
    font-size: 16px;
    width: 1.5em;
    height: 1.5em;
    background-color: red;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    animation-name: msgSinLeer;
    animation-duration: 4s;
    animation-delay: 2s;
}