:root{
    --varheaderheight:50px;
    --saackeblue:rgb(0,62,93);
    --saackegreen:rgb(134,129,0);
    --green:rgb(31, 134, 0);
    --red: rgb(190, 0, 0);
}

a{
    text-decoration: none;
}

#header{
    padding-right: 300px;
}

.headerUsername{
    float: right;
    color: white;
}

.headerUsername:visited{
    color: white;
}

.headerLogout{
    float: right;
}

.flexgrid{
    
}

.table-holder {
    background-color: white;
    border:1px #dddddd solid;
    padding: 15px;
}

.lum-tile{
    float: left;
    background-color: white;
    border:1px #dddddd solid;
    padding: 15px;
    padding-top:0px; 
    margin-right: 10px;
    margin-bottom: 10px;
}

.lum-tile-link{
    float: left;
    padding: 10px;
    margin-top:10px;
    cursor: pointer;
    text-decoration: none;
    color: rgb(42, 5, 202)
}

.lum-tile-link:hover{
    text-decoration: underline;
}

.lum-link-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.lum-link-list .lum-tile-link{
    padding: 5px;
    margin-top:0px;
}

.table-bordered tbody td a{
    text-decoration: none;
}

.table-bordered thead th.colSelect{
    text-decoration: underline;
}

.table-bordered thead th.colSelectReverse{
    text-decoration: overline;
}

.table-bordered thead.click th{
    cursor: pointer;
}

a.button{
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--saackeblue);
    color: white;
    border: 2px solid white;
    cursor: pointer;
}

a.button:hover{
    text-decoration: underline;
}

button{
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--saackeblue);
    color: white;
    border: 2px solid white;
    cursor: pointer;
}

button:hover{
    text-decoration: underline;
}

.menubar-level-1{
    display: flex;
    background-color: white;
    border:1px #dddddd solid;
    padding: 5px;
    margin-bottom: 5px;
    justify-content: space-between;
}

.menubar-level-1 input.table-search{
    margin:2px;
    width: 250px;
    padding-left:10px;
}

.inactiv{
    color:gray;
}

.color-green{
    color:var(--green);
}

.color-red{
    color: var(--red);
}

.link{
    cursor: pointer;
    color: blue;
}