HTML {
    height: 100%;
}

BODY {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    background: url(/images/main-background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 12px;
    color: #000000;
}

A {
    color: #D96B31;
    text-decoration: none;
    font-weight: 400;
}

input {
    margin: 0px;
    padding: 5px;
    border: 1px solid #999999;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;    
    height: 25px;
}

textarea {
    margin: 0px;
    padding: 5px;
    border: 1px solid #999999;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    resize: none;
}

select {
    margin: 0px;
    padding: 4px;
    border: 1px solid #999999;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;    
    height: 25px;
}

button {
    background-color: #D96B31;
    border: 1px solid #D96B31;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    color: #FFFFFF;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    height: 25px;
    margin: 0px;
}

button:hover {
    background-color: #E58654;
}

.overlay_full {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    display: none;
}

.overlay_full_box {
    position: relative;
    border: 5px solid #333333;
    background-color: #FFFFFF;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    top: 150px;
}

.overlay_sluiten_knop {
    border: 5px solid #333333;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    box-sizing: border-box;
    top: 1%;    
}

.content_wrapper {
    min-height: 95%;
    width: 100%;
    max-width: 1000px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.footer_ontwikkeld_blauw {
    width: 100%;
    max-width: 1000px;
    background-color: #D96B31;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.footer_ontwikkeld_blauw a {
    color: #FFFFFF;
    font-weight: bold;
}

.footer_ontwikkeld {
    width: 100%;
    max-width: 1000px;
    background-color: #DDDDDD;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

.footer_ontwikkeld a {
    color: #000000;
    font-weight: bold;
}

.content_header_top {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #D96B31;
    color: #FFFFFF;
    margin-bottom: 1px;
}

.content_header_main {
    background: url(/images/header-pen.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.content_main_logo {
    display: none;
    max-width: 600px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
}

.content_navigatie_main {
    text-align: center;
    background-color: #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.content_titel_main {
    background: url(/images/titel-geld.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.content_main {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.dialog_small_div {
    max-width: 500px;
    margin: 0 auto;
}

.oke_message {
    background-color: #CCFFCC;
    border: 1px solid #00FF00;
    padding: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.error_message {
    background-color: #FFCCCC;
    border: 1px solid #FF0000;
    padding: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.td_title {
    font-weight: 700;
    background-color: #EEEEEE;
}

.td_value {
    font-weight: 400;
    background-color: #FFFFFF;
}

.td_padding {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: 1px solid #DDDDDD;
}

.table_list h1 {
    padding: 0px;
    margin: 0px;
    background-color: #CCCCCC;
    font-weight: 400;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.table_list table {
    width: 100%;
    border-collapse: collapse;
}

.table_list th {
    background-color: #DDDDDD;
    text-align: left;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.table_list td {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: dotted 1px #CCCCCC;
}

.datum_td_size {
    width: 100px;
}

@media only screen and (max-width: 800px) {
    .content_header_top {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .content_header_main {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .content_titel_main {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;
    }
    
    .content_main {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .overlay_full_box {
        position: relative;
        border: 5px solid #333333;
        background-color: #FFFFFF;
        max-width: 1000px;
        width: 95%;
        margin: 0 auto;
        padding: 5px;
        box-sizing: border-box;
        top: 150px;
    }
    
}

@media only screen and (max-width: 480px) {
    .content_header_top {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .content_header_main {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .content_titel_main {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;
    }
    
    .content_main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .overlay_full_box {
        position: relative;
        border: 5px solid #333333;
        background-color: #FFFFFF;
        max-width: 1000px;
        width: 95%;
        margin: 0 auto;
        padding: 5px;
        box-sizing: border-box;
        top: 150px;
    }
    
    .datum_td_size { width: 80px; }
    .mobile_hide { display: none; }
}
