/*Lineas prioritarias*/
.z-index {
    z-index: 0;
}

.imagen-informacion {
    color: var(--color_verde_oliva);
    width: 130px;
}

.item-informacion-tabla span:first-child {
    font-weight: bold;
}

.item-informacion-tabla:nth-child(3) span:last-child {
    text-align: justify;
}


/*para quitarle el color al contenedor de la lista*/
.contenido-tabla-modulo {
    align-content: start;
    background: #f4f4f4;
    background-color: #f0f0f0;

}

.tabla-resumen-modulo {
    background-color: #f4f4f4;
    box-shadow: none;
    background-color: #f0f0f0;
}

.header-items-modulos {
    justify-content: left;
    background-color: transparent;
    color: black;
}

.item-modulo-active {
    color: var(--bg-header);
}







.icon-edit,
.icon-delete,
.icon-perfil {
    color: var(--color-verde-oliva);
    font-size: 20px;
    margin: 10px;
}

.icon-delete {
    color: rgb(201, 92, 92);
}

.icon-perfil {
    color: #4b9fd6;
}

.tabla-modulo thead tr {
    border-bottom: 1px solid #ccc;
}

.tabla-modulo tr td {
    padding: 3px;
    padding-left: 5px;

}

.tabla-modulo tbody tr:last-child {
    border-bottom: none;
}

.btn-agregar {
    background-color: var(--bg-header);
    color: white;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 #ccc,
        0 0 1px 1px #ccc;
    font-size: 14px;
}

.section-btn-agregar {
    text-align: right;
}

.tabla-header tr th {
    padding: 7px;
    color: #5b5656;
}

.tabla-header tr th:first-child {
    border-top-left-radius: 3px;
}

.tabla-header tr th:last-child {
    border-top-right-radius: 3px;
}

.tabla-modulo tbody tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.tabla-modulo tbody tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.tabla-modulo {
    box-shadow: 0 0 1px 0 #ccc,
        0 0 1px 1px #ccc;
    border-radius: 3px;
    background-color: #efefef91;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tabla-header {
    background-color: #dad8d876;
}

.tabla-modulo tbody tr:nth-child(2n) {
    /*background-color: #e3dfdf76;*/
}



/*para la sección de eliminar*/
.section-formulario .section-eliminar {
    background-color: white;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 1px 0 #ccc,
        0 0 1px 1px #ccc;
    height: 255px;
    margin: 25vh;
    font-family: "Poppins", sans-serif;

}

.encabezado-eliminar {
    /* background-color: var(--bg-header);
    color: white;
   */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}


.btn-eliminar-seccion {
    color: white;

}

.btn-eliminar-seccion,
.btn-noeliminar-seccion {
    background: var(--bg-header);
    color: white;
    margin: 3px;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 #ccc,
        0 0 1px 1px #ccc;
}

.btn-noeliminar-seccion {
    background-color: var(--bg-navegacion);
    margin: 3px;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 #ccc,
        0 0 1px 1px #ccc;
}


.section-botones-eliminar {
    justify-content: center;
}



.section-errores {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #ccc,
        0 0 1px 0px #ccc;
    height: 400px;
    padding: 5px;
    overflow-y: auto;
    font-family: "Poppins", sans-serif;

}

.section-errores section h3 {
    font-size: 14px;
    background-color: var(--bg-header);
    padding: 5px;
    color: white;
    border-radius: 2px;
}

.section-errores span {}


.flex-eliminar {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

/*.flex-eliminar img{
    margin-right: 10px;
}*/



.imagen-success {
    margin-right: 10px;
}

/*para datatable*/
.dataTables_filter {
    display: flex;
    justify-content: right;
}

.dataTables_filter input,
.dataTables_length select {
    border: none;
    padding: 5px;
    margin-left: 5px;
    font-size: 14px;
}

.dataTables_filter input:focus,
.dataTables_length select:focus {
    border: none !important;
    outline: none;

}

.dataTables_paginate {
    display: flex;
    justify-content: right;
    font-size: 14px;
}


.dataTables_paginate span {
    margin: 0 5px;
}


/*section de clasificacion de programa de investigacion*/
.section-clasificacion {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #efefefb7;
    color: black;
    border: 1px solid #ccc;
}

.row .section-clasificacion-informacion {
    border: 1px solid #ccc;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.section-clasificacion-informacion i {
    color: red;
    margin-top: 5px;
}

.container-lineas-areas {
    overflow-y: auto;
    max-height: 230px;
}




/*para el modulo de programas de investigacion*/
.section-programa {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 #ccc;
}

.programa-header {
    border-radius: 5px;
    /*background-color: #dad8d876;
    color:black;*/
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.programa-header span {
    background-color: #0ca516;
    background-color: #4b9fd6;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    width: auto;
}


.programa-header span:last-child {

    background-color: transparent;
    font-size: 12px;
    height: 20px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    color: #dc3545
}

.programa-content {
    background-color: white;
    border-radius: 5px;
}

.programa-titulo {
    font-size: 18px;
}

.programa-descripcion {
    text-align: justify;
}


.item-programa section span {
    margin-left: 5px;

}


.ejes-programa .ejes-title {
    font-size: 17px;
    border-bottom: 1px solid #ccc;
}

.ejes-programa .ejes-header {
    color: #d89828
}


.ejes-programa .ejes-header+section {
    text-align: justify;
}

.ejes-programa .ejes-header+section>ul {
    list-style-type: circle;
}

.programa-imagen {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.programa-imagen img {
    box-shadow: 0 0 1px 0px #ccc;
    height: 200px;
    border-radius: 2px;
}

.programa-descripcion {
    text-align: justify;
    /*border-top:1px solid #ccc*/
}



/*PARA EL PROYECTO DE INVESTIGACION*/
.resultados-buscador {
    border-radius: 3px;
    box-shadow: 0 0 1px 0 #ccc;
    border: 1px solid #ccc;
    position: absolute;
    background-color: white;
    z-index: 5000;
    margin: auto;
}

.resultados-title {
    background-color: var(--bg-header);
    color: white;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.resultado-correo {
    font-size: 13px;
    text-align: right;
    justify-content: right;
}

.resultado-nombre,
.resultado-facultad {
    font-size: 16px;
    text-align: left;
}

.resultado-facultad {
    font-size: 13px;
}

.resultados-buscador .resultado {
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease-out;
    border-radius: 0;
    border-radius: 0 !important;
    cursor: pointer;

}

.resultados-investigadores {
    height: 200px;
    overflow-y: scroll;
}

.resultados-buscador .resultado:hover {
    background-color: #e5950c58;
    transition: all .3s ease-in;
}

.resultados-title span {
    text-align: left;
}

.resultados-title i {
    text-align: right;
}


.seccion-resultados {
    position: relative;
}


/*tabla de investigadores y estudiantes seleccionados*/
.tabla-personas {
    border: 1px solid #ccc;
}

.tabla-personas .encabezado {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.tabla-personas .title {
    font-weight: bold;
}

.tabla-personas .eliminar {
    color: rgb(230, 47, 47);
}



.programa-descripcion .rotulo-principal,
.programa-descripcion .rotulo-asociado {
    background-color: #0ca516;
    color: white;
    padding: 3px;
    border-radius: 2px;
    font-size: 9px;
    margin-left: 5px;
    height: 18px;
    width: auto;
}

.programa-descripcion .rotulo-asociado {
    background-color: #056db3;
}


.programa-descripcion ul {
    text-align: justify;
    list-style-type: circle;
}

.programa-descripcion ul li {
    display: list-item;

}

.ulEstudiantes li.li-facultad {
    font-size: 12px;
    color: #dc3545;
    list-style-type: none;
    margin-top: 10px
}


.programa-imagen img.img-periodo {
    width: 70px;
    height: 70px;
}

.programa-imagen .bold {
    font-weight: bold;
}

/*para los submenu del proyecto de investigacion*/
.menu-proyecto-active {
    color: var(--bg-header);
    border-bottom: 2px solid var(--bg-header);
    z-index: 1000;
}

.menus-proyecto {
    font-size: 14px;
    background-color: #f0f0f0d3;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;

}

.menus-proyecto span {
    width: auto;
    padding: 7px;

}



.ejes-header.ejes-proyecto {
    color: black;
}

.acciones {
    width: 14%;
    text-align: center;

}

.width-auto {
    width: auto;
    width: 19%;
}


.section-input-imagen {
    position: relative;
}

.section-cargada {
    position: relative;
}

.imagen-cargada {
    position: relative;
}

.btn-eliminar-imagen {
    position: absolute;
    top: 5px;
    right: 0;
    width: 45px;
    height: 20px;
}


/*sección investigación del proyecto*/
.section-investigacion-proyecto span {
    /**color:#c4871f;**/
}

.programa-descripcion .section-colaboradores span:not(.rotulo-asociado, .rotulo-principal) {
    color: black;
}

.programa-descripcion .section-colaboradores ul span {
    display: inline-block;
}



/*para la seccion de publicaciones cientificas*/
.section-publicaciones {
    display: flex;
    justify-content: center;
}

.section-publicacion .programa-content {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.section-publicaciones .publicacion-titulo {
    font-size: 14px;
}

.section-publicaciones .publicacion-titulo span {
    text-align: justify;
}


.section-publicaciones .submenu-publicaciones {
    /*background-color: #f0f0f0d3;*/
    font-size: 14px;
}

.section-publicaciones .submenu-publicaciones .active {
    border-bottom: 2px var(--bg-header) solid;
    color: var(--bg-header)
}

.section-publicacion .section-detalles section {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.section-publicacion .section-detalles section a {
    text-decoration: none;
    color: #0e4ac2
}



.section-publicaciones .menu-carga {
    background-color: #f0f0f0d3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

}

.section-publicaciones .anio_publicacion {
    padding: 3px;
    display: flex;
    justify-content: space-between;
    height: 18px;
}

.section-publicacion .anio_publicacion .section-tipo {
    background-color: #db900f;
}

.section-publicaciones .section-detalles {
    font-size: 14px;
}


.section-publicaciones .anio_publicacion span {
    color: white;
    background: #0ca516;
    border-radius: 20px;
    width: auto;
    font-size: 12px;
}

.section-publicaciones .btn_publicacion {
    display: flex;
    justify-content: center;
}

.section-publicaciones .btn_publicacion span {
    font-size: 12px;
    color: white;
    border-radius: 2px;
    background: #056db3;
    width: auto;
    padding: 7px;
    box-shadow: 0 0 1px 1px #045b95;
}




/*modulo de investigadores*/
.section-perfil {
    font-family: "Poppins";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.6);
}


.section-perfil.modulo-perfil {
    font-family: "Poppins";
    width: 100%;
    position: static;
    background-color: transparent;
    height: auto;
    margin-bottom: 10px;
}


.section-perfil-investigador section {
    display: flex;
    justify-content: center;
}

.section-perfil .perfil-container .encabezado {
    background-color: var(--bg-header);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.section-perfil .perfil-container .cuerpo {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.section-perfil.modulo-perfil .cuerpo {
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #ccc;
}


.section-perfil .section-fotografia {
    display: flex;
    align-items: center;
}

.section-perfil .section-fotografia img {
    display: flex;
    width: 100px;
    height: 120px;
    box-shadow: 0px 0px 1px 1px #ccc;
    border-radius: 5px;
}

.section-perfil .menu-carga {
    font-size: 15px;
}


.section-perfil .section-informacion .text {
    text-align: left;
}


.section-perfil .section-informacion .section-cv {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.section-perfil .section-informacion .section-cv img {
    display: flex;
    height: 30px;
    width: 30px;
}

.section-perfil .section-informacion .section-cv span {
    text-align: left;
}

.section-perfil .submenu-publicaciones .active {
    border-bottom: 2px var(--bg-header) solid;
    color: var(--bg-header)
}

.section-perfil .section-resumen {
    text-align: justify;
}

.section-perfil .section-educacion {
    text-align: left;
}

.section-perfil .section-educacion .titulo {
    font-weight: bold;
}

.section-perfil .section-investigacion {
    text-align: justify;
}

.section-perfil .section-investigacion .tipo {
    color: white;
    background-color: #0ca516;
    border-radius: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    margin-left: 5px;
    justify-content: center;
    width: 90px;
}

.section-perfil .section-investigacion section span {
    display: flex;
    align-content: center;
    align-items: center;
}



.lista-recursos {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.section-investigacion .paginacion {
    justify-content: right;
    display: flex;
}

.section-investigacion .paginacion span {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    font-size: 12px;
}

.section-investigacion .paginacion span.active {
    background: var(--bg-header);
    color: white;

}


.section-investigacion .fila-seleccion {
    background-color: #f0f0f0;
    font-size: 12px;
    border-radius: 3px;

}

.section-investigacion .fila-seleccion select {
    margin-left: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
}

.section-investigacion .fila-seleccion i {
    margin-right: 3px;
}


/*modulo de perfiles*/

.section-perfil-investigador span {
    background-color: #4b9fd6;
    color: white;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    width: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 1px solid #4b9fd6
}

.section-perfil-investigador section input {
    background-color: #ffff;
    border: 1px solid #ccc;
    padding-left: 5px !important;
    border-left: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    appearance: none;
    outline: none;
}


.section-perfil-investigador section button {
    appearance: none;
    outline: none;
    background-color: var(--bg-header);
    color: white;
    width: auto;
    margin-left: 10px;
    font-size: 12px;
    border: none;
    border-radius: 3px;
    height: 30px;
}

.section-perfil-investigador section {
    display: flex;
    align-items: center;
    align-content: center;
}


.section-resultados-perfil {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #ccc;
}

.section-resultados-perfil .header-resultados {
    color: #5b5656;
    font-weight: bold;
}

.section-resultados-perfil .btn-accion {
    color: #3989be;
}

.section-resultados-perfil .btn-accion i[class='fa-solid fa-xmark'] {
    color: red;
}

.section-resultados-perfil .btn-accion i[class='fa-solid fa-user'] {
    cursor: pointer;
}

.section-noresultados span {
    color: rgb(235, 12, 12);
}


/*
|----------------------------------------------------------------------------------------------
|                        MODULO DE CONVOCATORIA
|----------------------------------------------------------------------------------------------
*/
.informacion-general {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.informacion-general .section-herramientas {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.informacion-general .section-edicion {
    height: 250px;

}

.informacion-general .section-edicion:focus {
    outline: none;
    border: none;
    background-color: #efefef91;
}


/*
|----------------------------------------------------------------------------------------------
|                       FORMULARIO DE CONVOCATORIA (ARCHIVOS CARGADOS)
|----------------------------------------------------------------------------------------------
*/

.tipo-archivo {
    width: 20px;
    height: 20px;
}

.nombre-archivo {
    text-align: left;
}

.eliminar-archivo {
    color: red
}

.imagen-cargar .detalles-archivo {
    align-items: end;
    align-content: end;
}

.resultado-convocatoria .activa,
.resultado-convocatoria .inactiva,
.tabla-convocatorias .activa,
.tabla-convocatorias .inactiva,
.estado-convocatoria .inactiva,
.estado-convocatoria .activa {
    font-size: 10px;
    padding: 5px;
    background-color: #0ca516;
    color: white;
    width: auto;
    border-radius: 3px;
    text-transform: capitalize;
}

.resultado-convocatoria .inactiva,
.tabla-convocatorias .inactiva,
.estado-convocatoria .inactiva {
    background-color: rgb(214, 36, 36);
}






.section-resultados-perfil>span {
    color: #5b5656;
    font-weight: bold;
}


/*
|----------------------------------------------------------------------------------------------
|                       VER CONVOCATORIAS
|----------------------------------------------------------------------------------------------
*/
.titulo-convocatoria span {
    color: #6c6767;
    font-weight: bold;
    text-align: center;

}

.estado-convocatoria>span {
    margin-left: 10px;
}


.periodo-aplicacion {
    font-size: 14px;

}

.periodo-aplicacion .contenido span {
    text-align: center;
}

.convocatoria-lateral {
    /*border-left: 1px solid #ccc;*/
}


.convocatoria-lateral .header-menu>span {

    color: #5b5656;
    font-weight: bold;
    font-size: 14px;

}

.convocatoria-lateral .header-menu {
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.convocatoria-lateral .header-menu i {
    color: #5b5656;
}

.convocatoria-lateral .header-menu {
    /*background-color: #dad8d876;*/
}

.convocatoria-lateral .contenido>span.row {
    font-weight: bold;
}


/*
|------------------------------------------------------------------------------------------------
    CONVOCATORIAS - DOCUMENTOS DE REFERENCIA
|------------------------------------------------------------------------------------------------
*/
.archivos-descarga .contenido {
    font-size: 14px;
    text-align: left;
}

.archivos-descarga .contenido .texto-documento {
    word-wrap: break-word;
    color: black;
    font-size: 14px;
    text-decoration: none;
}

.archivos-descarga .contenido>section:hover>.texto-documento {
    color: var(--bg-header);
    text-decoration: underline;
    cursor: pointer;
}

.section-contactos .contenido {
    font-size: 14px;
    text-align: left;
}




/*
|------------------------------------------------------------------------------------------------ 
    MODULO DE USUARIOS - PANEL DE USUARIOS
|------------------------------------------------------------------------------------------------
*/

.section-panel-usuarios .section-item-menu {
    box-shadow: 0 0 1px 1px #ccc;
    border-radius: 5px;
    background-color: white;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 150px;
    font-size: 14px;
    transition: all ease 0.6s;
}


.section-panel-usuarios .section-item-menu:hover {
    color: white;
    transition: all ease 0.6s;
    cursor: pointer;
    background-color: #d61b18ab;
}

/*imagenes de los menu ; usuarios*/
.section-panel-usuarios .section-item-menu img {
    height: 50px;
}

.section-panel-usuarios .section-item-menu:hover>img {
    stroke: #fff;
}

.section-panel-usuarios .section-menu {
    display: flex;
    justify-content: center;
}


/*
|------------------------------------------------------------------------------------------------ 
    MODULO DE USUARIOS - PERMISOS
|------------------------------------------------------------------------------------------------
*/
.listado-permisos .section-radio-button {
    display: flex;
    margin: 0 10px;
}

.listado-permisos .radio-button {
    border-radius: 15px;
    display: flex;
    /*box-shadow: 0px 0 1px 1px #ccc;*/
    border: 1px solid #c5c4c4;
    width: 50px;
    margin-left: 5px;
    background-color: #e8e6e6;
    justify-content: left;
}

/*esta activo*/
.listado-permisos .section-radio-button .check:checked+label.radio-button {
    justify-content: right;
}

.listado-permisos .section-radio-button .check:checked+label.radio-button>span {
    background-color: #0ca516;
}

.listado-permisos .section-radio-button .check:checked+label.radio-button {
    justify-content: right;
}

.listado-permisos .radio-button span {
    display: flex;
    border-radius: 50%;
    /*border:1px solid #c5c4c4;*/
    width: 25px;
    background-color: #a43939;
    height: 25px;
    border: none;
    outline: none;
    justify-content: left;
}


.listado-permisos .btn-guardar {
    background-color: #056db3;
    color: white;
    padding: 8px;
    border-radius: 3px;
    font-size: 14px;
    width: auto;
}

.listado-permisos .section-btn-guardar {
    display: flex;
    justify-content: right;
}

.section-buttons {
    display: flex;
}


/*perfil del investigador*/
.section-clasificacion-informacion .section-item {
    align-items: center;
    align-content: center;
}

.seccion-agregar-educacion .fa-xmark {
    color: red;
}

.section-trayectoria section:not(.section-item) {
    display: flex;
    align-items: center;
}


/**/
.section-permisos .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    width: 100% !important;
}

.section-permisos .select2-container--default .select2-selection--single {
    width: 100% !important;
    height: 36px;
    border: none;
}


.section-error{
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    z-index: 10000;
    top:0;
    left:0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.section-error .title{
    color:black;
}

.section-error .container {
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    box-shadow: 0 0px 1px 0 rgb(214, 36, 36);
    flex-direction: column;
    align-items: center;
    padding: 5px;
    height: 250px;
    height: auto;
}

.section-error .img-investigador{
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #ccc;
}

.section-error .container .btn{
    background-color: rgb(98, 19, 19);
    padding: 5px;
    color:white;
    border-radius: 3px;
    margin: 5px;

}

.section-error .container img{
    height: 150px;
}

.section-error .container .title{
    font-size: 18px;
}

.section-error .credenciales{
    display: flex;
    align-items: center;
    align-content: center;
    
}

.section-error .section-datos{
    display: flex;
    flex-direction: column;
}

.section-error .label{
   font-size: 12px;
}


.section-error .item-seccion{
    background-color: #0ca516;
    color:white;
    padding: 5px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.section-error .informacion-seccion{
    color:black;
}

.section-error .container #mensaje{
   color:rgb(214, 36, 36);
}







/*permisos*/
.item-menu-0{
    display: none !important;
}


