html,
body {
    margin:0;
    padding:0;
    height:100%;
}

body {
    background-image: url(../images/background.png);
    font-size: 14px;
}
.small { font-size: 14px; line-height: 22px; }
.medium { font-size: 16px; line-height: 22px; }
.large { font-size: 20px; line-height: 26px; } 

#wrap {
    min-height:100%;
    position:relative;
}
header img {
    margin: 1em 0 0.2em;
}
header img.logo-vief {
    width: 220px;
    margin-top: 15px;
}
h1 {
    font-size: 2em;
    color: #02a4db;
    margin-top: 0;
}
h2 {
    font-size: 1.46em;
    margin-top: ;
    margin-bottom: 1em;
    line-height: 1.33em;
}
h3 {
    color: #02a4db;
    margin: 0 0 0.551em;
    font-size: 1.35em;

}
.nav{
    margin-bottom: 0;
    border-radius:5px;
}
.nav>li {
}
.nav>li>a{
    position:relative;
    display:block;
    padding:14px 15px;
    color: #303030;
    font-size: 1.2em;
    border-radius:5px;
    background-color: #eee;
    margin-right: 7px;
    text-align: left;
}
body.medium .nav>li>a{
    height:70px;
}
body.large .nav>li>a{
    height:75px;
}
body.large .nav-stacked li{
    line-height:1.55em;
    height:100px;
    font-size:0.9em;
}
.nav>li>a i {
    display: inline-block;
    float: left;
    color: #c8c8c8;
    padding-right: 0.38em;
    margin-top: -5px;

}
.nav>li.active> a i
{
    color: #fff;
}
header .nav>li:last-child > a {
    margin-right: 0;
}
.nav>li>a:hover {
    background-color: #767777;
    color: #f4f4f4;
}
.nav>li.active>a, .nav>li.active>a:hover {
    background-color: #02a9dc;
    color: #fff;
}

#main {
    padding-top: 47px;
    padding-bottom: 100px;
}
/* resizer ------------------------------- */
ul.resizer {
float: right;
list-style: none outside none;
margin: 0px 0px 15px 5px;
}
ul.resizer li {
    float: left;
line-height: 26px;
margin-left: 8px;
}

/* jumbotron ------------------------------- */
div.jumbotron {
    padding: 1.5em;
    background-color:#0790D8;
    background: url(../images/jumbo3.jpg) no-repeat left top;
    margin-bottom: 0;
    margin-top: 38px;
}
div.jumbotron h1 {
    font-size: 2.77em;
    color: #fff;
}
div.jumbotron p.lead {
    font-size: 1.33em;
    margin: 0.75em 0 1.35em 0;
    max-width:460px;
}
.panel-doedetest {
    background-color: #02a4db;
    border-color: #02a4db;
    color: #d8f2ff;
}
.panel-doedetest h1 {
    color: #fff;
    margin: 0.25em 0 0.5em;
}
.panel-doedetest .btn-success {
    background-color: #69cf67;
}
.panel-doedetest .btn-success:hover {
    background-color: #6eda6c;
}
/* cmsblock  ------------------------------------- */
article.cmsblock {
    margin: 0 0 2.15em 0;
}
article.cmsblock.block2cols h1,
article.cmsblock.block3cols h1 {
    color: #02a4db;
    font-size: 1.55em;
}article.cmsblock.block2cols img,
 article.cmsblock.block3cols img {
     margin-bottom: 1em;
 }
article.cmsblock .imagetop {
    margin: 10px 0;
}
/* doe de test  ------------------------------- */
section.step .panel-primary {
    margin: 2em 0;
}
section.step .panel-body {
    padding: 3em 1em;
}
section.step .panel-primary {
    border-color: #04a9dc;
}
section.step .panel-primary > .panel-heading {
    background: #04a9dc;
    padding: 1em;
}
section.step1 h3 {
    font-size: 1.38em;
}
section#step2 label {
    font-size: 1.23em;
}
section#step2 label strong {
    font-size: 1.52em;
    padding-right: 1px;
}
section#step2 ul label {
    font-size: 1em;
}
.well {
    margin:1.75em 0;
    background-color:#5CB85C;
}
.well h1 {
    color:#fff;
    margin:0;
    font-size:2.36em;
}
#resultsdescriptions .panel-heading {
    padding: 10 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#resultsdescriptions h2 {
    margin:0;
}
#resultsdescriptions .panel-body p {
    margin:1em 0;
    min-height:135px;
}
#resultsdescriptions .panel-body {
    min-height:375px;
}
/* movies ------------------------------------- */
ul#movies {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
ul#movies li {
    margin: 0;
    padding: 1em 0;
    border-bottom: 1px solid #d5d5d5;

}img.img-moviethumb {
     width:65px;
     height:45px;
 }
div.movie {
    margin-bottom: 1.5em;
}
div.movie h1 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #04a9dc;
}
div.movie p {
    margin: 1em 0;
    line-height: 1.5em;
    color: #8f8f8f;
}
/* other -------------------------------------- */
img.pull-left {
    margin: 0 1.7em 1em 0;
    width: 320px;
}
img.pull-right {
    margin: 0 0 1em 1.7em;
    width: 320px;
}
p.samenwerking {
    font-size: 0.9em;
    margin-top:30px;
    margin-bottom: 0.5em;
}
img.samenwerking {
    max-width:200px;
}
/* steps -------------------------------------- */
stepwizard-step p {
    margin-top: 10px;
}

.process-row {
    display: table-row;
}

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 42px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 6px 0;
    font-size:2.6em;
    line-height: 1.6em;
    border-radius: 50%;
    background-color: #04a9dc;
}
body.large .btn-circle {
    line-height:1.2em;
}
.process-step p {
    margin: 0.75em 0;
    font-style: italic;
}
section.step h1 {
    margin-bottom: 1em;
}
section.step label.question {
    font-size: 1.3em;
}
/* footer ------------------------------------- */
footer {
    min-height: 80px;
    padding: 30px;
    background-color: #f3f3f3;
    border-top: 1px solid #e6e6e6;
    color: #5f5f5f;
    font-size: 0.9em;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}

footer .container .row {
    border-top: 3px solid #c7c7c7;
    padding-top: 50px;
}
.copyright {
    font-size: 0.85em;
}