/****************************************************************
 * Universidad: UDI
 * File: Styles
 * Sub cuenta: 1
 * Ultima Revision: 2025-09-08
 * ****************************************************************/

@import url(https://canvas-rsc.ilumno.com/udi/prod/css/udi_Diplomados.css);
@import url(https://canvas-rsc.ilumno.com/udi/prod/css/Estilos.css);
@import url(https://canvas-rsc.ilumno.com/udi/prod/css/Plant_2.css);
@import url(https://drive.google.com/uc?export=view&id=1nrI5e6TpBDWcnFaXiyNYZ_UNf95iU_Cz);

/****************************************************************
 * PROPIEDADES DE LOS LINKS DE LA PAGINA DE LOGIN
 * ****************************************************************/

.ic-Login-footer .ic-Login-footer__links a,
.ic-Login-footer .ic-Login-footer__links .menu-item__text {
    display: none;
}

.ic-Login-footer .ic-Login-footer__logo-link {
    display: none;
}

.footer-logo {
    display: none;
}

.ic-app-footer__links a {
    display: none;
}

.ic-Login-footer .ic-Login-footer__links {
    text-align: center;
}

/****************************************************************
 * OCULTAMIENTO DEL LOGO "By INSTRUCTURE" DEL LOGIN
 * ****************************************************************/

.ic-Login-footer .ic-Login-footer__logo-link {
    display: none;
}

/****************************************************************
 * OCULTAMIENTO DEL LOGO "By INSTRUCTURE" DEL FOOTER
 * ****************************************************************/

#footer .footer-logo {
    display: none;
}

#UDI_boton_cerrar {
    position: fixed !important;
}

.UDI_modal {
    position: fixed !important;
}

/****************************************************************
 * DISE&Ntilde;O BOTON DEL SIS
 * ****************************************************************/

@font-face {
    font-family: "UdiGothic";
    src: url("../fonts/MissionGothicRegular.woff") format("woff");
}

.contenedor {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .botonF1 {
        margin-left: 16px !important;
    }
}

.botonF1 {
    width: 50px;
    height: 50px;
    background: #F44336;
    left: 0;
    z-index: 100;
    bottom: 0;
    position: fixed;
    margin-left: 90px;
    margin-bottom: 16px;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 0px;
    font-weight: bold;
    font-family: UdiGothic !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
}

.botonF1:hover {
    width: 100px;
    height: 100px;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}

.botonF1 img {
    width: 40px;
    padding: 6px 0;
}

/****************************************************************
 * Ocultar link Notificaciones
 * Fecha: 19-12-2022
 * ****************************************************************/
#nav-tray-portal .profile-tab-notifications,
#left-side .notifications {
    display: none !important;
}

/****************************************************************
 * Bloquear cierre de notificaciones globales
 * Fecha: 21-07-2023
 * ****************************************************************/
.ic-notification.account_notification .ic-notification__actions {
    display: none !important;
}

/****************************************************************
 * Popup Emergente en el HOME
 * Fecha: 2025-09-08
 * Developer: JMV
 *****************************************************************/

.jmv_modal {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    z-index: 101;
    overflow-y: auto;
}

.jmv_modal .jmv_btn_close_modal {
    position: absolute;
    right: 15px;
    top: 10px;
    --wd: 30px;
    width: var(--wd);
    height: var(--wd);
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
    border: 2px solid #FFFFFF;
}

.jmv_modal .jmv_btn_close_modal:hover {
    background-color: #12121280;
}

.jmv_modal .jmv_btn_close_modal.close_2 {
    color: #273540;
    border-color: #273540;
}
.jmv_modal .jmv_btn_close_modal.close_2:hover {
    background-color: #2735404d;
}

.jmv_modal .jmv_modal_body{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.jmv_modal .jmv_modal_content{
    width: 500px;
    max-width: 100%;
    max-height: 80vh;
    background: #FFFFFF;
    border-radius: 20px;
    overflow-y: auto;
    padding: 20px;
    position: relative;
}


body #popup:target,
body #eportfolios:target {
    opacity: 1;
    pointer-events: auto;
}

body:has(#popup:target),
body:has(#eportfolios:target) {
    overflow: hidden;
}

/* OCULTAR EN LA IMPORTACION DE SIS - OPCION DE GRUPOS */
#sis_import_form div:has(div>#batch_mode){
    display: none;
}