
.incidenceResume{
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px 0;
  position: relative;
}

.evidencesCont{
  border: 1px solid #ddd;
  height: 150px;
  margin: auto;
  margin-bottom: 30px;
  overflow-y: scroll;
  text-align: center;
  width: 95%;
}

.evidenceItem{
  display: inline-block;
  padding: 10px;
  position: relative;
  width: 70px;
}

.evidenceItem:hover .delete-evidence,
.evidenceItem:hover .new-evidence{
  display: block;
}

.evidenceItem img{
  width: 100%;  
}

.new-evidence{
  color: #7bdaff;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 5px;
  right: -10px;
}

.delete-evidence{
  color: #f66;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 5px;
  right: -10px;
}

.delete-incidenceResume{
  border: 1px solid #ddd;
  bottom: 0px;
  color: #f66;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.delete-incidenceResume:hover{
  background-color: #f66;
  color: #fff;
  text-decoration: underline;
}

/* **************************** */
/* *** PANEL ADMINISTRATIVO *** */
/* **************************** */

#incidencesUsersCheckAllBtn, #incidencesUsersDescheckAllBtn{
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 13px;
  font-weight: bold;
}

#incidencesUsersCheckAllBtn label, #incidencesUsersDescheckAllBtn label{
  margin: 0 10px;
}

#absencesCont, #delaysCont{
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
}

.incidencesTable{
  background: #f7f7fa;
  border-radius: 5px;
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  margin: auto;
  width: 100%;
}

.incidencesTable th{
  border-bottom: 1px solid #c6c8c6;
  border-right: 1px solid #c6c8c6;
  color: #747474;
  font-size: 13px;
  padding: 5px 5px;
  text-align: center;
}

.incidencesTable th:last-child, .incidencesTable td:last-child{
  border-right: 0px;
}

.incidencesTable td{
  border-right: 1px solid #c6c8c6;
  padding: 5px 5px;
  text-align: left;
}

.incidencesTable a{
  color: #404040;
}

/* *********************************************************************** */
/* ***** ESTILOS PARA EL GESTOR DE USUARIOS DEL PANEL ADMINISTRATIVO ***** */
/* *********************************************************************** */

/* *********************************** */
/* ***** VENTANA DE JUSTIFICANTE ***** */
/* *********************************** */

#alertIncidenceAdmin{ font-family: helios; padding: 30px 0px; }
#alertIncidenceAdmin .swal2-title{ color: #00eb19; font-size: 26px; }

#alertIncidenceAdmin .swal2-close{
  background: #727272;
  color: #fff;
  font-weight: bolder;
  border-radius: 50%;
  font-size: 20px;
  margin: 10px 10px 0 0;
  padding: 0;
  font-family: helios;
}

#alertIncidenceAdmin label{
  color: #27353e;
  font-size: 14px;
  font-weight: bold;
}

#alertIncidenceAdmin input:disabled{ cursor: not-allowed; }

#alertIncidenceAdmin #frmIncidence .form-control{
  background: #f5f5f8;
  border: 0;
  color: #8d8d8e;
  font-size: 13px;
  font-weight: bold;
}

#incidenceSubmitCont{
  display: flex;
}

#evidence-submit{
  background: #00eb00;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: auto;
  padding: 3px 20px;
}