﻿.footer.logos-static {
   display: block;
}

.footer.logos-static img:not(.cursor-pointer){
   display:none;
}

.footer.logos-slider {
   display: none;
}

/* legajo personal, ultimos td, espacio para boton grande */
.tab-pane[class*="custom-legajo"] .nm-tablegrid tr th:last-child,
.tab-pane[class*="custom-legajo"] .nm-tablegrid tr td:last-child {
    width: 15%;
    min-width: 120px;
}

/* cambio tipo de letra MDI*/
.tab-pane[class*="custom-legajo"] .btn.btn-secondary.mdi {
    font-family: Roboto,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin: 1px 0px;
    padding: 10px 8px;
    line-height: 16px;
}
.tab-pane[class*="custom-legajo"] .btn.btn-secondary.mdi.mdi-plus::before {
    content: 'Nueva Inscripción';
    white-space: normal;
}
.tab-pane[class*="custom-legajo"] .btn.btn-secondary.mdi.mdi-more::before {
    content: 'Continuar';
}

/* cambio tipo de letra FDI*/
.tab-pane[class*="custom-legajo"] .btn.btn-secondary.fdi.fdi-plus,
.tab-pane[class*="custom-legajo"] .btn.btn-secondary.fdi.fdi-dots-horizontal
{
    width: unset;
    height: unset;
    margin: 1px 0px;
    padding: 9px 8px;
    line-height: 16px;
}
.tab-pane[class*="custom-legajo"] .btn.btn-secondary.fdi.fdi-plus::before {
    content: 'Nueva Inscripción';
    white-space: normal;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
.tab-pane[class*="custom-legajo"] .btn.btn-secondary.fdi.fdi-dots-horizontal::before {
    content: 'Continuar';
    white-space: normal;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

/* cambio stage (proposito) x Carrera  */
/*.custom-legajo tr th:nth-child(2) span {
    display: none;
}
.custom-legajo tr th:nth-child(2):after {
    content: 'Carrera';
}*/

/* cambio tab0 x Inscripciones  */
.custom-personaLegajo #tabDetail .nav-link[href="#tab0"] > span {
    display: none;
}
.custom-personaLegajo #tabDetail .nav-link[href="#tab0"]:after {
    content: 'Perfil';
}

/* cambio tab1 x Datos Complementarios  */
.custom-personaLegajo #tabDetail .nav-link[href="#tab1"] > span {
    display: none;
}
.custom-personaLegajo #tabDetail .nav-link[href="#tab1"]:after {
    content: 'Inscripción';
}

.custom-personaLegajo #tab0 .help-style {
    background: linear-gradient(90deg, #cadff4, #b5e1dd);
    margin-left: -10px;
    margin-right: -10px;
}

.tab-pane[class*="custom-legajo"] #MainContent_id_EntidadFrom_pnlFull {
    background-color: lightgray;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 8px;
    width: calc(32% + 15px);
    min-width: 300px;
    border-top-right-radius: 15px;
}
.tab-pane[class*="custom-legajo"] #MainContent_id_EntidadFrom_pnlFull > span {
    font-weight: 700;
}
.tab-pane[class*="custom-legajo"] #MainContent_id_EntidadFrom_pnlFull > div {
    padding-top: 5px;
}

#registerMessage {
    background-color: green;
    color:white;
    font-size: 1.2rem;
}

@media (max-width: 575px) { /* <=575 */
    /* legajo personal, ultimos td, espacio para boton grande */
    .tab-pane[class*="custom-legajo"] .nm-tablegrid tr th:last-child,
    .tab-pane[class*="custom-legajo"] .nm-tablegrid tr td:last-child {
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 0px;
        max-width: 80px; /*override max-width: 70px; default*/
    }
    .tab-pane[class*="custom-legajo"] .btn.btn-secondary.mdi.mdi-plus,
    .tab-pane[class*="custom-legajo"] .btn.btn-secondary.mdi.mdi-more {
        padding: 6px;
        line-height: 20px;
    }
    .tab-pane[class*="custom-legajo"] .btn.btn-secondary.fdi.fdi-plus,
    .tab-pane[class*="custom-legajo"] .btn.btn-secondary.fdi.fdi-dots-horizontal {
        padding: 6px;
        line-height: 20px;
    }
}