body {
  display: flex;
}
.wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-grow: 1;
}
#footer {
  margin-top: auto;
}
.login-area {
  margin-top: auto;
  margin-bottom: auto;
}
.error {
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  color: #dc3545;
}

.companies-section .company-box {
  width: 100%;
}



.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745;
}

.question-section .form-control.is-invalid {
  border: 1px solid #dc3545;
}

.question-section .form-control.is-valid {
  border: 1px solid #28a745;
}

.alert button.close {
  top: 0px;
  line-height: 25px;
}
/* 404-page */
 .cost-box a.btn.btn-lg.btn-primary {
  box-shadow: 5px 5px 0 0 #bad7e1;
  padding: 15px;
  font-weight: 100;
}

span.secondary {
  color: #bad7e1;
}

.cost-structure .container .cost-box {
  text-align: left;
}

.cost-structure .container .cost-box h4 {
  text-align: left;
  font-size:18px;
}

.cost-structure .container .cost-box h3 {
 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: center;
 -ms-align-items: center;
 align-items: center;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
}

.cost-structure .container .cost-box h3 svg {
  margin-right: 15px;
}
.custom-modal {
  background: rgba(33,33,33,0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-modal-container {
  background: #fff;
  max-width: 800px;
  width: calc(100% - 60px);
  box-shadow: 0 0 70px 20px rgba(0,0,0,0.2);
  padding: 50px;
  position: relative;
}
.close-my-modal {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
  cursor: pointer;
}
.close-my-modal + h1 {
  margin-top: 0;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 480px;
}

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

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

div.video-controls {
/*  position: relative;*/
  padding: 7px;
  background: rgb(0, 0, 0);
  margin-top: -1px;
  text-align: center;
}

div.video-controls-example-exam {
/*  position: relative;*/
  background: rgb(0, 0, 0);
}

.btn-video {
  /*padding: 5px 0;*/
  width: 31px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: rgb(0, 0, 0);
  border: 0;
  cursor: pointer;
  /*transition: opacity .175s ease-in;*/
}

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

/*==========================================  
	Bootstrap 5 migration
==========================================*/

/* @todo: moet nog een eigen bestand voor worden aangemaakt en in de style manager gezet worden */

.visual .bg-img {
  background-size: cover;
  margin-bottom: 0;
}

/* Button styling fixes main */

.btn-primary{
  background-color: #273777;
  border-color: #273777;
}

/* accordion style fixes */
.accordion-button,
.accordion-button:not(.collapsed){
  background: transparent;
  text-decoration: none;
  margin:0;
  padding: 5px 18px 5px 0;
  color: #273777;
  box-shadow: none;
}

/* button colors */
.btn,
.package-box a,
.accordion .panel-title>a, .accordion .accordion-header>button{
  color: #273777;
}

/* underscore fixes */
.pagination a,
.breadcrumb a,
footer a{
  text-decoration: none;
}


/* bootstrap 5 fixes */

.menu-items .btn{
  background: white;
}
.menu-items .btn-primary{
  color: white;
  background: #273777;
}
a{
  color: #273777;
}

.custom-modal-video {
 width: 642px; 
 max-width: 642px;
}

.custom-modal-video .modal-body {
  overflow: none !important;
  
}

.question-section .question-box{
  height: 100%;
  background-size: 130px;
  background-position:bottom right 30px; 
  padding: 58px 30px 150px 30px;
}


