/* ==== Modern UI Upgrade by Raul ==== */

/* Tipografía más limpia */
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* Bordes suaves en todo */
.table, .card, .form-control, .btn {
  border-radius: 8px !important;
}

/* Tablas centradas y más limpias */
.table {
  border-collapse: separate;
  border-spacing: 0 6px;
}

.table thead th {
  background: #f4f6f9;
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
}

.table tbody tr {
  background: #ffffff;
  transition: all 0.2s;
}

.table tbody tr:hover {
  background: #f7faff;
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
}

/* Formularios */
.form-control {
  border-radius: 6px;
  border: 1px solid #ced4da;
  transition: 0.25s;
}

.form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.25);
}

/* Botones modernos */
.btn-primary {
  background: #3b82f6;
  border-color: #357ae8;
}

.btn-primary:hover {
  background: #2563eb;
}

/* Cards */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Centrar contenido de forms y grids */

/* .container-fluid,*/
/* .ew-container,*/


.ew-grid,
.ew-form {
  max-width: 100% !important;
  width: 100% !important;
  height: 100%;
    
    border: 0px ridge #d7811f;
    padding: 10px;
    background-color: #f8f9fa;
}

[id^="f"][id$="list"][id^="tbl_"][id^="gmp"] {
    width: auto;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    margin-bottom: 3px;
    height: 100%;
    border-radius: 30px;
    border: 0.5px ridge #d7811f;
    padding: 10px;
    background-color: #f8f9fa;
}
.background {
  position:  absolute;
  display:  block;
  top: 0;
  left: 0;
  z-index: 0;
} 