/* 
KLEUREN:
#291052   Echt donker blauw
#014ab9   Donker blauw
#639ED6   Lichter blauw
#eeeeee   Nog lichter blauw
#E7EBF7   Nog nog lichter blauw
#B50431   Rood
 */


@font-face {
    font-family: 'clearsansregular';
    src: url('../fonts/ClearSans-Regular-webfont.eot');
    src: url('../fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans-Regular-webfont.woff') format('woff'), url('../fonts/ClearSans-Regular-webfont.ttf') format('truetype'), url('../fonts/ClearSans-Regular-webfont.svg#clearsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

BODY {
    background: #FFFFFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #291052;
    margin: 0;
    padding: 0;
}

SELECT {
    background: #FFFFFF;
    color: #291052;
    height: 24px;
    max-width: 530px;
    padding-left: 4px;
    margin: 5px 0;
}

SELECT, INPUT {
    font-size: 11px;
    border: 1px solid #888888;
}

    select[disabled], select[disabled] option {
        background-color: #cccccc;
        font-style: italic;
    }

    INPUT[type=checkbox], INPUT[type=radio] {
        border-width: 0px;
    }

    INPUT[type=text],
    INPUT[type=password], TEXTAREA {
        padding: 4px;
    }

    INPUT[type=image] {
        border: 0px solid #888888;
    }

TEXTAREA {
    font-size: 11px;
}


BODY P, TD, H1, H2 {
    color: #291052;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1, H2 {
    font-size: 150%;
    font-weight: bold;
}

H2 {
    font-size: 120%;
}

TABLE {
    font-size: 11px;
}

TD.top {
    background-color: #014ab9;
    background: #014ab9;
}

    TD.top A:link {
        color: #eeeeee;
    }

    TD.top A:visited {
        color: #eeeeee;
    }

TD.subtop {
    font-size: 12px;
    /*background-color: #dde5f1;*/
    font-weight: bold;
    color: #2d5176;
}


TR.subsubtop {
    background-color: #eeeeee;
    background: #eeeeee;
    color: #3375CC;
    font-weight: bold;
}

TD.subsubtop {
    background-color: #eeeeee;
    background: #eeeeee;
    color: #3375CC;
    font-weight: bold;
}

TD.info {
    font-size: smaller;
    font-style: italic;
    background-color: #6080A0;
    background: #6080A0;
    color: #E3E3FF;
    font-weight: bold;
}

TD.border {
    background-color: #291052;
    background: #291052;
    font-weight: bold;
}

hr {
    height: 1px;
    border: none;
    color: #888;
    background-color: #888;
}

A, A:link, A:visited {
    color: #014ab9; /* #B50431; */
    text-decoration: none;
}

    A:hover {
        color: #000063;
        text-decoration: underline;
    }

TD.inlog {
    background-color: #FFFFFF;
    background: #FFFFFF; /*font-weight : bold; 	*/
    color: #FFFFFF;
    background-image: url(../images/login/achtergrond_ballen.jpg);
}

thead {
    display: table-header-group;
}

tbody {
    display: table-row-group;
}

tfoot {
    display: table-footer-group;
}

TABLE TH {
    text-align: left;
}

td a {
    cursor: pointer;
}

/* New styles */
.ErrorSelect {
    border: 1px solid Red;
}

option[selected].Error, /*only works in some browsers*/
.Error {
    color: Red;
}

.Success {
    padding: 2px 0 2px 28px;
    background-image: url('../images/success.png');
    background-position: 5px top;
    background-repeat: no-repeat;
    color: #007f00;
}

TR.Alt TD {
    /* background-color: #fffcf8;*/
    /* original: background-color: #FAE5DA; */
    /* new: background-color: #fdf1eb; */
    background-color: #FAE5DA;
}

TR.Highlight TD, TR.AltHighlight TD {
    background-color: #edf0f7;
}

.highlight {
    color: #014ab9;
}

div.cphcontainer {
    padding: 0 10px;
}

div.contentcontainer {
    /*position: absolute;*/
}


DIV.news_scrollable {
    overflow-y: scroll;
    width: 98%;
    height: 250px;
}

DIV.documents_scrollable {
    overflow-y: scroll;
    width: 98%;
    height: 250px;
}

DIV.opgaven_scrollable {
    overflow-y: scroll; /* width:98%; */
    height: 250px;
}

DIV.opgave_overzicht_scrollable {
    border: solid 1px black;
    background-color: White;
    overflow-y: scroll;
    width: 98%;
    height: 290px;
}

DIV.opgave_overzicht_scrollable_x {
    border: solid 1px black;
    background-color: White;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 98%;
    height: 290px;
}


DIV.maatstaf_info_scrollable {
    border: solid 1px black;
    background-color: White;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 98%;
    height: 95px;
    padding-right: 15px;
}

DIV.gemeente_maatstaven {
    border: solid 1px black;
    background-color: White;
    overflow-y: scroll;
    height: 340px;
    width: 90%;
}

    DIV.gemeente_maatstaven TD {
        background-color: White;
        padding-left: 10px;
    }

DIV.opgave_maatstaven {
    border: solid 1px black;
    margin-top: 5px;
    background-color: White;
    overflow-y: scroll;
    height: 200px;
    width: 524px;
}

    DIV.opgave_maatstaven TD {
        background-color: White;
        padding-left: 10px;
    }


.textbold {
    font-weight: bold;
}

.indent {
    padding-left: 20px;
}

.hidden {
    display: none;
}

.TabMenu {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-width: 0px;
    border-collapse: collapse;
    color: white;
    font-size: 0.8em;
    font-weight: normal;
    width: 100%;
    /*table-layout: fixed;*/
}

.Tab {
    background-color: #999999;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    height: 25px;
    width: 150px;
    font-weight: bolder;
    border: solid 1px black;
    text-align: center;
    cursor: pointer;
}

.TabSelected {
    background-color: #cccccc;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bolder;
    height: 25px;
    width: 150px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    text-align: center;
}


.TabDisabled {
    background-color: #999999;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    height: 25px;
    width: 150px;
    font-weight: bolder;
    border: solid 1px black;
    text-align: center;
    cursor: default;
}

.TabImage {
    cursor: pointer;
}

.TabImageSelected {
    cursor: default;
}

.TabImageDisabled {
    cursor: default;
}


.TabSeparator {
    width: 5px;
    border-bottom: solid 1px black;
}

.TabSeparatorLast {
    width: 100%;
    border-bottom: solid 1px black;
}

.Content {
    background-color: #dde5f1;
    padding: 5px;
    background: -webkit-linear-gradient(#eee, #fafafa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eee, #fafafa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eee, #fafafa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eee, #fafafa); /* Standard syntax */
}

TABLE.Content {
    width: 100%;
    height: 100%;
}

.tabcontainer {
    overflow: hidden;
}

.tabcontent {
    background-color: #eee;
    padding: 5px 15px 15px 15px;
    background: -webkit-linear-gradient(#eee, #fafafa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eee, #fafafa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eee, #fafafa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eee, #fafafa); /* Standard syntax */
}

.tabHeaderIcons, .tabFooterIcons {
    float: right;
}

.Footer {
    background-color: #dde5f1;
    padding: 3px 10px 3px 10px;
}

.radiobuttonlist, .checkboxlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radiobuttonlist li,
    .checkboxlist li {
        padding-right: 30px;
        float: left;
    }

    .checkboxlist li {
        padding-right: 10px;
    }



TR.Instellingen TD {
    padding: 1px 0px 1px 0px;
}

TR.ParamRow TD {
    padding: 0px 0px 2px 2px;
}

    TR.ParamRow TD INPUT {
        width: 70px;
        text-align: right;
    }

INPUT.ParamValue {
    width: 70px;
    text-align: right;
}

INPUT.ParamValueInvalid {
    width: 70px;
    text-align: right;
    border-color: Red;
    color: Red;
}

input.invisiblebutton {
    background-color: transparent !important;
    background-image: none !important;
    border-width: 0 !important;
    height: 0px !important;
    width: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.MenuItem {
    text-align: left;
}

TABLE.gridlist {
    border: 1px solid #ddd;
}

    TABLE.gridlist TD {
        cursor: pointer;
        border: 1px solid #ddd;
        border-width: 1px 0px;
    }

    TABLE.Overzicht tr:hover td,
    TABLE.cleanlist tr:hover td,
    TABLE.gridlist tr:hover td {
        background-color: #f1f4f9; /*#edf0f7;*/
    }

    .headerlinks a,
    .headerlinks a:link,
    .headerlinks a:visited,
    .headerlinks a:hover,
    .headerlinks a:active,
    TABLE.gridlist TD a,
    TABLE.gridlist TD a:link,
    TABLE.gridlist TD a:visited,
    TABLE.gridlist TD a:hover,
    TABLE.gridlist TD a:active {
        color: #291052;
    }

    TABLE.gridlist Th,
    TABLE.gridlist TH a:link,
    TABLE.gridlist TH a:visited,
    TABLE.gridlist TH a:hover,
    TABLE.gridlist TH a:active {
        color: #014ab9;
    }


TABLE.Overzicht {
    width: 100%;
    border-collapse: collapse;
}

    TABLE.Overzicht TR.Maatstaf TD {
        border-top-width: 2px;
        font-weight: bold;
    }

    TABLE.Overzicht TD {
        -ms-word-wrap: normal;
        word-wrap: normal;
        cursor: pointer;
    }

    TABLE.Overzicht TR.Highlight TD {
        background-color: #edf0f7;
    }

TABLE.OverzichtParameters TD {
    -ms-word-wrap: normal;
    word-wrap: normal;
}

select.IncompleteSelect {
    border: 1px solid Red;
}

.Incomplete {
    color: Red;
}

TABLE.Overzicht TD.Incomplete {
    color: Red;
}

    TABLE.Overzicht TD.Incomplete A {
        color: Red;
    }


TABLE.Overzicht TD.Value {
    text-align: right;
    width: 100px;
}

TABLE.Overzicht TD.ValueC {
    text-align: center;
    width: 100px;
}

TABLE.OverzichtParameters TD.ValueC {
    text-align: center;
    width: 100px;
}


/*circulaire overzichten */

DIV.circulaire_overzicht_scrollable {
    border: solid 1px black;
    background-color: White;
    overflow-y: scroll;
    width: 98%;
    height: 290px;
}


DIV.circulaire_beheer table.Overzicht td.groupheader {
    background-color: #014ab9;
    color: #ffffff;
    font-weight: bold;
}

DIV.circulaire_beheer table.Overzicht td.even {
    background-color: #e8ecf5;
}


/* // circulaire overzichten */

.PageHeading {
    height: 40px;
    vertical-align: middle;
}

.pagetitle {
    font-size: 1.3em;
    color: #014ab9;
}

.breadcrumb {
    color: #dde5f1;
}

.SearchHighlight {
    background-color: #ffffcc;
}

button:active,
button,
input[type="reset"]:active,
input[type="reset"],
input[type="button"]:active,
input[type="button"],
select > input[type="button"],
select > input[type="button"]:active,
input[type="submit"]:active,
input[type="submit"],
.buttonlink {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    min-width: 100px;
    padding: 3px 8px;
    margin: 5px 0;
    cursor: pointer;
    border: 1px solid #014ab9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #014ab9;
    /*border-bottom: 1px solid #00417c;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6699cc), color-stop(60%, #014ab9), to(#00417c));
    background-image: -webkit-linear-gradient(#6699cc, #014ab9 60%, #00417c);
    background-image: -moz-linear-gradient(top, #6699cc, #014ab9 60%, #00417c);
    background-image: linear-gradient(#6699cc, #014ab9 60%, #00417c);
    background-repeat: no-repeat;*/
}

    button:active:hover,
    button:hover,
    input[type="reset"]:active:hover,
    input[type="reset"]:hover,
    input[type="button"]:active:hover,
    input[type="button"]:hover,
    select > input[type="button"]:hover,
    select > input[type="button"]:active:hover,
    input[type="submit"]:active:hover,
    input[type="submit"]:hover {
        background-image: none;
        background-color: #00417c;
    }

    button[disabled]:active,
    button[disabled],
    input[type="reset"][disabled]:active,
    input[type="reset"][disabled],
    input[type="button"][disabled]:active,
    input[type="button"][disabled],
    select[disabled] > input[type="button"],
    select[disabled] > input[type="button"]:active,
    input[type="submit"][disabled]:active,
    input[type="submit"][disabled] {
        background-image: none;
        background-color: #cccccc;
        border-color: #aaa;
    }

A.buttonlink, A:hover.buttonlink, A:visited.buttonlink {
    color: #fff;
}

.buttonlink {
    display: block;
    padding: 0;
    width: 135px;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    cursor: pointer;
    text-align: center;
    text-wrap: normal;
    white-space: pre-wrap;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 18px;
}

.accordion {
}

.accordionHeader, .accordionHeaderHover {
    border: 1px solid #2F4F4F;
    background-color: #3e70a3;
    color: white;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderHover {
    background-color: #96b9dc;
}

.accordionContent {
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 10px;
    margin-bottom: 10px;
}

TR.inactive TD {
    font-style: italic;
    color: Gray;
}

TR.inactiveHighlight TD {
    font-style: italic;
    color: Gray;
    background-color: #edf0f7;
}

TR.activeHighlight TD {
    background-color: #edf0f7;
}



/* system restart warning */
.warning {
    font-size: 9px;
    color: red;
    margin-right: 5px;
}

.factorSelected {
    font-weight: bold;
}

.backgroundtop {
    background-color: #fff; /*#014ab9;*/
    /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6699cc), color-stop(60%, #eee));
    background-image: -webkit-linear-gradient(left, #6699cc, #eee 60%);
    background-image: -moz-linear-gradient(left, #6699cc, #eee 60%);
    background-image: linear-gradient(#6699cc, #eee 60%);
    background-repeat: no-repeat;*/
    /*background-image: url('../images/menu/top.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    /*  background-position-y:100px;*/
}

.backgroundmenu {
    /*background-image: url('../images/menu/header_achtergrond.jpg');*/
    background-position: left 15px;
    background-repeat: no-repeat;
}


.backgroundheader {
    /*background-image: url('../images/menu/header_achtergrond.jpg');*/
    padding: 4px;
    /*background-color: #eee;*/
}

.loggedinuser {
    font-size: 1.3em;
}

.grayline {
    height: 10px;
    background: #e9e4e0;
    border-bottom: solid 1px #ffffff;
    margin: 0 25px;
}

.orangeline {
    height: 5px;
    background: #014ab9;
    margin: 0 25px;
}


/* main menu */
ul.mainmenu {
    margin: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 0;
    list-style: none;
    font-size: 1.2em;
}

    ul.mainmenu li {
        list-style: none; /*for ie7*/
        display: block;
        float: left;
        margin-right: 10px;
        padding:1px 0;
        /*box-shadow: #bbb 3px 3px 3px;*/
    }

        ul.mainmenu li ul li {
            box-shadow: none;
            list-style: none; /*for ie7*/
        }

        ul.mainmenu li ul {
            margin: 0;
            padding: 0;
            display: none;
            font-size: 0.9em;
        }

        ul.mainmenu li a {
            display: block;
            text-decoration: none;
            color: #ffffff;
            padding: 5px 15px;
            white-space: nowrap;
            text-align: center;
            border: 1px solid #014ab9;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            border-bottom: 1px solid #014ab9;
            background-color: #014ab9;
            /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6699cc), color-stop(60%, #014ab9), to(#00417c));
            background-image: -webkit-linear-gradient(#6699cc, #014ab9 60%, #00417c);
            background-image: -moz-linear-gradient(top, #6699cc, #014ab9 60%, #00417c);
            background-image: linear-gradient(#6699cc, #014ab9 60%, #00417c);
            background-repeat: no-repeat;*/
        }

        ul.mainmenu li.hover ul,
        ul.mainmenu li:hover ul {
            display: block;
            position: absolute;
            list-style: none; /*for ie7*/
            z-index: 9;
        }

        ul.mainmenu li.hover li,
        ul.mainmenu li:hover li {
            float: none;
        }

            ul.mainmenu li:hover li a:hover {
                background-image: none;
                background-color: #00417c;
                color: #ffffff;
            }

            ul.mainmenu li:hover li a,
            ul.mainmenu li a:hover li a {
                background-image: none;
                background-color: #014ab9;
                border-color: #014ab9;
            }

/* //main menu */

/* ARROW TABS*/

ul.arrowtabs {
    margin: 0px;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

    ul.arrowtabs li {
        margin-left: -10px;
        float: left;
        cursor: pointer;
    }

        ul.arrowtabs li a .tabtext,
        ul.arrowtabs li a .tabnumber {
            float: left;
            height: 30px;
            line-height: 30px;
            background-color: #014ab9;
            padding-left: 8px;
            font-weight: bold;
            color: #fff;
        }

        ul.arrowtabs li a .tabtext {
            min-width: 100px;
        }

        ul.arrowtabs li a .triangle-right {
            display: block;
            float: left;
            width: 0;
            height: 0;
            border-left: 15px solid #014ab9;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }

        ul.arrowtabs li a .triangle-left {
            display: block;
            float: left;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-top: 15px solid #014ab9;
            border-bottom: 15px solid #014ab9;
        }

        ul.arrowtabs li a.active .tabtext,
        ul.arrowtabs li a.active .tabnumber,
        ul.arrowtabs li a:hover .tabtext,
        ul.arrowtabs li a:hover .tabnumber {
            background-color: #eee;
            color: #014ab9;
            text-decoration: none;
        }

        ul.arrowtabs li a.active .triangle-left,
        ul.arrowtabs li a:hover .triangle-left {
            border-top-color: #eee;
            border-bottom-color: #eee;
        }

        ul.arrowtabs li a.active .triangle-right,
        ul.arrowtabs li a:hover .triangle-right {
            border-left-color: #eee;
        }


/* // ARROW TABS*/



/* LOGIN SCREEN */

.login {
    font-size: 9pt;
    background-color: #F6F6F6; /*  50%   0% */
}

    body.login td,
    .login p {
        color: #666666;
    }

    .login h2,
    .login h3,
    .login h4 {
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: normal;
        border-bottom: 1px solid #999999;
        color: #666666;
    }

    .login input[type=text],
    .login input[type=password] {
        background-color: #f9f9f9;
        width: 160px;
    }

#kader {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

#website {
    background: url(../images/login/bg_all.png) repeat-y;
    position: relative;
    width: 940px;
    margin-top: 0px;
    min-height: 460px;
    _height: 460px;
    padding-bottom: 10px;
    float: left;
}

#logo {
    position: relative;
    margin-left: 25px;
    width: 910px;
    height: 100px;
}

#content {
    line-height: 14pt;
    padding-top: 10px;
    margin: 0 25px;
    position: relative;
    width: 890px;
    color: #666666;
    float: left;
}

.login #content a {
    font-weight: bold;
}

body.login #bottom td {
    color: #aac1d6;
}

#bottom {
    background: url(../images/login/bg_bottom.png) no-repeat;
    _background: url(../images/login/bg_bottom.gif) no-repeat;
    position: relative;
    width: 940px;
    padding-top: 8px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    color: #414141;
    font-size: 7pt;
    float: left;
}


    /* // LOGIN SCREEN */



    #bottom,
    #bottom a,
    #bottom a:link,
    #bottom a:visited,
    #bottom a:active {
        text-decoration: none;
        color: #414141;
    }

        #bottom a:hover {
            color: #414141;
            text-decoration: underline;
        }


.hint {
    font-size: 0.8em;
    font-style: italic;
    color: #ff0000;
    display: block;
}

.headerlinks {
    font-size: 1.2em;
}

ul.mainmenu,
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
.headerlinks,
.pagetitle,
.loggedinuser {
    font-family: clearsansregular, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

marquee * {
    margin: 0 !important;
    padding: 0 !important;
    color: white !important;
}

.login p .versionNumber,
.versionNumber {
    color: rgb(230, 230, 230);
    text-align: center;
}

.validations ul {
    list-style-type: none;
    padding-left: 0;
}

.paramirrelevant {
    text-decoration: line-through;
}


.scrollToBottom {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    /*display: none;*/
    cursor: pointer;
    /*-moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);*/
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

    .scrollToBottom:hover {
        background-color: #e8ecf5;
        color: #000;
    }


.feedbackBox {
    margin-left: 5px;
    padding: 3px;
    box-shadow: 0 0 0 0 rgba(1,74,185, 1);
    animation: pulse-emphasize 2s 3;
}

@keyframes pulse-emphasize {
    0% {
        box-shadow: 0 0 0 0 rgba(1,74,185, 0.7);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(1,74,185, 0);
    }
}


/* jQuery UI overrides */

.ui-front {
z-index:101;

}
.ui-widget-shadow {
opacity:0.9 !important;}
/* Forum overrides */
#DivIconLegend,
#DivPageAccess,
.yafUserBox,
.postContainer .postfooter {
    display: none;
}

.yafnet button,
.yafnet input[type="reset"]:active,
.yafnet input[type="reset"],
.yafnet input[type="button"]:active,
.yafnet input[type="button"],
.yafnet select > input[type="button"],
.yafnet select > input[type="button"]:active,
.yafnet input[type="submit"]:active,
.yafnet input[type="submit"] {
    background-color: #fefefe;
    border: 1px solid #999;
    background-image: none;
}
