/* =========================================================
   AUDITORÍA DEL SISTEMA - INVENTORY GENETIX
   Vista administrativa de logs_sistema.
   ========================================================= */

#moduloAuditoriaInventory .small-box {
  min-height: 94px;
  border-radius: .55rem;
  overflow: hidden;
  position: relative;
}

#moduloAuditoriaInventory .small-box .inner {
  padding: 14px 16px;
  position: relative;
  z-index: 2;
}

#moduloAuditoriaInventory .small-box h3 {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
}

#moduloAuditoriaInventory .small-box p {
  font-size: .86rem;
  line-height: 1.2;
  margin-bottom: 0;
}

#moduloAuditoriaInventory .small-box .icon {
  top: 13px;
  right: 16px;
  font-size: 42px;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

#moduloAuditoriaInventory .small-box .icon > i,
#moduloAuditoriaInventory .small-box .icon > i.fas,
#moduloAuditoriaInventory .small-box .icon > i.fa,
#moduloAuditoriaInventory .small-box .icon > i.far {
  font-size: 42px !important;
  top: 0;
  color: rgba(0, 0, 0, .24);
}

#moduloAuditoriaInventory .small-box:hover .icon > i,
#moduloAuditoriaInventory .small-box:hover .icon > i.fas,
#moduloAuditoriaInventory .small-box:hover .icon > i.fa,
#moduloAuditoriaInventory .small-box:hover .icon > i.far {
  font-size: 45px !important;
}

#moduloAuditoriaInventory .auditoria-help-box {
  border-left: 4px solid #ffc107 !important;
}

#moduloAuditoriaInventory .auditoria-actions .btn {
  min-width: 105px;
}

#moduloAuditoriaInventory .auditoria-json-box {
  min-height: 210px;
  max-height: 380px;
  overflow: auto;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: .45rem;
  padding: 12px;
  font-size: .78rem;
  white-space: pre-wrap;
  word-break: break-word;
}

#moduloAuditoriaInventory .auditoria-detail-summary,
#moduloAuditoriaInventory .auditoria-detail-description {
  background: #fff;
}

#moduloAuditoriaInventory #tablaAuditoriaSistema td {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  #moduloAuditoriaInventory .small-box {
    min-height: 82px;
  }

  #moduloAuditoriaInventory .small-box .inner {
    padding: 12px 13px;
  }

  #moduloAuditoriaInventory .small-box h3 {
    font-size: 1.35rem;
  }

  #moduloAuditoriaInventory .small-box p {
    font-size: .78rem;
  }

  #moduloAuditoriaInventory .small-box .icon {
    top: 13px;
    right: 12px;
    font-size: 32px;
  }

  #moduloAuditoriaInventory .small-box .icon > i,
  #moduloAuditoriaInventory .small-box .icon > i.fas,
  #moduloAuditoriaInventory .small-box .icon > i.fa,
  #moduloAuditoriaInventory .small-box .icon > i.far {
    font-size: 32px !important;
  }

  #moduloAuditoriaInventory .small-box:hover .icon > i,
  #moduloAuditoriaInventory .small-box:hover .icon > i.fas,
  #moduloAuditoriaInventory .small-box:hover .icon > i.fa,
  #moduloAuditoriaInventory .small-box:hover .icon > i.far {
    font-size: 34px !important;
  }

  #moduloAuditoriaInventory .auditoria-actions {
    justify-content: flex-start !important;
  }

  #moduloAuditoriaInventory .auditoria-actions .btn {
    min-width: auto;
  }
}
