﻿:root {
    --bs-body-font-size: 14px !important;
    --bs-primary: #064699 !important;
}

body {
    font-family: Helvetica, Arial, sans-serif !important;
    color: Black;
}

header {
    padding-top: 15px;
    padding-bottom: 7px;
}

.header-row {
    display: flex;
    justify-content: space-between;
}

a img {
    border: none;
}

.tituloAdmin {
    font-size: 20px;
    font-weight: bold;
}

.subtituloAdmin {
    font-size: 16px;
    font-weight: bold;
}

.subtituloAdmin3 {
    font-size: 14px;
    color: #212529;
}

.menuItem {
    font-size: 12px;
    font-weight: bold;
}

.campos {
    font-size: 12px;
    color: #000;
}

.editando-tabla {
    background-color: #fffaeb !important;
    --bs-table-bg: none;
    --bs-table-hover-bg: none;
}

.botones {
    /*background-color:#5eaec7;*/
    background-color: #064699;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    min-height: 18px;
    color: White;
    cursor: pointer;
}

    .botones:hover {
        background-color: Silver;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        padding: 5px 5px 5px 5px;
        min-height: 18px;
        color: Black;
    }

/*  PARA CAMBIAR EL COLOR DE LOS ENCABEZADOS MODIFICAR --bs-table-bg  */
.tituloGrilla {
    font-weight: bold;
    cursor: default;
    --bs-table-bg: #c7e2f9 !important;
    color: white;
}

.divGris {
    width: 900px;
    background-color: #f2f2f2;
    min-height: 30px;
    padding-top: 10px;
}

.divBlanco {
    width: 900px;
    min-height: 30px;
    padding-top: 10px;
}

.link {
    font-size: 12px;
    color: #064699 !important;
}

.texto {
    font-size: 12px;
}

/* Modificaciones Bootstrap */

.default-primary-color {
    background: rgb(6,70,144);
    background: linear-gradient(150deg, rgba(6,70,144,1) 0%, rgba(0,49,106,1) 50%, rgba(0,30,66,1) 100%);
}

.input-group-text {
    font-size: var(--bs-body-font-size) !important;
    background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.form-control, .form-select {
    font-size: var(--bs-body-font-size) !important;
}

.btn {
    font-size: var(--bs-body-font-size) !important;
}

.btn-primary {
    --bs-btn-bg: #00326c !important;
    --bs-btn-border-color: #00224b !important;
    --bs-btn-hover-bg: #033b7d !important;
    --bs-btn-hover-border-color: #043f82 !important;
}

.btn-danger {
    --bs-btn-bg: #c64551 !important;
    --bs-btn-border-color: #c64551 !important;
}

/* Custom Styles 04/2024 */
.margin-top-25 {
    margin-top: 25px !important;
}

.padding-laterales-25 {
    padding-left: 20px;
    padding-right: 20px;
}

    .padding-laterales-25 > fieldset {
        margin-left: 10px;
        width: calc(100% - 15px);
    }

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-negative-20 {
    margin-top: -20px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-botton-15 {
    margin-bottom: 15px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

legend > a {
    text-decoration: none;
}

    legend > a > abbr {
        text-decoration: none !important;
        cursor: pointer !important;
    }


.txt-observaciones {
    padding-left: 30px;
    padding-right: 30px;
}
/* Login */
.modal {
    --bs-modal-header-padding: 0rem;
    --bs-modal-width: 25%;
    --bs-modal-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.modal-footer {
    justify-content: center;
}

.login {
    padding-top: 80px;
    display: flex;
    justify-content: center;

}

.login-form {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 15px 15px;
    background-color: white;
}
.login-header {
    padding: 10px;
    color: white;
}

.login-button {
    margin-top: 15px;
}


#lblDescripcion {
    font-size: 11px;
}

#cuadroContraseña {
    margin-top: 10px;
}

/* Notify */
.hidden {
    display: none !important;
    visibility: hidden !important;
}


/* Header */

.lblHeader {
    text-align: justify !important;
    font-size: 18px !important;
    color: White !important;
}

/* NAVBAR */

.salir {
    color: var(--bs-nav-link-color) !important;
    text-decoration: none;
}

    .salir:hover {
        color: var(--bs-nav-link-hover-color) !important;
    }

.navbar {
    --bs-navbar-padding-y: 0;
}

.navbar-nav {
    --bs-nav-link-color: black;
}

.nav-link.active {
    background-color: #baddf9;
}

.navbar-custom {
    padding-left: 35px;
    padding-right: 35px;
}
/* HR */
hr {
    display: block;
    margin: 50px 30px -15px 20px !important;
    width: calc(100% - 30px);
    height: 1px;
    border: 0 !important;
    background-color: rgb(0 0 0 / 25%);
    opacity: initial !important;
}

    hr + h2 {
        margin: 0;
        font-size: 16px;
        font-weight: bold !important;
        text-transform: uppercase;
        padding-left: 15px;
    }

        hr + h2 > a,
        hr + h2 > span {
            display: inline-block;
            padding: 5px 10px;
            border: 1px solid #2C3E50;
            color: #2C3E50;
            background-color: #fff;
            border-radius: 5px;
        }

            hr + h2 > a:hover,
            hr + h2 > a:focus {
                border-color: #2C3E50;
                color: #5748aa;
                outline: none;
                text-decoration: none;
            }

            hr + h2 > a:focus {
                border-color: #2C3E50;
            }

        hr + h2::first-letter {
            margin-left: 0.32em;
        }

        hr + h2 > span > a {
            text-decoration: none;
            color: #2C3E50;
        }

            hr + h2 > span > a > abbr {
                text-decoration: none !important;
                color: #2C3E50;
                cursor: pointer !important;
            }

.subtituloAdmin1 {
    text-align: center;
}

.tituloSujetoObligado {
    text-transform: none !important;
}
/* Botones DataGrid */
.celda-btn {
    padding: 2px 0 2px 0 !important;
    text-align: center;
    vertical-align: middle;
}

.celda-btn-container {
    display: flex;
    align-content: center
}

.btn-icon-dt {
    font-size: 15px;
    width: 40px;
    padding: 0 4px 0 4px !important;
}

.btn-funcional {
    position: absolute;
    z-index: 98;
    width: 40px;
    margin-left: -40px;
    font-size: 15px;
    padding: 0 4px 0 4px !important;
    background-color: transparent;
}

    .btn-funcional:hover {
        background-color: transparent;
    }


/* Panel Mensaje */

.modal-content-mensaje {
    display: flex;
    flex-direction: column;
    min-width: 400px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.5rem;
}

.modal-content-personalizado {
    max-width: 600px;
}

.modal-header-mensaje {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.5rem - (1px));
    border-top-right-radius: calc(0.5rem - (1px));
}

.modal-body-mensaje {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer-mensaje {
    padding: calc(1rem - 0.5rem * .5);
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.5rem - (1px));
    border-bottom-left-radius: calc(0.5rem - (1px));
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.modal-header-personalizado {
    background-color: #064699;
}

.modal-title-personalizado {
    color: white;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding-left: 10px !important;
}
/* Datos Personales */
.divDomicilio {
    padding-bottom: 25px;
}

.divCorreoPersonal {
    flex-direction: column;
}

.domicilioElectronico {
    font-size: 11px;
    margin-left: 10px;
}


/* Carga Archivos */

.file-upload {
    margin-right: 0;
    margin-bottom: 0;
    width: 84%;
    border: 0.1rem solid;
    border-color: silver;
    padding: 3px 0 5px 20px;
    border-radius: .5rem;
}

.nombreArchivo {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 0.1rem solid silver;
    padding-left: 1rem;
    width: 64%;
    float: right;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.btnCargaArchivo {
    font-size: 1.5rem;
    padding: 1rem;
}

.archivoEnTabla {
    font-size: 12px;
}

.etiquetaArchivo {
    font-size: 12px;
    color: grey;
    margin-left: .5rem;
}

/* Modal Usuarios Roles */

.zoom > input {
    transform: scale(1.2); /* Increase the size by 20% */
}

#v-pills-abm-tab {
    --bs-nav-pills-link-active-bg: #064699 !important;
    --bs-nav-link-color: #064699 !important;
    text-align: initial !important;
}

#v-pills-carga-tab {
    --bs-nav-pills-link-active-bg: #064699 !important;
    --bs-nav-link-color: #064699 !important;
    text-align: initial !important;
}

#v-pills-roles-tab {
    --bs-nav-pills-link-active-bg: #064699 !important;
    --bs-nav-link-color: #064699 !important;
    text-align: initial !important;
}
#v-pills-abm-junta-tab {
    --bs-nav-pills-link-active-bg: #064699 !important;
    --bs-nav-link-color: #064699 !important;
    text-align: initial !important;
}
#v-pills-abm-migracion-tab {
    --bs-nav-pills-link-active-bg: #064699 !important;
    --bs-nav-link-color: #064699 !important;
    text-align: initial !important;
}

/* Pestañas */
a[pestañas="activa"] {
    background-color: #baddf9; /* Cambia el color del texto */
 
}
.alert-warning{
    background-color: #aacff8; 
    color: #000000; 
    font-size: 16px; 
   text-align: center;
    
    padding: 10px 15px; 
    border-radius: 5px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    margin: 30px 15px; 
    display: inline-block; 
}
.alert-warning2{
    color: #000000;
    font-size: 18px;

}
.pepito{
    position: relative;
    bottom: -10px;
}
.container-span{
   
    display: flex;
    height: 40px;
    width: auto;
    justify-content: end;
}
.span-periodo{
    display: inherit;
    background-color: #aacff8;
    color: #000000;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 20px 15px;
    margin-top: 10px;
    margin-right: 10px;    
 
}
#sidebar {
    background-color: #ffffff; 
    border-right: 1px solid #ddd;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease; 
    border-radius: 10px;
    padding: 20px; 
}


#sidebar .nav-link {
    color: #333; 
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 15px; 
    border-radius: 5px; 
    transition: background-color 0.3s ease, color 0.3s ease; 
}

#sidebar .nav-link:hover {
    background-color: #007bff;
    color: white; 
}

#sidebar .nav-link.active {
    background-color: #007bff; 
    color: white; 
    font-weight: bold; 
}
.sidebar-toggle {
    position: fixed;
    top: 150px;
    right: 20px;
    width: 25px;
    height: 20px;
    border-radius: 15%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1001;
}

.moved-right {
    transform: translateX(235px);
}
.col-costume{
       width:26%; 
}

.footer-image {
    height: 40px;
    object-fit: contain;
}