html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media print {
  body {
    background-color: white !important;
  }

  .uitslagen-veld, .prijsuitreiking-veld {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

body {
  background-color: #f8f9fa;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Site header */
.header-banner {
  background-color: white;
  border-bottom: 1px solid #d3d3d3;
  overflow: hidden;
  height: 110px;
  position: relative;
}

.header-banner img {
  height: 110px;
  display: block;
}

#main-container {
  background-color: white;
}

.public-login-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
}

.page-content-wrapper {
  min-height: calc(100vh - 140px);
}

.uitslag-col-rank {
  width: 60px;
}

/* Admin table action columns */
.admin-actions-column {
  width: 200px;
}

.admin-actions-column .btn-group {
  white-space: nowrap;
}

/* Search input groups */
.input-group .btn:not(:last-child) {
  border-right: 0;
}

.input-group .btn:not(:first-child) {
  border-left: 0;
}
