@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Image aspect ratio calculator */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.fade-enter-active, .fade-leave-active {
  transition: opacity 200ms; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

@font-face {
  font-family: "OpenSans-Bold";
  src: url("/content/lib/core/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/content/lib/core/fonts/OpenSans-Bold.woff") format("woff"), url("/content/lib/core/fonts/OpenSans-Bold.ttf") format("truetype"), url("/content/lib/core/fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("/content/lib/core/fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/content/lib/core/fonts/OpenSans-ExtraBold.woff") format("woff"), url("/content/lib/core/fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("/content/lib/core/fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-Light";
  src: url("/content/lib/core/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/content/lib/core/fonts/OpenSans-Light.woff") format("woff"), url("/content/lib/core/fonts/OpenSans-Light.ttf") format("truetype"), url("/content/lib/core/fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-Regular";
  src: url("/content/lib/core/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/content/lib/core/fonts/OpenSans-Regular.woff") format("woff"), url("/content/lib/core/fonts/OpenSans-Regular.ttf") format("truetype"), url("/content/lib/core/fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("/content/lib/core/fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/content/lib/core/fonts/OpenSans-SemiBold.woff") format("woff"), url("/content/lib/core/fonts/OpenSans-SemiBold.ttf") format("truetype"), url("/content/lib/core/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 Forms
*/
.button, .input, .taginput .taginput-container.is-focusable,
.textarea, .select select, .file-cta,
.file-name, .bs-select, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  display: inline-flex;
  height: 42px;
  justify-content: flex-start;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
  vertical-align: top; }
  .button:focus, .input:focus, .taginput .taginput-container.is-focusable:focus,
  .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .bs-select:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .taginput .is-focused.taginput-container.is-focusable,
  .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.bs-select, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, .input:active, .taginput .taginput-container.is-focusable:active,
  .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .bs-select:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, .is-active.input, .taginput .is-active.taginput-container.is-focusable,
  .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.bs-select, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
  .button[disabled], .input[disabled], .taginput .taginput-container.is-focusable[disabled],
  .textarea[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled], .bs-select[disabled], .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled],
  .pagination-ellipsis[disabled] {
    cursor: not-allowed; }

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

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

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

html {
  background-color: #fff;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f8fafc; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

html,
body,
button,
input,
select,
textarea {
  font-family: "OpenSans-Regular", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px; }

body {
  color: #000000; }

@media (min-width: 2200px) {
  html,
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px; } }

a {
  color: #078834;
  cursor: pointer;
  text-decoration: none;
  transition: none 86ms ease-out; }
  a:hover {
    color: #078834;
    text-decoration: underline; }
    .werk-plus-zorg a:hover {
      color: #000; }

.c-link {
  text-decoration: none;
  font-family: 'OpenSans-SemiBold';
  color: #000;
  display: inline-block; }

.c-link:hover {
  text-decoration: underline; }

.c-link.has-icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #999;
  fill: currentColor; }

.c-link.has-icon.has-icon-right {
  padding-right: 34px; }

.c-link.has-icon.has-icon-left {
  padding-left: 34px; }

.c-link.has-icon.has-icon-right svg {
  left: auto;
  position: relative;
  top: 4px;
  transform: none;
  margin-left: 5px; }

.c-link.has-icon.has-icon-left svg {
  left: 0; }

.c-link.has-icon {
  position: relative; }

hr {
  margin-top: 35px;
  margin-bottom: 35px;
  border: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  width: 100%; }

hr.normal {
  margin-top: 20px;
  margin-bottom: 20px; }

hr.medium {
  margin-top: 15px;
  margin-bottom: 15px; }

hr.small {
  margin-top: 10px;
  margin-bottom: 10px; }

img {
  max-width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.8rem; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  font-weight: 700; }

table {
  width: 100%; }
  table td,
  table th {
    text-align: left;
    vertical-align: top; }
  table th {
    color: #8d8d8d; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.fadeIn {
  animation-name: fadeIn; }

.fadeOut {
  animation-name: fadeOut; }

body, html {
  height: 100%; }

.container.is-main {
  margin-top: 30px; }

.register.container.is-main {
  margin-top: 0; }

.container {
  display: flex;
  flex-direction: column;
  width: 100%; }

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%; }

.canvas {
  display: flex;
  flex-direction: column; }

.section {
  display: flex;
  flex-grow: 1; }

.nav-pane {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 50%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff; }

.main-pane {
  padding: 10px 30px 0 30px;
  box-sizing: border-box;
  background-color: #f8fafc; }

.main-pane.is-register {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0; }

@media (min-width: 600px) {
  .main-pane.is-register {
    max-width: 70%;
    background-color: #fff;
    margin: 30px auto 60px auto; } }

@media (min-width: 1088px) {
  .main-pane.is-register {
    max-width: 700px; }
  .main-pane {
    width: 50%;
    margin-left: 50%; } }

.wrapper-columns {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 60px; }

@media (min-width: 900px) {
  .main-pane {
    width: 65%;
    margin-left: 35%; }
  .nav-pane {
    width: 35%; } }

@media (min-width: 1100px) {
  .main-pane {
    width: 75%;
    margin-left: 25%; }
  .nav-pane {
    width: 25%; } }

@media (min-width: 1400px) {
  .main-pane {
    width: 80%;
    margin-left: 20%; }
  .nav-pane {
    width: 20%; } }

@media (min-width: 1800px) {
  .main-pane {
    width: 80%;
    margin-left: 20%; }
  .nav-pane {
    width: 20%; } }

@media (min-width: 2100px) {
  .main-pane {
    width: 83%;
    margin-left: 17%; }
  .nav-pane {
    width: 17%; }
  .container {
    max-width: 1800px; } }

@media (min-width: 2600px) {
  .container {
    max-width: 2200px; } }

/*
 Logo
*/
.c-logo img {
  max-width: 100%; }

.c-logo.is-header {
  padding: 20px;
  width: 100%;
  text-align: center; }

.c-logo.is-header.is-large {
  padding: 20px;
  width: 100%; }

.c-logobar__item.is-right {
  justify-content: flex-end; }

.c-logobar__item.is-center {
  justify-content: center; }

.c-logobar__item {
  display: flex;
  align-items: center; }

.c-logobar {
  display: flex;
  justify-content: space-between; }

.block:not(:last-child), .icon-list:not(:last-child), .c-collection:not(:last-child), .c-collection-wrapper:not(:last-child) {
  margin-bottom: 20px; }

.is-block {
  display: block; }

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }

.is-flex {
  display: flex; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: flex !important; } }

@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important; } }

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }

.is-inline-flex {
  display: inline-flex; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

.is-clipped {
  overflow: hidden !important; }

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.has-text-centered {
  text-align: center; }

.has-text-left {
  text-align: left; }

.has-text-right {
  text-align: right; }

.is-pre-line {
  white-space: pre-line; }

.is-hidden {
  display: none !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }

.is-disabled {
  pointer-events: none; }

.is-marginless {
  margin: 0 !important; }

.is-invisible {
  opacity: 0; }

.has-boxshadow {
  box-shadow: 0px 5px 30px 10px rgba(0, 0, 0, 0.05); }

.has-small-boxshadow {
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.05); }

hr.small {
  margin-top: 15px;
  margin-bottom: 15px; }

.box {
  background-color: #fff;
  border-radius: 6px;
  color: #000000;
  display: block;
  padding: 2rem;
  flex: 1 0 auto;
  position: relative;
  border-radius: 6px; }
  .box:not(:last-child) {
    margin-bottom: 1rem; }
  .box.is-white {
    background-color: #fff; }
  .box.is-black {
    background-color: #000000; }
  .box.is-light {
    background-color: #ebedf0; }
  .box.is-dark {
    background-color: #ebedf0; }
  .box.is-darker {
    background-color: #c3c3c3; }
  .box.is-darkest {
    background-color: #8d8d8d; }
  .box.is-tertiary {
    background-color: #a4418e; }
  .box.is-secondary {
    background-color: #488fb1; }
  .box.is-secondary-dark {
    background-color: #3b7aaa; }
  .box.is-primary {
    background-color: #078834; }
  .box.is-primary-dark {
    background-color: #066d2a; }
  .box.is-primary-darker {
    background-color: #073618; }
  .box.is-info {
    background-color: #dde7ef; }
  .box.is-success {
    background-color: #4b9f41; }
  .box.is-warning {
    background-color: #ffdd57; }
  .box.is-warning-dark {
    background-color: #eadf83; }
  .box.is-warning-darker {
    background-color: #f4e461; }
  .box.is-danger {
    background-color: #d53535; }
  .werk-plus-zorg .box.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .box.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .box.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .box.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .box.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .box.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .box.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .box.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .box.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .box.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .box.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .box.is-tertiary-darkest {
    background-color: #464b05; }
  .box.is-primary {
    color: #fff; }
  .box.is-secondary {
    color: #fff; }
  .box.is-bordered {
    border: solid 1px #e8e8e8; }
  .box .b-table:only-child {
    margin: -20px; }
  .box.has-dropshadow {
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108); }
    .box.has-dropshadow .box.has-dropshadow {
      padding: 0;
      box-shadow: none; }
      .box.has-dropshadow .box.has-dropshadow .b-table {
        margin: 0 -10px; }
  .box + .box {
    margin-top: 30px; }

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #078834; }
  .werk-plus-zorg a.box:hover, .werk-plus-zorg a.box:focus {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #078834; }

a.box:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px #078834; }
  .werk-plus-zorg a.box:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px #078834; }

.box__head + .box__body,
.box__body + .box__foot {
  margin-top: 30px; }

.box:not(:last-child) {
  margin-bottom: 0; }

.box-grouped.is-vertical .box + .box {
  margin-top: 0; }

.box-grouped.is-vertical .box:not(:last-child) {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.box-grouped .box:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.box-grouped .box:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.box.is-primary hr {
  border-top: solid 1px rgba(255, 255, 255, 0.18); }

.panel .c-heading {
  border: 0;
  height: 60px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; }

.panel__foot {
  padding: 30px 0 10px 0; }

.panel__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.panel {
  padding: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 6px; }
  .panel.is-white {
    background-color: #fff; }
  .panel.is-black {
    background-color: #000000; }
  .panel.is-light {
    background-color: #ebedf0; }
  .panel.is-dark {
    background-color: #ebedf0; }
  .panel.is-darker {
    background-color: #c3c3c3; }
  .panel.is-darkest {
    background-color: #8d8d8d; }
  .panel.is-tertiary {
    background-color: #a4418e; }
  .panel.is-secondary {
    background-color: #488fb1; }
  .panel.is-secondary-dark {
    background-color: #3b7aaa; }
  .panel.is-primary {
    background-color: #078834; }
  .panel.is-primary-dark {
    background-color: #066d2a; }
  .panel.is-primary-darker {
    background-color: #073618; }
  .panel.is-info {
    background-color: #dde7ef; }
  .panel.is-success {
    background-color: #4b9f41; }
  .panel.is-warning {
    background-color: #ffdd57; }
  .panel.is-warning-dark {
    background-color: #eadf83; }
  .panel.is-warning-darker {
    background-color: #f4e461; }
  .panel.is-danger {
    background-color: #d53535; }
  .werk-plus-zorg .panel.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .panel.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .panel.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .panel.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .panel.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .panel.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .panel.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .panel.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .panel.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .panel.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .panel.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .panel.is-tertiary-darkest {
    background-color: #464b05; }
  .panel.is-primary .c-heading.has-icon svg,
  .panel.is-primary svg, .panel.is-primary .title, .panel.is-primary .content, .panel.is-secondary .c-heading.has-icon svg,
  .panel.is-secondary svg, .panel.is-secondary .title, .panel.is-secondary .content, .panel.is-tertiary .c-heading.has-icon svg,
  .panel.is-tertiary svg, .panel.is-tertiary .title, .panel.is-tertiary .content {
    color: #fff; }
  .panel.is-warning {
    border: solid 1px rgba(0, 0, 0, 0.2); }
    .panel.is-warning .c-heading.has-icon svg {
      color: #a89b39; }
    .panel.is-warning .panel__foot {
      background-color: #ffdd57; }

.box:not(:last-child) {
  margin-bottom: 0; }

.v-icon,
.icon {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px;
  fill: currentColor;
  padding: 2px; }
  .v-icon.is-extrasmall,
  .icon.is-extrasmall {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: top;
    width: 16px;
    fill: currentColor;
    padding: 2px; }
  .v-icon.is-small,
  .icon.is-small {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    text-align: center;
    vertical-align: top;
    width: 19px;
    fill: currentColor;
    padding: 2px; }
  .v-icon.is-medium,
  .icon.is-medium {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    width: 24px;
    fill: currentColor;
    padding: 2px; }
  .v-icon.is-large,
  .icon.is-large {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    width: 36px;
    fill: currentColor;
    padding: 2px; }
  .v-icon.is-white,
  .icon.is-white {
    color: #fff; }
  .v-icon.is-black,
  .icon.is-black {
    color: #000000; }
  .v-icon.is-light,
  .icon.is-light {
    color: #ebedf0; }
  .v-icon.is-dark,
  .icon.is-dark {
    color: #ebedf0; }
  .v-icon.is-darker,
  .icon.is-darker {
    color: #c3c3c3; }
  .v-icon.is-darkest,
  .icon.is-darkest {
    color: #8d8d8d; }
  .v-icon.is-tertiary,
  .icon.is-tertiary {
    color: #a4418e; }
  .v-icon.is-secondary,
  .icon.is-secondary {
    color: #488fb1; }
  .v-icon.is-secondary-dark,
  .icon.is-secondary-dark {
    color: #3b7aaa; }
  .v-icon.is-primary,
  .icon.is-primary {
    color: #078834; }
  .v-icon.is-primary-dark,
  .icon.is-primary-dark {
    color: #066d2a; }
  .v-icon.is-primary-darker,
  .icon.is-primary-darker {
    color: #073618; }
  .v-icon.is-info,
  .icon.is-info {
    color: #dde7ef; }
  .v-icon.is-success,
  .icon.is-success {
    color: #4b9f41; }
  .v-icon.is-warning,
  .icon.is-warning {
    color: #ffdd57; }
  .v-icon.is-warning-dark,
  .icon.is-warning-dark {
    color: #eadf83; }
  .v-icon.is-warning-darker,
  .icon.is-warning-darker {
    color: #f4e461; }
  .v-icon.is-danger,
  .icon.is-danger {
    color: #d53535; }
  .werk-plus-zorg .v-icon.is-primary, .werk-plus-zorg
  .icon.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .v-icon.is-primary-dark, .werk-plus-zorg
  .icon.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .v-icon.is-primary-darker, .werk-plus-zorg
  .icon.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .v-icon.is-primary-darkest, .werk-plus-zorg
  .icon.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .v-icon.is-secondary, .werk-plus-zorg
  .icon.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .v-icon.is-secondary-dark, .werk-plus-zorg
  .icon.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .v-icon.is-secondary-darker, .werk-plus-zorg
  .icon.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .v-icon.is-secondary-darkest, .werk-plus-zorg
  .icon.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .v-icon.is-tertiary, .werk-plus-zorg
  .icon.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .v-icon.is-tertiary-dark, .werk-plus-zorg
  .icon.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .v-icon.is-tertiary-darker, .werk-plus-zorg
  .icon.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .v-icon.is-tertiary-darkest, .werk-plus-zorg
  .icon.is-tertiary-darkest {
    background-color: #464b05; }

.icon-list__item {
  display: flex;
  align-items: center;
  padding: .5rem 0; }
  .icon-list__item .icon:first-child {
    margin-right: .5rem; }

body .b-table .table th .th-wrap .icon.is-small {
  margin-right: 0;
  height: 12px;
  width: 12px;
  top: 1px;
  margin-left: 0;
  padding: 0;
  margin-left: 10px;
  line-height: 12px; }

body .b-table .table th .th-wrap .icon.is-small svg {
  height: 12px;
  line-height: 12px;
  width: 12px; }

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-color: #f5f5f5;
  border-width: 1px;
  color: #000000;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  min-width: 36px;
  font-family: "OpenSans-Bold", sans-serif;
  padding-left: 1.4rem;
  padding-right: 1.4rem; }
  .button strong {
    color: inherit; }
  .button span,
  .button .icon {
    padding-left: 4px;
    padding-right: 4px; }
  .button .icon:first-child {
    margin-left: -4px; }
  .button .icon:last-child {
    margin-right: -4px; }
  .button:hover, .button.is-hovered {
    border-color: #f4f6fc;
    color: #000; }
  .button:focus, .button.is-focused {
    border-color: #5f99c4;
    color: #000; }
    .werk-plus-zorg .button:focus, .werk-plus-zorg .button.is-focused {
      border-color: #5f99c4;
      color: #000; }
  .button:active, .button.is-active {
    border-color: #c3c3c3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000; }
    .werk-plus-zorg .button:active, .werk-plus-zorg .button.is-active {
      border-color: #c3c3c3;
      color: #000; }
  .button.is-link {
    background-color: transparent;
    border-color: transparent;
    color: #000000; }
    .button.is-link:hover, .button.is-link.is-hovered, .button.is-link:focus, .button.is-link.is-focused, .button.is-link:active, .button.is-link.is-active {
      background-color: #fff;
      color: #8d8d8d; }
    .button.is-link[disabled] {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-icon {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0; }
    .button.is-icon:hover, .button.is-icon:focus, .button.is-icon:active {
      background-color: #f2f2f2; }
  .button.has-border {
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: transparent; }
  .button.is-clean {
    background: none;
    border: 0;
    box-shadow: none; }
    .button.is-clean:hover, .button.is-clean:focus, .button.is-clean:active {
      background-color: #f2f2f2; }
  .button.is-text {
    background: none;
    border: 0;
    box-shadow: none; }
    .button.is-text:hover, .button.is-text:focus, .button.is-text:active {
      background-color: #f2f2f2; }
  .button.is-white {
    background-color: #fff;
    color: #000;
    border-color: transparent; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-white[disabled] {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #000;
      color: #fff; }
      .button.is-white.is-inverted:hover {
        background-color: black; }
      .button.is-white.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #fff; }
    .button.is-white.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: #fff;
        border-color: #fff;
        color: #000; }
      .button.is-white.is-outlined.is-loading:after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-white.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #fff; }
      .button.is-white.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-black {
    background-color: #000000;
    color: #fff;
    border-color: transparent; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: black;
      border-color: transparent; }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25); }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-black[disabled] {
      background-color: #000000;
      border-color: transparent;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: #fff;
      color: #000000; }
      .button.is-black.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #000000; }
    .button.is-black.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
        background-color: #000000;
        border-color: #000000;
        color: #fff; }
      .button.is-black.is-outlined.is-loading:after {
        border-color: transparent transparent #000000 #000000 !important; }
      .button.is-black.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000000;
        box-shadow: none;
        color: #000000; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #000000; }
      .button.is-black.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-light {
    background-color: #ebedf0;
    color: #000;
    border-color: transparent; }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #e4e6eb;
      border-color: transparent; }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.25); }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #dce0e5;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-light[disabled] {
      background-color: #ebedf0;
      border-color: transparent;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: #000;
      color: #ebedf0; }
      .button.is-light.is-inverted:hover {
        background-color: black; }
      .button.is-light.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #ebedf0; }
    .button.is-light.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: #ebedf0;
      color: #ebedf0; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
        background-color: #ebedf0;
        border-color: #ebedf0;
        color: #000; }
      .button.is-light.is-outlined.is-loading:after {
        border-color: transparent transparent #ebedf0 #ebedf0 !important; }
      .button.is-light.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ebedf0;
        box-shadow: none;
        color: #ebedf0; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #ebedf0; }
      .button.is-light.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-dark {
    background-color: #ebedf0;
    color: #000;
    border-color: transparent; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #e4e6eb;
      border-color: transparent; }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.25); }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #dce0e5;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-dark[disabled] {
      background-color: #ebedf0;
      border-color: transparent;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: #000;
      color: #ebedf0; }
      .button.is-dark.is-inverted:hover {
        background-color: black; }
      .button.is-dark.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #ebedf0; }
    .button.is-dark.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #ebedf0;
      color: #ebedf0; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
        background-color: #ebedf0;
        border-color: #ebedf0;
        color: #000; }
      .button.is-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #ebedf0 #ebedf0 !important; }
      .button.is-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ebedf0;
        box-shadow: none;
        color: #ebedf0; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #ebedf0; }
      .button.is-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-darker {
    background-color: #c3c3c3;
    color: #000;
    border-color: transparent; }
    .button.is-darker:hover, .button.is-darker.is-hovered {
      background-color: #bdbdbd;
      border-color: transparent; }
    .button.is-darker:focus, .button.is-darker.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(195, 195, 195, 0.25); }
    .button.is-darker:active, .button.is-darker.is-active {
      background-color: #b6b6b6;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-darker[disabled] {
      background-color: #c3c3c3;
      border-color: transparent;
      box-shadow: none; }
    .button.is-darker.is-inverted {
      background-color: #000;
      color: #c3c3c3; }
      .button.is-darker.is-inverted:hover {
        background-color: black; }
      .button.is-darker.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #c3c3c3; }
    .button.is-darker.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .button.is-darker.is-outlined {
      background-color: transparent;
      border-color: #c3c3c3;
      color: #c3c3c3; }
      .button.is-darker.is-outlined:hover, .button.is-darker.is-outlined:focus {
        background-color: #c3c3c3;
        border-color: #c3c3c3;
        color: #000; }
      .button.is-darker.is-outlined.is-loading:after {
        border-color: transparent transparent #c3c3c3 #c3c3c3 !important; }
      .button.is-darker.is-outlined[disabled] {
        background-color: transparent;
        border-color: #c3c3c3;
        box-shadow: none;
        color: #c3c3c3; }
    .button.is-darker.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .button.is-darker.is-inverted.is-outlined:hover, .button.is-darker.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #c3c3c3; }
      .button.is-darker.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-darkest {
    background-color: #8d8d8d;
    color: #000;
    border-color: transparent; }
    .button.is-darkest:hover, .button.is-darkest.is-hovered {
      background-color: #878787;
      border-color: transparent; }
    .button.is-darkest:focus, .button.is-darkest.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(141, 141, 141, 0.25); }
    .button.is-darkest:active, .button.is-darkest.is-active {
      background-color: gray;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-darkest[disabled] {
      background-color: #8d8d8d;
      border-color: transparent;
      box-shadow: none; }
    .button.is-darkest.is-inverted {
      background-color: #000;
      color: #8d8d8d; }
      .button.is-darkest.is-inverted:hover {
        background-color: black; }
      .button.is-darkest.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #8d8d8d; }
    .button.is-darkest.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .button.is-darkest.is-outlined {
      background-color: transparent;
      border-color: #8d8d8d;
      color: #8d8d8d; }
      .button.is-darkest.is-outlined:hover, .button.is-darkest.is-outlined:focus {
        background-color: #8d8d8d;
        border-color: #8d8d8d;
        color: #000; }
      .button.is-darkest.is-outlined.is-loading:after {
        border-color: transparent transparent #8d8d8d #8d8d8d !important; }
      .button.is-darkest.is-outlined[disabled] {
        background-color: transparent;
        border-color: #8d8d8d;
        box-shadow: none;
        color: #8d8d8d; }
    .button.is-darkest.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .button.is-darkest.is-inverted.is-outlined:hover, .button.is-darkest.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #8d8d8d; }
      .button.is-darkest.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-tertiary {
    background-color: #a4418e;
    color: #fff;
    border-color: transparent; }
    .button.is-tertiary:hover, .button.is-tertiary.is-hovered {
      background-color: #9b3d86;
      border-color: transparent; }
    .button.is-tertiary:focus, .button.is-tertiary.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(164, 65, 142, 0.25); }
    .button.is-tertiary:active, .button.is-tertiary.is-active {
      background-color: #923a7e;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-tertiary[disabled] {
      background-color: #a4418e;
      border-color: transparent;
      box-shadow: none; }
    .button.is-tertiary.is-inverted {
      background-color: #fff;
      color: #a4418e; }
      .button.is-tertiary.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-tertiary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #a4418e; }
    .button.is-tertiary.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-tertiary.is-outlined {
      background-color: transparent;
      border-color: #a4418e;
      color: #a4418e; }
      .button.is-tertiary.is-outlined:hover, .button.is-tertiary.is-outlined:focus {
        background-color: #a4418e;
        border-color: #a4418e;
        color: #fff; }
      .button.is-tertiary.is-outlined.is-loading:after {
        border-color: transparent transparent #a4418e #a4418e !important; }
      .button.is-tertiary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #a4418e;
        box-shadow: none;
        color: #a4418e; }
    .button.is-tertiary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-tertiary.is-inverted.is-outlined:hover, .button.is-tertiary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #a4418e; }
      .button.is-tertiary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-secondary {
    background-color: #488fb1;
    color: #fff;
    border-color: transparent; }
    .button.is-secondary:hover, .button.is-secondary.is-hovered {
      background-color: #4488a8;
      border-color: transparent; }
    .button.is-secondary:focus, .button.is-secondary.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(72, 143, 177, 0.25); }
    .button.is-secondary:active, .button.is-secondary.is-active {
      background-color: #41809f;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-secondary[disabled] {
      background-color: #488fb1;
      border-color: transparent;
      box-shadow: none; }
    .button.is-secondary.is-inverted {
      background-color: #fff;
      color: #488fb1; }
      .button.is-secondary.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-secondary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #488fb1; }
    .button.is-secondary.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-secondary.is-outlined {
      background-color: transparent;
      border-color: #488fb1;
      color: #488fb1; }
      .button.is-secondary.is-outlined:hover, .button.is-secondary.is-outlined:focus {
        background-color: #488fb1;
        border-color: #488fb1;
        color: #fff; }
      .button.is-secondary.is-outlined.is-loading:after {
        border-color: transparent transparent #488fb1 #488fb1 !important; }
      .button.is-secondary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #488fb1;
        box-shadow: none;
        color: #488fb1; }
    .button.is-secondary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-secondary.is-inverted.is-outlined:hover, .button.is-secondary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #488fb1; }
      .button.is-secondary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-secondary-dark {
    background-color: #3b7aaa;
    color: #fff;
    border-color: transparent; }
    .button.is-secondary-dark:hover, .button.is-secondary-dark.is-hovered {
      background-color: #3873a1;
      border-color: transparent; }
    .button.is-secondary-dark:focus, .button.is-secondary-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(59, 122, 170, 0.25); }
    .button.is-secondary-dark:active, .button.is-secondary-dark.is-active {
      background-color: #346c97;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-secondary-dark[disabled] {
      background-color: #3b7aaa;
      border-color: transparent;
      box-shadow: none; }
    .button.is-secondary-dark.is-inverted {
      background-color: #fff;
      color: #3b7aaa; }
      .button.is-secondary-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-secondary-dark.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3b7aaa; }
    .button.is-secondary-dark.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-secondary-dark.is-outlined {
      background-color: transparent;
      border-color: #3b7aaa;
      color: #3b7aaa; }
      .button.is-secondary-dark.is-outlined:hover, .button.is-secondary-dark.is-outlined:focus {
        background-color: #3b7aaa;
        border-color: #3b7aaa;
        color: #fff; }
      .button.is-secondary-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #3b7aaa #3b7aaa !important; }
      .button.is-secondary-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #3b7aaa;
        box-shadow: none;
        color: #3b7aaa; }
    .button.is-secondary-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-secondary-dark.is-inverted.is-outlined:hover, .button.is-secondary-dark.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #3b7aaa; }
      .button.is-secondary-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-primary {
    background-color: #078834;
    color: #fff;
    border-color: transparent; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #067c2f;
      border-color: transparent; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(7, 136, 52, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: #06702b;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-primary[disabled] {
      background-color: #078834;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #078834; }
      .button.is-primary.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #078834; }
    .button.is-primary.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #078834;
      color: #078834; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #078834;
        border-color: #078834;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading:after {
        border-color: transparent transparent #078834 #078834 !important; }
      .button.is-primary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #078834;
        box-shadow: none;
        color: #078834; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #078834; }
      .button.is-primary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-primary-dark {
    background-color: #066d2a;
    color: #fff;
    border-color: transparent; }
    .button.is-primary-dark:hover, .button.is-primary-dark.is-hovered {
      background-color: #056125;
      border-color: transparent; }
    .button.is-primary-dark:focus, .button.is-primary-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(6, 109, 42, 0.25); }
    .button.is-primary-dark:active, .button.is-primary-dark.is-active {
      background-color: #055521;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-primary-dark[disabled] {
      background-color: #066d2a;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary-dark.is-inverted {
      background-color: #fff;
      color: #066d2a; }
      .button.is-primary-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-primary-dark.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #066d2a; }
    .button.is-primary-dark.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary-dark.is-outlined {
      background-color: transparent;
      border-color: #066d2a;
      color: #066d2a; }
      .button.is-primary-dark.is-outlined:hover, .button.is-primary-dark.is-outlined:focus {
        background-color: #066d2a;
        border-color: #066d2a;
        color: #fff; }
      .button.is-primary-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #066d2a #066d2a !important; }
      .button.is-primary-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #066d2a;
        box-shadow: none;
        color: #066d2a; }
    .button.is-primary-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary-dark.is-inverted.is-outlined:hover, .button.is-primary-dark.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #066d2a; }
      .button.is-primary-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-primary-darker {
    background-color: #073618;
    color: #fff;
    border-color: transparent; }
    .button.is-primary-darker:hover, .button.is-primary-darker.is-hovered {
      background-color: #062b13;
      border-color: transparent; }
    .button.is-primary-darker:focus, .button.is-primary-darker.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(7, 54, 24, 0.25); }
    .button.is-primary-darker:active, .button.is-primary-darker.is-active {
      background-color: #041f0e;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-primary-darker[disabled] {
      background-color: #073618;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary-darker.is-inverted {
      background-color: #fff;
      color: #073618; }
      .button.is-primary-darker.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-primary-darker.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #073618; }
    .button.is-primary-darker.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary-darker.is-outlined {
      background-color: transparent;
      border-color: #073618;
      color: #073618; }
      .button.is-primary-darker.is-outlined:hover, .button.is-primary-darker.is-outlined:focus {
        background-color: #073618;
        border-color: #073618;
        color: #fff; }
      .button.is-primary-darker.is-outlined.is-loading:after {
        border-color: transparent transparent #073618 #073618 !important; }
      .button.is-primary-darker.is-outlined[disabled] {
        background-color: transparent;
        border-color: #073618;
        box-shadow: none;
        color: #073618; }
    .button.is-primary-darker.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary-darker.is-inverted.is-outlined:hover, .button.is-primary-darker.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #073618; }
      .button.is-primary-darker.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-info {
    background-color: #dde7ef;
    color: #fff;
    border-color: transparent; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #d4e1eb;
      border-color: transparent; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(221, 231, 239, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #ccdbe7;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-info[disabled] {
      background-color: #dde7ef;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #dde7ef; }
      .button.is-info.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #dde7ef; }
    .button.is-info.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #dde7ef;
      color: #dde7ef; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
        background-color: #dde7ef;
        border-color: #dde7ef;
        color: #fff; }
      .button.is-info.is-outlined.is-loading:after {
        border-color: transparent transparent #dde7ef #dde7ef !important; }
      .button.is-info.is-outlined[disabled] {
        background-color: transparent;
        border-color: #dde7ef;
        box-shadow: none;
        color: #dde7ef; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #dde7ef; }
      .button.is-info.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-success {
    background-color: #4b9f41;
    color: #fff;
    border-color: transparent; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #47963d;
      border-color: transparent; }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(75, 159, 65, 0.25); }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #428d3a;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-success[disabled] {
      background-color: #4b9f41;
      border-color: transparent;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #4b9f41; }
      .button.is-success.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #4b9f41; }
    .button.is-success.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #4b9f41;
      color: #4b9f41; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
        background-color: #4b9f41;
        border-color: #4b9f41;
        color: #fff; }
      .button.is-success.is-outlined.is-loading:after {
        border-color: transparent transparent #4b9f41 #4b9f41 !important; }
      .button.is-success.is-outlined[disabled] {
        background-color: transparent;
        border-color: #4b9f41;
        box-shadow: none;
        color: #4b9f41; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #4b9f41; }
      .button.is-success.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-warning {
    background-color: #ffdd57;
    color: #fff;
    border-color: transparent; }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #ffdb4a;
      border-color: transparent; }
    .button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); }
    .button.is-warning:active, .button.is-warning.is-active {
      background-color: #ffd83d;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-warning[disabled] {
      background-color: #ffdd57;
      border-color: transparent;
      box-shadow: none; }
    .button.is-warning.is-inverted {
      background-color: #fff;
      color: #ffdd57; }
      .button.is-warning.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-warning.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #ffdd57; }
    .button.is-warning.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffdd57;
      color: #ffdd57; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
        background-color: #ffdd57;
        border-color: #ffdd57;
        color: #fff; }
      .button.is-warning.is-outlined.is-loading:after {
        border-color: transparent transparent #ffdd57 #ffdd57 !important; }
      .button.is-warning.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ffdd57;
        box-shadow: none;
        color: #ffdd57; }
    .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #ffdd57; }
      .button.is-warning.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-warning-dark {
    background-color: #eadf83;
    color: #fff;
    border-color: transparent; }
    .button.is-warning-dark:hover, .button.is-warning-dark.is-hovered {
      background-color: #e8dc78;
      border-color: transparent; }
    .button.is-warning-dark:focus, .button.is-warning-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(234, 223, 131, 0.25); }
    .button.is-warning-dark:active, .button.is-warning-dark.is-active {
      background-color: #e6d96d;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-warning-dark[disabled] {
      background-color: #eadf83;
      border-color: transparent;
      box-shadow: none; }
    .button.is-warning-dark.is-inverted {
      background-color: #fff;
      color: #eadf83; }
      .button.is-warning-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-warning-dark.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #eadf83; }
    .button.is-warning-dark.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-warning-dark.is-outlined {
      background-color: transparent;
      border-color: #eadf83;
      color: #eadf83; }
      .button.is-warning-dark.is-outlined:hover, .button.is-warning-dark.is-outlined:focus {
        background-color: #eadf83;
        border-color: #eadf83;
        color: #fff; }
      .button.is-warning-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #eadf83 #eadf83 !important; }
      .button.is-warning-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #eadf83;
        box-shadow: none;
        color: #eadf83; }
    .button.is-warning-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-warning-dark.is-inverted.is-outlined:hover, .button.is-warning-dark.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #eadf83; }
      .button.is-warning-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-warning-darker {
    background-color: #f4e461;
    color: #fff;
    border-color: transparent; }
    .button.is-warning-darker:hover, .button.is-warning-darker.is-hovered {
      background-color: #f3e255;
      border-color: transparent; }
    .button.is-warning-darker:focus, .button.is-warning-darker.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(244, 228, 97, 0.25); }
    .button.is-warning-darker:active, .button.is-warning-darker.is-active {
      background-color: #f2e049;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-warning-darker[disabled] {
      background-color: #f4e461;
      border-color: transparent;
      box-shadow: none; }
    .button.is-warning-darker.is-inverted {
      background-color: #fff;
      color: #f4e461; }
      .button.is-warning-darker.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-warning-darker.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #f4e461; }
    .button.is-warning-darker.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-warning-darker.is-outlined {
      background-color: transparent;
      border-color: #f4e461;
      color: #f4e461; }
      .button.is-warning-darker.is-outlined:hover, .button.is-warning-darker.is-outlined:focus {
        background-color: #f4e461;
        border-color: #f4e461;
        color: #fff; }
      .button.is-warning-darker.is-outlined.is-loading:after {
        border-color: transparent transparent #f4e461 #f4e461 !important; }
      .button.is-warning-darker.is-outlined[disabled] {
        background-color: transparent;
        border-color: #f4e461;
        box-shadow: none;
        color: #f4e461; }
    .button.is-warning-darker.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-warning-darker.is-inverted.is-outlined:hover, .button.is-warning-darker.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #f4e461; }
      .button.is-warning-darker.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .button.is-danger {
    background-color: #d53535;
    color: #fff;
    border-color: transparent; }
    .button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #d22c2c;
      border-color: transparent; }
    .button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(213, 53, 53, 0.25); }
    .button.is-danger:active, .button.is-danger.is-active {
      background-color: #c72929;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .button.is-danger[disabled] {
      background-color: #d53535;
      border-color: transparent;
      box-shadow: none; }
    .button.is-danger.is-inverted {
      background-color: #fff;
      color: #d53535; }
      .button.is-danger.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #d53535; }
    .button.is-danger.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #d53535;
      color: #d53535; }
      .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
        background-color: #d53535;
        border-color: #d53535;
        color: #fff; }
      .button.is-danger.is-outlined.is-loading:after {
        border-color: transparent transparent #d53535 #d53535 !important; }
      .button.is-danger.is-outlined[disabled] {
        background-color: transparent;
        border-color: #d53535;
        box-shadow: none;
        color: #d53535; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #d53535; }
      .button.is-danger.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-white {
    background-color: #fff;
    color: #000;
    border-color: transparent; }
    .werk-plus-zorg .button.is-white:hover, .werk-plus-zorg .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent; }
    .werk-plus-zorg .button.is-white:focus, .werk-plus-zorg .button.is-white.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); }
    .werk-plus-zorg .button.is-white:active, .werk-plus-zorg .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-white[disabled] {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-white.is-inverted {
      background-color: #000;
      color: #fff; }
      .werk-plus-zorg .button.is-white.is-inverted:hover {
        background-color: black; }
      .werk-plus-zorg .button.is-white.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #fff; }
    .werk-plus-zorg .button.is-white.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .werk-plus-zorg .button.is-white.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-white.is-outlined:hover, .werk-plus-zorg .button.is-white.is-outlined:focus {
        background-color: #fff;
        border-color: #fff;
        color: #000; }
      .werk-plus-zorg .button.is-white.is-outlined.is-loading:after {
        border-color: transparent transparent #fff #fff !important; }
      .werk-plus-zorg .button.is-white.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .werk-plus-zorg .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .werk-plus-zorg .button.is-white.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-white.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #fff; }
      .werk-plus-zorg .button.is-white.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-black {
    background-color: #000000;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-black:hover, .werk-plus-zorg .button.is-black.is-hovered {
      background-color: black;
      border-color: transparent; }
    .werk-plus-zorg .button.is-black:focus, .werk-plus-zorg .button.is-black.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25); }
    .werk-plus-zorg .button.is-black:active, .werk-plus-zorg .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-black[disabled] {
      background-color: #000000;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-black.is-inverted {
      background-color: #fff;
      color: #000000; }
      .werk-plus-zorg .button.is-black.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-black.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #000000; }
    .werk-plus-zorg .button.is-black.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
      .werk-plus-zorg .button.is-black.is-outlined:hover, .werk-plus-zorg .button.is-black.is-outlined:focus {
        background-color: #000000;
        border-color: #000000;
        color: #fff; }
      .werk-plus-zorg .button.is-black.is-outlined.is-loading:after {
        border-color: transparent transparent #000000 #000000 !important; }
      .werk-plus-zorg .button.is-black.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000000;
        box-shadow: none;
        color: #000000; }
    .werk-plus-zorg .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-black.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-black.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #000000; }
      .werk-plus-zorg .button.is-black.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-light {
    background-color: #ebedf0;
    color: #000;
    border-color: transparent; }
    .werk-plus-zorg .button.is-light:hover, .werk-plus-zorg .button.is-light.is-hovered {
      background-color: #e4e6eb;
      border-color: transparent; }
    .werk-plus-zorg .button.is-light:focus, .werk-plus-zorg .button.is-light.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.25); }
    .werk-plus-zorg .button.is-light:active, .werk-plus-zorg .button.is-light.is-active {
      background-color: #dce0e5;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-light[disabled] {
      background-color: #ebedf0;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-light.is-inverted {
      background-color: #000;
      color: #ebedf0; }
      .werk-plus-zorg .button.is-light.is-inverted:hover {
        background-color: black; }
      .werk-plus-zorg .button.is-light.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #ebedf0; }
    .werk-plus-zorg .button.is-light.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .werk-plus-zorg .button.is-light.is-outlined {
      background-color: transparent;
      border-color: #ebedf0;
      color: #ebedf0; }
      .werk-plus-zorg .button.is-light.is-outlined:hover, .werk-plus-zorg .button.is-light.is-outlined:focus {
        background-color: #ebedf0;
        border-color: #ebedf0;
        color: #000; }
      .werk-plus-zorg .button.is-light.is-outlined.is-loading:after {
        border-color: transparent transparent #ebedf0 #ebedf0 !important; }
      .werk-plus-zorg .button.is-light.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ebedf0;
        box-shadow: none;
        color: #ebedf0; }
    .werk-plus-zorg .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .werk-plus-zorg .button.is-light.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-light.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #ebedf0; }
      .werk-plus-zorg .button.is-light.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-dark {
    background-color: #ebedf0;
    color: #000;
    border-color: transparent; }
    .werk-plus-zorg .button.is-dark:hover, .werk-plus-zorg .button.is-dark.is-hovered {
      background-color: #e4e6eb;
      border-color: transparent; }
    .werk-plus-zorg .button.is-dark:focus, .werk-plus-zorg .button.is-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.25); }
    .werk-plus-zorg .button.is-dark:active, .werk-plus-zorg .button.is-dark.is-active {
      background-color: #dce0e5;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-dark[disabled] {
      background-color: #ebedf0;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-dark.is-inverted {
      background-color: #000;
      color: #ebedf0; }
      .werk-plus-zorg .button.is-dark.is-inverted:hover {
        background-color: black; }
      .werk-plus-zorg .button.is-dark.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #ebedf0; }
    .werk-plus-zorg .button.is-dark.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .werk-plus-zorg .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #ebedf0;
      color: #ebedf0; }
      .werk-plus-zorg .button.is-dark.is-outlined:hover, .werk-plus-zorg .button.is-dark.is-outlined:focus {
        background-color: #ebedf0;
        border-color: #ebedf0;
        color: #000; }
      .werk-plus-zorg .button.is-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #ebedf0 #ebedf0 !important; }
      .werk-plus-zorg .button.is-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ebedf0;
        box-shadow: none;
        color: #ebedf0; }
    .werk-plus-zorg .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .werk-plus-zorg .button.is-dark.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-dark.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #ebedf0; }
      .werk-plus-zorg .button.is-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-darker {
    background-color: #c3c3c3;
    color: #000;
    border-color: transparent; }
    .werk-plus-zorg .button.is-darker:hover, .werk-plus-zorg .button.is-darker.is-hovered {
      background-color: #bdbdbd;
      border-color: transparent; }
    .werk-plus-zorg .button.is-darker:focus, .werk-plus-zorg .button.is-darker.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(195, 195, 195, 0.25); }
    .werk-plus-zorg .button.is-darker:active, .werk-plus-zorg .button.is-darker.is-active {
      background-color: #b6b6b6;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-darker[disabled] {
      background-color: #c3c3c3;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-darker.is-inverted {
      background-color: #000;
      color: #c3c3c3; }
      .werk-plus-zorg .button.is-darker.is-inverted:hover {
        background-color: black; }
      .werk-plus-zorg .button.is-darker.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #c3c3c3; }
    .werk-plus-zorg .button.is-darker.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .werk-plus-zorg .button.is-darker.is-outlined {
      background-color: transparent;
      border-color: #c3c3c3;
      color: #c3c3c3; }
      .werk-plus-zorg .button.is-darker.is-outlined:hover, .werk-plus-zorg .button.is-darker.is-outlined:focus {
        background-color: #c3c3c3;
        border-color: #c3c3c3;
        color: #000; }
      .werk-plus-zorg .button.is-darker.is-outlined.is-loading:after {
        border-color: transparent transparent #c3c3c3 #c3c3c3 !important; }
      .werk-plus-zorg .button.is-darker.is-outlined[disabled] {
        background-color: transparent;
        border-color: #c3c3c3;
        box-shadow: none;
        color: #c3c3c3; }
    .werk-plus-zorg .button.is-darker.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .werk-plus-zorg .button.is-darker.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-darker.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #c3c3c3; }
      .werk-plus-zorg .button.is-darker.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-darkest {
    background-color: #8d8d8d;
    color: #000;
    border-color: transparent; }
    .werk-plus-zorg .button.is-darkest:hover, .werk-plus-zorg .button.is-darkest.is-hovered {
      background-color: #878787;
      border-color: transparent; }
    .werk-plus-zorg .button.is-darkest:focus, .werk-plus-zorg .button.is-darkest.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(141, 141, 141, 0.25); }
    .werk-plus-zorg .button.is-darkest:active, .werk-plus-zorg .button.is-darkest.is-active {
      background-color: gray;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-darkest[disabled] {
      background-color: #8d8d8d;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-darkest.is-inverted {
      background-color: #000;
      color: #8d8d8d; }
      .werk-plus-zorg .button.is-darkest.is-inverted:hover {
        background-color: black; }
      .werk-plus-zorg .button.is-darkest.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: #8d8d8d; }
    .werk-plus-zorg .button.is-darkest.is-loading:after {
      border-color: transparent transparent #000 #000 !important; }
    .werk-plus-zorg .button.is-darkest.is-outlined {
      background-color: transparent;
      border-color: #8d8d8d;
      color: #8d8d8d; }
      .werk-plus-zorg .button.is-darkest.is-outlined:hover, .werk-plus-zorg .button.is-darkest.is-outlined:focus {
        background-color: #8d8d8d;
        border-color: #8d8d8d;
        color: #000; }
      .werk-plus-zorg .button.is-darkest.is-outlined.is-loading:after {
        border-color: transparent transparent #8d8d8d #8d8d8d !important; }
      .werk-plus-zorg .button.is-darkest.is-outlined[disabled] {
        background-color: transparent;
        border-color: #8d8d8d;
        box-shadow: none;
        color: #8d8d8d; }
    .werk-plus-zorg .button.is-darkest.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .werk-plus-zorg .button.is-darkest.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-darkest.is-inverted.is-outlined:focus {
        background-color: #000;
        color: #8d8d8d; }
      .werk-plus-zorg .button.is-darkest.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-tertiary {
    background-color: #c4ce33;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-tertiary:hover, .werk-plus-zorg .button.is-tertiary.is-hovered {
      background-color: #bbc52f;
      border-color: transparent; }
    .werk-plus-zorg .button.is-tertiary:focus, .werk-plus-zorg .button.is-tertiary.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(196, 206, 51, 0.25); }
    .werk-plus-zorg .button.is-tertiary:active, .werk-plus-zorg .button.is-tertiary.is-active {
      background-color: #b2bb2d;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-tertiary[disabled] {
      background-color: #c4ce33;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-tertiary.is-inverted {
      background-color: #fff;
      color: #c4ce33; }
      .werk-plus-zorg .button.is-tertiary.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-tertiary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #c4ce33; }
    .werk-plus-zorg .button.is-tertiary.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-tertiary.is-outlined {
      background-color: transparent;
      border-color: #c4ce33;
      color: #c4ce33; }
      .werk-plus-zorg .button.is-tertiary.is-outlined:hover, .werk-plus-zorg .button.is-tertiary.is-outlined:focus {
        background-color: #c4ce33;
        border-color: #c4ce33;
        color: #fff; }
      .werk-plus-zorg .button.is-tertiary.is-outlined.is-loading:after {
        border-color: transparent transparent #c4ce33 #c4ce33 !important; }
      .werk-plus-zorg .button.is-tertiary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #c4ce33;
        box-shadow: none;
        color: #c4ce33; }
    .werk-plus-zorg .button.is-tertiary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-tertiary.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-tertiary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #c4ce33; }
      .werk-plus-zorg .button.is-tertiary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-secondary {
    background-color: #6e92c7;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-secondary:hover, .werk-plus-zorg .button.is-secondary.is-hovered {
      background-color: #658bc3;
      border-color: transparent; }
    .werk-plus-zorg .button.is-secondary:focus, .werk-plus-zorg .button.is-secondary.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(110, 146, 199, 0.25); }
    .werk-plus-zorg .button.is-secondary:active, .werk-plus-zorg .button.is-secondary.is-active {
      background-color: #5c84c0;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-secondary[disabled] {
      background-color: #6e92c7;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-secondary.is-inverted {
      background-color: #fff;
      color: #6e92c7; }
      .werk-plus-zorg .button.is-secondary.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-secondary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #6e92c7; }
    .werk-plus-zorg .button.is-secondary.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-secondary.is-outlined {
      background-color: transparent;
      border-color: #6e92c7;
      color: #6e92c7; }
      .werk-plus-zorg .button.is-secondary.is-outlined:hover, .werk-plus-zorg .button.is-secondary.is-outlined:focus {
        background-color: #6e92c7;
        border-color: #6e92c7;
        color: #fff; }
      .werk-plus-zorg .button.is-secondary.is-outlined.is-loading:after {
        border-color: transparent transparent #6e92c7 #6e92c7 !important; }
      .werk-plus-zorg .button.is-secondary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #6e92c7;
        box-shadow: none;
        color: #6e92c7; }
    .werk-plus-zorg .button.is-secondary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-secondary.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-secondary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #6e92c7; }
      .werk-plus-zorg .button.is-secondary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-secondary-dark {
    background-color: #476ca3;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-secondary-dark:hover, .werk-plus-zorg .button.is-secondary-dark.is-hovered {
      background-color: #43669a;
      border-color: transparent; }
    .werk-plus-zorg .button.is-secondary-dark:focus, .werk-plus-zorg .button.is-secondary-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(71, 108, 163, 0.25); }
    .werk-plus-zorg .button.is-secondary-dark:active, .werk-plus-zorg .button.is-secondary-dark.is-active {
      background-color: #3f6091;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-secondary-dark[disabled] {
      background-color: #476ca3;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-secondary-dark.is-inverted {
      background-color: #fff;
      color: #476ca3; }
      .werk-plus-zorg .button.is-secondary-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-secondary-dark.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #476ca3; }
    .werk-plus-zorg .button.is-secondary-dark.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-secondary-dark.is-outlined {
      background-color: transparent;
      border-color: #476ca3;
      color: #476ca3; }
      .werk-plus-zorg .button.is-secondary-dark.is-outlined:hover, .werk-plus-zorg .button.is-secondary-dark.is-outlined:focus {
        background-color: #476ca3;
        border-color: #476ca3;
        color: #fff; }
      .werk-plus-zorg .button.is-secondary-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #476ca3 #476ca3 !important; }
      .werk-plus-zorg .button.is-secondary-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #476ca3;
        box-shadow: none;
        color: #476ca3; }
    .werk-plus-zorg .button.is-secondary-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-secondary-dark.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-secondary-dark.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #476ca3; }
      .werk-plus-zorg .button.is-secondary-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-primary {
    background-color: #192750;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-primary:hover, .werk-plus-zorg .button.is-primary.is-hovered {
      background-color: #162246;
      border-color: transparent; }
    .werk-plus-zorg .button.is-primary:focus, .werk-plus-zorg .button.is-primary.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(25, 39, 80, 0.25); }
    .werk-plus-zorg .button.is-primary:active, .werk-plus-zorg .button.is-primary.is-active {
      background-color: #131e3d;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-primary[disabled] {
      background-color: #192750;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-primary.is-inverted {
      background-color: #fff;
      color: #192750; }
      .werk-plus-zorg .button.is-primary.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-primary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #192750; }
    .werk-plus-zorg .button.is-primary.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #192750;
      color: #192750; }
      .werk-plus-zorg .button.is-primary.is-outlined:hover, .werk-plus-zorg .button.is-primary.is-outlined:focus {
        background-color: #192750;
        border-color: #192750;
        color: #fff; }
      .werk-plus-zorg .button.is-primary.is-outlined.is-loading:after {
        border-color: transparent transparent #192750 #192750 !important; }
      .werk-plus-zorg .button.is-primary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #192750;
        box-shadow: none;
        color: #192750; }
    .werk-plus-zorg .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-primary.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-primary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #192750; }
      .werk-plus-zorg .button.is-primary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-primary-dark {
    background-color: #0d183a;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-primary-dark:hover, .werk-plus-zorg .button.is-primary-dark.is-hovered {
      background-color: #0b1430;
      border-color: transparent; }
    .werk-plus-zorg .button.is-primary-dark:focus, .werk-plus-zorg .button.is-primary-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(13, 24, 58, 0.25); }
    .werk-plus-zorg .button.is-primary-dark:active, .werk-plus-zorg .button.is-primary-dark.is-active {
      background-color: #080f25;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-primary-dark[disabled] {
      background-color: #0d183a;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-primary-dark.is-inverted {
      background-color: #fff;
      color: #0d183a; }
      .werk-plus-zorg .button.is-primary-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-primary-dark.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #0d183a; }
    .werk-plus-zorg .button.is-primary-dark.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-primary-dark.is-outlined {
      background-color: transparent;
      border-color: #0d183a;
      color: #0d183a; }
      .werk-plus-zorg .button.is-primary-dark.is-outlined:hover, .werk-plus-zorg .button.is-primary-dark.is-outlined:focus {
        background-color: #0d183a;
        border-color: #0d183a;
        color: #fff; }
      .werk-plus-zorg .button.is-primary-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #0d183a #0d183a !important; }
      .werk-plus-zorg .button.is-primary-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0d183a;
        box-shadow: none;
        color: #0d183a; }
    .werk-plus-zorg .button.is-primary-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-primary-dark.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-primary-dark.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #0d183a; }
      .werk-plus-zorg .button.is-primary-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-primary-darker {
    background-color: #060e27;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-primary-darker:hover, .werk-plus-zorg .button.is-primary-darker.is-hovered {
      background-color: #040a1c;
      border-color: transparent; }
    .werk-plus-zorg .button.is-primary-darker:focus, .werk-plus-zorg .button.is-primary-darker.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(6, 14, 39, 0.25); }
    .werk-plus-zorg .button.is-primary-darker:active, .werk-plus-zorg .button.is-primary-darker.is-active {
      background-color: #030611;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-primary-darker[disabled] {
      background-color: #060e27;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-primary-darker.is-inverted {
      background-color: #fff;
      color: #060e27; }
      .werk-plus-zorg .button.is-primary-darker.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-primary-darker.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #060e27; }
    .werk-plus-zorg .button.is-primary-darker.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-primary-darker.is-outlined {
      background-color: transparent;
      border-color: #060e27;
      color: #060e27; }
      .werk-plus-zorg .button.is-primary-darker.is-outlined:hover, .werk-plus-zorg .button.is-primary-darker.is-outlined:focus {
        background-color: #060e27;
        border-color: #060e27;
        color: #fff; }
      .werk-plus-zorg .button.is-primary-darker.is-outlined.is-loading:after {
        border-color: transparent transparent #060e27 #060e27 !important; }
      .werk-plus-zorg .button.is-primary-darker.is-outlined[disabled] {
        background-color: transparent;
        border-color: #060e27;
        box-shadow: none;
        color: #060e27; }
    .werk-plus-zorg .button.is-primary-darker.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-primary-darker.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-primary-darker.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #060e27; }
      .werk-plus-zorg .button.is-primary-darker.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-info {
    background-color: #dde7ef;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-info:hover, .werk-plus-zorg .button.is-info.is-hovered {
      background-color: #d4e1eb;
      border-color: transparent; }
    .werk-plus-zorg .button.is-info:focus, .werk-plus-zorg .button.is-info.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(221, 231, 239, 0.25); }
    .werk-plus-zorg .button.is-info:active, .werk-plus-zorg .button.is-info.is-active {
      background-color: #ccdbe7;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-info[disabled] {
      background-color: #dde7ef;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-info.is-inverted {
      background-color: #fff;
      color: #dde7ef; }
      .werk-plus-zorg .button.is-info.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-info.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #dde7ef; }
    .werk-plus-zorg .button.is-info.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #dde7ef;
      color: #dde7ef; }
      .werk-plus-zorg .button.is-info.is-outlined:hover, .werk-plus-zorg .button.is-info.is-outlined:focus {
        background-color: #dde7ef;
        border-color: #dde7ef;
        color: #fff; }
      .werk-plus-zorg .button.is-info.is-outlined.is-loading:after {
        border-color: transparent transparent #dde7ef #dde7ef !important; }
      .werk-plus-zorg .button.is-info.is-outlined[disabled] {
        background-color: transparent;
        border-color: #dde7ef;
        box-shadow: none;
        color: #dde7ef; }
    .werk-plus-zorg .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-info.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-info.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #dde7ef; }
      .werk-plus-zorg .button.is-info.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-success {
    background-color: #4b9f41;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-success:hover, .werk-plus-zorg .button.is-success.is-hovered {
      background-color: #47963d;
      border-color: transparent; }
    .werk-plus-zorg .button.is-success:focus, .werk-plus-zorg .button.is-success.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(75, 159, 65, 0.25); }
    .werk-plus-zorg .button.is-success:active, .werk-plus-zorg .button.is-success.is-active {
      background-color: #428d3a;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-success[disabled] {
      background-color: #4b9f41;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-success.is-inverted {
      background-color: #fff;
      color: #4b9f41; }
      .werk-plus-zorg .button.is-success.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-success.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #4b9f41; }
    .werk-plus-zorg .button.is-success.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #4b9f41;
      color: #4b9f41; }
      .werk-plus-zorg .button.is-success.is-outlined:hover, .werk-plus-zorg .button.is-success.is-outlined:focus {
        background-color: #4b9f41;
        border-color: #4b9f41;
        color: #fff; }
      .werk-plus-zorg .button.is-success.is-outlined.is-loading:after {
        border-color: transparent transparent #4b9f41 #4b9f41 !important; }
      .werk-plus-zorg .button.is-success.is-outlined[disabled] {
        background-color: transparent;
        border-color: #4b9f41;
        box-shadow: none;
        color: #4b9f41; }
    .werk-plus-zorg .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-success.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-success.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #4b9f41; }
      .werk-plus-zorg .button.is-success.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-warning {
    background-color: #ffdd57;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-warning:hover, .werk-plus-zorg .button.is-warning.is-hovered {
      background-color: #ffdb4a;
      border-color: transparent; }
    .werk-plus-zorg .button.is-warning:focus, .werk-plus-zorg .button.is-warning.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); }
    .werk-plus-zorg .button.is-warning:active, .werk-plus-zorg .button.is-warning.is-active {
      background-color: #ffd83d;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-warning[disabled] {
      background-color: #ffdd57;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-warning.is-inverted {
      background-color: #fff;
      color: #ffdd57; }
      .werk-plus-zorg .button.is-warning.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-warning.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #ffdd57; }
    .werk-plus-zorg .button.is-warning.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffdd57;
      color: #ffdd57; }
      .werk-plus-zorg .button.is-warning.is-outlined:hover, .werk-plus-zorg .button.is-warning.is-outlined:focus {
        background-color: #ffdd57;
        border-color: #ffdd57;
        color: #fff; }
      .werk-plus-zorg .button.is-warning.is-outlined.is-loading:after {
        border-color: transparent transparent #ffdd57 #ffdd57 !important; }
      .werk-plus-zorg .button.is-warning.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ffdd57;
        box-shadow: none;
        color: #ffdd57; }
    .werk-plus-zorg .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-warning.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-warning.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #ffdd57; }
      .werk-plus-zorg .button.is-warning.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-warning-dark {
    background-color: #eadf83;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-warning-dark:hover, .werk-plus-zorg .button.is-warning-dark.is-hovered {
      background-color: #e8dc78;
      border-color: transparent; }
    .werk-plus-zorg .button.is-warning-dark:focus, .werk-plus-zorg .button.is-warning-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(234, 223, 131, 0.25); }
    .werk-plus-zorg .button.is-warning-dark:active, .werk-plus-zorg .button.is-warning-dark.is-active {
      background-color: #e6d96d;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-warning-dark[disabled] {
      background-color: #eadf83;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-warning-dark.is-inverted {
      background-color: #fff;
      color: #eadf83; }
      .werk-plus-zorg .button.is-warning-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-warning-dark.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #eadf83; }
    .werk-plus-zorg .button.is-warning-dark.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-warning-dark.is-outlined {
      background-color: transparent;
      border-color: #eadf83;
      color: #eadf83; }
      .werk-plus-zorg .button.is-warning-dark.is-outlined:hover, .werk-plus-zorg .button.is-warning-dark.is-outlined:focus {
        background-color: #eadf83;
        border-color: #eadf83;
        color: #fff; }
      .werk-plus-zorg .button.is-warning-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #eadf83 #eadf83 !important; }
      .werk-plus-zorg .button.is-warning-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #eadf83;
        box-shadow: none;
        color: #eadf83; }
    .werk-plus-zorg .button.is-warning-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-warning-dark.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-warning-dark.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #eadf83; }
      .werk-plus-zorg .button.is-warning-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-warning-darker {
    background-color: #f4e461;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-warning-darker:hover, .werk-plus-zorg .button.is-warning-darker.is-hovered {
      background-color: #f3e255;
      border-color: transparent; }
    .werk-plus-zorg .button.is-warning-darker:focus, .werk-plus-zorg .button.is-warning-darker.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(244, 228, 97, 0.25); }
    .werk-plus-zorg .button.is-warning-darker:active, .werk-plus-zorg .button.is-warning-darker.is-active {
      background-color: #f2e049;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-warning-darker[disabled] {
      background-color: #f4e461;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-warning-darker.is-inverted {
      background-color: #fff;
      color: #f4e461; }
      .werk-plus-zorg .button.is-warning-darker.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-warning-darker.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #f4e461; }
    .werk-plus-zorg .button.is-warning-darker.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-warning-darker.is-outlined {
      background-color: transparent;
      border-color: #f4e461;
      color: #f4e461; }
      .werk-plus-zorg .button.is-warning-darker.is-outlined:hover, .werk-plus-zorg .button.is-warning-darker.is-outlined:focus {
        background-color: #f4e461;
        border-color: #f4e461;
        color: #fff; }
      .werk-plus-zorg .button.is-warning-darker.is-outlined.is-loading:after {
        border-color: transparent transparent #f4e461 #f4e461 !important; }
      .werk-plus-zorg .button.is-warning-darker.is-outlined[disabled] {
        background-color: transparent;
        border-color: #f4e461;
        box-shadow: none;
        color: #f4e461; }
    .werk-plus-zorg .button.is-warning-darker.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-warning-darker.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-warning-darker.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #f4e461; }
      .werk-plus-zorg .button.is-warning-darker.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .werk-plus-zorg .button.is-danger {
    background-color: #d53535;
    color: #fff;
    border-color: transparent; }
    .werk-plus-zorg .button.is-danger:hover, .werk-plus-zorg .button.is-danger.is-hovered {
      background-color: #d22c2c;
      border-color: transparent; }
    .werk-plus-zorg .button.is-danger:focus, .werk-plus-zorg .button.is-danger.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(213, 53, 53, 0.25); }
    .werk-plus-zorg .button.is-danger:active, .werk-plus-zorg .button.is-danger.is-active {
      background-color: #c72929;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .werk-plus-zorg .button.is-danger[disabled] {
      background-color: #d53535;
      border-color: transparent;
      box-shadow: none; }
    .werk-plus-zorg .button.is-danger.is-inverted {
      background-color: #fff;
      color: #d53535; }
      .werk-plus-zorg .button.is-danger.is-inverted:hover {
        background-color: #f2f2f2; }
      .werk-plus-zorg .button.is-danger.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #d53535; }
    .werk-plus-zorg .button.is-danger.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .werk-plus-zorg .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #d53535;
      color: #d53535; }
      .werk-plus-zorg .button.is-danger.is-outlined:hover, .werk-plus-zorg .button.is-danger.is-outlined:focus {
        background-color: #d53535;
        border-color: #d53535;
        color: #fff; }
      .werk-plus-zorg .button.is-danger.is-outlined.is-loading:after {
        border-color: transparent transparent #d53535 #d53535 !important; }
      .werk-plus-zorg .button.is-danger.is-outlined[disabled] {
        background-color: transparent;
        border-color: #d53535;
        box-shadow: none;
        color: #d53535; }
    .werk-plus-zorg .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .werk-plus-zorg .button.is-danger.is-inverted.is-outlined:hover, .werk-plus-zorg .button.is-danger.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #d53535; }
      .werk-plus-zorg .button.is-danger.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .werk-plus-zorg .button.is-warning-darker {
    color: #000; }
  .button.is-small {
    height: 19px;
    width: 19px; }
  .button.is-medium {
    height: 38px;
    min-width: 38px; }
    .button.is-medium .icon {
      height: 28px;
      width: 28px; }
  .button.is-large {
    height: 42px;
    min-width: 42px; }
    .button.is-large .icon {
      height: 36px;
      width: 36px; }
  .button[disabled] {
    background-color: #fff;
    border-color: #f5f5f5;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading:after {
      border: 16px solid #f3f3f3;
      /* Light grey */
      border-top: 16px solid #999;
      /* Blue */
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: spin 500ms linear infinite;
      content: '';
      display: block;
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important;
      margin-top: 0;
      position: absolute;
      right: 0.625em;
      top: 0.625em !important;
      transform: none;
      width: 22px !important;
      height: 22px !important;
      border: 4px solid #f3f3f3;
      background-image: none; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #f5f5f5;
    color: #ebedf0;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 290486px; }

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .buttons .button:not(:last-child) {
    margin-right: 0.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
    .buttons:not(:last-child) .button {
      margin-bottom: 0.5rem; }
  .buttons.has-addons .button {
    margin-left: 0; }
    .buttons.has-addons .button:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .buttons.has-addons .button:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      margin-right: -1px; }
    .buttons.has-addons .button:last-child {
      margin-right: 0; }
    .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
      z-index: 2; }
    .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
      z-index: 3; }
      .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
        z-index: 4; }
    .buttons.has-addons .button.is-expanded {
      flex-grow: 1; }
  .buttons.is-centered {
    justify-content: center; }
  .buttons.is-right {
    justify-content: flex-end; }

.button.is-loading {
  color: transparent !important;
  pointer-events: none; }
  .button.is-loading:before {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #999;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 500ms linear infinite;
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    position: absolute !important;
    display: none; }

.c-buttonrow__wrapper.is-head,
.c-buttonrow__wrapper.is-foot {
  padding-top: 20px;
  padding-bottom: 20px; }

.c-buttonrow__wrapper.is-foot {
  margin-bottom: 10px; }

.c-buttonrow__wrapper.is-foot.has-bottommargin {
  margin-bottom: 60px; }

.c-buttonrow__wrapper.is-sticky {
  position: sticky;
  top: 0;
  z-index: 5; }

.c-buttonrow__wrapper.is-foot.is-sticky {
  bottom: 0;
  padding-top: 20px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px; }

.c-buttonrow__wrapper.is-head.is-sticky {
  top: 0; }

.c-buttonrow__wrapper .button + .button {
  margin-left: 10px; }

.c-buttonrow__wrapper {
  display: flex;
  flex-direction: column; }

.c-buttonrow__right .button {
  margin-top: 20px; }

@media (min-width: 1500px) {
  .c-buttonrow__wrapper {
    flex-direction: row; }
  .c-buttonrow__right {
    width: 85%;
    display: flex;
    justify-content: flex-end; }
  .c-buttonrow__right .button {
    margin-top: 0; }
  .c-buttonrow__left {
    width: 15%; } }

.c-buttonrow__row.is-grouped {
  padding: 20px;
  background-color: #f5f5f5; }

.c-buttonrow__row + .c-buttonrow__row {
  margin-top: 15px; }

@media (min-width: 1800px) {
  .c-buttonrow__row + .c-buttonrow__row {
    margin-top: 25px; } }

.button.has-icon.icon-solo {
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border-radius: 50%; }

.button.has-icon.icon-solo:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.button.has-icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 24px;
  width: 24px;
  transition: color .1s ease-in-out;
  fill: currentColor; }

.button.has-icon svg.is-large {
  height: 24px;
  width: 24px; }

.button.has-icon svg.is-small {
  height: 19px;
  width: 19px; }

.button.has-icon.has-icon-left svg {
  left: 15px; }

.button.has-icon.has-icon-right svg {
  right: 15px; }

.button.has-icon.has-icon-left:after,
.button.has-icon.has-icon-right:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  content: '';
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  height: 100%; }

.button.has-icon.has-icon-right:after {
  right: 52px; }

.button.has-icon.has-icon-left:after {
  left: 52px; }

.button.has-icon.has-icon-left {
  padding-left: 72px;
  text-align: right;
  justify-content: flex-end; }

.button.has-icon.has-icon-right {
  padding-right: 72px;
  text-align: left;
  justify-content: flex-start; }

.button.is-upload {
  background-color: #4ea235;
  color: #fff; }

@media (min-width: 1024px) {
  .c-buttonrow__wrapper.is-snippet {
    flex-direction: row; }
  .button.is-snippet {
    width: 50%; }
  .c-buttonrow__wrapper.is-snippet .button.is-snippet + .button.is-snippet {
    margin-top: 0;
    margin-left: 20px; } }

.c-buttonrow__wrapper + .c-notification, .c-form + .c-buttonrow__wrapper, .c-form + .content, .content + .box, .content + .c-form, .content + .columns, form + .content {
  margin-top: 40px; }

.content {
  max-width: 100%; }
  .content:not(:last-child) {
    margin-bottom: 1rem; }
  .content li + li {
    margin-top: 0.25em; }
  .content p:not(:last-child),
  .content dl:not(:last-child),
  .content ol:not(:last-child),
  .content ul:not(:last-child),
  .content blockquote:not(:last-child),
  .content pre:not(:last-child),
  .content table:not(:last-child) {
    margin-bottom: 1em; }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    color: #8d8d8d;
    font-weight: 400;
    line-height: 1.125; }
  .content h1 {
    font-size: 2em;
    margin-bottom: 0.5em; }
    .content h1:not(:first-child) {
      margin-top: 1em; }
  .content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5714em; }
    .content h2:not(:first-child) {
      margin-top: 1.1428em; }
  .content h3 {
    font-size: 1.5em;
    margin-bottom: 0.6666em; }
    .content h3:not(:first-child) {
      margin-top: 1.3333em; }
  .content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em; }
  .content h5 {
    font-size: 1.125em;
    margin-bottom: 0.8888em; }
  .content h6 {
    font-size: 1em;
    margin-bottom: 1em; }
  .content a:not(.button) {
    text-decoration: underline; }
  .content a:hover:not(.button) {
    text-decoration: none; }
  .content p.lead {
    font-family: "OpenSans-SemiBold", sans-serif;
    line-height: 24px; }
  .content blockquote {
    background-color: #fff;
    border-left: 5px solid #eaedf3;
    padding: 1.25em 1.5em; }
  .content ol {
    list-style: decimal outside;
    margin-left: 2em; }
    .content ol:not(:first-child) {
      margin-top: 1em; }
  .content ul {
    list-style: disc outside;
    margin-left: 2em; }
    .content ul:not(:first-child) {
      margin-top: 1em; }
    .content ul ul {
      list-style-type: circle;
      margin-top: 0.5em; }
      .content ul ul ul {
        list-style-type: square; }
    .content ul li.has-error {
      color: #d14545; }
  .content dd {
    margin-left: 2em; }
  .content figure {
    margin: 2em;
    text-align: center; }
    .content figure img {
      display: inline-block; }
    .content figure figcaption {
      font-style: italic; }
  .content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal; }
  .content sup,
  .content sub {
    font-size: 75%; }
  .content table {
    width: 100%; }
    .content table td,
    .content table th {
      border: 1px solid #eaedf3;
      border-width: 0 0 1px;
      padding: 0.5em 0.75em;
      vertical-align: top; }
    .content table th {
      color: #8d8d8d;
      text-align: left; }
    .content table tr:hover {
      background-color: #fff; }
    .content table thead td,
    .content table thead th {
      border-width: 0 0 2px;
      color: #8d8d8d; }
    .content table tfoot td,
    .content table tfoot th {
      border-width: 2px 0 0;
      color: #8d8d8d; }
    .content table tbody tr:last-child td,
    .content table tbody tr:last-child th {
      border-bottom-width: 0; }
  .content.is-small {
    font-size: 0.8rem; }
  .content.is-medium {
    font-size: 1.25rem; }
  .content.is-large {
    font-size: 1.5rem; }
  .content.is-flatten h1,
  .content.is-flatten h2,
  .content.is-flatten h3,
  .content.is-flatten h4,
  .content.is-flatten h5,
  .content.is-flatten h6 {
    font-size: 1rem;
    font-weight: 700; }
  .content.is-white {
    color: #fff; }
  .content.is-black {
    color: #000000; }
  .content.is-light {
    color: #ebedf0; }
  .content.is-dark {
    color: #ebedf0; }
  .content.is-darker {
    color: #c3c3c3; }
  .content.is-darkest {
    color: #8d8d8d; }
  .content.is-tertiary {
    color: #a4418e; }
  .content.is-secondary {
    color: #488fb1; }
  .content.is-secondary-dark {
    color: #3b7aaa; }
  .content.is-primary {
    color: #078834; }
  .content.is-primary-dark {
    color: #066d2a; }
  .content.is-primary-darker {
    color: #073618; }
  .content.is-info {
    color: #dde7ef; }
  .content.is-success {
    color: #4b9f41; }
  .content.is-warning {
    color: #ffdd57; }
  .content.is-warning-dark {
    color: #eadf83; }
  .content.is-warning-darker {
    color: #f4e461; }
  .content.is-danger {
    color: #d53535; }
  .werk-plus-zorg .content.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .content.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .content.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .content.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .content.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .content.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .content.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .content.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .content.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .content.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .content.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .content.is-tertiary-darkest {
    background-color: #464b05; }
  .content.is-black-bis {
    color: #121212; }
  .content.is-black-ter {
    color: #242424; }
  .content.is-grey-darker {
    color: #8d8d8d; }
  .content.is-grey-dark {
    color: #c3c3c3; }
  .content.is-grey {
    color: #ebedf0; }
  .content.is-grey-light {
    color: #f4f6fc; }
  .content.is-grey-lighter {
    color: #f5f5f5; }
  .content.is-white-ter {
    color: whitesmoke; }
  .content.is-white-bis {
    color: #fafafa; }

.c-error-summary .c-error-summary__notification, .c-error-summary .c-error-summary__notification.has-icon {
  position: sticky;
  top: 10px;
  z-index: 30; }

.c-error-summary .c-error-summary__content {
  margin-bottom: 1.5rem; }
  .c-error-summary .c-error-summary__content p {
    margin-bottom: unset; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.input, .taginput .taginput-container.is-focusable,
.textarea {
  background-color: #fff;
  border-color: #8d8d8d;
  color: #000;
  box-shadow: none;
  max-width: 100%;
  width: 100%; }
  .input:hover, .taginput .taginput-container.is-focusable:hover, .input.is-hovered, .taginput .is-hovered.taginput-container.is-focusable,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #8d8d8d; }
  .input:focus, .taginput .taginput-container.is-focusable:focus, .input.is-focused, .taginput .is-focused.taginput-container.is-focusable, .input:active, .taginput .taginput-container.is-focusable:active, .input.is-active, .taginput .is-active.taginput-container.is-focusable,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #078834; }
    .werk-plus-zorg .input:focus, .werk-plus-zorg .taginput .taginput-container.is-focusable:focus, .taginput .werk-plus-zorg .taginput-container.is-focusable:focus, .werk-plus-zorg .input.is-focused, .werk-plus-zorg .taginput .is-focused.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-focused.taginput-container.is-focusable, .werk-plus-zorg .input:active, .werk-plus-zorg .taginput .taginput-container.is-focusable:active, .taginput .werk-plus-zorg .taginput-container.is-focusable:active, .werk-plus-zorg .input.is-active, .werk-plus-zorg .taginput .is-active.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-active.taginput-container.is-focusable, .werk-plus-zorg
    .textarea:focus, .werk-plus-zorg
    .textarea.is-focused, .werk-plus-zorg
    .textarea:active, .werk-plus-zorg
    .textarea.is-active {
      border-color: #192750; }
  .input[disabled], .taginput .taginput-container.is-focusable[disabled],
  .textarea[disabled] {
    background-color: #fafafa;
    border-color: whitesmoke;
    box-shadow: none;
    color: #ebedf0;
    color: #999; }
    .input[disabled]::-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder {
      color: #999; }
    .input[disabled]::-webkit-input-placeholder, .taginput .taginput-container.is-focusable[disabled]::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder {
      color: #999; }
    .input[disabled]:-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder {
      color: #999; }
    .input[disabled]:-ms-input-placeholder, .taginput .taginput-container.is-focusable[disabled]:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder {
      color: #999; }
  .input::-moz-placeholder, .taginput .taginput-container.is-focusable::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: #999; }
  .input::-webkit-input-placeholder, .taginput .taginput-container.is-focusable::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: #999; }
  .input:-moz-placeholder, .taginput .taginput-container.is-focusable:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: #999; }
  .input:-ms-input-placeholder, .taginput .taginput-container.is-focusable:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: #999; }
  .input[readonly], .taginput .taginput-container.is-focusable[readonly], .input[readonly]:hover, .taginput .taginput-container.is-focusable[readonly]:hover, .input[readonly]:active, .taginput .taginput-container.is-focusable[readonly]:active, .input[readonly]:focus, .taginput .taginput-container.is-focusable[readonly]:focus,
  .textarea[readonly],
  .textarea[readonly]:hover,
  .textarea[readonly]:active,
  .textarea[readonly]:focus {
    cursor: default;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #ebedf0; }
  .input[type='search'], .taginput .taginput-container.is-focusable[type='search'],
  .textarea[type='search'] {
    border-radius: 290486px; }
  .input.is-white, .taginput .is-white.taginput-container.is-focusable,
  .textarea.is-white {
    border-color: #fff; }
  .input.is-black, .taginput .is-black.taginput-container.is-focusable,
  .textarea.is-black {
    border-color: #000000; }
  .input.is-light, .taginput .is-light.taginput-container.is-focusable,
  .textarea.is-light {
    border-color: #ebedf0; }
  .input.is-dark, .taginput .is-dark.taginput-container.is-focusable,
  .textarea.is-dark {
    border-color: #ebedf0; }
  .input.is-darker, .taginput .is-darker.taginput-container.is-focusable,
  .textarea.is-darker {
    border-color: #c3c3c3; }
  .input.is-darkest, .taginput .is-darkest.taginput-container.is-focusable,
  .textarea.is-darkest {
    border-color: #8d8d8d; }
  .input.is-tertiary, .taginput .is-tertiary.taginput-container.is-focusable,
  .textarea.is-tertiary {
    border-color: #a4418e; }
  .input.is-secondary, .taginput .is-secondary.taginput-container.is-focusable,
  .textarea.is-secondary {
    border-color: #488fb1; }
  .input.is-secondary-dark, .taginput .is-secondary-dark.taginput-container.is-focusable,
  .textarea.is-secondary-dark {
    border-color: #3b7aaa; }
  .input.is-primary, .taginput .is-primary.taginput-container.is-focusable,
  .textarea.is-primary {
    border-color: #078834; }
  .input.is-primary-dark, .taginput .is-primary-dark.taginput-container.is-focusable,
  .textarea.is-primary-dark {
    border-color: #066d2a; }
  .input.is-primary-darker, .taginput .is-primary-darker.taginput-container.is-focusable,
  .textarea.is-primary-darker {
    border-color: #073618; }
  .input.is-info, .taginput .is-info.taginput-container.is-focusable,
  .textarea.is-info {
    border-color: #dde7ef; }
  .input.is-success, .taginput .is-success.taginput-container.is-focusable,
  .textarea.is-success {
    border-color: #4b9f41; }
  .input.is-warning, .taginput .is-warning.taginput-container.is-focusable,
  .textarea.is-warning {
    border-color: #ffdd57; }
  .input.is-warning-dark, .taginput .is-warning-dark.taginput-container.is-focusable,
  .textarea.is-warning-dark {
    border-color: #eadf83; }
  .input.is-warning-darker, .taginput .is-warning-darker.taginput-container.is-focusable,
  .textarea.is-warning-darker {
    border-color: #f4e461; }
  .input.is-danger, .taginput .is-danger.taginput-container.is-focusable,
  .textarea.is-danger {
    border-color: #d53535; }
  .werk-plus-zorg .input.is-primary, .werk-plus-zorg .taginput .is-primary.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-primary.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .input.is-primary-dark, .werk-plus-zorg .taginput .is-primary-dark.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-primary-dark.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .input.is-primary-darker, .werk-plus-zorg .taginput .is-primary-darker.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-primary-darker.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .input.is-primary-darkest, .werk-plus-zorg .taginput .is-primary-darkest.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-primary-darkest.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .input.is-secondary, .werk-plus-zorg .taginput .is-secondary.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-secondary.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .input.is-secondary-dark, .werk-plus-zorg .taginput .is-secondary-dark.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-secondary-dark.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .input.is-secondary-darker, .werk-plus-zorg .taginput .is-secondary-darker.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-secondary-darker.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .input.is-secondary-darkest, .werk-plus-zorg .taginput .is-secondary-darkest.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-secondary-darkest.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .input.is-tertiary, .werk-plus-zorg .taginput .is-tertiary.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-tertiary.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .input.is-tertiary-dark, .werk-plus-zorg .taginput .is-tertiary-dark.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-tertiary-dark.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .input.is-tertiary-darker, .werk-plus-zorg .taginput .is-tertiary-darker.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-tertiary-darker.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .input.is-tertiary-darkest, .werk-plus-zorg .taginput .is-tertiary-darkest.taginput-container.is-focusable, .taginput .werk-plus-zorg .is-tertiary-darkest.taginput-container.is-focusable, .werk-plus-zorg
  .textarea.is-tertiary-darkest {
    background-color: #464b05; }
  .input.is-small, .taginput .is-small.taginput-container.is-focusable,
  .textarea.is-small {
    border-radius: 1px;
    font-size: 0.8rem;
    height: 28px; }
  .input.is-medium, .taginput .is-medium.taginput-container.is-focusable,
  .textarea.is-medium {
    font-size: 1rem;
    height: 38px; }
  .input.is-large, .taginput .is-large.taginput-container.is-focusable,
  .textarea.is-large {
    font-size: 1rem;
    height: 42px; }
  .input.is-fullwidth, .taginput .is-fullwidth.taginput-container.is-focusable,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline, .taginput .is-inline.taginput-container.is-focusable,
  .textarea.is-inline {
    display: inline;
    width: auto; }
  .input.is-static, .taginput .is-static.taginput-container.is-focusable,
  .textarea.is-static {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0; }
  .input.is-clean, .taginput .is-clean.taginput-container.is-focusable, .input.is-clean:focus, .taginput .is-clean.taginput-container.is-focusable:focus, .input.is-clean:active, .taginput .is-clean.taginput-container.is-focusable:active, .input.is-clean:hover, .taginput .is-clean.taginput-container.is-focusable:hover,
  .textarea.is-clean,
  .textarea.is-clean:focus,
  .textarea.is-clean:active,
  .textarea.is-clean:hover {
    border-color: transparent;
    box-shadow: none; }

.input[contenteditable='true'], .taginput .taginput-container.is-focusable[contenteditable='true'] {
  box-shadow: none;
  border-width: 0 0 1px 0;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px; }
  .input[contenteditable='true']:focus, .taginput .taginput-container.is-focusable[contenteditable='true']:focus, .input[contenteditable='true'].is-focused, .taginput .taginput-container.is-focusable[contenteditable='true'].is-focused, .input[contenteditable='true']:active, .taginput .taginput-container.is-focusable[contenteditable='true']:active, .input[contenteditable='true'].is-active, .taginput .taginput-container.is-focusable[contenteditable='true'].is-active {
    border-width: 0 0 2px 0;
    padding-bottom: 0px; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
  .textarea[rows] {
    height: unset; }

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input,
  .radio input {
    cursor: pointer; }
  .checkbox[disabled],
  .radio[disabled] {
    color: #ebedf0;
    cursor: not-allowed; }

.checkbox-field-options,
.checkbox-field-options.field,
.checkbox-field-options.field.has-addons {
  display: block; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple)::after {
    z-index: 1;
    content: ' ';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNyAxNS45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDE1Ljk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojOTk5Njk2O308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCw5LjkgMy41LDEzLjIgNyw5LjkgIi8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI3LDUuOSAzLjUsMi43IDAsNS45ICIvPjwvc3ZnPg==);
    display: block;
    position: absolute;
    width: 7px;
    height: 16px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%); }
  .select:not(.is-multiple).is-small::after {
    margin-top: -3px; }
  .select select {
    background-color: #fff;
    border-color: #8d8d8d;
    color: #000;
    cursor: pointer;
    display: block;
    max-width: 100%;
    outline: none; }
    .select select:hover, .select select.is-hovered {
      border-color: #8d8d8d; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #078834; }
      .werk-plus-zorg .select select:focus, .werk-plus-zorg .select select.is-focused, .werk-plus-zorg .select select:active, .werk-plus-zorg .select select.is-active {
        border-color: #192750; }
    .select select[disabled] {
      background-color: #fafafa;
      border-color: whitesmoke;
      box-shadow: none;
      color: #ebedf0;
      color: #999; }
      .select select[disabled]::-moz-placeholder {
        color: #999; }
      .select select[disabled]::-webkit-input-placeholder {
        color: #999; }
      .select select[disabled]:-moz-placeholder {
        color: #999; }
      .select select[disabled]:-ms-input-placeholder {
        color: #999; }
    .select select::-moz-placeholder {
      color: #999; }
    .select select::-webkit-input-placeholder {
      color: #999; }
    .select select:-moz-placeholder {
      color: #999; }
    .select select:-ms-input-placeholder {
      color: #999; }
    .select select[readonly], .select select[readonly]:hover, .select select[readonly]:active, .select select[readonly]:focus {
      cursor: default;
      border-color: #8d8d8d;
      box-shadow: none;
      color: #ebedf0; }
    .select select:hover {
      border-color: #8d8d8d; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #078834; }
      .werk-plus-zorg .select select:focus, .werk-plus-zorg .select select.is-focused, .werk-plus-zorg .select select:active, .werk-plus-zorg .select select.is-active {
        border-color: #192750; }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover {
      border-color: whitesmoke; }
    .select select:not([multiple]) {
      padding-right: 30px; }
    .select select[multiple] {
      height: unset;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:hover::after {
    border-color: #8d8d8d; }
  .select.is-white select {
    border-color: #fff; }
  .select.is-black select {
    border-color: #000000; }
  .select.is-light select {
    border-color: #ebedf0; }
  .select.is-dark select {
    border-color: #ebedf0; }
  .select.is-darker select {
    border-color: #c3c3c3; }
  .select.is-darkest select {
    border-color: #8d8d8d; }
  .select.is-tertiary select {
    border-color: #a4418e; }
  .select.is-secondary select {
    border-color: #488fb1; }
  .select.is-secondary-dark select {
    border-color: #3b7aaa; }
  .select.is-primary select {
    border-color: #078834; }
  .select.is-primary-dark select {
    border-color: #066d2a; }
  .select.is-primary-darker select {
    border-color: #073618; }
  .select.is-info select {
    border-color: #dde7ef; }
  .select.is-success select {
    border-color: #4b9f41; }
  .select.is-warning select {
    border-color: #ffdd57; }
  .select.is-warning-dark select {
    border-color: #eadf83; }
  .select.is-warning-darker select {
    border-color: #f4e461; }
  .select.is-danger select {
    border-color: #d53535; }
  .werk-plus-zorg .select.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .select.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .select.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .select.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .select.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .select.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .select.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .select.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .select.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .select.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .select.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .select.is-tertiary-darkest {
    background-color: #464b05; }
  .select.is-small {
    border-radius: 1px;
    font-size: 0.8rem;
    height: 28px; }
  .select.is-medium {
    font-size: 1rem;
    height: 38px; }
  .select.is-large {
    font-size: 1rem;
    height: 42px; }
  .select.is-disabled::after {
    border-color: #ebedf0; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #999;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 500ms linear infinite;
    content: '';
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none;
    width: 22px;
    height: 22px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #999;
    background-image: none; }
  .select.is-loading.is-small:after {
    font-size: 0.8rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: #fff;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #ebedf0; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-black .file-cta {
    background-color: #000000;
    border-color: transparent;
    color: #fff; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: black;
    border-color: transparent;
    color: #fff; }
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
    color: #fff; }
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: #fff; }
  .file.is-light .file-cta {
    background-color: #ebedf0;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #e4e6eb;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.25);
    color: #ebedf0; }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #dce0e5;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-dark .file-cta {
    background-color: #ebedf0;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #e4e6eb;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.25);
    color: #ebedf0; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #dce0e5;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-darker .file-cta {
    background-color: #c3c3c3;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-darker:hover .file-cta, .file.is-darker.is-hovered .file-cta {
    background-color: #bdbdbd;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-darker:focus .file-cta, .file.is-darker.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(195, 195, 195, 0.25);
    color: #ebedf0; }
  .file.is-darker:active .file-cta, .file.is-darker.is-active .file-cta {
    background-color: #b6b6b6;
    border-color: transparent;
    color: #ebedf0; }
  .file.is-darkest .file-cta {
    background-color: #8d8d8d;
    border-color: transparent;
    color: #c3c3c3; }
  .file.is-darkest:hover .file-cta, .file.is-darkest.is-hovered .file-cta {
    background-color: #878787;
    border-color: transparent;
    color: #c3c3c3; }
  .file.is-darkest:focus .file-cta, .file.is-darkest.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(141, 141, 141, 0.25);
    color: #c3c3c3; }
  .file.is-darkest:active .file-cta, .file.is-darkest.is-active .file-cta {
    background-color: gray;
    border-color: transparent;
    color: #c3c3c3; }
  .file.is-tertiary .file-cta {
    background-color: #a4418e;
    border-color: transparent;
    color: #862b72; }
  .file.is-tertiary:hover .file-cta, .file.is-tertiary.is-hovered .file-cta {
    background-color: #9b3d86;
    border-color: transparent;
    color: #862b72; }
  .file.is-tertiary:focus .file-cta, .file.is-tertiary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(164, 65, 142, 0.25);
    color: #862b72; }
  .file.is-tertiary:active .file-cta, .file.is-tertiary.is-active .file-cta {
    background-color: #923a7e;
    border-color: transparent;
    color: #862b72; }
  .file.is-secondary .file-cta {
    background-color: #488fb1;
    border-color: transparent;
    color: #3b7aaa; }
  .file.is-secondary:hover .file-cta, .file.is-secondary.is-hovered .file-cta {
    background-color: #4488a8;
    border-color: transparent;
    color: #3b7aaa; }
  .file.is-secondary:focus .file-cta, .file.is-secondary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(72, 143, 177, 0.25);
    color: #3b7aaa; }
  .file.is-secondary:active .file-cta, .file.is-secondary.is-active .file-cta {
    background-color: #41809f;
    border-color: transparent;
    color: #3b7aaa; }
  .file.is-secondary-dark .file-cta {
    background-color: #3b7aaa;
    border-color: transparent;
    color: #21669b; }
  .file.is-secondary-dark:hover .file-cta, .file.is-secondary-dark.is-hovered .file-cta {
    background-color: #3873a1;
    border-color: transparent;
    color: #21669b; }
  .file.is-secondary-dark:focus .file-cta, .file.is-secondary-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(59, 122, 170, 0.25);
    color: #21669b; }
  .file.is-secondary-dark:active .file-cta, .file.is-secondary-dark.is-active .file-cta {
    background-color: #346c97;
    border-color: transparent;
    color: #21669b; }
  .file.is-primary .file-cta {
    background-color: #078834;
    border-color: transparent;
    color: #066d2a; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #067c2f;
    border-color: transparent;
    color: #066d2a; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(7, 136, 52, 0.25);
    color: #066d2a; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #06702b;
    border-color: transparent;
    color: #066d2a; }
  .file.is-primary-dark .file-cta {
    background-color: #066d2a;
    border-color: transparent;
    color: #073618; }
  .file.is-primary-dark:hover .file-cta, .file.is-primary-dark.is-hovered .file-cta {
    background-color: #056125;
    border-color: transparent;
    color: #073618; }
  .file.is-primary-dark:focus .file-cta, .file.is-primary-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(6, 109, 42, 0.25);
    color: #073618; }
  .file.is-primary-dark:active .file-cta, .file.is-primary-dark.is-active .file-cta {
    background-color: #055521;
    border-color: transparent;
    color: #073618; }
  .file.is-primary-darker .file-cta {
    background-color: #073618;
    border-color: transparent;
    color: #fff; }
  .file.is-primary-darker:hover .file-cta, .file.is-primary-darker.is-hovered .file-cta {
    background-color: #062b13;
    border-color: transparent;
    color: #fff; }
  .file.is-primary-darker:focus .file-cta, .file.is-primary-darker.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(7, 54, 24, 0.25);
    color: #fff; }
  .file.is-primary-darker:active .file-cta, .file.is-primary-darker.is-active .file-cta {
    background-color: #041f0e;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #dde7ef;
    border-color: transparent;
    color: #477398; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #d4e1eb;
    border-color: transparent;
    color: #477398; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(221, 231, 239, 0.25);
    color: #477398; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #ccdbe7;
    border-color: transparent;
    color: #477398; }
  .file.is-success .file-cta {
    background-color: #4b9f41;
    border-color: transparent;
    color: #4e8f46; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #47963d;
    border-color: transparent;
    color: #4e8f46; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(75, 159, 65, 0.25);
    color: #4e8f46; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #428d3a;
    border-color: transparent;
    color: #4e8f46; }
  .file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: #eadf83; }
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: #eadf83; }
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    color: #eadf83; }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: #eadf83; }
  .file.is-warning-dark .file-cta {
    background-color: #eadf83;
    border-color: transparent;
    color: #f4e461; }
  .file.is-warning-dark:hover .file-cta, .file.is-warning-dark.is-hovered .file-cta {
    background-color: #e8dc78;
    border-color: transparent;
    color: #f4e461; }
  .file.is-warning-dark:focus .file-cta, .file.is-warning-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(234, 223, 131, 0.25);
    color: #f4e461; }
  .file.is-warning-dark:active .file-cta, .file.is-warning-dark.is-active .file-cta {
    background-color: #e6d96d;
    border-color: transparent;
    color: #f4e461; }
  .file.is-warning-darker .file-cta {
    background-color: #f4e461;
    border-color: transparent;
    color: #e6d444; }
  .file.is-warning-darker:hover .file-cta, .file.is-warning-darker.is-hovered .file-cta {
    background-color: #f3e255;
    border-color: transparent;
    color: #e6d444; }
  .file.is-warning-darker:focus .file-cta, .file.is-warning-darker.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(244, 228, 97, 0.25);
    color: #e6d444; }
  .file.is-warning-darker:active .file-cta, .file.is-warning-darker.is-active .file-cta {
    background-color: #f2e049;
    border-color: transparent;
    color: #e6d444; }
  .file.is-danger .file-cta {
    background-color: #d53535;
    border-color: transparent;
    color: #d14545; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #d22c2c;
    border-color: transparent;
    color: #d14545; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(213, 53, 53, 0.25);
    color: #d14545; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #c72929;
    border-color: transparent;
    color: #d14545; }
  .werk-plus-zorg .file.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .file.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .file.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .file.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .file.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .file.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .file.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .file.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .file.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .file.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .file.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .file.is-tertiary-darkest {
    background-color: #464b05; }
  .file.is-small {
    font-size: 0.8rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.is-centered {
    justify-content: center; }
  .file.is-right {
    justify-content: flex-end; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 6px 6px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 6px 6px;
    border-width: 0 1px 1px; }
  .file.is-right .file-cta {
    border-radius: 0 6px 6px 0; }
  .file.is-right .file-name {
    border-radius: 6px 0 0 6px;
    border-width: 1px 0 1px 1px;
    order: -1; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #8d8d8d; }
  .file-label:hover .file-name {
    border-color: #e2e6ee; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #8d8d8d; }
  .file-label:active .file-name {
    border-color: #dadfea; }

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em; }

.file-cta,
.file-name {
  border-color: #eaedf3;
  border-radius: 6px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #c3c3c3; }

.file-name {
  border-color: #eaedf3;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: flex;
  align-items: center;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }
  .file-name .delete {
    margin-left: auto; }

.file-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 0.5em; }

.label {
  color: #000000;
  display: block;
  font-weight: 600; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.8rem; }
    .label.is-small:not(:last-child) {
      margin-bottom: 0.25em; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0.25rem; }
  .help.is-white {
    color: #fff; }
  .help.is-black {
    color: #000000; }
  .help.is-light {
    color: #ebedf0; }
  .help.is-dark {
    color: #ebedf0; }
  .help.is-darker {
    color: #c3c3c3; }
  .help.is-darkest {
    color: #8d8d8d; }
  .help.is-tertiary {
    color: #a4418e; }
  .help.is-secondary {
    color: #488fb1; }
  .help.is-secondary-dark {
    color: #3b7aaa; }
  .help.is-primary {
    color: #078834; }
  .help.is-primary-dark {
    color: #066d2a; }
  .help.is-primary-darker {
    color: #073618; }
  .help.is-info {
    color: #dde7ef; }
  .help.is-success {
    color: #4b9f41; }
  .help.is-warning {
    color: #ffdd57; }
  .help.is-warning-dark {
    color: #eadf83; }
  .help.is-warning-darker {
    color: #f4e461; }
  .help.is-danger {
    color: #d53535; }
  .werk-plus-zorg .help.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .help.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .help.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .help.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .help.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .help.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .help.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .help.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .help.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .help.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .help.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .help.is-tertiary-darkest {
    background-color: #464b05; }

.field:not(:last-child) {
  margin-bottom: 1.25rem; }

.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control .button,
  .field.has-addons .control .input,
  .field.has-addons .control .taginput .taginput-container.is-focusable,
  .taginput .field.has-addons .control .taginput-container.is-focusable,
  .field.has-addons .control .select select,
  .field.has-addons .control .bs-select {
    border-radius: 0; }
    .field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
    .field.has-addons .control .input:hover,
    .field.has-addons .control .taginput .taginput-container.is-focusable:hover,
    .taginput .field.has-addons .control .taginput-container.is-focusable:hover,
    .field.has-addons .control .input.is-hovered,
    .field.has-addons .control .taginput .is-hovered.taginput-container.is-focusable,
    .taginput .field.has-addons .control .is-hovered.taginput-container.is-focusable,
    .field.has-addons .control .select select:hover,
    .field.has-addons .control .select select.is-hovered,
    .field.has-addons .control .bs-select:hover,
    .field.has-addons .control .bs-select.is-hovered {
      z-index: 2; }
    .field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
    .field.has-addons .control .input:focus,
    .field.has-addons .control .taginput .taginput-container.is-focusable:focus,
    .taginput .field.has-addons .control .taginput-container.is-focusable:focus,
    .field.has-addons .control .input.is-focused,
    .field.has-addons .control .taginput .is-focused.taginput-container.is-focusable,
    .taginput .field.has-addons .control .is-focused.taginput-container.is-focusable,
    .field.has-addons .control .input:active,
    .field.has-addons .control .taginput .taginput-container.is-focusable:active,
    .taginput .field.has-addons .control .taginput-container.is-focusable:active,
    .field.has-addons .control .input.is-active,
    .field.has-addons .control .taginput .is-active.taginput-container.is-focusable,
    .taginput .field.has-addons .control .is-active.taginput-container.is-focusable,
    .field.has-addons .control .select select:focus,
    .field.has-addons .control .select select.is-focused,
    .field.has-addons .control .select select:active,
    .field.has-addons .control .select select.is-active,
    .field.has-addons .control .bs-select:focus,
    .field.has-addons .control .bs-select.is-focused,
    .field.has-addons .control .bs-select:active,
    .field.has-addons .control .bs-select.is-active {
      z-index: 3; }
      .field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
      .field.has-addons .control .input:focus:hover,
      .field.has-addons .control .taginput .taginput-container.is-focusable:focus:hover,
      .taginput .field.has-addons .control .taginput-container.is-focusable:focus:hover,
      .field.has-addons .control .input.is-focused:hover,
      .field.has-addons .control .taginput .is-focused.taginput-container.is-focusable:hover,
      .taginput .field.has-addons .control .is-focused.taginput-container.is-focusable:hover,
      .field.has-addons .control .input:active:hover,
      .field.has-addons .control .taginput .taginput-container.is-focusable:active:hover,
      .taginput .field.has-addons .control .taginput-container.is-focusable:active:hover,
      .field.has-addons .control .input.is-active:hover,
      .field.has-addons .control .taginput .is-active.taginput-container.is-focusable:hover,
      .taginput .field.has-addons .control .is-active.taginput-container.is-focusable:hover,
      .field.has-addons .control .select select:focus:hover,
      .field.has-addons .control .select select.is-focused:hover,
      .field.has-addons .control .select select:active:hover,
      .field.has-addons .control .select select.is-active:hover,
      .field.has-addons .control .bs-select:focus:hover,
      .field.has-addons .control .bs-select.is-focused:hover,
      .field.has-addons .control .bs-select:active:hover,
      .field.has-addons .control .bs-select.is-active:hover {
        z-index: 4; }
  .field.has-addons .control:first-child .button,
  .field.has-addons .control:first-child .input,
  .field.has-addons .control:first-child .taginput .taginput-container.is-focusable,
  .taginput .field.has-addons .control:first-child .taginput-container.is-focusable,
  .field.has-addons .control:first-child .select select,
  .field.has-addons .control:first-child .bs-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control:last-child .button,
  .field.has-addons .control:last-child .input,
  .field.has-addons .control:last-child .taginput .taginput-container.is-focusable,
  .taginput .field.has-addons .control:last-child .taginput-container.is-focusable,
  .field.has-addons .control:last-child .select select,
  .field.has-addons .control:last-child .bs-select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }

.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem; }
  .field.is-grouped > .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .field.is-grouped > .control.is-narrow {
    flex-grow: 0;
    flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }

.field-control {
  flex: 1 1 auto; }

.field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .field-label .label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .field-label {
      margin-bottom: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .field-label {
      flex-basis: 0;
      flex-grow: 2;
      flex-shrink: 0;
      margin-right: 1.5rem;
      text-align: right;
      padding-top: 0.375em; }
      .field-label.is-small {
        font-size: 0.8rem;
        padding-top: 0.375em; }
      .field-label.is-medium {
        font-size: 1.25rem;
        padding-top: 0.375em; }
      .field-label.is-large {
        font-size: 1.5rem;
        padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  font-size: 1rem;
  position: relative;
  text-align: left; }
  .control.has-icon .icon {
    color: #f4f6fc;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    width: 2.25em;
    z-index: 4; }
  .control.has-icon .input:focus + .icon, .control.has-icon .taginput .taginput-container.is-focusable:focus + .icon, .taginput .control.has-icon .taginput-container.is-focusable:focus + .icon {
    color: #ebedf0; }
  .control.has-icon .input.is-small + .icon, .control.has-icon .taginput .is-small.taginput-container.is-focusable + .icon, .taginput .control.has-icon .is-small.taginput-container.is-focusable + .icon {
    font-size: 0.8rem; }
  .control.has-icon .input.is-medium + .icon, .control.has-icon .taginput .is-medium.taginput-container.is-focusable + .icon, .taginput .control.has-icon .is-medium.taginput-container.is-focusable + .icon {
    font-size: 1.25rem; }
  .control.has-icon .input.is-large + .icon, .control.has-icon .taginput .is-large.taginput-container.is-focusable + .icon, .taginput .control.has-icon .is-large.taginput-container.is-focusable + .icon {
    font-size: 1.5rem; }
  .control.has-icon:not(.has-icon-right) .icon {
    left: 0; }
  .control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .taginput .taginput-container.is-focusable, .taginput .control.has-icon:not(.has-icon-right) .taginput-container.is-focusable {
    padding-left: 2.25em; }
  .control.has-icon.has-icon-right .icon {
    right: 0; }
  .control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .taginput .taginput-container.is-focusable, .taginput .control.has-icon.has-icon-right .taginput-container.is-focusable {
    padding-right: 2.25em; }
  .control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .taginput .taginput-container.is-focusable:focus ~ .icon, .taginput .control.has-icons-left .taginput-container.is-focusable:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .taginput .taginput-container.is-focusable:focus ~ .icon, .taginput .control.has-icons-right .taginput-container.is-focusable:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #ebedf0; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #f4f6fc;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4; }
  .control.has-icons-left .input, .control.has-icons-left .taginput .taginput-container.is-focusable, .taginput .control.has-icons-left .taginput-container.is-focusable,
  .control.has-icons-left .select select {
    padding-left: 40px; }
  .control.has-icons-left .icon.is-left {
    left: 10px; }
  .control.has-icons-right .input, .control.has-icons-right .taginput .taginput-container.is-focusable, .taginput .control.has-icons-right .taginput-container.is-focusable,
  .control.has-icons-right .select select {
    padding-right: 40px; }
  .control.has-icons-right .icon.is-right {
    right: 10px; }
  .control.is-loading::after {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #999;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 500ms linear infinite;
    content: '';
    display: block;
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    width: 22px;
    height: 22px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #999;
    margin-top: 5px; }
  .control.is-loading.is-small:after {
    font-size: 0.8rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }
  .control .has-text-danger {
    color: #d14545 !important; }
  .control .has-text-success {
    color: #4e8f46 !important; }
  .control .has-text-warning {
    color: #ffdd57 !important; }

@media screen and (max-width: 768px) {
  .field-display {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 769px), print {
  .field-display.is-small {
    font-size: 0.8rem;
    padding-top: 0.375em; }
  .field-display.is-normal {
    padding-top: 0.375em; }
  .field-display.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em; }
  .field-display.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em; } }

.checkbox:not(.b-checkbox), .radio:not(.b-radio) {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 32px; }
  .checkbox:not(.b-checkbox) input, .radio:not(.b-radio) input {
    cursor: pointer; }
  .is-disabled.checkbox:not(.b-checkbox), .is-disabled.radio:not(.b-radio) {
    color: #f5f5f5;
    pointer-events: none; }
    .is-disabled.checkbox:not(.b-checkbox) input, .is-disabled.radio:not(.b-radio) input {
      pointer-events: none; }

.checkbox:not(.b-checkbox) input,
.radio:not(.b-radio) input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.checkbox:not(.b-checkbox) input[type='checkbox'] ~ span,
.checkbox:not(.b-checkbox) input[type='radio'] ~ span,
.radio:not(.b-radio) input[type='checkbox'] ~ span,
.radio:not(.b-radio) input[type='radio'] ~ span {
  margin-left: 31px; }

a.checkbox:not(.b-checkbox) {
  height: 21px;
  width: 21px; }
  a.checkbox:not(.b-checkbox):not(:last-child) {
    margin-right: 10px; }

.checkbox:not(.b-checkbox) + .checkbox:not(.b-checkbox) {
  margin-left: 24px; }

.checkbox:not(.b-checkbox) > span:first-child:before,
.checkbox:not(.b-checkbox) input[type='checkbox'] ~ span:before {
  height: 21px;
  width: 21px;
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #ebedf0;
  transition: all 86ms ease-out; }

.checkbox:not(.b-checkbox) > span:first-child:after,
.checkbox:not(.b-checkbox) input[type='checkbox'] ~ span:after {
  position: absolute;
  left: 8px;
  top: 5px;
  content: ' ';
  display: none;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 86ms ease-out;
  background-color: #078834; }
  .werk-plus-zorg .checkbox:not(.b-checkbox) > span:first-child:after, .werk-plus-zorg
  .checkbox:not(.b-checkbox) input[type='checkbox'] ~ span:after {
    background-color: #192750; }

.checkbox:not(.b-checkbox):hover > span:first-child:before,
.checkbox:not(.b-checkbox):hover input[type='checkbox'] + span:before {
  border-color: #c3c3c3; }

.checkbox:not(.b-checkbox).is-active > span:first-child:before,
.checkbox:not(.b-checkbox) input[type='checkbox']:checked ~ span:before,
.checkbox:not(.b-checkbox).bs-checked input[type='checkbox'] ~ span:before {
  border-color: #078834;
  background-color: #078834; }
  .werk-plus-zorg .checkbox:not(.b-checkbox).is-active > span:first-child:before, .werk-plus-zorg
  .checkbox:not(.b-checkbox) input[type='checkbox']:checked ~ span:before, .werk-plus-zorg
  .checkbox:not(.b-checkbox).bs-checked input[type='checkbox'] ~ span:before {
    border-color: #192750;
    background-color: #192750; }

.checkbox:not(.b-checkbox).is-active > span:first-child:after,
.checkbox:not(.b-checkbox) input[type='checkbox']:checked ~ span:after,
.checkbox:not(.b-checkbox).bs-checked input[type='checkbox'] ~ span:after {
  display: block; }

.checkbox:not(.b-checkbox).is-half > span:first-child:before,
.checkbox:not(.b-checkbox).is-half input[type='checkbox'] ~ span:before {
  border-color: #078834;
  background-color: #078834; }
  .werk-plus-zorg .checkbox:not(.b-checkbox).is-half > span:first-child:before, .werk-plus-zorg
  .checkbox:not(.b-checkbox).is-half input[type='checkbox'] ~ span:before {
    border-color: #192750;
    background-color: #192750; }

.checkbox:not(.b-checkbox).is-half > span:first-child:after,
.checkbox:not(.b-checkbox).is-half input[type='checkbox'] ~ span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: ' ';
  display: block;
  width: 10px;
  height: 2px;
  border: none;
  background-color: #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%);
  transition: all 86ms ease-out; }

.radio:not(.b-radio) + .radio {
  margin-left: 24px; }

.radio:not(.b-radio) input[type='radio'] ~ span.is-talign:before {
  top: 0;
  transform: none; }

.radio:not(.b-radio) input[type='radio'] ~ span:before {
  width: 17px;
  height: 17px;
  top: 7px;
  position: absolute;
  left: 0;
  content: ' ';
  display: block;
  background-color: #fff;
  box-shadow: 0 0 0 2px #ebedf0;
  border-radius: 50%;
  border: 4px solid #fff;
  transition: all 86ms ease-out;
  margin-left: 3px; }

.control-group .radio:not(.b-radio) input[type='radio'] ~ span:before {
  box-shadow: 0 0 0 2px #c3c3c3; }

.radio:not(.b-radio):hover input[type='radio'] ~ span:before {
  box-shadow: 0 0 0 2px #c3c3c3; }

.radio:not(.b-radio) input[type='radio']:checked ~ span:before,
.radio:not(.b-radio).bs-checked input[type='radio'] ~ span:before {
  border-color: #078834;
  box-shadow: 0 0 0 2px #078834; }
  .werk-plus-zorg .radio:not(.b-radio) input[type='radio']:checked ~ span:before, .werk-plus-zorg
  .radio:not(.b-radio).bs-checked input[type='radio'] ~ span:before {
    border-color: #192750;
    box-shadow: 0 0 0 2px #192750; }

.field.is-disabled {
  opacity: 0.5; }
  .field.is-disabled input,
  .field.is-disabled select {
    pointer-events: none; }
  .field.is-disabled .select:after {
    border-color: #ebedf0; }

.error-summary {
  padding: 1rem 0.75rem; }

.error-summary,
.error-summary strong {
  color: #d53535; }

.buttons {
  display: flex;
  justify-content: space-between; }
  .buttons.is-right-aligned {
    justify-content: flex-end; }

.c-form__left {
  padding-right: 20px; }

.c-form__right {
  padding-left: 20px;
  padding-right: 20px; }

.c-form__left,
.c-form__right {
  width: 50%;
  box-sizing: border-box; }

.c-form {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.c-form.is-horizontal {
  flex-direction: row; }

.help.is-danger {
  color: #cc0000; }

.help.is-info {
  color: #7d7d7d; }

.validation-summary-errors {
  display: inline-block;
  width: auto;
  color: #cc0000;
  font-weight: bold;
  border: solid 1px #ff9898;
  padding: 0 20px;
  margin-bottom: 20px;
  background-color: #fff5f5; }
  .validation-summary-errors p {
    margin-top: 10px; }
  .validation-summary-errors.is-sticky {
    position: sticky;
    top: 10px;
    z-index: 100; }
  .validation-summary-errors ul {
    margin: 0;
    padding: 10px; }

.c-notification .validation-summary-errors {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  color: #fff; }
  .c-notification .validation-summary-errors ul {
    padding: 0;
    margin: 0; }
  .c-notification .validation-summary-errors li {
    list-style: none; }

body .taginput .taginput-container .autocomplete input {
  height: 42px; }

body .b-checkbox.checkbox input[type=checkbox]:not(:disabled) + .check,
body .b-checkbox.checkbox input[type=checkbox]:not(:checked) + .check {
  border: 1px solid #7c7c7c;
  background-color: #fff;
  position: relative; }

body .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check,
body .b-checkbox.checkbox input[type=checkbox]:focus + .check,
body .b-checkbox.checkbox input[type=checkbox]:checked + .check {
  box-shadow: none; }

body .b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background: none;
  background-color: #078834;
  border-color: #078834; }

body.werk-plus-zorg .b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background: none;
  background-color: #192750;
  border-color: #192750; }

body .b-checkbox.checkbox input[type=checkbox]:checked + .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 7px;
  height: 12px;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(35deg); }

body .b-checkbox.checkbox input[type=checkbox] + .check {
  width: 19.2px;
  height: 19.2px;
  border-radius: 3px; }

body .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
  border-color: #000; }

body .b-checkbox.checkbox[disabled] {
  color: #7d7d7d; }

body .b-radio.radio input[type=radio] + .check {
  background-color: #fff;
  border-color: #979797; }

body input::placeholder,
body input::-webkit-input-placeholder {
  color: #999 !important; }

body .switch input[type=checkbox] + .check {
  background-color: #f5f5f5;
  box-shadow: none !important;
  border: solid 1px #ccc; }

body .switch input[type=checkbox]:checked + .check {
  background-color: #078834;
  box-shadow: none !important; }

body.werk-plus-zorg .switch input[type=checkbox]:checked + .check {
  background-color: #192750;
  box-shadow: none !important; }

body .switch:hover input[type=checkbox]:checked + .check {
  background-color: #066d2a; }

body.werk-plus-zorg .switch:hover input[type=checkbox]:checked + .check {
  background-color: #0d183a; }

body .switch input[type=checkbox]:focus + .check body .switch input[type=checkbox]:focus:checked + .check {
  box-shadow: none !important; }

body .select select:hover {
  color: #000; }

body .select:hover::after,
body .control.has-icons-left .icon,
body .control.has-icons-right .icon,
body .control.has-icons-left .input:focus ~ .icon,
body .control.has-icons-left .taginput .taginput-container.is-focusable:focus ~ .icon,
.taginput body .control.has-icons-left .taginput-container.is-focusable:focus ~ .icon,
body .control.has-icons-left .taginput .taginput-container.is-focusable:focus ~ .icon,
body .taginput .control.has-icons-left .taginput-container.is-focusable:focus ~ .icon,
body .control.has-icons-left .select:focus ~ .icon,
body .control.has-icons-right .input:focus ~ .icon,
body .control.has-icons-right .taginput .taginput-container.is-focusable:focus ~ .icon,
.taginput body .control.has-icons-right .taginput-container.is-focusable:focus ~ .icon,
body .control.has-icons-right .taginput .taginput-container.is-focusable:focus ~ .icon,
body .taginput .control.has-icons-right .taginput-container.is-focusable:focus ~ .icon,
body .control.has-icons-right .select:focus ~ .icon {
  color: #999; }

.datepicker.control .control input + .icon {
  height: 18px;
  line-height: 18px;
  width: 18px;
  padding: 0;
  margin-top: -2px; }

.datepicker.control .control input + .icon svg {
  height: 18px;
  width: 18px; }

.c-control__wrapper {
  display: flex; }
  .c-control__wrapper.is-right-alignement {
    justify-content: flex-end; }

.upload-field {
  margin-bottom: 2.25rem; }
  .upload-field__field:not(:last-child) {
    margin-bottom: 1rem; }
  .upload-field.field,
  .upload-field .field {
    display: block;
    margin-bottom: 0; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
  .image.is-inline {
    display: inline-block; }
  .image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-26x26 {
    height: 26px;
    width: 26px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.notification {
  background-color: #fff;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  position: relative;
  border-radius: 6px; }
  .notification:not(:last-child) {
    margin-bottom: 1rem; }
  .notification a:not(.button) {
    color: currentColor;
    text-decoration: underline; }
  .notification strong {
    color: currentColor; }
  .notification code,
  .notification pre {
    background: #fff; }
  .notification pre code {
    background: transparent; }
  .notification > .delete {
    position: absolute;
    right: 0.5em;
    top: 0.5em; }
  .notification .title,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }
  .notification.is-small {
    font-size: .75rem; }
  .notification.u-vert {
    display: flex;
    align-items: center; }
  .notification .icon:first-child {
    margin-right: 10px; }
  .notification .icon:last-child {
    margin-right: 10px; }
  .notification.is-white {
    background-color: #fff;
    color: #ebedf0; }
  .notification.is-black {
    background-color: #000000;
    color: #fff; }
  .notification.is-light {
    background-color: #ebedf0;
    color: #ebedf0; }
  .notification.is-dark {
    background-color: #ebedf0;
    color: #ebedf0; }
  .notification.is-darker {
    background-color: #c3c3c3;
    color: #ebedf0; }
  .notification.is-darkest {
    background-color: #8d8d8d;
    color: #c3c3c3; }
  .notification.is-tertiary {
    background-color: #a4418e;
    color: #862b72; }
  .notification.is-secondary {
    background-color: #488fb1;
    color: #3b7aaa; }
  .notification.is-secondary-dark {
    background-color: #3b7aaa;
    color: #21669b; }
  .notification.is-primary {
    background-color: #078834;
    color: #066d2a; }
  .notification.is-primary-dark {
    background-color: #066d2a;
    color: #073618; }
  .notification.is-primary-darker {
    background-color: #073618;
    color: #fff; }
  .notification.is-info {
    background-color: #dde7ef;
    color: #477398; }
  .notification.is-success {
    background-color: #4b9f41;
    color: #4e8f46; }
  .notification.is-warning {
    background-color: #ffdd57;
    color: #eadf83; }
  .notification.is-warning-dark {
    background-color: #eadf83;
    color: #f4e461; }
  .notification.is-warning-darker {
    background-color: #f4e461;
    color: #e6d444; }
  .notification.is-danger {
    background-color: #d53535;
    color: #d14545; }
  .werk-plus-zorg .notification.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .notification.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .notification.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .notification.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .notification.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .notification.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .notification.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .notification.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .notification.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .notification.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .notification.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .notification.is-tertiary-darkest {
    background-color: #464b05; }

.c-notification.has-icon > svg {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 1;
  width: 24px;
  height: 24px;
  fill: currentColor; }

.c-notification.has-icon {
  padding-left: 60px;
  position: relative; }

.c-notification.is-warning {
  background-color: #ffdd57;
  border: solid 1px #eae3a4;
  border-color: #eadf83; }

.c-notification.is-danger {
  background-color: #d53535;
  border-color: #d14545;
  color: #fff; }

.c-notification.is-success {
  background-color: #4b9f41;
  border-color: #4e8f46;
  color: #fff; }

.c-notification.is-info {
  background-color: #dde7ef;
  border-color: #dde7ef;
  color: #1d477b; }

.c-notification.is-success .content p,
.c-notification.is-danger .content p {
  color: #fff; }

.c-notification p {
  line-height: 26px;
  font-family: OpenSans-SemiBold; }

.c-notification.is-info.has-icon > svg {
  color: #477398; }

.c-notification.is-success.has-icon > svg,
.c-notification.is-danger.has-icon > svg {
  color: #ffffff; }

.c-notification.is-warning.has-icon > svg {
  color: #d8c26f; }

.c-notification.is-helptext {
  padding: 0;
  border-color: transparent; }

.c-notification .content .is-danger {
  color: #d53535; }

.c-notification {
  width: 100%;
  margin-right: 40px;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  background-color: #fff;
  border-color: #ccc; }
  .c-notification.is-floating {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: TranslateX(-50%);
    z-index: 1000;
    width: 100%; }
  .c-notification.is-medium {
    max-width: 750px; }

@media (min-width: 2100px) {
  .c-notification {
    max-width: 1800px; } }

@media (min-width: 2600px) {
  .c-notification {
    max-width: 2200px; } }

.toast-notification p {
  margin: 0;
  padding-top: 10px;
  color: inherit;
  font-size: 20px; }

.toast-notification svg {
  color: inherit;
  fill: currentColor;
  width: 80px;
  height: 80px; }

.toast-notification.is-success {
  background-color: #60934c;
  color: #fff; }

.toast-notification {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 80px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-timing-function: cubic-bezier(0.89, 0.05, 0.13, 1.09);
  transition-duration: 400ms;
  transition-delay: 0 200ms;
  text-align: center; }

.toast-notification.is-active {
  opacity: 1;
  visibility: visible; }

.notification__container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000000;
  padding: 20px; }

.c-notification .content:not(:last-child) {
  margin-bottom: 0; }

.table {
  background-color: #fff;
  color: #000;
  width: 100%;
  font-size: 14px; }
  .table:not(:last-child) {
    margin-bottom: 1rem; }
  .table td,
  .table th {
    border: 1px solid whitesmoke;
    border-width: 0 0 1px;
    padding: 1em 0.75em;
    vertical-align: middle; }
    .table td.is-white,
    .table th.is-white {
      background-color: #fff;
      border-color: #fff;
      color: #ebedf0; }
    .table td.is-black,
    .table th.is-black {
      background-color: #000000;
      border-color: #000000;
      color: #fff; }
    .table td.is-light,
    .table th.is-light {
      background-color: #ebedf0;
      border-color: #ebedf0;
      color: #ebedf0; }
    .table td.is-dark,
    .table th.is-dark {
      background-color: #ebedf0;
      border-color: #ebedf0;
      color: #ebedf0; }
    .table td.is-darker,
    .table th.is-darker {
      background-color: #c3c3c3;
      border-color: #c3c3c3;
      color: #ebedf0; }
    .table td.is-darkest,
    .table th.is-darkest {
      background-color: #8d8d8d;
      border-color: #8d8d8d;
      color: #c3c3c3; }
    .table td.is-tertiary,
    .table th.is-tertiary {
      background-color: #a4418e;
      border-color: #a4418e;
      color: #862b72; }
    .table td.is-secondary,
    .table th.is-secondary {
      background-color: #488fb1;
      border-color: #488fb1;
      color: #3b7aaa; }
    .table td.is-secondary-dark,
    .table th.is-secondary-dark {
      background-color: #3b7aaa;
      border-color: #3b7aaa;
      color: #21669b; }
    .table td.is-primary,
    .table th.is-primary {
      background-color: #078834;
      border-color: #078834;
      color: #066d2a; }
    .table td.is-primary-dark,
    .table th.is-primary-dark {
      background-color: #066d2a;
      border-color: #066d2a;
      color: #073618; }
    .table td.is-primary-darker,
    .table th.is-primary-darker {
      background-color: #073618;
      border-color: #073618;
      color: #fff; }
    .table td.is-info,
    .table th.is-info {
      background-color: #dde7ef;
      border-color: #dde7ef;
      color: #477398; }
    .table td.is-success,
    .table th.is-success {
      background-color: #4b9f41;
      border-color: #4b9f41;
      color: #4e8f46; }
    .table td.is-warning,
    .table th.is-warning {
      background-color: #ffdd57;
      border-color: #ffdd57;
      color: #eadf83; }
    .table td.is-warning-dark,
    .table th.is-warning-dark {
      background-color: #eadf83;
      border-color: #eadf83;
      color: #f4e461; }
    .table td.is-warning-darker,
    .table th.is-warning-darker {
      background-color: #f4e461;
      border-color: #f4e461;
      color: #e6d444; }
    .table td.is-danger,
    .table th.is-danger {
      background-color: #d53535;
      border-color: #d53535;
      color: #d14545; }
    .werk-plus-zorg .table td.is-primary, .werk-plus-zorg
    .table th.is-primary {
      background-color: #192750; }
    .werk-plus-zorg .table td.is-primary-dark, .werk-plus-zorg
    .table th.is-primary-dark {
      background-color: #0d183a; }
    .werk-plus-zorg .table td.is-primary-darker, .werk-plus-zorg
    .table th.is-primary-darker {
      background-color: #060e27; }
    .werk-plus-zorg .table td.is-primary-darkest, .werk-plus-zorg
    .table th.is-primary-darkest {
      background-color: #00040e; }
    .werk-plus-zorg .table td.is-secondary, .werk-plus-zorg
    .table th.is-secondary {
      background-color: #6e92c7; }
    .werk-plus-zorg .table td.is-secondary-dark, .werk-plus-zorg
    .table th.is-secondary-dark {
      background-color: #476ca3; }
    .werk-plus-zorg .table td.is-secondary-darker, .werk-plus-zorg
    .table th.is-secondary-darker {
      background-color: #294e85; }
    .werk-plus-zorg .table td.is-secondary-darkest, .werk-plus-zorg
    .table th.is-secondary-darkest {
      background-color: #13366b; }
    .werk-plus-zorg .table td.is-tertiary, .werk-plus-zorg
    .table th.is-tertiary {
      background-color: #c4ce33; }
    .werk-plus-zorg .table td.is-tertiary-dark, .werk-plus-zorg
    .table th.is-tertiary-dark {
      background-color: #8a9215; }
    .werk-plus-zorg .table td.is-tertiary-darker, .werk-plus-zorg
    .table th.is-tertiary-darker {
      background-color: #6c7409; }
    .werk-plus-zorg .table td.is-tertiary-darkest, .werk-plus-zorg
    .table th.is-tertiary-darkest {
      background-color: #464b05; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
  .table th {
    color: #8d8d8d;
    text-align: left; }
  .table tr {
    /*&:hover {
			background-color: $table-row-hover-background-color;
		}*/ }
    .table tr.is-selected {
      background-color: #ffeec0;
      color: #000; }
      .table tr.is-selected a,
      .table tr.is-selected strong {
        color: currentColor; }
      .table tr.is-selected td,
      .table tr.is-selected th {
        border-color: #000;
        color: currentColor; }
  .table thead td,
  .table thead th {
    border-width: 0 0 2px;
    color: #ebedf0; }
  .table tfoot td,
  .table tfoot th {
    border-width: 2px 0 0;
    color: #8d8d8d; }
  .table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom-width: 0; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-fullwidth {
    width: 100%; }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }
    .table.is-striped tbody tr:not(.is-selected):nth-child(even):hover {
      background-color: whitesmoke; }

body .b-table thead th {
  padding-top: 15px;
  padding-bottom: 15px; }

body .b-table.is-selectable tbody tr:hover td {
  background-color: #f8fafc; }

body .b-table.is-selectable tbody tr {
  cursor: pointer; }

body .b-table tbody tr.is-checked:hover td {
  background-color: #f8d168; }

body .b-table td,
body .b-table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

body .b-table th.checkbox-cell {
  margin-left: 4px; }

body .b-table .table th.checkbox-cell .checkbox {
  margin-left: 1px; }

html body .b-table thead th {
  background-color: transparent; }

.subtitle,
.title {
  font-family: "OpenSans-Bold", sans-serif; }

.title {
  margin: 0 0 20px 0; }

.title.is-narrow {
  margin: 0 0 10px 0; }

.subtitle .is-1,
.title .is-1 {
  font-size: 32px;
  letter-spacing: -1px; }

.subtitle.is-2,
.title.is-2 {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -1px; }

.subtitle.is-3,
.title.is-3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px; }

.subtitle.is-4,
.title.is-4 {
  font-size: 20px; }

.subtitle.is-5,
.title.is-5 {
  font-size: 16px; }

/*$container-offset: 60px !default;

.container {
	margin: 0 auto;
	position: relative;

	&.is-left-aligned {
		margin: 0;
	}

	@include from($desktop + $container-offset) {
		max-width: $desktop - 2 * $gap;
		width: $desktop - 2 * $gap;

		&.is-fluid {
			margin-left: $gap;
			margin-right: $gap;
			max-width: none;
			width: auto;
		}
	}


	@include until($widescreen + $container-offset) {
		&.is-widescreen {
			max-width: $widescreen - 2 * $gap;
			width: auto;
		}
	}


	@include until($fullhd + $container-offset) {
		&.is-fullhd {
			max-width: $fullhd - 2 * $gap;
			width: auto;
		}
	}


	@include from($widescreen + $container-offset) {
		max-width: $widescreen - 2 * $gap;
		width: $widescreen - 2 * $gap;
	}


	@include from($fullhd + $container-offset) {
		max-width: $fullhd - 2 * $gap;
		width: $fullhd - 2 * $gap;
	}
}*/
.tags {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .tags .tag {
    margin-bottom: 0; }
    .tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
  .tags:last-child {
    margin-bottom: -0.5rem; }
  .tags:not(:last-child) {
    margin-bottom: 1rem; }
  .tags.has-addons .tag {
    margin-right: 0; }
    .tags.has-addons .tag:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.tag {
  align-items: center;
  background-color: #f8fafc;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-flex;
  font-size: 0.8rem;
  min-height: 2em;
  justify-content: center;
  line-height: 1;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap; }
  .tag .delete {
    margin-left: 0.25em;
    margin-right: -0.375em; }
  .tag.is-white {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8); }
  .tag.is-black {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-light {
    background-color: #ebedf0;
    color: rgba(0, 0, 0, 0.8); }
  .tag.is-dark {
    background-color: #ebedf0;
    color: rgba(0, 0, 0, 0.8); }
  .tag.is-darker {
    background-color: #c3c3c3;
    color: rgba(0, 0, 0, 0.8); }
  .tag.is-darkest {
    background-color: #8d8d8d;
    color: rgba(0, 0, 0, 0.8); }
  .tag.is-tertiary {
    background-color: #a4418e;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-secondary {
    background-color: #488fb1;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-secondary-dark {
    background-color: #3b7aaa;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-primary {
    background-color: #078834;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-primary-dark {
    background-color: #066d2a;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-primary-darker {
    background-color: #073618;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-info {
    background-color: #dde7ef;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-success {
    background-color: #4b9f41;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-warning {
    background-color: #ffdd57;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-warning-dark {
    background-color: #eadf83;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-warning-darker {
    background-color: #f4e461;
    color: rgba(255, 255, 255, 0.8); }
  .tag.is-danger {
    background-color: #d53535;
    color: rgba(255, 255, 255, 0.8); }
  .werk-plus-zorg .tag.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .tag.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .tag.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .tag.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .tag.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .tag.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .tag.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .tag.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .tag.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .tag.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .tag.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .tag.is-tertiary-darkest {
    background-color: #464b05; }
  .tag.is-small {
    min-height: 18px;
    font-size: 10px; }
  .tag.is-medium {
    font-size: 1rem; }
  .tag.is-large {
    font-size: 1.25rem; }
  .tag.is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
    .tag.is-delete:before, .tag.is-delete:after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
    .tag.is-delete:before {
      height: 1px;
      width: 50%; }
    .tag.is-delete:after {
      height: 50%;
      width: 1px; }
    .tag.is-delete:hover, .tag.is-delete:focus {
      background-color: #e6edf4; }
    .tag.is-delete:active {
      background-color: #d4e1ed; }
    .tag.is-delete.is-rounded {
      border-radius: 290486px; }

a.tag:hover {
  text-decoration: underline; }

.level {
  align-items: center;
  justify-content: space-between;
  flex: 1; }
  .level:not(:last-child) {
    margin-bottom: .5rem; }
  .level code {
    border-radius: 6px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: flex; }
    .level.is-mobile .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item:not(:last-child) {
      margin-bottom: 0; }
    .level.is-mobile .level-item:not(.is-narrow) {
      flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level {
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        flex-grow: 1; } }

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center; }
  .level-item .title,
  .level-item .subtitle {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
      margin-bottom: 0.75rem; } }

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem; }
  .level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    flex-grow: 1; }

.level-left {
  align-items: center;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .level-left + .level-right {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .level-left {
      display: flex; } }

.level-right {
  align-items: center;
  justify-content: flex-end; }
  @media screen and (min-width: 769px), print {
    .level-right {
      display: flex; } }

.blob {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #fff;
  color: #000000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0; }
  .blob.is-info {
    background-color: #dde7ef;
    color: #fff; }
  .blob.is-light {
    background-color: #ebedf0;
    color: #ebedf0; }
  .blob.is-white {
    background-color: #fff;
    color: #ebedf0; }
  .blob.is-black {
    background-color: #000000;
    color: #fff; }
  .blob.is-light {
    background-color: #ebedf0;
    color: #ebedf0; }
  .blob.is-dark {
    background-color: #ebedf0;
    color: #ebedf0; }
  .blob.is-darker {
    background-color: #c3c3c3;
    color: #ebedf0; }
  .blob.is-darkest {
    background-color: #8d8d8d;
    color: #c3c3c3; }
  .blob.is-tertiary {
    background-color: #a4418e;
    color: #862b72; }
  .blob.is-secondary {
    background-color: #488fb1;
    color: #3b7aaa; }
  .blob.is-secondary-dark {
    background-color: #3b7aaa;
    color: #21669b; }
  .blob.is-primary {
    background-color: #078834;
    color: #066d2a; }
  .blob.is-primary-dark {
    background-color: #066d2a;
    color: #073618; }
  .blob.is-primary-darker {
    background-color: #073618;
    color: #fff; }
  .blob.is-info {
    background-color: #dde7ef;
    color: #477398; }
  .blob.is-success {
    background-color: #4b9f41;
    color: #4e8f46; }
  .blob.is-warning {
    background-color: #ffdd57;
    color: #eadf83; }
  .blob.is-warning-dark {
    background-color: #eadf83;
    color: #f4e461; }
  .blob.is-warning-darker {
    background-color: #f4e461;
    color: #e6d444; }
  .blob.is-danger {
    background-color: #d53535;
    color: #d14545; }
  .werk-plus-zorg .blob.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .blob.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .blob.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .blob.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .blob.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .blob.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .blob.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .blob.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .blob.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .blob.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .blob.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .blob.is-tertiary-darkest {
    background-color: #464b05; }
  .blob.is-small {
    width: 28px;
    height: 28px; }
  .blob.is-medium {
    width: 38px;
    height: 38px; }
  .blob.is-large {
    width: 42px;
    height: 42px; }

.fieldset__error, .fieldset__body {
  width: 100%; }

.fieldset__error {
  color: #d53535;
  font-weight: 600; }
  .fieldset__error:empty {
    display: none; }

.fieldset__title .title {
  font-size: 1rem;
  font-weight: 600; }

.fieldset__head {
  position: sticky;
  display: flex;
  z-index: 2;
  flex-direction: row;
  align-items: flex-start; }

.fieldset__actions {
  flex: 0 0 auto;
  z-index: 2;
  margin-left: auto; }

.fieldset__body {
  flex: 1 0 auto;
  padding: 1rem 0; }

.fieldset {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.value-type__title {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: bold; }

.circle {
  width: 2rem;
  height: 2rem;
  align-items: center;
  background-color: #f8fafc;
  border-radius: 6px;
  color: #000000;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  border-radius: 290486px; }
  .circle.is-white {
    background-color: #fff;
    color: #ebedf0; }
  .circle.is-black {
    background-color: #000000;
    color: #fff; }
  .circle.is-light {
    background-color: #ebedf0;
    color: #ebedf0; }
  .circle.is-dark {
    background-color: #ebedf0;
    color: #ebedf0; }
  .circle.is-darker {
    background-color: #c3c3c3;
    color: #ebedf0; }
  .circle.is-darkest {
    background-color: #8d8d8d;
    color: #c3c3c3; }
  .circle.is-tertiary {
    background-color: #a4418e;
    color: #862b72; }
  .circle.is-secondary {
    background-color: #488fb1;
    color: #3b7aaa; }
  .circle.is-secondary-dark {
    background-color: #3b7aaa;
    color: #21669b; }
  .circle.is-primary {
    background-color: #078834;
    color: #066d2a; }
  .circle.is-primary-dark {
    background-color: #066d2a;
    color: #073618; }
  .circle.is-primary-darker {
    background-color: #073618;
    color: #fff; }
  .circle.is-info {
    background-color: #dde7ef;
    color: #477398; }
  .circle.is-success {
    background-color: #4b9f41;
    color: #4e8f46; }
  .circle.is-warning {
    background-color: #ffdd57;
    color: #eadf83; }
  .circle.is-warning-dark {
    background-color: #eadf83;
    color: #f4e461; }
  .circle.is-warning-darker {
    background-color: #f4e461;
    color: #e6d444; }
  .circle.is-danger {
    background-color: #d53535;
    color: #d14545; }
  .werk-plus-zorg .circle.is-primary {
    background-color: #192750; }
  .werk-plus-zorg .circle.is-primary-dark {
    background-color: #0d183a; }
  .werk-plus-zorg .circle.is-primary-darker {
    background-color: #060e27; }
  .werk-plus-zorg .circle.is-primary-darkest {
    background-color: #00040e; }
  .werk-plus-zorg .circle.is-secondary {
    background-color: #6e92c7; }
  .werk-plus-zorg .circle.is-secondary-dark {
    background-color: #476ca3; }
  .werk-plus-zorg .circle.is-secondary-darker {
    background-color: #294e85; }
  .werk-plus-zorg .circle.is-secondary-darkest {
    background-color: #13366b; }
  .werk-plus-zorg .circle.is-tertiary {
    background-color: #c4ce33; }
  .werk-plus-zorg .circle.is-tertiary-dark {
    background-color: #8a9215; }
  .werk-plus-zorg .circle.is-tertiary-darker {
    background-color: #6c7409; }
  .werk-plus-zorg .circle.is-tertiary-darkest {
    background-color: #464b05; }
  .circle.is-small {
    width: 1.5rem;
    height: 1.5rem; }
  .circle.is-medium {
    width: 2.5rem;
    height: 2.5rem; }
  .circle.is-large {
    width: 3rem;
    height: 3rem; }

a.circle:hover {
  text-decoration: underline; }

.pager-loader {
  width: 16px;
  height: 16px;
  position: relative;
  color: #000000;
  margin-right: 1rem; }
  .pager-loader.is-loading::after {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #999;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 500ms linear infinite;
    content: '';
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    border-color: transparent transparent #ebedf0 #ebedf0 !important; }

.pager {
  display: inline-flex;
  align-items: center; }

.widget-head {
  padding: 1rem 1.5rem 1rem 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  background-color: #f8fafc; }

.widget-error {
  background-color: #d53535;
  color: #fff;
  padding: 1rem;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 1rem; }
  .widget-error ul {
    list-style: disc;
    margin-left: 1.5rem; }

.widget-title .title {
  font-size: 1.2rem; }

.widget-actions {
  margin-left: auto;
  display: flex;
  align-items: center; }

.widget-body {
  padding: 2rem 1.5rem 1.5rem 1.5rem; }

.widget__wrap.is-tiles {
  display: flex;
  flex: 1 1 auto; }
  .widget__wrap.is-tiles .widget {
    display: flex;
    flex: 1 1 auto; }

.widget__wrap > *:last-child.widget, .widget__wrap > *:last-child .widget {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.widget__wrap:not(:last-child) {
  margin-bottom: 20px; }

.widget {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15); }
  .widget:not(:last-child) {
    margin-bottom: 20px; }

.legenda li {
  display: flex;
  align-items: center;
  align-content: center; }

.legenda li p {
  line-height: 0; }

.strength.is-square {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  margin: 6px;
  display: inline-block; }

.strength.is-strongest {
  background-color: green; }

.strength.is-stronger {
  background-color: yellow; }

.strength.is-strong {
  background-color: orange; }

.strength.is-weak {
  background-color: blue; }

.strength.is-weaker {
  background-color: red; }

.strength.is-weakest {
  background-color: brown; }

.texts.comma-seperated .text:not(:first-child):before {
  content: ', '; }

.link {
  text-decoration: underline; }

.link:hover {
  text-decoration: none; }

.radio-field {
  display: inline; }
  .radio-field.vertical {
    display: flex;
    flex-direction: column; }
    .radio-field.vertical .b-radio.radio + .radio {
      margin-left: unset; }
    .radio-field.vertical .b-radio.radio:not(:last-child) {
      margin-bottom: .75rem; }

.block:not(:last-child), .icon-list:not(:last-child), .c-collection:not(:last-child), .c-collection-wrapper:not(:last-child) {
  margin-bottom: 1rem; }

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  outline: none;
  position: relative;
  vertical-align: top; }
  .delete:before, .delete:after {
    background-color: #000000;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -25%;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 50%; }
  .delete:before {
    transform: rotate(45deg); }
  .delete:after {
    transform: rotate(-45deg); }
  .delete.is-small {
    height: 16px;
    width: 16px; }
  .delete.is-medium {
    height: 32px;
    width: 32px; }
  .delete.is-large {
    height: 50px;
    width: 50px; }

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
  .highlight:not(:last-child) {
    margin-bottom: 1rem; }
  .highlight pre {
    overflow: auto;
    max-width: 100%; }

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #999;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 500ms linear infinite;
  content: '';
  display: block; }

.number {
  align-items: center;
  background-color: #fff;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }

.u-vert {
  display: inline-flex;
  align-items: center; }
  .u-vert--block {
    display: flex; }
    .u-vert--block .icon:not(:last-child) {
      margin-right: .5rem; }
    .u-vert--block .icon:not(:first-child) {
      margin-left: .5rem; }
  .u-vert .icon:not(:last-child) {
    margin-right: .5rem; }
  .u-vert .icon:not(:first-child) {
    margin-left: .5rem; }

.bs-scrollbar {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .bs-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .bs-scrollbar::-webkit-scrollbar-track {
    background-color: #f8fafc; }
  .bs-scrollbar::-webkit-scrollbar-thumb {
    background: #888; }
  .bs-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555; }

.badge {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  line-height: 18px;
  text-align: center;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0; }
  .badge.is-danger {
    background-color: #d53535;
    color: #fff; }

.column {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; }
    .column.is-order-1 {
      order: 1; }
    .column.is-order-2 {
      order: 2; }
    .column.is-order-3 {
      order: 3; } }
  @media screen and (min-width: 1280px) {
    .column.is-order-1-widescreen {
      order: 1; }
    .column.is-order-2-widescreen {
      order: 2; }
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }

.columns {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px; }
  .columns:last-child {
    margin-bottom: -10px; }
  .columns:not(:last-child) {
    margin-bottom: 10px; }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 20px; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0; }
  .columns.is-padded {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  .columns.is-gapless-bottom {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .columns.is-gapless-mobile {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; }
      .columns.is-gapless-mobile:last-child {
        margin-bottom: 0; }
      .columns.is-gapless-mobile:not(:last-child) {
        margin-bottom: 20px; }
      .columns.is-gapless-mobile > .column {
        margin: 0;
        padding: 0; } }
  .columns.is-tiles > .column {
    flex: none;
    display: flex;
    flex-direction: column; }
  @media screen and (min-width: 769px), print {
    .columns.is-grid {
      flex-wrap: wrap; }
      .columns.is-grid > .column {
        max-width: 33.3333%;
        padding: 10px;
        width: 33.3333%; }
        .columns.is-grid > .column + .column {
          margin-left: 0; } }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }

.tile {
  align-items: stretch;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px; }
    .tile.is-ancestor:last-child {
      margin-bottom: -10px; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 10px; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 10px; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 20px !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

.bs-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  list-style: none;
  border-radius: 6px; }
  .bs-list.bs-dense {
    padding: 4px 0; }
    .bs-list.bs-dense .bs-list-item.bs-inset .bs-list-item-container {
      padding-left: 72px; }
    .bs-list.bs-dense .bs-list-item .bs-list-item-container {
      min-height: 40px;
      font-size: 13px; }
      .bs-list.bs-dense .bs-list-item .bs-list-item-container .bs-list-action:first-child {
        margin-right: 24px; }
  .bs-list {
    background-color: #fff;
    color: #000000; }

.bs-list-item {
  height: auto;
  position: relative;
  z-index: 2; }
  .bs-list-item.bs-disabled {
    cursor: default;
    pointer-events: none; }
  .bs-list-item .bs-button-ghost {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border: none;
    background-color: transparent;
    border-radius: 0; }
    .bs-list-item .bs-button-ghost:hover {
      background-color: rgba(0, 0, 0, 0.02); }
  .bs-list-item .bs-button:not(.bs-button-ghost):not(.bs-list-item-container) {
    position: relative;
    z-index: 2; }
    .bs-list-item .bs-button:not(.bs-button-ghost):not(.bs-list-item-container) .bs-icon {
      position: relative; }
  .bs-list-item .bs-list-item-container {
    margin: 0;
    padding: .8rem 1.5rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: none; }
    .bs-list-item .bs-list-item-container:hover {
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.02); }
    .bs-list-item .bs-list-item-container .icon:first-child {
      margin-right: .5rem; }
  .bs-list-item .bs-divider {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05); }
    .bs-list-item .bs-divider:first-child {
      top: 0; }
    .bs-list-item .bs-divider:last-child {
      bottom: 0; }

.c-menu {
  font-size: 14px; }

.c-menu-list {
  line-height: 1.25; }
  .c-menu-list a {
    border-radius: 1px;
    color: #000000;
    display: block;
    padding: 0.5em 0.75em; }
    .c-menu-list a:hover {
      background-color: #fff;
      color: #8d8d8d; }
    .c-menu-list a.is-active {
      background-color: #078834;
      color: #fff; }
      .werk-plus-zorg .c-menu-list a.is-active {
        background-color: #192750;
        color: #fff; }
  .c-menu-list li {
    list-style: none; }
    .c-menu-list li ul {
      border-left: 1px solid #eaedf3;
      margin: 0.75em;
      padding-left: 0.75em; }

.c-menu-label {
  color: #ebedf0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700; }
  .c-menu-label:not(:first-child) {
    margin-top: 1em; }
  .c-menu-label:not(:last-child) {
    margin-bottom: 1em; }

.bs-menu-popout {
  display: inline-block; }

.bs-menu-popout-content {
  width: 224px;
  min-width: 84px;
  max-width: 392px;
  min-height: 1px;
  max-height: calc(100vh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 2200;
  transform: scale(0.9, 0.85) translateZ(0);
  box-shadow: 0 0 60px 0 #E4E7EB;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, opacity, width;
  outline: none;
  margin: 0;
  margin-top: -20px;
  margin-left: -2px;
  transform-origin: top left;
  border-radius: 10px;
  padding: 1rem 0;
  background-color: #fff; }
  .bs-menu-popout-content.bs-active {
    margin-top: -11px; }
  .bs-menu-popout-content.bs-active {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1) translateZ(0);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .bs-menu-popout-content.bs-active .bs-list {
      opacity: 1;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .bs-menu-popout-content .bs-list {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.bs-menu-popout-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2em; }
  .bs-menu-popout-item[disabled] {
    cursor: default; }
  .bs-menu-popout-item .bs-list-item-holder {
    overflow: hidden;
    text-overflow: ellipsis; }

.bs-menu-popout-backdrop {
  z-index: 130; }

.c-picker-single__row {
  font-size: 13px;
  border-bottom: 1px solid #eaedf3;
  padding: .5rem 1rem;
  cursor: pointer;
  background-color: #fff;
  transition: all ease-out 86ms; }
  .c-picker-single__row:hover {
    background-color: #fafafa; }

.c-picker-single__link {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }
  .c-picker-single__link .title {
    font-size: .9rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 1.5rem; }
    .c-picker-single__link .title + .subtitle {
      margin-top: -1.2rem; }
  .c-picker-single__link .subtitle {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #ebedf0; }

.c-picker-multi__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 13px;
  cursor: pointer;
  border-bottom: 1px solid #eaedf3;
  transition: all ease-out 86ms; }
  .c-picker-multi__row.is-head {
    font-weight: 700;
    color: #ebedf0; }
  .c-picker-multi__row.is-body {
    background-color: #fff; }
    .c-picker-multi__row.is-body:hover {
      background-color: #fafafa; }

.c-picker-multi__column {
  flex: 1 1 auto;
  padding: 10px 0 10px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center; }
  .c-picker-multi__column.is-icon {
    justify-content: center;
    width: 72px; }
  .c-picker-multi__column.is-name {
    width: 50%; }
  .c-picker-multi__column.is-type {
    width: 50%; }
  .c-picker-multi__column.is-detail {
    text-align: center;
    width: 72px; }

.c-collection-head {
  display: flex;
  flex-direction: row; }

.c-collection-head__item:last-child {
  margin-left: auto; }

.c-collection-head__item .title {
  font-size: 22px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 1.5rem; }
  .c-collection-head__item .title + .subtitle {
    margin-top: -1.2rem; }

.c-collection-head__item .subtitle {
  margin-bottom: 0;
  font-size: 14px;
  color: #ebedf0; }

.c-collection {
  padding: 2rem;
  border: 1px solid #eaedf3;
  background-color: #fff;
  border-radius: 6px;
  transition: all ease-out 86ms;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04); }

.select--fullwidth .select,
.select--fullwidth select {
  width: 100%; }

.select select option {
  color: #000000 !important; }

.select.is-empty select {
  color: #999 !important; }

.bs-select {
  background-color: #fff;
  border-color: #8d8d8d;
  color: #000;
  width: 100%;
  min-width: 128px;
  height: 32px;
  position: relative; }
  .bs-select:hover, .bs-select.is-hovered {
    border-color: #8d8d8d; }
  .bs-select:focus, .bs-select.is-focused, .bs-select:active, .bs-select.is-active {
    border-color: #078834; }
    .werk-plus-zorg .bs-select:focus, .werk-plus-zorg .bs-select.is-focused, .werk-plus-zorg .bs-select:active, .werk-plus-zorg .bs-select.is-active {
      border-color: #192750; }
  .bs-select[disabled] {
    background-color: #fafafa;
    border-color: whitesmoke;
    box-shadow: none;
    color: #ebedf0;
    color: #999; }
    .bs-select[disabled]::-moz-placeholder {
      color: #999; }
    .bs-select[disabled]::-webkit-input-placeholder {
      color: #999; }
    .bs-select[disabled]:-moz-placeholder {
      color: #999; }
    .bs-select[disabled]:-ms-input-placeholder {
      color: #999; }
  .bs-select::-moz-placeholder {
    color: #999; }
  .bs-select::-webkit-input-placeholder {
    color: #999; }
  .bs-select:-moz-placeholder {
    color: #999; }
  .bs-select:-ms-input-placeholder {
    color: #999; }
  .bs-select[readonly], .bs-select[readonly]:hover, .bs-select[readonly]:active, .bs-select[readonly]:focus {
    cursor: default;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #ebedf0; }
  .bs-select:hover {
    border-color: #078834; }
    .werk-plus-zorg .bs-select:hover {
      border-color: #192750; }
  .bs-select:focus {
    outline: none; }
  .bs-select:not(.bs-select-icon):after {
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
    content: " ";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNyAxNS45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDE1Ljk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojOTk5Njk2O308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCw5LjkgMy41LDEzLjIgNyw5LjkgIi8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI3LDUuOSAzLjUsMi43IDAsNS45ICIvPjwvc3ZnPg==);
    display: block;
    position: absolute;
    width: 7px;
    height: 16px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%); }
  .bs-select.bs-active .bs-select-menu {
    top: -8px;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(-8px) scale3D(1, 1, 1);
    transform-origin: center top;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 0.25s;
    transition-property: opacity, transform, top; }
    .bs-select.bs-active .bs-select-menu > * {
      opacity: 1;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition-duration: 0.15s;
      transition-delay: 0.1s; }
  .bs-select.bs-disabled {
    pointer-events: none;
    user-select: none;
    user-drag: none; }
  .bs-select select {
    position: absolute;
    left: -999em; }
  .bs-select .bs-menu {
    width: 100%;
    height: 32px;
    display: block;
    position: relative; }
  .bs-select .bs-select-value {
    width: 100%;
    height: 32px;
    padding-right: 24px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    line-height: 33px;
    text-overflow: ellipsis; }
  .bs-select .bs-subheader {
    color: rgba(117, 117, 117, 0.87);
    text-transform: uppercase; }
    .bs-select .bs-subheader:first-child {
      margin-top: -8px; }
  .bs-select .bs-menu-popout {
    flex: 1 1 auto; }

.bs-select-content {
  width: auto;
  max-height: 256px; }
  .bs-select-content.bs-direction-bottom-right {
    margin-top: -15px;
    margin-left: -16px; }
  .bs-select-content .bs-option[disabled] {
    pointer-events: none;
    user-select: none;
    user-drag: none; }
  .bs-select-content .bs-menu-item .bs-list-item-holder {
    overflow: visible;
    justify-content: flex-start; }
  .bs-select-content.bs-multiple .bs-checkbox {
    margin: 0; }
  .bs-select-content.bs-multiple .bs-checkbox-label {
    padding-left: 16px;
    cursor: pointer; }

.bs-pager {
  height: 56px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  border-top: none;
  min-height: 48px; }

.bs-pager .pagination-previous {
  margin-right: 2px;
  margin-left: 18px; }

.bs-pager-select.md-direction-bottom-right {
  margin-top: -16px; }

.bs-pager-select .md-list-item-holder {
  font-size: 13px; }

.bs-pager .bs-select {
  width: auto;
  min-width: 36px;
  margin: 0 32px; }

.navbar-start {
  flex: 1 0 auto; }
  @media screen and (max-width: 768px) {
    .navbar-start {
      display: none; } }

.navbar-center {
  flex: 1 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .navbar-center {
      display: none; } }

.navbar-end {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .navbar-end {
      display: none; } }
  .navbar-end .navbar-item {
    display: flex;
    align-items: center;
    height: 100%; }
    .navbar-end .navbar-item:not(:first-child) {
      padding-left: 1rem; }
    .navbar-end .navbar-item:not(:last-child) {
      padding-right: 1rem; }
    .navbar-end .navbar-item.is-button:not(:first-child) {
      padding-left: 0; }
    .navbar-end .navbar-item.is-button:not(:last-child) {
      padding-right: 0; }
    .navbar-end .navbar-item:not(:last-child) {
      border-right: 1px solid #eaedf3; }
    .navbar-end .navbar-item .bs-menu-popout {
      flex: 1 0 auto;
      height: 100%; }
    .navbar-end .navbar-item .button {
      flex: 1 0 auto;
      height: 100%;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0; }
      .navbar-end .navbar-item .button.is-icon:hover, .navbar-end .navbar-item .button.is-icon:focus, .navbar-end .navbar-item .button.is-icon:active {
        background-color: rgba(0, 0, 0, 0.02); }

.navbar-item:not(:first-child) {
  padding-left: .5rem; }

.navbar-item:not(:last-child) {
  padding-right: .5rem; }

.navbar-item .tag {
  font-size: 10px;
  position: absolute;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  left: 50%;
  top: 50%;
  font-weight: 600;
  transform: translate3d(calc(-50% + 8px), calc(-50% - 8px), 0); }

.navbar-toggle {
  color: #000000;
  cursor: pointer;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
  display: none;
  margin-left: -1rem; }
  .navbar-toggle span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-toggle span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-toggle span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-toggle span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-toggle.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-toggle.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-toggle.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .navbar-toggle {
      display: block; } }

.navbar {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(234, 237, 243, 0.5);
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(234, 237, 243, 0.5); }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-head {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: .5rem; }

.media-actions {
  margin-left: auto; }

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left; }
  .media-content.is-danger {
    text-decoration: line-through; }
    .media-content.is-danger, .media-content.is-danger p, .media-content.is-danger strong, .media-content.is-danger a {
      color: #d53535; }

.bs-rich-text {
  background-color: #fff;
  border: 1px solid #e3e5e8; }
  .bs-rich-text .ql-toolbar {
    border: none;
    padding: 0;
    border-bottom: 1px solid #e3e5e8; }
    .bs-rich-text .ql-toolbar .ql-formats {
      margin: 0; }
      .bs-rich-text .ql-toolbar .ql-formats button {
        background: none;
        border: none;
        display: inline-flex;
        align-items: center;
        padding: 16px;
        width: auto;
        height: auto; }
        .bs-rich-text .ql-toolbar .ql-formats button svg {
          width: 16px;
          height: 16px; }
        .bs-rich-text .ql-toolbar .ql-formats button:hover {
          background-color: #d5d8dd;
          color: #29323d; }
      .bs-rich-text .ql-toolbar .ql-formats:not(:last-child),
      .bs-rich-text .ql-toolbar .ql-formats button:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .bs-rich-text .ql-container {
    border: none; }
  .bs-rich-text .ql-editor {
    min-height: 200px;
    font-size: 16px; }

.breadcrumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  white-space: nowrap; }
  .breadcrumb:not(:last-child) {
    margin-bottom: 1rem; }
  .breadcrumb a {
    align-items: center;
    color: #078834;
    display: flex;
    justify-content: center;
    padding: 0 0.75em; }
    .werk-plus-zorg .breadcrumb a {
      color: #192750; }
    .breadcrumb a:hover {
      color: #000; }
      .werk-plus-zorg .breadcrumb a:hover {
        color: #000; }
  .breadcrumb li {
    align-items: center;
    display: flex; }
    .breadcrumb li:first-child a {
      padding-left: 0; }
    .breadcrumb li a.is-active {
      color: #ebedf0;
      cursor: default;
      pointer-events: none; }
    .breadcrumb li + li::before {
      color: #f4f6fc;
      content: "\0002f"; }
  .breadcrumb ul,
  .breadcrumb ol {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .breadcrumb .icon:first-child {
    margin-right: 0.5em; }
  .breadcrumb .icon:last-child {
    margin-left: 0.5em; }
  .breadcrumb.is-centered ol,
  .breadcrumb.is-centered ul {
    justify-content: center; }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    justify-content: flex-end; }
  .breadcrumb.is-small {
    font-size: 0.8rem; }
  .breadcrumb.is-medium {
    font-size: 1.25rem; }
  .breadcrumb.is-large {
    font-size: 1.5rem; }
  .breadcrumb.has-arrow-separator li + li::before {
    content: "\02192"; }
  .breadcrumb.has-bullet-separator li + li::before {
    content: "\02022"; }
  .breadcrumb.has-dot-separator li + li::before {
    content: "\000b7"; }
  .breadcrumb.has-succeeds-separator li + li::before {
    content: "\0227B"; }

.c-breadcrumb__link:hover {
  text-decoration: underline; }

.c-breadcrumb__link {
  font-size: 13px;
  color: #343434;
  text-decoration: none; }

.c-breadcrumb__text {
  font-size: 13px;
  color: #343434;
  text-decoration: none; }

.c-breadcrumb__item + .c-breadcrumb__item:before {
  content: '/';
  margin-right: 5px;
  color: #343434; }

.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 10px; }

.c-breadcrumb {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px; }

.bs-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2100;
  pointer-events: none; }
  .bs-dialog > .bs-dialog-tabs,
  .bs-dialog > .bs-dialog-title,
  .bs-dialog > .bs-dialog-content,
  .bs-dialog > .bs-dialog-actions {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: opacity, transform;
    will-change: opacity, transform; }

.bs-dialog-enter-to > .bs-dialog-container {
  opacity: 1; }

.bs-dialog-enter > .bs-dialog-container {
  opacity: 0; }

.bs-dialog-enter-active,
.bs-dialog-leave-active {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9); }
  .bs-dialog-enter-active > .bs-dialog-tabs,
  .bs-dialog-enter-active > .bs-dialog-title,
  .bs-dialog-enter-active > .bs-dialog-content,
  .bs-dialog-enter-active > .bs-dialog-actions,
  .bs-dialog-leave-active > .bs-dialog-tabs,
  .bs-dialog-leave-active > .bs-dialog-title,
  .bs-dialog-leave-active > .bs-dialog-content,
  .bs-dialog-leave-active > .bs-dialog-actions {
    opacity: 0;
    transform: scale(0.95) translate3D(0, 10%, 0); }

.bs-dialog-container {
  display: flex;
  flex-flow: column;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
  min-width: 10vw;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  z-index: 2100;
  background-color: #fff;
  color: #000000;
  border-radius: 10px;
  backface-visibility: hidden;
  pointer-events: auto;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: opacity;
  will-change: opacity; }

.bs-dialog-fullscreen {
  max-width: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  transform: none; }
  .bs-dialog-fullscreen.bs-dialog-enter {
    opacity: 0;
    transform: translate3D(0, 30%, 0); }
  .bs-dialog-fullscreen.bs-dialog-leave-active {
    opacity: 0;
    transform: translate3D(0, 0, 0); }

.bs-dialog-actions {
  padding: 1rem 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative; }
  .bs-dialog-actions .button {
    margin: 0 .5rem; }
    .bs-dialog-actions .button:last-child {
      margin-right: 0; }
    .bs-dialog-actions .button:first-child {
      margin-left: 0; }

.bs-dialog-content {
  padding: 1rem 2rem;
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  position: relative; }
  .bs-dialog-content:first-child {
    padding-top: 1rem; }
  .bs-dialog-content p:first-child:not(:only-child) {
    margin-top: 0; }
  .bs-dialog-content p:last-child:not(:only-child) {
    margin-bottom: 0; }

.bs-dialog-title {
  margin-bottom: 1rem;
  padding: 2rem 2rem 0;
  font-weight: 700;
  font-size: 1.5rem; }

.bs-dialog-head {
  display: flex;
  align-items: center;
  padding: .5rem 1rem; }

.bs-dialog-head__title {
  font-weight: 300;
  font-size: 22px; }

.bs-dialog-main {
  padding: .5rem 1rem;
  background-color: #fafafa;
  border: 0 solid whitesmoke;
  border-width: 1px 0; }

.bs-dialog-head__options {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: auto; }

.bs-dialog-head__item {
  padding-left: 5px;
  padding-right: 5px; }

.tab-content {
  display: flex;
  flex: 1 1 auto; }

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs:not(:last-child) {
    margin-bottom: 1rem; }
  .tabs a {
    align-items: center;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #ebedf0;
    display: flex;
    justify-content: center;
    margin-bottom: -2px;
    padding: 0.5em 1em;
    vertical-align: top;
    font-weight: 600; }
    .tabs a:hover {
      border-bottom-color: #a4418e;
      color: #a4418e; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #a4418e;
      color: #a4418e; }
  .tabs ul {
    align-items: center;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      flex: none;
      justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      justify-content: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-centered ul {
    justify-content: center; }
  .tabs.is-right ul {
    justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0; }
    .tabs.is-boxed a:hover {
      background-color: #fff;
      border-bottom-color: #eaedf3; }
  .tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #eaedf3;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: #eaedf3;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: #fff;
      border-color: #f4f6fc;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 6px 0 0 6px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 6px 6px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #078834;
    border-color: #078834;
    color: #fff;
    z-index: 1; }
    .werk-plus-zorg .tabs.is-toggle li.is-active a {
      background-color: #192750;
      border-color: #192750;
      color: #fff; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.8rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.card {
  background-color: #fff;
  color: #000000;
  max-width: 100%;
  position: relative; }

.card-header-prefix {
  align-items: center;
  display: flex;
  margin-right: 1rem; }

.card-header {
  align-items: center;
  display: flex;
  align-content: center;
  padding: 1rem 1rem 0 1rem; }

.card-header-title {
  align-content: center;
  color: #8d8d8d;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: 700; }
  .card-header-title.is-centered {
    justify-content: center; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  padding: 1rem; }

.card .media:not(:last-child) {
  margin-bottom: 1rem; }

.card:not(:last-child) {
  border-bottom: 1px solid #eaedf3; }

.notifier-label {
  color: #ebedf0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700; }
  .notifier-label:not(:first-child) {
    margin-top: 4em; }
  .notifier-label:not(:last-child) {
    margin-bottom: 2em; }

.notifier-title {
  color: #8d8d8d;
  font-size: 1.5rem;
  font-weight: 700; }
  .notifier-title:not(:first-child) {
    margin-top: 4em; }
  .notifier-title:not(:last-child) {
    margin-bottom: 2em; }

.notifier-item a, .notifier-item p {
  font-weight: 600;
  color: #8d8d8d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px; }

.notifier-item a:hover {
  color: #000; }
  .werk-plus-zorg .notifier-item a:hover {
    color: #000; }

.notifier-item small {
  margin-top: 2px;
  font-weight: 400;
  display: block; }
  .notifier-item small, .notifier-item small a {
    font-size: 0.75rem; }
  .notifier-item small a {
    color: #078834; }
    .werk-plus-zorg .notifier-item small a {
      color: #192750; }

.notifier-item:not(:last-child) {
  margin-bottom: 2rem; }

.notifier {
  width: 100%;
  padding: 0 2rem;
  margin: 4rem 0; }

body .b-table thead th {
  background-color: #e0e4ec;
  color: #000;
  padding: 8px 10px; }

body .b-table tr.is-checked {
  background-color: #ffeec0;
  color: #000; }
  body .b-table tr.is-checked a,
  body .b-table tr.is-checked strong {
    color: currentColor; }
  body .b-table tr.is-checked td,
  body .b-table tr.is-checked th {
    border-color: #fff;
    color: currentColor; }

body .b-table .datepicker.control,
body .b-table .dropdown > .dropdown-trigger > .control {
  width: 100%; }

body .b-table .table th .th-wrap .icon {
  position: relative;
  font-size: 0.8rem;
  top: 5px; }

.bs-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 420px;
  padding: 36px;
  margin: 0 auto;
  position: relative;
  will-change: transform, opacity; }
  .bs-empty-state.bs-rounded {
    max-width: auto;
    border-radius: 50%; }
    .bs-empty-state.bs-rounded .bs-empty-state-container {
      padding: 40px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .bs-empty-state .bs-button {
    margin: .5em 0 0; }

.bs-empty-state-enter {
  opacity: 0;
  transform: scale(0.87); }
  .bs-empty-state-enter .bs-empty-state-container {
    opacity: 0; }

.bs-empty-state-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.4s ease-out;
  will-change: opacity; }

.bs-empty-state-icon {
  width: 160px;
  height: 160px;
  margin: 0; }

.bs-empty-state-label {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px; }

.bs-empty-state-description {
  margin: 1em 0;
  font-size: 16px;
  line-height: 24px; }

.bs-empty-state.bs-rounded {
  background-color: rgba(0, 0, 0, 0.06); }

.message-section {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }

.message-table {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }

.message-wrapper {
  overflow: auto;
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .message-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .message-wrapper::-webkit-scrollbar-track {
    background-color: #f8fafc; }
  .message-wrapper::-webkit-scrollbar-thumb {
    background: #888; }
  .message-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555; }

.message-actions {
  margin-left: auto;
  display: flex;
  flex-direction: row; }

.message-title {
  font-size: 1rem;
  font-weight: 600;
  align-items: center; }

.message-head {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  align-items: center;
  width: 100%;
  flex: 0 0 auto;
  position: sticky;
  z-index: 2;
  top: 0;
  background-color: #fff; }

.message-scroller {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .message-scroller::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .message-scroller::-webkit-scrollbar-track {
    background-color: #f8fafc; }
  .message-scroller::-webkit-scrollbar-thumb {
    background: #888; }
  .message-scroller::-webkit-scrollbar-thumb:hover {
    background: #555; }

.message-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  flex: 0 1 auto;
  border-top: 1px solid #EAEDF3;
  min-height: 50px; }

.message-nav {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column; }

.message-body__foot {
  border-top: 1px solid #eaedf3;
  padding: 2rem 1rem; }

.message-body__head {
  border-bottom: 1px solid #eaedf3;
  padding: 0 1rem 1rem;
  background-color: #fff;
  z-index: 1; }

.message-body__content {
  padding: 2rem 1rem;
  flex: 1 0 auto;
  min-height: 50vh; }

.message-body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.message-data {
  vertical-align: middle;
  padding: .75rem 1rem; }
  .message-data > span {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .message-data:last-child {
    text-align: right; }

.message-row {
  cursor: pointer; }
  .message-row:not(:last-child) {
    border-bottom: 1px solid #eaedf3; }
  .message-row:hover {
    background-color: rgba(0, 0, 0, 0.08); }
  .message-row.is-active {
    background-color: rgba(7, 136, 52, 0.04); }
    .werk-plus-zorg .message-row.is-active {
      background-color: rgba(25, 39, 80, 0.04); }

.message {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto; }
  .message:not(:last-child) {
    margin-bottom: 1rem; }
  .message strong {
    color: currentColor; }
  .message a:not(.button):not(.tag) {
    color: currentColor;
    text-decoration: underline; }

.message-body__actions {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 1rem 1rem; }

.message-body .field-label {
  flex-grow: 1; }

.message-body_error {
  color: #d53535;
  font-weight: 600;
  padding: 20px;
  width: 100%;
  margin: 0 auto; }
  .message-body_error:empty {
    display: none; }

.messages-table .b-table .table th:first-child .th-wrap,
.messages-table .b-table .table td:first-child > span {
  padding-left: 20px; }

.messages-table .is-unread {
  font-family: "OpenSans-Bold"; }
  .messages-table .is-unread td:first-child > span {
    position: relative; }
  .messages-table .is-unread td:first-child > span:before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    top: 8px;
    left: 0;
    z-index: 1;
    background-color: #078834; }
    .werk-plus-zorg .messages-table .is-unread td:first-child > span:before {
      background-color: #192750; }

@media (min-width: 1440px) {
  .message-detail .columns.is-reverse {
    flex-direction: row-reverse; } }

.c-message {
  margin-top: 20px; }
  .c-message a {
    text-decoration: underline; }
  .c-message a:hover {
    text-decoration: none; }

.c-message__details .button + .button {
  margin-top: 15px; }

.c-message__details--label {
  font-family: "OpenSans-Bold", sans-serif; }

.c-message__details--row + .c-message__details--row {
  margin-top: 20px; }

.nav-item:not(:first-child) {
  padding-left: .5rem; }

.nav-item:not(:last-child) {
  padding-right: .5rem; }

.nav-left {
  display: flex;
  align-items: center;
  flex: 1 0 auto; }

.nav-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .2s;
  padding: 0;
  flex: 1 0 auto; }

.bs-error {
  background: rgba(0, 0, 0, 0.85);
  color: #e8e8e8;
  line-height: 1.2;
  font-family: monospace;
  font-size: 13px;
  position: fixed;
  z-index: 9999;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  text-align: left; }

.bs-error-content {
  margin: 20px; }
  .bs-error-content p, .bs-error-content strong {
    color: #e8e8e8; }

.timeline-head {
  padding: 1rem 0;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.timeline-head:first-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  background-color: #f8fafc;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1rem 1.5rem; }
  .timeline-head:first-child .timeline-subtitle {
    font-size: 1.5rem; }

.timeline-head:not(:first-child) {
  margin-top: 3rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
  .timeline-head:not(:first-child) .timeline-subtitle {
    font-size: 1rem; }

.timeline-title {
  font-size: 1.25rem; }

.timeline-title,
.timeline-subtitle {
  font-family: "OpenSans-Bold", sans-serif; }

.timeline-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.timeline-nav__item {
  margin: 0 .5rem;
  border-bottom: 2px solid transparent;
  transition: border-color ease-out 86ms; }

.timeline-nav__item:hover {
  border-bottom-color: #f4f6fc; }

.timeline-nav__item a {
  color: #000000;
  line-height: 2rem;
  padding: .5rem;
  font-size: 12px; }

.timeline-nav__item.is-active {
  border-bottom-color: #dde7ef;
  color: #000000;
  font-weight: 700; }

.timeline-body {
  position: relative; }

.timeline-body.is-connected:before {
  content: '';
  width: 2px;
  background-color: #f5f5f5;
  height: calc(100% - 2rem);
  position: absolute;
  left: calc(2rem + 24px);
  top: 2rem;
  border-radius: 290486px; }

.timeline-foot {
  padding-left: calc(4rem + 50px);
  margin-top: 2rem; }

.timeline-part {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative; }

.timeline-body.is-connected .timeline-part:last-child:before {
  content: '';
  width: 2px;
  background-color: #F9F9F9;
  height: 100%;
  position: absolute;
  left: calc(2rem + 24px);
  top: 2rem; }

.timeline-part.is-pinned .timeline-part__body {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  flex: 1 1 auto; }

.timeline-part.is-widget .timeline-part__body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff;
  overflow: visible;
  background: #f8fafc;
  position: relative; }
  .timeline-part.is-widget .timeline-part__body:not(:last-child) {
    margin-bottom: 20px; }
  .timeline-part.is-widget .timeline-part__body:before {
    position: absolute;
    top: 14px;
    left: -8px;
    width: 20px;
    height: 20px;
    background-color: #f8fafc;
    transform: rotate(45deg);
    content: '';
    display: block;
    z-index: 1; }

.timeline-part__left {
  flex: 0 0 auto;
  width: 50px;
  display: flex;
  justify-content: center;
  margin-right: 2rem;
  margin-left: 2rem;
  align-items: flex-start;
  padding-top: 12px; }

.timeline-part.is-widget .timeline-part__left {
  padding-top: 6px; }

.timeline-part__icon {
  background-color: #fff;
  border-radius: 290486px;
  padding: .5rem;
  color: #ebedf0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  height: min-content;
  z-index: 1;
  border: 1px solid #f5f5f5; }
  .timeline-part__icon.is-pinned {
    border-color: #ced3da;
    color: #ced3da; }

.timeline-part__button {
  background-color: #fff;
  border-radius: 290486px;
  padding: 0;
  color: #ebedf0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  height: min-content;
  z-index: 1;
  border: 1px solid #f5f5f5; }

.timeline-part__body {
  padding: 0 2rem;
  flex: 1 1 auto; }
  .timeline-part__body .media {
    padding-top: 0;
    padding-bottom: 0; }

.timeline-part__head {
  display: flex;
  flex-direction: row;
  align-items: center; }

.timeline-part__head:not(:last-child) {
  margin-bottom: .5rem; }

.timeline-part__title .title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .2rem; }

.timeline-part__title .subtitle {
  font-size: .8rem;
  display: inline-flex;
  align-items: center;
  color: #ebedf0; }

.timeline-part__actions {
  margin-left: auto; }

.timeline-part__content:not(.is-expanded) .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.timeline {
  border: solid 1px rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 1280px) {
    .timeline {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.single-file-editor {
  position: relative; }

.single-file-editor__current {
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #e2e6ee;
  padding: 0 1rem;
  position: relative; }

.single-file-editor__current .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: initial; }

.single-file-editor__input {
  margin-bottom: 20px; }

.single-file-editor__actions {
  display: flex;
  align-items: center;
  flex-direction: row; }

.single-file-editor__actions .buttons {
  margin-bottom: 0 !important; }

.single-file-editor__actions .buttons .button {
  margin-bottom: 0 !important; }

.single-file-editor__progress {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: auto; }

.single-file-editor__progress span {
  margin-right: 10px; }

.single-file-editor__progress .control {
  width: 20px;
  height: 20px; }

.single-file-editor__progress .control.is-loading:after {
  top: 4px;
  right: 0;
  border-color: transparent #171C2C #171C2C transparent !important; }

.multiple-file-editor {
  position: relative; }

.multiple-file-editor .file {
  margin-right: .5rem; }

.multiple-file-editor .media {
  position: relative; }

.multiple-file-editor__current {
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #e2e6ee;
  padding: 0 1rem;
  position: relative; }

.multiple-file-editor__current .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: initial; }

.multiple-file-editor__input {
  margin-bottom: 20px; }

.multiple-file-editor__actions {
  display: flex;
  align-items: center;
  flex-direction: row; }

.multiple-file-editor__actions .buttons, .multiple-file-editor__actions .buttons .button {
  margin-bottom: 0 !important; }

.multiple-file-editor__progress {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: auto; }

.multiple-file-editor__progress span {
  margin-right: 10px; }

.multiple-file-editor__progress .control {
  width: 20px;
  height: 20px; }

.multiple-file-editor__progress .control.is-loading:after {
  top: 4px;
  right: 0;
  border-color: transparent #171C2C #171C2C transparent !important; }

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top; }
  .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block; }
  .dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0; }
  .dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto; }

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20; }

body .autocomplete .dropdown-menu,
body .dropdown-menu {
  min-width: 250px; }

body .autocomplete.is-inline .control .input, body .autocomplete.is-inline .control .taginput .taginput-container.is-focusable, .taginput body .autocomplete.is-inline .control .taginput-container.is-focusable {
  display: inline;
  width: auto; }

.dropdown-content {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 5px; }

.dropdown-item, .dropdown .dropdown-menu .has-link a {
  color: #000000;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative; }

a.dropdown-item, .dropdown .dropdown-menu .has-link a,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  margin: 4px 0; }
  a.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover,
  button.dropdown-item:hover {
    background-color: #f4f6fc;
    color: #000000; }
  a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
  button.dropdown-item.is-active {
    background-color: #f4f6fc;
    color: #000000; }

.dropdown-divider {
  background-color: #eaedf3;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }

.display-type--address:not(:last-child),
.editor-type--address:not(:last-child) {
  border-bottom: 1px solid #eaedf3;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.8rem; }
  .pagination.is-medium {
    font-size: 1.25rem; }
  .pagination.is-large {
    font-size: 1.5rem; }
  .pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px; }
  .pagination.is-rounded .pagination-link {
    border-radius: 290486px; }
  .pagination.field,
  .pagination .field {
    flex-wrap: nowrap;
    margin: 0; }

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  list-style-type: none; }

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #f5f5f5;
  color: #000;
  min-width: 35px; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #f4f6fc;
    color: #000;
    background-color: #fff; }
    .werk-plus-zorg .pagination-previous:hover, .werk-plus-zorg
    .pagination-next:hover, .werk-plus-zorg
    .pagination-link:hover {
      border-color: #f4f6fc; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #5f99c4; }
    .werk-plus-zorg .pagination-previous:focus, .werk-plus-zorg
    .pagination-next:focus, .werk-plus-zorg
    .pagination-link:focus {
      border-color: #5f99c4; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #ebedf0;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #c3c3c3;
    opacity: 0.5; }

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }

.pagination-link.is-current {
  background-color: #078834;
  border-color: #078834;
  color: #fff; }
  .werk-plus-zorg .pagination-link.is-current {
    background-color: #192750;
    border-color: #192750; }

.pagination-ellipsis {
  color: #f4f6fc;
  pointer-events: none; }

.pagination-list {
  flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap; }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1; }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1; } }

@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1; }
  .pagination-previous {
    order: 2;
    margin-left: 20px; }
  .pagination-next {
    order: 3; }
  .pagination {
    justify-content: space-between; }
    .pagination.is-centered .pagination-previous {
      order: 1; }
    .pagination.is-centered .pagination-list {
      justify-content: center;
      order: 2; }
    .pagination.is-centered .pagination-next {
      order: 3; }
    .pagination.is-right .pagination-previous {
      order: 1; }
    .pagination.is-right .pagination-next {
      order: 2; }
    .pagination.is-right .pagination-list {
      justify-content: flex-end;
      order: 3; } }

body .upload.control {
  width: 100%;
  margin-bottom: 20px; }

body .upload .upload-draggable {
  width: 100%;
  padding: 20px;
  border-color: #b8b8b8;
  border-width: 2px;
  background: rgba(77, 143, 100, 0.05); }

body .upload .upload-draggable:hover {
  color: #488fb1;
  font-family: "OpenSans-Bold", sans-serif;
  border-color: #488fb1; }

body.werk-plus-zorg .upload .upload-draggable:hover {
  color: #6e92c7;
  border-color: #6e92c7; }

body .upload .upload-draggable section.section {
  display: flex;
  flex-direction: row;
  justify-content: center; }

body .upload .upload-draggable section.section .v-icon.is-large {
  color: #ccc; }

body .upload .upload-draggable:hover section.section .v-icon.is-large {
  color: #488fb1; }

body.werk-plus-zorg .upload .upload-draggable:hover section.section .v-icon.is-large {
  color: #6e92c7; }

body .upload .upload-draggable:hover.is-primary,
body .upload .upload-draggable.is-hovered.is-primary {
  border-color: #488fb1; }

body.werk-plus-zorg .upload .upload-draggable:hover.is-primary,
body.werk-plus-zorg .upload .upload-draggable.is-hovered.is-primary {
  border-color: #6e92c7; }

body .datepicker .datepicker-table .datepicker-header .datepicker-cell,
body .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable {
  color: #000; }

body .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable {
  color: #ccc; }

body .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-selected,
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected,
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected),
body .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected) {
  background-color: #078834;
  color: #fff; }

body.werk-plus-zorg .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-selected,
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected,
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected),
body .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected) {
  background-color: #192750;
  color: #fff; }

body .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
  border-color: #078834; }

body.werk-plus-zorg .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
  border-color: #192750; }

body .b-table .datepicker.control {
  min-width: 140px; }

.bs-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity;
  will-change: opacity; }
  body > .bs-backdrop, .bs-backdrop.bs-fixed {
    position: fixed; }
  .bs-backdrop.bs-transparent {
    background: rgba(0, 0, 0, 0.005); }

.bs-backdrop-enter,
.bs-backdrop-leave-active {
  opacity: 0; }

/*
	Main nav
*/
body .c-nav__icon {
  position: absolute;
  top: 2px;
  left: 20px;
  width: 20px;
  height: 20px;
  color: #000;
  fill: currentColor; }

.c-nav__group {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 18px;
  font-family: "OpenSans-Bold", sans-serif;
  margin: 15px 0 15px 20px; }
  .c-nav__group-icon {
    margin-left: auto; }

.c-nav__item.is-heading + .c-nav__item {
  margin-top: 5px; }

.c-nav__item {
  margin: 2px 0; }

.c-nav__item.is-heading {
  font-size: 16px;
  position: relative;
  padding-left: 50px;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 5px; }

.c-nav__link {
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  position: relative;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-left: 40px;
  border-radius: 4px; }

.c-nav__link.is-active,
.c-nav__link:hover {
  background-color: #f5f5f5;
  color: #000; }

.c-nav__link.is-disabled {
  color: #999; }

.c-nav__section:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1); }

.c-nav__section {
  padding: 15px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-right: 10px; }

.c-nav.is-primary .c-nav__inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e6e6e6; }

.c-nav.is-primary .c-nav__inner::-webkit-scrollbar {
  width: 9px;
  background-color: #e6e6e6; }

.c-nav.is-primary .c-nav__inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cecece; }

.c-nav.is-primary .c-nav__inner {
  height: 89%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 10px 0 0; }

.c-nav {
  width: 100%; }

@media (min-width: 2200px) {
  .c-nav__section {
    padding: 20px 0;
    margin-left: 20px; }
  .c-nav__item.is-heading {
    font-size: 18px;
    margin-bottom: 10px; }
  .c-nav__item {
    margin: 4px 0; }
  .c-nav__link {
    font-size: 16px;
    padding: 4px 20px 4px 10px;
    line-height: 24px; } }

@media (min-width: 2600px) {
  .c-nav__section {
    padding: 30px 0; }
  .c-nav__item.is-heading {
    margin-bottom: 20px; }
  .c-nav__link {
    padding-top: 8px;
    padding-bottom: 8px; } }

/*

	Settings

*/
.c-settings__icon {
  color: #fff;
  fill: currentColor;
  width: 20px;
  height: 20px; }

.c-settings__link {
  position: relative;
  display: block;
  height: 50px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 50ms ease-in-out; }

.c-settings__link:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.c-settings__item {
  margin-bottom: 5px; }

.c-settings.is-bottom {
  position: absolute;
  bottom: 0;
  left: 0; }

.c-settings {
  padding-top: 10px; }

.settings-pane {
  width: 55px;
  background-color: #066d2a;
  transition: width 100ms ease-in-out; }
  .werk-plus-zorg .settings-pane {
    background-color: #0d183a; }

html.js-expandSettingsPane .settings-pane {
  width: 250px;
  transition: width 100ms ease-in-out; }

.c-application__navlink:hover {
  text-decoration: underline; }

.c-application__navlink {
  color: #000;
  position: relative;
  text-decoration: none; }

.c-application__navlink.has-icon svg {
  color: #999999;
  width: 16px;
  height: 16px;
  fill: currentColor;
  position: absolute;
  top: 2px;
  left: 0px; }

.c-application__navlink.has-icon {
  padding-left: 25px; }

.c-application__navlink.has-badge {
  padding-right: 30px; }

.c-application__navitem {
  margin-left: 30px; }

.c-application__company {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 16px;
  margin-bottom: 10px; }

.c-application__name {
  font-family: "OpenSans-ExtraBold", sans-serif;
  font-size: 18px; }

.c-application__nav {
  display: flex;
  flex-direction: row; }

.c-application {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 24px;
  border-radius: 10px; }

.c-servicenav .container {
  align-items: flex-end; }

.c-servicenav {
  background-color: #4d4d4d; }

/*
 Slide in
*/
html.showMobileNav a.btn-mobile-nav > span {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: ease-in-out all .4s;
  transition: ease-in-out all .4s; }

html.showMobileNav a.btn-mobile-nav > span > span {
  opacity: 0; }

html.showMobileNav a.btn-mobile-nav > span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px; }

html.showMobileNav a.btn-mobile-nav > span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 10px; }

a.btn-mobile-nav {
  position: absolute;
  z-index: 1000;
  left: 15px;
  top: 27px;
  display: block;
  width: 34px;
  height: 35px;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

a.btn-mobile-nav:before {
  position: absolute;
  top: -14px;
  left: 0;
  width: 34px;
  height: 6px;
  text-align: center;
  content: 'menu';
  color: #00bae7;
  font-size: 11px;
  line-height: 11px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic; }

a.btn-mobile-nav > span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: ease-in-out all .4s;
  transition: ease-in-out all .4s;
  z-index: 1001;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 26px;
  position: absolute; }

a.btn-mobile-nav > span > span, a.btn-mobile-nav > span:before, a.btn-mobile-nav > span:after {
  position: absolute;
  width: 100%;
  height: 6px;
  display: block;
  content: '';
  background-color: #08a9df;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px; }

a.btn-mobile-nav > span:before {
  top: 0; }

a.btn-mobile-nav > span > span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

a.btn-mobile-nav > span:after {
  bottom: 0; }

@media screen and (min-width: 723px) {
  a.btn-mobile-nav {
    left: 20px;
    top: 23px; } }

@media screen and (min-width: 1023px) {
  a.btn-mobile-nav {
    display: none; } }

.c-nav-slidein__backdrop {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0s 0.6s;
  transition: opacity 0.6s, -webkit-transform 0s 0.6s;
  transition: opacity 0.6s, transform 0s 0.6s;
  transition: opacity 0.6s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

html.showMobileNav {
  overflow: hidden; }

html.js-showMobileNav .c-nav-slidein__backdrop {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.c-nav-slidein__item.is-user .user {
  display: block;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 12px;
  margin-top: 6px;
  color: #616161; }

.c-nav-slidein__item .badge {
  right: 14px;
  top: 13px; }

.c-nav-slidein__item svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
  color: #7a7a7a;
  fill: currentColor; }

.c-nav-slidein__item.is-active {
  font-family: "OpenSans-SemiBold", sans-serif; }

.c-nav-slidein__item:not(.is-highlight):hover,
.c-nav-slidein__item.is-active {
  background-color: rgba(0, 0, 0, 0.06); }

.c-nav-slidein .c-nav-slidein__level:not(.is-level-1) .c-nav-slidein__item:not(.is-back):not(.is-highlight):before {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 20px;
  width: 6px;
  height: 6px;
  background-color: #c8c8c8;
  border-radius: 50%;
  content: '';
  display: block; }

.c-nav-slidein .c-nav-slidein__level:not(.is-level-1) .c-nav-slidein__item:not(.is-back):not(.is-highlight) {
  padding-left: 40px; }

.c-nav-slidein__heading,
.c-nav-slidein__item {
  color: #000;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 12px 15px;
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  margin: 1px 0; }

.c-nav-slidein__heading:focus,
.c-nav-slidein__heading:hover,
.c-nav-slidein__heading:active,
.c-nav-slidein__item:focus,
.c-nav-slidein__item:hover,
.c-nav-slidein__item:active {
  text-decoration: none; }

.c-nav-slidein__heading:focus,
.c-nav-slidein__item:focus {
  outline-color: transparent;
  outline-style: none; }

.c-nav-slidein__heading.is-highlight,
.c-nav-slidein__item.is-highlight {
  font-family: 'OpenSans-Bold';
  cursor: default; }

.c-nav-slidein__item.is-back svg {
  right: auto;
  left: 15px; }

.c-nav-slidein__heading.is-back,
.c-nav-slidein__item.is-back {
  font-weight: 400;
  color: #000;
  padding: 15px 15px 15px 40px; }

.c-nav-slidein__heading {
  margin: 0; }

html.js-showMobileNav .c-nav-slidein {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible; }

.c-nav-slidein {
  background-color: #fff;
  overflow: hidden;
  width: 300px;
  height: 100%;
  position: fixed;
  top: 94px;
  bottom: 0;
  left: 0;
  z-index: 10000;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.c-nav-slidein__holder {
  opacity: 0; }

body.is-loaded .c-nav-slidein__holder {
  opacity: 1; }

.c-nav-slidein .c-nav-slidein__level {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100001;
  width: 100%;
  -webkit-transition: opacity 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, background-color 0.6s;
  transition: opacity 0.6s, transform 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  background-color: #fff;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding-bottom: 170px; }

.c-nav-slidein .c-nav-slidein__level.is-level-1 {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  z-index: 10001; }

.c-nav-slidein .c-nav-slidein__level.is-level-2,
.c-nav-slidein .c-nav-slidein__level.is-level-3,
.c-nav-slidein .c-nav-slidein__level.is-level-4,
.c-nav-slidein .c-nav-slidein__level.is-level-5,
.c-nav-slidein .c-nav-slidein__level.is-level-6 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 10002; }

.c-nav-slidein.show-level-1 .c-nav-slidein__level.is-level-1 {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.c-nav-slidein.show-level-6 .c-nav-slidein__level.is-level-1,
.c-nav-slidein.show-level-5 .c-nav-slidein__level.is-level-1,
.c-nav-slidein.show-level-4 .c-nav-slidein__level.is-level-1,
.c-nav-slidein.show-level-3 .c-nav-slidein__level.is-level-1,
.c-nav-slidein.show-level-2 .c-nav-slidein__level.is-level-1 {
  background-color: #000;
  opacity: .5;
  -webkit-transition: opacity 0.6s, background-color 0.6s, -webkit-transform 2s;
  transition: opacity 0.6s, background-color 0.6s, -webkit-transform 2s;
  transition: opacity 0.6s, transform 2s, background-color 0.6s;
  transition: opacity 0.6s, transform 2s, background-color 0.6s, -webkit-transform 2s; }

.c-nav-slidein.show-level-6 .c-nav-slidein__level.is-level-1 .c-nav-slidein__heading,
.c-nav-slidein.show-level-6 .c-nav-slidein__level.is-level-1 .c-nav-slidein__item,
.c-nav-slidein.show-level-5 .c-nav-slidein__level.is-level-1 .c-nav-slidein__heading,
.c-nav-slidein.show-level-5 .c-nav-slidein__level.is-level-1 .c-nav-slidein__item,
.c-nav-slidein.show-level-4 .c-nav-slidein__level.is-level-1 .c-nav-slidein__heading,
.c-nav-slidein.show-level-4 .c-nav-slidein__level.is-level-1 .c-nav-slidein__item,
.c-nav-slidein.show-level-3 .c-nav-slidein__level.is-level-1 .c-nav-slidein__heading,
.c-nav-slidein.show-level-3 .c-nav-slidein__level.is-level-1 .c-nav-slidein__item,
.c-nav-slidein.show-level-2 .c-nav-slidein__level.is-level-1 .c-nav-slidein__heading,
.c-nav-slidein.show-level-2 .c-nav-slidein__level.is-level-1 .c-nav-slidein__item {
  opacity: .1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.c-nav-slidein.show-level-2 .c-nav-slidein__level.is-level-2,
.c-nav-slidein.show-level-3 .c-nav-slidein__level.is-level-3,
.c-nav-slidein.show-level-4 .c-nav-slidein__level.is-level-4,
.c-nav-slidein.show-level-5 .c-nav-slidein__level.is-level-5,
.c-nav-slidein.show-level-6 .c-nav-slidein__level.is-level-6 {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.c-profile {
  padding: 6px 0;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-size: 14px;
  text-align: center; }

.c-profile__wrapper {
  padding: 0 20px;
  margin-bottom: 20px; }

.c-header__right {
  justify-content: center;
  display: flex;
  align-items: center; }

.c-header__left {
  justify-content: center;
  display: flex;
  align-items: center; }

.c-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.c-header {
  background-color: #fff;
  border-bottom: solid 1px #b5b5b5;
  padding: 0 20px;
  position: relative;
  z-index: 10000; }

.c-heading .c-link.has-icon.has-icon-left svg {
  width: 14px;
  height: 14px;
  transform: none;
  top: 2px; }

.c-heading .c-link.has-icon.has-icon-left {
  padding-left: 20px;
  font-size: 12px;
  color: #343434; }

.c-heading .c-link {
  margin-top: 20px; }

.c-heading .subtitle {
  margin-top: 5px; }

.c-heading .title {
  margin: 0; }

.c-heading {
  position: relative;
  margin-bottom: 30px; }

.c-heading.is-pageheading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  border-bottom: solid 1px #ebebeb; }

.c-heading.has-icon svg {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  color: #7d7d7d;
  fill: currentColor; }

.c-heading.has-icon {
  padding-left: 45px; }

.c-heading.is-pageheading.has-icon {
  padding-left: 75px; }

.c-heading.is-pageheading.has-icon svg {
  left: 33px; }

.c-footer__contact--icon {
  position: absolute;
  top: 5px;
  left: 0; }

.c-footer__contact {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: -22px;
  display: none; }

.c-navfooter__link:hover {
  text-decoration: underline; }

.c-navfooter__link {
  color: #333;
  text-decoration: none;
  font-family: "OpenSans-SemiBold", sans-serif; }

.c-footernav__item {
  color: #fff;
  margin-left: 30px; }

.c-footer__nav {
  display: flex;
  flex-direction: row; }

.c-footer__logo img {
  max-width: 100%;
  display: block; }

.c-footer__logo {
  width: 200px; }

.c-footer__payoff {
  font-family: "OpenSans-Bold", sans-serif; }

.c-footer__telefoonnr {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 18px; }

.c-footer__right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.c-footer__left {
  display: flex; }

.c-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.machine__debug {
  position: fixed;
  top: 1em;
  right: 1em;
  background: #d53535;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  z-index: 1000000; }

.c-steps__label {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f8fafc;
  position: relative;
  z-index: 3;
  line-height: 18px; }

.c-steps__number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: solid 2px #e3e3e3;
  background-color: #fff;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #000;
  font-family: "OpenSans-Bold", sans-serif; }

.c-steps__item:after,
.c-steps__item:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 3px;
  content: ''; }

.c-steps__item:before {
  z-index: 2;
  width: 90%; }

.c-steps__item:after {
  z-index: 1;
  background-color: #ebedf0;
  width: 100%; }

.c-steps__item + .c-steps__item {
  margin-left: 10px; }

.c-steps__item svg {
  display: none;
  color: #078834;
  fill: currentColor;
  width: 18px;
  height: 18px; }
  .werk-plus-zorg .c-steps__item svg {
    color: #192750; }

.c-steps__item.is-done .c-steps__number {
  background-color: #078834; }
  .werk-plus-zorg .c-steps__item.is-done .c-steps__number {
    background-color: #192750; }

.c-steps__item.is-done .c-steps__number svg {
  color: #fff; }

.c-steps__item.has-error .c-steps__number {
  background-color: #d53535; }

.c-steps__item.has-error .c-steps__label {
  color: #d14545; }

.c-steps__item.has-error .c-steps__number {
  color: #fff; }

.c-steps__item.is-done svg {
  display: block; }

.c-steps__item.is-done span {
  display: none; }

.c-steps__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  padding-right: 60px; }

@media (min-width: 1200px) {
  .c-steps__item {
    padding-right: 100px; } }

.c-steps__item:last-child:before,
.c-steps__item:last-child:after {
  display: none; }

.c-steps__item.is-active:before,
.c-steps__item.is-done:before {
  background-color: #078834; }
  .werk-plus-zorg .c-steps__item.is-active:before, .werk-plus-zorg
  .c-steps__item.is-done:before {
    background-color: #192750; }

.c-steps__item.has-error:before {
  background-color: #d53535; }

.c-steps__item.is-done:before {
  width: 100%; }

.c-steps__item.is-done .c-steps__number,
.c-steps__item.is-active .c-steps__number {
  border-color: #078834;
  color: #078834; }
  .werk-plus-zorg .c-steps__item.is-done .c-steps__number, .werk-plus-zorg
  .c-steps__item.is-active .c-steps__number {
    border-color: #192750;
    color: #192750; }

.c-steps__item.is-done .c-steps__label,
.c-steps__item.is-active .c-steps__label {
  color: #078834;
  font-family: "OpenSans-Bold", sans-serif; }
  .werk-plus-zorg .c-steps__item.is-done .c-steps__label, .werk-plus-zorg
  .c-steps__item.is-active .c-steps__label {
    color: #192750; }

.c-steps__item.has-error .c-steps__number {
  border-color: #d53535; }

.c-steps {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  position: relative; }

.c-modal__heading {
  border-bottom: solid 1px #ebebeb;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 20px; }

.c-modal__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  margin-bottom: 20px; }

.c-modal__foot {
  margin: 0 -20px -20px -20px;
  background-color: #F3F5F8;
  padding: 30px;
  display: flex;
  justify-content: flex-end; }

.c-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1001; }

.c-modal__inner {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  width: 100%;
  max-width: 80%;
  padding: 20px;
  z-index: 1002;
  display: flex;
  flex-direction: column; }

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition-duration: 100ms;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out; }

.c-modal.is-active {
  opacity: 1;
  visibility: visible; }

.c-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1003;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  cursor: pointer; }

.c-modal__close:before,
.c-modal__close:after {
  content: '';
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-modal__close:before {
  width: 2px;
  height: 100%; }

.c-modal__close:after {
  height: 2px;
  width: 100%; }

html.js-modalActive {
  overflow: hidden; }

.c-editor-pane__holder.is-active .backdrop {
  opacity: 1;
  transition: opacity .2s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-duration: .5s;
  transform: translateX(0);
  pointer-events: all;
  /*transform: translate3d(0,0,0);*/ }

.c-editor-pane__holder.is-active .c-editor-pane {
  transform: translateX(0);
  transition-timing-function: cubic-bezier(1, 0.01, 0.05, 1.01); }

html.is-loaded .c-editor-pane__holder .c-editor-pane {
  opacity: 1; }

.c-editor-pane {
  position: fixed;
  top: -30px;
  bottom: -30px;
  right: 0;
  z-index: 100;
  padding: 30px 0;
  background-color: #fff;
  width: 70%;
  border-left: solid 1px #ccc;
  opacity: 0;
  box-shadow: -26px 0px 17px -26px rgba(0, 0, 0, 0.1);
  transform: translateX(120%);
  transition-duration: 400ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.91, -0.12, 0, 1.13); }
  @media (min-width: 1200px) {
    .c-editor-pane {
      width: 60%; } }
  @media (min-width: 1600px) {
    .c-editor-pane {
      width: 50%; } }
  @media (min-width: 2000px) {
    .c-editor-pane {
      width: 40%; } }
  .c-editor-pane .c-buttonrow__wrapper.is-sticky {
    background-color: #f5f5f5; }

.c-editor-pane__sticky {
  position: sticky;
  top: 0;
  background-color: #f5f5f5; }

.backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  transition: opacity .6s;
  transition-timing-function: cubic-bezier(0, 0, 0, 5);
  transition-duration: .5s;
  /*transform: translate3d(100%,0,0);*/
  pointer-events: none;
  transform: translateX(120%); }

html.js-showEditorPaneAddEmployee,
html.js-showEditorPaneUploadFile {
  overflow: hidden; }

.c-editor-pane__scroller {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 30px 40px 0 40px;
  box-sizing: border-box; }
  .c-editor-pane__scroller > hr {
    margin-left: -40px;
    margin-right: -80px;
    width: auto; }
  .c-editor-pane__scroller .c-buttonrow__wrapper.is-head {
    padding-top: 0;
    padding-bottom: 10px; }

.login__wrapper {
  margin: 0 auto;
  max-width: 450px;
  position: relative; }
  .login__wrapper .logo {
    max-height: 50px; }
  .login__wrapper .box.is-primary hr {
    margin-left: -20px;
    margin-right: -20px;
    width: auto; }
  .login__wrapper .box.is-greylight {
    background-color: #f3f5f8; }
  .login__wrapper .box.is-primary a:not(.button) {
    color: #fff; }
  .login__wrapper a:not(.button) {
    text-decoration: underline; }
  .login__wrapper .box.is-primary a:hover {
    color: #fff; }
  .login__wrapper a:hover {
    text-decoration: none; }
  .login__wrapper .c-buttonrow__wrapper {
    margin-top: 10px; }
  .login__wrapper .button {
    font-size: 14px; }
  .login__wrapper .box {
    padding: 20px; }
  .login__wrapper .box__body + .box__foot {
    margin-top: 20px; }
  .login__wrapper .field {
    position: relative; }
  .login__wrapper a.show-password,
  .login__wrapper .box.is-primary a:hover.show-password,
  .login__wrapper .box.is-primary a.show-password {
    color: grey;
    position: absolute;
    right: 10px;
    top: 10px; }
  .login__wrapper .field:not(:last-child) {
    margin-bottom: 5px; }
  .login__wrapper input[type=text],
  .login__wrapper input[type=password] {
    border: 0; }
  .login__wrapper input::placeholder,
  .login__wrapper input::-webkit-input-placeholder {
    color: #999 !important; }
  .login__wrapper .box.is-primary + .box {
    margin-top: 0; }
  .login__wrapper .field-validation-error {
    margin-bottom: 5px;
    display: inline-block; }
  .login__wrapper .help {
    font-size: 13px;
    font-weight: 400;
    color: #fff; }
  .login__wrapper .c-notification {
    margin-right: 0; }

@media (min-width: 600px) {
  .login__wrapper {
    margin-top: 7%; }
    .login__wrapper .box {
      padding: 30px; }
    .login__wrapper .box.is-primary hr {
      margin-left: -30px;
      margin-right: -30px; } }

@media (min-width: 2200px) {
  .login__wrapper {
    width: 500px; }
    .login__wrapper .button {
      font-size: 16px; } }

.table-fill-column .is-inline-block {
  display: inline-block; }

.table-fill-column .control {
  margin-right: 4px; }

.table-fill-column .button.margin-fix {
  margin-top: 2px; }

.allowance {
  color: red; }
  .allowance__table td {
    vertical-align: top; }
    .allowance__table td input {
      margin-bottom: 0.2em; }
  .allowance__table .relative {
    position: relative; }
  .allowance__info .no-margin {
    margin-bottom: 0; }
  .allowance__info .is-italic {
    font-style: italic; }
  .allowance__edit-buttons {
    position: absolute;
    bottom: 17px;
    right: 14px; }
    .allowance__edit-buttons p {
      float: right; }

.allowance__edit-buttons.field.has-addons .control:last-child .button {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.allowance__edit-buttons.field.has-addons .control:first-child .button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.vacancy-detail {
  font-size: 14px; }
  .vacancy-detail__content {
    border-radius: 4px;
    background-color: #f1f1f1;
    border: solid 1px #ccc; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail__content {
        padding: 40px;
        font-size: 16px; } }
  .vacancy-detail__title {
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail__title {
        font-size: 40px; } }
  .vacancy-detail__table {
    width: 100%;
    padding: 0 10px; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail__table {
        display: table; } }
  .vacancy-detail__row {
    position: relative;
    padding: 20px 0;
    border-bottom: solid 1px #ccc; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail__row {
        display: table-row;
        border-bottom: unset; }
        .vacancy-detail__row:nth-child(odd) {
          background-color: #fff; }
        .vacancy-detail__row:nth-child(even) {
          background-color: #f1f1f1; } }
  @media screen and (min-width: 768px), print {
    .vacancy-detail.invert .vacancy-detail__row:nth-child(odd) {
      background-color: #f1f1f1; }
    .vacancy-detail.invert .vacancy-detail__row:nth-child(even) {
      background-color: #fff; } }
  .vacancy-detail__column:not(:last-child) {
    font-weight: 800;
    margin-bottom: 5px; }
  @media screen and (min-width: 768px), print {
    .vacancy-detail__column {
      display: table-cell;
      padding: 8px 20px; }
      .vacancy-detail__column:not(:last-child) {
        font-weight: 800;
        padding-right: 20px;
        width: 30%; } }
  @media screen and (min-width: 1368px), print {
    .vacancy-detail__column:not(:last-child) {
      width: 20%; } }
  .vacancy-detail__images {
    padding: 20px 10px;
    border-bottom: solid 1px #ccc;
    border-top: solid 20px #f1f1f1; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail__images {
        margin: 0 10px;
        padding: 8px 20px;
        background-color: #fff;
        border-bottom: unset; } }
  .vacancy-detail__slider {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .vacancy-detail__thumbs {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center; }
    .vacancy-detail__thumbs img {
      width: 150px;
      object-fit: cover;
      flex: none;
      margin: 1rem 0.5rem; }
  .vacancy-detail__label {
    margin-bottom: 10px;
    font-weight: 800; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail__label {
        margin-bottom: 20px; } }
  .vacancy-detail__buttons-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail__buttons-top {
        margin-bottom: 20px;
        flex-direction: row; } }
    .vacancy-detail__buttons-top .button {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px), print {
        .vacancy-detail__buttons-top .button {
          margin-right: 10px;
          margin-bottom: 0; } }
  .vacancy-detail__buttons-bottom {
    padding: 20px 10px;
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail__buttons-bottom {
        flex-direction: row; } }
    .vacancy-detail__buttons-bottom .button {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px), print {
        .vacancy-detail__buttons-bottom .button {
          margin-right: 10px;
          margin-bottom: 0; } }
  .vacancy-detail ul {
    list-style-type: disc;
    list-style-position: outside;
    line-height: 20px;
    padding-left: 20px; }
    @media screen and (min-width: 768px), print {
      .vacancy-detail ul {
        line-height: 28px; } }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */ }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 240px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible; }

.employee-overview {
  position: relative; }

.messages {
  position: relative; }

.register .content a {
  text-decoration: underline; }

.register .danger ul {
  margin-top: 0; }

.request-e106 {
  position: relative; }

.requests-upload__upload-section {
  position: relative; }

.requests-upload .field.file.has-addons {
  flex-direction: column; }
  .requests-upload .field.file.has-addons .tags {
    display: flex;
    flex-wrap: wrap; }
    .requests-upload .field.file.has-addons .tags .tag {
      margin-bottom: 7px; }

.unsubscribe {
  position: relative; }

.change-company-information {
  position: relative; }
  .change-company-information .content a {
    text-decoration: underline; }
  .change-company-information .danger ul {
    margin-top: 0; }

.change-password {
  position: relative; }

.change-personal-information {
  position: relative; }
  .change-personal-information .content a {
    text-decoration: underline; }
  .change-personal-information .danger ul {
    margin-top: 0; }

.documents {
  position: relative; }

.employee-bsn__table {
  position: relative; }

.requests-overview__employee-table {
  position: relative; }

.seasonalwork-information h2 {
  font-size: 16px;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 5px; }

.seasonalwork-information__p {
  margin-bottom: 20px; }

.seasonalwork-information__table-types, .seasonalwork-information__table-prices {
  margin-bottom: 20px; }
  .seasonalwork-information__table-types table, .seasonalwork-information__table-prices table {
    outline: unset; }
  .seasonalwork-information__table-types table.table:focus, .seasonalwork-information__table-prices table.table:focus {
    border-color: transparent;
    box-shadow: unset; }

.seasonalwork-information__table-prices.focusable {
  cursor: pointer; }

.seasonalwork-information__error {
  color: red; }

.subscription-overview__titles {
  margin-bottom: 1rem; }
  .subscription-overview__titles .title + .title {
    margin-top: 0.625rem; }

.subscription-overview__item {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 100px;
  width: 100%;
  padding: 20px; }

.subscription-overview__emp {
  font-weight: 800;
  color: #fff;
  border: 5px solid #fff;
  padding: 0.5rem 1.5rem;
  margin-top: 0.5rem;
  display: block;
  background-color: #078834;
  border-radius: 20px;
  text-align: center; }

.subscription-overview__head {
  margin-bottom: 20px;
  text-align: center; }
  .subscription-overview__head > p:first-child {
    font-size: 18px;
    font-weight: 800; }
  .subscription-overview__head > p:last-child {
    font-size: 16px;
    font-weight: 800; }

.subscription-overview__section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .subscription-overview__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .subscription-overview__section-head > p {
      font-size: 16px;
      line-height: 1.1;
      font-weight: 800; }
  .subscription-overview__section ul {
    margin-top: 20px; }
    .subscription-overview__section ul li {
      line-height: 1.4;
      display: inline-flex;
      margin-bottom: 0.5rem; }
      .subscription-overview__section ul li .icon {
        margin-right: 0.5rem;
        color: #4b9f41; }

.subscription-overview__foot {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.subscription-overview__price {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  width: calc(50% - 10px);
  flex: none;
  padding: 10px 2px;
  display: flex;
  flex-direction: column; }
  .subscription-overview__price:first-child {
    margin-right: 10px; }
  .subscription-overview__price:last-child {
    margin-left: 10px; }
  .subscription-overview__price > small {
    font-size: 10px;
    color: #078834;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap; }
  .subscription-overview__price > strong {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap; }

.subscription-overview__toggle {
  width: 50px;
  height: 28px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  border-radius: 290486px;
  flex: none;
  transition: all 86ms ease-out; }
  .subscription-overview__toggle:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translate(4px, -50%);
    border-radius: 290486px;
    transition: all 86ms ease-out; }
  .subscription-overview__toggle.is-active {
    border-color: #078834;
    background-color: #078834; }
    .subscription-overview__toggle.is-active::before {
      border-color: #fff;
      background-color: #fff;
      transform: translate(calc(100% + 9px), -50%); }

.subscription-overview__action .button {
  width: 100%; }

.seasonalwork-subscription a {
  text-decoration: underline; }

.seasonalwork-subscription h2 {
  font-size: 16px;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 5px; }

.seasonalwork-subscription h3 {
  font-size: 14px;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 5px; }

.seasonalwork-subscription__p {
  margin-bottom: 20px; }

.seasonalwork-subscription .button:not(:last-child) {
  margin-bottom: 1.25rem; }

.seasonalwork-subscription__table-types, .seasonalwork-subscription__table-prices {
  margin-bottom: 20px; }
  .seasonalwork-subscription__table-types table, .seasonalwork-subscription__table-prices table {
    outline: unset; }
  .seasonalwork-subscription__table-types table.table:focus, .seasonalwork-subscription__table-prices table.table:focus {
    border-color: transparent;
    box-shadow: unset; }

.seasonalwork-subscription__table-prices {
  cursor: pointer; }

.seasonalwork-subscription__error {
  color: red; }

.seasonalwork-vacancy__sub {
  font-size: 0.8em; }

.seasonalwork-vacancy__buttons {
  margin-top: 1.25rem; }

.is-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

/**
 * Vue Transitions
 */
.fade-enter-active, .fade-leave-active {
  transition: opacity 150ms ease-out; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.zoom-in-enter-active,
.zoom-in-leave-active {
  transition: opacity 150ms ease-out; }
  .zoom-in-enter-active .animation-content,
  .zoom-in-enter-active .animation-content,
  .zoom-in-leave-active .animation-content,
  .zoom-in-leave-active .animation-content {
    transition: transform 150ms ease-out; }

.zoom-in-enter,
.zoom-in-leave-active {
  opacity: 0; }
  .zoom-in-enter .animation-content,
  .zoom-in-enter .animation-content,
  .zoom-in-leave-active .animation-content,
  .zoom-in-leave-active .animation-content {
    transform: scale(0.95); }

.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 150ms ease-out; }
  .zoom-out-enter-active .animation-content,
  .zoom-out-enter-active .animation-content,
  .zoom-out-leave-active .animation-content,
  .zoom-out-leave-active .animation-content {
    transition: transform 150ms ease-out; }

.zoom-out-enter,
.zoom-out-leave-active {
  opacity: 0; }
  .zoom-out-enter .animation-content,
  .zoom-out-enter .animation-content,
  .zoom-out-leave-active .animation-content,
  .zoom-out-leave-active .animation-content {
    transform: scale(1.05); }

.slide-next-enter-active,
.slide-next-leave-active,
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%; }

.slide-prev-enter, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%; }

.autocomplete {
  position: relative; }
  .autocomplete .dropdown-menu {
    display: block;
    min-width: 100%;
    max-width: 100%; }
    .autocomplete .dropdown-menu.is-opened-top {
      top: auto;
      bottom: 100%; }
  .autocomplete .dropdown-content {
    overflow: auto;
    max-height: 200px; }
  .autocomplete .dropdown-item, .autocomplete .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .autocomplete a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .autocomplete .dropdown-item.is-hovered, .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered, .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
      background: #f4f6fc;
      color: #000000; }
    .autocomplete .dropdown-item.is-disabled, .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled, .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .autocomplete.is-small {
    border-radius: 1px;
    font-size: 0.8rem;
    height: 28px; }
  .autocomplete.is-medium {
    font-size: 1rem;
    height: 38px; }
  .autocomplete.is-large {
    font-size: 1rem;
    height: 42px; }

.b-checkbox.checkbox {
  outline: none;
  display: inline-flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .b-checkbox.checkbox + .checkbox {
    margin-left: 0.5em; }
  .b-checkbox.checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
    .b-checkbox.checkbox input[type=checkbox] + .check {
      width: 1.25em;
      height: 1.25em;
      flex-shrink: 0;
      border-radius: 6px;
      border: 2px solid #ebedf0;
      transition: background 150ms ease-out; }
    .b-checkbox.checkbox input[type=checkbox]:checked + .check {
      background: #078834 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
      border-color: #078834; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-white {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23ebedf0' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #fff; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-black {
        background: #000000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #000000; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-light {
        background: #ebedf0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23ebedf0' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #ebedf0; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
        background: #ebedf0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23ebedf0' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #ebedf0; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-darker {
        background: #c3c3c3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23ebedf0' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #c3c3c3; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-darkest {
        background: #8d8d8d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23c3c3c3' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #8d8d8d; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-tertiary {
        background: #a4418e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23862b72' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #a4418e; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-secondary {
        background: #488fb1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%233b7aaa' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #488fb1; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-secondary-dark {
        background: #3b7aaa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%2321669b' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #3b7aaa; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
        background: #078834 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23066d2a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #078834; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary-dark {
        background: #066d2a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23073618' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #066d2a; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary-darker {
        background: #073618 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #073618; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-info {
        background: #dde7ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23477398' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #dde7ef; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
        background: #4b9f41 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%234e8f46' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #4b9f41; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning {
        background: #ffdd57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23eadf83' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #ffdd57; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning-dark {
        background: #eadf83 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23f4e461' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #eadf83; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning-darker {
        background: #f4e461 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23e6d444' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #f4e461; }
      .b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger {
        background: #d53535 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23d14545' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #d53535; }
    .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check {
      background: #078834 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
      border-color: #078834; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-white {
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23ebedf0' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #fff; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-black {
        background: #000000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #000000; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-light {
        background: #ebedf0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23ebedf0' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #ebedf0; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-dark {
        background: #ebedf0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23ebedf0' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #ebedf0; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-darker {
        background: #c3c3c3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23ebedf0' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #c3c3c3; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-darkest {
        background: #8d8d8d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23c3c3c3' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #8d8d8d; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-tertiary {
        background: #a4418e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23862b72' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #a4418e; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-secondary {
        background: #488fb1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%233b7aaa' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #488fb1; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-secondary-dark {
        background: #3b7aaa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%2321669b' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #3b7aaa; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary {
        background: #078834 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23066d2a' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #078834; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary-dark {
        background: #066d2a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23073618' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #066d2a; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary-darker {
        background: #073618 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #073618; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-info {
        background: #dde7ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23477398' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #dde7ef; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success {
        background: #4b9f41 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%234e8f46' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #4b9f41; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning {
        background: #ffdd57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23eadf83' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #ffdd57; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning-dark {
        background: #eadf83 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23f4e461' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #eadf83; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning-darker {
        background: #f4e461 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23e6d444' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #f4e461; }
      .b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-danger {
        background: #d53535 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23d14545' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #d53535; }
    .b-checkbox.checkbox input[type=checkbox]:focus + .check {
      box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.8); }
    .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
      box-shadow: 0 0 0.5em rgba(7, 136, 52, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-white {
        box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-black {
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-light {
        box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-dark {
        box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-darker {
        box-shadow: 0 0 0.5em rgba(195, 195, 195, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-darkest {
        box-shadow: 0 0 0.5em rgba(141, 141, 141, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-tertiary {
        box-shadow: 0 0 0.5em rgba(164, 65, 142, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-secondary {
        box-shadow: 0 0 0.5em rgba(72, 143, 177, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-secondary-dark {
        box-shadow: 0 0 0.5em rgba(59, 122, 170, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary {
        box-shadow: 0 0 0.5em rgba(7, 136, 52, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary-dark {
        box-shadow: 0 0 0.5em rgba(6, 109, 42, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary-darker {
        box-shadow: 0 0 0.5em rgba(7, 54, 24, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-info {
        box-shadow: 0 0 0.5em rgba(221, 231, 239, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success {
        box-shadow: 0 0 0.5em rgba(75, 159, 65, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning {
        box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning-dark {
        box-shadow: 0 0 0.5em rgba(234, 223, 131, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning-darker {
        box-shadow: 0 0 0.5em rgba(244, 228, 97, 0.8); }
      .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-danger {
        box-shadow: 0 0 0.5em rgba(213, 53, 53, 0.8); }
  .b-checkbox.checkbox .control-label {
    padding-left: 0.5em; }
  .b-checkbox.checkbox[disabled] {
    opacity: 0.5; }
  .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
    border-color: #078834; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-white {
      border-color: #fff; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-black {
      border-color: #000000; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-light {
      border-color: #ebedf0; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-dark {
      border-color: #ebedf0; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-darker {
      border-color: #c3c3c3; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-darkest {
      border-color: #8d8d8d; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-tertiary {
      border-color: #a4418e; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-secondary {
      border-color: #488fb1; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-secondary-dark {
      border-color: #3b7aaa; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary {
      border-color: #078834; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary-dark {
      border-color: #066d2a; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary-darker {
      border-color: #073618; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-info {
      border-color: #dde7ef; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success {
      border-color: #4b9f41; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning {
      border-color: #ffdd57; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning-dark {
      border-color: #eadf83; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning-darker {
      border-color: #f4e461; }
    .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-danger {
      border-color: #d53535; }
  .b-checkbox.checkbox.is-small {
    border-radius: 1px;
    font-size: 0.8rem;
    height: 28px; }
  .b-checkbox.checkbox.is-medium {
    font-size: 1rem;
    height: 38px; }
  .b-checkbox.checkbox.is-large {
    font-size: 1rem;
    height: 42px; }

.b-clockpicker .card-header {
  background-color: #078834;
  color: #fff; }

.b-clockpicker .b-clockpicker-face:after {
  background-color: #078834; }

.b-clockpicker .b-clockpicker-face-hand {
  background-color: #078834;
  border-color: #078834; }

.b-clockpicker .b-clockpicker-face-number.active {
  background-color: #078834;
  color: #fff; }

.b-clockpicker.is-white .card-header {
  background-color: #fff;
  color: #ebedf0; }

.b-clockpicker.is-white .b-clockpicker-face:after {
  background-color: #fff; }

.b-clockpicker.is-white .b-clockpicker-face-hand {
  background-color: #fff;
  border-color: #fff; }

.b-clockpicker.is-white .b-clockpicker-face-number.active {
  background-color: #fff;
  color: #ebedf0; }

.b-clockpicker.is-black .card-header {
  background-color: #000000;
  color: #fff; }

.b-clockpicker.is-black .b-clockpicker-face:after {
  background-color: #000000; }

.b-clockpicker.is-black .b-clockpicker-face-hand {
  background-color: #000000;
  border-color: #000000; }

.b-clockpicker.is-black .b-clockpicker-face-number.active {
  background-color: #000000;
  color: #fff; }

.b-clockpicker.is-light .card-header {
  background-color: #ebedf0;
  color: #ebedf0; }

.b-clockpicker.is-light .b-clockpicker-face:after {
  background-color: #ebedf0; }

.b-clockpicker.is-light .b-clockpicker-face-hand {
  background-color: #ebedf0;
  border-color: #ebedf0; }

.b-clockpicker.is-light .b-clockpicker-face-number.active {
  background-color: #ebedf0;
  color: #ebedf0; }

.b-clockpicker.is-dark .card-header {
  background-color: #ebedf0;
  color: #ebedf0; }

.b-clockpicker.is-dark .b-clockpicker-face:after {
  background-color: #ebedf0; }

.b-clockpicker.is-dark .b-clockpicker-face-hand {
  background-color: #ebedf0;
  border-color: #ebedf0; }

.b-clockpicker.is-dark .b-clockpicker-face-number.active {
  background-color: #ebedf0;
  color: #ebedf0; }

.b-clockpicker.is-darker .card-header {
  background-color: #c3c3c3;
  color: #ebedf0; }

.b-clockpicker.is-darker .b-clockpicker-face:after {
  background-color: #c3c3c3; }

.b-clockpicker.is-darker .b-clockpicker-face-hand {
  background-color: #c3c3c3;
  border-color: #c3c3c3; }

.b-clockpicker.is-darker .b-clockpicker-face-number.active {
  background-color: #c3c3c3;
  color: #ebedf0; }

.b-clockpicker.is-darkest .card-header {
  background-color: #8d8d8d;
  color: #c3c3c3; }

.b-clockpicker.is-darkest .b-clockpicker-face:after {
  background-color: #8d8d8d; }

.b-clockpicker.is-darkest .b-clockpicker-face-hand {
  background-color: #8d8d8d;
  border-color: #8d8d8d; }

.b-clockpicker.is-darkest .b-clockpicker-face-number.active {
  background-color: #8d8d8d;
  color: #c3c3c3; }

.b-clockpicker.is-tertiary .card-header {
  background-color: #a4418e;
  color: #862b72; }

.b-clockpicker.is-tertiary .b-clockpicker-face:after {
  background-color: #a4418e; }

.b-clockpicker.is-tertiary .b-clockpicker-face-hand {
  background-color: #a4418e;
  border-color: #a4418e; }

.b-clockpicker.is-tertiary .b-clockpicker-face-number.active {
  background-color: #a4418e;
  color: #862b72; }

.b-clockpicker.is-secondary .card-header {
  background-color: #488fb1;
  color: #3b7aaa; }

.b-clockpicker.is-secondary .b-clockpicker-face:after {
  background-color: #488fb1; }

.b-clockpicker.is-secondary .b-clockpicker-face-hand {
  background-color: #488fb1;
  border-color: #488fb1; }

.b-clockpicker.is-secondary .b-clockpicker-face-number.active {
  background-color: #488fb1;
  color: #3b7aaa; }

.b-clockpicker.is-secondary-dark .card-header {
  background-color: #3b7aaa;
  color: #21669b; }

.b-clockpicker.is-secondary-dark .b-clockpicker-face:after {
  background-color: #3b7aaa; }

.b-clockpicker.is-secondary-dark .b-clockpicker-face-hand {
  background-color: #3b7aaa;
  border-color: #3b7aaa; }

.b-clockpicker.is-secondary-dark .b-clockpicker-face-number.active {
  background-color: #3b7aaa;
  color: #21669b; }

.b-clockpicker.is-primary .card-header {
  background-color: #078834;
  color: #066d2a; }

.b-clockpicker.is-primary .b-clockpicker-face:after {
  background-color: #078834; }

.b-clockpicker.is-primary .b-clockpicker-face-hand {
  background-color: #078834;
  border-color: #078834; }

.b-clockpicker.is-primary .b-clockpicker-face-number.active {
  background-color: #078834;
  color: #066d2a; }

.b-clockpicker.is-primary-dark .card-header {
  background-color: #066d2a;
  color: #073618; }

.b-clockpicker.is-primary-dark .b-clockpicker-face:after {
  background-color: #066d2a; }

.b-clockpicker.is-primary-dark .b-clockpicker-face-hand {
  background-color: #066d2a;
  border-color: #066d2a; }

.b-clockpicker.is-primary-dark .b-clockpicker-face-number.active {
  background-color: #066d2a;
  color: #073618; }

.b-clockpicker.is-primary-darker .card-header {
  background-color: #073618;
  color: #fff; }

.b-clockpicker.is-primary-darker .b-clockpicker-face:after {
  background-color: #073618; }

.b-clockpicker.is-primary-darker .b-clockpicker-face-hand {
  background-color: #073618;
  border-color: #073618; }

.b-clockpicker.is-primary-darker .b-clockpicker-face-number.active {
  background-color: #073618;
  color: #fff; }

.b-clockpicker.is-info .card-header {
  background-color: #dde7ef;
  color: #477398; }

.b-clockpicker.is-info .b-clockpicker-face:after {
  background-color: #dde7ef; }

.b-clockpicker.is-info .b-clockpicker-face-hand {
  background-color: #dde7ef;
  border-color: #dde7ef; }

.b-clockpicker.is-info .b-clockpicker-face-number.active {
  background-color: #dde7ef;
  color: #477398; }

.b-clockpicker.is-success .card-header {
  background-color: #4b9f41;
  color: #4e8f46; }

.b-clockpicker.is-success .b-clockpicker-face:after {
  background-color: #4b9f41; }

.b-clockpicker.is-success .b-clockpicker-face-hand {
  background-color: #4b9f41;
  border-color: #4b9f41; }

.b-clockpicker.is-success .b-clockpicker-face-number.active {
  background-color: #4b9f41;
  color: #4e8f46; }

.b-clockpicker.is-warning .card-header {
  background-color: #ffdd57;
  color: #eadf83; }

.b-clockpicker.is-warning .b-clockpicker-face:after {
  background-color: #ffdd57; }

.b-clockpicker.is-warning .b-clockpicker-face-hand {
  background-color: #ffdd57;
  border-color: #ffdd57; }

.b-clockpicker.is-warning .b-clockpicker-face-number.active {
  background-color: #ffdd57;
  color: #eadf83; }

.b-clockpicker.is-warning-dark .card-header {
  background-color: #eadf83;
  color: #f4e461; }

.b-clockpicker.is-warning-dark .b-clockpicker-face:after {
  background-color: #eadf83; }

.b-clockpicker.is-warning-dark .b-clockpicker-face-hand {
  background-color: #eadf83;
  border-color: #eadf83; }

.b-clockpicker.is-warning-dark .b-clockpicker-face-number.active {
  background-color: #eadf83;
  color: #f4e461; }

.b-clockpicker.is-warning-darker .card-header {
  background-color: #f4e461;
  color: #e6d444; }

.b-clockpicker.is-warning-darker .b-clockpicker-face:after {
  background-color: #f4e461; }

.b-clockpicker.is-warning-darker .b-clockpicker-face-hand {
  background-color: #f4e461;
  border-color: #f4e461; }

.b-clockpicker.is-warning-darker .b-clockpicker-face-number.active {
  background-color: #f4e461;
  color: #e6d444; }

.b-clockpicker.is-danger .card-header {
  background-color: #d53535;
  color: #d14545; }

.b-clockpicker.is-danger .b-clockpicker-face:after {
  background-color: #d53535; }

.b-clockpicker.is-danger .b-clockpicker-face-hand {
  background-color: #d53535;
  border-color: #d53535; }

.b-clockpicker.is-danger .b-clockpicker-face-number.active {
  background-color: #d53535;
  color: #d14545; }

.b-clockpicker .dropdown-menu {
  min-width: 0; }

.b-clockpicker .dropdown,
.b-clockpicker .dropdown-trigger {
  width: 100%; }

.b-clockpicker .dropdown-item, .b-clockpicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .b-clockpicker a {
  font-size: inherit;
  padding: 0; }

.b-clockpicker .dropdown-content {
  padding-top: 0;
  padding-bottom: 0; }

.b-clockpicker .card {
  border-radius: 6px; }

.b-clockpicker .card-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.b-clockpicker .card-content {
  padding: 12px; }

.b-clockpicker-btn {
  cursor: pointer;
  opacity: 0.6; }
  .b-clockpicker-btn:hover, .b-clockpicker-btn.active {
    opacity: 1; }

.b-clockpicker-period .b-clockpicker-btn {
  font-size: 16px;
  text-transform: uppercase; }

.b-clockpicker-time span {
  align-items: center;
  display: inline-flex;
  justify-content: center; }

.b-clockpicker-header {
  display: flex;
  line-height: 1;
  justify-content: flex-end;
  color: inherit; }
  .b-clockpicker-header .b-clockpicker-time {
    white-space: nowrap; }
    .b-clockpicker-header .b-clockpicker-time span {
      height: 60px;
      font-size: 60px; }
  .b-clockpicker-header .b-clockpicker-period {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    margin: 8px 0 6px 8px; }

.b-clockpicker-body {
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.5, 1); }
  .b-clockpicker-body .b-clockpicker-btn {
    padding: 0 8px;
    border-radius: 290486px;
    margin-bottom: 2px; }
    .b-clockpicker-body .b-clockpicker-btn:hover, .b-clockpicker-body .b-clockpicker-btn.active {
      background-color: #078834;
      color: white; }
  .b-clockpicker-body .b-clockpicker-period {
    position: absolute;
    top: 5px;
    right: 5px; }
  .b-clockpicker-body .b-clockpicker-time {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 16px; }
  .b-clockpicker-body .b-clockpicker-face {
    border-radius: 50%;
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center; }
    .b-clockpicker-body .b-clockpicker-face:after {
      border-radius: 50%;
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      z-index: 10; }
    .b-clockpicker-body .b-clockpicker-face-outer-ring {
      user-select: none;
      height: calc(100% - 50px);
      width: calc(100% - 50px);
      position: relative;
      border-radius: 50%; }
    .b-clockpicker-body .b-clockpicker-face-number {
      align-items: center;
      border-radius: 100%;
      cursor: default;
      display: flex;
      font-size: 18px;
      text-align: center;
      justify-content: center;
      position: absolute;
      width: 40px;
      height: 40px;
      left: calc(50% - 40px / 2);
      top: calc(50% - 40px / 2);
      user-select: none; }
      .b-clockpicker-body .b-clockpicker-face-number > span {
        z-index: 1; }
      .b-clockpicker-body .b-clockpicker-face-number:before, .b-clockpicker-body .b-clockpicker-face-number:after {
        content: "";
        height: 40px;
        width: 40px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .b-clockpicker-body .b-clockpicker-face-number.active {
        cursor: default;
        z-index: 2; }
      .b-clockpicker-body .b-clockpicker-face-number.disabled {
        pointer-events: none;
        opacity: .25; }
    .b-clockpicker-body .b-clockpicker-face-hand {
      height: calc(50% - 6px);
      width: 2px;
      bottom: 50%;
      left: calc(50% - 1px);
      transform-origin: center bottom;
      position: absolute;
      will-change: transform;
      z-index: 1; }
      .b-clockpicker-body .b-clockpicker-face-hand:before {
        background: transparent;
        border-width: 2px;
        border-style: solid;
        border-color: inherit;
        border-radius: 100%;
        width: 12px;
        height: 12px;
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translate(-50%, -50%); }

.b-clockpicker-footer {
  display: block;
  padding: 12px; }

.b-clockpicker.is-small {
  border-radius: 1px;
  font-size: 0.8rem;
  height: 28px; }

.b-clockpicker.is-medium {
  font-size: 1rem;
  height: 38px; }

.b-clockpicker.is-large {
  font-size: 1rem;
  height: 42px; }

.collapse .collapse-trigger {
  display: inline;
  cursor: pointer; }

.collapse .collapse-content {
  display: inherit; }

.datepicker {
  font-size: 0.875rem; }
  .datepicker .dropdown,
  .datepicker .dropdown-trigger {
    width: 100%; }
  .datepicker .dropdown-item, .datepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .datepicker a {
    font-size: inherit; }
  .datepicker .datepicker-header {
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
    border-bottom: 1px solid #f5f5f5; }
  .datepicker .datepicker-content {
    height: 16.25rem; }
  .datepicker .datepicker-footer {
    margin-top: 0.875rem;
    padding-top: 0.875rem;
    border-top: 1px solid #f5f5f5; }
  .datepicker .datepicker-table {
    display: table;
    margin: 0 auto 0 auto; }
    .datepicker .datepicker-table .datepicker-cell {
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      border-radius: 6px;
      padding: 0.5rem 0.75rem; }
    .datepicker .datepicker-table .datepicker-header {
      display: table-header-group; }
      .datepicker .datepicker-table .datepicker-header .datepicker-cell {
        color: #ebedf0;
        font-weight: 600; }
    .datepicker .datepicker-table .datepicker-body {
      display: table-row-group; }
      .datepicker .datepicker-table .datepicker-body .datepicker-row {
        display: table-row; }
      .datepicker .datepicker-table .datepicker-body .datepicker-months {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 17rem; }
        .datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%;
          height: 2.5rem; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable {
        color: #f1f1f1; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
        border: solid 1px rgba(7, 136, 52, 0.5); }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable {
        color: #c3c3c3; }
        .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected), .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected) {
          background-color: #fff;
          color: #000000;
          cursor: pointer; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
        background-color: #078834;
        color: #fff; }
      .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected) {
        color: #f1f1f1; }
      .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell {
        padding: 0.3rem 0.75rem 0.75rem; }
        .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event {
          position: relative; }
          .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events {
            bottom: .425rem;
            display: flex;
            justify-content: center;
            left: 0;
            padding: 0 .35rem;
            position: absolute;
            width: 100%; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
              background-color: #fff; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
              background-color: #000000; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
              background-color: #ebedf0; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
              background-color: #ebedf0; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-darker {
              background-color: #c3c3c3; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-darkest {
              background-color: #8d8d8d; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-tertiary {
              background-color: #a4418e; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-secondary {
              background-color: #488fb1; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-secondary-dark {
              background-color: #3b7aaa; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
              background-color: #078834; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary-dark {
              background-color: #066d2a; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary-darker {
              background-color: #073618; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info {
              background-color: #dde7ef; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
              background-color: #4b9f41; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
              background-color: #ffdd57; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning-dark {
              background-color: #eadf83; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning-darker {
              background-color: #f4e461; }
            .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
              background-color: #d53535; }
          .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event {
            border-radius: 50%;
            height: .35em;
            margin: 0 .1em;
            width: .35em; }
          .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event {
            height: .25em;
            width: 100%; }
        .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected {
          overflow: hidden; }
          .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
            background-color: #0bd150; }
  .datepicker.is-small {
    border-radius: 1px;
    font-size: 0.8rem;
    height: 28px; }
  .datepicker.is-medium {
    font-size: 1rem;
    height: 38px; }
  .datepicker.is-large {
    font-size: 1rem;
    height: 42px; }

.dialog .modal-card {
  max-width: 460px;
  width: auto; }
  .dialog .modal-card .modal-card-head {
    font-size: 1.25rem;
    font-weight: 600; }
  .dialog .modal-card .modal-card-body .field {
    margin-top: 16px; }
  .dialog .modal-card .modal-card-body.is-titleless {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .dialog .modal-card .modal-card-foot {
    justify-content: flex-end; }
    .dialog .modal-card .modal-card-foot .button {
      display: inline;
      min-width: 5em;
      font-weight: 600; }
  @media screen and (min-width: 768px), print {
    .dialog .modal-card {
      min-width: 320px; } }

.dialog.is-small .modal-card,
.dialog.is-small .input,
.dialog.is-small .taginput .taginput-container.is-focusable,
.taginput .dialog.is-small .taginput-container.is-focusable,
.dialog.is-small .button {
  border-radius: 1px;
  font-size: 0.8rem;
  height: 28px; }

.dialog.is-medium .modal-card,
.dialog.is-medium .input,
.dialog.is-medium .taginput .taginput-container.is-focusable,
.taginput .dialog.is-medium .taginput-container.is-focusable,
.dialog.is-medium .button {
  font-size: 1rem;
  height: 38px; }

.dialog.is-large .modal-card,
.dialog.is-large .input,
.dialog.is-large .taginput .taginput-container.is-focusable,
.taginput .dialog.is-large .taginput-container.is-focusable,
.dialog.is-large .button {
  font-size: 1rem;
  height: 42px; }

.dropdown + .dropdown {
  margin-left: 0.5em; }

.dropdown .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 40;
  cursor: pointer; }
  @media screen and (min-width: 1088px) {
    .dropdown .background {
      display: none; } }

.dropdown .dropdown-menu .dropdown-item.is-disabled, .dropdown .dropdown-menu .has-link a.is-disabled {
  cursor: not-allowed; }
  .dropdown .dropdown-menu .dropdown-item.is-disabled:hover, .dropdown .dropdown-menu .has-link a.is-disabled:hover {
    background: inherit;
    color: inherit; }

.dropdown .dropdown-menu .has-link a {
  padding-right: 3rem;
  white-space: nowrap; }

.dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled, .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled {
  opacity: 0.5; }

.dropdown .navbar-item {
  height: 100%; }

.dropdown.is-disabled {
  opacity: 0.5;
  cursor: not-allowed; }
  .dropdown.is-disabled .dropdown-trigger {
    pointer-events: none; }

.dropdown.is-inline .dropdown-menu {
  position: static;
  display: inline-block;
  padding: 0; }

.dropdown.is-top-right .dropdown-menu {
  top: auto;
  bottom: 100%; }

.dropdown.is-top-left .dropdown-menu {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto; }

.dropdown.is-bottom-left .dropdown-menu {
  right: 0;
  left: auto; }

@media screen and (max-width: 1087px) {
  .dropdown.is-mobile-modal .dropdown-menu {
    position: fixed;
    width: calc(100vw - 40px);
    max-width: 460px;
    max-height: calc(100vh - 120px);
    top: 25% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    transform: translate3d(-50%, -25%, 0);
    white-space: normal;
    overflow-y: auto;
    z-index: 50; }
    .dropdown.is-mobile-modal .dropdown-menu .dropdown-item, .dropdown.is-mobile-modal .dropdown-menu .has-link a {
      padding: 1rem 1.5rem; } }

.field.is-grouped .field {
  flex-shrink: 0; }
  .field.is-grouped .field:not(:last-child) {
    margin-right: 0.75rem; }
  .field.is-grouped .field.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }

.field.has-addons .control:first-child .control .button,
.field.has-addons .control:first-child .control .input,
.field.has-addons .control:first-child .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:first-child .control .taginput-container.is-focusable,
.field.has-addons .control:first-child .control .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.field.has-addons .control:last-child .control .button,
.field.has-addons .control:last-child .control .input,
.field.has-addons .control:last-child .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:last-child .control .taginput-container.is-focusable,
.field.has-addons .control:last-child .control .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.field.has-addons .control .control .button,
.field.has-addons .control .control .input,
.field.has-addons .control .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control .control .taginput-container.is-focusable,
.field.has-addons .control .control .select select {
  border-radius: 0; }

.field.is-floating-label {
  position: relative; }
  .field.is-floating-label .label {
    position: absolute;
    top: -0.775em;
    left: 1em;
    font-size: calc(1rem * 3 / 4);
    background-color: transparent;
    padding-left: 0.125em;
    padding-right: 0.125em;
    z-index: 5; }
    .field.is-floating-label .label:before {
      content: '';
      display: block;
      position: absolute;
      top: 0.775em;
      left: 0;
      right: 0;
      height: 0.375em;
      background-color: #fff;
      z-index: -1; }
    .field.is-floating-label .label.is-small {
      font-size: calc(0.8rem * 3 / 4); }
    .field.is-floating-label .label.is-medium {
      font-size: calc(1.25rem * 3 / 4); }
    .field.is-floating-label .label.is-large {
      font-size: calc(1.5rem * 3 / 4); }
  .field.is-floating-label .input:focus, .field.is-floating-label .taginput .taginput-container.is-focusable:focus, .taginput .field.is-floating-label .taginput-container.is-focusable:focus,
  .field.is-floating-label .textarea:focus,
  .field.is-floating-label .select select:focus {
    box-shadow: none; }
  .field.is-floating-label .taginput .taginput-container.is-focusable {
    padding-top: 0.475em; }
    .field.is-floating-label .taginput .taginput-container.is-focusable.is-focused {
      box-shadow: none; }

.field.is-floating-in-label {
  position: relative; }
  .field.is-floating-in-label .label {
    position: absolute;
    top: 0.25em;
    left: 1em;
    font-size: calc(1rem * 3 / 4);
    background-color: transparent;
    z-index: 5; }
    .field.is-floating-in-label .label.is-small {
      font-size: calc(0.8rem * 3 / 4); }
    .field.is-floating-in-label .label.is-medium {
      font-size: calc(1.25rem * 3 / 4); }
    .field.is-floating-in-label .label.is-large {
      font-size: calc(1.5rem * 3 / 4); }
  .field.is-floating-in-label > .datepicker .input, .field.is-floating-in-label > .datepicker .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > .datepicker .taginput-container.is-focusable, .field.is-floating-in-label > .timepicker .input, .field.is-floating-in-label > .timepicker .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > .timepicker .taginput-container.is-focusable {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2);
    padding-bottom: 1px;
    height: 3.25em; }
  .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .input, .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .taginput-container.is-focusable,
  .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .textarea,
  .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) select {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2);
    padding-bottom: 1px;
    height: 3.25em; }
  .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple) {
    height: 3.25em; }
    .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading::after {
      margin-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2); }
    .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple)::after {
      margin-top: 1px; }
  .field.is-floating-in-label > :not(.taginput) .is-left.icon,
  .field.is-floating-in-label > :not(.taginput) .is-right.icon {
    height: 3.25em; }
  .field.is-floating-in-label > :not(.taginput) .is-left.icon {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2); }
  .field.is-floating-in-label .control.is-loading::after {
    margin-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2); }
  .field.is-floating-in-label .taginput .taginput-container.is-focusable {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2 + (0.275em - 1px)); }

.control .help.counter {
  float: right;
  margin-left: 0.5em; }

.control .icon.is-clickable {
  pointer-events: auto;
  cursor: pointer; }

.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: inherit; }
  .icon svg {
    background-color: transparent;
    fill: currentColor;
    stroke-width: 0;
    stroke: currentColor;
    pointer-events: none;
    width: 1.5rem;
    height: 1.5rem; }

.loading-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden; }
  .loading-overlay.is-active {
    display: flex; }
  .loading-overlay.is-full-page {
    z-index: 999;
    position: fixed; }
    .loading-overlay.is-full-page .loading-icon:after {
      top: calc(50% - 2.5em);
      left: calc(50% - 2.5em);
      width: 5em;
      height: 5em; }
  .loading-overlay .loading-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #7f7f7f;
    background: rgba(255, 255, 255, 0.5); }
  .loading-overlay .loading-icon {
    position: relative; }
    .loading-overlay .loading-icon:after {
      border: 16px solid #f3f3f3;
      /* Light grey */
      border-top: 16px solid #999;
      /* Blue */
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: spin 500ms linear infinite;
      content: '';
      display: block;
      position: absolute;
      top: calc(50% - 1.5em);
      left: calc(50% - 1.5em);
      width: 3em;
      height: 3em;
      border-width: 0.25em; }

.menu .menu-list li > a.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5; }

.message .media,
.notification .media {
  padding-top: 0;
  border: 0; }

.notification > .delete {
  right: 0.5rem !important;
  top: 0.5rem !important; }

.modal.is-full-screen > .animation-content,
.modal.is-full-screen > .animation-content > .modal-card {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0;
  background-color: #ffffff; }

.modal .animation-content {
  margin: 0 20px; }
  .modal .animation-content .modal-card {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .modal .animation-content {
      width: 100%; } }

.modal .modal-content {
  width: 100%; }

.notices {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none; }
  .notices .toast {
    display: inline-flex;
    animation-duration: 150ms;
    margin: 0.5em 0;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    border-radius: 2em;
    padding: 0.75em 1.5em;
    pointer-events: auto;
    opacity: 0.92; }
    .notices .toast.is-white {
      color: #ebedf0;
      background: #fff; }
    .notices .toast.is-black {
      color: #fff;
      background: #000000; }
    .notices .toast.is-light {
      color: #ebedf0;
      background: #ebedf0; }
    .notices .toast.is-dark {
      color: #ebedf0;
      background: #ebedf0; }
    .notices .toast.is-darker {
      color: #ebedf0;
      background: #c3c3c3; }
    .notices .toast.is-darkest {
      color: #c3c3c3;
      background: #8d8d8d; }
    .notices .toast.is-tertiary {
      color: #862b72;
      background: #a4418e; }
    .notices .toast.is-secondary {
      color: #3b7aaa;
      background: #488fb1; }
    .notices .toast.is-secondary-dark {
      color: #21669b;
      background: #3b7aaa; }
    .notices .toast.is-primary {
      color: #066d2a;
      background: #078834; }
    .notices .toast.is-primary-dark {
      color: #073618;
      background: #066d2a; }
    .notices .toast.is-primary-darker {
      color: #fff;
      background: #073618; }
    .notices .toast.is-info {
      color: #477398;
      background: #dde7ef; }
    .notices .toast.is-success {
      color: #4e8f46;
      background: #4b9f41; }
    .notices .toast.is-warning {
      color: #eadf83;
      background: #ffdd57; }
    .notices .toast.is-warning-dark {
      color: #f4e461;
      background: #eadf83; }
    .notices .toast.is-warning-darker {
      color: #e6d444;
      background: #f4e461; }
    .notices .toast.is-danger {
      color: #d14545;
      background: #d53535; }
  .notices .snackbar {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    animation-duration: 150ms;
    margin: 0.5em 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    pointer-events: auto;
    background: #ebedf0;
    color: #ebedf0;
    min-height: 3em; }
    .notices .snackbar .text {
      padding: 0.5em 1em; }
    .notices .snackbar .action {
      margin-left: auto;
      padding: 0.5em;
      padding-left: 0; }
      .notices .snackbar .action .button {
        font-weight: 600;
        text-transform: uppercase;
        background: #ebedf0;
        border: transparent; }
      .notices .snackbar .action .button:hover {
        background: #dce0e5; }
      .notices .snackbar .action .button:active {
        background: #dce0e5; }
      .notices .snackbar .action.is-white .button {
        color: #fff; }
      .notices .snackbar .action.is-black .button {
        color: #000000; }
      .notices .snackbar .action.is-light .button {
        color: #ebedf0; }
      .notices .snackbar .action.is-dark .button {
        color: #ebedf0; }
      .notices .snackbar .action.is-darker .button {
        color: #c3c3c3; }
      .notices .snackbar .action.is-darkest .button {
        color: #8d8d8d; }
      .notices .snackbar .action.is-tertiary .button {
        color: #a4418e; }
      .notices .snackbar .action.is-secondary .button {
        color: #488fb1; }
      .notices .snackbar .action.is-secondary-dark .button {
        color: #3b7aaa; }
      .notices .snackbar .action.is-primary .button {
        color: #078834; }
      .notices .snackbar .action.is-primary-dark .button {
        color: #066d2a; }
      .notices .snackbar .action.is-primary-darker .button {
        color: #073618; }
      .notices .snackbar .action.is-info .button {
        color: #dde7ef; }
      .notices .snackbar .action.is-success .button {
        color: #4b9f41; }
      .notices .snackbar .action.is-warning .button {
        color: #ffdd57; }
      .notices .snackbar .action.is-warning-dark .button {
        color: #eadf83; }
      .notices .snackbar .action.is-warning-darker .button {
        color: #f4e461; }
      .notices .snackbar .action.is-danger .button {
        color: #d53535; }
    @media screen and (max-width: 768px) {
      .notices .snackbar {
        width: 100%;
        margin: 0;
        border-radius: 0; } }
    @media screen and (min-width: 768px), print {
      .notices .snackbar {
        min-width: 350px;
        max-width: 600px;
        overflow: hidden; } }
  .notices .notification {
    max-width: 600px; }
  .notices .toast.is-top, .notices .toast.is-bottom,
  .notices .snackbar.is-top,
  .notices .snackbar.is-bottom,
  .notices .notification.is-top,
  .notices .notification.is-bottom {
    align-self: center; }
  .notices .toast.is-top-right, .notices .toast.is-bottom-right,
  .notices .snackbar.is-top-right,
  .notices .snackbar.is-bottom-right,
  .notices .notification.is-top-right,
  .notices .notification.is-bottom-right {
    align-self: flex-end; }
  .notices .toast.is-top-left, .notices .toast.is-bottom-left,
  .notices .snackbar.is-top-left,
  .notices .snackbar.is-bottom-left,
  .notices .notification.is-top-left,
  .notices .notification.is-bottom-left {
    align-self: flex-start; }
  .notices .toast.is-toast,
  .notices .snackbar.is-toast,
  .notices .notification.is-toast {
    opacity: 0.92; }
  .notices.is-top {
    flex-direction: column; }
  .notices.is-bottom {
    flex-direction: column-reverse; }
  .notices.has-custom-container {
    position: absolute; }
  @media screen and (max-width: 768px) {
    .notices {
      padding: 0;
      position: fixed !important; } }

.b-numberinput.field {
  margin-bottom: 0; }
  .b-numberinput.field.is-grouped div.control {
    flex-grow: 1;
    flex-shrink: 1; }

.b-numberinput input[type=number]::-webkit-inner-spin-button,
.b-numberinput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.b-numberinput input[type=number] {
  -moz-appearance: textfield; }

.b-numberinput input[type=number] {
  text-align: center; }

.b-numberinput .button.is-rounded {
  padding-left: 0.75em;
  padding-right: 0.75em; }

.pagination .pagination-next,
.pagination .pagination-previous {
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .pagination .pagination-next.is-disabled,
  .pagination .pagination-previous.is-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5; }

.pagination.is-simple {
  justify-content: normal; }
  .pagination.is-simple.is-centered {
    justify-content: center; }
  .pagination.is-simple.is-right {
    justify-content: flex-end; }

.pagination .is-current {
  pointer-events: none;
  cursor: not-allowed; }

.b-radio.radio {
  outline: none;
  display: inline-flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .b-radio.radio + .radio {
    margin-left: 0.5em; }
  .b-radio.radio input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
    .b-radio.radio input[type=radio] + .check {
      display: flex;
      flex-shrink: 0;
      position: relative;
      cursor: pointer;
      width: 1.25em;
      height: 1.25em;
      transition: background 150ms ease-out;
      border-radius: 50%;
      border: 2px solid #ebedf0; }
      .b-radio.radio input[type=radio] + .check:before {
        content: "";
        display: flex;
        position: absolute;
        left: 50%;
        margin-left: calc(-1.25em/2);
        bottom: 50%;
        margin-bottom: calc(-1.25em/2);
        width: 1.25em;
        height: 1.25em;
        transition: transform 150ms ease-out;
        border-radius: 50%;
        transform: scale(0);
        background-color: #078834; }
      .b-radio.radio input[type=radio] + .check.is-white:before {
        background: #fff; }
      .b-radio.radio input[type=radio] + .check.is-black:before {
        background: #000000; }
      .b-radio.radio input[type=radio] + .check.is-light:before {
        background: #ebedf0; }
      .b-radio.radio input[type=radio] + .check.is-dark:before {
        background: #ebedf0; }
      .b-radio.radio input[type=radio] + .check.is-darker:before {
        background: #c3c3c3; }
      .b-radio.radio input[type=radio] + .check.is-darkest:before {
        background: #8d8d8d; }
      .b-radio.radio input[type=radio] + .check.is-tertiary:before {
        background: #a4418e; }
      .b-radio.radio input[type=radio] + .check.is-secondary:before {
        background: #488fb1; }
      .b-radio.radio input[type=radio] + .check.is-secondary-dark:before {
        background: #3b7aaa; }
      .b-radio.radio input[type=radio] + .check.is-primary:before {
        background: #078834; }
      .b-radio.radio input[type=radio] + .check.is-primary-dark:before {
        background: #066d2a; }
      .b-radio.radio input[type=radio] + .check.is-primary-darker:before {
        background: #073618; }
      .b-radio.radio input[type=radio] + .check.is-info:before {
        background: #dde7ef; }
      .b-radio.radio input[type=radio] + .check.is-success:before {
        background: #4b9f41; }
      .b-radio.radio input[type=radio] + .check.is-warning:before {
        background: #ffdd57; }
      .b-radio.radio input[type=radio] + .check.is-warning-dark:before {
        background: #eadf83; }
      .b-radio.radio input[type=radio] + .check.is-warning-darker:before {
        background: #f4e461; }
      .b-radio.radio input[type=radio] + .check.is-danger:before {
        background: #d53535; }
    .b-radio.radio input[type=radio]:checked + .check {
      border-color: #078834; }
      .b-radio.radio input[type=radio]:checked + .check.is-white {
        border-color: #fff; }
      .b-radio.radio input[type=radio]:checked + .check.is-black {
        border-color: #000000; }
      .b-radio.radio input[type=radio]:checked + .check.is-light {
        border-color: #ebedf0; }
      .b-radio.radio input[type=radio]:checked + .check.is-dark {
        border-color: #ebedf0; }
      .b-radio.radio input[type=radio]:checked + .check.is-darker {
        border-color: #c3c3c3; }
      .b-radio.radio input[type=radio]:checked + .check.is-darkest {
        border-color: #8d8d8d; }
      .b-radio.radio input[type=radio]:checked + .check.is-tertiary {
        border-color: #a4418e; }
      .b-radio.radio input[type=radio]:checked + .check.is-secondary {
        border-color: #488fb1; }
      .b-radio.radio input[type=radio]:checked + .check.is-secondary-dark {
        border-color: #3b7aaa; }
      .b-radio.radio input[type=radio]:checked + .check.is-primary {
        border-color: #078834; }
      .b-radio.radio input[type=radio]:checked + .check.is-primary-dark {
        border-color: #066d2a; }
      .b-radio.radio input[type=radio]:checked + .check.is-primary-darker {
        border-color: #073618; }
      .b-radio.radio input[type=radio]:checked + .check.is-info {
        border-color: #dde7ef; }
      .b-radio.radio input[type=radio]:checked + .check.is-success {
        border-color: #4b9f41; }
      .b-radio.radio input[type=radio]:checked + .check.is-warning {
        border-color: #ffdd57; }
      .b-radio.radio input[type=radio]:checked + .check.is-warning-dark {
        border-color: #eadf83; }
      .b-radio.radio input[type=radio]:checked + .check.is-warning-darker {
        border-color: #f4e461; }
      .b-radio.radio input[type=radio]:checked + .check.is-danger {
        border-color: #d53535; }
      .b-radio.radio input[type=radio]:checked + .check:before {
        transform: scale(0.5); }
  .b-radio.radio .control-label {
    padding-left: 0.5em; }
  .b-radio.radio[disabled] {
    opacity: 0.5; }
  .b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
    border-color: #078834; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-white {
      border-color: #fff; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-black {
      border-color: #000000; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-light {
      border-color: #ebedf0; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-dark {
      border-color: #ebedf0; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-darker {
      border-color: #c3c3c3; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-darkest {
      border-color: #8d8d8d; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-tertiary {
      border-color: #a4418e; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-secondary {
      border-color: #488fb1; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-secondary-dark {
      border-color: #3b7aaa; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary {
      border-color: #078834; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary-dark {
      border-color: #066d2a; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary-darker {
      border-color: #073618; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-info {
      border-color: #dde7ef; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success {
      border-color: #4b9f41; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning {
      border-color: #ffdd57; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning-dark {
      border-color: #eadf83; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning-darker {
      border-color: #f4e461; }
    .b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-danger {
      border-color: #d53535; }
  .b-radio.radio:focus input[type=radio] + .check {
    box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.8); }
  .b-radio.radio:focus input[type=radio]:checked + .check {
    box-shadow: 0 0 0.5em rgba(7, 136, 52, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-white {
      box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-black {
      box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-light {
      box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-dark {
      box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-darker {
      box-shadow: 0 0 0.5em rgba(195, 195, 195, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-darkest {
      box-shadow: 0 0 0.5em rgba(141, 141, 141, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-tertiary {
      box-shadow: 0 0 0.5em rgba(164, 65, 142, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-secondary {
      box-shadow: 0 0 0.5em rgba(72, 143, 177, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-secondary-dark {
      box-shadow: 0 0 0.5em rgba(59, 122, 170, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-primary {
      box-shadow: 0 0 0.5em rgba(7, 136, 52, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-primary-dark {
      box-shadow: 0 0 0.5em rgba(6, 109, 42, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-primary-darker {
      box-shadow: 0 0 0.5em rgba(7, 54, 24, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-info {
      box-shadow: 0 0 0.5em rgba(221, 231, 239, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-success {
      box-shadow: 0 0 0.5em rgba(75, 159, 65, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-warning {
      box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-warning-dark {
      box-shadow: 0 0 0.5em rgba(234, 223, 131, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-warning-darker {
      box-shadow: 0 0 0.5em rgba(244, 228, 97, 0.8); }
    .b-radio.radio:focus input[type=radio]:checked + .check.is-danger {
      box-shadow: 0 0 0.5em rgba(213, 53, 53, 0.8); }
  .b-radio.radio.is-small {
    border-radius: 1px;
    font-size: 0.8rem;
    height: 28px; }
  .b-radio.radio.is-medium {
    font-size: 1rem;
    height: 38px; }
  .b-radio.radio.is-large {
    font-size: 1rem;
    height: 42px; }

.select select {
  padding-right: 2.5em; }
  .select select option {
    color: #c3c3c3;
    padding: 0.25em 0.5em; }
  .select select option:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .select select optgroup {
    color: #f1f1f1;
    font-weight: 400;
    font-style: normal;
    padding: 0.25em 0; }

.select.is-empty select {
  color: rgba(235, 237, 240, 0.7); }

/*
This project is based on
"bulma-steps" (https://github.com/Wikiki/bulma-steps) by
Wikiki (https://github.com/Wikiki) licensed under
MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
*/
.b-steps .steps {
  font-size: 1rem;
  min-height: 2rem; }
  .b-steps .steps .step-items {
    display: flex;
    flex-wrap: wrap; }
    .b-steps .steps .step-items .step-item {
      margin-top: 0;
      position: relative;
      flex-grow: 1;
      flex-basis: 0; }
      .b-steps .steps .step-items .step-item .step-link {
        color: #fff; }
        .b-steps .steps .step-items .step-item .step-link:not(.is-clickable) {
          cursor: not-allowed; }
      .b-steps .steps .step-items .step-item .step-marker {
        align-items: center;
        display: flex;
        border-radius: 50%;
        font-weight: 800;
        justify-content: center;
        background: #f1f1f1;
        color: #fff;
        border: 0.2em solid #fff;
        z-index: 1; }
      .b-steps .steps .step-items .step-item.is-white::before {
        background: linear-gradient(to left, #f5f5f5 50%, #fff 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-white.is-active .step-marker {
        background-color: #fff;
        border-color: #fff;
        color: #fff; }
      .b-steps .steps .step-items .step-item.is-white.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-white.is-completed .step-marker {
        color: #ebedf0;
        background-color: #fff; }
      .b-steps .steps .step-items .step-item.is-white.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-black::before {
        background: linear-gradient(to left, #f5f5f5 50%, #000000 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-black.is-active .step-marker {
        background-color: #fff;
        border-color: #000000;
        color: #000000; }
      .b-steps .steps .step-items .step-item.is-black.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-black.is-completed .step-marker {
        color: #fff;
        background-color: #000000; }
      .b-steps .steps .step-items .step-item.is-black.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-light::before {
        background: linear-gradient(to left, #f5f5f5 50%, #ebedf0 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-light.is-active .step-marker {
        background-color: #fff;
        border-color: #ebedf0;
        color: #ebedf0; }
      .b-steps .steps .step-items .step-item.is-light.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-light.is-completed .step-marker {
        color: #ebedf0;
        background-color: #ebedf0; }
      .b-steps .steps .step-items .step-item.is-light.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-dark::before {
        background: linear-gradient(to left, #f5f5f5 50%, #ebedf0 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-dark.is-active .step-marker {
        background-color: #fff;
        border-color: #ebedf0;
        color: #ebedf0; }
      .b-steps .steps .step-items .step-item.is-dark.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-dark.is-completed .step-marker {
        color: #ebedf0;
        background-color: #ebedf0; }
      .b-steps .steps .step-items .step-item.is-dark.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-darker::before {
        background: linear-gradient(to left, #f5f5f5 50%, #c3c3c3 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-darker.is-active .step-marker {
        background-color: #fff;
        border-color: #c3c3c3;
        color: #c3c3c3; }
      .b-steps .steps .step-items .step-item.is-darker.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-darker.is-completed .step-marker {
        color: #ebedf0;
        background-color: #c3c3c3; }
      .b-steps .steps .step-items .step-item.is-darker.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-darkest::before {
        background: linear-gradient(to left, #f5f5f5 50%, #8d8d8d 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-darkest.is-active .step-marker {
        background-color: #fff;
        border-color: #8d8d8d;
        color: #8d8d8d; }
      .b-steps .steps .step-items .step-item.is-darkest.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-darkest.is-completed .step-marker {
        color: #c3c3c3;
        background-color: #8d8d8d; }
      .b-steps .steps .step-items .step-item.is-darkest.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-tertiary::before {
        background: linear-gradient(to left, #f5f5f5 50%, #a4418e 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-tertiary.is-active .step-marker {
        background-color: #fff;
        border-color: #a4418e;
        color: #a4418e; }
      .b-steps .steps .step-items .step-item.is-tertiary.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-tertiary.is-completed .step-marker {
        color: #862b72;
        background-color: #a4418e; }
      .b-steps .steps .step-items .step-item.is-tertiary.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-secondary::before {
        background: linear-gradient(to left, #f5f5f5 50%, #488fb1 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-secondary.is-active .step-marker {
        background-color: #fff;
        border-color: #488fb1;
        color: #488fb1; }
      .b-steps .steps .step-items .step-item.is-secondary.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-secondary.is-completed .step-marker {
        color: #3b7aaa;
        background-color: #488fb1; }
      .b-steps .steps .step-items .step-item.is-secondary.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-secondary-dark::before {
        background: linear-gradient(to left, #f5f5f5 50%, #3b7aaa 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-secondary-dark.is-active .step-marker {
        background-color: #fff;
        border-color: #3b7aaa;
        color: #3b7aaa; }
      .b-steps .steps .step-items .step-item.is-secondary-dark.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-secondary-dark.is-completed .step-marker {
        color: #21669b;
        background-color: #3b7aaa; }
      .b-steps .steps .step-items .step-item.is-secondary-dark.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-primary::before {
        background: linear-gradient(to left, #f5f5f5 50%, #078834 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-primary.is-active .step-marker {
        background-color: #fff;
        border-color: #078834;
        color: #078834; }
      .b-steps .steps .step-items .step-item.is-primary.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-primary.is-completed .step-marker {
        color: #066d2a;
        background-color: #078834; }
      .b-steps .steps .step-items .step-item.is-primary.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-primary-dark::before {
        background: linear-gradient(to left, #f5f5f5 50%, #066d2a 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-primary-dark.is-active .step-marker {
        background-color: #fff;
        border-color: #066d2a;
        color: #066d2a; }
      .b-steps .steps .step-items .step-item.is-primary-dark.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-primary-dark.is-completed .step-marker {
        color: #073618;
        background-color: #066d2a; }
      .b-steps .steps .step-items .step-item.is-primary-dark.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-primary-darker::before {
        background: linear-gradient(to left, #f5f5f5 50%, #073618 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-primary-darker.is-active .step-marker {
        background-color: #fff;
        border-color: #073618;
        color: #073618; }
      .b-steps .steps .step-items .step-item.is-primary-darker.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-primary-darker.is-completed .step-marker {
        color: #fff;
        background-color: #073618; }
      .b-steps .steps .step-items .step-item.is-primary-darker.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-info::before {
        background: linear-gradient(to left, #f5f5f5 50%, #dde7ef 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-info.is-active .step-marker {
        background-color: #fff;
        border-color: #dde7ef;
        color: #dde7ef; }
      .b-steps .steps .step-items .step-item.is-info.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-info.is-completed .step-marker {
        color: #477398;
        background-color: #dde7ef; }
      .b-steps .steps .step-items .step-item.is-info.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-success::before {
        background: linear-gradient(to left, #f5f5f5 50%, #4b9f41 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-success.is-active .step-marker {
        background-color: #fff;
        border-color: #4b9f41;
        color: #4b9f41; }
      .b-steps .steps .step-items .step-item.is-success.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-success.is-completed .step-marker {
        color: #4e8f46;
        background-color: #4b9f41; }
      .b-steps .steps .step-items .step-item.is-success.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-warning::before {
        background: linear-gradient(to left, #f5f5f5 50%, #ffdd57 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-warning.is-active .step-marker {
        background-color: #fff;
        border-color: #ffdd57;
        color: #ffdd57; }
      .b-steps .steps .step-items .step-item.is-warning.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-warning.is-completed .step-marker {
        color: #eadf83;
        background-color: #ffdd57; }
      .b-steps .steps .step-items .step-item.is-warning.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-warning-dark::before {
        background: linear-gradient(to left, #f5f5f5 50%, #eadf83 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-warning-dark.is-active .step-marker {
        background-color: #fff;
        border-color: #eadf83;
        color: #eadf83; }
      .b-steps .steps .step-items .step-item.is-warning-dark.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-warning-dark.is-completed .step-marker {
        color: #f4e461;
        background-color: #eadf83; }
      .b-steps .steps .step-items .step-item.is-warning-dark.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-warning-darker::before {
        background: linear-gradient(to left, #f5f5f5 50%, #f4e461 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-warning-darker.is-active .step-marker {
        background-color: #fff;
        border-color: #f4e461;
        color: #f4e461; }
      .b-steps .steps .step-items .step-item.is-warning-darker.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-warning-darker.is-completed .step-marker {
        color: #e6d444;
        background-color: #f4e461; }
      .b-steps .steps .step-items .step-item.is-warning-darker.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-danger::before {
        background: linear-gradient(to left, #f5f5f5 50%, #d53535 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-danger.is-active .step-marker {
        background-color: #fff;
        border-color: #d53535;
        color: #d53535; }
      .b-steps .steps .step-items .step-item.is-danger.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-danger.is-completed .step-marker {
        color: #d14545;
        background-color: #d53535; }
      .b-steps .steps .step-items .step-item.is-danger.is-completed::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item .step-marker {
        color: #fff; }
      .b-steps .steps .step-items .step-item .step-details {
        text-align: center; }
      .b-steps .steps .step-items .step-item:not(:first-child) {
        flex-basis: 1em;
        flex-grow: 1;
        flex-shrink: 1; }
        .b-steps .steps .step-items .step-item:not(:first-child)::before {
          content: " ";
          display: block;
          position: absolute; }
      .b-steps .steps .step-items .step-item::before {
        background: linear-gradient(to left, #f5f5f5 50%, #078834 50%);
        background-size: 200% 100%;
        background-position: right bottom; }
      .b-steps .steps .step-items .step-item.is-active .step-link {
        cursor: default; }
      .b-steps .steps .step-items .step-item.is-active .step-marker {
        background-color: #fff;
        border-color: #078834;
        color: #078834; }
      .b-steps .steps .step-items .step-item.is-active::before {
        background-position: left bottom; }
      .b-steps .steps .step-items .step-item.is-completed .step-marker {
        color: #fff;
        background-color: #078834; }
      .b-steps .steps .step-items .step-item.is-completed::before {
        background-position: left bottom; }
  .b-steps .steps + .step-content {
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    padding: 1rem; }
    .b-steps .steps + .step-content .step-item {
      flex-shrink: 0;
      flex-basis: auto; }
    .b-steps .steps + .step-content.is-transitioning {
      overflow: hidden; }
  .b-steps .steps .step-items .step-item .step-marker {
    height: 2rem;
    width: 2rem;
    position: absolute;
    left: calc(50% - 1rem); }
    .b-steps .steps .step-items .step-item .step-marker .icon *, .b-steps .steps .step-items .step-item .step-marker .icon *:before {
      font-size: 1rem; }
  .b-steps .steps .step-items .step-item .step-details {
    margin-top: 2rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em; }
    .b-steps .steps .step-items .step-item .step-details .step-title {
      font-size: 1.2rem;
      font-weight: 600; }
  .b-steps .steps .step-items .step-item:not(:first-child)::before {
    height: 0.2em;
    width: 100%;
    bottom: 0;
    left: -50%;
    top: 1rem; }
  .b-steps .steps.is-small {
    font-size: 0.8rem;
    min-height: 1.6rem; }
    .b-steps .steps.is-small .step-items .step-item .step-marker {
      height: 1.6rem;
      width: 1.6rem;
      position: absolute;
      left: calc(50% - 0.8rem); }
      .b-steps .steps.is-small .step-items .step-item .step-marker .icon *, .b-steps .steps.is-small .step-items .step-item .step-marker .icon *:before {
        font-size: 0.8rem; }
    .b-steps .steps.is-small .step-items .step-item .step-details {
      margin-top: 1.6rem;
      margin-left: .5em;
      margin-right: .5em;
      padding-top: .2em; }
      .b-steps .steps.is-small .step-items .step-item .step-details .step-title {
        font-size: 0.96rem;
        font-weight: 600; }
    .b-steps .steps.is-small .step-items .step-item:not(:first-child)::before {
      height: 0.2em;
      width: 100%;
      bottom: 0;
      left: -50%;
      top: 0.8rem; }
  .b-steps .steps.is-medium {
    font-size: 1.25rem;
    min-height: 2.5rem; }
    .b-steps .steps.is-medium .step-items .step-item .step-marker {
      height: 2.5rem;
      width: 2.5rem;
      position: absolute;
      left: calc(50% - 1.25rem); }
      .b-steps .steps.is-medium .step-items .step-item .step-marker .icon *, .b-steps .steps.is-medium .step-items .step-item .step-marker .icon *:before {
        font-size: 1.25rem; }
    .b-steps .steps.is-medium .step-items .step-item .step-details {
      margin-top: 2.5rem;
      margin-left: .5em;
      margin-right: .5em;
      padding-top: .2em; }
      .b-steps .steps.is-medium .step-items .step-item .step-details .step-title {
        font-size: 1.5rem;
        font-weight: 600; }
    .b-steps .steps.is-medium .step-items .step-item:not(:first-child)::before {
      height: 0.2em;
      width: 100%;
      bottom: 0;
      left: -50%;
      top: 1.25rem; }
  .b-steps .steps.is-large {
    font-size: 1.5rem;
    min-height: 3rem; }
    .b-steps .steps.is-large .step-items .step-item .step-marker {
      height: 3rem;
      width: 3rem;
      position: absolute;
      left: calc(50% - 1.5rem); }
      .b-steps .steps.is-large .step-items .step-item .step-marker .icon *, .b-steps .steps.is-large .step-items .step-item .step-marker .icon *:before {
        font-size: 1.5rem; }
    .b-steps .steps.is-large .step-items .step-item .step-details {
      margin-top: 3rem;
      margin-left: .5em;
      margin-right: .5em;
      padding-top: .2em; }
      .b-steps .steps.is-large .step-items .step-item .step-details .step-title {
        font-size: 1.8rem;
        font-weight: 600; }
    .b-steps .steps.is-large .step-items .step-item:not(:first-child)::before {
      height: 0.2em;
      width: 100%;
      bottom: 0;
      left: -50%;
      top: 1.5rem; }

.switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch + .switch {
    margin-left: 0.5em; }
  .switch input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
    .switch input[type=checkbox] + .check {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      width: 2.75em;
      height: 1.575em;
      padding: 0.2em;
      background: #f1f1f1;
      border-radius: 1em;
      transition: background 150ms ease-out; }
      .switch input[type=checkbox] + .check:before {
        content: "";
        display: block;
        border-radius: 1em;
        width: 1.175em;
        height: 1.175em;
        background: #fff;
        box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
        transition: transform 150ms ease-out, width 150ms ease-out;
        will-change: transform; }
      .switch input[type=checkbox] + .check.is-elastic:before {
        width: 1.75em; }
    .switch input[type=checkbox]:checked + .check {
      background: #078834; }
      .switch input[type=checkbox]:checked + .check.is-white {
        background: #fff; }
      .switch input[type=checkbox]:checked + .check.is-black {
        background: #000000; }
      .switch input[type=checkbox]:checked + .check.is-light {
        background: #ebedf0; }
      .switch input[type=checkbox]:checked + .check.is-dark {
        background: #ebedf0; }
      .switch input[type=checkbox]:checked + .check.is-darker {
        background: #c3c3c3; }
      .switch input[type=checkbox]:checked + .check.is-darkest {
        background: #8d8d8d; }
      .switch input[type=checkbox]:checked + .check.is-tertiary {
        background: #a4418e; }
      .switch input[type=checkbox]:checked + .check.is-secondary {
        background: #488fb1; }
      .switch input[type=checkbox]:checked + .check.is-secondary-dark {
        background: #3b7aaa; }
      .switch input[type=checkbox]:checked + .check.is-primary {
        background: #078834; }
      .switch input[type=checkbox]:checked + .check.is-primary-dark {
        background: #066d2a; }
      .switch input[type=checkbox]:checked + .check.is-primary-darker {
        background: #073618; }
      .switch input[type=checkbox]:checked + .check.is-info {
        background: #dde7ef; }
      .switch input[type=checkbox]:checked + .check.is-success {
        background: #4b9f41; }
      .switch input[type=checkbox]:checked + .check.is-warning {
        background: #ffdd57; }
      .switch input[type=checkbox]:checked + .check.is-warning-dark {
        background: #eadf83; }
      .switch input[type=checkbox]:checked + .check.is-warning-darker {
        background: #f4e461; }
      .switch input[type=checkbox]:checked + .check.is-danger {
        background: #d53535; }
      .switch input[type=checkbox]:checked + .check:before {
        transform: translate3d(100%, 0, 0); }
      .switch input[type=checkbox]:checked + .check.is-elastic:before {
        transform: translate3d(36.36364%, 0, 0); }
    .switch input[type=checkbox]:focus {
      outline: none; }
      .switch input[type=checkbox]:focus + .check {
        box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.6); }
      .switch input[type=checkbox]:focus:checked + .check {
        box-shadow: 0 0 0.5em rgba(7, 136, 52, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-white {
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-black {
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-light {
          box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-dark {
          box-shadow: 0 0 0.5em rgba(235, 237, 240, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-darker {
          box-shadow: 0 0 0.5em rgba(195, 195, 195, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-darkest {
          box-shadow: 0 0 0.5em rgba(141, 141, 141, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-tertiary {
          box-shadow: 0 0 0.5em rgba(164, 65, 142, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-secondary {
          box-shadow: 0 0 0.5em rgba(72, 143, 177, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-secondary-dark {
          box-shadow: 0 0 0.5em rgba(59, 122, 170, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-primary {
          box-shadow: 0 0 0.5em rgba(7, 136, 52, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-primary-dark {
          box-shadow: 0 0 0.5em rgba(6, 109, 42, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-primary-darker {
          box-shadow: 0 0 0.5em rgba(7, 54, 24, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-info {
          box-shadow: 0 0 0.5em rgba(221, 231, 239, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-success {
          box-shadow: 0 0 0.5em rgba(75, 159, 65, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-warning {
          box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-warning-dark {
          box-shadow: 0 0 0.5em rgba(234, 223, 131, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-warning-darker {
          box-shadow: 0 0 0.5em rgba(244, 228, 97, 0.8); }
        .switch input[type=checkbox]:focus:checked + .check.is-danger {
          box-shadow: 0 0 0.5em rgba(213, 53, 53, 0.8); }
  .switch .control-label {
    padding-left: 0.5em; }
  .switch:hover input[type=checkbox] + .check {
    background: rgba(241, 241, 241, 0.9); }
  .switch:hover input[type=checkbox]:checked + .check {
    background: rgba(7, 136, 52, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-white {
      background: rgba(255, 255, 255, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-black {
      background: rgba(0, 0, 0, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-light {
      background: rgba(235, 237, 240, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-dark {
      background: rgba(235, 237, 240, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-darker {
      background: rgba(195, 195, 195, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-darkest {
      background: rgba(141, 141, 141, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-tertiary {
      background: rgba(164, 65, 142, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-secondary {
      background: rgba(72, 143, 177, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-secondary-dark {
      background: rgba(59, 122, 170, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-primary {
      background: rgba(7, 136, 52, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-primary-dark {
      background: rgba(6, 109, 42, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-primary-darker {
      background: rgba(7, 54, 24, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-info {
      background: rgba(221, 231, 239, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-success {
      background: rgba(75, 159, 65, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-warning {
      background: rgba(255, 221, 87, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-warning-dark {
      background: rgba(234, 223, 131, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-warning-darker {
      background: rgba(244, 228, 97, 0.9); }
    .switch:hover input[type=checkbox]:checked + .check.is-danger {
      background: rgba(213, 53, 53, 0.9); }
  .switch.is-small {
    border-radius: 1px;
    font-size: 0.8rem;
    height: 28px; }
  .switch.is-medium {
    font-size: 1rem;
    height: 38px; }
  .switch.is-large {
    font-size: 1rem;
    height: 42px; }
  .switch[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    color: #ebedf0; }

.table-wrapper .table {
  margin-bottom: 0; }

.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 1087px) {
  .table-wrapper {
    overflow-x: auto; } }

.b-table {
  transition: opacity 86ms ease-out; }
  @media screen and (min-width: 768px), print {
    .b-table .table-mobile-sort {
      display: none; } }
  .b-table .icon {
    transition: transform 150ms ease-out, opacity 86ms ease-out; }
    .b-table .icon.is-desc {
      transform: rotate(180deg); }
    .b-table .icon.is-expanded {
      transform: rotate(90deg); }
  .b-table .table {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 6px;
    border-collapse: separate; }
    .b-table .table th {
      font-weight: 600; }
      .b-table .table th .th-wrap {
        display: flex;
        align-items: center; }
        .b-table .table th .th-wrap .icon {
          margin-left: 0.5rem;
          margin-right: 0;
          font-size: 1rem; }
        .b-table .table th .th-wrap.is-numeric {
          flex-direction: row-reverse;
          text-align: right; }
          .b-table .table th .th-wrap.is-numeric .icon {
            margin-left: 0;
            margin-right: 0.5rem; }
        .b-table .table th .th-wrap.is-centered {
          justify-content: center;
          text-align: center; }
      .b-table .table th.is-current-sort {
        border-color: #ebedf0;
        font-weight: 800; }
      .b-table .table th.is-sortable:hover {
        border-color: #ebedf0; }
      .b-table .table th.is-sortable,
      .b-table .table th.is-sortable .th-wrap {
        cursor: pointer; }
    .b-table .table tr.is-selected .checkbox input:checked + .check {
      background: #000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23ffeec0' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center; }
    .b-table .table tr.is-selected .checkbox input + .check {
      border-color: #000; }
    .b-table .table tr.is-empty:hover {
      background-color: transparent; }
    .b-table .table .chevron-cell {
      vertical-align: middle; }
    .b-table .table .checkbox-cell {
      width: 40px; }
      .b-table .table .checkbox-cell .checkbox {
        vertical-align: middle; }
        .b-table .table .checkbox-cell .checkbox .check {
          transition: none; }
    .b-table .table tr.detail {
      box-shadow: inset 0 1px 3px #f5f5f5;
      background: #fafafa; }
      .b-table .table tr.detail .detail-container {
        padding: 1rem; }
    .b-table .table:focus {
      border-color: #078834;
      box-shadow: 0 0 0 0.125em rgba(7, 136, 52, 0.25); }
    .b-table .table.is-bordered th.is-current-sort,
    .b-table .table.is-bordered th.is-sortable:hover {
      border-color: #f5f5f5;
      background: #fff; }
    @media screen and (max-width: 768px) {
      .b-table .table.has-mobile-cards thead {
        display: none; }
      .b-table .table.has-mobile-cards tfoot th {
        border: 0;
        display: inherit; }
      .b-table .table.has-mobile-cards tr {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
        max-width: 100%;
        position: relative;
        display: block; }
        .b-table .table.has-mobile-cards tr td {
          border: 0;
          display: inherit; }
          .b-table .table.has-mobile-cards tr td:last-child {
            border-bottom: 0; }
        .b-table .table.has-mobile-cards tr:not(:last-child) {
          margin-bottom: 1rem; }
        .b-table .table.has-mobile-cards tr:not([class*="is-"]) {
          background: inherit; }
          .b-table .table.has-mobile-cards tr:not([class*="is-"]):hover {
            background-color: inherit; }
        .b-table .table.has-mobile-cards tr.detail {
          margin-top: -1rem; }
      .b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
        display: flex;
        width: auto;
        justify-content: space-between;
        text-align: right;
        border-bottom: 1px solid #fff; }
        .b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
          content: attr(data-label);
          font-weight: 600;
          padding-right: 0.5em;
          text-align: left; } }
  .b-table .level:not(.top) {
    padding-bottom: 1.5rem; }
  .b-table.is-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.5; }
    .b-table.is-loading:after {
      border: 16px solid #f3f3f3;
      /* Light grey */
      border-top: 16px solid #999;
      /* Blue */
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: spin 500ms linear infinite;
      content: '';
      display: block;
      position: absolute;
      top: 4em;
      left: calc(50% - 2.5em);
      width: 5em;
      height: 5em;
      border-width: 0.25em; }

.b-tabs .tabs {
  margin-bottom: 0;
  flex-shrink: 0; }
  .b-tabs .tabs li.is-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5; }

.b-tabs .tab-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem; }
  .b-tabs .tab-content .tab-item {
    flex-shrink: 0;
    flex-basis: auto; }
  .b-tabs .tab-content.is-transitioning {
    overflow: hidden; }

.b-tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.b-tabs.is-fullwidth {
  width: 100%; }

.tag .has-ellipsis {
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.taginput .taginput-container.is-focusable {
  padding-bottom: 0;
  padding-top: calc(0.275em - 1px);
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
  cursor: text; }

.taginput .taginput-container > .tag,
.taginput .taginput-container > .tags {
  margin-bottom: calc(0.275em - 1px);
  font-size: 0.9em;
  height: 1.7em; }
  .taginput .taginput-container > .tag .tag,
  .taginput .taginput-container > .tags .tag {
    margin-bottom: 0;
    font-size: 0.9em;
    height: 1.7em; }
  .taginput .taginput-container > .tag:not(:last-child),
  .taginput .taginput-container > .tags:not(:last-child) {
    margin-left: 0.275rem; }

.taginput .taginput-container .autocomplete {
  flex: 1; }
  .taginput .taginput-container .autocomplete input {
    height: 1.7em;
    margin-bottom: calc(0.275em - 1px);
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    box-shadow: none;
    min-width: 8em; }
    .taginput .taginput-container .autocomplete input:focus {
      box-shadow: none !important; }
  .taginput .taginput-container .autocomplete .icon {
    height: 1.7em; }
  .taginput .taginput-container .autocomplete > .control.is-loading::after {
    top: 0.375em; }

.timepicker .dropdown-menu {
  min-width: 0; }

.timepicker .dropdown,
.timepicker .dropdown-trigger {
  width: 100%; }

.timepicker .dropdown-item, .timepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .timepicker a {
  font-size: inherit;
  padding: 0; }

.timepicker .timepicker-footer {
  padding: 0 0.5rem 0 0.5rem; }

.timepicker .dropdown-content .control {
  font-size: 1.25em;
  margin-right: 0 !important; }
  .timepicker .dropdown-content .control .select select {
    font-weight: 600;
    padding-right: 0.8rem;
    border: 0; }
    .timepicker .dropdown-content .control .select select option:disabled {
      color: rgba(235, 237, 240, 0.7); }
  .timepicker .dropdown-content .control .select:after {
    display: none; }
  .timepicker .dropdown-content .control.is-colon {
    font-size: 1.7em; }

.timepicker.is-small {
  border-radius: 1px;
  font-size: 0.8rem;
  height: 28px; }

.timepicker.is-medium {
  font-size: 1rem;
  height: 38px; }

.timepicker.is-large {
  font-size: 1rem;
  height: 42px; }

.b-tooltip {
  position: relative;
  display: inline-flex; }
  .b-tooltip.is-top:before, .b-tooltip.is-top:after {
    top: auto;
    right: auto;
    bottom: calc(100% + 5px + 2px);
    left: 50%;
    transform: translateX(-50%); }
  .b-tooltip.is-top.is-white:before {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-black:before {
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-light:before {
    border-top: 5px solid #ebedf0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-dark:before {
    border-top: 5px solid #ebedf0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-darker:before {
    border-top: 5px solid #c3c3c3;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-darkest:before {
    border-top: 5px solid #8d8d8d;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-tertiary:before {
    border-top: 5px solid #a4418e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-secondary:before {
    border-top: 5px solid #488fb1;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-secondary-dark:before {
    border-top: 5px solid #3b7aaa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-primary:before {
    border-top: 5px solid #078834;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-primary-dark:before {
    border-top: 5px solid #066d2a;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-primary-darker:before {
    border-top: 5px solid #073618;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-info:before {
    border-top: 5px solid #dde7ef;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-success:before {
    border-top: 5px solid #4b9f41;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-warning:before {
    border-top: 5px solid #ffdd57;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-warning-dark:before {
    border-top: 5px solid #eadf83;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-warning-darker:before {
    border-top: 5px solid #f4e461;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-danger:before {
    border-top: 5px solid #d53535;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: calc(100% + 2px); }
  .b-tooltip.is-top.is-multiline.is-small:after {
    width: 180px; }
  .b-tooltip.is-top.is-multiline.is-medium:after {
    width: 240px; }
  .b-tooltip.is-top.is-multiline.is-large:after {
    width: 300px; }
  .b-tooltip.is-right:before, .b-tooltip.is-right:after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: calc(100% + 5px + 2px);
    transform: translateY(-50%); }
  .b-tooltip.is-right.is-white:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-black:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #000000;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-light:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #ebedf0;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-dark:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #ebedf0;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-darker:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #c3c3c3;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-darkest:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #8d8d8d;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-tertiary:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #a4418e;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-secondary:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #488fb1;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-secondary-dark:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #3b7aaa;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-primary:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #078834;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-primary-dark:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #066d2a;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-primary-darker:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #073618;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-info:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #dde7ef;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-success:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #4b9f41;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-warning:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #ffdd57;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-warning-dark:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #eadf83;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-warning-darker:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #f4e461;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-danger:before {
    border-top: 5px solid transparent;
    border-right: 5px solid #d53535;
    border-bottom: 5px solid transparent;
    left: calc(100% + 2px); }
  .b-tooltip.is-right.is-multiline.is-small:after {
    width: 180px; }
  .b-tooltip.is-right.is-multiline.is-medium:after {
    width: 240px; }
  .b-tooltip.is-right.is-multiline.is-large:after {
    width: 300px; }
  .b-tooltip.is-bottom:before, .b-tooltip.is-bottom:after {
    top: calc(100% + 5px + 2px);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  .b-tooltip.is-bottom.is-white:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-black:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-light:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ebedf0;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-dark:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ebedf0;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-darker:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #c3c3c3;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-darkest:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #8d8d8d;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-tertiary:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #a4418e;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-secondary:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #488fb1;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-secondary-dark:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #3b7aaa;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-primary:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #078834;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-primary-dark:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #066d2a;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-primary-darker:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #073618;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-info:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dde7ef;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-success:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4b9f41;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-warning:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffdd57;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-warning-dark:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #eadf83;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-warning-darker:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f4e461;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-danger:before {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d53535;
    border-left: 5px solid transparent;
    top: calc(100% + 2px); }
  .b-tooltip.is-bottom.is-multiline.is-small:after {
    width: 180px; }
  .b-tooltip.is-bottom.is-multiline.is-medium:after {
    width: 240px; }
  .b-tooltip.is-bottom.is-multiline.is-large:after {
    width: 300px; }
  .b-tooltip.is-left:before, .b-tooltip.is-left:after {
    top: 50%;
    right: calc(100% + 5px + 2px);
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  .b-tooltip.is-left.is-white:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-black:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-light:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ebedf0;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-dark:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ebedf0;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-darker:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c3c3c3;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-darkest:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #8d8d8d;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-tertiary:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #a4418e;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-secondary:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #488fb1;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-secondary-dark:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #3b7aaa;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-primary:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #078834;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-primary-dark:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #066d2a;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-primary-darker:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #073618;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-info:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #dde7ef;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-success:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #4b9f41;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-warning:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffdd57;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-warning-dark:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #eadf83;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-warning-darker:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f4e461;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-danger:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #d53535;
    right: calc(100% + 2px); }
  .b-tooltip.is-left.is-multiline.is-small:after {
    width: 180px; }
  .b-tooltip.is-left.is-multiline.is-medium:after {
    width: 240px; }
  .b-tooltip.is-left.is-multiline.is-large:after {
    width: 300px; }
  .b-tooltip:before, .b-tooltip:after {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .b-tooltip:before {
    z-index: 889; }
  .b-tooltip:after {
    content: attr(data-label);
    width: auto;
    padding: 0.35rem 0.75rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 400;
    box-shadow: 0px 1px 2px 1px rgba(0, 1, 0, 0.2);
    z-index: 888;
    white-space: nowrap; }
  .b-tooltip:not([data-label=""]):hover:before, .b-tooltip:not([data-label=""]):hover:after {
    transition-delay: inherit;
    opacity: 1;
    visibility: visible; }
  .b-tooltip.is-white:after {
    background: #fff;
    color: #ebedf0; }
  .b-tooltip.is-black:after {
    background: #000000;
    color: #fff; }
  .b-tooltip.is-light:after {
    background: #ebedf0;
    color: #ebedf0; }
  .b-tooltip.is-dark:after {
    background: #ebedf0;
    color: #ebedf0; }
  .b-tooltip.is-darker:after {
    background: #c3c3c3;
    color: #ebedf0; }
  .b-tooltip.is-darkest:after {
    background: #8d8d8d;
    color: #c3c3c3; }
  .b-tooltip.is-tertiary:after {
    background: #a4418e;
    color: #862b72; }
  .b-tooltip.is-secondary:after {
    background: #488fb1;
    color: #3b7aaa; }
  .b-tooltip.is-secondary-dark:after {
    background: #3b7aaa;
    color: #21669b; }
  .b-tooltip.is-primary:after {
    background: #078834;
    color: #066d2a; }
  .b-tooltip.is-primary-dark:after {
    background: #066d2a;
    color: #073618; }
  .b-tooltip.is-primary-darker:after {
    background: #073618;
    color: #fff; }
  .b-tooltip.is-info:after {
    background: #dde7ef;
    color: #477398; }
  .b-tooltip.is-success:after {
    background: #4b9f41;
    color: #4e8f46; }
  .b-tooltip.is-warning:after {
    background: #ffdd57;
    color: #eadf83; }
  .b-tooltip.is-warning-dark:after {
    background: #eadf83;
    color: #f4e461; }
  .b-tooltip.is-warning-darker:after {
    background: #f4e461;
    color: #e6d444; }
  .b-tooltip.is-danger:after {
    background: #d53535;
    color: #d14545; }
  .b-tooltip:not([data-label=""]).is-always:before, .b-tooltip:not([data-label=""]).is-always:after {
    opacity: 1;
    visibility: visible; }
  .b-tooltip.is-multiline:after {
    display: flex-block;
    text-align: center;
    white-space: normal; }
  .b-tooltip.is-dashed {
    border-bottom: 1px dashed #f1f1f1;
    cursor: default; }
  .b-tooltip.is-square:after {
    border-radius: 0; }
  .b-tooltip.is-animated:before, .b-tooltip.is-animated:after {
    transition: opacity 86ms ease-out, visibility 86ms ease-out; }

.upload {
  position: relative;
  display: inline-flex; }
  .upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    outline: none;
    cursor: pointer; }
    .upload input[type=file].file-draggable {
      z-index: -1; }
  .upload .upload-draggable {
    cursor: pointer;
    padding: 0.25em;
    border: 1px dashed #f1f1f1;
    border-radius: 10px; }
    .upload .upload-draggable.is-disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    .upload .upload-draggable.is-loading {
      position: relative;
      pointer-events: none;
      opacity: 0.5; }
      .upload .upload-draggable.is-loading:after {
        border: 16px solid #f3f3f3;
        /* Light grey */
        border-top: 16px solid #999;
        /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 500ms linear infinite;
        content: '';
        display: block;
        top: 0;
        left: calc(50% - 1.5em);
        width: 3em;
        height: 3em;
        border-width: 0.25em; }
    .upload .upload-draggable:hover.is-white, .upload .upload-draggable.is-hovered.is-white {
      border-color: #fff;
      background: rgba(255, 255, 255, 0.05); }
    .upload .upload-draggable:hover.is-black, .upload .upload-draggable.is-hovered.is-black {
      border-color: #000000;
      background: rgba(0, 0, 0, 0.05); }
    .upload .upload-draggable:hover.is-light, .upload .upload-draggable.is-hovered.is-light {
      border-color: #ebedf0;
      background: rgba(235, 237, 240, 0.05); }
    .upload .upload-draggable:hover.is-dark, .upload .upload-draggable.is-hovered.is-dark {
      border-color: #ebedf0;
      background: rgba(235, 237, 240, 0.05); }
    .upload .upload-draggable:hover.is-darker, .upload .upload-draggable.is-hovered.is-darker {
      border-color: #c3c3c3;
      background: rgba(195, 195, 195, 0.05); }
    .upload .upload-draggable:hover.is-darkest, .upload .upload-draggable.is-hovered.is-darkest {
      border-color: #8d8d8d;
      background: rgba(141, 141, 141, 0.05); }
    .upload .upload-draggable:hover.is-tertiary, .upload .upload-draggable.is-hovered.is-tertiary {
      border-color: #a4418e;
      background: rgba(164, 65, 142, 0.05); }
    .upload .upload-draggable:hover.is-secondary, .upload .upload-draggable.is-hovered.is-secondary {
      border-color: #488fb1;
      background: rgba(72, 143, 177, 0.05); }
    .upload .upload-draggable:hover.is-secondary-dark, .upload .upload-draggable.is-hovered.is-secondary-dark {
      border-color: #3b7aaa;
      background: rgba(59, 122, 170, 0.05); }
    .upload .upload-draggable:hover.is-primary, .upload .upload-draggable.is-hovered.is-primary {
      border-color: #078834;
      background: rgba(7, 136, 52, 0.05); }
    .upload .upload-draggable:hover.is-primary-dark, .upload .upload-draggable.is-hovered.is-primary-dark {
      border-color: #066d2a;
      background: rgba(6, 109, 42, 0.05); }
    .upload .upload-draggable:hover.is-primary-darker, .upload .upload-draggable.is-hovered.is-primary-darker {
      border-color: #073618;
      background: rgba(7, 54, 24, 0.05); }
    .upload .upload-draggable:hover.is-info, .upload .upload-draggable.is-hovered.is-info {
      border-color: #dde7ef;
      background: rgba(221, 231, 239, 0.05); }
    .upload .upload-draggable:hover.is-success, .upload .upload-draggable.is-hovered.is-success {
      border-color: #4b9f41;
      background: rgba(75, 159, 65, 0.05); }
    .upload .upload-draggable:hover.is-warning, .upload .upload-draggable.is-hovered.is-warning {
      border-color: #ffdd57;
      background: rgba(255, 221, 87, 0.05); }
    .upload .upload-draggable:hover.is-warning-dark, .upload .upload-draggable.is-hovered.is-warning-dark {
      border-color: #eadf83;
      background: rgba(234, 223, 131, 0.05); }
    .upload .upload-draggable:hover.is-warning-darker, .upload .upload-draggable.is-hovered.is-warning-darker {
      border-color: #f4e461;
      background: rgba(244, 228, 97, 0.05); }
    .upload .upload-draggable:hover.is-danger, .upload .upload-draggable.is-hovered.is-danger {
      border-color: #d53535;
      background: rgba(213, 53, 53, 0.05); }

/* IE fixes */
.is-ie-only {
  display: none !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .is-ie-only {
    display: block !important; } }

