
/** 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");
}
**/




/**
 * General style adjustments
 */
.btn-primary {
  padding: 7px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  margin: 0;
  background: #E63027;
}
.btn-primary {
    border-color: #e63027;
}

.app--layout-new .step-pager__next a,
.app--layout-new .step-pager__previous a{
	opacity: 1;
}

.language-switcher__item {
	background: #006A53!important;
}
.language-switcher__item:hover {
	background: #005845!important;
}


/**
 * /General style adjustments
 */





/**
 * Step quiz styling
 */
.page-step--quiz{
	background-image: url("https://s3.eu-central-1.amazonaws.com/vopak.academy/general/media/foto_bg.png");
    background-repeat: repeat;
	height:100%;
}

.app--layout-new .step-quiz{
    position: none;
    width: 100%;
    height: 100%;
}
.step-quiz:before {
  background: transparent url(media/foto_bg.png);
  background-repeat: repeat;
}
.step-quiz__nav__item {
  width: 18px;
  height: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  color: white;
  background: transparent;
  border-color: transparent;
  border-radius: 4px;
}
.step-quiz__nav__item--current {
  color: #4ea659;
  background: white;
  border-color: white;
}
.step-quiz__content h3 {
  position: relative;
  padding-bottom: 6px;
  color: white;
  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: 22px;
  color: white;
}
.step-quiz__content .question__answers__answer__content {
  color: white;
  border-radius: 20px;
  border: 1px solid white;
  font-weight: 400;
  font-size: 20px;
}
.step-quiz__content input[type=radio]:checked~.question__answers__answer__content {
  color: #505050;
  background: white;
  border-color: white;
}
.step-quiz__next,
.step-quiz__next:hover,
.step-quiz__next:active {
  position: relative;
  padding: 20px 45px 20px 35px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: bold;
  color: white;
  background: transparent;
  border: 1px solid white;
}
.step-quiz__next:after {
  content: "";
  position: absolute;
  padding-right: 15px;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent white;
}
.step-quiz__next[disabled] {
  color: white;
  background: transparent;
  border: 1px solid transparent;
}
.step-quiz__completion-message{
	color:white;
	font-size:20px;
}

.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: 6px;
  color: white;
  font-weight: normal;
}
.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-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  font-size: 28px;
  color: white;
  background: transparent;
  border: 1px solid transparent;
}
.step-quiz.step-quiz--intro .btn-primary:after {
  content: "";
  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(https://s3.eu-central-1.amazonaws.com/vopak.academy/general/media/bg_8.png)}


/**
 * Login style
 */
.page-login:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(media/foto_bg3.jpg) 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;
}
.page-login__content .language-switcher {
  margin-top: 0;
}
.page-login__content,
.page-logout__content,
.page-password-reset__content {
  background: #00634E;
  width: 370px;
  height: auto;
  text-align: left;
  border-radius: 0px;
  border: 2px solid #00634E;
  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;
}
.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: #FFFFFF;
}
.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: #FFFFFF !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;
}
/**
 * /Login style
 */
/*quiz pijl*/
.pijl {
	width: 20%;
	float: right;
}

.eon-titel{
	color: #FF0004;
}
.panel-default>.panel-heading {
	border-color:#FF0004;
}
.panel-default{
	border-color:#FF0004;
}
.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: 120px;
}
.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;
}


/* computer screen position */
.screen-frame{
	width:95% !important;
	z-index:-10;
	margin-left:2%;
}

/* video on the screen position */
.screen-video{
	width:85% !important;
	height:90% !important;
	margin-left:7%;
	margin-top:1.5%;
}

/* computer stand position */
.screen-stand{
	height:200px;
	width:150px;
	width:100%;
}

/* step content size 1600px */
.app--layout-new .page-step__content {
	max-width: 1600px!important;
}

.modal-dialog {
    width: 70%!important;
    margin: 30px auto!important;
}

/* To make vertical alignment possible with bootstrap */
/* Added in by Mitchell - 22/12/2016 */
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
/* End Vertical alignment */



/* Custom CSS new video player */

.screen-with-video {
  position: relative;
}
.screen-with-video__screenbg {
  width: 95%;
  margin-left: 2%;
}
.screen-with-video__video {
  position: absolute;
  top: 5.5%;
  left: 7%;
  width: 85%;
}

/* End new video player */


