body {
    min-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    padding-bottom: 55px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Old Browser */
.unsupported, .unsupportedjs, #guidnotvalid {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99999;
}

    .unsupported .container, .unsupportedjs .container, #guidnotvalid .container {
        background: #EDE9E6;
        box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
        padding: 10px 20px;
        margin: 40px auto;
        width: 900px;
        max-width: 100%;
    }

.no-boxshadow .unsupported {
    display: block;
}

.no-js .unsupportedjs {
    display: block;
}

.no-js .unsupported {
    display: none;
}

.no-boxshadow .supported,
.no-js .supported {
    display: none;
}




#header {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 17px;
    padding-top: 17px;
    margin-bottom: 18px;
    z-index: 999;
}

@media(max-width:767px) {
    #header {
        padding-left: 12px;
        padding-right: 2px;
        padding-bottom: 7px;
        padding-top: 7px;
        margin-bottom: 8px;
        height: 70px;
    }

        #header > img {
            height: 100%;
        }

    #footer {
        display: none;
    }
}

.slidepage {
    display: none;
}

    .slidepage .container {
        padding: 30px 50px 40px 50px;
        margin-bottom: 60px;
    }

h1 {
    margin-top: 6px;
}

input {
    margin: 0px;
    z-index: 3;
    margin-right: 100px;
    margin-left: 0px;
    width: 100%;
    padding: 6px; 
}

select {
    height: 28px;
    padding-left: 3px;
    margin: 0px;
    z-index: 3;
    margin-right: 100px;
    margin-left: 0px;
    width: 100%;
}

input:focus {
    border: 1px solid #6B6B6B;
}

textarea, input {
    outline: none;
}

.selecter {
    background: white;
    height: 35px;
    padding-bottom: 3px;
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    outline: 0;
}

textarea, input, input:focus {
    border: #d8d4d1 2px solid;
    background: #fffaf7;
    resize: none;
}

    textarea:focus {
        resize: vertical;
    }



#popup {
    position: relative;
    z-index: 99999;
    margin: 30px auto;
    width: 630px;
    max-width: 100%;
    padding: 12px 14px;
    display: none;
}

    #popup > .popup-footer {
        padding-top: 10px;
        margin-top: 14px;
        text-align: right;
    }

.close-cross {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close-cross:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }


label {
    display: block;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

    input[type="checkbox"]:checked + div {
        background: url(img/checkbox-checked.png);
        background-size: cover;
    }

    input[type="checkbox"] + div {
        height: 20px;
        width: 20px;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
    }

    input[type="radio"]:checked + div {
        background: url(img/radio-checked.png);
        background-size: cover;
    }

    input[type="radio"] + div {
        height: 20px;
        width: 20px;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
    }



.note {
    color: gray;
}

.score-round {
    background: url(img/bg.jpg);
    width: 400px;
    height: 400px;
    padding-top: 85px;
    text-align: center;
}

.img-bottom-right {
    float: right;
    /* vertical-align: bottom; */
    margin-bottom: -40px;
}

#loader {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: white;
}

    #loader > span {
        display: inline-block;
        height: 70%;
        vertical-align: middle;
    }

    #loader > img {
        vertical-align: middle;
    }

#category-name {
    margin: 0;
    word-wrap: break-word;
    line-height: 1.1;
}

#category-count {
    margin-top: 12px;
}


.keuzebox {
    display: block;
}

    .keuzebox > label {
        display: inline;
        margin-right: 5px;
        margin-left: 5px;
    }

    .keuzebox > b {
        width: 80px;
        display: inline-block;
    }

@media(max-width:567px) {
    .keuzebox > label {
        margin-right: 2px;
        margin-left: 2px;
    }
}

@media(max-width:467px) {
    .keuzebox > label {
        margin-right: 0px;
        margin-left: 0px;
    }

    .slidepage .container {
        padding: 15px 25px 20px 25px;
    }
}

.tooltipz {
    display: inline;
    position: relative;
}

    .tooltipz:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 26px;
        color: #fff;
        left: -190px;
        padding: 5px 15px;
        position: absolute;
        z-index: 9999998;
        width: 220px;
    }

    .tooltipz:hover:after {
        content: attr(name);
    }

    .tooltipz:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 20px;
        content: "";
        left: 10%;
        position: absolute;
        z-index: 9999999;
    }

#question-note {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 14px;
}

    #question-note > a > img {
        width: 18px;
    }

#question-text {
    margin-top: 5px;
 
}

#questdone {
    margin-top: 20px;
}

#answer-hg .row {
    margin-top: 10px;
}

.answer-srt {
    display: none;
    margin-top: 20px;
}


#backdrop {
    position: fixed;
    z-index: 99997;
    background: black;
    opacity: 0.6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

#popscreen {
    position: fixed;
    z-index: 99998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}




#profiel-form {
    margin: 10px 0px;
}

    #profiel-form .row {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #profiel-form span {
        margin-top: 6px;
        display: block;
    }


#footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 14px 0;
    z-index: -1;
    font-size: 90%;
}

.handler {
    display: inline;
    margin-left: 16px;
    font-size: 12px;
    opacity: 0;
}

.factor-btn {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 10px 14px;
    margin-top: 8px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: #eee;
    zoom: 1;
    z-index: 1;
    *display: inline;
    font-size: 16px;
    line-height: 14px;
    color: #333;
    min-width: 42px;
    text-shadow: #fff 0 1px 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: inherit;
}

    .factor-btn:hover, .factor-btn:focus, .factor-btn:active, .factor-btn.active {
        color: #333;
        text-decoration: none;
        background-color: #dcdcdc;
        z-index: 100;
        outline: 0;
    }

    .factor-btn:active, .factor-btn.active {
        background-color: #eee;
        -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
    }

    .factor-btn:focus {
        border-color: #4d90fe;
    }

.factor-btn-lg {
    padding: 15px 20px;
}

.factor-btn-xlg {
    padding: 25px 40px;
}


#question-text {
   
    padding-right: 50px;
}




/*Multi Percent Input*/
.qty {
    font-size: 14px;
    max-width: 50px;
    max-height: 30px;
}

.total {
    max-width: 50px;
    max-height: 30px;
   
    border: 1px solid #B8B8B8;
}

.qtyquestion {
    font-size: 14px;
}

.multiblok {
    margin-top: 10px;
}


.qtyday {
    font-size: 14px;
    max-width: 50px;
    max-height: 30px;
}

.totalday {
    max-width: 50px;
    max-height: 30px;
    border: 1px solid #B8B8B8;
}
