.img-margin-tb {
    margin-top: 150px;
    margin-bottom: 50px;
}

.text-login {
    color: #c1d500;
}

#flot-dashboard-chart {
    width: 100%;
    height: 500px;
}

#flot-pie-chart {
    width: 100%;
    height: 500px;
}

#flot-bar-barras {
    width: 100%;
    height: 500px;
}

.resize-sensor {
    font-size: 12px !important;
}

.sub_title {

    font-size: 20px;
    font-weight: bold;
    color: #666;
    display: table;
    margin: 0 auto;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
    font-weight: 300;
    position: relative;
    color: #99abb4;
}

.comboSetWidth {
    height: 30px;
    width: 100% !important;
}

.input_jqGrid {
    height: 30px !important;
    border-radius: 5px!important;
    /*width: 100% !important;*/
    border: 1px solid #dfe3e9 !important;
}

.ui-jqgrid tr.ui-row-ltr td {
    height: 40px !important;
    font-size: 11px !important;
    vertical-align: middle;
}


.hiddenItem {
    display: none;;
}



#chartdiv_pie {
    width: 100%;
    max-height: 600px;
    height: 100vh;
}


.size-img-jqgrid {
    font-size: 28px !important;
}

.u-color-volga {
    color: #3267A0 !important;
}

.select2-container{
    z-index:10000 !important;
}


.height-aforo {
    height: 20px !important;
}

.progress-bar {
    height: inherit !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.big-size {
    font-size: 12rem;
    font-weight: bold;
}

.big-font {
    font-size: 30px;
}

.icon-color-font {
    color: #1ab394;
}

.fa-id-card::before, .fa-camera::before {
    font-size: 10em;
}

i:hover {
    cursor: pointer;
}

.fa-success {
    color: green;
}

@media (max-width: 700px) {
    .fa-id-card::before, .fa-camera:before {
        font-size: 5em;
    }
}

.image-upload > input
{
    display: none;
}

.image-upload img
{
    width: 100px;
    cursor: pointer;
}

.tramites {
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}

.title {
    font-size: 1.5rem;
    color: #ed5565;
}
.subtitle {
    font-size: 1.5rem;
    color: #ed5565;
}

.title_print {
    font-size: 1.5rem;
    color: #23c6c8;
}
.subtitle_print {
    font-size: 1.5rem;
    color: #23c6c8;
}

.swal2-container {
    z-index: 10000;
}

.swal2-select{
    min-width: 62% !important;
}

.modal-lg-width {
    width: 1024px !important;
}

.options-buttons {
    display: flex;
}

.text-square {
    padding: 2rem;
    border: 1px solid #ccc;
    font-size: 4.25rem;
}

.p-2 {
    padding: 1.5rem;
}

.ml-5 {
    margin-left: 15px;
}

.mr-5 {
    margin-right: 15px;
}

.content-result {
    text-align: center;
    margin: 9rem 0;
}

.input-lg {
    padding: .5rem 1rem;
    font-size: 2.25rem;
    line-height: 1.5;
}

.fupa-number {
    font-size: 6.25rem;
}

.red_item {
    color: red;
}


.title_print_user {
    font-size: 1rem;
    color: #a7461a;
}

.subtitle_print_user {
    font-size: 1rem;
    color: #a7461a;
}
/* ====== Header ====== */
.sw-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}
.sw-subtitle {
  font-size: 14px;
  color: #666;
  margin: 4px 0 10px;
}

/* ====== Contenido ====== */
.sw-html { 
  padding-top: 0; 
}
.sw-body { 
  margin-top: 0;  /* evita solaparse con subtítulo */
}

/* ====== Tabla ====== */
.sw-table { 
  width: 100%; 
  border-collapse: collapse; 
}
.sw-table thead th { 
  border-bottom: 1px solid #eee; 
  padding: 8px 6px; 
  font-weight: 600; 
  background: #f9f9f9;
}
.sw-table tbody td { 
  padding: 8px 6px; 
  border-bottom: 1px solid #f5f5f5; 
}
.sw-table tbody tr:nth-child(odd) { 
  background: #fafafa; 
}

/* ====== Utilidades ====== */
.c-left   { text-align: left; } 
.c-center { text-align: center; } 
.c-right  { text-align: right; }
.nowrap   { white-space: nowrap; }
.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; 
}

/* ====== Footer ====== */
.sw-footer { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  margin-top: 10px; 
  padding-top: 10px; 
  border-top: 1px solid #eee; 
}
.sw-total { 
  font-size: 15px; 
  font-weight: 700; 
}
.sw-check { 
  font-size: 13px; 
  color: #555; 
  display: flex; 
  align-items: center; 
  gap: 6px; 
}

/* ====== Chips ====== */
.chip { 
  display: inline-block; 
  padding: 2px 8px; 
  border-radius: 10px; 
  font-size: 12px; 
  line-height: 18px; 
}
.chip-gray   { background: #eee;     color: #555; }
.chip-green  { background: #e6f4ea;  color: #157f3a; }
.chip-yellow { background: #fff4e5;  color: #8a5a00; }
.chip-orange { background: #ffe8d4;  color: #9a3e00; }
.chip-red    { background: #fde7e9;  color: #a50e0e; }

/* ====== Banner ====== */

.promo-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 12px 16px;
  border-radius: 10px;
  background: #f0fdf4;           /* verde suave */
  border: 1px solid #22c55e;     /* verde tailwind */
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  font-weight: 500;
  animation: fadeIn .5s ease;
}
.promo-icon {
  font-size: 1.4rem;
}
.promo-badge {
  background: #22c55e;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: .3px;
}
.promo-title { font-weight: 800; }
.promo-cta {
  margin-left: auto;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #0ea5e9;
  background: linear-gradient(180deg, #0284c7, #0369a1);
  color: #fff;
  font-weight: 700;
}
.promo-cta:hover { filter: brightness(1.05); }
.promo-close {
  position: absolute; right: 8px; top: 6px;
  background: transparent; border: 0; font-size: 20px; line-height: 1;
  color: #15803d; cursor: pointer;
}
@media (max-width: 768px) {
  .promo-banner { flex-wrap: wrap; padding-right: 36px; }
  .promo-cta { width: 100%; text-align: center; }
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ======= TOP LAYOUT (flex) ======= */
.navbar-flex{
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px 12px;
}

.nav-left{
  display:flex;
  align-items:center;
  gap:8px;
}
.nav-left .btn{ margin:0; }  /* evitamos márgenes inline */

.nav-center{
  flex:1;                    /* el centro crece */
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;               /* permite que el banner reduzca */
}

.nav-right{
  margin-left:auto !important;
  display:flex;
  align-items:center;
  gap:10px;
}
.nav-right > li{
  display:flex; align-items:center;
}

/* ======== Banner Base ======== */
.promo-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid #0284c7;
  background: #e7f3ff;
  color: #1e3a8a;
  border-radius: 6px;
  font-size: 14px;
  margin: 8px 16px;
  animation: fadeIn 0.4s ease;
  position: relative;
  z-index: 5; /* asegura que quede encima */
}

/* ======== Icono y Badge ======== */
.promo-icon {
  font-size: 20px;
}

.promo-badge {
  background: #10b981;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

/* ======== Texto ======== */
.promo-text {
  flex: 1;
}

.promo-title {
  font-weight: 600;
}

.promo-sub {
  display: block;
  font-size: 13px;
  color: #374151;
}

/* ======== Botón CTA ======== */
.promo-cta {
  background: #0284c7;
  color: white !important;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;   /* evita salto de línea */
  min-width: 120px;      /* garantiza ancho mínimo */
  text-align: center;
}

.promo-cta:hover {
  background: #0369a1;
}

/* ======== Botón Cerrar (X) ======== */
.promo-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 18px;
  color: #555;
  cursor: pointer;
  line-height: 1;
  z-index: 10; /* asegura clic encima */
}

.promo-close:hover {
  color: #000;
}

/* ======== Animación ======== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ======== Responsive ======== */
@media (max-width: 768px) {
  .promo-banner {
    flex-wrap: wrap;
    text-align: center;
  }
  .promo-sub {
    display: none; /* ocultar subtítulo en móvil */
  }
  .promo-cta {
    width: 100%;
    margin-top: 8px;
  }
}
