* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: ROH_sanstextregular;
    src: url(RijksoverheidSansTextTT-Regular_2_0.ttf);
}

@font-face {
    font-family: ROH_serifregular;
    src: url(RijksoverheidSerif-Regular_2_0.ttf);
}



body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 2;
}


a:link, a:active, a:hover, a:visited {
    color: #6e89a6;

}


h1 {
    font-size: 20px;
    color: #6e89a6;
}

h2 {
    font-size: 16px;
    color: #6e89a6;
}

label {
    display: inline-block;
    width: 142px;
    margin-top: 10px;
}

.error {
    color: red;
}

.hidden {
    display: none;
}

.container {
    margin: 0 auto;
    background: #FFF;
    text-align: left;
    width: 1024px;
}


#background {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
}

#background img#backgroundImg {
    left: 50%;
    width: 100%;
    position: absolute;
    z-index: 0;
    max-width: 1024px;
    transform: translate(-50%, 0);
    top: 10%;
}

#background img#logo {
    position: absolute;
    left: 50%;
    position: absolute;
    z-index: 0;
    max-width: 200px;
    transform: translate(-50%, 0);
    bottom: 20px;
}


.clear {
    clear: both;
    float: none;
    width: 100%;
}


.sl-overlay {
    background: #000;
    opacity: 0.8;
}

.sl-wrapper .sl-close {
    color: #fff;
}

.sl-wrapper .sl-navigation button {
    color: #FFF;
}


form#login {
    color: #FFF;
    text-align: center;
    display: block;
    margin-top: 30%;
    position: relative;
    background: #15334dba;
    padding: 50px;
    box-shadow: black 0px 9px 14px;
}

div#info {
    width: 100%;
    padding: 40px 20px 60px;
    box-sizing: border-box;
    background: #3f64b9;
    color: white;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

#info #logout {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 14px;
    border: none;
}

#logout a:link, #logout a:active, #logout a:hover, #logout a:visited {
    color: #FFF;
}


.templateHolder {
    width: 100%;
    background: lightgray;
    padding: 20px;
}

.connectTable{
    border: 1px solid gray;
    border-collapse: collapse;
}

.connectTable td, .connectTable th{
    border: 1px solid gray;
    padding: 10px;
}

table.overview{
    border: 1px solid gray;
    border-collapse: collapse;
}

table.overview td, table.overview th{
    border: 1px solid gray;
    padding: 10px;
    font-size: 12px;
}

th{
  background: #6e89a6;
    color:white;
}

td{
    padding-right: 10px;
}

div#template{
    margin: 10px 0;
}


.topClass, .sizeClass, .topBSClass, .sizeBSClass{
    width: 40px;

}

tr.dimmed td{
    color: lightgrey;
}