/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: initial;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
*, *:after, *:before {
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=search] {
  padding: 0 5px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}

.table tbody tr.vrij {
  background-color: #b7e1cd;
}
.table td {
  width: auto;
  max-width: 250px;
}
.table td span {
  white-space: normal;
  display: inline-block;
}
.table th, .table td {
  white-space: nowrap;
}

.extraFields .row:nth-of-type(2n) {
  background: #eeeeee;
}

.form-control {
  line-height: 1.2;
  font-size: 11px;
}
@media (min-width: 1000px) {
  .form-control {
    font-size: 14px;
  }
}

label {
  margin-bottom: 5px;
  font-size: inherit;
}
@media (min-width: 1000px) {
  label {
    font-size: 14px;
  }
}

.h2, h2 {
  font-size: 20px;
}
@media (min-width: 1000px) {
  .h2, h2 {
    font-size: 32px;
  }
}

.h5, h5 {
  font-size: 14px;
}
@media (min-width: 1000px) {
  .h5, h5 {
    font-size: 20px;
  }
}

body {
  font-size: 11px;
}
@media (min-width: 1000px) {
  body {
    font-size: 14px;
  }
}

.dropdown-menu {
  font-size: inherit;
}

.table thead th, .table thead td, .table tbody th, .table tbody td, table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th, table.dataTable tbody td {
  padding: 2px;
}
.table thead th:first-of-type, .table thead td:first-of-type, .table tbody th:first-of-type, .table tbody td:first-of-type, table.dataTable thead th:first-of-type, table.dataTable thead td:first-of-type, table.dataTable tbody th:first-of-type, table.dataTable tbody td:first-of-type {
  padding-left: 10px;
}
.table thead th:last-of-type, .table thead td:last-of-type, .table tbody th:last-of-type, .table tbody td:last-of-type, table.dataTable thead th:last-of-type, table.dataTable thead td:last-of-type, table.dataTable tbody th:last-of-type, table.dataTable tbody td:last-of-type {
  padding-right: 10px;
}
.table thead th, .table thead td, table.dataTable thead th, table.dataTable thead td {
  text-align: center;
  padding-right: 16px;
}