/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
html, body {
  min-height: 100vh;
  position: relative;
}

body {
  padding-bottom: 135px !important;
}
@media (max-width: 768px) {
  body {
    padding-bottom: 155px !important;
  }
}

.logo-container img {
  max-height: 120px;
}

.actinactie_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 35px 25px;
  background: #18479f;
  color: white;
}
.actinactie_footer a {
  color: white;
  text-decoration: underline;
}
.actinactie_footer span:first-child {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .actinactie_footer {
    text-align: center;
    flex-direction: column;
  }
  .actinactie_footer span:first-child {
    padding-right: 0;
  }
}

.assessment-heading {
  color: #fff !important;
}

.completed-text > p:first-child {
  text-align: center !important;
}

.assessment-table {
  border: 0 !important;
}
.assessment-table > thead, .assessment-table > tbody {
  border: 0 !important;
}
.assessment-table > thead > tr, .assessment-table > tbody > tr {
  border: 0 !important;
}
.assessment-table > thead > tr > td, .assessment-table > tbody > tr > td {
  border: 0 !important;
}
.assessment-table .table.assessments {
  border: 0 !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.assessment-table .table.assessments > tbody {
  overflow: hidden;
  border: 1px solid #ddd !important;
}
.assessment-table .table.assessments > tbody > tr {
  border: 0 !important;
}
.assessment-table .table.assessments > tbody > tr > td, .assessment-table .table.assessments > tbody > tr > th {
  padding: 25px;
  border: 0 !important;
}
.assessment-table .table.assessments > tbody > tr > th {
  padding: 25px;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
}
.assessment-table .table.assessments > tbody > tr > td {
  padding: 25px 25px 10px 25px;
}
.assessment-table .table.assessments table {
  margin-bottom: 10px;
}
.assessment-table .table.assessments table td {
  padding: 10px;
}

.createPDFbutton {
  margin-top: -10px;
  margin-bottom: -20px;
  margin-right: 5px;
}

.pdf-head {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -25px;
}
.pdf-head img {
  display: block;
  margin: 20px auto 0 auto;
  width: auto;
  height: 100px;
}

.pdf-foot {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #18479f;
  color: white;
}

.privacy {
    display: none;
}

/*# sourceMappingURL=custom.css.map */
