#topApiRef {
  color: #95aecb;
}

.section-toggler-link {
  font-size: 0.8em;
  font-style: italic;
  text-decoration: none;
}

.section-toggler-link:hover {
  text-decoration: underline;
}

.metricEvolution {
  display: inline-block;
  font-size: 9pt;
  opacity: 0.75;
}

.metricEvolution > .positive-evolution {
  color: green;
}

.metricEvolution > .negative-evolution {
  color: #e02a3b;
}

.reportsByDimensionView > .entityList {
  float: left;
  width: 208px;
  min-height: 200px;
}

.dimensionCategory {
  margin-top: 16px;
}

.modal.modal-extra-wide {
  width: 95%;
  max-height: 90%;
  top: 5% !important;

  .ui-confirm {
    padding: 0 !important;
  }
}

.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
}

.ui-confirm,
.modal {
  .btn.disabled,
  .btn-flat.disabled,
  .btn:disabled,
  .btn-flat:disabled,
  .btn[disabled],
  .btn-flat[disabled] {
    opacity: 1;
    color: @theme-color-text-on-disabled !important;
    background: @theme-color-background-disabled !important;
  }
}

.card .card-content {
  padding: 20px;
}
