﻿@font-face {
    font-family: 'Awesome';
    font-style: normal;
    src: url('/fonts/awesome/fontawesome-webfont.eot');
    src: url('/fonts/awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/awesome/fontawesome-webfont.woff') format('woff'), url('/fonts/awesome/fontawesome-webfont.ttf') format('truetype'), url('/fonts/awesome/fontawesome-webfont.svg') format('svg');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    src: url('/fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons/glyphicons-halflings-regular.svg') format('svg');
}
.navbar-toggle {
    height: 46px;
}

.faqquestion {
font-size:24px;
font-weight:500;

}
.faqanswer {
font-size:23px;
font-weight:300;
}


.spaced td {
padding:5px;
}

.homeText {
font-size:22px;
font-weight:300;
}

.green {
color:#1abc9c !important;

}

.gray {
color:#A2A2A2 !important;

}

.navbar-toggle:hover:before, .navbar-toggle:focus:before {
    color:#A2A2A2 !important;
}

.navbar-toggle:before {
    /*color: #A2A2A2 !important;*/
}


.navbar-nav>li>a:hover {
  color:#A2A2A2 !important;
}

/* Clicked / focused / active nav items: blue instead of flat-ui's green (#1abc9c) */
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color:#2C82D6 !important;
  background-color:transparent !important;
}


label > * { 
pointer-events: none; 
}

h1, h2, h3{
 margin-top: 0px;
    margin-bottom: 10px;
}

h3, .h3 {
    font-size: 20px;
    font-weight:400;
        color: white;
    margin-top: -40px;
}

h5, .h5 {
    font-size: 25px;
     font-weight:500;
     margin-top:0px;
     color:black;
}

.vink { padding-left:20px; list-style:none; }
.vink li { margin-bottom:10px; }
.vink  li:before {    
    font-family: 'Awesome';
    content: '\✔';
    margin:0 5px 0 -15px;
}



.input-validation-error {
    border-color:red;
}
field-validation-error {
border-color:red;
}

/*grid*/
 .pagination li.previous>a, .pagination li.next>a,.pagination li>a,.pagination li.previous>span, .pagination li.next>span {
    color: #fff;
    background-color: #bdc3c7;
     cursor: pointer;
}
 pagination li.disabled>a, .pagination li.disabled>span {
    color: #fff;
    cursor: none;
    background-color: #dfe2e5;
    border-right-color: #dfe2e5;
}

.pagination li{
    color: #fff;
     cursor: none;
      background-color: #dfe2e5;
    border-right-color: #dfe2e5;
}

.select2-drop {
    font-size: 11px;
}
.select2-choice {
    font-size: 11px;
}


.facebook-share {
cursor:pointer;
}
.facebook-share:hover {
color: #16a085;
}

.navbar-inverse {
    background-color: #000; 
}

.navbar-nav > li > a {  
padding: 13px 5px 10px 15px;
font-size:14px;
font-weight:400;
}

.navbar {
    min-height: 33px;
    margin-bottom: 5px;
    font-size: 16px;
    border: none;
}

/* Align navbar content (logo, nav, login) to the same 1000px width as the footer */
.navbar-fixed-top > .container {
    max-width: 1000px;
}

.btn-disabled{
    color: rgba(255,255,255,.75);
    cursor: not-allowed;
    background-color: #bdc3c7;
}


@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

}

.jumbotron {
    padding: 30px !important;
    margin-bottom: 0px !important;
}



/*.selectProduct:hover  {
   opacity: 1;
}*/

.selectProduct  {
   opacity: 0.5;
}



.imageheader {
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
    font-size: 16px;
    font-family: inherit;
    width: 100%;
    background-color: #1abc9c;
    color: white;
}

.headerimage {
    cursor: pointer;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin-bottom:10px;
}


.productText {
    display: table-cell;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px;
    font-family: inherit;
    width: 50%;
    height: 100%;
    background-color: #eee;
    color: black;
}

.textvak {
background-color:#eee;
border-radius: 8px;
width: 50%;
height:100%;
display:table-cell;
padding:30px;
margin-left:10px;
vertical-align:top;
font-size:17px;
}



.productImage {
    display: table-cell;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
    height: 100%;
    width: 50%;
}



.redtext {
    color: red;
}

.w20 {
    margin-right:5px;
    display: inline-block;
        float: left;
}

.darkgrayScreen {
    background: #000;
    z-index: 20;
    display: none;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
}

.loading {
    background: #000;
    color: white;
    z-index: 21;
    /*display: none;*/
    position: relative;
    left: 50%;
    top: 25%;
    margin-top: -100px;
    margin-left: -100px;
}



.license {
    position: absolute;
    left: 20px;
    top: 32px;
    color: lightgray;
    font-weight: 400;
    font-size: 13px;
    width: 100px;
}

.mbl, .mvl, .mal {
    margin-bottom: 0px;
}


.sym {
    height: 30px;
    width: 25px;
    font-size: 16px;
    font-family: 'Lato';
    padding: 2px;
}


.symbols {
    float: left;
    display: none;
    position: relative;
    z-index: 1000;
    top: 40px;
    right: -308px;
    background-color: white;
    border: 1px solid gray;
    padding: 5px;
}

.logo {
    margin-left: -11px;
    margin-top: 7px;
    height: 30px;
    margin-right:30px;
}

.mbut {
    width: 190px;
    margin-bottom:10px;
}

h7 {
   font-size:14px;
}

h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 25px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

.h1 {
    font-size: 30px !important;
}


.checkbox .icon-checked,
.radio .icon-checked,
.checkbox .icon-unchecked,
.radio .icon-unchecked {
    top: 0px;
    left: 0px;
    font-size: 17px !important;
}

.sub {
    margin-left: 20px;
}

.formcheckradio {
    top: 5px;
    /*left: 130px;*/
    font-size: 20px !important;
}


.checkbox, .radio {
    font-size: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    cursor: pointer; 
}

.large {
    font-size: 18px !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 600;
}

.largeNoMargin {
    font-size: 18px !important;
    font-weight: 600;
}

.checkbox .icons, .radio .icons {
    font-size: 20px;
    top: 4px;
}

.checkbox + .checkbox {
    margin-top: 0px !important;
}

/*quiz*/
.subject {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
    color: #2196F3;
}

.subsubject {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #1abc9c;
}

.numbers {
    font-size: 12px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #434343;
    margin-bottom: 5px;
    margin-top: 5px;
    float: right;
}

.numbersbt {
    padding: 3px 7px;
    font-size: 12px;
    float: right;
    font-family: Awesome;
}

.question {
    font-size: 20px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    color: #434343;
    margin-top: 0px;
    display: block;
    margin-bottom: 10px;
}

.answerdiv {
    display: block;
    margin-bottom: 5px;
    margin-left: 40px;
}

.answerdivImage {
    display: block;
    margin-bottom: 5px;
    margin-left: 30%;
}

.answerdivImageEdit {
    display: block;
    margin-bottom: 5px;
    margin-left: 30px;
}


.letter {
    font-size: 25px;
    font-family: inherit;
    font-weight: 900;
    color: #000000;
    margin-right: -15px;
    width: 20px;
    display: inline-block;
    position: relative;
    left: -40px;
    top: -3px;
}


.answer {
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    background-color: #2196f3;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 9px;
    cursor: pointer;
    display: block;
    padding-top: 2px;
}

.answer:hover {
        background-color: #3f51b5;
}

.answerunkown:hover {
    background-color: #3f51b5;
}

.answerunkown {
    background-color: #3f51b5;
}


.answerdisabled {
    background-color: #2196f3;
    cursor: default;
}

.answerdisabled:hover {
        background-color: #2196f3;
        cursor: default;
}

.answergood {
    background-color: #1abc9c;
    cursor: default;
}

.answergrey {
    background-color: lightgray;
    cursor: text;
}

.answergood:hover {
    background-color: #1abc9c;
}

.answerbad {
    background-color: #f44336;
    cursor: default;
}

    .answerbad:hover {
        background-color: #f44336;
    }


.feedback {
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #434343;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}

.feedbackEdit {
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #434343;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}


.imageWithImage {
    width: 30%;
    padding-right: 40px;
    float: left;
}

.imageWithoutImage {
    float: left;
    width: 0%;
}

.imagePadding {
}

.answerWithImage {
    float: right;
    width: 70%;
}

.answerWithoutImage {
    float: right;
    width: 100%;
}

.subjects {
    float: right;
}


.mainsubject {
    float: left;
    width: 50%;
}

@media screen and (max-width:768px) {
    .logo {
        margin-left: 15px;
    }

    .footer {
        width: 99% !important;
    }

    .license {
        position: absolute;
        left: 100px;
        top: 7px;
    }

     .productText {
        display: table-cell;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 10px;
        font-family: inherit;
        width: 100%;
        height: 100%;
        background-color: #eee;
        color: black;
    }

    .productImage {
        display: none;
    }


}


@media screen and (max-width:30.9999em) {

    .formcheckradio {
        left: 0px;
    }

    .imageWithImage {
        width: 100%;
        padding-right: 0px;
        float: none;
        margin-bottom: 10px;
    }

    .answerWithImage {
        width: 100%;
    }

    .answerdivImage {
        display: block;
        margin-bottom: 5px;
        margin-left: 40px;
    }

    .feedback {
        margin-left: -30px;
        margin-right: 0px;
    }

    .subject {
        width: 100%;
        float: none;
    }

    .subsubject {
        width: 100%;
        float: none;
    }

    .subjects {
        float: none;
    }

    .mainsubject {
        width: 100%;
    }
}


hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.awesome {
    font-family: Awesome;
}

.timerclock {
    cursor: pointer;
    float:right;
    margin-right:4px;
}

.timer {
    float:right;
    margin-right:10px;
}




.footer {
    clear: both;
     max-width: 1200px;

    background-color: white;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    color: darkgray;
}

.footer a {
    color: darkgray;
}

.fitness:hover {
    color: #ed1c24;
}

.sport:hover {
    color: #567298;
}

.schoon:hover {
    color: #df2a72;
}

.pedicure:hover {
    color: #09abc9;
}



.num {
    text-align: center;
    width: 30px;
    color: white;
    padding: 5px;
    margin: -1px;
    background-color: #d6dbdf;
    display: inline-block;
    font-size: 12px;
    font-family: inherit;
    font-weight: 900;
    cursor: pointer;
}

.numg {
    background-color: #1abc9c;
}

.numb {
    background-color: #f44336;
}

.numd {
    background-color: #2196f3;
}

.numa {
    background-color: #3f51b5;
}

.num:hover {
    background-color: #3f51b5;
}

.numleft {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: Awesome;
}

.numright {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: Awesome;
}

/*Results*/
.percentage {
    font-size: 30px;
    font-family: inherit;
    font-weight: 900;
    color: #000000;
    width: 20px;
    display: inline-block;
    position: relative;
    left: -185px;
    top: -140px;
}

.failed {
    font-size: 40px;
    font-family: inherit;
    font-weight: 900;
    color: #000000;
    width: 20px;
    display: inline-block;
    position: relative;
    left: -270px;
    top: 40px;
}


.goed {
    color: #74D108;
}

.fout {
    color: #F44336;
}

.resultsubject {
    font-weight: 200;
    font-size: 16px;
}

.mainresultsubject {
    font-weight: 400;
    font-size: 18px;
}

.percentagemainsubject {
    font-size: 30px;
    font-family: inherit;
    font-weight: 900;
    color: #000000;
    width: 20px;
    display: inline-block;
    position: relative;
    left: -185px;
    top: -140px;
}

.percentagesubject {
    font-size: 30px;
    font-family: inherit;
    font-weight: 900;
    color: #000000;
    width: 20px;
    display: inline-block;
    position: relative;
    left: -185px;
    top: -140px;
}


/*Grids*/
.uigrid td {
    padding: 5px;
    font-size: 12px !important;
}

.uigrid tr:nth-child(even) {
    background-color: #F0F0F0;
}

.uigrid tr {
    background-color: #FFFFFF;
}

    .uigrid tr:hover {
        background-color: #d6dbdf;
        cursor: pointer;
    }


.search {
    width: 210px !important;
}

    .search input {
        padding-left: 5px !important;
    }

.error {
    color: #E91E63;
}

.fotosubject {
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    margin: 10px;
    margin-top: 25px;
}

.fotosubjectresult {
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}


/*progress*/
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }


        ol.progtrckr li.progtrckr-done {
            color: #1abc9c;
            font-size:14px;
                font-weight:800;
            border-bottom: 4px solid #1abc9c;
            padding-bottom: 0.5em;
        }

        ol.progtrckr li.progtrckr-active {
            color: #2196f3;
            font-size:14px;
            font-weight:800;
            border-bottom: 4px solid #2196f3;
            padding-bottom: 0.5em;
        }

        ol.progtrckr li.progtrckr-todo {
            color: #d6dbdf;
            font-size:14px;
            font-weight:800;
            border-bottom: 4px solid #d6dbdf;
            padding-bottom: 0.5em;
        }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 32%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

  
    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -1.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\f00c";  
        background-color: #1abc9c;
 color: white;
        font-family: Awesome;
        border-radius:  1.5em;
        height: 1.5em;
        width:  1.5em;
        top: 2.9em;
        line-height: 1.5em;
          padding-top:0.036em;
    }


    ol.progtrckr li.progtrckr-todo:before {
        content: "\f10c";
        background-color: #d6dbdf;
 color: white;
        font-family: Awesome;
        border-radius:  1.5em;
        height: 1.5em;
        width:  1.5em;
          top: 2.9em;
        line-height: 1.5em;
      padding-top:0.036em;
    }

    ol.progtrckr li.progtrckr-active:before {
        content: "\f111"; 
        background-color: #2196f3;
 color: white;
        font-family: Awesome;
        border-radius:  1.4em;
        height: 1.5em;
        width:  1.5em;
         top: 2.9em;
        line-height: 1.5em;
          padding-top:0.036em;
    }

.validation-summary-errors {
color:red;
}



 .jp-audio {
        font-family: awesome;

        font-weight: 400;
        font-style: normal;
    }

    .jp-title {
        font-size: 12px;
        text-align: center;
        color: #999;
    }

    .jp-title ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .jp-gui {
        position: relative;
        
        border-radius: 6px;
        overflow: hidden;
        margin-top: 10px;
    }

    .jp-jplayer,.jp-audio {
        width: 420px;
        margin: 50px auto;
    }

    .jp-controls {
        padding: 0;
        margin: 0;
        list-style: none;
        font-family: "Awesome";
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
        color:#1abc9c;
        background-color:#2c3e50;
        border-radius:6px;
    }

    .jp-controls li {
        display: inline;
    }

    .jp-controls a {
        color: #1abc9c;
    }

    .jp-play,.jp-pause {
        width: 60px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 43px;
    }

    .jp-mute,.jp-unmute {
        position: absolute;
        right: 55px;
        top: 0;
        width: 20px;
        height: 40px;
        display: inline-block;
        line-height: 46px;
    }
      a.jp-mute,a.jp-unmute{
        color:#475d72;
    }

    .jp-mute {
        text-align: left;
    }

    .jp-volume-bar {
        position: absolute;
        right: 10px;
        top: 17px;
        width: 45px;
        height: 8px;
        border-radius: 20px 20px 20px 20px;
        background-color: #425669;
        overflow: hidden;
    }
    .jp-volume-bar-value {
        background-color: #d6dbdf;
        height: 8px;
        border-radius: 20px 20px 20px 20px;
    }
    .jp-progress {
        background-color: #425669;
        border-radius: 20px 20px 20px 20px;
        overflow: hidden;
        position: absolute;
        right: 133px;
        top: 15px;
        width: 210px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
    }
    .jp-play-bar {
        height: 12px;
        background-color:  #1abc9c;
        border-radius: 20px 20px 20px 20px;
    }
    .jp-time-holder {
        font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
        color: #FFF;
        font-size: 12px;
        line-height: 14px;
        position: absolute;
        right: 90px;
        top: 14px;

    }
/* ===================================================================
   Site footer (.lpf) — modern four-column footer, drop-in for _Layout.
   Mirrors the home.css design tokens (Inter + Bricolage Grotesque, blue).
   =================================================================== */
/* sticky footer: page fills at least the viewport, content grows to push footer down */
html{height:100%}
body{min-height:100%;display:flex;flex-direction:column}
body > #gesture{flex:1 0 auto;display:flex;flex-direction:column;padding-top:52px}
#gesture > .body-content{flex:1 0 auto;display:flex;flex-direction:column}
.body-content > .lpf-main{flex:1 0 auto}
.lpf{--ink:#151829;--ink-2:#4B5068;--ink-3:#8A8FA8;--line:#E4E6F0;--line-2:#EFF0F7;
  --primary:#2C82D6;--primary-ink:#1A5C9E;--primary-soft:#E6F1FB;
  font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--ink-2);
  font-size:13px;line-height:1.5;border-top:1px solid var(--line);
  max-width:1000px;margin:28px auto 0}
.lpf a{color:inherit;text-decoration:none;transition:color .13s}
.lpf a:hover{color:var(--primary-ink)}
.lpf-cols{display:grid;grid-template-columns:1.5fr 1fr 1.1fr 1.4fr;gap:24px;padding:18px 16px 14px}
.lpf h4{font-family:'Bricolage Grotesque','Inter',sans-serif;color:var(--ink);font-size:11px;
  font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 9px}
.lpf ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.lpf-brand{display:inline-flex;align-items:center;gap:9px;font-family:'Bricolage Grotesque',sans-serif;
  font-weight:700;color:var(--ink);font-size:17px;letter-spacing:-.02em}
.lpf-brand img{height:28px;width:auto;display:block}
.lpf-tag{margin:9px 0 12px;font-size:12.5px;max-width:34ch;color:var(--ink-2)}
.lpf-socs{display:flex;gap:7px;flex-wrap:wrap}
.lpf-soc{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;
  border-radius:9px;border:1px solid var(--line);color:var(--ink-2);background:#fff}
.lpf-soc:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}
.lpf-soc svg{width:15px;height:15px;display:block}
.lpf-chip{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 10px;
  border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink-2);
  font-size:12.5px;font-weight:600;white-space:nowrap;max-width:100%}
.lpf-chip:hover{border-color:var(--primary);color:var(--primary-ink)}
.lpf-chip svg{width:14px;height:14px;flex:none;opacity:.9}
.lpf-muted{color:var(--ink-3);font-size:12.5px;line-height:1.5}
.lpf-copy{color:var(--ink-3);font-size:12px;margin-top:6px}
@media (max-width:760px){.lpf-cols{grid-template-columns:1fr 1fr;gap:26px 22px}}
@media (max-width:460px){.lpf-cols{grid-template-columns:1fr}}
