BODY {
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
}

input {
    font-size: 20px;
    border: 1px solid #000000;
}

select {
    font-size: 20px;
    border: 1px solid #000000;
}

button {
    border: 1px solid #000000;
    background-color: #9D9D9C;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px;
}

.tablelist th {
    background-color: #9D9D9C;
    color: #FFFFFF;
    text-align: left;
}

.ok_box {
    background-color: #b9ffa8;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #31ff00;
}

.error_box {
    background-color: #FFCCCC;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #FF0000;
}

.tablelist tr:nth-child(even) { background: #FFFFFF }
.tablelist tr:nth-child(odd) { background: #EEEEEE }

.tablelistplanning td {
    border-right: 1px solid #CCCCCC;
}

.tablelistplanning tr:nth-child(even) { background: #FFFFFF }
.tablelistplanning tr:nth-child(odd) { background: #FFFFFF }

.headertopmega {
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    background-color: #FFFF00;
    box-sizing: border-box;
}

.headertop {
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 900;
    padding-left: 5px;
    width: 100%;
    background-color: #0C5BA4;
    box-sizing: border-box;
}

.subheadertop {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #9D9D9C;
    text-align: right;
}

.subheadertop_navitem {
    height: inherit;
    float: right;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    line-height: inherit;
    background-color: #9D9D9C;
    font-weight: 900;
    cursor: pointer;
}

.hoofdmenu_button {
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 22px;
    background-color: #0C5BA4;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 3px solid #0C5BA4;
    float: left;
    cursor: pointer;
}

.subheadertop_navitem_highlight {
    background-color: #0C5BA4;
}

.headerpage_title {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.headerpage_title h1 {
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    font-size: 32px;
    padding-left: 5px;
}

.headerpage_title h3 {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    font-size: 16px;
    padding-left: 5px;
    padding-bottom: 5px;
}
