@charset "UTF-8";
/* variable for transitions*/
/* background size cover*/
/*
$xs:    479px;
$sm:    767px;
$md:    991px;
$lg:    1199px;
$xl:    1349px;
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  height: -webkit-fill-available;
  background-color: #F6F9F9; }
  body.no-scroll {
    overflow-y: hidden; }

html, #app-wrapper, #sidebar-wrapper, #page-content-wrapper {
  height: 100%;
  height: -webkit-fill-available;
  width: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

body, html {
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    body, html {
      font-size: 15px; } }
  @media only screen and (min-width: 992px) {
    body, html {
      font-size: 16px; } }

#app-wrapper {
  display: flex;
  width: 100%; }
  #app-wrapper #sidebar-wrapper {
    width: 350px;
    height: 100%;
    flex-shrink: 0; }
  #app-wrapper #page-content-wrapper {
    padding: 60px .5rem; }
    @media only screen and (min-width: 768px) {
      #app-wrapper #page-content-wrapper {
        padding: 1rem 0rem 1rem 300px; } }
    @media only screen and (min-width: 992px) {
      #app-wrapper #page-content-wrapper {
        padding: 1rem 0rem 1rem 350px; } }

.unauthorized-wrapper {
  width: 100%;
  text-align: center;
  padding: 3rem; }

.image-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

.nc-icon.nc-x-125 {
  font-size: 125%; }

.nc-icon.nc-x-150 {
  font-size: 150%; }

.nc-icon.nc-x-200 {
  font-size: 200%; }

.nc-icon.nc-x-300 {
  font-size: 300%; }

.border-bottom {
  border-bottom: 1px solid #EBF4F6;
  padding-bottom: 30px;
  margin-bottom: 30px; }

hr {
  background-color: #a3a3a3; }

p.text-sub-info {
  margin-top: .4rem;
  font-size: .8rem;
  line-height: 1.2rem;
  color: #666666; }
  p.text-sub-info i {
    position: relative;
    top: 1px;
    color: #666666; }

small i {
  position: relative;
  top: 2px; }

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: grey;
  height: 501px;
  width: 100%;
  border-bottom: 10px solid white; }

.bg-purple {
  background-color: #c932e2; }

.bg-primary-light {
  background-color: #e0f2f3;
  color: #2D6F74; }

.btn-transparent {
  padding: 0.6rem; }

.btn-danger, .badge-danger, .bg-danger {
  color: white; }
  .btn-danger:active, .btn-danger:focus, .badge-danger:active, .badge-danger:focus, .bg-danger:active, .bg-danger:focus {
    color: white; }

.modal .modal-dialog .modal-content {
  box-shadow: 0 6px 60px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 6px 60px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 60px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 6px 60px rgba(0, 0, 0, 0.12); }

.version {
  display: none; }
  @media only screen and (min-width: 992px) {
    .version {
      display: block;
      background-color: rgba(255, 255, 255, 0.8);
      position: fixed;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      border-radius: 12px;
      padding: .0rem .5rem;
      bottom: 10px;
      right: 10px; }
      .version small {
        font-size: .7rem;
        color: #a3a3a3; } }

#btn-bug {
  position: fixed;
  background-color: #265d62;
  width: 44px;
  height: 44px;
  border: 1px solid #265d62;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  right: 15px;
  bottom: 95px;
  padding: 2px 2px; }
  @media only screen and (min-width: 992px) {
    #btn-bug {
      right: 15px;
      bottom: 35px; } }
  #btn-bug i {
    font-size: 18px;
    line-height: 39px;
    color: white; }
  #btn-bug:hover {
    border: 1px solid #1f4c4f;
    background: #1f4c4f; }
    #btn-bug:hover i {
      color: white; }

#btn-privacy {
  position: fixed;
  background-color: #1f4c4f;
  width: 44px;
  height: 44px;
  border: 1px solid #1f4c4f;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  right: 15px;
  bottom: 154px;
  padding: 2px 2px; }
  @media only screen and (min-width: 992px) {
    #btn-privacy {
      right: 15px;
      bottom: 90px; } }
  #btn-privacy i {
    font-size: 18px;
    line-height: 39px;
    color: white; }
  #btn-privacy:hover {
    border: 1px solid #183a3d;
    background: #183a3d; }
    #btn-privacy:hover i {
      color: white; }

p {
  color: #333333;
  font-size: 1rem; }
  p .sm, p.sm {
    font-size: .8rem; }
  p .lg, p.lg {
    font-size: 1.2rem; }

h1, .h1 {
  font-weight: 700;
  color: #212529;
  font-size: 1.8em; }

h2, .h2 {
  color: #333333;
  font-weight: 600;
  font-size: 1.6em;
  margin-bottom: 1.5rem; }

h3, .h3 {
  color: #333333;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 1.5rem; }
  h3.sm, .h3.sm {
    font-size: 1.25rem; }
  h3.lg, .h3.lg {
    font-size: 2rem; }

h4, .h4 {
  color: #333333;
  font-weight: 600;
  margin-bottom: 1.5rem; }

h5, .h5 {
  color: #333333;
  font-weight: 600;
  margin-bottom: 1.5rem; }
  h5 img, .h5 img {
    position: relative;
    top: -2px;
    margin-right: 5px; }

h6, .h6 {
  color: #2D6F74;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem; }

p.lg {
  font-size: 120%; }

p.extra-info {
  padding-left: 20px;
  color: #666666 !important;
  font-size: 12px;
  position: relative; }
  p.extra-info:before {
    position: absolute;
    left: 0;
    font-size: 16px !important;
    display: inline-block;
    font: normal normal normal 1em/1 'Nucleo';
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ebc0"; }

p.label-value {
  font-weight: 600;
  font-size: 110%; }

p i.nc-icon {
  margin-right: 2px;
  position: relative;
  top: 2px; }

p a {
  text-decoration: none;
  border-bottom: 1px solid #666666;
  padding: .05rem .2rem;
  margin: 0 -.2rem;
  color: #333333; }
  p a:hover {
    text-decoration: none;
    color: #2D6F74;
    border-bottom: 1px solid #2D6F74;
    background-color: #e0f2f3; }

a {
  text-decoration: none;
  color: #333333; }
  a:hover {
    text-decoration: underline;
    color: #2D6F74; }

.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white span {
  color: white; }

é
strong {
  font-weight: 600; }

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 1);
  -webkit-box-orient: vertical;
  word-break: var(--word-break, "none");
  overflow: hidden; }
  .truncate.lines-2 {
    -webkit-line-clamp: var(--line-clamp, 2); }
  .truncate.lines-3 {
    -webkit-line-clamp: var(--line-clamp, 3); }
  .truncate.lines-4 {
    -webkit-line-clamp: var(--line-clamp, 4); }
  .truncate.lines-5 {
    -webkit-line-clamp: var(--line-clamp, 5); }

.truncate-more {
  position: relative;
  margin-bottom: 24px; }
  .truncate-more.active p {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 1);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden; }
    .truncate-more.active p::before {
      content: 'Meer lezen'; }
  .truncate-more.lines-2.active p {
    -webkit-line-clamp: var(--line-clamp, 2);
    min-height: 48px; }
  .truncate-more.lines-3.active p {
    -webkit-line-clamp: var(--line-clamp, 3); }
  .truncate-more.lines-4.active p {
    -webkit-line-clamp: var(--line-clamp, 4); }
  .truncate-more.lines-5.active p {
    -webkit-line-clamp: var(--line-clamp, 5); }
  .truncate-more p::before {
    content: 'Minder lezen';
    color: #2D6F74;
    font-size: 0.8em;
    font-weight: 600;
    cursor: pointer;
    bottom: -24px;
    position: absolute;
    right: 0; }

#global-nav-wrapper {
  height: 60px;
  flex-shrink: initial;
  top: 43px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: white;
  border-bottom: 1px solid #F6F9F9; }
  @media only screen and (min-width: 768px) {
    #global-nav-wrapper {
      border-bottom: 0px solid #F6F9F9;
      width: 300px;
      height: 100%;
      top: initial;
      flex-shrink: 0;
      position: fixed;
      display: block;
      z-index: initial; } }
  @media only screen and (min-width: 992px) {
    #global-nav-wrapper {
      border-bottom: 0px solid #F6F9F9;
      width: 350px;
      height: 100%;
      top: initial;
      flex-shrink: 0;
      position: fixed;
      display: block;
      z-index: initial; } }

.global-nav {
  background-color: white;
  border-right: 0px solid #EBF4F6;
  width: 100%;
  height: 100%;
  padding: .8rem; }
  .global-nav .global-nav-header {
    text-align: center;
    position: relative;
    padding: .25rem 1rem; }
    .global-nav .global-nav-header img {
      width: 32px;
      height: 32px; }
    .global-nav .global-nav-header .btn-hamburger {
      background-color: white;
      color: #2D6F74;
      position: absolute;
      left: 0rem;
      top: 0rem;
      height: 40px;
      width: 48px;
      border: 0px solid transparent;
      font-size: 1.4rem;
      padding: .6rem 0rem; }
      .global-nav .global-nav-header .btn-hamburger #icon-close {
        display: none; }
      .global-nav .global-nav-header .btn-hamburger #icon-menu {
        display: block; }
      @media only screen and (min-width: 768px) {
        .global-nav .global-nav-header .btn-hamburger {
          display: none; } }
  .global-nav .global-nav-list {
    z-index: -1;
    list-style: none;
    padding: 1rem 0rem;
    margin: 0px -.5rem;
    background-color: white;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%); }
    .global-nav .global-nav-list li a {
      font-weight: 500;
      display: block;
      color: #212529;
      padding: 1rem 1.5rem 1rem 3.25rem;
      background-color: transparent;
      text-decoration: none;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: background-color 0.4s;
      -moz-transition: background-color 0.4s;
      -o-transition: background-color 0.4s;
      transition: background-color 0.4s;
      position: relative; }
      .global-nav .global-nav-list li a img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1rem; }
      .global-nav .global-nav-list li a:hover {
        text-decoration: none;
        background-color: #EBF4F6; }
      .global-nav .global-nav-list li a .rz-badge.rz-badge-info {
        display: inline-block;
        position: absolute;
        left: 26px;
        top: 7px;
        background-color: #ec4f49;
        color: white;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: .9rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
  .global-nav.active .global-nav-header .btn-hamburger #icon-close {
    display: block; }
  .global-nav.active .global-nav-header .btn-hamburger #icon-menu {
    display: none; }
  .global-nav.active .global-nav-list {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  @media only screen and (min-width: 768px) {
    .global-nav {
      border-right: 1px solid #EBF4F6;
      width: 100%;
      height: 100%;
      padding: 1.5rem; }
      .global-nav .global-nav-header {
        text-align: center;
        padding: 3rem 1rem; }
        .global-nav .global-nav-header img {
          width: 52px;
          height: 52px; }
      .global-nav .global-nav-list {
        list-style: none;
        padding: 0px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }
        .global-nav .global-nav-list li a {
          font-weight: 500;
          display: block;
          color: #212529;
          padding: 1rem 1.5rem 1rem 3.25rem;
          background-color: transparent;
          text-decoration: none;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          -webkit-transition: background-color 0.4s;
          -moz-transition: background-color 0.4s;
          -o-transition: background-color 0.4s;
          transition: background-color 0.4s;
          position: relative; }
          .global-nav .global-nav-list li a img {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 1rem; }
          .global-nav .global-nav-list li a:hover {
            text-decoration: none;
            background-color: #EBF4F6; }
          .global-nav .global-nav-list li a .rz-badge.rz-badge-info {
            display: inline-block;
            position: absolute;
            left: 26px;
            top: 7px;
            background-color: #ec4f49;
            color: white;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            font-size: .9rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; } }

.btn-ajax {
  position: relative; }
  .btn-ajax.loading span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .btn-ajax.loading::before {
    font-size: 16px !important;
    font: normal normal normal 1em/1 'Nucleo';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    content: "\ed85";
    animation: nc-icon-spin 1.5s infinite linear; }

.btn-check:checked + .btn-primary {
  background-color: #2D6F74;
  color: white;
  box-shadow: 0 0.313rem 0.719rem rgba(31, 76, 79, 0.1), 0 0.156rem 0.125rem rgba(16, 41, 43, 0.06); }
  .btn-check:checked + .btn-primary:active {
    color: #2D6F74;
    background-color: #e0f2f3;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2); }

.btn-check:checked + .btn-primary-light {
  background-color: #2D6F74;
  color: white;
  box-shadow: 0 0.313rem 0.719rem rgba(31, 76, 79, 0.1), 0 0.156rem 0.125rem rgba(16, 41, 43, 0.06); }
  .btn-check:checked + .btn-primary-light:active {
    color: #2D6F74;
    background-color: #e0f2f3;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2); }

.btn.btn-icon {
  background-color: #F6F9F9;
  color: #a3a3a3;
  width: 44px;
  height: 44px;
  border: 1px solid #F6F9F9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  padding: initial; }
  .btn.btn-icon:hover, .btn.btn-icon:focus {
    background-color: #e0f2f3;
    color: #2D6F74; }
  .btn.btn-icon .nc-icon {
    position: relative;
    top: 2px; }

.btn.btn-danger-light {
  color: #ec4f49;
  background-color: #fdebeb; }
  .btn.btn-danger-light:focus, .btn.btn-danger-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(236, 79, 73, 0.25); }

.btn.btn-primary-light {
  color: #2D6F74;
  background-color: #e0f2f3; }

.btn.btn-sm {
  padding: 0.4rem 1.3rem;
  font-size: 1rem;
  border-radius: 7px; }
  @media only screen and (min-width: 992px) {
    .btn.btn-sm {
      padding: 0.25rem 1rem;
      font-size: 0.8rem;
      border-radius: 7px; } }

@keyframes nc-icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.custom-tabs .rz-tabview-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #EBF4F6;
  flex-wrap: wrap; }
  @media only screen and (min-width: 992px) {
    .custom-tabs .rz-tabview-nav {
      flex-wrap: nowrap; } }
  .custom-tabs .rz-tabview-nav li.rz-tabview-selected a {
    padding: .5rem 1rem;
    display: block;
    border-bottom: 2px solid #2D6F74;
    color: #2D6F74; }
  .custom-tabs .rz-tabview-nav li a {
    padding: .5rem 1rem;
    display: block;
    border-bottom: 2px solid transparent; }
    .custom-tabs .rz-tabview-nav li a:hover {
      text-decoration: none; }

.load-wrapper {
  width: 100%;
  padding: 1rem 0rem;
  position: relative;
  height: 72px; }

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px; }
  .load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite; }
  .load :first-child {
    background: #2D6F74;
    animation-delay: -1.5s; }
  .load :nth-child(2) {
    background: #286166;
    animation-delay: -1s; }
  .load :nth-child(3) {
    background: #225458;
    animation-delay: -0.5s; }
  .load :last-child {
    background: #1d464a; }

@keyframes spin {
  0%, 100% {
    transform: translate(0); }
  25% {
    transform: translate(160%); }
  50% {
    transform: translate(160%, 160%); }
  75% {
    transform: translate(0, 160%); } }

.rz-dialog-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }
  .rz-dialog-wrapper .rz-dialog {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 6px 60px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 6px 60px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 60px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 6px 60px rgba(0, 0, 0, 0.12);
    padding: 2.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    width: 100% !important; }
    @media only screen and (min-width: 992px) {
      .rz-dialog-wrapper .rz-dialog {
        width: inherit; } }
    .rz-dialog-wrapper .rz-dialog .rz-dialog-titlebar .rz-dialog-title {
      font-size: 1.5rem;
      font-weight: 500; }
    .rz-dialog-wrapper .rz-dialog .rz-actions {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-top: 1rem; }
      .rz-dialog-wrapper .rz-dialog .rz-actions .btn {
        margin-left: .5rem; }

.rz-fieldset .rz-fieldset-legend-text {
  font-size: 1.2rem; }

.tile {
  width: 100%;
  display: flex;
  background-color: white;
  border: 1px solid #e9ecf0;
  padding: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  align-content: stretch;
  margin-bottom: .5rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .tile .tile-icon {
    width: 48px;
    height: 48px;
    margin-right: 1rem;
    background-color: #e0f2f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #2D6F74;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 50px;
    text-align: center; }
    .tile .tile-icon .nc-icon {
      font-size: 1.5rem;
      line-height: 2.9rem; }
    @media only screen and (min-width: 992px) {
      .tile .tile-icon {
        width: 64px;
        height: 64px;
        line-height: 60px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px; }
        .tile .tile-icon .nc-icon {
          font-size: 2rem; } }
  .tile .tile-content {
    width: calc(100% - 60px); }
    .tile .tile-content p {
      margin-bottom: 0px; }
      .tile .tile-content p.top {
        color: #666666;
        font-size: .8rem;
        font-weight: 500; }
      .tile .tile-content p.sub {
        color: #333333;
        font-size: .9rem; }
        .tile .tile-content p.sub ul {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: row; }
          .tile .tile-content p.sub ul li {
            margin-right: .15rem; }
            .tile .tile-content p.sub ul li a {
              border-bottom: 1px solid transparent; }
              .tile .tile-content p.sub ul li a:hover {
                border-bottom: 1px solid #2D6F74; }
            .tile .tile-content p.sub ul li:after {
              margin-left: .15rem;
              content: "-"; }
            .tile .tile-content p.sub ul li:last-child:after {
              content: ""; }
    .tile .tile-content .tile-actions {
      display: none; }
      .tile .tile-content .tile-actions .btn {
        margin-left: .25rem; }
      @media only screen and (min-width: 992px) {
        .tile .tile-content .tile-actions {
          display: block;
          float: right; } }
    .tile .tile-content .tile-actions-mobile {
      margin-top: 1rem; }
      @media only screen and (min-width: 992px) {
        .tile .tile-content .tile-actions-mobile {
          display: none; } }
  .tile.tile-sm {
    padding: .5rem;
    border: 1px solid #F6F9F9; }
    .tile.tile-sm .tile-icon {
      width: 48px;
      height: 48px;
      margin-right: 1rem;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      border-radius: 12px;
      font-size: 1.2rem;
      line-height: 44px; }
      .tile.tile-sm .tile-icon .nc-icon {
        font-size: 1.5rem;
        line-height: 3rem; }
    .tile.tile-sm .tile-content {
      width: calc(100% - 80px); }
      .tile.tile-sm .tile-content p {
        margin-bottom: 0px;
        font-size: .9rem; }
        .tile.tile-sm .tile-content p.top {
          color: #666666;
          font-size: .7rem;
          font-weight: 500; }
        .tile.tile-sm .tile-content p.sub {
          color: #333333;
          font-size: .8rem; }
          .tile.tile-sm .tile-content p.sub ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: row; }
            .tile.tile-sm .tile-content p.sub ul li {
              margin-right: .15rem; }
              .tile.tile-sm .tile-content p.sub ul li a {
                border-bottom: 1px solid transparent; }
                .tile.tile-sm .tile-content p.sub ul li a:hover {
                  border-bottom: 1px solid #2D6F74; }
              .tile.tile-sm .tile-content p.sub ul li:after {
                margin-left: .15rem;
                content: "-"; }
              .tile.tile-sm .tile-content p.sub ul li:last-child:after {
                content: ""; }
      .tile.tile-sm .tile-content .tile-actions {
        float: right; }
        .tile.tile-sm .tile-content .tile-actions .btn {
          margin-left: .25rem; }
  .tile.tile-partner {
    height: 100%;
    display: block;
    padding: 1.5rem; }
    .tile.tile-partner .tile-img {
      width: 75px;
      height: 75px;
      margin-bottom: 1rem;
      margin-left: -.2rem;
      margin-top: -.2rem; }
      .tile.tile-partner .tile-img .image-bg {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-color: #e0f2f3;
        color: #2D6F74;
        font-weight: 600;
        line-height: 75px;
        text-align: center;
        font-size: 1.8rem; }
    .tile.tile-partner .tile-content h6 {
      margin-bottom: .5rem; }
    .tile.tile-partner .tile-content .tile-description {
      font-size: .9rem;
      color: #666666;
      margin-bottom: 1rem; }
  .tile.tile-product {
    height: 100%;
    display: block;
    padding: 1.5rem; }
    .tile.tile-product .tile-img {
      width: 75px;
      height: 75px;
      margin-bottom: 1rem;
      margin-left: -.2rem;
      margin-top: -.2rem; }
      .tile.tile-product .tile-img .image-label {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-color: #e0f2f3;
        color: #2D6F74;
        font-weight: 600;
        line-height: 75px;
        text-align: center;
        font-size: 1.8rem; }
      .tile.tile-product .tile-img .image-svg {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background-color: #e0f2f3;
        line-height: 70px;
        text-align: center; }
        .tile.tile-product .tile-img .image-svg .tile-svg {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          width: 32px;
          height: auto;
          margin-left: auto;
          margin-right: auto; }
      .tile.tile-product .tile-img .image-bg {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center; }
    .tile.tile-product .tile-content {
      width: 100%; }
      .tile.tile-product .tile-content h6 {
        margin-bottom: .5rem; }
      .tile.tile-product .tile-content .tile-description {
        font-size: .9rem;
        color: #666666;
        margin-bottom: 1rem; }
    .tile.tile-product:hover {
      background-color: #eff8f9;
      border: 1px solid #2D6F74;
      text-decoration: none; }
  .tile.tile-opleiding {
    height: 100%;
    display: block;
    padding: 1.5rem; }
    .tile.tile-opleiding .tile-img {
      width: 100%;
      height: 160px;
      margin-bottom: 1rem;
      margin-left: 0rem;
      margin-top: 0rem; }
      .tile.tile-opleiding .tile-img .image-bg {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-color: #e0f2f3;
        color: #2D6F74;
        font-weight: 600;
        line-height: 75px;
        text-align: center;
        font-size: 1.8rem; }
    .tile.tile-opleiding .tile-content h6 {
      margin-bottom: .5rem; }
    .tile.tile-opleiding .tile-content .tile-description {
      font-size: .9rem;
      color: #666666;
      margin-bottom: 1rem; }
    .tile.tile-opleiding:hover {
      background-color: #eff8f9;
      border: 1px solid #2D6F74;
      text-decoration: none; }

a.tile-news {
  width: 100%;
  height: 300px;
  position: relative;
  padding-bottom: 2rem; }
  a.tile-news .tile-img img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  a.tile-news .tile-content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: flex-end; }
    a.tile-news .tile-content-wrapper .tile-content {
      margin: 0rem;
      padding: 1rem;
      background: transparent;
      max-width: 100%;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      -webkit-transition: background 0.4s;
      -moz-transition: background 0.4s;
      -o-transition: background 0.4s;
      transition: background 0.4s; }
      a.tile-news .tile-content-wrapper .tile-content h4 {
        color: #2D6F74;
        margin-bottom: 0.5rem; }
      a.tile-news .tile-content-wrapper .tile-content p {
        margin-bottom: 0rem; }
  a.tile-news:hover {
    text-decoration: none; }
    a.tile-news:hover .tile-content-wrapper .tile-content {
      text-decoration: none;
      background: transparent; }
      a.tile-news:hover .tile-content-wrapper .tile-content h4, a.tile-news:hover .tile-content-wrapper .tile-content p {
        text-decoration: none; }
  @media only screen and (min-width: 992px) {
    a.tile-news {
      margin-bottom: 0rem; }
      a.tile-news .tile-img img {
        width: 100%;
        height: auto;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px; }
      a.tile-news .tile-content-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: flex-end; }
        a.tile-news .tile-content-wrapper .tile-content {
          margin: 1rem;
          padding: 1rem;
          background: white;
          max-width: 60%;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          -webkit-transition: background 0.4s;
          -moz-transition: background 0.4s;
          -o-transition: background 0.4s;
          transition: background 0.4s; }
          a.tile-news .tile-content-wrapper .tile-content h4 {
            color: #2D6F74;
            margin-bottom: 0.5rem; }
          a.tile-news .tile-content-wrapper .tile-content p {
            margin-bottom: 0rem; }
      a.tile-news:hover {
        text-decoration: none; }
        a.tile-news:hover .tile-content-wrapper .tile-content {
          text-decoration: none;
          background: #e0f2f3; } }

.card {
  border: 1px solid #EBF4F6;
  padding: 1.3rem; }
  .card .card-body .card-icon {
    width: 64px;
    height: 64px;
    margin-right: 1rem;
    background-color: #e0f2f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-radius: 16px;
    color: #2D6F74;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 60px;
    text-align: center; }
    .card .card-body .card-icon .nc-icon {
      font-size: 2rem;
      line-height: 3.9rem; }

.ticket-wrapper .ticket-group label {
  font-weight: 600; }

.ticket-wrapper .ticket-feedback {
  background-color: #F6F9F9;
  padding: 1rem;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #EBF4F6;
  margin-bottom: .5rem;
  margin-top: .5rem; }
  .ticket-wrapper .ticket-feedback label {
    font-weight: 600; }
  .ticket-wrapper .ticket-feedback .feedback-container {
    text-align: right; }
    .ticket-wrapper .ticket-feedback .feedback-container .feedback {
      margin-bottom: .35rem;
      background-color: #e0f2f3;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      border-radius: 12px;
      padding: .75rem;
      display: inline-block; }
      .ticket-wrapper .ticket-feedback .feedback-container .feedback p {
        margin-bottom: 0; }
    .ticket-wrapper .ticket-feedback .feedback-container.feedback-stad {
      text-align: left; }
      .ticket-wrapper .ticket-feedback .feedback-container.feedback-stad .feedback {
        background-color: white; }
    .ticket-wrapper .ticket-feedback .feedback-container .feedback-time {
      margin-bottom: 0;
      font-size: .75rem;
      margin: 0 .75rem;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5000%);
      opacity: 50%; }

.ticket-wrapper .feedback-input {
  position: relative;
  margin-bottom: 1.5rem; }
  .ticket-wrapper .feedback-input .feedback-btn {
    background-color: transparent;
    border: 0px solid transparent;
    color: #a3a3a3;
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 1.4rem; }
    .ticket-wrapper .feedback-input .feedback-btn:hover {
      color: #2D6F74; }

#page-footer-wrapper {
  border-top: 1px solid #EBF4F6;
  padding-top: 1rem;
  margin-top: 1rem;
  padding-bottom: 1rem; }
  #page-footer-wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none; }
    #page-footer-wrapper ul li {
      text-align: center;
      margin: 1rem 1rem; }
      #page-footer-wrapper ul li img {
        height: 40px;
        width: auto; }
  @media only screen and (min-width: 992px) {
    #page-footer-wrapper ul {
      flex-direction: row; }
      #page-footer-wrapper ul li {
        margin: 2rem 1rem; }
        #page-footer-wrapper ul li img {
          height: 55px; } }

.home-wrapper ul {
  list-style: none;
  padding: 0; }
  .home-wrapper ul li {
    color: #666666;
    margin-bottom: .5rem;
    font-size: .9rem; }

.home-banner-wrapper {
  background-color: #F6F9F9;
  position: relative;
  margin-bottom: 2rem; }
  .home-banner-wrapper .home-banner-image {
    width: 100%;
    top: 0px;
    left: 0px;
    display: block; }
    .home-banner-wrapper .home-banner-image img {
      -moz-border-radius-topleft: 15px;
      -webkit-border-top-left-radius: 15px;
      border-top-left-radius: 15px;
      -moz-border-radius-topright: 15px;
      -webkit-border-top-right-radius: 15px;
      border-top-right-radius: 15px;
      width: 100%;
      height: auto; }
  .home-banner-wrapper .home-banner-content {
    position: relative;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    background-color: white;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px; }
    .home-banner-wrapper .home-banner-content h3 {
      text-transform: uppercase;
      margin-bottom: 0rem;
      color: #2D6F74; }
    .home-banner-wrapper .home-banner-content h4 {
      font-weight: 500;
      font-size: 1rem;
      margin-bottom: .3rem;
      text-transform: uppercase; }
    .home-banner-wrapper .home-banner-content .btn {
      margin-top: 1rem; }
  @media only screen and (min-width: 768px) {
    .home-banner-wrapper .home-banner-image {
      width: 100%;
      top: 0px;
      left: 0px;
      display: block; }
      .home-banner-wrapper .home-banner-image img {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        width: 100%;
        height: auto; }
    .home-banner-wrapper .home-banner-content {
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      padding: 1.5rem;
      display: flex;
      align-items: center;
      background-color: white;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .home-banner-wrapper .home-banner-content h3 {
        text-transform: uppercase;
        margin-bottom: 0rem;
        color: #2D6F74; }
      .home-banner-wrapper .home-banner-content h4 {
        font-weight: 500;
        font-size: 1rem;
        margin-bottom: .3rem;
        text-transform: uppercase; }
      .home-banner-wrapper .home-banner-content .btn {
        margin-top: 1rem; } }

.home-buttons .home-button {
  display: block;
  padding: 1.5rem 1.5rem;
  border: 1px solid #e9ecf0;
  background-color: white;
  margin-bottom: .75rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .home-buttons .home-button img {
    margin-right: .8rem; }
  .home-buttons .home-button:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #f2fafa;
    color: #212529;
    border: 1px solid #a9dade; }

.intro-wrapper {
  text-align: left; }
  .intro-wrapper img {
    height: 55px;
    width: auto;
    margin-bottom: 3rem; }
  .intro-wrapper h2 {
    margin-bottom: .5rem; }
  .intro-wrapper h3 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #2D6F74; }

.intro-card {
  padding: 1.5rem;
  margin: 4rem 0rem;
  background-color: white;
  text-align: left;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06); }
  .intro-card h2 {
    margin-bottom: .75rem; }
  .intro-card p {
    color: #666666; }
  .intro-card .step {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 1.5rem;
    margin-left: -.2rem;
    color: #2D6F74;
    background-color: #e0f2f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 1.5rem;
    font-weight: 600; }

.intro-auth-logo {
  width: 100%;
  padding: 2rem 0rem; }
  .intro-auth-logo ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0; }
    .intro-auth-logo ul li {
      padding: 1.5rem 1.5rem; }
      .intro-auth-logo ul li img {
        height: 55px;
        width: auto; }
  @media only screen and (min-width: 992px) {
    .intro-auth-logo {
      padding: 4rem 0rem; }
      .intro-auth-logo ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        .intro-auth-logo ul li {
          padding: 0rem 1.5rem; }
          .intro-auth-logo ul li img {
            height: 55px;
            width: auto; } }
