/*  fix for the arrow in the btn */
.btn.btn-lg .caret, .btn-group-lg>.btn .caret{
  	vertical-align: middle;
    display: inline-block;
}

.alert button.close{
    background: transparent;
    border: none;
    padding: 0;
}

.alert button.close span{
  	color: var(--bs-danger);
}


.btn-primary a{
  	color: white;
  	text-decoration: none !important;
}
.btn-primary:hover a{
  	color: #0068b3;
}


.modal-body{
  padding: 50px;
  padding-bottom: 16px;
}
.modal-footer{
  padding: 50px;
  padding-bottom: 20px;
  padding-top: 16px;
  border: none;
  text-align: left;
}

.hidden {
    display: none !important;
}

.form-check-input{
  margin-top: 0.35em;
}

.modal-body .modal-footer{
  padding-left: 0;
  padding-right: 0;
}

.form-group {
  margin-bottom: 15px;
}

/* addon fix form inputs */

.input-group-addon{
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 0;
  background: #fff;
  color: inherit;
  border-color: #0068b3; 
  border-width: 2px 2px 2px 0; 
  border-style: solid;
  display:flex;
  justify-content: center;
  align-items: center;
}

.form-holder .input-group-addon{
  border-left: 0;
  border-color: white;
  border-width: 1px;
}


/* datepicker fixes */

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.bootstrap-datetimepicker-widget{
  color: #0068b3!important;
  font-size: 14px;
  padding: 5px 10px
}

.bootstrap-datetimepicker-widget .list-unstyled{
  margin-bottom: 0;
}
.table-condensed>thead>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td{
  padding: 2px 5px;
  text-align: right;
}
.table-condensed>thead>tr>th.picker-switch{
  text-align: center;
}
.color-2 .bootstrap-datetimepicker-widget table td.active{
  color: white;
}

/* modal close position */

.modal-content .btn-close{
  position: absolute;
  right: 25px;
  top: 25px;
  color: #0068b3;
  z-index: 1;
}

.tab-content .modal-footer{
  padding-left: 0;
  padding-right: 0;
}

/* Select 2 dropdown position fix */

.select2-container--open{
  z-index: 9999;
}

/* figure modules page */

.instruction figure{
  margin: 0;
}

/* graduation fix */
.questions h2{
  margin-top: 20px;
}

.news-item footer .btn-primary{
  width: 100%;
}

/* fix for the exam header nav to push the languages dropdown right */
.push-nav{
  margin-left: auto;
}

/* multiple choise fix */

.ask-list .form-check{
  padding-top: 10px;
  padding-bottom: 10px;
}

.ask-list .form-check label{
  width: 100%;
}

/* video position exam */
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

/* vraag 1/6 fix */

#exam-carousel .carousel-item.active{
  padding-top: 0rem !important;
}

/* timer position */
#exam-carousel #timer {
  margin-top: 2rem !important;
}

/* remove navbar toggle on small windows */
#header .navbar-brand .str {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 991px) {
  #header .navbar-brand .str {
    font-size: 11px;
    line-height: 20px;
    top: 1px;
  }
}

#header .navbar-toggle {
  margin-right: -45px;
  width: 31px;
  height: 31px;
  padding: 7px 3px;
  border: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  #header .navbar-toggle {
    display: block;
  }
}

#header .navbar-toggle .icon-bar {
  position: relative;
  width: 25px;
  height: 3px;
  border-bottom: 3px solid;
  transition: all .3s ease;
}

.opened-menu #header .navbar-toggle .icon-bar:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.opened-menu #header .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}

.opened-menu #header .navbar-toggle .icon-bar:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  #header.login-header .navbar-header {
    width: 100%;
  }
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 991px){
  #header .navbar-header {
    position: relative;
    z-index: 130;
    background: #fff;
    float: none;
    padding: 20px 20px 18px;
    margin-left: -20px;
    margin-right: -20px;
    width: 100%
  }
}

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

.btn-default.with-decor{
 	color: #273777;
}

.logo a,
footer a{
  text-decoration: none;
}

.login-form button{
  width: 100%;
}

.navbar-header .back-home a{
  text-decoration: none;
}

/* dropdown-menu languages */
#main-nav .dropdown.languages .dropdown-menu{
  transform-origin: 0;
  -webkit-transform: 0;
  transform: 0 !important;
  padding: 10px 0;
  text-decoration: none;
  left: auto;
  right: 0;
  border-color: #2071B5;
}
#main-nav .dropdown.languages .dropdown-menu:after{
  border-color: #2071B5;
}
#main-nav .dropdown.languages .dropdown-menu > li > a{
  display: block;
  text-decoration: none;
}
#main-nav .dropdown.languages .dropdown-menu > li:not(.active) > a:hover{
  color: white;
}

/* exam header progress bar fix */

.container-fluid.nav-container{
  margin-left: -12px;
  z-index: 101;
}

/* disabled new opacity */
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label{
  opacity: .7;
}

#finishExam .modal-body{
  text-align: center;
}

.start-exam.btn{
  width: 100%;
}

.tbl-candidates_filter input[type=search]{
  color: #2071B5;
}
