@media (min-width: 768px) {
  .hero-flow {
      margin-top: 70px;
      border: none;
      top: 0;
      left: 0;
      right: 0;
      position: relative;
  }
}

@media (max-width: 480px) {
  .hero-flow.hero-flow {
  	padding: 20px 0;
  }
  
  .hero-flow .progression-bar {
  	margin: 0;
  }
  
  .inlog-modal {
  	margin: 8px auto;
  }
  
  .dataTables_length {
  	padding-left: 4px;
  }
  
  .flow-actions a {
  	width: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 812px) {
  .form-no-login-codes button {
    margin-left: 0px !important;
    margin-top: 15px !important;
    margin-bottom: 50px;
    width:100%;
  }
  .form-no-login-codes a {
    width: 100%;
  }
  .buy-access {
    flex-direction: column;
  }
  .buy-access form {
    width: 100%;
  }
  .buy-access a {
    width: 100%;
  }
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: white;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: white;
}

.flow-step-point {
	height: 50px;
	width: 50px;
	border-radius: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-right: 30px;
	color: #fff;
	background: #F8F8F8;
	flex-shrink: 0;
	color: #aaa;
	margin-top: auto;
	margin-bottom: auto;
}

.flow-v-steps {
	position: relative;
	margin-top: 15px;
	margin-bottom: 50px;
}

.flow-step-point {
	position: relative;
}

.flow-v-steps .flow-step:first-child .flow-step-point:before {
	border-left: none;
}

.flow-step:before {
	content: "";
	border-left: 4px solid #F8F8F8;
	position: absolute;
	left: 23px;
	height: calc(100% + 30px);
	top: 50%;
}

.flow-step:last-child:before {
	border-left: none;
}

.flow-step {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}

.flow-step:first-child {
	margin-top: 0;
}

.active .flow-step-point {
	background-color: #38AC5B;
	background-image: -webkit-linear-gradient(138deg, #46AD42 0%, #00ACC3 100%);
	background-image: -o-linear-gradient(138deg, #46AD42 0%, #00ACC3 100%);
	background-image: linear-gradient(228deg, #46AD42 0%, #00ACC3 100%);
	color: #fff;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.10);
	border: none;
}

.flow-step-info {
	background: #F8F8F8;
	padding: 22px 25px 10px;
	color: #333;
}

.active .flow-step-info {
	background: #FFF;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.10);
}

.flow-step-info h3 {
	margin-bottom: 10px;
	font-weight: 600;
	color: #00454F;
}

.hero-flow {
	background-color: #F8F8F8;
	text-align: center;
	padding: 50px 0 40px;
}

.hero-flow h1 {
	margin-bottom: 14px;
}

.hero-flow .progression-bar {
	border: none;
}

.flow-actions {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	margin-bottom: 30px;
}

/* Progress */
.progress-bar {
	background-color: #003F3B;
}

/* Steps version */
/* Progress bar */
.progression-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.progression {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 10px 20px 10px;
}

.progression-bar {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	margin: 35px 0px 35px;
	width: 100%;
}

.progression-bar:before {
	position: absolute;
	content: "";
	height: 5px;
	background: #fff;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.progression-bar-progress {
	position: absolute;
	height: 5px;
	background-color: #003F3B;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20%;
}

.progression-step {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.progression-step-title {
	opacity: 0.4;
	position: absolute;
	top: 48px;
	width: 80vw;
	max-width: 120px;
	hyphens: auto;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 19px;
	margin-top: 10px;
	display: none;
}

/* FIX FOR IE 11 LABELS INSIDE STEPS */
_:-ms-fullscreen, :root  .progression-step-title { left: calc(0% - 33px); }

.progression-step-indicator {
	width: 50px;
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 100%;
	font-weight: 300;
	background-color: #fff;
	color: #ccc;
	box-shadow: none;
	font-size: 18px;
}

.progression-step-indicator svg {
	font-size: 14px;
}

.progression-step.active .progression-step-title {
	opacity: 1;
}

.progression-step.active .progression-step-indicator {
	background-image: -webkit-linear-gradient(138deg, #46AD42 0%, #00ACC3 100%);
	background-image: -o-linear-gradient(138deg, #46AD42 0%, #00ACC3 100%);
	background-image: linear-gradient(228deg, #46AD42 0%, #00ACC3 100%);
	color: #fff;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.progression-step.done .progression-step-indicator {
	background-color: #003F3B;
	color: #fff;
	box-shadow: none;
}

@media (min-width: 768px) {

	/* Progression bar */
	.progression {
		padding: 0 50px 20px;
	}

	.progression-step-title {
		display: block;
	}
}


.table-new-candidates .search {
	padding: 0px;
	height: auto;
	border: none;
	display: block;
}

.table-new-candidates .dataTables_length {
	width: auto;
}

.table-new-candidates select.form-control {
	height: 40px;
}

.table-new-candidates .search input {
  height: 40px;
  border: 1px solid #EAEAEA;
  padding: 0 15px;
}

table.dataTable thead th.clickable {
	pointer-events: all;
}

.table-new-candidates table.dataTable tbody td {
	padding: 12px 10px;
}

.table-new-candidates tr td:first-child {
	text-align: left;
}

.table-new-candidates tr td svg {
	margin: 0;
}

.table-new-candidates .action {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
}

.table-new-candidates-small-td {
  width: 60px;
}

.table-new-candidates .action a {
	margin-left: 15px;
	color: #13ADC3;
}

h1 .small{
	font-size: 16px;
}

.buy-access{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.buy-access .input-group{
	width: auto;
}

.input-group input.form-control {
    height: 44px;
	border-radius: 0;
}

.buy-access input.form-control {
  width: 80px;
  height: 50px;
}

.buy-access input.form-control:focus {
  box-shadow: none;
}

.buy-access button:active:focus {
  box-shadow: none !important;
}

.text-xs{
	font-size: 12px;
}

.modal.fade > .modal-dialog, .modal.show > .modal-dialog{
	overflow: auto;
}

/* Register previous route */
.previous_route{
  list-style: none;
  margin:0;
  padding: 0;
  column-count: 3;
  column-gap: 10px;
  box-sizing: border-box; 
}

@media (max-width: 1023px){
  .previous_route{
   	column-count: 1; 
  }
}

.previous_route li{
  border: 1px solid #dee2e6;
  padding: 8px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 0;
  vertical-align: middle;
}

.previous_route li svg{
  color: #47AE43;
  margin: 0 10px !important;
}

.persoon-gegevens, .groep-info {
  font-size: 0.95rem;
}

.card {
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.certificaat-titel {
  font-weight: 600;
}

.carousel-item {
	min-height: 100% !important;
}

#carouselFlow {
  min-height: 250px;
	display: flex;
  	align-items: center;
  justify-content: center;
}

#carouselFlow .carousel-inner {
	width: 90%;
}

#carouselFlow .carousel-control-wrapper {
  	display: flex;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 50px;
    transform: translateY(50%);
}

#carouselFlow .carousel-control-wrapper button {
	background: #F06600;
    width: 100%;
    position: relative;
}
