HTML {
    height: 100%;
}

BODY {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.mobile_display { display: none; }
.desktop_display { display: block; }

.ck-editor__editable {
    min-height: 300px;
}

a {
    color: #95bf31;
    text-decoration: none;
    font-weight: 900;
}

h1 {
    background-color: #95bf31;
    color: #FFFFFF;
    margin: 0px;
    padding: 3px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 2px;
    font-weight: 400;
}

h2 {
    background-color: #95bf31;
    color: #FFFFFF;
    margin: 0px;
    padding: 2px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 2px;
    font-weight: 400;
}

hr {
    border: none;
    height: 1px;
    color: #666666;
    background-color: #666666;
}

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

select {
    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;    
    height: 25px;
}

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

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

.image img {
    max-width: 100%;
}

.image-style-align-left img {
    max-width: 50%;
}

.ok_message {
    background-color: #e4ffa5;
    border: 1px solid #00FF00;
    padding: 10px;
    margin-bottom: 10px;    
}

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

.input_large {
    width: 100%;
    margin: 0px;
    padding: 5px;
    height: 35px;
    margin-top: 2px;
    font-size: 16px;   
    margin-bottom: 2px;
}

.input_small {
    width: 100%;
    margin: 0px;
    padding: 3px;
    height: 25px;
    margin-top: 0px;
    font-size: 13px;   
}

.select_small {
    width: 100%;
    margin: 0px;
    padding: 3px;
    height: 25px;
    margin-top: 0px;
    font-size: 13px;   
}

.textarea_small {
    width: 100%;
    margin: 0px;
    padding: 3px;
    height: 25px;
    margin-top: 0px;
    font-size: 13px;   
}

.button_large {
    width: 100%;
    margin: 0px;
    padding: 5px;
    height: 35px;
    margin-top: 2px;
    font-size: 16px;   
    margin-bottom: 2px;
}

.login_wrapper {
    position: relative;
    top: 20%;
    width: 100%;
    max-width: 750px;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}

.login_logo {
    width: 90%;
    max-width: 450px;
}

.login_box {
    width: 90%;
    max-width: 450px;
}

.navigation_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 65px;
    background-color: #CCCCCC;
}

.navigation_header {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    background-color: #95bf31;
    color: #FFFFFF;
}

.navigation_logo {
    position: absolute;
    box-sizing: border-box;
    bottom: 0px;
    padding: 5px;
    width: 100%;
}

.navigation_icon_wrapper {
    width: 80%;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.navigation_icon {
    width: 100%;
}

.content_wrapper {
    position: fixed;
    top: 0px;
    left: 65px;
    bottom: 0px;
    right: 0px;
    background-color: #FFFFFF;
    overflow-y: scroll;
    padding-left: 5px;
    padding-right: 5px;
}

.page_top {
    display: none;
}

.page_header_titel {
    float: left;
    width: 70%;
}

.page_header_account {
    float: right;
    width: 30%;
    text-align: right;    
    padding-top: 10px;
}

.page_header_hr {
   clear: both; 
}

.page_header h1 {
    background-color: #FFFFFF;
    font-weight: 100;
    font-size: 40px;
    color: #666666;
}

.top_button_bar {
    text-align: right;
    margin-bottom: 30px;
}

.top_button_bar button {
    width: 150px;
}

.table_full {
    width: 100%;
    border-collapse: collapse;
}

.table_button_bar {
    text-align: right;
    background-color: #EEEEEE;
    padding: 3px;
    margin-top: 5px;
}

.td_title {
    width: 150px;
    background-color: #CCCCCC;
    padding: 3px;
    font-weight: 400;
}

.td_value {
    background-color: #EEEEEE;
    padding: 3px;
}

.table_full_list {
    width: 100%;
}

.table_full_list th {
    background-color: #CCCCCC;
    text-align: left;
    padding: 3px;
    font-weight: 400;
}

.table_full_list tr:hover {
    background-color: #e4ffa5;
}

.table_full_list td {
    border-bottom: 1px dashed #CCCCCC;
    text-align: left;
    padding: 3px;
    font-weight: 100;
}

.td_no_hover {
    background-color: #FFFFFF;
}

.dashboard_tile {
    width: 50%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.forum_group_name {
    font-weight: 900;
    font-size: 16px;
}

.forum_topic_name {
    font-weight: 900;
    font-size: 14px;
}

.forum_profiel_badge_td {
    background-color: #EEEEEE;
}

.forum_profiel_badge {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.forum_profiel_naam {
    font-weight: 900;
    font-size: 14px;
}

.forum_profiel_starter {
    font-weight: 900;
}

.forum_message_tools_info {
    text-align: right;
    margin-bottom: 5px;
}

@media only screen and (max-height: 750px) {
    .navigation_logo {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .mobile_hide { display: none; }
    .mobile_display { display: block; }
    .desktop_display { display: none; }
    .navigation_wrapper { display: none; }
    .page_header_account { display: none; }
    .page_header_titel { width: 100%; }
    .content_wrapper {
        left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .page_header h1 {
        font-size: 20px;
        text-align: center;
    }
    .page_top {
        display: block;
        text-align: left;
        width: 100%;
        height: 54px;
        background-color: #CCCCCC;
        margin-bottom: 10px;
    }
    .page_top_logo {
        float: left;
        height: 50px;
    }
    .page_top_menu {
        float: right;
        text-align: center;
        font-weight: 400;
        background-color: #95bf31;
        color: #FFFFFF;
        height: 54px;
        line-height: 54px;
        width: 60px;
    }
    .mobile_top_menu {
        z-index: 999;
        background-color: #FFFFFF;
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding-top: 30px;
    }
    .navigation_icon_wrapper {
        width: 20%;
    }
    .dashboard_tile {
        width: 100%;
    }
}
