﻿/*.GridPlanEstudios*/

.contenedor {
    margin: 5px;
}

.pe-pantalla-entrada {
  display: grid;
  grid-template-rows: 48px auto 2fr 48px;
  background-color: white;
}

.pe-header-entrada {
    display: grid;
    grid-template-areas:
        "izq der";
    background-color: #50007d;
    color: white;
    font-weight: bold;
    border-radius: 0px 0px 4px 4px;
    min-height: 4vh;
    height: 4.5vh;
    font-size: clamp(2vh, 0.8vw, 3vh);
}

.pe-header-left-entrada {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}

.pe-header-right-entrada {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.pe-boton-atras {
    cursor: pointer;
    font-size: clamp(2vh, 0.8vw, 3vh);
}

    .pe-boton-atras:hover {
        /*background-color: #3d5a80;*/
        color: lightgray;
    }

.content-wrapper {
    margin: 5px;
}

.pe-nombre-asignatura {
    display: flex;
    justify-content: center;
    align-self: self-start;
    margin-top: 15px;
    font-size: clamp(14px, 1vw, 16px);
    color:white;
}

.pe-termometro-asignatura {
    display: flex;
    justify-content: center;
    align-self: self-end;
    margin-top: 5px;
    width: 100%;
}

.pe-dato-tau-en-proceso {
    position: absolute;
    top: 62%; /* Empieza desde la mitad del contenedor */
    transform: translateY(-25%); /* Ajusta hacia arriba para centrar en la mitad inferior */
    z-index: 1; /* Asegura que el texto esté encima de los colores */
    color: #59515e;
}

.pe-tau-no-plataforma {
    display: flex;
    background-color: #cdcdcd;
    border-radius: 3px;
    justify-content: center;
    margin-top: 3px;
    width: 6vh;
    height: 4vh;
    margin-left: 3px;
    margin-bottom: 1px;
}

.pe-fuente-tau-no-plataforma {
    display: grid;
    place-items: center;
    font-size: clamp(11px, 0.8vw, 13px);
    font-weight: 400;
    width: 80px;
    text-align: center;
    margin-left: -90px;
    color: slategrey;
}

.pe-barra-col-taus {
    background-color: yellow;
    width: 800px;
    height: 10px;
    border-radius: 3px;
}

.pe-celda-ccol-tau {
    grid-row: 1;
    display: grid;
    grid-template-rows: fr 3fr fr;
    grid-template-columns: fr 5fr fr;
    justify-content: center;
    font-weight: bold;
    font-size: clamp(1vh, 0.8vw, 1.2vh);
    width: 10vh;
    height: 6vh;
}

.pe-ultima.fila-celda-col-tau {
    height: 7px;
}

.pe-cm {
    margin-left: -5px;
    height: 25px;
    width: 55px;
    border-radius: 2px;
    margin-top: 2px;
}

.pe-titulo {
    margin: 20px 5% 10px;
    background-color: #ed6c4c;
    background-color: #00c8ff;
    display: grid;
    justify-content: center;
    align-content: center;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    height: 3.5vh;
    font-size: clamp(14px,2vw,20px);
    margin-bottom: 1vh;
}

.pe-titulo-contenedor-promover {
    margin: 20px 5% 10px;
    background-color: #ed6c4c;
    display: grid;
    grid-template-columns: 8fr 1fr 1fr;
    color: white;
    font-weight: bold;
    border-radius: 15px 15px 0px 0px;
    height: 35px;
    font-size: clamp(16px,2vw,24px);
    margin-bottom: 5px;
}

.pe-titulo-normal {
    justify-self: center;
}

.pe-titulo-promover {
    justify-self: end;
    margin-right: 10px;
    padding: 0px 2px;
    color: white;
    font-weight: bold;
}

    .pe-titulo-promover:hover {
        justify-self: end;
        margin-right: 10px;
        font-weight: bold;
        color: black
    }

.pe-numero-plan {
    display: flex;
    background-color: #f5f5f5;
    border-radius: 3px;
    height: 30px;
    width: 9vh;
    justify-content: center;
    align-items: center;
    color: #5D676D;
    font-size: clamp(11px, 0.8vw, 13px);
    font-weight: bold;
    margin: 0px 2px;
}

.pe.fila-unidad-curricular {
    display: grid;
    grid-template-columns: 2fr 12fr;
    grid-template-rows: auto;
    grid-gap: 3px;
    gap: 3px;
    margin-bottom: 5px;
    margin-right: 5%;
}

.pe-col-unidad-curricular {
    display: grid;
    align-items: center;
    background-color: #98c1d9;
    color: #5D676D;
    /*color: white;*/
    font-weight: bold;
    margin-bottom: 1px;
    border-radius: 5px;
    align-self: center;
    justify-self: center;
    padding: 6px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    font-size: clamp(12px, 1vw, 14px);
    /*   writing-mode: vertical-lr;
    transform: rotate(180deg);*/
    /*text-wrap: balance;*/
}

.pe-fila-inidad-editorial {
    display: grid;
    grid-template-columns: 2fr 8fr;
    grid-template-rows: auto;
    grid-gap: 5px;
    font-size: clamp(12px,1vw, 14px);
    color: #5D676D;
    margin-left: 2px;
    justify-items: start;
    align-items: start;
}

.pe-col-unidad-editorial {
    display: grid;
    align-items: center;
    background-color: #c7e1f3;
    font-weight: bold;
    border-radius: 5px;
    align-self: center;
    justify-self: center;
    padding-left: 15px;
    height: 100%;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    font-size: clamp(12px, 1vw, 14px);
}

.pe-grid-leccion-tau {
    margin-bottom: -2px
}

.pe-fila-tau {
    display: grid;
    grid-template-columns: 5fr 2fr;
    padding: 1px;*/
    height: auto;
}

.pe-leccion {
    grid-column-start: 1;
    grid-column-end: 2;
    color: #5D676D;
    font-size: clamp(11px, 1vw, 13px);
    padding-left: 10px;
    padding-top: 1px;
    background-color: #E5E5E5;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    display: grid;
    place-items: center;
    justify-content: start;
    margin-bottom: 1px;
}

.pe-titulos-plan-curso {
    display: grid;
    justify-content: end;
    color: gray;
    font-size: 1vw;
    padding-left: 5px;
    padding-top: 3px;
    font-weight: bold;
}

.pe-botones {
    display: flex;
    justify-content: left;
    width: 40vh;
    margin-left: 3px;
}

.pe-mapa-aprendizaje {
    background-color: #f5f5f5;
    font-size: 0.7vw;
    color: gray;
    max-height: 25px;
    width: 5vh;
    display: grid;
    text-align: center;
    justify-content: center;
    margin: -5px 2px -5px 12px;
}

.pe-columna-proceso-plan-curso {
    font-size: 0.7vw;
    color: gray;
    width: 9vh;
    height: 4vh;
    display: grid;
    text-align: end;
    justify-content: center;
}

.pe-columna-proceso-plan-curso-termo {
    background-color: #f5f5f5;
    font-size: 0.7vw;
    color: gray;
    width: 9vh;
    height: 4vh;
    display: grid;
    text-align: end;
    justify-content: center;
}

.pe-mas-de-tres {
    cursor: pointer;
    background-color: lightgray;
    margin-left: 4px;
    border-radius: 3px;
    font-size: clamp(11px, 0.8vw, 13px);
    font-weight: bold;
    align-items: center;
}

.pe-header-columna.proceso {
    width: 9vh;
    display: flex;
    justify-content: center;
    text-align: left;
}
/*
.pe-codigo-tau-dash {
    align-items: center;
    justify-items: center;
    font-size: clamp(1vh, 0.8vw, 1.2vh);
    font-weight: bold;
    width: 9vh;
    text-align: center;
    color: #5D676D;
    z-index: 10;
}*/

/*Plan curso vertical*/
.pe-contenedor-tau-eximido-con-codigo {
    height: 4.7vh;
    width: 9vh;
    /*position: relative;*/
}

.pe-codigo-taudash-plan-nuevo {
    display: grid;
    place-items: center;
    font-size: clamp(8px, 0.8vw, 13px);
    font-weight: bold;
    height: 4vh;
    width: 9vh;
    z-index: 3;
    color: #5D676D;
    position:  absolute;
}

.pe-contenedor-imagen-tau-eximido-plan {
    height: 4vh;
    width: 9vh;
    z-index: 1;
    position: absolute;
}
/*Fin  Plan curso vertical*/

.pe-Codigo-tau-dash-plan-termo {
    display: grid;
    align-items: center;
    justify-items: center;
    font-size: clamp(11px, 0.8vw, 13px);
    font-weight: bold;
    width: 80px;
    text-align: center;
    color: #5D676D;
    z-index: 10;
    height: 100%;
}


.pe-columna-plan-curso {
    display: grid;
    justify-items: center;
    margin-left: 3px;
    width: 7vh;
}

.pe-imagen-tau-eximido-curso {
    margin-bottom: 25px;
    height: 4vh;
    z-index: -4;
    width: 9vh;
}

.pe-imagen-tau-eximido-plan {
    height: 4vh;
    z-index: -4;
    width: 7vh;
}


.pe-veces-y-comentarios {
    font-size: 0.7vw;
    color: gray;
    max-height: 30px;
    width: 80px;
    display: grid;
    justify-items: center;
    cursor: pointer;
    height: 30px
}

.pe-imagen-mapa {
    height: 22px;
    width: auto;
}

.pe-imagen-mapa2 {
    height: 17px;
    width: auto;
}

.pe-imagen-plan {
    border-radius: 3px; 
    padding: 0.8vh;
    height: 4vh;
    width: 9vh;
    display: grid;
    justify-items: center;
}

.pe-franja-superior {
    display: grid;
    grid-template-columns: 8fr 2fr;
    background-color: #1376a0;
    color: white;
    font-size: 2vw;
    font-weight: bold
}

.pe-plan-curso {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-height: 90vh;
}

.pe-combo-niveles-analista {
    color: white;
    font-weight: bold;
}

.pe-cursos-analista {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pe-boton-materia {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    margin: 5px;
    color: white;
    font-weight: bold;
    background-color: lightblue;
    border-radius: 5px;
    /*height:40px;*/
}

.pe-mapa-aprendizaje-PE {
    font-size: 0.8vw;
    color: gray;
    background-color: lightgray;
    max-height: 25px;
    width: 70px;
    justify-items: center;
    text-align: center;
    border-radius: 4px;
    margin: 0px 20px 0px 20px;
    padding-top: 4px;
    height: 30px;
}

.e-listbox-container .e-list-item {
    height: 25px !important;
    padding: 5px 5px;
}

    .e-listbox-container .e-list-item.e-selected {
        height: 25px !important;
        padding: 5px 5px;
    }

table {
    border-collapse: collapse;
    overflow-x: auto;
}

th, td {
    text-align: center;

}

th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-right: 1px;
    border-left: 1px;
    border-style: solid;
    border-color: lightgray
}

tr {
    height: 33px;
}

td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    border-radius: 3px;
    margin-top: 5px;
    width: 100px;
}

.pe-nombre-estudiante {
    width: 40vh;
    text-align: left;
    border-radius: 3px;
    padding-left: 8px;
    margin-top: 1px;
    font-weight: bold;
    font-size: .7vw;
    cursor: pointer;
    justify-self: center;
    display: flex;
    justify-content: left;
    align-items: center;
}

.pe-celda-nombre-estudiante {
    width: 35vh;
    border-radius: 5px;
    background-color: lightgrey;
    height: 30px;
    display: flex;
    padding-left: 5px;
    align-items: center;
    font-size: 12px;
}

.pe-celda-boton-nivel {
    display: flex;
    width: 8vw;
    height: 30px;
    border-radius: 5px;
    background-color: lightgrey;
    padding-left: 5px;
    align-items: center;
    text-align: right;
    margin-left: 7px;
    font-size: 12px;
}


.pe-celda-tau-estudiante {
    background-color: lightgrey;
    border-radius: 3px;
    padding: 3px;
}

.pe-imagen-materia {
    height: 30px;
}

.pe-celda-header-asignatura {
    width: 150px;
    border-radius: 5px;
    background-color: aqua;
    padding: 5px 20px;
}

.e-custom {
    border-radius: 0;
    height: 30px;
    width: 120px;
    margin: 5px;
}

    .e-custom, .e-custom:hover, .e-custom:focus, .e-custom:active {
        background-color: #ff6e40;
        color: #fff;
    }

.e-btn, .e-css.e-btn {
    background-color: #98c0d9;
}

.CodigoTauPlan {
    grid-column-start: 1;
    grid-column-end: 2;
    color: gray;
    font-size: .7vw;
    padding: 3px 5px;
    background-color: #ededed;
    margin-left: -80px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.e-tau {
    display: grid;
    place-items: end;
}

.PopUpFechasMapa {
    display: grid;
    justify-content: center;
    align-items: center;
}

.fechaPlanCurso {
    display: grid;
    place-items: center;
    justify-content: center;
    align-items: center;
    font-size: 8pt;
    width: 80px;
    border-radius: 3px;
    background-color: lightgray;
    margin: 0px 5px 0px 5px;
    color: #59515e;
}

.fechaPlanCursoNo {
    display: grid;
    justify-content: center;
    font-size: 8pt;
    width: 80px;
    margin: 7px 5px 0px 5px;
}

.controlCalendario {
    display: grid;
    place-items: center;
    justify-content: center;
}

/*Termómetros*/

.contenedorTermometros {
    display: grid;
    width: 100%;
    margin-bottom: 5px;
}

.progress-value {
    font-size: 0.65rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    padding-right: 3px;
    /*color: white;*/
    color:  #5D676D;
    /*width:*/
}

.redonda {
    border-radius: 4px;
    height: 100%;
}

.figuraSVG {
    margin-top: 0px;
    height: 30px;
    width: 7vh;
}

.figuraSVG1 {
    margin-top: -1px;
    width: 80px;
    height: 30px;
}

/*menu popup*/
.popupMenuBotones {
    display: grid;
    align-items: center;
    height: 130px;
}

#popUpMenuBotones_dialog-header {
    color: green;
    font-size: 10px;
    font-weight: normal;
}

.e-btn.e-flat, .e-css.e-btn.e-flat {
    width: 100px;
}

.e-dialog .e-dlg-header {
    color: black;
    font-size: 18px;
}

.e-dialog.e-control.e-popup, .e-dialog.e-control.e-popup .e-dlg-header-content {
    background-color: white;
    justify-content: center;
    width:100%;
    /*background-color:lightgray;*/
}

.e-dialog .e-btn.e-flat, .e-css.e-btn.e-flat {
    background-color: transparent;
    border-color: transparent;
    color: blue;
}

.botonDialogo {
    background-color: transparent;
    border-color: transparent;
    color: blue;
}

.popupArbolTau {
    cursor: pointer;
    font-weight: bold;
}

    .popupArbolTau:hover {
        color: dimgray;
    }

.celdaNombreTau {
    background-color: lightgray;
}

