a.disabled {
    pointer-events: none; /* Evitar clics en el enlace */
    opacity: 0.6; /* Hacer que el enlace se vea desactivado */
    cursor: not-allowed; /* Mostrar un cursor de no permitido */
    text-decoration: none; /* Eliminar subrayado del texto (opcional) */
    color: #6c757d; /* Cambiar color a un gris desactivado */
}

.modal-title {
    font-size: 1rem;
}

.bg-blue {
    background: #003366;
}

strong {
    font-weight: bolder !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.dashboard {
    height: 60px !important;
}

h3, h3-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #003366;
    line-height: 1.5em;
    margin-bottom: 20px;
}

a {
    color: #0099cc;
    text-decoration: none;
}

    a:hover {
        color: #0099cc;
        text-decoration: underline;
    }

.fw-bold {
    font-weight: bold !important;
}


.bullets {
    list-style-image: url(../img/bullet-blue.png);
    font-weight: 400;
    font-size: .85em;
    color: #333;
    line-height: 1.5em;
    margin-left: 30px;
    list-style-position: inside;
    text-indent: -2em;
}

.dropbtn {
    background-color: #908233;
    color: #FFF;
    padding: 0 10px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    height: 45px;
    width: 100px;
}

.dropbtn-success {
    background-color: #4caf50;
    color: #FFF;
    font-weight: bold;
}

    .dropbtn-success:hover {
        color: #FFF;
        text-decoration: none;
    }

.dropbtn-primary {
    background-color: #666666;
    color: #FFF;
    font-weight: bold;
}

.dropbtn-secondary {
    background: transparent;
    color: #333;
}

.dropbtn-info {
    background-color: #2196f3;
    color: #FFF;
    font-weight: bold;
}

    .dropbtn-info:hover {
        color: #FFF;
        text-decoration: none;
    }

.text-gold {
    color: #BEAC17;
}

.modal .form-check, .table .form-check {
    margin-bottom: 0;
    min-height: unset;
}

#menuCentroAvisos .nav-item {
    border-bottom: 1px solid #e0e0e0;
}

#menuCentroAvisos .nav-link {
    padding: 1rem 0;
    color: #333;
    font-size: .85rem;
    line-height: 130%;
    transition: all .3s;
}

    #menuCentroAvisos .nav-link:hover, #menuCentroAvisos .active {
        color: #333;
        font-weight: bold;
        background-color: transparent;
        text-decoration: none;
    }

.accordion-button {
    padding: .3rem 1rem;
}

#spinnerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.page-title-sub {
    color: #0099cc;
}
