﻿body {
    background-color: #FFFFFF;
    background-image: url('/Images/Backgrounds/BG1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    overflow-x: hidden;
}


input[type=radio] {
    vertical-align: top;
    margin-left: 4px;
}

input[type=checkbox] {
    margin-right: 5px !important;
    vertical-align: top;
    margin-left: 4px;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    border: solid 1px black;
}

.shadow {

}

.rounded-all {

}

.rounded-top {

}

.rounded-bottom {

}

.header {
    background-color: #39BFD7;
    width: 100%;
    height: 150px;
    padding: 0px;
    background-image: url('/images/flow.png');
    background-repeat: no-repeat;
    background-position: right;
}

.title {
    padding: 20px;
    color: White;
    font-family: Arial;
    font-size: 36pt;
    text-align: center;
}

.subscript {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    font-size: 12px;
    height: 20px;
    color: white;
}

a:link {
    color: White;
}
/* unvisited link */
a:visited {
    color: White;
}
/* visited link */
a:hover {
    color: black;
}
/* mouse over link */
a:active {
    color: White;
}
/* selected link */

#pnlVoorWoord {
    white-space: pre-line;
}

.questionnaire {
    background-color: White;
    padding: 10px;
}

.labelradio {
    margin-left: 5px;
}

.footer {
    background-color: Gray;
    padding: 10px;
}

.AutoGrow {
    font-family: Arial;
    font-size: 14px;
    width: 99%;
    resize: none;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vraag {
    padding: 5px;
    padding-top: 10px;
    color: #545454;
}

.vervolgvragen {
    padding-left: 10px;
    display: none;
}

textarea:focus {
    border-color: #f00;
}


textarea {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #000;
    transition: width 0.2s;
    -webkit-transition: height 0.2s;
    -moz-transition: 0.2s;
    padding-bottom: 24px;
    vertical-align: top;
}

.Saving {
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 260px;
    height: 40px; /* Height of the footer */
    line-height: 40px;
    background-color: rgba(255,255,255,0.9);
    vertical-align: middle;
    text-align: center;
    border-left: solid 1px black;
    border-top: solid 1px black;
    display: none;
}

.gradientBG {
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#fff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #00f, #fff);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF)";
}

.voorwoord {
    padding: 10px;
}

.Button {
    -moz-box-shadow: inset 0px 0px 27px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 27px 0px #ffffff;
    box-shadow: inset 0px 0px 27px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777 !important;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 12px #ffffff;
}

    .Button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .Button:active {
        position: relative;
        top: 1px;
    }
/* This imageless css button was generated by CSSButtonGenerator.com */

.tooltipcontainer {
    position: relative;
    display: block;
}

.tooltip {
    border: solix 1px gray;
    padding: 5px;
    text-align: center;
    background-color: #990000;
    color: white;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

    .tooltip .text {
        font-weight: bold;
    }

.tooltipcontainer .arrow {
    position: absolute;
    display: block;
    top: -8px;
    left: 12px;
}

.easylabel {
    background-color: #39BFD7;
    color: White;
    padding: 5px;
    border: solid 1px silver;
    /*   text-align: center; */
}

.vraaglabel {
    padding: 0px;
    margin: 0px;
    display: none;
}

div.blockMsg {
    width: 40%;
    top: 30%;
    left: 30%;
    text-align: center;
    background-color: white;
    border: 3px solid #AAA;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    -moz-opacity: .9;
    opacity: .9;
    padding: 15px;
    color: black;
    font-weight: bold;
    cursor: wait;
}

@media only screen and (max-width: 800px) {
    .vraag {
        font-size: x-large;
    }
    textarea {
        font-size: x-large !important;
        height: 70px !important;
    }
    .easylabel {
        font-size: 28px !important;
    }
    .vraag span {
        font-weight: bold !important;
        font-size: 26px;
        color: black;
    }
    .vraag div {
        padding-top: 5px !important;
    }
    #pnlVoorWoord {
        font-size: x-large !important;
    }
    #footer {
        text-align: center !important;
    }
    .Button {
        font-size: 24px !important;
    }

    input[type=radio] {
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        margin-right: 8px !important;
        margin-left: 8px;
        margin-top: 10px;
    }
    input[type=checkbox] {
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        margin-right: 13px !important;
        margin-left: 8px;
        margin-top: 10px;
    }
    .wrapper {
        width: 100% !important;
    }
    label {
        display: inline-block !important;
        /* max-width: 100%; */
        /* margin-bottom: 5px; */
        margin-left: 5px !important;
    }
}
@media only screen and (max-width: 420px) {

    .title {
        font-size: 26px !important;
    }
    .header {
        height: 75px !important;
    }
    #pnlVoorWoord {
        font-size: 18px !important;
    }
    .vraag span {
        font-size: 20px;
    }
    .vraag {
        font-size: 18px;
    }
    label {
        display: inline-block !important;
        max-width: 85% !important;
        /* margin-bottom: 5px; */
        /* margin-left: 5px !important;*/
    }

    input[type=radio] {
        margin-top: 3px;
        margin-left: 8px !important;
    }

    input[type=checkbox] {
        margin-top: 3px;
        margin-left: 8px !important;
    }
}
