/* GLOBAL */
/* body */
body,td,th {
    margin-top: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 1rem;
}
/* other linkes */
a:link {color: #257b7a; text-decoration:none}
a:visited {color: #257b7a; text-decoration:none}
a:hover {color: #257b7a; text-decoration:underline}
a:active {color: #257b7a; text-decoration:none}


.red {
    color: red;
}

/* tables */
table#lst td, th {padding: 4px;}
table#lst {border-spacing: 1px;}
table#fil {border-spacing: 1px;}
tr#t {background-color:#c5d771}		/* titel */
tr#d {background-color:#EFEDED}		/* donker */
tr#h {background-color:#FBFBFB}		/* helder */
tr#m {background-color:#f7b332}        /* mark */
.content {  /* real body content */
    margin-left:176px; 
    padding:20px;
}

/* submenu */
.submenu {
    padding: 8px; 
    background-color: #c3d871; 
    border-radius: 4px; 
    color: #023428; 
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.titel {
    font-size: 24px;
    color: #027331
}

/* Menu */
.sidebar {
    width: 160px;
    background: #287b71;
    color: white;
    height: 100dvh;
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px;
    padding-right: 0px;
    overflow-y: auto;
}
.sidebar ul {
    list-style: none;
    padding-left: 0;
}
.sidebar li {
    margin: 6px 0;
    position: relative;
}
.sidebar a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 3px 0;
}
.sidebar a:hover {
    text-decoration: underline;
}
/* Submenu */
.sidebar li ul {
    margin-left: 15px;
}
/* Actief item */
.sidebar li.active > a {
    font-weight: bold;
    color: #c3d871;
}
