﻿body {
    margin: 0;
    padding: 10px;
    font-family: "Segoe UI Light",-apple-system,system-ui,"Segoe UI",sans-serif,Roboto,Montserrat;
    font-size: 12pt;
    color: #293450;
    font-palette: light;
    font-weight: normal;
    background-color: #f3f3fe;
}

.ubenthier {
    background-color: aliceblue;
    text-align: left;
}

    .ubenthier a {
        color: #003145;
    }

        .ubenthier a:hover {
            color: black;
        }

.logo {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 85px;
    display: block;
    z-index: 201;
}

.bg_white {
    background-color: white;
    border:none;
}


.fc_dark {
    /*color: #003145;*/
    color: rgba(40, 40, 41,.8);
}


*:after, *:before {
    box-sizing: border-box;
}

.shadow {
    box-shadow: 3px 3px #00a1de;
    border: 1px solid #00a1de;
}

.highlight {
    background-color: navy;
    padding: 5px;
    text-align: center;
    color: white;
}


a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.files a {
    background-color: #e4effd;
    font-size: 10pt;
    width: auto;
    max-width: 400px;
    max-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    margin: 3px;
    box-shadow: 3px 3px #808080;
    border: 1px solid #000000;
    flex-wrap: nowrap;
    text-wrap: avoid;
    text-decoration: none;
    display: inline-table;
    height: 40px;
    font-weight: 200;
    color: #00A1DE;
}

    a:link {
        color: #00A1DE;
    }

    a:visited {
        color: #00A1DE;
    }

    a:active {
        color: #00A1DE;
    }

    a:hover {
        background-color: darkorange;
        color:white;
    }
.selected {
    background-color: darkorange;
    color: white;
}
.selected:hover {
        background-color: #00A1DE;
        color: black;
    }

table {
    border: none;
}

select, button {
    color: black;
    border: none;
    border-bottom: 4px double #00A1DE;
    background-color: #e4effd;
    font-size: 10pt;
    min-width: 40px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    border-radius: 3px;
    margin: 2px;
}

input {
    color: black;
    border: none;
    border-bottom: 4px double #00A1DE;
    background-color: #e4effd;
    font-size: 10pt;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    border-radius: 3px;
    margin: 2px;
    max-width: 90%;
}
.navy {
    /*background-color: #00a1de;*/
    background-color: navy;
    color: white;
}


tr:nth-child(even) {
    background-color: #e5eaf4;
}

.shadow {
    box-shadow: 3px 3px #00a1de;
    border: 1px solid #00a1de;
}

.enlc {
    display: inline-block;
    border-radius: 4px;
    clear: none;
    padding: 2px;
    min-height: 25px;
    vertical-align: middle;
    max-width: 70%;
    min-width: 100px;
    overflow: hidden;
    text-wrap: avoid;
    max-height: 45px;
    background-color: #D0E4FE;
    cursor: pointer;
}

.enlc a {
        text-decoration: none;
        color: white;
    }

#MainContent_fmp{
        background-color:transparent;
        border:none;
        text-decoration:underline;
    }

.knop{
    display:inline-block;
}

.knop a {
    background-color: #e4effd;
    font-size: 10pt;
    width: auto;
    max-width: 400px;
    max-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    margin: 3px;
    box-shadow: 3px 3px #808080;
    border: 1px solid #000000;
    flex-wrap: nowrap;
    text-wrap: avoid;
    text-decoration: none;
    display: inline-table;
    height: 40px;
    font-weight: 200;
    color: #00A1DE;
}
.logoimg {
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
    box-sizing: unset;
    height: 59px;
    display: inline;
    border: none;
}

.logotxt {
    padding-top: 20px;
    padding-left: 15px;
    font-weight: 600;
    font-family: Verdana;
    font-size: 20pt;
    position: fixed;
    display: inline-block;
}

.fc_blue {
    color: #00A1DE;
    clear: right;
}
    input[type=checkbox] {
            vertical-align: middle;
            position: relative;
            padding: 0px 0px 5px 0px;
            margin:0px;
        }

label {
    display: inline-block;
    padding: 0px 0px 0px 5px;
    margin: 0px;
}
