/*COLORS*//*


//Primaire kleuren

Nascholing              #009EE3
Congressen              #35647D
Sercivematerialen       #77BC1F
Kennisbank              #7EA7AC
Producten               #DC5F13


//secundaire kleuren

Grijs                   #9D9C9C
Licht Grijs             #F1F1F1
Typo Zwart              #000000
Typo donker grijs       #353535
Typo grijs              #626262


*/

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body,html{
    padding:0px;
    margin:0px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    -webkit-font-smoothing:antialiased;
    font-family: Segoe UI,sans-serif;
    letter-spacing:0px;
    height: 100%;
}

.current-question-string{
    transition:content 2s;
}

.questions-container{
    transition:height 2s;
}

#question-counter-box{
    margin-top:120px;
}

#question-counter-box-background{
 height:3px;
 background-color:#F1F1F1;
 content:"";
 position:relative;
 margin-top:100px;
 margin-bottom:-150px;
 margin-left:0px;
 margin-right:0px;
}

.hexagon{
  z-index: 1;
  position: relative;
  width: 50px;
  height: 28.87px;
  margin: 14.43px 0;
  border-left: solid 3px  #F1F1F1;
  border-right: solid 3px #F1F1F1;
  transform:rotate(-90deg);

  transition:border 0.5s;
  background-color:white;
}

.hexagon p{
    transform:rotate(+90deg);
    margin-top:-1px;
    font-size:20px;
    color:#F1F1F1;
    transition:color 0.5s;
    position:relative;
    z-index:2;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 35.36px;
  height: 35.36px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 4.3223px;
  transition:border 0.5s;
}

.hexagon:before {
  z-index: 1;
  top: -17.6777px;
  border-top: solid 4.2426px  #F1F1F1;
  border-right: solid 4.2426px  #F1F1F1;
  transition:border 0.5s;
}

.hexagon:after {
  z-index: 1;
  bottom: -17.6777px;
  border-bottom: solid 4.2426px  #F1F1F1;
  border-left: solid 4.2426px  #F1F1F1;
  transition:border 0.5s;
}

.question-counter-selected{
  border-left-color:#009EE3;
  border-right-color:#009EE3;
}

.question-counter-selected:after{
  border-bottom-color:#009EE3;
  border-left-color:#009EE3;
}

.question-counter-selected:before{
  border-top-color:#009EE3;
  border-right-color:#009EE3;
}

.question-counter-selected p{
 color:#009EE3;
 transition:color 0.5s;
}

.btn-elearning{
    position:relative;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    width: 192px;
    height: 70px;
    background-color: #35647d;
    border-radius:0px;
    transition:background-color 0.5s;
}

.btn-elearning figure{
    font-size:50px;
    position:absolute;
    right:35px;
    top:-7.5px;
    transition:right 1s;
    content:
}

.btn-elearning:hover figure{
    position:absolute;
    right:25px;
    transition:right 0.5s;
}

.btn-elearning:hover{
    background-color: #2b5166;
    transition:background-color 0.5s;
}

#current-question-string{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: normal;
    color: #35647d;
}

.questions-box h1{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.75px;
    color: #35647d;
}

#answers-group label{
    display: block;
    position: relative;
    padding-left: 30px;
    position:relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    color: #1c1c1c;
}

.question-counter{
    float:left;
}

#questions-box-outer{
    background-color:#ffffff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding:50px;
    transition:box-shadow 0.5s;
}

#questions-box-outer:hover{
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
    transition:box-shadow 0.5s;
}

#question-container{
    padding:50px;
    padding-top:100px;
    padding-bottom:150px;
    margin:50px;
    background-color:#f2f2f2;
}

#subject h1{
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.76;
    letter-spacing: 0.45px;
    color: #000000;
}

#subject h2{
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #000000;
}

#header{
    width:100%;
    color: rgb(53, 53, 53);
}

#header h1{
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    transition:0.5s color;
}

#header h1:hover{
    color:#009EE3;
    transition:0.5s color;
}

#header #items h1{
    text-align:center;
    float:left;
    margin-left:40px;
    margin-bottom:0px;
}

#header #items img{
    float:left;
}

#header h2{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.71;
}

#header a{
    color:inherit;
}

#header a:hover{
    color:#7EA7AC;
    text-decoration: none;
}

.header__logo svg {
    width: 150px;
    position: relative;
    top: -5px;
    transform: none;
    float: left;
}

.header__logo svg .cls-1 { fill:#231f20; }
.header__logo svg .cls-2 { fill:#b91d73; }
.header__logo svg .cls-3 { fill:#c6c8c8; }

/*Control indicator*/
.control {
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    border:none;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    border:none;
}
.control_indicator {
    position: absolute;
    top: 6px;
    left: 0px;
    height: 20px;
    width: 20px;
    background: white;
    border: 2px solid #dddddd;
    border-radius: undefinedpx;
    transition:background 0.5s;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    border: 2px solid #dddddd;
    background: #F1F1F1;
    transition:background 0.5s;
}
.control input:checked ~ .control_indicator {
    background: #325f77;
    border:none;
    transition:background 0.5s;
}
.control:hover input:not([disabled]):checked ~ .control_indicato
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
    transition:background 0.5s;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
    border:none;
    transition:background 0.5s;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
    border:none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator {
    border-radius: 50%;
}
.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 250ms;
    transition:background 0.5s;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}.control-radio .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
    transition:background 0.5s;
}
@keyframes s-ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0.01;
        top:-10px;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
   0% {
       transform: scale(0);
       top:-10px;
       left:-5px;
    }
   30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        top:-5px;
        left:-5px;
        opacity: 0;
        transform: scale(1);
    }
}
.control-radio input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-radio input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}



#exam-finish-text:hover{
    cursor:pointer;
}


.darkenscreen{
    animation:darken-screen 2s forwards;
}
@keyframes darken-screen{
    0%   {background-color:white;}
    100% {background-color:black;}
}

.lightscreen{
    animation:light-screen 2s forwards;
}
@keyframes light-screen{
    0%   {background-color:black;}
    100% {background-color:white;}
}


#countdown {
  position: relative;
  margin: auto;
  margin-top: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color:rgb(53, 100, 125);
  border-radius:40px;
}

#countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
  animation: countdown 120s linear forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}

.modal-background{
    background-color:white;
    border-radius:0px;
}

.modal-title{
    font-weight:400;
    color:rgb(53, 100, 125);
    text-align:left;
    float:left;
}

.modal-content{
    border:none;
    border-radius:0px;
    box-shadow:none;
}

.modal-header{
    padding-left:auto;
    padding-right:auto;
    display:inline-block;
    text-align:center;
}

h5 .card-title{
    text-align:left;
}

.card-sub{
   font-size:13px;
   margin-top:0px;
   margin-bottom:20px;
}

.login{
    width:100%;
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;

}

.questions-box-top{
    font-size:16px;
}

.c-technical-support {
    margin: 0 115px;
    max-width: 60ch;
}

.c-technical-support--video {
    margin: 0 100px;
}

.dataTable th {
    white-space: nowrap;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.c-footer {
    font-family: 'Montserrat', 'sans-serif';
    border-top: 1px solid #DEE0ED;
}

.c-footer__content, .c-footer__links {
    column-gap: 2rem;
}

.c-footer__links a {
    color: #6B75AD;
}
