/**NORMALIZE**/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, p, blockquote, figure {
    margin: 0;
    padding: 0;
}
p{
  margin-bottom: 1em;
}
ul, ol{
  margin-left: 0;
margin-bottom: 1em;
  margin-top: 0;
  padding-left: 1em;
}
ol{
  list-style-position: inside;
  padding-left: 0;
}
ol li{
  position: relative;
}
ol li span{
  position: absolute;
  left: 35px;
}
main{
  display: block;
}
main, li {
    /*display: block;*/
}
h1, h2, h3, h4 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5em;
    /*font-family: 'Signika', sans-serif;*/
    /*margin-top: 0.5em;*/
}
strong,
b{
    font-weight: 500;
}
a, button {
    color: inherit;
    transition: .3s;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
label {
    /*display: block;
    pointer-events: none;*/
    cursor: pointer;
}
.no_padding{
  padding: 0;
}
.no_border{
  border: none;
}
/**
SOME BASE
**/

body {
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    font-size:17px;
    color: #000;
    line-height:1.5;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
body.login{
  background: url('/images/bg/bg.jpg');
  background-size: cover !important;
}
p {
    margin-top: 0;
}
a {
    text-decoration: none;
    color:#3A7CA5;
}
a:hover {
    text-decoration: underline;
}
table{
  border-collapse: collapse;
}
table.center, .center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.clear {
    clear: both;
}
.phone {
    display: none;
}
.desktop {
    display: block;
}
.table{
  display: table;
}
span.desktop{
  display: inline-block;
}
.padding_top_nee {
    padding-top: 0;
}
.padding_bottom_nee {
    padding-bottom: 0;
}
.bg_position_bottom {
    background-position: bottom center !important;
}
.bg_position_top {
    background-position: top center !important;
}
.btn.logout{
  cursor: pointer;
position: fixed;
margin-left: -184px;
top: 8px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font-family: 'Ubuntu', sans-serif;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
  box-sizing: border-box;
  font-size: 1em;
}
textarea{
  width: 100%;
  max-width: 600px;
  margin-top: 5px;
}
@media (max-width:680px) {
    body {}
    table.center, .center {
        padding-left: 5%;
        padding-right: 5%;
    }
    .phone {
        display: block;
    }
    span.desktop,
    .btn.desktop,
    .desktop {
        display: none;
    }
    .word_break_none {
        -ms-word-break: break-all;
        -ms-word-wrap: break-all;
        -webkit-word-break: break-word;
        -webkit-word-wrap: break-word;
        word-break: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], textarea {
        width: 100%;
    }
}

/**HEADER**/
header{
  background: #3A7CA5;
  background: #EDC655;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;;
  top: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
}
header a{
  color:#fff;
}
header table{
  width: 100%;
}
header td:nth-child(1){
  text-align: left;
  text-transform: uppercase;
  font-size: 1.5em;
}
header td:nth-child(2){
  text-align: right;
}
.menu_nav{
  top: 5px;
  position: relative;
}
#nav-icon {
    width: 30px;
    height: 31px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#nav-icon.open span {
    background: #fff;
}


#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 12px;
}
#nav-icon span:nth-child(4) {
    top: 24px;
}
#nav-icon.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
}
@media (max-width:680px) {
  header{
    position: fixed !important;
  }
  .menu_nav.phone{
    display: inline-block;
  }

}
/**LOGIN**/
.login_title{
  position: absolute;
  bottom:50px;
  color:#fff;
  font-size: 8em;
  right:50px;
}
/*
#login:after{
  content:'';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 10px #fff;
    border-left: solid 150px transparent;
    border-right: solid 150px transparent;
}
*/
#login{
  background: #fff;
  width: 300px;
  left: 10%;
  bottom:141px;
  padding: 25px;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 0px 9px 38px 3px rgba(0,0,0,0.25);
}
#login input[type="text"],
#login input[type="password"]{
  width: 100%;
}
#login b{
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
#login #info_lost_inlog{
  display: none;
}
#login label[for="login_course_remember"]{
  display: inline-block;
  margin-top: 15px;
}
#overlay_dark
{
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.65);
  display:none;
  top: 0;
  left: 0;
  z-index: 100000;
}
#confirm_box .btn,
#notification_box .btn{
  margin-top: 10px;
}
#confirm_box h2,
#notification_box h2{
  font-weight: 100;
}
#confirm_box table{margin: 0 auto;}
#confirm_box,
#notification_box{
  text-align: center;
  position: fixed;
  max-width: 400px;
  background:#fff;
  padding: 35px 35px 25px;
  display: none;
  z-index: 100001;
}
.overlay{
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(238,199,96,0.65);

  top: 0;
  left: 0;
}
@media (max-width:680px) {
  .login_title{
    display: none;
  }
  #login table{
    width: 100%;
  }
  #login{
    color: #fff;
  position: relative;
  bottom: auto;
  width: 90%;
  left: auto;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  font-weight: normal;
  padding-left: 5%;
  padding-right: 5%;
  }
  #login b{
    font-weight: 500;
  }
}
/**MENU**/
.menu{
  padding-top:10px;
  padding-bottom:10px;
  background: #DEB746;
  position: absolute;
  top: 64px;
  width: 100%;
  z-index: 100;
}
.menu a{
  color:#fff;
  position: relative;
}
.menu li:hover a{
  text-decoration: none;
}
.popup .tabs td:hover,
.popup .tabs td.active,
.menu li:hover,
.menu li.active{
  background: #E7C04F;
  box-shadow: 3px 2px  13px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow:3px 2px  13px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 3px 2px  13px 1px rgba(0,0,0,0.1);
}
.menu li{
  list-style: none;
display: inline-block;
padding: 5px 10px;
}
/*
.menu li a.active:after{
  content:'';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 10px #EEC756;
    border-left: solid 150px transparent;
    border-right: solid 150px transparent;
}
*/
.menu li.no_border{
  border: none;
}
.menu li.phone{
  display: none;
}
.menu nav ul{
  margin: 0 0 0 -10px;
  padding: 0;
}
@media (max-width:680px) {
  .menu{
    display: none;
    position: fixed !important;
    overflow:hidden;
    height: 100%;
    width: 100%;
    left:0;
    top: 64px;
    padding-top: 20px;
    color: #fff;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
  }
  .menu a{
    color: #fff;
  }
  .menu li.phone{
    display: block;
  }
  .menu li{
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.3em;
    padding: 10px 0 15px;
    border-bottom: 1px dashed #fff;
    border-right: none;
  }
  .menu li.no_border{
    border-bottom: 1px dashed #fff;
  }
}
/**MAIN**/
main.center{
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 120px;
  position: relative;
}
@media (max-width:680px) {
  main.center{
    margin-top: 64px;
  }
  .main{
    padding-top: 20px;
    padding-bottom:20px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/**
CRUMBS
**/
.crumbs{
  margin-bottom: 20px;
  margin-top: -15px;
  color: #8B8B8B;
}
.crumbs a{
  color:#000;
}
@media (max-width:680px) {
  .crumbs{
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
  }
}
/**
INTRODUCTION
**/
.introduction{
  margin-top: 40px;
}
/**
IN LESSON
**/
.progress_icon{
  opacity: 0.8;
  -webkit-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
  box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
  border-radius: 20px;
  display: block;
}
.lesson_marker{
  border-radius: 80px;
  background: #FFEA79;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2em;
  line-height: 1.3;
  width: 38px;
  height: 24px;
  border-bottom: 17px  solid #f5f5f5;
  -webkit-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
  box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
}
.week_home{
  margin-top: 35px;
float: left;
box-sizing: border-box;
width: 100%;

}
.home .right{
  float: left;
  width: 31%;
}
.diary_home.not_filled_today{
  background: #fed766;
  color: #fff;
}
.diary_home{
  box-sizing: border-box;
  opacity: 0.5;
}
.diary_home.active{
  opacity: 1;
}
.diary_home img{
  width: 124px;
  display: block;
  margin: 0 auto;
}
.diary_home{
  text-align: center;
  cursor: pointer;
}
#course_overzicht{
  width: 60%;
  margin-right: 5%;
  float: left;
  box-sizing: border-box;
}
.week_home,
.diary_home,
#course_overzicht,
main .course_content{
  padding: 40px;
  -webkit-box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.05);
box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.05);
}
.week_home,
.diary_home,
#course_overzicht{
  padding: 40px 18px;
}
#course_menu{
  padding: 20px;
font-size: 0.9em;
letter-spacing: 1.5px;

opacity: 0.8;
}
#course_menu a{
  color:#000;
}
#course_menu .not_finished{
  display: block;
}
#course_menu table{
  width: 100%;
}
.div_buttons_wrapper{
  margin-top: 40px;
}
table.gggschema.white td{
  border:1px solid #fff;
}
table.gggschema td{
  padding:10px;
  border:1px solid #eaeaea;
}
table.gggschema h3{
  margin-bottom: 0;
}
.course_content a:not(.btn){

  color: #3A7CA5;
  font-weight: 400;
}
.course_content h2{
  font-weight: 300;
  font-size: 2em;
}
.course_content iframe{
  width: 100% !important;
  height: 430px !important;
}

.course_content{
  padding-left: 40px;
  margin-right: 20px;
}
.course_content table{
  width: 100%;
}
#course_menu h2{
  font-size: 1.3em;
font-weight: 300;
text-align: center;
text-transform: uppercase;
margin-bottom: 28px;
}
#course_menu #lesson_pages a table{
  width: 100%;
}
#course_menu #lesson_pages td{
  vertical-align: middle;
}
#course_menu #lesson_pages td:nth-child(1){
  width: 35px;
  padding-left: 10px;
}
#course_menu .active table
{
  background: #FED766;
box-shadow: 0px -4px 24px -11px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px -4px 24px -11px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -4px 24px -11px rgba(0,0,0,0.1);
}
#course_menu #lesson_pages td{
  padding-bottom: 9px;
  padding-top: 6px;
  border-bottom: 1px solid #f2f2f2;
}
#course_menu #lesson_pages a:last-child td{
  border-bottom: none;
}
.course_content #iframe_video{
  width: 100%;
  height: 500px;
}
.close_menu{
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #000;
  position: absolute;
  right: 4%;
  top: 97px;
  background: #f8f8f8;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 0.85;
  overflow: hidden;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.2);
}
@media (max-width:800px) {
  .week_home,
  #course_overzicht,
  .home .right{
    float: none;
    width: 100%;
  }
  .home .right{
    margin-top:3em;
    margin-bottom:2em;
  }
}
@media (max-width:680px) {
  #course_menu{
    margin-top: 10px;
    display: none;
    padding-left: 3%;
    padding-right: 3%;
  }
  .course_content h2{
    font-size: 1.8em;
  }
  .week_home,
  .diary_home,
  #course_overzicht,
  main .lesson{
    padding: 40px 0;
  }
  main .lesson{
    padding-top: 0;
  }
  main .course_content{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
  }
  main.center{
    padding:0;
  }
  .lesson .phone_block{
    display: block;
    width: 100% !important;
  }
  .course_content{
    margin-right: 0;
  }
  .phone.lesson_marker{
    display: inline-block;
    margin-right: 10px;
  }
  .lesson_marker{
    margin: 0 0 20px 5px;
  }
  #course_menu h2{
    text-align: left;
    padding:20px 5% 0;
  }
}
/**
OVERZICHT COURSES
**/
#overzicht_courses .item{
  display: block;
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 1.2em;
  color: #d1d1d1;
}
.week_home h2,
.diary_home h2{
  margin-bottom: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
}
.diary_home h2{
  margin-bottom: 0.2em;
}
.diary_home span{
  margin-bottom: 0.7em;
  display: block;
}
.week_home{
  text-align: center;
  cursor: pointer;
}
.week_home div.active
{
  opacity: 1;
  cursor: pointer;
  color: #EEC756;
}
.week_home .fa{
  font-size: 5em;
  color: #fed766;
}
#course_overzicht h1{
  margin-bottom: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 17px;
}
#overzicht_courses{
  /*padding: 20px;
  background: #FAFAFA;*/
}
#overzicht_courses .item a{
  color:#000;
}
.popup.week .item span,
#overzicht_courses .item td:nth-child(1) span{
  padding: 5px 10px 7px;
  background:#3A7CA5;
  color: #fff;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
}
.popup.week .item span{
  width: 300px;
  display: block;
  text-align: center;
}
#overzicht_courses .item td:nth-child(1) span.notactive{
  background:#fff;
  color: #959497;
}
#overzicht_courses .item td:nth-child(1){
  padding-right: 20px;
  padding-left: 20px;
}
#overzicht_courses .item:last-child{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width:680px) {
  #overzicht_courses{
    padding: 0;
    background: none;
  }
  #course_overzicht h1{
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
  #overzicht_courses .item{
    font-size: 1em;
  }
  #overzicht_course .item{
    padding-right: 5%;
  }
  #overzicht_courses .item td{
    display: block;
    padding: 20px 20px 0;
  }
}
/**
BUTTON
**/
.btn{
  padding: 9px 15px 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background:#3A7CA5;
  color:#fff;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1.1em;
}
.btn:hover {
 text-decoration: none;
}
.btn_white:hover{
  color: #fff;
}
.btn_white{
  background:#fff;
  color:initial;
}
.btn_yellow{
  background: #EEC756;
}
.btn:before {
  content: "";
  position: absolute;
  background: #488fb0;
  color:#fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;

}

.btn:hover:before {
  top: 0;
}
/**FOOTER**/
footer{
  padding: 20px 0;
}
footer .center{
  padding-left: 20px;
}
footer .logo_trimbos{
  float: right;
  width: 150px;
  position: relative;
  top: -15px;
}
@media (max-width:680px) {
}
/**
YELLOW TEXTBOX
FEEDBACK IN LESSON
**/
.yellow_box,
.feedback
{
  background: #FED766;
  padding: 20px;
  margin-top: 2em;
}
.yellow_box{
  margin-top: 1em;
  margin-bottom: 1em;
}
.yellow_box h2,
.feedback h2{
  font-size: 1.3em;
}
/**
MODULE WEEK 3 HELPEND OF NIET
**/
.helpend_or_not .question{
  margin: 1em 0;
}
.helpend_or_not .question span{
  display: block;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.helpend_or_not .question .option:hover{
  background: #FED766;
}

.helpend_or_not .question .option{
  display: inline-block;
  padding: 10px;
  border:1px solid #eaeaea;
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}
.helpend_or_not .question .option.false{
  background: #ea3939;
  color: #fff;
}
.helpend_or_not .question .option.correct{
  background: #39ea84;
}
/**
NOTIFICATIONS
**/
.error{
  background: #ea3939;
  color: #fff;
  padding: 5px;
  margin-top: 0 !important;
  margin-bottom: 1em !important;

}
/**
PERFECT SCROLL BAR
**/

.ps-container {
    overflow: hidden !important;
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
}
.ps-container.ps-in-scrolling {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}
.ps-container>.ps-scrollbar-x-rail {
    border-radius: 4px;
    bottom: 3px;
    display: none;
    height: 8px;
    opacity: 0;
    position: absolute;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #aaa;
    border-radius: 4px;
    bottom: 0;
    height: 8px;
    position: absolute;
    transition: background-color 0.2s linear 0s;
}
.ps-container>.ps-scrollbar-y-rail {
    border-radius: 4px;
    display: none;
    opacity: 0;
    position: absolute;
    right: 3px;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 8px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 0;
    transition: background-color 0.2s linear 0s;
    width: 8px;
}
.ps-container.ps-in-scrolling:hover {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x:hover>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x:hover>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y:hover>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y:hover>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}
.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 0.6;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999;
}
.phone.menu_corrector {
    display: none;
}
/**POPUPS**/
.overlay{
  width:100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  z-index: 10000;
  background: #fff;
  display: none;
}
.overlay .content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
.overlay.yellow{
  background: #FED766;
}
.popup{
  width:100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
  background: #fff;
  display: none;
  overflow-y: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.popup .close{
  font-size: 2em;
  cursor: pointer;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.popup .tabs .center table{
  margin-left: 23px;
}
.popup.diary .tabs .center table{

}
.popup .legenda td:nth-child(1) div{
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.popup .legenda{
  padding: 15px 15px 20px;
width: 71%;
margin: 1em auto 1em;
text-align: left;
}
.popup .legenda tr:nth-child(2) td{
  padding-top: 6px;
}
.popup .legenda tr:nth-child(1) td{
  padding-bottom: 6px;
}
.popup .legenda .yellow{
  background:#FED766;
}
.popup .legenda .bleu{
  background: #3A7CA5;
}
.popup .tabs{
  padding-top: 60px;
  position: fixed;
  width: 100%;
  left: 0;
  background: #DEB746;
  color:#fff;
  z-index: 10;
}
.popup .tabs td{
  cursor: pointer;
}
.popup.diary .close{
  color: initial;
top: -6px;
position: relative;
}
.popup.diary .wolkjes{
  position: absolute;
  margin-top: -27px;
  margin-left: -79px;
}
.popup .fa-info:before,
.popup .fa-list:before,
.popup .fa-plus:before,
.popup .fa-minus:before{
  font-size: 2em;
  margin: 25px 0;
  cursor: pointer;
  color: #fff;
}
.popup .fa-times:before{
  color: #fff;
}
.popup .new_plus{
  display: none;
  margin-left: 10px;
}
.popup .fa-plus:before{
  /*color: #f9f9f9;*/

}
.popup h1{
  font-size: 2em;
  position: absolute;
  top: 10px;
  margin-bottom: 0;
  margin-bottom: 8px;
  font-weight: 100;
  color: #fff;
}
.popup .top{
  position: fixed;
  background: #FED766;
  text-align: center;
top: 0;
width:100%;
left: 0;
z-index:10000;
padding-top: 8px;
}
.popup.diary table.others_table tr:nth-child(1) td
{
  border:none;
  text-align: center;
}
.popup.diary table.others_table td:nth-child(2)
{
  width: auto;
  padding-left: 5px;
  padding-right: 5px;

}
.popup.diary table.others_table td
{
  border: 1px solid  #eaeaea;;
  padding: 5px;
  text-align: left;
}
.popup.diary .fa-star:before{
  color:#FED766;
  margin-left: 10px;
}
.popup.diary .content h1{
  color: #fff;
}
.popup .content{
  max-width: 1115px;
  margin:50px auto;
  display: none;
  padding-top: 20px;
}
.popup .content .new td{
  vertical-align: top;

}
.popup .content .new textarea{
  margin: 10px 0;
  height: 180px;
}
.popup .content .new{

  padding: 20px;
  border: dashed #FED766;
}
.popup.diary .content{
  margin-top:150px;
}
.popup.diary h2{
  font-size: 2em;
  font-weight: 100;
}
.popup .content .new{
  border:none;

}

.popup.diary .pos{
  margin-bottom: 1em;
}
.popup.ggg .content .new .part h2{
  margin-bottom: 1em;
}
.popup.ggg .content .new .part
{
  text-align: center;
}
.popup .content .new .part{
  -webkit-box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.15);
box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.15);
border:none;
background: #fff;
padding: 20px;
}
.popup.ggg .content .new{
  margin-bottom: 30px;
}
.popup.week .content .item span{
  box-sizing: border-box;
  width: 100%;
}
.popup.spannend .close,
.popup.ggg .close{
  top: -5px;
  position: relative;
}
.popup.week .close{
  top: -5px;
position: relative;

}
.popup.week .content .item div
{
  cursor: pointer;
  text-align: center;
  padding: 5px;
  border: 1px solid #eaeaea;
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2)
}
.popup.week .content .item div:hover{
  background: #FED766;
}
.popup.week .content .item{
  float: left;
  width: 23%;
  box-sizing: border-box;
  margin: 0 0 0 1%;
}
.popup .content .item{
  -webkit-box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.05);
  box-shadow: 0px 9px 93px 3px rgba(0,0,0,0.05);
  padding: 20px;
  margin:30px 0;
}
.popup .content .item:first-child{
  margin-top:0;
}
.popup .content .item table{
  width: 100%;
}
.popup .content .item .fa-trash:before{
  font-size: 1.5em;
  cursor: pointer;
  color: #7F7F7F;
}
.popup .content .item td:nth-child(2){
  width: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.popup.week{
  padding-top: 50px;
  font-size: 1.2em;
}
.popup.week .content .item td:nth-child(1){
  width: 100px;
}
.popup.week .content .item td:nth-child(2){
  width: auto;
  padding-left: 0;
  cursor: pointer;
}
.popup .content .item div{
  margin:10px 0;
}
.popup .content .new table{
  width: 100%;
}
.popup.diary .content .new{
  text-align: center;
  margin: 0 auto;
}
.popup.diary .content .new.first
{
  /*width: 400px;*/
}
.popup.diary .content .new.second
{
  width: 500px;
}
.diary.popup #slider{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 596px;
}
.diary.popup .cijfer{
  font-size: 2em;
  background: #FED766;
  padding: 4px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin:0 auto;
  line-height: 1.1;
  border: 3px solid #FBED7C;
}
#datepicker .ui-widget-header{
  border:none;
  background: none;
}
#datepicker .ui-widget-content{
  background: none;
}
#datepicker .ui-widget.ui-widget-content{
  border:none;
}
#datepicker{
  background: none;
  width: 300px;
  margin: 20px auto;
}
#datepicker .ui-state-active,
#datepicker .ui-widget-content .ui-state-active
{
  background: #FED766;
  color:initial;
  border: 4px  solid #FED766;
}

#datepicker .done .ui-state-default,
#datepicker .done .ui-state-highlight, .ui-widget-content .ui-state-highlight,
#datepicker .ui-state-highlight, .ui-widget-content .ui-state-highlight{
  background: #3A7CA5;
border: 4px  solid #3A7CA5;
color: #fff;

}
#datepicker .done .ui-state-active{
  background: #3A7CA5;
border: 4px  solid #FED766;
color: #FED766;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: 4px  solid #f1f1f1;
}

#datepicker .ui-datepicker-calendar a,
#datepicker .ui-datepicker-calendar td{
  text-align: center;
}
.ui-state-default{
  padding: 5px;
}

.faq .question{
  padding: 14px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
}
.answer{
  display: none;
  padding: 0 14px 14px;
}
.answer p:last-of-type{
  margin-bottom: 0;
}
.faq {
  margin: 0 auto;
  max-width: 700px;
background: #fff;
padding: 20px 20px 30px;
}
.leuke.popup .things{
  width: 100%;
  margin-top:40px;
}
.leuke.popup #own_input{
  width: 90% !important;
}
.leuke.popup .close{
  top: -5px;
  position: relative;
}

.ui-datepicker-next {
    position:relative;
    cursor: pointer;
}
.ui-datepicker-next:before {
  content: "\f0a9";
  font-family: FontAwesome;
  left: 5px;
  position: absolute;
  top: -4px;
  font-size: 1.5em;
  color:#FED766;
  cursor: pointer;
}
.ui-datepicker-prev {
  cursor: pointer;
    position:relative;
}
.ui-datepicker-prev:before {
  content: "\f0a8";
  font-family: FontAwesome;
  left: 5px;
  position: absolute;
  top: -4px;
  font-size: 1.5em;
  color:#FED766;
  cursor: pointer;
 }

@media (max-width:680px) {
  #overzicht_courses .item a{
    font-size: 1.2em;
  }
  .popup .top{
    position: fixed !important;
  }
  .popup.week .content .item{
      width: 100%;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
  }
  .popup.leuke div{
    width: 100% !important;
  }
  .popup.leuke .top{
    box-sizing: border-box;
  }
  .popup .close{
    position: fixed;
    top: 5px;
    right: 40px;
  }
  .popup.ggg .close,
  .popup.spannend .close,
  .popup.week .close{
    right:0;
  }
  .popup h1{
    font-size: 1.5em;
    top:14px;
  }
  .popup.spannend h1
  {
    font-size: 1em;
    width: 80%;
    text-align: left;
  }
  .week_home h2, .diary_home h2{
    font-size: 1.7em;
  }
  .popup .tabs .center table{
    margin-left: 0;
  }
  .popup.diary .content .new.last .part,
  .popup.diary .content .new.third .part,
  .popup.diary .content .new.second,
  .popup .legenda,
  .popup.diary .btns_holder,
  .popup.diary .content .new td.full .tip,
  .popup.diary .content .new td.full .part,
  .popup.ggg .content .new td:nth-child(2) div{
    width: 100% !important;
    box-sizing: border-box;
  }
  .popup.diary .content .new td.full,
  .popup.ggg .content .new td{
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
  }

  .popup.diary .content .item td:nth-child(2),
  .popup.ggg .content .item td:nth-child(2){
    padding: 0 0 0 1em;
  }
  /*
  .popup .content .part{
    width: 100% !important;
    float: none !important;
  }
  */
}

 /**
GRAFIEK
 **/
 .grafiek{
   width: 100%;
   height: 400px;
   margin-left: -10px;
 }
