html {
    height: 100%;
}


body {
    height: 100%;
    margin: 0px;
    font-size: 8pt;
    font-family: Verdana;
    background-color: white;
    color: #262F4D;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    line-height: 150%;
    position: relative;
}


a {
    color: Navy;
}

    a:hover {
        color: Red;
    }

    a:active {
        color: Red;
    }

    a.Navigation {
        color: #AED7FB;
        text-align: center;
        background-color: #feff99;
    }

        a.Navigation:hover {
            color: Red;
        }

        a.Navigation:active {
            color: Red;
        }

        a.Navigation:visited {
            color: #AED7FB;
        }

    a.hyperlinktext {
        color: #262F4D;
        background-color: Transparent;
        text-decoration: underline;
    }

    a.hyperlinktext_white {
        color: white;
        background-color: Transparent;
        text-decoration: underline;
    }

legend {
    color: #262f4d;
    font-size: 8pt;
}

.BlackHyperlink {
    color: Black;
}

.textbox {
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
}

.checkbox {
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
}

.radiobutton {
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
}

.ValidationSummary {
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    color: Red;
}

.lblToelichting {
    font-size: 7pt;
    font-family: Verdana;
    text-align: left;
    font-style: italic;
    color: Navy;
}


.txtboxRight {
    font-size: 8pt;
    font-family: Verdana;
    text-align: right;
}

.dropdownlist {
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
    height: 19px;
}


.listitem {
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
}

.barBorder {
    border: solid 1px red;
    width: 300px;
}

.barInternal {
    background: yellow;
}

.barInternalGreen {
    background: green;
}


td {
    font-size: 8pt;
    vertical-align: top;
}

    td.BannerBalk > a {
        color: white;
    }

    td.Navigation {
        font-size: 10pt;
        background-color: #AED7FB;
        width: 3px;
        vertical-align: top;
    }

    td.BannerBalk {
        font-size: 8pt;
        background-color: #0052a6;
        font-weight: 700;
        border-right-style: solid;
        border-right-width: 1pt;
        border-right-color: #0052a6;
    }

    td.BannerBalkOnder {
        font-size: 1pt;
        background-color: #FFFF99;
        border-right-style: solid;
        border-right-width: 1pt;
        border-right-color: #FFFF99;
    }

    td.tdPageFill {
        background-color: #FFFFCC;
    }

    td.tdPageTopFill {
        background-color: #FFFFCC;
    }

H1 {
    font-family: Verdana;
    color: #262F4D;
    font-size: 14pt;
    font-weight: Bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    position: relative;
}

H2 {
    font-family: Verdana;
    color: #262F4D;
    font-size: 12pt;
    font-weight: Bold;
    margin-top: 5pt;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    line-height: normal;
    position: relative;
}

H3 {
    font-family: Verdana;
    color: #262F4D;
    font-size: 10pt;
    font-weight: Bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    line-height: 120%;
    position: relative;
    top: 0px;
    left: 1px;
}

.Button {
    font-family: Verdana;
    color: black;
    font-size: 8pt;
    width: 100px;
    height: 21px;
}

.ButtonVerwerken {
    font-family: Verdana;
    color: Navy;
    font-size: 14pt;
    font-weight: bold;
    width: 300px;
    height: 40px;
}

.InvisibleButton {
    display: none;
}

.Grid {
    border-color: navy;
    border-style: solid;
    border-width: 1px;
}

.GridButton {
    font-family: Verdana;
    color: black;
    font-size: 8pt;
    height: 20px;
}

.GridHeader {
    color: Navy;
    background-color: whitesmoke;
    text-align: left;
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana;
    position: relative;
}

.GridFooter {
    font-size: 8pt;
    color: white;
    background-color: whitesmoke;
}

.GridRow {
    font-size: 8pt;
    color: Navy;
    background-color: white;
}

.GridAltRow {
    font-size: 8pt;
    color: Navy;
    background-color: #AED7FB;
}

.GridSelectedRow {
    font-size: 8pt;
    color: Navy;
    background-color: #FFFFCC;
}

.GridPager {
    color: navy;
    background-color: whitesmoke;
}

.GridHeaderPrint {
    color: Black;
    background-color: white;
    text-align: left;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
}

.GridFooterPrint {
    font-size: 8pt;
    color: black;
    background-color: white;
}

.GridRowPrint {
    font-size: 8pt;
    color: Black;
    background-color: white;
}

.GridItemInvisible {
    font-size: 1pt;
    color: #CCCCFF;
    background-color: Transparent;
}

.mnuDynHover {
    font-size: 8pt;
    color: Red;
    background-color: #AED7FB;
}

.mnuStatHover {
    font-size: 8pt;
    color: Red;
    background-color: #0052a6;
}

.mnuDynItem {
    border: 1pt outset #0052a6;
    padding: 2px;
    font-size: 8pt;
    color: Navy;
    background-color: White;
}

.mnuStatItem {
    font-size: 8pt;
    color: White;
    background-color: #0052a6;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #0052a6;
}

    .mnuStatItem img {
        margin-top: 4px;
    }

.mnuDynMenu {
    font-size: 8pt;
    color: #0052a6;
    background-color: Gray;
}

.mnuStatMenu {
    font-size: 8pt;
    color: White;
    background-color: #0052a6;
}

.mnuDynSelected {
    font-size: 8pt;
    color: White;
    background-color: Maroon;
}

.mnuStatSelected {
    font-size: 8pt;
    color: White;
    background-color: #AED7FB;
}

.SmallerText {
    font-size: 7pt;
}

.pnlEdit {
    border-color: white;
    border-width: 1px;
    border-style: solid;
    background-color: whitesmoke;
}


.pnlWizard {
    border-color: Navy;
    border-width: 1px;
    border-style: solid;
    background-color: whitesmoke;
}

.treeview {
    color: Navy;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    background-color: whitesmoke;
}

.treeviewnode {
    color: Navy;
    background-color: whitesmoke;
}

.wsnPathSeperator {
    font-size: 8pt;
    color: Black;
}

.wsmNode {
    font-size: 8pt;
    color: Maroon;
}

.wsmCurrentNode {
    font-size: 8pt;
    color: #262F4D;
    font-weight: bold;
}

.wsmRootNode {
    font-size: 8pt;
    color: Maroon;
}

.highlight {
    text-decoration: none;
    font-weight: bold;
    color: black;
    background: yellow;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 500px;
}

.ajax__tab_header a {
    color: Black;
}

.ajax__html_editor_extender_texteditor {
    background-color: White;
}

input, select, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profileddl img {
    height: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 30px auto;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup .content {
        max-height: 50%;
        overflow: auto;
    }

.popup .pnlWizard {
        padding: 10px;
    }

.GridNoBorder {
    border-style: none;
    border-width: 0px;
}

.dvlanguage{
    position:absolute;
    display:block;
    width:35px;
    height:auto;
    text-align:center;
    border:1px solid;
    right:23px;
    z-index:1;
    background-color:white;
}

.dvlanguage input:first-child{
    margin-top:5px;
}

.dvlanguage input:last-child{
    margin-bottom:5px;
}
.upload {
    background-image: url("../images/edititem16.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-color: Transparent;
    border-style: none;
}
.invoerLabel {
    font-size: 6pt;
    font-style:italic;
}