
/* Estilo institucional adaptado para navbar */

body {
  background-color: #f8f8f8;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
  color: #777;
}

.btn.btn-warning {
  background-color: #002D51;
  border-color: #002D51;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.btn.btn-warning:hover {
  background-color: #555555;
  border-color: #555555;
  /*#2793e6;*/
  color: #fff;
}

h1, h2, h3 {
  color: #002D51;
  font-weight: bold;
}

p {
  font-size: 16px;
  color: #777;
  line-height: 1.5;
}

/* Logo centrado verticalmente dentro del navbar */
.navbar-brand {
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-height: 40px;
  height: auto;
  width: auto;
}

.navbar-cne {
  width: 100%;
  min-height: 60px;
  padding: 5px 20px;
  background-color: #002D51;
}

.navbar-cne .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
}

.navbar-cne .navbar-nav > li.active > a,
.navbar-cne .navbar-nav > li > a:hover {
  background-color: #2793e6;
  color: #fff;
}

/* Fondo claro tipo electoral */
.navbar-cne {
  background-color: #e6e6e6;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  min-height: 60px;
}

/* Links del navbar estilo institucional */
.navbar-cne .navbar-nav > li > a {
  color: #333;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  padding: 18px 15px;
}

/* Hover más sutil */
.navbar-cne .navbar-nav > li > a:hover,
.navbar-cne .navbar-nav > li.active > a {
  background-color: transparent;
  color: #0072a8; /* azul electoral */
  text-decoration: underline;
}

/* Logo bien alineado y limpio */
.navbar-brand {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-height: 60px;
  width: auto;
}

.aportes-table {
  font-size: 1.25rem; /* más chico */
}

.aportes-table th,
.aportes-table td {
  vertical-align: top;
  line-height: 1.2;
  white-space: normal; /* evita corte */
}

.col-monto-header {
  text-align: center; 
  min-width: 120px; 
}

.col-monto {
  white-space: nowrap;
  min-width: 120px;
  text-align: right;
  font-weight: bold;
}

.col-fecha-header {
  text-align: center;
  min-width: 90px;  /* evita que corte dd-mm-aaaa */
}

.col-fecha {
  white-space: nowrap;
  min-width: 90px;
  text-align: center;
}

.aporte-row {
  cursor: pointer;
}

.aporte-detail-row {
  display: none;
  background-color: #f9f9f9;
}

.aporte-detail {
  font-size: 0.88rem;
  line-height: 1.3;
  padding: 6px 4px;
}


.pagination.pagination-sm > li > a,
.pagination.pagination-sm > li > span {
  padding: 3px 8px;
  font-size: 0.75rem;
}

