body {
    padding-top: 70px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}
    */
textarea {
    max-width: 100%;
}

body {
    background-color: #d81b60;
    color: #fff;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
}

a {
    /*color: #fff;*/
    color: #000;
    text-decoration: underline;
}

    a:hover, a:active {
        color: #000;
        text-decoration: underline;
    }

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #17536B;
    text-decoration: none;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #24B0C8;
        text-shadow: none;
        text-decoration: none;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
}

.navbar-inverse .navbar-nav.navbar-right > li > a,
.navbar-inverse .navbar-nav.navbar-right > li > a:focus,
.tabs li > a {
    color: #17536B;
    text-decoration: none;
}

    .navbar-inverse .navbar-nav.navbar-right > li > a:hover,
    .tabs li > a:hover {
        color: #24B0C8;
        text-shadow: none;
        text-decoration: none;
    }

.tabs li:not(:last-child) {
    border-right: 1px solid;
}

.navbar-right, .navbar-brand {
    margin-right: auto;
    margin-left: auto;
}

.navbar-brand {
    padding: 8px 15px 8px 0;
}

.navbar-fixed-top {
    background-color: white !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: background-color 230ms cubic-bezier(0.255, 0.575, 0.565, 1);
    transition: background-color 230ms cubic-bezier(0.255, 0.575, 0.565, 1);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

    h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, .h1.center, .h2.center, .h3.center, .h4.center, .h5.center, .h6.center {
        text-align: center;
    }

h1, .h1 {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
}

    h1.altcolor, .h1.altcolor {
        /* color: #699f01; was #709511 */
    }

.subtitleh1 {
    font-weight: 700;
}

h2, .h2 {
    /* font-size: 28px;
    margin-bottom: 28px;
    color: #699f01; */
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
}

h3, .h3 {
    /* font-size: 22px;
    margin-bottom: 28px;
    color: #699f01; */
    font-size: 2rem;
    font-weight: 500;
}

h4, .h4 {
    font-size: 1.5rem;
    font-weight: 700;
}
/*
h2.line, .h2.line {
    display: inline-block;
    padding-bottom: 10px;
    background: url('../assets/dotted.png') repeat-x left bottom;
    font-size: 36px;
}
    */
.navbar-inverse {
    background-color: #d81b60;
    border: 0 none;
}

body.scrolled .navbar-inverse {
    border-bottom: 1px solid #ddd;
}

.navbar-inverse .navbar-brand {
    height: auto;
}
/*
.navbar-inverse .navbar-nav > li > a {
            color: #fff;
}
    */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-radius: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-width: 2px;
    border-color: #fff;
}

.navbar-brand img {
    -o-transition: width .3s, height .3s;
    -moz-transition: width .3s, height .3s;
    -webkit-transition: width .3s, height .3s; /* Safari */
    transition: width .3s, height .3s;
}

/* body.scrolled .navbar-brand img {
    width: 45px;
    height: 45px;
} */
/* hamburger all the time
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
 */
.questionrow {
    margin-bottom: 1em;
}

    .questionrow legend, .questionrow .col-md-7 {
        display: block;
        font-size: 1em;
        margin-bottom: 5px;
        border: 0 none;
    }

        .questionrow legend span.legend-outer, .questionrow .col-md-7 span.legend-outer {
            display: block;
            background: url('/Assets/dottedline.png') repeat-x left .7em;
        }

    .questionrow.explanation .col-md-7, .questionrow.scaletitle .col-md-7 {
        background: none;
    }

    .questionrow.scaletitle {
        font-weight: bold;
        font-size: .9em;
    }

    .questionrow legend {
        color: #666;
    }

        .questionrow legend span.legend-inner {
            padding-right: 1em;
            background: #fff;
        }

    .questionrow label {
        font-weight: 500;
        padding-right: 1em;
        background: #fff;
    }

.answer-view-detail {
    display: none;
}

.pagerow + .pagerow {
    margin-top: 40px;
}

.pagerow:after {
    display: block;
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
    content: "";
    height: 35px;
}

.pagerow:last-child:after {
    content: "xxxx";
    background: green;
    display: none;
}
/*
.pagerow .col-md-4 + .col-md-4:not(.col-frame) {
    background: url('../assets/dotted.png') repeat-y -5px center;
}
    */
/*
.col-inner {
}
    */
.col-frame .col-inner {
    background: #fff;
    color: #75b52b;
    border-radius: 10px;
    padding: 15px;
}
/*
h2 + h3 {
    margin-top: -1em;
}
    */
.col-frame h2, .col-frame h3 {
    color: #018ad8;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

a.btn, a.btn:hover {
    text-decoration: none !important;
}

.col-frame .btn-default {
    background: #75b52b;
    color: #fff;
}

.btn-default, .btn-default:focus,
.btn-default:visited, .btn-primary, .btn-primary:focus,
.btn-primary:visited,
.btn-third, .btn-third:focus, .btn-third:visited {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    border: 0 none;
}

    .btn-default, .btn-default:focus,
    .btn-default:visited {
        background-color: #2489A7;
        color: #fff;
    }

        .btn-default:hover, .btn-default:active {
            background-color: #d9970b;
            color: #fff;
        }

    .btn-primary, .btn-primary:focus,
    .btn-primary:visited {
        background-color: #eca50c;
        color: #fff;
    }

        .btn-primary:hover, .btn-primary:active {
            background-color: #d9970b;
            color: #fff;
        }

    .btn-third, .btn-third:focus,
    .btn-third:visited {
        background-color: #eca50c;
        color: #fff;
    }

        .btn-third:hover, .btn-third:active {
            background-color: #d9970b;
            color: #fff;
        }

button,
button:focus,
button:visited,
.button,
.button:focus,
.button:visited {
    color: #17536B;
    background-color: white;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #17536B;
    border-radius: 4px;
}

    button:hover, button:active,
    .button:hover, .button:active {
        color: white;
        background-color: #17536B;
        border: 1px solid #17536B;
    }

.eprogressprogramm {
    margin-bottom: 2em;
}

    .eprogressprogramm .program-icon {
        float: left;
        max-height: 55px;
        max-width: 60px;
        margin-right: 1em;
    }

    .eprogressprogramm h3 {
        font-size: 1em;
        line-height: 55px;
    }
    /*
        .eprogressprogramm h3 a {
            color: #fff;
        }
    */
    .eprogressprogramm p {
        text-align: center;
    }

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1px 15px;
}

input, textarea {
    color: #666;
}

    input.numbersmall, input.inputsmall {
        max-width: 3em;
    }

    input.numbermedium, input.inputmedium {
        max-width: 6em;
    }

.numericquestion .col-md-5 {
    padding-left: 1.5em;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-left: 0;
    border-color: #fff;
    border-color: rgba(255,255,255,.5);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    border-top: 0 none;
}

table.datatable td, table.datatable th {
    font-size: 12px;
}

table.datatable .newpage td {
    border-top: 1px solid blue;
}

table.datatable .numbermedium input {
    width: 6em;
}

.table.bodyblock .table {
    background-color: transparent;
}

.table.bodyblock > tbody:nth-child(even) {
    background: #eee;
}

/* layout */

body {
    color: #17536B;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    background: #fff;
}

.navbar-inverse {
    color: #666;
    background: #fff;
}


.col-frame .col-inner {
    color: #fff;
    background: #d7df23;
}

/*
.pagerow:after {
    background-image: url('../assets/dotted_gr.png');
}

.pagerow .col-md-4 + .col-md-4:not(.col-frame) {
    background-image: url('../assets/dotted_gr.png');
}
    */
.questionaireheader {
    margin-bottom: 2em;
}

    .questionaireheader h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

.bs-docs-sidenav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bs-docs-sidebar {
    background: #d7df23;
    border-radius: 10px;
    font-size: .9em;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .bs-docs-sidebar a {
        color: #fff;
        text-decoration: none;
    }

    .bs-docs-sidebar .nav > li > a:hover, .bs-docs-sidebar .nav > li > a:focus {
        background: none;
    }

    .bs-docs-sidebar.affix {
        position: static;
    }

.nav > li > a,
.tabs li > a {
    font-size: 1em !important;
    padding: 20px 12px;
    color: #17536B;
    font-size: 1rem;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.bs-docs-sidenav li.active {
    border-left: 1px solid #322b80;
}

@media (min-width: 992px) {
    .bs-docs-sidebar.affix {
        position: fixed;
        top: 80px;
    }

    .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
        width: 213px;
    }

        .bs-docs-sidebar.affix .bs-docs-sidenav, .bs-docs-sidebar.affix-bottom .bs-docs-sidenav {
            margin-top: 0;
            margin-bottom: 0;
        }
}

@media (min-width: 1200px) {
    .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
        width: 263px;
    }
}

@media (min-width: 768px) {
    .bs-docs-sidebar {
        padding-left: 20px;
    }
}

#fullpage h2 em {
    color: #aaa;
    font-size: 12px;
    font-style: normal;
}

.tabs {
    margin: 1em 0px;
}

    .tabs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .tabs ul li {
            display: inline;
            padding-right: 1em;
        }

            .tabs ul li a:hover {
                text-decoration: underline;
            }

.altcolor label {
    color: #0c6291;
    font-weight: bold;
}

.dialogcontainer {
    max-width: 740px;
    margin: 30px auto 30px;
    padding: 30px 120px;
    background: #f8f8f8;
    border-radius: 30px;
}

    .dialogcontainer a {
        text-decoration: underline;
    }

    .dialogcontainer.fullwidth {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
        background: #f8f8f8;
    }

    .dialogcontainer h1 {
        text-transform: uppercase;
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 4px;
    }

    .dialogcontainer p.subtitle {
        font-weight: 500;
        margin-bottom: 36px;
    }

    .dialogcontainer input {
        border-width: 0;
    }


        .dialogcontainer input[type='text'],
        .dialogcontainer input[type='password'] {
            border: 1px solid #2489A7;
        }


    .dialogcontainer label {
        font-weight: 700;
    }

    .dialogcontainer .form-group label {
        text-transform: initial;
    }

    .dialogcontainer .radio label {
        font-weight: normal;
        text-transform: none;
    }

.vspacet {
    margin-top: 20px;
}

.vspaceb {
    margin-bottom: 20px;
}

.reportpersonal {
    margin-top: 0;
    margin-bottom: 30px;
    background: #ddd;
    padding: 1em 2em;
    border-radius: 15px;
    color: #000;
}

    .reportpersonal.style-1 {
        background: #699f01;
        color: #fff;
    }

        .reportpersonal.style-1 h3 {
            color: #fff;
        }

    .reportpersonal.style-3 {
        background: #ff7f00;
        color: #fff;
    }

        .reportpersonal.style-3 h3 {
            color: #fff;
        }

    .reportpersonal.style-5 {
        background: #fe0000;
        color: #fff;
    }

        .reportpersonal.style-5 h3 {
            color: #fff;
        }

.style-ehealth {
    border: 2px solid #dae101;
    background: #fff;
    font-weight: 700;
    margin-left: 30px;
    position: relative;
}

    .style-ehealth::before {
        display: block;
        content: "!";
        color: #fe0000;
        position: absolute;
        top: -15px;
        left: -30px;
        font-size: 4em;
    }

.reportoverviewitem {
    font-weight: bold;
    margin-bottom: 30px;
    overflow: auto;
    background: url('../Assets/dottedline.png') repeat-x left center;
}

    .reportoverviewitem a {
        display: block;
        float: left;
        background: #fff;
        padding-right: 1em;
        text-decoration: none;
    }

.scorecontainer {
    float: right;
    width: 10em;
    margin-top: .4em;
    height: 1em;
    background: #fff;
}

.scorecontainerlight {
    margin-left: 1em;
    height: 11px;
}

.scorecontainer .scorecontainerlight span {
    width: 33.333%;
    display: block;
    height: 11px;
    float: left;
}

    .scorecontainer .scorecontainerlight span.scorecontainerpart1 {
        background: #e9f2d9;
    }

    .scorecontainer .scorecontainerlight span.scorecontainerpart3 {
        background: #ffedd9;
    }

    .scorecontainer .scorecontainerlight span.scorecontainerpart5 {
        background: #ffdbd8;
    }

.scorecontainer1 .scorecontainerlight span.scorecontainerpart1 {
    background: #699f01;
}

.scorecontainer3 .scorecontainerlight span.scorecontainerpart3 {
    background: #ff7f00;
}

.scorecontainer5 .scorecontainerlight span.scorecontainerpart5 {
    background: #fe0000;
}

.showhidden {
    opacity: .3;
}

.warningscorecontainer {
    position: fixed;
    z-index: 2999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
}

    .warningscorecontainer .dialog {
        position: relative;
        max-width: 700px;
        margin: 5% auto 0;
        padding: 20px 120px 40px;
        background: #fff;
        border-radius: 15px;
        font-weight: bold;
        text-align: center;
    }

    .warningscorecontainer h2 {
        text-align: center;
        text-transform: uppercase;
    }

        .warningscorecontainer h2:before {
            content: "!";
            display: block;
            color: #fe0000;
            font-size: 64px;
            margin-bottom: 10px;
        }

    .warningscorecontainer em {
        font-style: normal;
        font-size: 28px;
        color: #fe0000;
    }

    .warningscorecontainer .dialogclose {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 32px;
        height: 32px;
        background: url('../Assets/closecross.svg') no-repeat center center;
        background-size: 32px;
    }

.movetop {
    position: fixed;
    right: 0;
    bottom: 30px;
}

    .movetop a {
        display: block;
        width: 32px;
        height: 32px;
        background: #ddd url('../Assets/topofpage.png') no-repeat center center;
        background-size: 30px auto;
        text-indent: 9999px;
    }

/* .row {
    overflow: auto;
} */

.sectionaltcolor {
    padding: 30px 0px;
    background-size: 3840px auto;
    background-color: #17536b;
    color: #fff;
}

    .sectionaltcolor h2, .sectionaltcolor h3, .sectionaltcolor a {
        color: #fff;
    }

    .sectionaltcolor button:hover {
        border: 2px solid #fff;
    }
/*
donkerblauw: #150958 (achtergrond dialog
donkerblauw: #322b80 (h1 kleur)

*/
.subexplanation {
    margin-top: 20px;
    color: #24B0C8;
    font-weight: bold;
}

.progress {
    margin: 20px 0 0 0;
    padding: 0 2px;
}

.progress-bar {
    background: url('../Assets/progress.png') repeat-x left center;
    box-shadow: none;
}

.readcontainer {
    border-radius: 20px;
    background: #a8a9a4;
    height: 600px;
    margin-bottom: 10px;
    padding: 1em 0;
    position: relative;
}

.readcontainer-inner {
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
    padding: 0 1em;
}

.gauge {
    margin-top: -15px;
    margin-left: -15px;
}

.gaugelabels {
    position: relative;
    top: -40px;
    padding: 0 1em;
}

    .gaugelabels span {
        display: block;
    }

        .gaugelabels span.l {
            float: left;
        }

        .gaugelabels span.r {
            float: right;
        }

.dashboardcharts .col-md-4 h3 {
    text-align: center;
}

@media (max-width: 767px) {
    body {
        padding-top: 90px;
    }

    .navbar {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .navbar-brand img {
        width: 150px;
        height: 43px;
    }

    .dialogcontainer {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .dialogcontainer h1 {
            font-size: 24px;
            line-height: 1.1em;
        }

    .questionrow legend span.legend-outer, .questionrow .col-md-7 span.legend-outer {
        background: 0 none;
        font-weight: 700;
    }

    .questionrow .col-md-1.text-center {
        text-align: left;
    }

    .questionrow.scaletitle {
        display: none !important;
    }

    .answer-view-detail {
        display: inline;
    }
}

.pagination > .active > .page-link,
.pagination > .active > .page-link:hover {
    background-color: #17536B;
    border-color: #17536B;
}

    .pagination > .active > .page-link:hover {
        cursor: pointer;
    }

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.demotextcontainer {
    background: #eca50c;
    color: #fff;
    padding: 1em 1em .5em;
    margin-bottom: 1em;
}

.demotextcontainerextra {
}

.sidebaritem-dark, .sidebaritem-contrast {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #17536B;
    color: #fff;
    padding: 1em;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
    margin-top: 6em;
}

.sidebaritem-dark {
    padding-left: 30px;
    padding-right: 30px;
}

.sidebaritem-contrast {
    background-color: #eca50c;
}

    .sidebaritem-dark .btn, .sidebaritem-contrast .btn {
        border-radius: 4px;
    }

    .sidebaritem-dark a, .sidebaritem-dark p a, section .sidebaritem-dark p a, .sidebaritem-contrast a, .sidebaritem-contrast p a, section .sidebaritem-contrast p a {
        color: #fff;
    }

@media only screen and (min-width: 75px) and (max-width: 750px) {
    .sidebaritem-dark {
        margin-top: unset !important;
    }
}

@media only screen and (min-width: 750px) {
    .sidebaritem-dark {
        /*margin-top: -100px;
            padding-top: 100px
        margin-top: 100px;*/
    }
}

.cta-belteam-image img {
    margin-top: -90px;
    border-radius: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .cta-belteam-image img {
        margin-top: initial;
        margin-bottom: initial;
        width: 100px;
        height: auto;
    }
}
