html {
  font-size: 14px;
  min-height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #f4f8fb;
  color: #1d2b36;
  margin-bottom: 60px;
}

.navbar-brand {
  color: #0a5b8f !important;
}

.xdt-card {
  background: #fff;
  border: 1px solid #cfe2ef;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(18, 63, 88, 0.06);
  padding: 1rem;
}

.metric {
  border-left: 4px solid #0a9fb0;
}

.table {
  background: #fff;
}

.customer-row {
  cursor: pointer;
}

.customer-row:focus {
  outline: 2px solid #0a5b8f;
  outline-offset: -2px;
}

.customer-actions,
.xdt-select-column {
  width: 1%;
}

.customer-select {
  cursor: pointer;
}

.btn-primary {
  background: #0a5b8f;
  border-color: #0a5b8f;
}

.btn-outline-primary {
  border-color: #0a5b8f;
  color: #0a5b8f;
}

.btn-outline-primary:hover {
  background: #0a5b8f;
  border-color: #0a5b8f;
}

.footer {
  bottom: 0;
  height: 60px;
  line-height: 60px;
  position: absolute;
  width: 100%;
}
