.overlay-login {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.section-background {
  background-image: url("../img/background-login.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-login {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 350px;
  height: 100%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}

.icon-login {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-login i {
  color: #9ec4dc;
  font-size: 50px;
  border: 2px solid #ddd;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-login {
  text-align: center;
}

.body-login .form-control,
.body-login .btn {
  height: 45px;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}

.body-login .btn {
  width: 100%;
}

.body-login label {
  font-size: 16px;
  font-weight: 100;
}

.header-login,
.body-login {
  padding: 25px;
}

.header-login {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

#ArchivosCargados {
  font-size: 16px;
  color: #31a9e8;
  padding-left: 10px;
}

#ListaArchivos {
  height: 250px;
}

#FormAdjuntarProceso .slimScrollDiv {
  height: auto !important;
}

#ListaArchivosProcesos .table-hover > tbody > tr:hover {
  cursor: pointer;
}

#ListaArchivosProcesos .table-hover > tbody > tr:hover td {
  background: rgb(210, 232, 255);
}

.row-selected td {
  background: rgb(210, 232, 255) !important;
  color: #000;
  /* background-color: rgb(210, 232, 255) !important; */
}

#menu-procesos {
  width: 100% !important;
}

.empty-error {
  border: 1px solid #f54444 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(245, 68, 68, 0.8),
    0 0 3px rgba(245, 68, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(245, 68, 68, 0.8),
    0 0 3px rgba(245, 68, 68, 0.6);
}

.modal-docs {
  margin: auto !important;
  height: 99.7%;
  width: 90%;
}

.modal-dialog .modal-content,
.modal-dialog .modal-content #ContentDocs {
  height: 100%;
}

#ContentDocs {
  padding: 5px;
}

.modal-xl{
  width: 85%;
}

.background-progress {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  z-index: 2050;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.body-progress {
  background: #ffffff;
  width: 400px;
  height: 200px;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #c6e2ff;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.body-progress p {
  font-size: 1.5em;
  font-weight: 100;
  /* position: relative;
  bottom: -70px; */
}

.logo-progress {
  margin-bottom: 10px;
}

.logo-progress img {
  animation: scales 0.8s ease infinite alternate;
}

.logo-progress,
.text-progress {
  text-align: center;
}

@keyframes scales {
  from {
    transform: scale(0.9);
    opacity: 0.4;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.buttons-picture {
  text-align: center;
}
.buttons-picture i::before {
  font-size: 20px;
}
.buttons-picture .btn {
  padding: 0 7px;
}
td.details-control {
  background: url("../img/details_open.png") no-repeat center center !important;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url("../img/details_close.png") no-repeat center center !important;
}
#group-btn .btn-default:hover {
  color: #2b2f33;
  border-color: #bfc8d1;
  background-color: #f3f3f9;
}
#group-btn .btn-default:focus {
  color: #555a60;
  border-color: none;
  background-color: #ffffff;
}
#group-btn .btn-default:active,
#group-btn .btn-default.active {
  color: #ffffff;
  border-color: #31a9e8;
  background-color: #31a9e8;
}
#group-btn .btn:active,
#group-btn .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#group-btn i::before {
  font-size: 18px;
}
#TableDocumentos {
  white-space: normal;
}
.swal-text {
  text-align: center;
}
.btn-ver-evidencia {
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
}
#ContentDocs {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ContentDocs img {
  max-width: 100%;
  max-height: 100%;
}

.empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty-state i {
  font-size: 72px;
  color: #f1d48d;
}

.access-denied {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 98px);
}
.access-denied i {
  font-size: 72px;
  color: #e74c3c;
}

.label-btn {
  cursor: pointer !important;
}
.delete {
  line-height: 0;
  height: 24px;
  min-width: 24px;
  padding: 0 5px;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
  border-color: #ffffff;
}

a.list-group-item.active:hover {
  background-color: #0059a9;
}

.delete [class^="flaticon-"]:before,
.delete [class*=" flaticon-"]:before,
.delete [class^="flaticon-"]:after,
.delete [class*=" flaticon-"]:after {
  font-size: 15px !important;
}

#container-adjuntar-proceso {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}
#container-adjuntar-proceso .alert {
  margin-bottom: 0;
}
#container-adjuntar-proceso .content-alert {
  grid-column: 1/12;
}
#container-adjuntar-proceso .content-files .btn {
  padding: 0 10px;
  height: 100%;
  display: flex;
  line-height: normal;
  align-items: center;
}
tr.archivo-no-permitido td {
  background: #ffe1e1 !important;
  color: #e74c3c;
}
#ListaArchivos table tr td {
  vertical-align: middle;
}

.table-head-static {
  overflow-y: auto;
  height: calc(100vh - 145px);
}
.table-roles-permisos thead tr:first-child > td {
  padding: 5px;
}
.table-roles-permisos thead tr:first-child > td input {
  width: 100%;
}
.table-roles-permisos thead tr th {
  text-align: center;
  width: 18%;
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-roles-permisos thead tr th:first-child {
  width: 28%;
}
.table-roles-permisos tbody tr td:first-child {
  text-align: left;
}
.table-roles-permisos tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.table-roles-permisos tbody tr td input {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.content-buttons {
  flex: 1;
}

/* Estilos para el cronograma de actividades */

.calendar {
  padding: 0 !important;
}
.calendar .month-container {
  margin-bottom: 30px;
}
.months-container {
  height: calc(100vh - 180px);
  overflow-y: auto;
}

.btn-new-activity {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}

.calendar-adminitrator {
  width: 100%;
  height: calc(100vh - 98px);
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 5px;
}
.calendar-adminitrator .compliance-percentage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.card-data-activity {
  background-color: white;
  border: 2px solid #eaeaea;
  margin-bottom: 15px;
  border-radius: 4px;
}

.content-data-activities {
  height: calc(100% - 50px);
  overflow-y: auto;
}

.body-data-activity {
  padding: 10px;
}
.card-data-activity .state,
.card-data-activity .module {
  color: white;
  padding: 2px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}
.card-data-activity .name-user {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.card-data-activity .module {
  font-size: 12px;
}
.card-data-activity h4 {
  margin: 10px 0 5px;
  font-size: 15px;
  font-weight: 400;
}
.card-data-activity .data-group {
  padding: 0 10px 10px 10px;
}
.card-data-activity .data-group label,
.card-data-activity .data-group span {
  display: block;
}
.card-data-activity .data-group label {
  font-weight: bold;
  margin: 0;
}
.card-data-activity .data-group span {
  font-size: 15px;
}
.card-data-activity .content-button {
  display: flex;
}
.content-button button {
  background-color: white;
  border: none;
  border-top-width: 2px;
  border-top-color: #eaeaea;
  border-top-style: solid;
  height: 32px;
  width: 100%;
}
.content-button button:first-child {
  border-radius: 0 0 0 4px;
}
.content-button button:last-child {
  border-radius: 0 0 4px 0;
  border-left-width: 2px;
  border-left-color: #eaeaea;
  border-left-style: solid;
}
.content-button button:hover {
  background-color: #f6f6f6;
}

#detailActivity {
  display: none;
  position: absolute;
  height: calc(100vh - 98px);
  width: calc(100% - 20px);
  background-color: white;
  z-index: 1;
}

#detailActivity .body-detail-activity {
  height: calc(100vh - 152px);
  overflow-y: auto;
}

#tableFilesActivity {
  display: none;
}
.content-update-date {
  background-color: #f3f7f9;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.content-update-date h4 {
  font-weight: 500;
}
