body  { 
    width: 100%; 
    height: 100%;
    padding: 0 0 0 0; 
    margin: 0; 
    font-family: Verdana; 
    font-size: 8pt; 
    background-color: ffffff;
    position: relative;
    background-color: #f0f0f0;
}

html  {
    width: 100%;
    height: 100%; 
    padding: 0; 
    margin: 0; 
    overflow-y: scroll;
    box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
    color: #7f7f7f;
    text-decoration: none;
}

.footer {
    display: none;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    //padding: 50px;
    padding: 5px 10px 0 0;
    background-color: #ffffff;
    border-color: #8a8a8a;
    border-width: 1px 0 0 0;
    border-style: solid;
}

.top_1  {
    background-color: #96c11e; 
    height: 50px; 
    padding: 10px; 
    font-size: 15pt;   
}

.top_2  {
    height: 50px;
    padding: 10px;
    border-color: #8a8a8a;
    border-width: 0 0 0 0;
    border-style: solid; 
    background-color: #ffffff;  
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.09);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.09);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.09);   
}

.popup_top_2_dropdown {
    display: none;  
    position: absolute;
    margin: 0 20px 0 0;
    padding: 20px;
    width: 300px;
    right: 0;
    float: right;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    -webkit-box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);
    -moz-box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);
    box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);      
}

table{width: 100%; border-collapse: collapse; margin: 0; padding: 0;}
td{margin: 0; padding: 0; vertical-align: top;}
div{margin: 0; padding: 0;}
em{font-weight: 900; font-style: normal;}
img{vertical-align: middle; border: none;}

input, select, textarea {
    padding: 8px; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #cacaca; 
    font-family: verdana;
    -webkit-appearance: none;
    font-size: 8pt;
    color: #515151;
}

.input_submit {
    font-size: 9pt;
    color: #ffffff; 
    padding: 10px;  
    background-color: #3e7eff;
    -webkit-appearance: none;
}

a.input_submit {
    text-decoration: none;
    color: #ffffff;
    float: right;
}

.input_pre  {
    font-size: 7pt;
    height: 35px;
    font-style: italic;
    color: #8e8e8e;
}

.button_1 {
    display: inline-block;
    border-radius: 5px;
    font-weight: 900;
    padding: 5px;
    background-color: #96c11e;
    color: #ffffff;
}

    .button_1:hover {
        cursor: pointer;
    }

.button_2 {
    display: inline-block;
    border-radius: 5px;
    font-weight: 900;
    padding: 5px;
    background-color: #949494;
    color: #ffffff;
}
    
    .button_2:hover {
        cursor: pointer;
    }


input:focus { box-shadow: inset 1px 1px 2px 0 #96c11e; }

select:focus { box-shadow: inset1px 1px 2px 0 #96c11e; }

textarea:focus { box-shadow: inset 1px 1px 2px 0 #96c11e; }






.body_margin{width: 50px; height: 500px;}
.body_vert_menu{width: 170px;}
.body_mid_1{padding: 10px; width: *px; border-style: solid; border-color: #b3b3b3; border-width: 0 0 0 1px;}
.body_mid_2{padding: 10px; width: 170px; background-color: #ededed; border-style: solid; border-color: #b3b3b3; border-width: 0 1px 1px 0;}
.afbeelding{padding: 2px; border-color: #f2f2f2; border-style: solid; border-width: 1px;}
.splitter_vert{height: 15px;}

.title_1{
    //margin: 1px 0 0 1px; 
    //padding: 5px; color: #000000; 
    //font-weight: 900; 
    //background-color: #e7e7e7;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-weight: 900;
    font-size: 12pt;
    color: #000000;
    border-color: #e5e5e5;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.title_1a{font-weight: 200;}
.title_2{padding: 4px 0 4px 5px; border-style: solid; border-width: 0 0 1px 0; border-color: #eff2f7;}
.title_2a{font-weight: 200; color: #606060;}
.title_2:hover{background-color: #eff2f7;}
.title_3{padding: 4px 0 4px 5px; margin: 0 0 10px 0; font-size: 11pt; font-weight: 900; border-style: solid; border-width: 0 0 1px 0; border-color: #eff2f7;}
.title_4{margin: 0 0 10px 0; font-size: 10pt;}
.kader_1{margin: 0 0 10px 0; padding: 5px; background-color: #f2f2f2; border-style: solid; border-color: #b5b5b5; border-width: 1px;}
.kader_2{margin: 0 0 10px 0; padding: 5px; background-color: #f2f2f2;}

.kader_3  {
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfcf;
    padding: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.09);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.09);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.09);     
}

.kader_module{padding: 7px; margin: 0 0 1px 0; font-size: 9pt; border-style: solid; border-color: #b5b5b5; border-width: 1px; background-color: #f2f2f2;}
.kader_module:hover{background-color: #ffffff;}
.mededeling_1{margin: 0 0 10px 0; padding: 5px; border-color: #f2f2f2; border-style: solid; border-width: 0 0 1px 0;}
.table_title_1{padding: 2px; vertical-align: middle; font-weight: 900;}

.table_cont_1 {
    padding: 10px; 
}

.table_inhoud_1 {
    width: *px; 
    padding: 5px; 
    vertical-align: middle;
}

.table_tr_1 {
    border-color: #eeeeee; 
    border-width: 0 0 1px 0; 
    border-style: solid;
}

    .table_tr_1:last-child { 
        border-width: 0; 
    }

.table_tr_1:hover {
    background-color: #d8dfea;
}

.table_tr_selected  {
    background-color: #e3e3e3;
}

.table_bewerkingen_1  {
    width: *px; 
    padding: 3px; 
    text-align: left;
}

.table_tr_2 {
    background-color: #fafafa; 
    border-color: #eeeeee; 
    border-width: 0 0 1px 0; 
    border-style: solid;
}

.table_tr_2:hover {
    background-color: #d8dfea;
}

.trigger_tab_container  {
    margin: 0 0 10px 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #000000; 
    clear: both;   
    width: 100%;
    height: 38px;
}

.trigger_tab  {
    padding: 10px 15px 10px 15px;
    height: 38px;
    margin: 0 0 -1px 0;
    vertical-align: middle;
    float: left;
    z-index: 2;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #000000;
    -webkit-box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.30);
    box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.30);     
}
    .trigger_tab:last-child  {
        border-right-width: 1px;    
    }
    
    .trigger_tab:first-child  {
        margin: 0 0 0 5px;    
    }    
    
    .trigger_tab_show {
        border-bottom-color: #ffffff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;          
    }
    
.popup_tab_container {
    clear: both;
}    
    
.popup_tab  {
    display: none;
}

.popup_document_inhoud  {
    position: absolute;
    margin: -40px 0 0 25px;
    padding: 20px;
    z-index: 2;
    width: 550px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    -webkit-box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);
    -moz-box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);
    box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);   
}

.popup_document_overzicht_bewerkingen {
    display: none;  
    position: absolute;
    margin: -20px 0 0 -110px;
    padding: 20px;
    width: 200px;
    float: right;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    text-align: left;
    -webkit-box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);
    -moz-box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);
    box-shadow: -2px 4px 5px 1px rgba(0,0,0,0.32);
}

.gebruiker_avatar {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #000000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.19);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.19);      
}

.submit_image{margin: 0; padding: 0; vertical-align: middle; border: none;}
.table_titel_2{width: *px; padding: 5px 0 5px 3px; vertical-align: middle; font-weight: 900; background-color: #b5b5b5; color: #ffffff;}
.button{padding: 10px; margin: 0 0 5px 0; color: #ffffff; background-color: #56c000; -moz-border-radius: 7px; border-radius: 7px;}

.menu_top_cat  {
    padding: 10px 15px 10px 15px;
    font-size: 9pt;
    float: left;
    color: #ffffff;
}

    .menu_top_cat:hover  {
        background-color: #4a4a5b;
    }

    .menu_top_cat a  {
        text-decoration: none;
        color: #ffffff;        
    }
    
.menu_top_subcat_box {
    display: none;
    margin: 10px 0 0 -15px;
    position: absolute;
    z-index: 10;    
}

    .menu_top_subcat_box a {
        text-decoration: none;
        color: #ffffff;
    }  
    
.menu_top_subcat {
    width: 250px;
    font-size: 8pt;
    padding: 10px;
    background-color: #282830;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #545454;
}

    .menu_top_subcat:hover  {
        background-color: #4a4a5b;
    }      

.menu_left_cat  {
    padding: 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #545454;
    font-size: 9pt;
}

    .menu_left_cat:hover  {
        background-color: #4a4a5b;
    }

    .menu_left_cat a  {
        text-decoration: none;
        color: #ffffff;        
    }

.menu_left_subcat_box {
    display: none;
    margin: -26px 0 0 159px;
    position: absolute;
    z-index: 10;    
}

    .menu_left_subcat_box a {
        text-decoration: none;
        color: #ffffff;
    }

.menu_left_subcat {
    width: 250px;
    font-size: 8pt;
    padding: 10px;
    background-color: #282830;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #545454;
}

    .menu_left_subcat:hover  {
        background-color: #4a4a5b;
    }

.berichtfout  {
    font-size: 10pt;
    margin: 0 0 5px 0; 
    padding: 10px; 
    color: #bc5250;
    background-color: #ffe0e0;
    border-style: solid;
    border-color: #bc5250;
    border-width: 1px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.19);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.19);    
}

.berichtjuist {
    font-size: 10pt;
    margin: 0 0 5px 0; 
    padding: 10px; 
    color: #3e812c;
    background-color: #e3ffeb;
    border-style: solid;
    border-color: #3e812c;
    border-width: 1px;    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.19);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.19);    
}

.berichtneutraal  {
    font-size: 10pt;
    margin: 0 0 5px 0; 
    padding: 10px; 
    color: #0080da;
    background-color: #d4edff;
    border-style: solid;
    border-color: #0080da;
    border-width: 1px; 
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.19);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.19);  
}

label{font-weight: 200; color: grey; font-style: italic; font-size: 7pt; font-family: tahoma;}
.menu_actief {background-color: #0097dd; border-radius: 2px; padding: 0 5px 0 0; color: #ffffff; }
.menu_links_button  {
    background-color: #2d2d2b;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #383836;
    padding: 10px;
    color: white;
}

.input_2 {    padding: 5px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #d1d1d1;
  transition: box-shadow 0.3s; border-radius: 3px; }  
.input_2:focus { box-shadow: inset 1px 1px 2px 0 #00c4d0; }

.titel_1  {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #6e6e6e;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-size: 12pt;
    font-weight: 900;
}

.titel_2  {
    font-weight: 900;
    margin: 0 0 10px 0;
    font-size: 10pt;
}


.row_actief {
    background-color: #ecffe9;
    border-color: green; border-width: 0 0 1px 0; border-style: solid;
}

.row_nietactief {
    border-color: #eeeeee; border-width: 0 0 1px 0; border-style: solid;
}  

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

.table_row {
  width: 100%;
  display: table-row;
}

.table_cell {
  display: table-cell;
  padding: 10px;
  vertical-align: top; 
}

.table_cell_titel_1 {
    font-weight: 900;
}

/* responsive settings */
 .row {
    width: 100%;
    min-height: 1px;
    float: left;
    padding: 0 0 10px 0;
 }
 
 .col {
    min-height: 40px;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    float: left;
    text-align: justify;
 }
 
 .col:first-child {
    margin-left: 0px;
 }
 
 .col:last-child  {
    margin-right: 0px;
 }
 
 .col.one {
    width: 6.5%;
 }
 
 .col.two {
    width: 15%;
 }
 
 .col.three {
    width: 23.5%;
 }
 
 .col.four {
    width: 32%;
 }
 
 .col.five {
    width: 41.5%;
 }
 
 .col.six {
    width: 49%;
 }
 
 .col.seven {
    width: 56.5%;
 }
 
 .col.eight {
    width: 66%;
 }
 
 .col.nine {
    width: 74.5%;
 }
 
 .col.ten {
    width: 83%;
 }
 
 .col.eleven {
    width: 91.5%;
 }
 
 .col.twelve {
    width: 100%;
 }
 
 /* */



@media screen and (max-width: 1150px) {   
    ul.menu_1 {
        margin: 0;
        width:100%;
    }  
    
    #content, #content_top, #content_footer  {
        width: 100%;
        margin: 0;
        padding: 0;
    } 
}

@media screen and (max-width: 667px) {    
    /* responsive settings */
    .col  {
        width: 100% !important;
        margin: 5px 0px 50px 0px;
    }
    
    ul.menu_1 li {
        float: none;
    }  
    
    .content_padder {
        padding: 15px 15px 50px 15px;
    }  
    
    .banner {
        display: none;
    }      
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    //border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 0 0 10px 0;
    font-size: 8pt;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip a  {
    color: #ffffff;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}