
/** CAUTION! This does not work for EON (Henri 21-06-2016) **/
@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);

/**
@font-face {
  src: url(https://kpn.academy/static/kpn/gfx/fonts/KPNHeadlineBold-Regular.ttf) format("truetype");
}
**/
body{
  height:100vh;
}
/* feedback enquete*/
.feedback-modal__body{
  display:flex !important;
  flex-direction: column !important;
  justify-content: center !important;
/*  background:none;*/
}

.feedback-modal__body__inner{
    background-color:rgba(255,255,255, 0.98);
    box-shadow:1px 2px 10px rgba(0, 0, 0, .5);
    border-bottom-right-radius:30px;
    width:100%;
    max-width:720px;
    margin:auto;
    padding:5vh 1.5vw;
}

.feedback-detail__user-text{
  border-color:lightgrey;
  border-style:solid;
  border-width:2px;
}

.feedback-modal__title__inner{
  color: rgb(0, 32, 59);
  margin-bottom:0;
}

.feedback-detail__question__inner{
  color:#0099cb;
  margin:0 auto;
}


.feedback-modal__detail-indicator__inner{
  background:none;
  color:grey;
  margin:0;
}


.feedback-detail__help-text__inner{
  background:none;
  color:grey;
  margin:0;
}

.feedback-detail__help-text{
  display:none;
}


.feedback-detail__submit__inner button{
  background-color:#c6047d;
  padding:2%;
}
.feedback-detail__submit__inner button:hover{
  background-color:#95035e;
}
.feedback-detail__submit__inner button:active{
  background-color:#95035e;
}

.feedback-detail__submit__inner button[disabled]{
  background-color:#c6047d;
}
input:checked~.feedback-detail__rating__text{
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.feedback-modal__success-button__inner button{
  background-color:#c6047d;
	padding:15px;
}

.feedback-modal__success-button__inner button:hover{
  background-color:#95035e;
}

.feedback-modal__success-button__inner button:active{
  background-color:#95035e;
}
/* feedback end message */
.feedback-modal__success{
  visibility:hidden;
  line-height:0;
  color: rgb(0, 32, 59);
  font-size: 36px;
  font-weight: 500;
	
}

.feedback-modal__success:before{
/*  visibility:visible; */
}

.feedback-modal__success:after{
  display:inline-flex;
  visibility:visible;
  content:"Bedankt voor je feedback.";
  line-height:1.3;
}

/* login top */
.login-top{
  min-width:150px;
  top:0;
  background:rgba(255, 255, 255, .7);
  border-bottom-left-radius: 15px;
  padding-right:10px;
  text-align:center;
  font-size: 12px;
  padding-left:10px;
  padding-bottom:10px;
}
.login-top__start a{
  background-image: url("img/logo-brabant-zorg.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size: contain;
  max-width:65%;
  padding:2%;
  margin:auto;
}

.login-top > a {
    color:white;
    background-color:#c6047d;
    padding: 10px;
    border-radius:10px;
}

.login-top__greeting a{
  color:#00203b;
  font-size:1em;
  text-align:center;
}

.page-login__form__back-button{
  text-align:center;
  line-height:2.5;
}

page-login__form__back-button:hover{
  color:#c6047d;
}

.page-login__form::before{
  background-image: url("img/logo-brabant-zorg.png");
  background-repeat:no-repeat;
  background-position:center;
  height:100px;
  width:100%;
  margin-bottom:20px;
}

.page-login__content h1{
  display:none;
}

.page-login__content h2{
  display:none;
}

.page-login:after{
  content:"";
  z-index:-1;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-image: url("img/bg-welkom.png");
  background-repeat:no-repeat;
  background-position:center;
}

.page-course-index:before{
  width:100%;
  height:100%;
  content: '';
  position:absolute;
  background-image: url("img/bg-welkom.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  z-index:-1;
  top:0px;
}
.page-course-index__content {
	padding-top: 10%;
}

.page-course.course--d55fda74-8f9a-4a63-84e0-f718712ab881:before {
  width: 100%;
  height: 100%;
  content: ' ';
  position: fixed;
  background: no-repeat url(img/bg-welkom.png) center center;
  background-size: cover;
  z-index: -100;
  top: 0px;
}

/**
 * General style adjustments
 */
.btn-primary {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  background: #c6047d;
  border-radius: 20px;
  width: 200px;
  border: none;
  background:#c6047d;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
    border-color: #95035E;
    background-color:#95035E;
}

.page-course__header__close .btn {
	background-color: #c6047d;
	color:white;
}
.page-course__header__title {
	color: #c6047d;
}

.page-course__header {
	background:white;
}

/**
 * /General style adjustments
 */

/**
 * Step quiz styling
 */
.page-step--quiz{
    background: url(img/bg_startpagina.jpg) no-repeat center;
  background-size: cover;
    height:100%;
}
.step-quiz:before {
  background-color:white;
  border-radius: 10px;
  background-image:none;
}
.step-quiz__nav__item {
  width: 30px;
  height: 30px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  color: white;
  background: transparent;
  border-color: transparent;
  border-radius: 10px;
}
.step-quiz__nav__item--current {
  color: white;
  background: #c6047d;
  border-color: white;
}
.step-quiz__content h3 {
  position: relative;
  padding-bottom: 6px;
  color: #00203b;
  font-weight: normal;
}
.step-quiz__content h3:after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  display: block;
  border-bottom: 1px solid white;
}
.step-quiz__content .question__content {
  margin-top: 20px;
  font-size: 25px;
  color: #0099cb;
}
.step-quiz__content .question__answers__answer__content {
  color:#00203b;
  border-radius: 20px;
  border: 1px solid #00203b;
  background:transparent;
  font-size: 18px;
  transition: 1s ease all;
}

.step-quiz__content .question__answers__answer__content:hover {
    border-radius: 40px;
}
.step-quiz__content input[type=radio]:checked~.question__answers__answer__content {
  color: white;
  background-color:#c6047d;
  border:none;
    border-radius: 40px;
}
.step-quiz__next,
.step-quiz__next:active {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: bold;
  color: white;
  background-color:#c6047d;
}

.step-quiz__next:hover {
    background-color:#AD0060;
}
.step-quiz__next:after {
  position: absolute;
  top: 50%;
  right: -20%;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: 1px solid white;
}
.step-quiz__next[disabled] {
  color: #AD0060;
  background-color:white;
  border: 1px solid #AD0060;
}
.step-quiz.step-quiz--intro,
.step-quiz.step-quiz--complete,
.step-quiz.step-quiz--completed {
  padding: 2em 20px;
  min-height: 580px;
}
.step-quiz.step-quiz--intro h3,
.step-quiz.step-quiz--complete h3,
.step-quiz.step-quiz--completed h3 {
  position: relative;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 30px;
  font-weight: bold;
  color: #0099cb;
}
.step-quiz.step-quiz--intro h3:after,
.step-quiz.step-quiz--complete h3:after,
.step-quiz.step-quiz--completed h3:after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  display: block;
  border-bottom: 1px solid white;
}
.step-quiz.step-quiz--intro h3 + p,
.step-quiz.step-quiz--complete h3 + p,
.step-quiz.step-quiz--completed h3 + p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  color: #FFFFFF;

}
.step-quiz.step-quiz--complete h3 + p {
  margin-bottom: 2em;
}
.step-quiz.step-quiz--complete .checkbox {
  color: white;
}
.step-quiz.step-quiz--intro .btn-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-right: 70px;
  font-weight: bold;
  font-size: 25px;
  color: white;
  width: 20%;
  padding: 10px;
  transition: 1s ease;
}
.step-quiz.step-quiz--intro .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 13px 0 13px 24px;
  border-color: transparent transparent transparent white;
}
.step-quiz__score {
  margin-top: 2em;
  margin-bottom: 3em;
  color: #FFFFFF;

}
/**
 * /Step quiz styling
 */


/*Feedback bg*/
.feedback-modal__body:after {
	background-image: url("img/bg-welkom.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}


/**
 * Login style
 */
.page-login:after, .page-register:after, .page-logout:after, .page-password-reset:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url("img/bg-welkom.png") center/cover no-repeat;
}
.page-login__form .btn,
.page-logout__form .btn,
.page-password-reset__form .btn {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  height:50px;
  border-radius:30px;
  width:100%;
}
.page_register {
	background: transparent url("img/bg-startpagina.jpg") center/cover no-repeat;
}

.page-login__content .language-switcher {
  margin-top: 0;
}
.page-login__content,
.page-logout__content,
.page-password-reset__content {
  background:rgba(255, 255, 255, .5);
  width: 370px;
  height: auto;
  text-align: center;
  border-radius: 5px;

  box-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
}
.page-password-reset__content {
  width: 400px;
}
@media screen and (max-width: 420px) {
  .page-password-reset__content {
    width: 370px;
  }
}
.page-login__form .form-control,
.page-password-reset__form .form-control {
  color: #7b7b7b;
  background-color: white;
  box-shadow: none;
  margin-bottom:15px;
  height:50px;
  border-radius:30px;
  border-style:none;
}
.page-login__content h2,
.page-logout__content h2,
.page-password-reset__content h2 {
  margin-bottom: 4em;
  font: 500 14px/1.3em Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: left;
  color: #7b7b7b;
}
.page-login__content h1,
.page-logout__content h1,
.page-password-reset__content h1 {
  margin-bottom: .2em;
  font: 400 8px/1.3em Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-family: 'Asap', sans-serif !important;
  font-size: 20px !important;
  color: #42277e !important;
  /*text-align: left;*/
}


.page-login__password-reset-link,
.page-login__password-reset-link:active,
.page-login__password-reset-link:focus,
.page-login__password-reset-link:hover,
.page-login__register-link,
.page-login__register-link:active,
.page-login__register-link:focus,
.page-login__register-link:hover,
.page-logout__content a,
.page-logout__content a:active,
.page-logout__content a:focus,
.page-logout__content a:hover,
.page-password-reset__login-link,
.page-password-reset__login-link:active,
.page-password-reset__login-link:focus,
.page-password-reset__login-link:hover {
  color: #7b7b7b;
  margin-bottom:0;
}

.page-login__password-reset-link{
  color: #7b7b7b;
  margin-bottom:0;
  color:white;
  text-decoration:underline;
  text-align:center;
}
/**
 * /Login style
 */
/*quiz pijl*/
.pijl {
	width: 20%;
	float: right;
}

.eon-titel{
	color: #c6047d;
}
.panel-default>.panel-heading {
	border-color:#c6047d;
}
.panel-default{
	border-color:#c6047d;
	box-shadow: 0 0px 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid #f00;
}
.panel-default>.panel-heading{
	    border: 1px solid #f00;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #ff0000;
}





/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/*---make a basic box ---*/
.box{
  width: 200px;
  height: 200px;
  position: relative;
  margin: 10px;
  float: left;
  border: 1px solid #333;
  background: #999;

}
.js-header {
	  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
    background-color: #f4180a;
    border: none;
    border-radius: 0px;
    color: #FFFFFF;
	display: inline-block;
	border-radius:12px;
	margin-top:20px;
	width: 100%;
    text-align: center;
}
.js-container {
	background-color: #FFFFFF;
height: 100%;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}


@-webkit-keyframes greenPulse {
  from { background-color: #f4180a; -webkit-box-shadow: 0 0 9px #f4180a; }
  50% { background-color: #f4180a; -webkit-box-shadow: 0 0 18px #ff7575; }
  to { background-color: #f4180a; -webkit-box-shadow: 0 0 9px #f4180a; }
}


.txt-white{
	color:#ffffff;
	margin-top: 20px;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
  /*
  background-color:#e2e2e2!important;
	border-color:black!important;
	color:#6A6A6A!important;
  */
}


.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;

}
.fullscreen-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.app--layout-new .page-step__content {
	max-width: 1600px;
}

@media (max-width: 1690px) {
	.app--layout-new .page-step__content {
		padding-left: 6%;
		padding-right: 5%;
	}
}

.app--layout-new .page-step__content {
	-webkit-transition: 0;
	transition: 0;
}

.frame{
	width:95% !important;
	z-index:-10;
	margin-left:2%;
}

.film{
	width:90% !important;
	height:90% !important;
	margin-left:4.6%;
	margin-top:1.6%;
}
.stand{
	height:200px;
	width:150px;
	width:100%;
}



/* IE stylesheet*/
  @media all and (-ms-high-contrast:none)
   {
     .pop-up-img-1{
       background-image: url(https://s3.eu-central-1.amazonaws.com/quinton.academy/general/media/chrome_step_2.png);
     }
     .pop-up-img-2{
       background-image: url(https://s3.eu-central-1.amazonaws.com/quinton.academy/general/media/chrome_step_1.png);
     }
     .pop-up-img-3{
       background-image: url(https://s3.eu-central-1.amazonaws.com/quinton.academy/general/media/chrome_step_3.png);
     }

   *::-ms-backdrop,
   .pop-up-img-1{
background-image: url(https://s3.eu-central-1.amazonaws.com/quinton.academy/general/media/chrome_step_3.png);
   }
   .pop-up-img-2{
background-image: url(https://s3.eu-central-1.amazonaws.com/quinton.academy/general/media/chrome_step_3.png);
   }
   .pop-up-img-3{
background-image: url(https://s3.eu-central-1.amazonaws.com/quinton.academy/general/media/chrome_step_3.png);
   } /* IE11 */
   }
/* end IE stylesheet */
