body {
    font-family: arial;
}

#headerdiv, #leftbuttontable, #filtertable, #moreprofile, #parenttable {
    position: relative;
    width: 100%;
    width: 220px; 
    margin-top: 4px;    
}

#headerdiv {    
    height: 61px;
 }

h1 {    
    font-size: 30px;
    font-weight: lighter;
    color: blue;
    line-height: 10%;
    margin-left: 70px;
    margin-top: 30px;
}

h2 {    
    font-size: 9px;
    font-weight: lighter;
    color: blue;
    line-height: 5%;
    text-align: right;
    margin-right: 24px;
    margin-top: 40px;
}

#logintable {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -110px;    
}

#start {   
    position: absolute;
    top: 5px;
    left: 232px;
    padding-left: 0px;
    padding-right: 3px;
}

#fin_menu, #sys_menu {   
    position: absolute;
    top: 35px;
    left: 232px;
    padding-left: 0px;
    padding-right: 3px;
}

#customerlogo {
    position: absolute;
    top: 30px;
    right: 60px;
}

#fin_trans, #fin_reps, #fin_mast, #sys_reps, #sys_mast {   
    position: absolute;
    top: 65px;
    left: 232px;
    padding-left: 0px;
    padding-right: 3px;
}

#actionbuttontable {
    position: absolute;
    top: 95px;
    left: 232px;    
}

#childtable {
    position: absolute;
    top: 126px;
    left: 232px;    
}

#headerrow {
    position: sticky;
    top: 0;
}

table{    
    background-color: lightsteelblue;
    font-size: 12px;
    padding-left : 3px;
    padding-right : 3px;
    margin-bottom: 3px;
}

#hiddentable {
    display: none;
}

input, select, button, a {    
    box-sizing: border-box;
    width: 100%; 
    padding-left: 8px;
    padding-right: 10px;
    font-size: 12px;
}

button {
    color: black;
    background-color: lightsteelblue; 
    min-height: 20px;
    text-align: left;
}

button:hover {
    color: white;
    background-color: steelblue;
}

.menuoption {
    margin-left: 3px;
    margin-right: 10px;
    font-size: 9px;
    text-align: center;
}

.chosenoption {
    color: white;
    background-color: blue;    
}

div.colwidth{ /*snap ik niet, maar blijkt allemaal nodig*/
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 0px;
    border-right-style: none;
    cursor: e-resize;
    display: none;
}

.bold {
    font-weight: bold;    
}

.curr {    
    text-align: right;
    padding-right: 10px;
    border-right: 0px;
}

.center {    
    text-align: center;
}

.delbutton:hover {    
    background-color: red;
}

.d1 {
    color: grey;
    background-color: lightgrey;    
}

.d1:hover {
    color: grey;
    background-color: lightgrey;    
}

.hidden {
    display: none;
}