html {
    font-size: 62.5%;
}

/*
    bg color:#e9e9e9
    orange:F60
    purple:909
    black: 535353

*/

/*img { width: 100%; height: auto; }*/ /*for IE to display svg propperly*/

body {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #535353;
    background-color: #E0E0E0;
    min-width: 960px;
    font-family: "Trebuchet MS",arial,sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
}

A:link {
    color: #909;
    text-decoration: none;
}

.ui-state-error A:link, .ui-state-error A:visited, .ui-state-error A:active {
    color: #FFF;
    text-decoration: underline;
}

.ui-state-error A:hover {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}

A:visited {
    color: #909;
    text-decoration: none;
}

A:active {
    color: #909;
    text-decoration: none;
}

A:hover {
    color: #F60;
    text-decoration: underline;
}

a img {
    border: none;
    text-decoration: none;
}

li {
    padding: 0;
    margin: 0;
}

#content ul:not(.noarrows) {
    list-style: outside none none;
    margin: 0.5rem;
    padding-left: 0px;
}

#right_side ul {
    list-style: outside none none;
}

#left_side ul:not(.noarrows) {
    list-style: outside none none;
    padding-left: 10px;
}

    #right_side li, #left_side ul:not(.noarrows) li {
        position: relative;
        padding-left: 15px;
    }

#content ul:not(.noarrows) li {
    margin-bottom: 0px;
    padding-left: 15px;
    position: relative;
}

    #content ul:not(.noarrows) li::after, #right_side li::after, #left_side ul:not(.noarrows) li::after {
        border-bottom: 5px inset transparent;
        border-left: 8px solid #909;
        border-top: 5px inset transparent;
        content: " ";
        height: 0;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 5px;
        width: 0;
    }

    #content ul:not(.noarrows) li.last, #right_side li.last, #left_side ul:not(.noarrows) li.last {
        margin-bottom: 0;
    }

/* de opmaak van de stappenbalk voor de registratie*/

#stapmenu {
    border: 0;
    padding: 0;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    #stapmenu tr, #stapmenu td, #stapmenu th {
        border: 0;
        padding: 0;
        margin: 0;
    }

        #stapmenu tr td a {
            padding: 0 5px;
        }

.imgbegin {
    background: url(../images/stapbegin.gif) no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    width: 7px;
    height: 42px;
}

.imgwiteind {
    background: url(../images/stapwiteind.gif) no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    width: 7px;
    height: 42px;
}

.stap {
    background: url(../images/stapwitstreep.gif) repeat-x;
    height: 42px;
}

    .stap a {
        color: #535353;
    }

    .stap .noEffect:hover {
        text-decoration: none;
    }

.imgwitpijl {
    background: url(../images/stapwitpijl.gif) no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    width: 31px;
    height: 42px;
}

/* de opmaak van de stappenbalk, gevuld */

.imgeind {
    background: url(../images/stapeind.gif) no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    width: 7px;
    height: 42px;
}

#stapmenu .selected {
    background: url(../images/stapstreep.gif) repeat-x;
    height: 42px;
    font-weight: bold;
}

.selectedWOFocus {
    background: url(../images/stapstreep.gif) repeat-x;
    height: 42px;
}

.imgpijl {
    background: url(../images/stappijl.gif) no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    width: 31px;
    height: 42px;
}

.imgmidpijl {
    background: url(../images/stapmidpijl.gif) no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    width: 31px;
    height: 42px;
}

.done {
    background: url(../images/stapstreep.gif) repeat-x;
    height: 42px;
}

/*eind stappenbalk*/

/*opmaak inschrijvingspagina*/

#korteInfo {
    border: 1px dashed #909;
    margin: 10px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.geenReeksenInschr {
    margin-bottom: 1em;
    margin-left: 60px;
    padding-left: 10px;
    border: 1px solid #909;
    padding-bottom: 3px;
    border-top: none;
    height: 50px;
}

.geenReeksenInschrSelected {
    margin-bottom: 1em;
    background: #DDD;
    margin-left: 60px;
    padding-left: 10px;
    padding-bottom: 3px;
    border: 1px solid #909;
    border-top: none;
    height: 50px;
}

.pldatReeksSelected {
    margin: 0;
    border: 1px solid #909;
    border-top: none;
    padding-top: 0;
    margin-left: 20px;
    padding-left: 10px;
    background: #DDD;
}

.pldatReeks { /*1 reeks*/
    margin: 0;
    border: 1px solid #909;
    border-top: none;
    padding-top: 0;
    margin-left: 20px;
    padding-left: 10px;
}

    .pldatReeks:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .pldatReeks ul, .pldatReeksSelected ul {
        margin: 3px;
        margin-left: 25px;
        padding: 0;
    }


.btnRoundCorners {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pldatSelectKnop {
    display: block;
    border: 1px solid #888;
    background: #EEE;
    text-align: center;
    float: right;
    margin: 5px;
    padding: 4px 0;
    width: 100px;
}

a.pldatSelectKnopDisabled {
    display: block;
    border: 1px solid #888;
    background: #EEE;
    text-align: center;
    float: right;
    margin: 5px;
    padding: 4px 0;
    width: 100px;
    color: #535353;
}

.pldatSelectKnopDisabled:hover {
    text-decoration: none;
    color: #535353;
    cursor: default;
}


.pldatSelectKnopTop {
    display: block;
    border: 1px solid #888;
    background: #EEE;
    text-align: center;
    float: right;
    margin: 5px;
    padding: 4px 0;
    width: 100px;
}

.pldatSelectKnopTopDisabled {
    display: block;
    border: 1px solid #888;
    background: #EEE;
    text-align: center;
    float: right;
    margin: 5px;
    padding: 4px 0;
    width: 100px;
}

    .pldatSelectKnopTopDisabled:hover {
        text-decoration: none;
        color: #535353;
        cursor: default;
    }




/* ====================================== Pagina 2: Selecteren Deelnemers ================================== */






#page_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    text-align: left;
    background: #FFFFFF;
    border: 8px solid #FFFFFF;
}

#header_wrapper {
    background: #FFF;
    margin: 0;
    padding: 0;
}

#header {
    height: 60px;
    padding: 15px;
    padding-top: 0;
    margin: 0;
}


#header_right {
    float: right;
}

#header h1 {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
    color: #f0f0f0;
    font-style: italic;
    letter-spacing: -1px;
    position: absolute;
    left: 150px;
    top: 50px;
}

#header h2 {
    margin: 0;
    font-size: 25px;
    font-size: 2.5rem;
    color: #909;
    letter-spacing: 1px;
    position: absolute;
    left: 360px;
    top: 22px;
}

    #header h2 a {
        color: #909;
        letter-spacing: 1px;
    }

        #header h2 a:hover {
            color: #909;
            text-decoration: none;
        }

#header h3 {
    margin: 0;
    font-size: 23px;
    font-size: 2.3rem;
    color: #F60;
    letter-spacing: 1px;
    position: absolute;
    left: 360px;
    top: 50px;
}

/*#header #adres {
    margin: 0;
    font-size: 9px;
    color: #909;
    position: absolute;
    left: 30px;
    top: 85px;
}*/

#breadcrumbs {
    margin-left: 15px;
    padding: 0;
}

#left_side {
    margin-top: 4px; /* omwille van breadcrumbs*/
    margin-bottom: 10px;
    float: left;
    width: 180px;
    background: #e9e9e9;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

#right_side {
    margin-top: 4px; /* omwille van breadcrumbs*/
    float: right;
    width: 180px;
    background: #e9e9e9;
    border: 2px solid #CCC;
    margin-bottom: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    #right_side label {
        z-index: 1;
        position: static;
    }

#content {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 200px;
    margin-right: 200px;
}

.onlyright {
    margin-left: 15px !important;
    margin-right: 200px;
}

.onlyleft {
    margin-left: 200px;
    margin-right: 15px !important;
}

.nobars {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

#footer {
    height: 50px;
    background-color: #F60;
    clear: both;
    text-align: center;
    padding-top: 12px;
    color: white;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    margin-top: 10px;
}

    #footer A {
        color: #FFFFFF;
        text-decoration: none;
    }


#left_side p, #right_side p {
    margin: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #535353;
}

#left_side h3, #right_side h3 {
    margin: 0;
    padding: 8px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #F60;
}

#left_side h3 {
    border-top-left-radius: 10px;
}

#right_side h3 {
    border-top-right-radius: 10px;
}

#left_side h4, #right_side h4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 15px;
    color: #F60;
}

#content p {
    margin-top: 15px;
    margin-bottom: 15px;
}

#content h4, .h4color {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 18px;
    color: #F60;
}


#content h5 {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 17px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 12px;
    color: #909;
}

#navcontainer {
    position: relative;
    padding-right: 66px;
    border-bottom: 3px solid #F60;
}

    #navcontainer .navlist {
        margin-top: 1px;
        margin-bottom: 0;
        text-align: center;
        padding: 5px 0;
        margin-left: 0;
        font-size: 16px;
        font-size: 1.6rem;
    }

        #navcontainer .navlist li {
            list-style: none;
            margin: 0;
            display: inline;
        }

            #navcontainer .navlist li a {
                color: #FFF;
                padding: 5px 15px;
                margin-left: 8px;
                border: 0;
                border-bottom: none;
                background: #F60;
                text-decoration: none;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                line-height: 18px;
            }

                #navcontainer .navlist li a:hover {
                    color: #FFF;
                    background: #909;
                    text-decoration: none;
                }


        #navcontainer .navlist .selected a {
            color: #FFF;
            background: #909;
            border-bottom: 0px solid #909;
        }

        #navcontainer .navlist .selectschooljaar {
            /*float:right;*/
            position: absolute;
            right: 0;
        }

            #navcontainer .navlist .selectschooljaar a {
                text-decoration: none;
            }

    #navcontainer .selectschooljaren {
        position: absolute;
        right: 0;
        list-style-type: none;
        z-index: 1000;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        -webkit-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
        box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
    }

        #navcontainer .selectschooljaren li {
            border: 0;
            border-top: 0;
            z-index: 1000;
        }

        #navcontainer .selectschooljaren a {
            text-decoration: none;
            display: block;
            padding: 5px 15px;
            background-color: #e9e9e9;
            z-index: 1000;
        }

        #navcontainer .selectschooljaren li:last-child a {
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        #navcontainer .selectschooljaren a span {
            color: #e9e9e9;
        }

        #navcontainer .selectschooljaren a:hover {
            color: #FFFFFF;
            background-color: #ccc;
        }

.float_left {
    float: left;
    margin-right: 10px;
}

.float_right {
    float: right;
    margin-left: 10px;
}

/*.featurebox_center {
    background-color: #fffff6;
    margin: 0;
    padding: 10px;
    border: 1px solid #DFE8F7;
    font-size: 11px;
    line-height: 18px;
    color: #535353;
}

.featurebox_side {
    background-color: #fffff6;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #DFE8F7;
    font-size: 11px;
    line-height: 18px;
    color: #535353;
}*/

.tooltip {
    color: Black;
    border: solid 1px;
    font-size: 12pt;
    font-size: 1.2rem;
    line-height: 15px;
    background-color: lemonchiffon;
    padding: 5px;
    width: 280px;
    text-align: justify;
    -webkit-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
}

.smalltooltip {
    color: Black;
    border: solid 1px;
    font-size: 12pt;
    font-size: 1.2rem;
    line-height: 15px;
    background-color: lemonchiffon;
    padding: 5px;
    width: 180px;
    text-align: justify;
    -webkit-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.4);
}

.moduletitel {
    display: block;
    margin: 0.5em 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 16px;
    color: #F60;
    padding-left: 15px;
}


.plaatsdataitem /* Plaats en Data veld in aanbodgrid->plaatsEnData*/ {
    padding-bottom: 0.4em;
    padding-bottom: 0.3em;
    margin-left: 10px;
    padding-left: 5px;
    border-bottom: 1px dotted #909;
    margin-bottom: 5px;
}

    .plaatsdataitem:last-child {
        border-bottom: none;
    }

    .plaatsdataitem .adresTitel {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
    }

    .plaatsdataitem ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .plaatsdataitem li {
        margin: 3px 0;
    }

.toonaanbodh4 {
    /*titels in toonaanbodmodules*/
    padding: 0.7em 0 0.3em 0;
}

.toonaanbodurl {
}

.inschrijflink {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}





/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.confbutrow {
    text-align: right;
}

    .confbutrow input {
        margin: 0;
        width: 80px;
    }
/*
#middenblok {
	text-align: center;
	clear: none;
}

#middenblok a{
font-weight: bold;

}
*/

#bovenblok {
    border: 1px dashed gray;
    /*height: 190px;*/
    padding: 5px;
}

#onderblok {
    margin-top: 15px;
    border: 1px dashed gray;
    /*height: 290px;*/
    padding: 5px;
}

#bestelbonblok {
    margin-top: 15px;
    border: 1px dashed gray;
    /*height: 290px;*/
    padding: 5px;
}

.pulldown {
    height: 3px;
    clear: both;
}

#rechtsblok {
    float: right;
    clear: none;
    padding: 0 0 10px 0.5%;
    width: 49%;
}

#linksblok {
    float: left;
    clear: none;
    padding: 0 0 10px 0.5%;
    width: 49%;
}

.mededeling {
    color: green;
}

.mededelingvet {
    font-weight: bold;
    color: green;
}
/*============= Opmaak Aanbod Tonen (aanbodgrid) =============*/

.typeLogo {
    float: right;
    margin-left: 10px;
}


.modTitel {
    padding-top: 25px;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    min-height: 50px;
}


* html .modTitel {
    /*IE ONLY*/
    height: 90px;
}

#onasmodule {
    margin-top: 20px;
}

#module {
    margin-top: 20px;
    border-bottom: 3px solid #909;
}


    #module .moduleveld, #onasmodule .moduleveld {
        display: block;
        padding-bottom: 5px;
        border-bottom: 2px solid #909;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 10px;
        text-align: justify;
    }

#aanbTitBlok {
    height: auto;
    border: 3px solid #909;
    border-radius: 10px;
    padding: 3px 10px 0 10px;
}

* html #page_wrapper {
    width: expression(Math.max(document.body.clientWidth - 20, 960)+'px');
    /*IE ONLY*/
}

.pldatselectitem { /*gehele blok*/
    margin-bottom: 10px;
}

.pldatInfo { /*info in de top*/
    border-bottom: 3px solid #909;
    margin: 0;
}

.inschrStad {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #F60;
}


.pldatTopUL {
    margin: 0 !important;
    list-style-type: none;
}

.geenReeksenAanbod {
    margin-left: 25px;
    margin-bottom: 10px;
}

#aanbodTopMenu, #aanbodBotMenu {
    margin-top: 1px;
    margin-bottom: 0;
    padding: 5px 0;
    margin-left: 10px;
    line-height: 18px;
}

#aanbodBotMenu {
    margin-top: 2px;
    margin-bottom: 12px;
}

    #aanbodTopMenu li, #aanbodBotMenu li {
        list-style: none;
        margin: 0;
        display: inline;
    }

        #aanbodTopMenu li a, #aanbodBotMenu li a {
            color: #F1F6FE;
            padding: 5px 15px;
            margin-left: 3px;
            background: #909;
            text-decoration: none;
        }

            #aanbodTopMenu li a.terugLink, #aanbodBotMenu li a.terugLink {
                color: #FFF;
                background: #AAA;
                font-size: 18px;
                font-size: 1.8rem;
            }

        #aanbodTopMenu li a {
            border-bottom: none;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        #aanbodBotMenu li a {
            border: 0;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

            #aanbodTopMenu li a:hover, #aanbodBotMenu li a:hover {
                color: #FFFFFF;
                background: #F60;
            }

#ismBlok {
    padding: 5px;
    height: 110px;
    margin-bottom: 10px;
}

    #ismBlok div {
        margin-top: 10px;
        width: 20%;
        float: left;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        font-size: 1.0rem;
    }

#aanbIsmBlok {
    padding: 5px;
    margin-bottom: 10px;
}

    #aanbIsmBlok div {
        margin-top: 10px;
        width: 20%;
        float: left;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        font-size: 1.2rem;
    }

        /*#aanbIsmBlok div ul{
	text-align: center;
	border-top:1px solid #ccc;
	margin: 0;
	padding:0;
	margin: 0 10px 0 10px;
	list-style: none;
}

#aanbIsmBlok div ul li{
	border: 1px solid #ccc;
	border-top: none;
	padding: 3px;
} */

        #aanbIsmBlok div .ismBlokLink {
            height: 105px;
            display: block;
        }

#ajaxBalk {
    background-color: #f7f7f7;
    border: 2px dotted #909;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 200px;
    margin-right: 200px;
}

    #ajaxBalk #sluitBalk {
        float: right;
        border: 1px solid #909;
    }

#sluitBalk a {
    padding: 2px;
    font-weight: 900;
}

    #sluitBalk a:hover {
        text-decoration: none;
    }

#ajaxBalkHead h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 18px;
    color: #F60;
}


/*=========aanbod===========*/

.aanbodlijst {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 0;
}

    .aanbodlijst li a {
        display: block;
        border-top: 0;
        margin: 0;
        padding: 0;
        padding: 5px;
        padding-left: 8px;
    }

        .aanbodlijst li a:hover {
            text-decoration: none;
            background-color: #909;
            color: #fFF;
        }

    .aanbodlijst li:last-child a:hover, .aanbodlijst li.selected:last-child a {
        border-bottom-left-radius: 10px;
    }

    .aanbodlijst .selected a {
        display: block;
        border-bottom: 0;
        background-color: #909;
        color: #fFF;
    }



.rightSideMenu {
    margin: 5px 5px 10px 10px;
    padding-left: 0;
}

.helpLabel {
    cursor: help;
    color: #F60;
    margin-left: 10px;
}

.nwDeeln {
    /*Nieuwe deelnemer linkjes*/
    background-image: url(../images/icon_add.gif);
    background-repeat: no-repeat;
    display: block;
    width: 270px;
    height: 20px;
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 22px;
}

    .nwDeeln:hover {
        text-decoration: none;
        background-image: url(../images/icon_add-or.gif);
    }


.mijnDeeln {
    /*Nieuwe deelnemer linkjes*/
    background-image: url(../images/icon_edit.gif);
    background-repeat: no-repeat;
    display: block;
    width: 270px;
    height: 20px;
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 22px;
}

    .mijnDeeln:hover {
        text-decoration: none;
        background-image: url(../images/icon_edit-or.gif);
    }

    .mijnDeeln.inline {
        display: inline;
        padding-bottom: 3px;
    }

.volgStap {
    /*Volgende stap linkjes*/
    background: url(../images/icon_next.gif) no-repeat right;
    clear: both;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    width: 140px;
    height: 20px;
    margin: 5px;
}

    .volgStap:hover {
        background: url(../images/icon_next-or.gif) no-repeat right;
        text-decoration: none;
    }

.gegWijz {
    clear: both;
    background: url(../images/icon_edit.gif) no-repeat right;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    width: 175px;
    height: 20px;
    margin: 5px;
}

    .gegWijz:hover {
        background: url(../images/icon_edit-or.gif) no-repeat right;
        text-decoration: none;
    }

.editButn {
    width: 20px;
    height: 20px;
    background: url(../images/icon_edit.gif) no-repeat;
}

.delButn {
    width: 20px;
    height: 20px;
    background: url(../images/icon_del.gif) no-repeat;
}

.editButn:hover {
    background: url(../images/icon_edit-or.gif) no-repeat;
}

.delButn:hover {
    background: url(../images/icon_del-or.gif) no-repeat;
}


.toonRksData {
    color: #F60;
}

    .toonRksData input {
        margin-left: 0;
    }

.dichtBlok {
    color: #F60;
    margin-top: 2px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline;
}

.lesplInftit {
    display: block;
    margin: 0.5em 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 12px;
    color: #f60;
    padding-left: 15px;
}

.lesplInfVeld {
    display: block;
    padding-bottom: 5px;
    border-bottom: 2px solid #909;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: justify;
}

.pdfDownLink {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    float: right;
}

    .pdfDownLink img {
        border: 0;
        position: relative;
        top: 3px;
    }

#feedbackbutton {
    position: absolute;
    top: 10px;
    left: 70%;
    color: #fcfdfe;
    padding: 5px 15px;
    margin-left: 8px;
    border-top: none;
    background: #F60;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    #feedbackbutton:hover {
        background: #909;
    }

.feedbackwindow {
    width: 440px;
    border: 1px solid black;
    background: white;
    padding: 5px;
}

    .feedbackwindow textarea {
        width: 425px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 4px;
        height: 70px;
    }

    .feedbackwindow input {
        margin-left: 0;
        margin-right: 10px;
        width: 90px;
        float: right;
    }

    .feedbackwindow #pulldown {
        clear: both;
        height: 1px;
    }

#feedbWachtBlok {
    height: 80px;
    display: block;
    text-align: center;
    padding-top: 40px;
}

#feedbBedankt {
    height: 80px;
    display: block;
    text-align: center;
    padding-top: 40px;
}

#bijkinfo {
    margin: 0;
    padding: 5px;
    list-style-type: none;
}

.warning {
    color: Red !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.ok {
    color: Green !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.smallwarning {
    color: Red !important;
}

.smallalert {
    color: #909 !important;
}

.disabled {
    color: gray;
}

.inschrMeerLesplLespl {
    display: inline;
    font-size: 10px;
    font-size: 1.0rem;
}

/* JQ modal */
#delmodal {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    background-color: #f7f7f7;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

#modalbtnrow {
    margin-top: 10px;
    text-align: center;
}

    #modalbtnrow button {
        width: 70px;
        margin: 5px;
    }

.jqmOverlay {
    background-color: #000;
}

textarea {
    width: 350px;
}

.greenicon .ui-icon {
    background-image: url(ui-lightness/images/ui-icons_00ce02_256x240.png);
}

.grayicon .ui-icon {
    background-image: url(ui-lightness/images/ui-icons_888888_256x240.png);
}

#messagediv {
    margin-right: 200px;
    margin-left: 15px;
}

#right_side #ingelogdBlok {
    margin-left: 5px;
    margin-top: 5px;
}

ol {
}

.nieuwsitem {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.nieuwsbriefitem {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.nieuwsheader {
    background-color: #909;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 4px;
    margin: 0;
    margin-left: -10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.nieuwsbriefitem .nieuwsheader {
    margin-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
}

#ctl00_Content_verbondlogo {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
}

.chkGeenUren input {
    width: 20px;
}

.nieuwsDatum {
    font-size: small;
    font-size: 1.2rem;
    font-weight: normal;
    float: right;
    margin-right: 10px;
    position: relative;
    /*bottom: -3px;*/
    color: #fff;
}

.nieuwsTitel {
    color: #FFF;
}
/* vormgevingsfonds */
table.vormgevingsfonds, table.dlnInst {
    border-collapse: collapse;
}

    table.vormgevingsfonds td, table.vormgevingsfonds td {
        border: 1px solid #DDDDDD;
        padding: 2px 5px;
    }

    table.dlnInst td, table.dlnInst th {
        border: 1px solid #DDDDDD;
        padding: 4px 10px;
    }

table.dubbels {
    border-collapse: collapse;
    width: 100%;
}

    table.dubbels th, table.dubbels td {
        border: 1px solid #BBB;
        padding: 4px 10px;
    }

    table.dubbels th {
        color: #F60;
    }


div.uitschrijfredenen input {
    margin-left: 0;
    width: 10px;
}

    div.uitschrijfredenen input.inputtext {
        width: 200px;
    }



div.uitschrijfredenen label {
    position: relative;
}

tr.overigekosten td {
    vertical-align: top;
    border-bottom: 1px dotted #535353;
}

.vraagofkorting td {
    padding-left: 15px;
}

.inschrinfo table, .inschrinfo table tr, .inschrinfo table tr td {
    border: 0;
}

.totaalvraagofkorting td {
    font-weight: bold;
}

.vraagofkortingdeelnemer {
    font-weight: bold;
    padding-top: 10px;
}

.backgroundTable table {
    text-align: left;
}

.nasCoord {
    font-weight: bold;
    color: #F60;
}

.arrow_box {
    position: relative;
    background: #ffcaa6;
    border: 4px solid #F60;
    border-radius: 6px 6px 6px 6px;
    height: 10px;
    padding: 20px;
    width: 15%;
    margin-left: 75%;
    margin-bottom: 80px;
    color: gray;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 55px;
}

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 202, 166, 0);
        border-left-color: #ffcaa6;
        border-width: 60px;
        top: 50%;
        margin-top: -60px;
    }

    .arrow_box:before {
        border-color: rgba(255, 153, 0, 0);
        border-left-color: #F60;
        border-width: 66px;
        top: 50%;
        margin-top: -66px;
    }

#usermodal {
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    background-color: #f7f7f7;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

#dupesModal {
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    background-color: #f7f7f7;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    max-height: 500px;
    overflow-y: scroll;
}


#mergemodal {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background-color: #f7f7f7;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

#inhoud #urlblok ol {
    border-bottom: 1px solid #909;
    padding: 0;
    width: 700px;
    width: 70rem;
}

#inhoud #urlblok li {
    border: 1px solid #909;
    border-width: 0.1rem;
    border-bottom: none;
    display: inline;
    margin: 4px;
    margin: 0.4rem;
    line-height: 18px;
    font-size: 14px;
    background-color: #909;
}

    #inhoud #urlblok li a {
        margin: 1rem;
        color: #fff;
    }


.clearbox {
    border: 1px solid rgba(255, 102, 0, 0.30);
    display: inline-block;
    padding: 8px;
    margin-bottom: 10px;
    background-color: rgba(245, 130, 32, 0.08);
}

.inactief {
    color: #888;
}

.workshopreeksblok {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.workshoptitblok .tit {
    font-size: 1.5rem;
    font-weight: bold;
}

.workshopblock {
    margin-left: 20px;
}

.workshoptit {
    font-size: 1.4rem;
    font-weight: bold;
    color: #F60;
}

.workshoptime {
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}

.workshopdesc {
    margin-left: 20px;
    display: block;
    margin-bottom: 10px;
}

.workshopteacher {
    font-style: italic;
    margin-bottom: 5px;
}

.workshopdesc p {
    margin: 0 !important;
}

.dupestable {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    margin-bottom: 10px;
}

    .dupestable td, .dupestable th {
        border: 1px solid #e9e9e9;
        padding: 2px 5px;
    }

    .dupestable th {
        background: #e9e9e9;
    }

    .dupestable .selrow {
        background: rgba(234,248,222,0.5);
    }

#checkDupesBox {
    font-size: 1.5rem;
    margin-left: 30%;
    margin-top: 10px;
    height: 50px;
    line-height: 35px;
}

    #checkDupesBox img {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 3px;
    }

#selEmail {
    width: auto;
}

.orange {
    color: #F60 !important;
}

.bigbutton {
    width: auto;
    height: 100px;
    /* background-color: orange; */
    /* color: white; */
    /* border: 5px solid darkorange; */
    font-size: 1.3em;
    margin-top: 20px;
    margin-left: 20px;
}

.chkGast input {
    width: auto;
    margin-left: auto;
}
