* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

body {
  font-family: "Roboto", sans-serif;
  overflow: auto;
}

.contenedor_central {
  width: 93.4%;
  position: relative;
  left: 80px;
  top: 20px;
}

/* TEXTOS DEL LA PARTE SUPERIOR DE LAS VISTAS */
#pqf_grupo_asei {
  margin-left: 30px;
  font-size: 20px;
  display: inline;
}

#year_trabajado {
  display: inline;
  font-size: 22px;
  position: absolute;
  top: 35%;
  left: 51%;
}

#nombre_usuario {
  display: inline;
  float: right;
  margin-right: 34px;
  margin-left: 10px;
  font-size: 18px;
}

#cambiar_year {
  display: inline;
  float: right;
  margin-right: 30px;
  font-size: 18px;
  text-decoration: none;
  color: white;
}

.contenedor_login {
  width: 30%;
  padding: 8px;
  border: 1px solid black;
  margin: auto;
  margin-top: 9%;
  border-radius: 6px;
  text-align: center;
}

.input_login {
  margin-left: 10px;
  width: 66%;
  padding: 8px;
  padding-right: 27px;
  font-size: 15px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgb(137, 194, 24);
  outline: 0;
}

.input_login:focus {
  background: rgb(248, 255, 239);
}

#img_login {
  width: 36%;
  height: 36%;
  border-bottom: 1px solid black;
}
/*AQUI SE DA TAMAÑO A LOS ICONOS EN LOS INPUTS*/
label {
  font-size: 17px;
}

#btn_ingreso_login {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 36%;
  border: none;
  background: rgb(137, 194, 24);
  border-radius: 2px;
  margin-left: 13%;
}

.inputs_login {
  position: relative;
}

.btn_ingreso {
  text-align: left;
}

.container_icon_eye {
  position: absolute;
  display: inline;
  font-size: 20px;
  right: 15%;
  top: 15%;
}

.container_icon_eye_inac {
  display: none;
}

.mensaje_error {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  display: none;
}

.contenedor_superior {
  background: rgba(19, 162, 214, 1);
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
  height: 70px;
  margin-top: 0;
  margin-left: 0;
  color: white;
  padding-top: 25px;
  position: fixed;
  float: left;
  z-index: 200;
  top: 0;
  margin: 0;
}

.p_antes_de_num {
  display: inline;
}

.p_num {
  display: inline-block;
}

/*Barra de navegacion*/
.navegacion {
  width: 60px;
  height: 760px;
  background: rgba(19, 162, 214, 1);
  opacity: 1;
  float: left;
  padding: 37px 7px;
  padding-bottom: 6px;
  text-align: center;
  position: fixed;
  top: 50px;
  z-index: 10;
}

.icon_desplegado {
  background: black;
  opacity: 1;
  padding: 10px;
  border-radius: 30px;
  display: inline;
  color: white;
  cursor: pointer;
}

.icon_desplegado p {
  display: none;
  white-space: nowrap;
}
.icon_desplegado a {
  text-decoration: none;
  color: white;
}

li {
  position: relative;
  margin-bottom: 40px;
  z-index: 10;
}

ul {
  list-style: none;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 100%;
}

.icon_desplegado i {
  display: inline;
  font-size: 20px;
}

li:hover div p {
  display: inline;
  margin-left: 6px;
}

#solu_R div i {
  font-size: 23px;
}

#calificar div {
  padding-top: 13px;
  padding-right: 7px;
  padding-left: 8px;
  padding-bottom: 8px;
}

#asignadas div i {
  font-size: 30px;
}
#asignadas div {
  padding-top: 14px;
}

ul #cerrar_sesion {
  top: 87%;
  left: 3%;
  position: absolute;
}

ul #cerrar_sesion_asignador {
  top: 87%;
  left: 0;
  position: absolute;
}

#div_solucionar {
  box-sizing: border-box;
  padding-top: 10px;
}
#solucionar {
  font-size: 24px;
  margin-top: 50px;
}

/*imagen central*/
.div_img_central {
  width: 800px;
  height: 600px;
  margin: auto;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*Animacion*/
.div_animaciones {
  padding: 3px;
  margin-top: 80px;
  opacity: 0;
  display: flex;
  width: 99%;
}

#icon_dato_porRevisar,
#icon_dato_cerradas,
#icon_dato_porAsignar,
#icon_dato_asignadas,
#icon_dato_vencidas {
  text-align: center;
  display: inline-block;
  z-index: -2;
  margin-right: 20px;
  position: relative;
}

.icon_animacion {
  color: white;
  font-size: 30px;
  background: rgb(44, 83, 56);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dato_animacion {
  color: white;
  display: block;
  background: rgb(46, 116, 67);
  padding: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dato_animacion p {
  display: inline;
}

/*tiempo de animacion por cada icono*/
#icon_dato_porRevisar.latido {
  animation-name: example;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
}
#icon_dato_cerradas.latido {
  animation-name: example;
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
}
#icon_dato_porAsignar.latido {
  animation-name: example;
  animation-duration: 2.6s;
  animation-fill-mode: forwards;
}
#icon_dato_asignadas.latido {
  animation-name: example;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
#icon_dato_vencidas.latido {
  animation: example;
  animation-duration: 3.4s;
  animation-fill-mode: forwards;
}

/*VISTA PARA ASIGNAR Y SOLUCIONAR Y NOVEDADES ASIGNADAS Y DETALLES*/
.contenedor_central_asignar_solucionar {
  margin-top: 90px;
  margin-left: 40px;
  margin-right: 40px;
}

.info {
  margin: 8px;
}

.info table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.info table td {
  text-align: start;
  vertical-align: text-top;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
.info table thead th:nth-child(1), .info_solucion table thead th:nth-child(1){width: 23%;}
.info table thead th:nth-child(2), .info_solucion table thead th:nth-child(2){width: 23%;}
.info table thead th:nth-child(3), .info_solucion table thead th:nth-child(3){width: 23%;}
.info table thead th:nth-child(4), .info_solucion table thead th:nth-child(4){width: 23%;}
*/

.info {
  background: rgb(238, 229, 229) 1px;
  border-radius: 3px;
  padding: 13px;
}

.relato,
.revision,
.Solucion_al_Cliente {
  width: 99%;
  background: rgb(238, 229, 229) 1px;
  border-radius: 3px;
  padding: 16px;
  text-align: left;
  margin: 29px 11px;
}

.evidencia {
  margin: 8px;
}

.evidenciad {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.evidenciad {
  text-align: start;
  vertical-align: text-top;
  overflow: hidden;
  text-overflow: ellipsis;
}

.evidencia {
  background: rgb(238, 229, 229) 1px;
  border-radius: 3px;
  padding: 13px;
}
#pregunta {
  font-size: 21px;
  display: block;
}

.inputs_radio_revision {
  display: none;
}

.btn_revision {
  margin-top: 20px;
  margin-right: 4%;
  border: none;
  padding: 6px 14px;
  color: white;
  background: rgb(20, 148, 20);
  border-radius: 3px;
}

.seleccionado {
  box-shadow: 0px 1px 7px 3px green;
}

#btn_confirm_revision {
  border: none;
  background: rgba(19, 162, 214, 1);
  color: white;
  width: 25%;
  border-radius: 4px;
  padding: 9px 0;
}

#cont_relato {
  border-bottom: 1px solid black;
}

#analisis_causa,
#plan_accion,
#comentarios,
#solucion_cliente,
#planAccion {
  width: 96%;
  height: 130px;
  padding: 7px 8px;
  margin: 13px 0;
  font-size: 15px;
  outline: none;
  border: none;
  resize: none;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
}

#submit_asignar {
  margin-left: 20px;
  padding: 6px 35px;
  border: none;
  border-radius: 4px;
  border: none;
  background: green;
  color: white;
}

.file-input-container {
  position: relative;
  display: inline-block;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.file-input-label {
  display: inline-block;
  margin-left: 20px;
  padding: 6px 35px;
  border: none;
  border-radius: 4px;
  background: green;
  color: white;
  cursor: pointer;
}

.file-input-text {
  display: inline-block;
}
#btn_save_solucion,
#btn_envio_respuesta,
#btn_UpdatePlanAccion {
  border: none;
  background: green;
  color: white;
  width: 25%;
  border-radius: 4px;
  padding: 9px 0;
}

/* VISTA PARA REGISTRAR LOS PQF */
.contenedor_registro {
  width: 94%;
  padding: 1%;
  margin: auto;
  margin-top: 90px;
}

.contenedor_nit,
.contenedor_sucursales {
  width: 96%;
  margin: 1%;
  padding: 15px;
  background: rgb(238, 229, 229) 1px;
  border-radius: 5px;
  padding-bottom: 20px;
}

#btn_consulta_nit,
#btn_sucursal {
  float: right;
  padding: 7px 18px;
  border-radius: 4px;
  border: none;
  background: green;
  color: white;
}

#input_nit_cliente {
  background: rgb(238, 229, 229) 1px;
  margin-left: 5px;
  width: 26%;
  padding: 6px;
  font-size: 15px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid black;
  outline: 0;
}

.info_cliente {
  display: none;
  width: 19%;
  padding: 1%;
  margin-left: 1%;
  background: rgb(238, 229, 229) 1px;
  border-radius: 3px;
  overflow: auto;
}

h4,
h5 {
  text-align: center;
}

/*estilos para quitar las flechas por defecto en los inputs tipo number*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.test_info_cliente {
  overflow: hidden;
  text-overflow: ellipsis;
}

.pa {
  display: flex;
}

.form_registro {
  padding: 15px;
  border-radius: 5px;
  width: 74%;
  margin-left: 1%;
  background: rgb(238, 229, 229) 1px;
  display: none;
}

.input_registro {
  background: rgb(238, 229, 229) 1px !important ;
  margin-left: 0px;
  margin-top: 6px;
  border: none;
  border-bottom: 1px solid black;
  width: 80%;
  font-size: 14px;
  box-sizing: border-box;
  padding: 8px;
  outline: 0;
}

.form_registro form div input:focus {
  background: rgb(238, 229, 229) 1px;
}

#relato {
  box-sizing: border-box;
  width: 90%;
  height: 240px;
  padding: 10px;
  outline: 0;
  font-size: 14px;
  /*para evitar el cambio de tamaño del textarea*/
  resize: none;
  outline: none;
  border: none;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
}

.form_registro button {
  width: 27%;
  border-radius: 4px;
  padding: 10px 0;
  border: none;
  background: green;
  color: white;
  font-size: 17px;
}

/*STYLES PARA LA TABLA DE LAS ASIGNACIONES Y ASIGNADAS DEL PERFIL SOLUCIONADOR Y PQF YA ASISIGNADAS Y PQF CERRADAS*/

.div_tabla_asignar,
.div_tabla_pqf_asignadas,
.div_tabla_cerradas,
.div_tabla_revisadas,
.div_tabla_planR,
.div_tabla_planr {
  margin-right: 14px;
  margin-top: 20px;
  display: none;
}
.div_tabla_asignadas_solucionador,
.div_tabla_asignadas_solucionadorA {
  margin-right: 14px;
  margin-top: 20px;
  display: none;
}

#tabla_asignar,
#tabla_asignadas_solucionador,
#tabla_asignadas_solucionadorA,
#tabla_pqf_ya_asignadas,
#tabla_cerradas,
#tabla_revisadas,
#tabla_PlanR {
  width: 99%;
  border-radius: 16px;
  border: none;
}

thead th,
tbody td {
  padding: 5px;
  text-align: center;
  z-index: 7;
}

#tabla_asignar tbody,
#tabla_asignadas_solucionador tbody,
#tabla_asignadas_solucionadorA tbody,
#tabla_pqf_ya_asignadas tbody,
#tabla_cerradas tbody,
#tabla_revisadas tbody,
#tabla_PlanR tbody {
  border-bottom: 1px solid rgba(79, 66, 66, 0.494);
  border-left: 1px solid rgba(79, 66, 66, 0.494);
}

#tabla_asignar thead,
#tabla_asignadas_solucionador thead,
#tabla_asignadas_solucionadorA thead,
#tabla_pqf_ya_asignadas thead,
#tabla_cerradas thead,
#tabla_revisadas thead,
#tabla_PlanR thead {
  border-bottom: 1px solid rgba(79, 66, 66, 0.494);
  background: rgba(79, 66, 66, 0.494);
}

#tabla_asignar thead th,
#tabla_asignadas_solucionador thead th,
#tabla_asignadas_solucionadorA thead th,
#tabla_pqf_ya_asignadas thead th,
#tabla_cerradas thead th,
#tabla_revisadas thead th,
#tabla_PlanR thead th {
  border-right: 1px solid rgba(79, 66, 66, 0.494);
}

#tabla_asignar tbody td,
#tabla_asignadas_solucionador tbody td,
#tabla_asignadas_solucionadorA tbody td,
#tabla_pqf_ya_asignadas tbody td,
#tabla_cerradas tbody td,
#tabla_revisadas tbody td,
#tabla_PlanR tbody td {
  border-right: 1px solid rgba(79, 66, 66, 0.494);
  font-size: 14px;
}

.icon_reverse {
  font-size: 23px;
  /* color: rgba(19, 162, 214, 1); */
  color: green;
  cursor: pointer;
}

.btn_tabla {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  border: none;
  background: green;
  color: white;
}

/*VALIDACION DE LOS FORMULARIOS*/
.input_vacio {
  border-bottom: 1px solid red;
}

#texto_envio_incorrecto {
  margin-top: 10px;
  font-size: 20px;
  display: none;
}

.inp_solucionFinal {
  outline: none;
  border: none;
  border-radius: 3px;
  padding: 4px;
}

/*ESTILOS PARA LAS PQF SOLUCIONADAS EN LA VISTA DE ADMINISTRADOR*/

#div_solucionadas {
  margin-top: 20px;
  display: none;
}

#solucionadas {
  width: 100%;
  max-height: 850px;
  overflow: auto;
}

#solucionadas thead th:nth-child(1) {
  width: 14%;
  text-align: left;
}
#solucionadas thead th:nth-child(2) {
  width: 9%;
  text-align: left;
}
#solucionadas thead th:nth-child(3) {
  width: 72%;
}
#solucionadas thead th:nth-child(4) {
  width: 5%;
}

#solucionadas tbody td:nth-child(1),
#solucionadas tbody td:nth-child(2) {
  text-align: left;
}
#solucionadas tbody td:nth-child(3) {
  text-align: right;
}

.div_intermedio {
  border: 1px dashed black;
}

#icon_pdf {
  font-size: 25px;
  color: red;
  margin-top: 4px;
}
#icon_file {
  font-size: 25px;
  color: green;
}
/*Animacion de las estadisticas*/
@keyframes example {
  from {
    top: -300px;
  }
  to {
    top: 0px;
  }
}

@media screen and (max-width: 540px) {
  .contenedor_login {
    margin: auto;
    margin-top: 40%;
    width: 64%;
  }

  #img_login {
    width: 47%;
    height: 36%;
  }

  #btn_ingreso_login {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 56%;
    border: none;
    background: rgb(137, 194, 24);
    border-radius: 2px;
    margin-left: 7%;
    font-size: 11px;
  }

  .icon_eye {
    position: absolute;
    font-size: 18px;
    right: 10%;
    top: 19%;
  }

  /*imagen central*/
  .div_img_central {
    display: none;
  }

  #pqf_grupo_asei {
    margin-left: 16px;
    font-size: 16px;
  }
  #year_trabajado {
    font-size: 17px;
    top: 35%;
    left: 34%;
  }
  #nombre_usuario {
    margin-right: 20px;
    margin-left: 30px;
    font-size: 17px;
  }
  #cambiar_year {
    margin-right: 20px;
    font-size: 17px;
  }

  .icon_animacion {
    font-size: 21px;
  }

  .dato_animacion {
    font-size: 13px;
  }
}

@media screen and (max-width: 716px) {
  .contenedor_login {
    margin-top: 8%;
    width: 62%;
  }
  #img_login {
    width: 36%;
    height: 39%;
  }

  #btn_ingreso_login {
    font-size: 9px;
    width: 42%;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-left: 13%;
  }

  .container_icon_eye {
    position: absolute;
    display: inline;
    font-size: 20px;
    right: 15%;
    top: 13%;
  }
}

@media screen and (max-width: 1366px) {
  .div_img_central {
    width: 365px;
    height: 305px;
    margin: auto;
  }
  .navegacion {
    height: 540px;
  }
}
@media screen and (max-width: 1519px) {
  .div_img_central {
    width: 335px;
    height: 295px;
    margin: auto;
  }
  .navegacion {
    height: 540px;
  }
}

@media screen and (max-height: 769px) {
  #solucionadas {
    max-height: 590px;
  }
}
