div img {
  max-width: 500px;
}

.table-responsive.table-entries {
  overflow-x: auto;
}

footer {
  background-color: #005761;
  display: flex;
  flex: none;
  flex-direction: column;
  margin: auto 0 0;
  width: 100%;
}

footer .dark-bar {
  background-color: #00444C;
  display: flex;
  padding: 0px 0 10px;
  text-align: center;
  width: 100%;
}

footer .light-bar {
  padding: 0px 0;
}

.tdec{
  text-decoration: none;
}

.flex-container {
  display: flex;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

a:hover,
a:focus,
a:active {
  color: #333;
  text-decoration: none;
}

nav .flex-container {
  justify-content: space-between;
}

.breadcrumb {
  background: transparent;
  padding: 20px 0 10px;
}

ol.breadcrumb li.breadcrumb-item a {
  color: #00B8CC;
  font-weight: 700;
}

ol.breadcrumb li.breadcrumb-item.active {
  color: #777;
  font-weight: 400;
}

.breadcrumb-item:first-child {
  padding: 0;
}

button.disabled {
  cursor: default;
  pointer-events: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #868e96;
  content: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/chevron.png?_=1552f6a570b00f87f072f3f783e1511e);
}

.fixed-top+div {
  border: none;
  margin-top: 70px;
}

.btn svg {
  display: inline-block;
  margin-right: 5px;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0 40px;
}

.modal-footer {
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 40px;
  padding-top: 30px;
}

/*.modal-footer> :not(:last-child) {
  margin-bottom: .25rem;
  margin-right: 0;
}*/

.hero.sub-hero {
/*   background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/hero-bg.png?_=369aca87418b6beca2c3f3547f803de0); */
  background-image: url(//assets.eu.bettyblocks.com/eu-central-1-389ec5282a0b4f21909b4565772dc68a_assets/files/711a04e8f7df41648144d380c1f08dd4);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  max-height: none;
  min-height: 462px;
}

.hero.hero-gpi {
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/hero-poortinstructies.png?_=d5102d98fb51eaf56abf1e00eeba3d56);
}

.hero.hero-login {
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/hero-login.png?_=7c480806a725df3dc206975115baa884);
}

.hero.hero-ps {
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/hero-ps.png?_=724e308a2b2443f20b046e7dd3a925a7);
}

.hero.hero-overons {
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/hero-overons.png?_=9f947527bab6a95d341dfcd9d64f8ff4);
}

.try-test {
  color: #777;
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
}

.test-qres {
  color: #999;
  display: block;
  margin-bottom: 20px;
}

.modal-pure {
  padding: 40px;
  position: relative;
}

.close-pure {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 8px;
}

.alert {
  border-radius: 0;
  color: #333;
  text-align: center;
}

.questions {
  padding-top: 30px;
  z-index: 1;
}

.questions .question-level {
  color: #999;
  margin-bottom: 8px;
  margin-top: 12px;
}

.questions h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 20px;
}

.questions h2 .q-mark {
  white-space: nowrap;
}

.q-mark svg {
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  line-height: 10px;
}

.answer_label {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 12px 16px;
  position: relative;
  width: 99%;
}

label.btn {
  margin-bottom: 0;
}

.q-circle {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 100%;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 14px;
  margin-right: 15px;
  position: relative;
  width: 14px;
}

.q-question {
  line-height: 150%;
  margin: 0;
  width: calc(100% - 55px);
}

.questions-overview {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}

.qo-head {
  background-color: #005761;
  color: #fff;
  padding: 12px 15px;
}

.qo-grid {
  padding: 12px;
}

.qo-row {
  display: flex;
}

.qn {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 2px 2px 0;
  position: relative;
  text-align: center;
  width: 20%;
}

.qn .number {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.qn.marked:after {
  color: #00ADC3;
  content: "◥";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.qo-legend-option {
  margin-top: 4px;
}

.legend {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  height: 18px;
  margin-bottom: -3px;
  margin-right: 4px;
  position: relative;
  width: 18px;
}

.legend.marked:after {
  color: #00ADC3;
  content: "◥";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.progression-bar {
  background-color: #F9F9F9;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  display: flex;
}

.current-progress {
  background-color: #46AE42;
  border-radius: 15px;
  height: 15px;
  min-width: 20px;
  transition: .2s ease all;
}

.current-progress.p5 {
  border-radius: 15px 0 0 15px;
  width: 5%;
}

.current-progress.p10 {
  border-radius: 15px 0 0 15px;
  width: 10%;
}

.current-progress.p15 {
  border-radius: 15px 0 0 15px;
  width: 15%;
}

.current-progress.p20 {
  border-radius: 15px 0 0 15px;
  width: 20%;
}

.current-progress.p25 {
  border-radius: 15px 0 0 15px;
  width: 25%;
}

.current-progress.p30 {
  border-radius: 15px 0 0 15px;
  width: 30%;
}

.current-progress.p35 {
  border-radius: 15px 0 0 15px;
  width: 35%;
}

.current-progress.p40 {
  border-radius: 15px 0 0 15px;
  width: 40%;
}

.current-progress.p45 {
  border-radius: 15px 0 0 15px;
  width: 45%;
}

.current-progress.p50 {
  border-radius: 15px 0 0 15px;
  width: 50%;
}

.current-progress.p55 {
  border-radius: 15px 0 0 15px;
  width: 55%;
}

.current-progress.p60 {
  border-radius: 15px 0 0 15px;
  width: 60%;
}

.current-progress.p65 {
  border-radius: 15px 0 0 15px;
  width: 65%;
}

.current-progress.p70 {
  border-radius: 15px 0 0 15px;
  width: 70%;
}

.current-progress.p75 {
  border-radius: 15px 0 0 15px;
  width: 75%;
}

.current-progress.p80 {
  border-radius: 15px 0 0 15px;
  width: 80%;
}

.current-progress.p85 {
  border-radius: 15px 0 0 15px;
  width: 85%;
}

.current-progress.p90 {
  border-radius: 15px 0 0 15px;
  width: 90%;
}

.current-progress.p95 {
  border-radius: 15px 0 0 15px;
  width: 95%;
}

.current-progress.p100 {
  border-radius: 15px;
  width: 100%;
}

input[type=radio].wrong:checked+label {
  background-color: #FFB2B2;
  border: none;
}

input[type=radio].wrong:checked+label:after {
  color: #D0021B;
  content: "✕";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

input[type=radio].correct:checked+label {
  background-color: #B8E986;
  border: none;
}

input[type=radio].correct:checked+label:after {
  color: #417505;
  content: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/checkmark.svg?_=567edac25af43974ab65a56011238fd9);
  font-size: 20px;
  max-width: 16px !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.note {
  background-color: #F06600;
  padding: 30px;
}

.note h3,
.note h4 {
  color: #fff;
  margin-bottom: 16px;
}

.note p {
  margin-bottom: 20px;
}

.note .btn {
  color: #F06600;
}

.how-it-works {
  background-color: #f2f2f2;
}

.info-tabs .tabs label {
  border: 1px solid #ccc;
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 15px 18px;
}

.tabs-info {
  border-top: 1px solid #ccc;
  margin-top: -1px;
  padding-top: 40px;
}

.info-tabs .tabs label:not(:first-child) {
  border-left: none;
}

.form-control-auto {
  min-width: 150px;
  padding: 0 15px;
  width: auto;
}

.logincode-price {
  color: #00454F;
  display: block;
  font-family: Roboto, 'helvetica neue', arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 30px;
}

.table-cart tr td {
  vertical-align: middle;
}

.terms tr td {
  padding: 15px 50px 10px 0;
  vertical-align: top;
}

table.faq tr td {
  padding-bottom: 2px;
  vertical-align: top;
}

table.faq tr td:first-child {
  padding-right: 12px;
  padding-top: 3px;
}

table.faq tr td:first-child:after {
  content: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/orange-chevron.svg?_=a1ea1f2ebf4b6dda85a859ad08771b6d);
}

.faq-lbl {
  cursor: pointer;
  margin-bottom: 5px;
}

.inner-ul {
  padding: 0 0 0 20px;
}

.cart-total {
  background: #f0f0f0;
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 15px;
}

.cart-total hr {
  background-color: #ccc;
}

.inlog-modal {
  border: 1px solid #ccc;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  color: #949494;
  display: block;
  margin: 50px auto;
  min-width: 300px;
  width: 80%;
}

.singular-modal {
  border: 1px solid #ccc;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  color: #949494;
  display: block;
  margin: 50px auto;
  min-width: 300px;
  width: 50%;
}

.singular-form-flex {
  display: flex;
  flex-direction: row;  
  justify-content: space-between;
}

.inlog-modal a,
.singular-modal a {
  color: #949494;
}

.or {
  border-bottom: 1px solid #ddd;
  color: #333;
  margin-bottom: 40px;
  margin-top: 45px;
  position: relative;
  text-align: center;
}

.or span {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.input-wrap {
  position: relative;
}

.show-input {
  position: absolute;
  right: 12px;
  top: 19px;
  transform: translateY(-50%);
}

.bday-input {
  right: 12px;
}

.show-input svg {
  color: #ccc;
  cursor: pointer;
}

.check-control {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 8px;
  position: static;
}

table.payment-option tr td:first-child {
  padding-right: 15px;
}

table.payment-option tr td {
  vertical-align: top;
}

.overview {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.overview p {
  margin: 0;
  padding: 15px;
}

.overview-head {
  background-color: #005761;
  color: #fff;
  padding: 15px;
  position: relative;
}

.overview-head a.edit {
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease all;
}

.overview-head a.edit:hover {
  color: rgba(255, 255, 255, 1);
}

table.overview-items tr th,
table.overview-items tr td {
  padding: 15px 15px 0;
}

table.overview-items tr:nth-last-child(2) td {
  padding-bottom: 15px;
}

table.overview-items tr td.total {
  background-color: #D6E9D8;
  border-top: 1px solid #ccc;
  padding: 10px 15px 15px;
}

.inner-link {
  font-weight: 700;
  text-decoration: underline;
}

.inlog-form {
  border-bottom: 1px solid #ccc;
  padding: 30px;
  width: 100%;
}

.singular-form {
  padding: 30px;
  width: 100%;
}

.account-form {
  padding: 30px;
  width: 100%;
}

.language-label {
  display: block;
  margin-bottom: 10px;
}

.check-list {
  margin: 20px 0 35px;
  padding: 0;
}

.check-list li {
  color: #949494;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.check-list li svg {
  color: #417505;
  font-size: 20px;
  margin-right: 2px;
}

ol {
  margin: 0;
  padding: 0 0 0 20px;
}

ol li {
  margin: 0;
  padding: 0 0 0 5px;
}

.candidates h3 {
  font-size: 16px;
  font-weight: 700;
}

.nav-my-profile nav {
  background: #034545;
}

select {
  display: block;
}

label#search-candidate {
  color: #aeaeae;
  font-size: 12px;
}

.succes {
  color: #49ad47;
}

.warning {
  color: #a11416;
}

.available-codes {
  border: 1px solid #ccc;
  color: #777;
  padding: 30px 40px 40px;
}

svg.svg-ticket {
  color: #00ABC3;
  font-size: 70px;
  margin-bottom: 15px;
}

.table-candidates tr td,
.table-candidates tr th {
  padding: 15px;
  vertical-align: middle;
}

.table-candidates thead tr .en-birthdate {
  min-width: 96px;
}

.table-candidates tr th svg {
  margin-bottom: 3px;
  margin-left: 2px;
  opacity: 0.4;
}

.table-candidates tr td svg {
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.table-candidates tr td .svg-action:first-child {
  margin-right: 14px;
}

.groupname {
  min-width: 200px;
  width: 70%;
}

.groupamount {
  min-width: 180px;
  width: 15%;
}

.state {
  color: #fff;
  display: block;
  padding: 8px 10px;
  text-align: center;
}

.paid {
  background-color: #46AE42;
}

.open {
  background-color: #E89610;
}

.unpaid {
  background-color: #CE1F1F;
}

.btn-block-xs {
  display: block;
  width: 100%;
}

.modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

#more {
  display: none;
}

.read_more_container {
  position: relative;
  border: 3px;
  height: 5px;
  margin-bottom: 30px;
}

.read_more_btn {
  margin: 0;
  position: absolute;
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
}

.my_btn {
  background-color: #FF732E;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #FF732E;
}

_:-ms-fullscreen,
:root .modal-content {
  left: 0;
}

.modal-content .close {
  position: absolute;
  right: 20px;
  top: 15px;
}

.modal-header {
  padding-bottom: 2px;
  padding-top: 35px;
}

.pseudo-radio {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 100%;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  height: 14px;
  margin-right: 5px;
  position: relative;
  width: 14px;
}

.inner-labels label {
  cursor: pointer;
  margin-right: 30px;
}

.image-answers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 15px 20px 20px;
}

.img-label.answer_label {
  border: none;
  flex-direction: column;
  padding: 0;
}

input:checked+label.img-label img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 1;
  outline: 3px solid #42af49;
}

.questions input[type="radio"]:checked+.answer_label.img-label {
  background: none;
}

.answer_label img {
  padding: 2px;
}

.video-wrapper {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  position: relative;
}

video {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

#video_box {
  float: left;
}

#video_overlays {
  background-color: transparent;
  float: left;
  min-height: 200px;
  position: absolute;
  width: 640px;
  z-index: 2;
}

div.video-controls {
  background: #000;
  margin-top: -1px;
  padding: 7px;
  text-align: center;
  z-index: 2;
}

div.video-controls-instruction {
  background: #000;
  margin-top: -1px;
  padding: 7px;
  text-align: center;
  width: 70%;
  z-index: 2;
}

div.video-controls-example-exam {
  background: #000;
  z-index: 2;
}

.example-exam {
  margin-left: .4em;
}

.exam-form {
  margin-top: 10px
}

.btn-video {
  background-color: #000;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  width: 31px;
}

.btn-video:hover {
  opacity: .25;
}

.navigation-btn {
  background-color: transparent;
  border: transparent;
}

.loader-frame {
  -moz-flex-direction: column;
  -ms-align-items: center;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loader {
  -moz-flex-direction: column;
  -ms-align-items: center;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: calc(100%-80px);
}

.loader h1 {
  font-size: 32px;
  text-align: center;
}

.loader-points {
  list-style: none;
  margin: 20px 0 40px;
  padding: 0;
}

.loader-points li {
  margin: 15px 0;
}

.loader-points li:before {
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/loader-check-inactive.svg?_=33846c2bbdc6a2dc04f81e223d68d113);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  width: 18px;
}

.loader-points li.loaded:before {
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/loader-check-active.svg?_=0473e9ee234d5072062b83ae9ab7ea24);
}

.loader-bar {
  background: #e8e8e8;
  border-radius: 50px;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.loader-bar .loader-progress {
  -moz-animation: loaderGradient 2s linear infinite;
  -webkit-animation: loaderGradient 2s linear infinite;
  animation: loaderGradient 2s linear infinite;
  background: linear-gradient(311deg, #f06600, #FA8500, #f06600);
  background-size: 200%;
  border-radius: 50px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

/*
100% {
  background-position: -200% 50%;
}
*/

.loader-percentage {
  margin-top: 10px;
  text-align: center;
}

.loader-points li.loading::before {
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/loader.gif?_=124d5848d5e73302028151e0e78e1e9a);
  background-position: bottom;
  background-size: cover;
  height: 20px;
  position: relative;
  top: 3px;
  width: 20px;
}

.progress-label {
  float: left;
  margin-right: 1em;
}

.to-center {
  margin-right: 15%;
}

.instruction-question-position {
  float: right;
}

.to-center-exam {
  margin-left: 25%;
}

.table-dark-border {
  border-top: 1px solid #000 !important;
}

.thead-dark-border {
  border-bottom: 2px solid #000 !important;
  border-top: 2px solid #000 !important;
}

.not-production {
  background-color: #db3a4a;
  height: 80px;
  text-align: center;
}

.not-production-text {
  color: #FFF;
  padding-top: 15px;
}

.error {
  color: #dc3545;
  font-size: .875rem;
  margin-top: .25rem;
}

.dataTables_filter {
  float: left !important;
  margin-bottom: 10px;
  width: 50%;
}

.exam-image {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-drag: none;
  user-select: none;
}

.noselect {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.dataTables_filter label {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  float: left;
}

.internal-link:hover {
  color: #000;
  text-decoration: underline;
}

.search {
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  background-color: #FFF;
  border-color: initial;
  border-image: initial;
  border-style: inset;
  border-width: 2px;
  color: initial;
  cursor: auto;
  display: inline-block;
  height: 48px;
  letter-spacing: normal;
  margin: 0 !important;
  padding: 5px 15px;
  text-align: start;
  text-indent: 0;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  user-select: text;
  word-spacing: normal;
}

/*.dataTables_wrapper {
  margin-bottom: 45px;
  margin-top: 0;
}*/

.table tbody tr td:last-child a {
  /*margin-right: 15px;*/
}

.module_group>.error {
  display: block !important;
  margin-top: 0 !important;
}

a.disabled {
  cursor: default;
  pointer-events: none !important;
}

.cover {
  height: 380px;
}

.btn-custom-disabled {
  pointer-events: none;
}

.modal-dialog {
  margin: 0 auto;
  max-height: 90vh;
  overflow-y: scroll;
}

.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
  box-shadow: none;
  cursor: auto;
}

#footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}

input[type=radio].wrong:checked+label>img {
  outline: 3px solid #D0021B;
}

input[type=radio].correct:checked+label>img {
  outline: 3px solid #42af49;
}

button:focus {
  outline: none;
}

.dataTables_length {
  float: right !important;
  margin-bottom: 15px;
  text-align: right !important;
}

#report_length {
  width: 100%;
}

.dt-buttons {
  float: right !important;
  text-align: right;
}

.fixed-top.np+div {
  margin-top: 226px;
}

.form-check-input:only-child {
  position: static;
}

.table-wrap table {
  background-color: transparent;
  border-spacing: 0 8px;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even {
  background: #FFF;
  background-color: transparent;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
  padding: 5px 3px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: none;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none;
  padding: 8px 10px;
  pointer-events: none;
  width: auto !important;
}

table.dataTable thead th:after {
  display: none;
  opacity: 0;
}

.dataTables_length label select {
  margin: 0 8px;
  padding-right: 27px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  color: black !important;
  border: none;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-image: none;
}

.table-wrap select.form-control {
  height: 50px;
}

.page-item.disabled .page-link {
  background-color: transparent;
  border: none;
  color: #333;
  opacity: 0.5;
}

.page-item.active .page-link {
  background-color: #eaeaea;
  border-radius: 5px;
  color: #333;
  padding: 4px 10px 6px;
}

.page-link {
  background-color: transparent;
  border: none;
  color: #333;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 0 6px;
}

.page-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000;
  text-decoration: none;
  z-index: 2;
}

.dataTables_wrapper .dataTables_paginate .page-item.previous {
  margin-right: 8px;
}

.dataTables_wrapper .dataTables_paginate .page-item.next {
  margin-left: 8px;
}

table.table-history tr {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

table.table-history tr.failed:before {
  background-color: #FF732E;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

tr.failed td.action a {
  color: #FF732E;
}

table.table-history tr.passed:before {
  background-color: #46AD42;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

tr.passed td.action a {
  color: #46AD42;
}

table.table-history tr.open:before {
  background-color: #00ADC3;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

tr.open td.action a {
  color: #00ADC3;
}

tr.open td.action a.start-exam {
  color: #FFFFFF;
}

table.table-history thead th {
  color: #bbb;
  display: none;
  font-weight: 400;
  padding: 0 20px 5px;
}

table.table-history tbody td {
  padding: 0;
  position: relative;
}

table.table-history span.td-title {
  color: #B4B4B4;
  font-size: 14px;
}

.table-wrap .dataTables_wrapper table.dataTable.table-history tr>td {
  background-color: #fff;
  box-sizing: border-box;
  padding: 5px 15px;
}

table.table-history tr td.tries {
  padding-bottom: 8px;
  width: 100%;
}

table.table-history tr td.validation-date {
  padding-bottom: 8px;
  white-space: nowrap;
  width: 100%;
}

table.table-history tr td.graduation-date {
  padding-bottom: 8px;
  white-space: nowrap;
  width: 100%;
}

table.table-history tr td.action {
  padding-bottom: 8px;
  width: 100%;
}

table#table-candidates,
table#table-expired,
table#table-certificate,
table#table-nograduation,
table#table-exams,
table#table-invitationsent,
table#table-invitationaccepted{
  min-width: 100%;
  width: auto !important;
  display: table;
}

footer a:hover,
footer a,
footer a:focus,
footer a:visited,
.inlog-modal .btn,
.singular-modal .btn,
.intro {
  color: #fff;
  width: 100%;
}

a,
.q-mark svg:hover,
.inlog-modal p,
.singular-modal p,
.show-input svg:hover,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.questions input[type=radio]:checked+label,
.tabs-page {
  background-color: #f0f0f0;
}

.questions input[type=radio]:checked+label .q-circle:after,
#single-candidate:checked~div .label-single-candidate .pseudo-radio:after,
#group-candidates:checked~div .label-group-candidates .pseudo-radio:after,
#all-candidates:checked~div .label-all-candidates .pseudo-radio:after,
#add-single-candidate:checked~div .label-add-single-candidate .pseudo-radio:after,
#add-group-candidates:checked~div .label-add-group-candidates .pseudo-radio:after {
  background-color: #00ADC3;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.qn:after,
.qn.marked::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.qn.unread,
.legend.unread,
.info-tabs .tabs {
  background-color: #fff;
}

.qn.unanswered,
.legend.unanswered {
  background-color: #FFE6D3;
}

.qn.answered,
.legend.answered {
  background-color: #F1FFE2;
}

.qn.current,
.legend.current {
  background-color: #FFFCD2;
}

#tab-how-to:checked~.tabs #label-how-to,
#tab-example-test:checked~.tabs #label-example-test {
  background-color: #f0f0f0;
  border-bottom: #f0f0f0 1px solid;
  font-weight: 700;
}

#tab-how-to:not(:checked)~.tabs-info .tab-how-to,
#tab-example-test:not(:checked)~.tabs-info .tab-example-test,
.faq-cb:not(:checked)~p,
#different-address:not(:checked)~.different-address,
#single-candidate:not(:checked)~div .single-candidate,
#group-candidates:not(:checked)~div .group-candidates,
#all-candidates:not(:checked)~div .all-candidates,
#add-single-candidate:not(:checked)~div .add-single-candidate,
#add-group-candidates:not(:checked)~div .add-group-candidates,
.hidden,
table.table-history thead,
.no-options .search,
.no-options .top,
.no-options .bottom {
  display: none;
}

.logincode-price strong,
.faq-cb:checked~.faq-lbl {
  font-weight: 700;
}

.cart-total table,
.main-pointers p {
  width: 100%;
}

.delivery-description,
.final-notice {
  color: #777;
}

.table-candidates tr td:first-child,
.table-candidates tr td:last-child,
.table-candidates.table-groups tr td:nth-child(2),
.loader p,
.triangle-align-center {
  text-align: center;
}

.table-candidates tr th,
table.dataTable.no-footer {
  border-bottom: none;
}

.table-candidates.table-groups tr td:first-child,
.table-candidates.table-invoices tr td:first-child,
.table-candidates.table-invoices tr td,
.table-candidates.table-modules tr td:first-child,
.table-candidates.table-modules tr td:last-child,
.table-candidates.table-modules tr td,
.import-error-message {
  text-align: left;
}

.internal-link,
.hero a {
  text-decoration: underline;
}

.inner_link,
.inner_link:hover {
  color: #000 !important;
  text-decoration: underline;
}

.form-mark,
.dataTables_length select {
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .page-item.active .page-link,
.table-wrap .dataTables_wrapper table.dataTable.borderless tr>td {
  border: none;
}

table.table-history tr td.status,
table.table-history tr td.gpi {
  width: 50%;
}

table.table-history tbody td.status a,
table.table-history tr td.gpi a {
  padding-top: 10px;
}

@media screen and (min-width: 1520px) {
  .table-responsive.table-entries {
    overflow-x: visible;
  }
}

@media (min-width: 576px) {
  .flex-container {
    margin: 0 auto;
    max-width: 540px;
  }

  .btn-block-xs {
    display: inline-flex;
    width: auto;
  }
}

@media (min-width: 768px) {
  
  .flex-container {
    margin: 0 auto;
    max-width: 720px;
  }

  .modal.fade>.modal-dialog,
  .modal.show>.modal-dialog {
    position: fixed;
  }
}

@media (min-width: 992px) {
  .flex-container {
    margin: 0 auto;
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .flex-container {
    margin: 0 auto;
    max-width: 1140px;
  }
}

@media (max-width: 768px) {
  .dropdown-menu li a {
    color: #02A3B5;
  }
}

@media (min-width: 768px) {
  .inlog-form {
    border-bottom: 0;
    border-right: 1px solid #ccc;
    width: 50%;
  }

  .account-form {
    border-left: 1px solid #fff;
    width: 50%;
  }

  .modal.fade>.modal-dialog,
  .modal.show>.modal-dialog {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .modal-footer {
    align-items: center;
    flex-direction: row;
  }

  .modal-footer> :not(:last-child) {
    margin-bottom: .25rem;
    margin-right: .25rem;
  }

  .answer_label img {
    pointer-events: none;
  }

  .answer_label.img-label {
    display: inline-block;
  }

  /* .carousel-item {
min-height:1000px;
} */

  .inlog-modal,
  .singular-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .inlog-modal.single-login{
    max-width:500px;
  }
  .inlog-modal.single-login .inlog-form{
    width: 100%;
    border: none;
  }
}

@media all and (min-width: 768px) {

  .fade.modal>.modal-dialog,
  .show.modal>.modal-dialog {
    position: relative;
  }

  .modal.fade>.modal-dialog,
  .modal.show>.modal-dialog {
    position: fixed;
    transform: translateY(-50%);
    width: 100vw;
  }
}

@media (max-width: 992px) {
  .cover {
    height: auto;
  }
}

@media (min-width: 768px) {
  table.table-history tr.failed td:first-child:before {
    background-color: #FF732E;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
  }

  table.table-history tr.passed td:first-child:before {
    background-color: #46AD42;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
  }

  table.table-history tr.open td:first-child:before {
    background-color: #00ADC3;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
  }

  table.table-history tr {
    display: table-row;
    margin-bottom: 0;
    white-space: nowrap;
  }

  table.table-history thead {
    display: table-header-group;
  }

  table.table-history tr th {
    display: table-cell;
    hyphens: auto;
    word-break: break-word;
  }

  table.table-history tr> :last-child {
    display: table-cell;
  }

  table.table-history tr td.validation-date {
    padding-bottom: 14px;
    white-space: nowrap;
    width: 20%;
  }

  table.table-history tr td.graduation-date {
    padding-bottom: 14px;
    white-space: nowrap;
    width: 20%;
  }

  table.table-history tr td.status,
  table.table-history tr td.tries {
    padding-bottom: 14px;
    width: 10%;
  }

  table.table-history tr.failed:before,
  table.table-history tr.passed:before,
  table.table-history tr.open:before,
  table.table-history span.td-title {
    display: none;
  }

  table.table-history tr td.gpi,
  table.table-history tr td.action {
    padding-bottom: 14px;
    width: 20%;
  }

  .table-wrap .dataTables_wrapper table.dataTable.table-history tr>td,
  table.table-history tbody td {
    padding: 12px 20px 14px;
  }
  
  td.share-linkedin{
    text-align: center;
  }
}

.video-wrapper.d-sm-block .vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper.d-sm-none .vimeo-video {
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  /* video height / video width */
  padding-bottom: 56.2%;
  /* the above value * 0.5 */
  margin-top: -28.1%;
  height: 0;
  overflow: hidden;
}

.vimeo-video iframe,
.vimeo-video object,
.vimeo-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-check-label {
  line-height: 149%;
}
span[data-toggle=popover] {
  cursor: pointer;
}
span.green {
  color: green;
}
span.orange {
  color: orange;
}
span.red {
  color: red;
}


/* ilop gedoe*/
.scrollable-dropdown {
  max-height: clamp(200px, 25vh, 350px); 
  overflow-y: auto;
  padding: 10px;
  box-shadow: 0 2px 5px rgb(35 50 159 / 50%);
  scroll-behavior: smooth;
  margin-top: 10px;
}

.fixed-top-section {
  position: sticky;
  top: 0;
  background: white;
  z-index: 100;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 5px rgb(35 50 159 / 10%);
}

.fixed-bottom-section {
  position: sticky;
  background: white;
  z-index: 100;
  padding: 12px 15px;
  border-top: 1px solid #ddd;
  box-shadow: 0 2px 5px rgb(35 50 159 / 10%);
}

.custom-added {
  text-decoration: underline;
  color: #000000;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.custom-added:hover,
.custom-added:focus {
  color: #0056b3;
  text-decoration: none;
}

@media (max-width: 768px) {
  .scrollable-dropdown {
    max-height: 220px;
    padding: 8px;
  }

  .fixed-top-section,
  .fixed-bottom-section {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .scrollable-dropdown {
    max-height: 280px;
  }

  .fixed-top-section,
  .fixed-bottom-section {
    padding: 14px;
  }
}


@media (max-width: 375px) {
  .scrollable-dropdown {
    max-height: 180px;
  }

  .fixed-top-section,
  .fixed-bottom-section {
    padding: 8px;
    font-size: 14px; 
  }
}

/* instruction start avatar confirm tooltip styling */ 
/* ----------------------------------------------------------------------------------------- */
.tooltip-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 8px;
}

.info-icon {
  font-size: 14px; /* Adjusted for better circular fit */
  color: #ffffff; /* White color for visibility */
  background-color: #007bff; /* Blue background */
  border-radius: 10%; /* Ensures circular shape */
  padding: 8px; /* Balanced padding to keep it circular */
  border: 2px solid #0056b3; /* Border for definition */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Subtle shadow */
}


.tooltip-content {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  max-width: 90vw;
  z-index: 1;
  white-space: pre-wrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-trigger:hover .tooltip-content,
.tooltip-trigger:focus .tooltip-content,
.tooltip-trigger.active .tooltip-content {
  visibility: visible;
  opacity: 1;
}


/* ----------------------------------------------------------------------------------------- */
/*  ^^^^^^^^^ */
/* instruction start avatar confirm tooltip styling */ 




/* contact */
.contact-form{
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.contact-input{
  border-radius: 0.4rem;
  border: 1px solid #d1d1d1;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-input:focus{
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}

.contact-header{
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-btn{
  border-radius: 2rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
}

.contact-note{
  background-color: #ff732e3b;
  border-left: 4px solid #ff732e;
}

.contact-note-title{
  font-weight:600;
  font-size: 1.2rem;
}

.contact-info{
  font-size: 0.9rem;
  color: #666;
}

@media(max-width: 768px){
  .contact-form, .contact-note{
    padding: 1rem;
  }
}

@media(min-width: 992px){
  .contact-note{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 78%;
    margin-top: 11%;
  }
}
