body {
  background: #f4f6f9;
}

.tarjeta-dato {
  border: 0;
  border-radius: .75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.tarjeta-dato .valor {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.tarjeta-dato .rotulo {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #6c757d;
}

.card {
  border: 0;
  border-radius: .75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.punto-categoria {
  display: inline-block;
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  margin-right: .35rem;
}

.tabla-movimientos td {
  vertical-align: middle;
}

.importe-gasto {
  color: #d62828;
  font-weight: 600;
  white-space: nowrap;
}

.importe-ingreso {
  color: #2a9d8f;
  font-weight: 600;
  white-space: nowrap;
}

.importe-interno {
  color: #868e96;
  white-space: nowrap;
}

/* El comercio se edita en la misma grilla: se ve como texto hasta que lo tocas. */
.campo-comercio {
  min-width: 170px;
  border-color: transparent;
  background: transparent;
}

.campo-comercio:hover {
  border-color: #dee2e6;
  background: #fff;
}

.campo-comercio:focus {
  background: #fff;
}

.descripcion-corta {
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grafico-alto {
  height: 300px;
}
