﻿
/* BASIC */

/*@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/fonts/Lato-Regular.woff') format('woff');
}*/

div, html, body, header, footer, main, nav, ul, address, p {
    margin: 0;
    padding: 0;
    font-style: normal;
}

body {
    background-color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
}


h1, a, h2, .headerColor {
    color: #d1174d;
}

h4, h5 {
    margin: 1px 0 1px 0;
    padding: 1px 0 1px 0;
}

html h5 a {
    color: #000;
    text-decoration: underline;
}

.blauw {
    background-color: #d1174d;
}

.grijs {
    background-color: #e0e0e0;
}

.doorzichtig {
    background-color: rgba(255,255,255,0.8);
    bottom: 0;
    position: absolute;
    width: 100%;
}

header, footer, main, div.basic {
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
    background-origin: border-box;
    width: 1200px;
}

@media all and (max-width: 1200px) {
    header, footer, main, div.basic {
        margin-left: 0;
        margin-right: 0;
    }
}

.disabled {
    color: #d4d4d4;
}

.display-none {
    display: none;
}

.center-content {
    text-align: center;
}

.left-content {
    text-align: left;
}

.right-content {
    text-align: right;
}

ul.scenarioFlow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    position: sticky;
    top: 0;
    background-color: white;
}


    ul.scenarioFlow li {
        font-size: 20px;
        border: 2px solid #256a6f;
        border-right: none;
        border-left: none;
        display: inline;
        flex-grow: 1;
        text-align: center;
        position: relative;
        padding-bottom: 5px;
    }

        ul.scenarioFlow li:nth-child(1) {
            border-left: 2px solid #256a6f;
            z-index: 4;
            border-radius: 0px 0 0 4px;
        }

        ul.scenarioFlow li:nth-child(2) {
            z-index: 3;
        }

        ul.scenarioFlow li:nth-child(3) {
            z-index: 2;
        }

        ul.scenarioFlow li:nth-child(4) {
            border-right: 2px solid #256a6f;
            z-index: 1;
            border-radius: 0 0 4px 0;
        }

            ul.scenarioFlow li:nth-child(4):after {
                display: none;
            }

        ul.scenarioFlow li:after {
            border-top: 2px solid #256a6f;
            border-right: 2px solid #256a6f;
            width: 26px;
            height: 26px;
            top: 3.5px;
            right: -14px;
            transform: rotate(45deg);
            content: "";
            position: absolute;
            background-color: white;
        }

        ul.scenarioFlow li a {
            display: block;
            color: inherit;
            text-decoration: none;
        }

        ul.scenarioFlow li:before {
            content: "";
        }

        ul.scenarioFlow li.active {
            background-color: #256a6f;
            color: white;
        }

            ul.scenarioFlow li.active:after {
                background-color: #256a6f;
            }


.largeFlow {
    background-color: #DAEAEA;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .largeFlow a {
        font-size: 17px;
        margin-left: 10px;
        padding: 10px 10px 10px 10px;
        display: inline-block;
        color: #000;
        text-decoration: none;
    }
    .largeFlow a.disabled {
        cursor: not-allowed;
    }

        .largeFlow a.current, .largeFlow a:hover {
            background-color: #256a6f;
            color: #fff;
            border-radius: 4px 4px 0 0;
        }



.done::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 2px;
    left: 20px;
    color: #888;
}

.active .done::before {
    color: white;
}



/* HEADER */
header {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    header div {
        width: 230px;
    }

        header div h1 {
            text-transform: uppercase;
            font-size: 20px;
        }

    header nav {
        margin-left: auto;
        width: 600px;
    }

        header nav a, h4 a {
            text-decoration: none;
        }

        header nav ul {
            list-style-type: none;
            display: block;
            text-align: right;
            margin: 4px 0 8px 0;
        }

            header nav ul li {
                display: inline;
            }

                header nav ul li:before {
                    content: " | ";
                    margin: 0 5px;
                }

                header nav ul li:first-child:before {
                    content: none;
                }

            header nav ul.infoMenu li a, header nav ul.fa-infoMenu li:before {
                color: #999999;
                font-size: 13px;
            }

            header nav ul.appMenu li a {
                font-size: 17px;
                padding-left: 15px;
            }

            header nav ul.appMenu li:before {
                content: " ";
                display: none;
            }




div.basic.sponsoren, div.basic.title {
    padding-top: 2px;
    padding-bottom: 2px;
}



div.basic {
    margin-bottom: 10px;
}

    div.basic.title h1 {
        color: white;
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        line-height: 49px;
        /*position: absolute;
        bottom: 0;*/
    }

table.table.center td {
    vertical-align: middle;
    padding: 6px 0 6px 8px;
}

table.bordered-rows tr {
    border-bottom: 1px solid #dddddd;
}

td.action.disabled i,
td.action.disabled i:hover {
    color: #ababab;
}

td.action i {
    font-size: 20px;
}

    td.action i:hover {
        color: #d1174d;
    }

table td.action a, table td.mainAction a {
    color: #000;
}

table td.mainAction a {
    font-size: 108%;
}

table td.mainAction div.progress {
    margin-top: 20px;
    width: 300px;
}

div.alert a {
    color: inherit;
    text-decoration: underline;
}

.image, .image-inner-page {
    background-image: url('/Content/themes/layout2017/Chalk.png');
    background-size: cover;
    height: 300px;
    position: relative;
    margin-bottom: 10px;
}

.image-inner-page {
    height: 150px;
}

/*div.image div.homepage {
        text-align: left;
        margin-top: 200px;
    }*/
div.image-inner-page .title-inner {
    bottom: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    padding-left: calc(50% - 600px);
    padding-bottom: 5px;
    background-color: #d1174d;
}

div.title-inner h2 {
    color: white;
    margin: 0;
}

.doorzichtig .homepage .title {
    font-size: 1.8em;
    text-align: center;
    padding: 15px 10px;
    color: #f1466e;
    margin: 0;
    font-weight: bold;
}

div.image div.homepage p {
    text-align: center;
    padding: 0px 10px 20px 10px;
    margin: 0;
    color: #666666;
}

main {
    min-height: 63vh;
    padding-bottom: 20px;
}

    main p, main ul {
        margin-bottom: 10px;
    }


a {
    color: #d1174d;
    text-decoration: underline;
}

a:hover, a:hover {
    color: #b93f64;
}

.cursorPointer {
    cursor: pointer;
}

main ul {
    margin-left: 10px;
    list-style-type: none;
}


.border {
    padding: 20px;
}

main h1, main h2 {
    padding: 0;
    margin: 0 0 20px 0;
}


ul.voordeel {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

    ul.voordeel li {
        padding-left: 2em;
        text-indent: -2em;
    }


        ul.voordeel li:before {
       
            content: "\f14a";
            padding-right: 18px;
            font-family: FontAwesome;
            color: #056D73;
            text-align: center;
        }

    ul.voordeel li .fa{
        text-indent: 0px;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }



.infobox {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap; /* Safari 6.1+ */
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: -20px;
}



    .infobox > div {
        padding: 20px;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .infobox h3 {
        margin-top: 5px;
    }


    /*footer > div:before,*/
    .infobox:before {
        content: " ";
        background: url(/Images/2017/voion_line.png);
        display: block;
        position: relative;
        top: -15px;
        left: 0;
        height: 14px;
        width: 100%;
        clear: both;
    }
    .infobox:before, .infobox:after {
        content: " ";
        background: url(/Images/2017/voion_line.png);
        display: block;
        position: relative;
        left: 0;
        height: 14px;
        width: 100%;
        clear: both;
    }

    .infobox:before {
        top: 0;
    }



div.basic.sponsoren {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap; /* Safari 6.1+ */
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    color: white;
    position: relative;
    margin-top: 10px;
}



    div.basic.sponsoren > div {
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
        border-left: 2px dotted #bababa;
    }

        div.basic.sponsoren > div:first-child {
            border: none;
        }





p.knoppen a, p.knoppen {
    color: #999;
}




/* Homepage */

.start {
    display: flex;
    flex-wrap: wrap;
}

    .start > .border {
        width: 53%;
    }

    .start > .zoek {
        width: 47%;
    }


    .start h2 {
        color: #256a6f;
    }

div.zoek .rapportTypes, div.zoek .zoekForm {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

div.zoek > form > div > div {
    width: calc(100% - 50px);
}

    div.zoek > form > div > div > div {
        width: 100%;
    }


div.zoek .zoekForm input[type=text] {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1 0 0;
    background: #8fb0b3;
    border: none;
    color: #03448e;
    line-height: 50px;
    height: 50px;
    width: 100%; /**/
    text-indent: 10px;
    margin-top: 10px;
    outline: 0;
    color: white;
    /*letter-spacing: 0.8px;*/
    box-shadow: none;
    border-radius: 0px;
}

div.zoek .zoekForm input[type=submit] {
    background: #99ccff;
    border: none;
    color: #03448e;
    line-height: 50px;
    height: 50px;
    width: calc(100% - 50px);
    text-indent: 10px;
}

div.zoek .zoekForm button {
    border: none;
    color: #03448e;
    line-height: 50px;
    height: 50px;
    background: #256a6f;
    right: 0;
    top: 0;
    margin-top: 10px;
    width: 50px;
    text-indent: 0;
    overflow: hidden;
}

    div.zoek .zoekForm button .fa {
        font-size: 50px;
        color: #fff;
        font-size: 18px;
    }

div.zoek .rapportTypes div.kies {
    border-radius: 6px;
    width: 10px;
    flex: 1 0 0;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 50px 10px 0 0;
    background-color: #DAEAEA;
    height: 220px;
}

div#newslistOverzicht {
    text-align: left;
    padding: 10px 0;
    background-color: #6b5d81;
    margin: 0;
    color: white;
    border-radius: 6px;
    width: 10px;
    flex: 1 0 0;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    float: left;
}

div#newslistOverzicht span {
    font-size: 10pt;
    padding-left: 15px;
}

div.newsTextWindow span {
    text-align: left;
    padding-left: 0px;
}

.BodyOverflowLimitTitle {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-width: 128ch;
}

div.zoek .rapportTypes div.kies:last-child, .zoekForm {
        margin-right: -15px;
    }

.NewsDatum{
    font-size:12px;
}

div#newslist > ul{
    margin-left: 0px;
    list-style-type: none;
}

div#newslist > ul > li:nth-child(odd) {
    background-color: #786C8C;
}

div#newslist > ul > li:nth-child(even) {
    background-color: #6b5d81;
}

div#newslist > ul >li > a {
    color: whitesmoke;
    text-decoration: none;
    height: 65px;
    cursor: pointer;
    display: block;
}

.newsItem a {
    color: #d1174d;
    text-decoration: underline;
}

div.zoek a.bestuur {
    background: url('/content/svg/po_bo.svg') no-repeat;
    height: 110px;
    display: block;
    background-position: center;
}



div.zoek a.school {
    background: url('/content/svg/po_bestuur.svg') no-repeat;
    height: 110px;
    display: block;
    background-position: center;
}

.kies {
    position: relative;
}

    .kies > span {
        font-weight: bold;
    }

div.kies .bekijk {
    bottom: 15px;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    padding: 6px 20px;
    background-color: #d1174d;
    color: white;
    border-radius: 4px;
}

.btn {
    font-size: 16px;
}

.btn-primary {
    background-color: #d1174d;
    border-color: #d1174d;
    min-width: 100px;
    text-decoration: none;
}

.btn-newsfeed {
    background-color: #786C8C;
    border-color: #786C8C;
    color: white;
    min-width: 100px;
    text-decoration: none;
}

.zero-padding {
    padding: 0;
}


    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    div.kies .bekijk:hover,
    div.kies .bekijk:focus,
    div.kies .bekijk:active {
        background-color: #b11240;
        border-color: #b11240;
    }

div.homepage_uitleg {
    background-color: #ECEFF4;
    padding: 20px;
    line-height: 1.6;
}

    div.homepage_uitleg h2,
    div.homepage_uitleg li:before {
        color: #697cb4;
    }

.zelf-maken h2,
.aanpaasbar,
div.zelf-maken li:before {
    color: #e17baf;
    line-height: 1.6;
}

/*div.homepage_uitleg img {
        padding: 0 15px 15px 0;
        float: left;
        width: 423px;
    }*/

.video, .video-info {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.validation-summary-valid {
    display: none;
}

#version {
    margin-bottom: 0;
}

.version > p {
    font-size: 14px;
}


/* Uitkomsten scenario */

div.prognoseContainer {
    margin-bottom: 50px;
}

    div.prognoseContainer div.group {
        width: 49%;
        float: left;
        min-height: 150px;
    }

        div.prognoseContainer div.group:nth-child(odd) {
            float: right;
        }

        div.prognoseContainer div.group h3 {
            background-color: #ffcc00;
            padding: 8px 12px;
            margin: 26px 0 0 0;
            border-bottom: 2px solid white;
        }

    div.prognoseContainer div.imagelink {
        background-color: #eceff4;
        padding: 8px 12px;
    }

        div.prognoseContainer div.imagelink a {
            color: #333;
            font-size: 15px;
        }

        div.prognoseContainer div.imagelink .fa-bar-chart {
            padding-right: 8px;
        }

        div.prognoseContainer div.imagelink:nth-child(odd) {
            background-color: #fbfcfd;
            border-bottom: 1px solid #eceff4;
        }

.type-choice {
    background-color: #eceff4;
    min-height: 100px;
    width: 100%;
}

    .type-choice .form-group {
        width: 48%;
        padding: 15px 0 0 20px;
        float: left;
    }

    .type-choice .rapportTypes {
        padding: 15px 20px 0 0;
        float: right;
    }

        .type-choice .rapportTypes div {
            margin-left: 10px;
            height: 70px;
            width: 70px;
            display: inline-block;
            text-align: center;
            background-color: #b3b3b3;
            border-radius: 5px;
            font-size: 14px;
            vertical-align: top;
        }

        .type-choice .rapportTypes .type-selected,
        .type-choice .rapportTypes .type-selected:hover {
            background-color: #056d73;
        }

        .type-choice .rapportTypes div:hover {
            background-color: #8fb0b3;
        }

        .type-choice .rapportTypes a,
        .btn-default {
            text-decoration: none;
        }

        /*.type-choice .rapportTypes img {
            height: 40px;
        }*/

        .type-choice .rapportTypes span {
            letter-spacing: 0.5px;
            color: white;
        }

div div.type-selected.active {
    border: 2px solid #ffcc00 !important;
}

.scenario-maken {
    background-color: #f7f9fb;
    min-height: 370px;
    width: 100%;
    margin-top: 20px;
}

    .scenario-maken img {
        height: 150px;
        margin: 50px;
        float: left;
    }

    .scenario-maken h1 {
        padding-top: 40px;
    }

.btn-caop {
    background-color: #d1174d;
    color: white;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    margin-top: 5px;
}

    .btn-caop:hover {
        background-color: #1e5e94;
        color: white;
    }

/* Scenario aanmaken */

.table-striped > thead > tr, .table-striped > thead > tr > th {
    background-color: #ffcc00;
    border: none;
}


.easy-autocomplete-container li {
    text-align: left;
}


.validation-summary-errors {
    color: red;
    font-weight: bold;
}

    .validation-summary-errors ul {
        color: red;
        font-weight: normal;
        list-style-type: disc;
        margin-left: 20px;
    }

.cookieBanner {
    position: fixed;
    width: 100%;
    top: calc(100vh - 100px);
    height: 100px;
    background: #056d73;
    font-size: 1.2em;
    padding-top: 20px;
    z-index: 100;
    text-align: center;
    display: none;
    color: #fff;
    z-index: 50000000;
}

    .cookieBanner span, .cookieBanner a, .cookieBanner i {
        padding: 15px;
    }

    .cookieBanner a {
        background-color: #d1174d;
        color: white;
    }

    .cookieBanner i {
        cursor: pointer;
        color: #fff;
        font-size: 30px;
        margin-left: 200px;
    }



.contentMainFullWidth {
    margin-bottom: 50px;
}


td.disabled a {
    cursor: not-allowed;
    color: red;
}

.margin-bot {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-auto {
    margin: auto
}

.extra-padding {
    padding: 10px;
}

.side-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.uppercase {
    text-transform: uppercase;
    font-weight: normal;
}

/* Forms */
.form, .form-md {
    background-color: #ECEFF4;
    border-radius: 6px;
    margin: 20px auto;
    padding: 40px;
}

.form {
    width: 500px;
}

.form-md {
    width: 800px
}

.form-group:last-of-type {
    margin: 20px 0 0 0;
}

label {
    font-weight: normal;
}

.forget {
    width: 500px;
    margin: auto;
}

.labelColumn,
.editorColumn input {
    margin: 0 auto;
}

.labelColumn {
    padding-top: 10px;
}

.faq-v, .faq-a {
    font-weight: bold;
    color: #d1174d;
    font-size: 18px;
}

.faq th, .faq td {
    padding: 2px 6px 4px 6px;
}

.faq th {
    background-color: #d1174d;
    color: #ffffff;
}
.footerMenu {
    margin-top: 30px;
    border-bottom: 1px dotted #999;
    padding: 5px;
}

.footerMenu .left, .footerMenu .right {
    width: 250px;
}

.footerMenu .right {
   float: right;
   text-align: right;
}

    .footerMenu a {
        font-size: 20px;
        color: #d1174d;
    }

ul.realList {
    list-style-type:square;
    margin-left: 30px;
}

.mijnscenarios th {
    position: sticky;
    top:0;
}

.field-validation-error {
    padding: 0px;
    font-size: 100%;
    color: red;
    font-weight: bold;
    margin-bottom: 26px;
    display: block;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    display: inline-block;
    background-color: #fefefe;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    min-height: 300px;
    max-height: 500px;
    margin: auto;
}

.modal-content-thin {
    display: inline-block;
    background-color: #fefefe;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    min-height: 300px;
    max-height: 400px;
    margin: auto;
}

.modal-content-small {
    display: inline-block;
    background-color: #fefefe;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #888;
    width: 350px;
    min-height: 200px;
    max-height: 300px;
    margin: auto;
}

.modal-content-medium {
    display: inline-block;
    background-color: #fefefe;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    height: 250px;
    margin: auto;
}

.modal-content-tight {
    display: inline-block;
    background-color: #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    max-width: 90%;
    max-height: 90%;
    border: 1px solid #888;
    overflow: auto;
}

/* The Close Button */
.close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}

.show {
    display: block;
}

.logging-modal-bottom-ok {
    padding-top: 15px;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px;
}

.modal-bottom-ok {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.scrollBox {
    overflow-y: auto;
}

.link-btn {
    color: black;
    background: none;
    border: none;
}

.link-btn:hover {
    color: #d1174d;
}


/*Gezamenlijk scenario*/

.gezamenlijk-left {
    width: 75%;
}

.gezamenlijk-right {
    width: 25%;
    padding: 10px 20px;
}

.gezamenlijk-header {
    width: 100%;
    overflow: auto;
    background-color: #d1174d;
    padding: 10px 20px;
}

.gezamenlijk-header h3{
    color: white;
    margin: 0;
}

.gezamenlijk-deelnemers-table {
    width: 100%;
}

.gezamenlijk-deelnemers-table th {
    background-color: #e29b70;
    padding: 10px;
    color: white;
}

.gezamenlijk-deelnemers-table td {
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.gezamenlijk-right-div {
    border: 1px solid black;
    padding: 5px;
}

.gezamenlijk-table-icon {
    font-size: 1.5em;
}

.gezamenlijk-check {
    color: #618961;
}

.gezamenlijk-cross {
    color: #e15b64;
}

.gezamenlijk-uitnodiging-area {
    width: 550px;
}

.gezamenlijk-uitnodiging-list {
    width: 100%;
    height: 300px;
    overflow-y:auto;
    border: 1px solid black;
}

.gezamenlijk-uitnodiging-list td {
    padding: 5px 10px;
}

.gezamenlijk-email-input {
    width: 400px;
    border: solid 1px #dbdbdb;
}

.gezamenlijk-email-add {
    width: 75px;
    height: 24px;
    padding: 0 6px;
}

.gezamenlijk-email-delete {
    color: black;
    background-color: transparent;
    border: none;
}

.gezamenlijk-email-delete:hover {
    color: #d1174d;
}

#gezamenlijk-vakken-table, #gezamenlijk-vakken-table thead {
    border: 2px solid black;
}

#gezamenlijk-vakken-table th {
    border: 1px solid black;
    color: white;
    background-color: #8ea9db;
    font-weight: 500;
    padding: 2px;
}

#gezamenlijk-vakken-table td {
    border-right: 1px solid black;
    border-bottom: 1px solid #d4d4d4;
}

#gezamenlijkScenarioVakkenOverzicht {
    overflow: auto;
}

.normBenamingen {
    background-color: lightgreen;
}

.normBenamingen-legend {
    float: left;
    height: 20px;
    width: 50px;
    clear: both;
}