.icoontjes {
	width: 25px;
}
.submenu {
	text-decoration: none !important;
}
a.submenu:link, a.submenu:active, a.submenu:visited {
  color: #777 !important;
}
a.submenu:hover {
  color: #000 !important;
}

.pijlboven {
	z-index: 1000000;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--brand);
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 2px solid rgba(var(--brand-rgb), .25);
  outline-offset: 2px;
}

.admin-file-upload {
  position: relative;
}

.admin-file-upload__input {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.admin-file-upload__text {
  color: #777;
  font-size: 13px;
  margin-top: .5rem;
  word-break: break-word;
}

html,
body {
  min-height: 100%;
}

body > main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > main > .g-bg-black-opacity-0_9.noprint {
  margin-top: auto;
}

.alert-success {
  background-color: rgba(var(--brand-rgb), .08);
  border-color: rgba(var(--brand-rgb), .22);
  color: #075f70;
}

.alert-success a {
  color: #075f70;
  font-weight: 600;
}
