@font-face {
  font-family: 'Netto Pro';
  src: url('../fonts/NettoWeb-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --tekstBasis: #000000;
  --zwart: #2F332C;
  --wit: #ffffff;
  --donker: #00ABE7;
  --donkerder: #198240;
  --licht: #00ABE750;
  --lichter: #00ABE725;
  --highlight: #51AD32;
  --highlight-licht: #00ABE750;
  --header: #0099cc;
}

html {
  height: 100vh;
  padding: 0;
}

body {
  height: calc(100vh - 200px);
  color: var(--tekstBasis);
  font-family: 'Fira Sans';
}

.page-content {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

h1,
h2,
h3 {
  font-family: "Netto Pro", "courier";
  text-transform: uppercase;
  color: var(--zwart);
}

h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bolder;
  color: var(--header);
}

h2 {
  font-family: "Netto Pro", "courier";
  line-height: 1;
  font-size: 24px;
  font-weight: bolder;
}

h3 {
  color: var(--tekstBasis);
  font-family: "Netto Pro", "courier";
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}

h4 {
  color: var(--tekstBasis);
  font-family: "verdana", "courier";
  line-height: 1;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 20px;
}

a {
  color: var(--donker);
}

a:hover {
  color: var(--highlight);
}

.popover-button {
  border: none;
  padding: 0px;
  background: none;
  margin: 0px;
}

.btn-primary {
  background-color: var(--donkerder);
  border: none;
}

.btn-primary:hover {
  background-color: var(--highlight);
}

.btn-primary:active {
  color: var(--donker);
  border: none;
}

.btn-secondary {
  border: none;
  background-color: var(--donkerder);
}

.btn-secondary:hover {
  background-color: var(--highlight);
}

.btn-group-vertical {
  margin-top: 20px;
}

.no-stretch {
  object-fit: cover;
}

.index-logo {
  width: 100%;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

[class^="col-sm-"] {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: calc(100vh - 80px);
}

.no-padding {
  padding: 0px;
  margin: 0px;
}

.background-image {
  opacity: 0.3;
}

.scrollcol {
  height: calc(100vh - 80px);
  overflow-y: scroll;
  padding-top: 20px;
  padding-bottom: 40px;

}

.noscrollcol {
  margin-top: 20px;
  padding-top: 20px;
}

.textIcon {
  display: inline;
  position: relative;
  margin-bottom: 2px;
}

/* Only hide outline if focus is not visible (i.e., mouse users) */
#help-alert:focus {
  outline: none;
  box-shadow: none;
}

.long-list {
  overflow-y: scroll;
  min-height: 50px;
  min-width: 100%;
  max-height: 200px;
  box-shadow: 0px 0px 2px #444444;
  width: fit-content;
  padding-right: 15px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
}

h1#toolname {
  text-transform: none !important;
  font-size: 60px;
}