﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/*@font-face {
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    src: local('Gotham'), url('fonts/Gotham/gotham-light-1.woff') format('woff');
}

@font-face {
    font-family: 'GothamBook';
    font-weight: normal;
    font-style: normal;
    src: local('GothamBook'), url('fonts/Gotham/gotham-book-1.woff') format('woff');
}*/
* {
    outline-width: medium !important;
    outline-style: none !important;
    outline-color: invert !important;
    outline: none !important;
}

:root {
    --main-font-family: 'Inter', sans-serif;
    --main-text-color: #4F4F56;
    --menu-text-color: #4f4f56;
    --menu-hover-color: #8e0f30;
    --main-accent-color: #da1e48;
    --main-accent-hover-color: #da1e48;
    --sec-accent-color: #7d7d7d;
    --sec-accent-hover-color: #7d7d7d;
    --width-large: 220px;
    --width-very-large: 330px;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
}

::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
    border: 3px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
}

::-webkit-scrollbar-corner {
}

/********************************* EIGEN ****************************************/
.adres:first-line {
    font-weight: bold;
}

.alertPanel, .alertPanelError {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*display: inline-block;*/
    width: 100%;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 10px;
}

.alertPanel {
    border: 1px solid #3480eb;
    background-color: #e8f1fc; /*#d3dff0;*/
    color: #2f68ba;
}

.alertPanelError {
    border: 1px solid #e00000;
    background-color: #ffe6e6;
    color: #cc3131;
}

#divWait {
    position: absolute;
    display: none;
    height: 70px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

    #divWait #divWaitMessage {
        background-image: url(../images/loading.gif);
        background-position: left top;
        background-repeat: no-repeat;
        clear: inherit;
        height: 40px;
        top: 30%;
        margin-left: auto;
        margin-right: auto;
        width: 130px;
        position: relative;
        padding-left: 40px;
        font-size: 12px;
        color: #444444;
        letter-spacing: .2pt;
        padding-top: 8px;
    }

.error, .errorLarge {
    color: Red;
    /*font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;*/
    /*font-size: 11px;*/
    font-weight: normal;
    display: inline;
}

.errorLarge {
    font-size: 15px !important;
}

.tdBijlageLink {
    
}

.tdWait {
    background-color: White;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

::selection {
    color: #fff;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: #4564cd;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    border-style: none;
    border-color: currentColor;
    border-width: 0px;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

button, input, select, textarea {
    font-size: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    vertical-align: middle;
}

button, input {
    line-height: normal;
}

body {
    font-family: var(--main-font-family);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    color: var(--main-text-color);
    /*    line-height: 32px;*/
    font-size: 14px;
}

blockquote {
    font-family: var(--main-font-family);
    color: var(--main-accent-color);
    font-weight: normal;
    text-transform: none;
    border: none;
    font-size: 24px;
    /*line-height: 22pt;*/
    padding: 0px;
}

blockquote, hr {
    margin: 0px 0px 20px;
}

a {
    /*color: #888888;*/
    color: #4B4F54;
    text-decoration: none;
    cursor: pointer;
}


a {
    color: #333;
    text-decoration: none;
}

ul, ol {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
}

    ul ul, ul ol, ol ol, ol ul {
        margin-bottom: 0px;
    }

ul {
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}

dt {
    font-weight: bold;
}

form {
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

label, input, button, select, textarea {
    line-height: 1.4;
    font-weight: normal;
    font-family: var(--main-font-family);
}

    select, textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        margin-bottom: 9px;
        display: inline-block;
    }

input, textarea {
    /*width: 210px;*/
}

    textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
        border-style: solid;
        border-color: currentColor;
        border-width: 1px;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    }









dl dt {
    font-weight: normal;
}

*[data-click] {
    cursor: pointer;
}

dl {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#wrapper {
    width: 100%;
}

.limiter {
    width: 1170px;
    max-width: 90%;
    margin: 0px auto;
    position: relative;
}

.input {
    display: inline-block;
}

    .input.largetext, .input.largepassword {
        height: 40px;
        padding: 0px 0px 0px 10px;
        position: relative;
        background: url(../images/sprite-controls.png) no-repeat scroll 0px -350px transparent;
    }

        .input.largetext span, .input.largepassword span {
            display: block;
            height: 40px;
            padding: 0px 10px 0px 0px;
            background: url(../images/sprite-controls.png) no-repeat scroll right -350px transparent;
        }

            .input.largetext span input, .input.largepassword span input {
                background: none;
                border: 0px;
                box-shadow: none;
                color: #fff;
                display: block;
                /*font-family: Arial, sans-serif !important;*/
                font-size: 12pt;
                font-weight: bold;
                line-height: 12pt;
                margin: 0px;
                padding: 11px 0px 10px;
            }

        .input.largetext.focus, .input.largepassword.focus {
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -390px transparent;
        }

            .input.largetext.focus span, .input.largepassword.focus span {
                background: url(../images/sprite-controls.png) no-repeat scroll right -390px transparent;
            }

        .input.largetext.verysmall input, .input.largepassword.verysmall input {
            width: 35px;
        }

        .input.largetext.small input, .input.largepassword.small input {
            width: 75px;
        }

        .input.largetext.medium input, .input.largepassword.medium input {
            width: 125px;
        }

        .input.largetext.large input, .input.largepassword.large input {
            width: var(--width-large);
        }

        .input.largetext.verylarge input, .input.largepassword.verylarge input {
            width: var(--width-very-large);
        }

header {
    position: relative;
    /*background: url(../images/sprite-navigation.png) no-repeat scroll center bottom transparent;*/
}

    header .navigation {
        height: 120px;
        margin: 0px 0px -10px;
        padding: 0px 0px 10px;
        background: url("../images/DCZuid/headerBG.png");
        background-repeat: repeat-x;
        background-position-x: 0px;
        background-position-y: top;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
        background-color: transparent;
    }

        header .navigation .logo {
            left: 0px;
            top: 55px;
            width: 160px;
            position: absolute;
        }

        header .navigation .naw {
            left: 0px;
            top: 330px;
            position: absolute;
        }

        header .navigation .socialnetwork {
            left: 0px;
            top: 500px;
            position: absolute;
        }



.socialnetworkfacebook {
    height: 45px;
    width: 45px;
    background: url("../images/sprite-controls.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -550px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    display: block;
}

.socialnetworktwitter {
    height: 45px;
    width: 45px;
    background: url("../images/sprite-controls.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: -50px;
    background-position-y: -550px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    display: block;
}

.socialnetworkmap {
    height: 45px;
    width: 45px;
    background: url("../images/sprite-controls.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-position-y: -550px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    display: block;
}

.socialnetworkmail {
    height: 45px;
    width: 45px;
    background: url("../images/sprite-controls.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: -150px;
    background-position-y: -550px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    display: block;
}

header .navigation .socialnetwork h2 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    line-height: 4pt;
    font-size: 14pt;
}

header .navigation .super {
    height: 30px;
    width: 100%;
    /*background-image: url("../images/sprite-navigation.png");*/
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -150px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}

    header .navigation .super .super-menu {
        float: right;
        width: auto;
        height: 30px;
    }

        header .navigation .super .super-menu nav dl {
            margin: 0px 0px 0px 0px;
        }

            header .navigation .super .super-menu nav dl dt {
                line-height: 9pt;
                padding: 14px 20px 14px 0px;
                font-size: 9pt;
                font-weight: normal;
                float: left;
            }

                header .navigation .super .super-menu nav dl dt a {
                    /*color: #ae8740;*/
                    text-decoration: none;
                }


    header .navigation .super nav dl {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 195px;
    }

        header .navigation .super nav dl dt {
            line-height: 9pt;
            padding-top: 14px;
            padding-right: 20px;
            padding-bottom: 14px;
            padding-left: 0px;
            /*font-family: Arial, sans-serif;*/
            font-size: 9pt;
            font-weight: bold;
            float: left;
        }

            header .navigation .super nav dl dt a {
                text-decoration: none;
            }

    header .navigation .super .info {
        float: right;
    }

        header .navigation .super .info dl {
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
        }

            header .navigation .super .info dl dt {
                line-height: 9pt;
                padding-top: 14px;
                padding-right: 10px;
                padding-bottom: 14px;
                padding-left: 0px;
                /*font-family: Arial, sans-serif;*/
                font-size: 9pt;
                font-weight: normal;
                float: left;
            }

                header .navigation .super .info dl dt.label {
                    color: #666;
                }

                header .navigation .super .info dl dt.location {
                    line-height: 10.5pt;
                    padding-top: 13px;
                    padding-right: 20px;
                    padding-bottom: 13px;
                    padding-left: 0px;
                    font-size: 10.5pt;
                    font-weight: bold;
                    color: #c90000;
                }

                    header .navigation .super .info dl dt.location a {
                        color: #c90000;
                        padding-top: 0px;
                        padding-right: 0px;
                        padding-bottom: 0px;
                        padding-left: 20px;
                        background-image: url("../images/sprite-controls.png");
                        background-attachment: scroll;
                        background-repeat: no-repeat;
                        background-position-x: -680px;
                        background-position-y: -20px;
                        background-size: auto;
                        background-origin: padding-box;
                        background-clip: border-box;
                        background-color: transparent;
                    }

                header .navigation .super .info dl dt.phonenr {
                    font-weight: bold;
                }

                header .navigation .super .info dl dt.changelocation {
                    height: 12px;
                    padding-top: 14px;
                    padding-right: 20px;
                    padding-bottom: 14px;
                    padding-left: 20px;
                    background-image: url("../images/sprite-navigation.png");
                    background-attachment: scroll;
                    background-repeat: no-repeat;
                    background-position-x: -855px;
                    background-position-y: -70px;
                    background-size: auto;
                    background-origin: padding-box;
                    background-clip: border-box;
                    background-color: transparent;
                }

                    header .navigation .super .info dl dt.changelocation a {
                        color: #3283cb;
                    }

header .navigation .main {
    min-width: 990px;
    height: 50px;
    /*background: #333333 url(../images/bn/menuGradient.png) no-repeat -30px 0px;*/
    background-color: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    header .navigation .main .menu-items div table {
        height: 40px;
    }

        header .navigation .main .menu-items div table tr td {
/*            border-bottom: 3px solid #FFF;
            transition: all 0.9s;*/
        }

            header .navigation .main .menu-items div table tr td:hover {
                /*border-bottom: 3px solid var(--main-accent-color);*/
            }

    header .navigation .main .menu-items {
        font-family: var(--main-font-family);
        text-transform: none;
        position: relative;
        width: auto;
        height: 100%;
        margin-top: 35px;
    }

        header .navigation .main .menu-items .menu-item-right {
            position: absolute;
            display: inline-block;
            float: right;
            right: 0px;
            height: 29px;
            width: auto;
            background-color: #ae8740;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

    header .navigation .main ul, header .navigation .main li {
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
    }

    header .navigation .main nav > ul {
        height: 80px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 1px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 195px;
        display: inline-block;
    }

        header .navigation .main nav > ul > li {
            height: 70px;
            line-height: 12pt;
            padding-top: 0px;
            padding-right: 1px;
            padding-bottom: 0px;
            padding-left: 0px;
            float: left;
            position: relative;
            background-image: url("../images/sprite-navigation.png");
            background-attachment: scroll;
            background-repeat: no-repeat;
            background-position-x: right;
            background-position-y: -190px;
            background-size: auto;
            background-origin: padding-box;
            background-clip: border-box;
            background-color: transparent;
        }

            header .navigation .main nav > ul > li > a {
                line-height: 12pt;
                padding-top: 29px;
                padding-right: 15px;
                padding-bottom: 25px;
                padding-left: 15px;
                /*font-family: DendaNewRegular, sans-serif;*/
                font-size: 12pt;
                font-weight: normal;
                text-decoration: none;
                display: block;
            }


                header .navigation .main nav > ul > li > a .arrow {
                    width: 8px;
                    height: 16px;
                    margin-top: 0px;
                    margin-right: 0px;
                    margin-bottom: 0px;
                    margin-left: 10px;
                    vertical-align: bottom;
                    display: inline-block;
                    background-image: url("../images/sprite-controls.png");
                    background-attachment: scroll;
                    background-repeat: no-repeat;
                    background-position-x: -450px;
                    background-position-y: 3px;
                    background-size: auto;
                    background-origin: padding-box;
                    background-clip: border-box;
                    background-color: transparent;
                }

            header .navigation .main nav > ul > li > ul {
                left: 0px;
                top: 70px;
                padding-top: 10px;
                padding-right: 20px;
                padding-bottom: 10px;
                padding-left: 20px;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
                display: none;
                position: absolute;
                min-width: 100%;
                box-shadow: 2px 3px 3px rgba(0,0,0,0.5);
                background-color: rgb(255, 255, 255);
            }

                header .navigation .main nav > ul > li > ul > li {
                    padding-top: 5px;
                    padding-right: 0px;
                    padding-bottom: 5px;
                    padding-left: 0px;
                }

                    header .navigation .main nav > ul > li > ul > li > a {
                        color: #666;
                        line-height: 11.7pt;
                        padding-top: 0px;
                        padding-right: 0px;
                        padding-bottom: 0px;
                        padding-left: 15px;
                        /*font-family: Arial, sans-serif;*/
                        font-size: 9pt;
                        font-weight: normal;
                        display: block;
                        background-image: url("../images/sprite-controls.png");
                        background-attachment: scroll;
                        background-repeat: no-repeat;
                        background-position-x: -120px;
                        background-position-y: -30px;
                        background-size: auto;
                        background-origin: padding-box;
                        background-clip: border-box;
                        background-color: transparent;
                    }

header .navigation .searchform .input {
    margin-top: 35px;
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
}

    header .navigation .searchform .input input {
        width: 42px;
    }

header .navigation .searchform .background {
    height: 80px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-image: url("../images/sprite-navigation.png");
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position-x: right;
    background-position-y: -510px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}

.menu, .menu-active, .menu-selected, .menu-static {
    height: 24px;
    line-height: 12pt;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    float: left;
    /*background-image: url("../images/sprite-navigation.png");*/
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -190px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    font-family: inherit;
    font-size: 15px;
    color: var(--menu-text-color);
    text-decoration: none;
    font-weight: 600;
}

a:hover.menu, a.menu-active, a:hover.menu-active {
    height: 24px;
    color: var(--menu-hover-color);
    text-decoration: none;    
}

a.menu-active {
    color: var(--main-accent-color); 
    font-weight: 700;
}

.menu-selected {
    background-color: transparent;
    height: 24px;
    font-weight: bold;
    text-decoration: none;
}

.menu-static {
    color: #FFF;
    text-decoration: none;
}

a.menu-selected, a:hover.menu-selected, a:hover.menu-static {
    text-decoration: none;
}

a:hover.menu-static {
    color: #fff;
    text-decoration: none;
}

.menu:hover, .menu-selected:hover {
    color: var(--menu-hover-color);
}

a.arcLink {
    color: var(--main-accent-color);
    text-decoration: underline;
}

.gridLink {
    color: var(--main-accent-color);
    text-decoration: underline;
}

#window {
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 1px 1px 5px #aaa;
    background-color: rgb(255, 255, 255);
}

#window-no-padding {
    padding: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 1px 1px 5px #aaa;
    background-color: rgb(255, 255, 255);
}

.counterswrapper {
    
}

.counterinstructionsbutton {
    margin-top: 5px;
}

/********************************ORG******************************************************/
.googlemapfix img {
    max-width: none;
}

.googlemapfix label {
    width: auto;
    display: inline;
}



::-moz-selection {
    background: #4564cd;
    color: #fff;
}



audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }



a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover, a:active {
    outline: 0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}



#map_canvas img {
    max-width: none;
}





button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*TODO:*/
body {
    margin: 0;
    /*font-family:;
	font-size:;
	line-height:;
	color:;
	background-color:;*/
}



a:hover {
    color: var(--main-accent-color);
    text-decoration: underline;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .container:before, .container:after {
        display: table;
        content: "";
    }

    .container:after {
        clear: both;
    }

.container-fluid {
    padding-right:;
    padding-left:;
    *zoom: 1;
}

    .container-fluid:before, .container-fluid:after {
        display: table;
        content: "";
    }

    .container-fluid:after {
        clear: both;
    }

p {
    margin: 0 0 0;
}

    p small {
        font-size: -2;
        color:;
    }

.lead {
    margin-bottom:;
    font-size: 20px;
    font-weight: 200;
    line-height: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    /*font-family: DendaNewBlackCondensedRegular, sans-serif;*/
    font-weight:;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        color:;
    }

h1 {
    margin-bottom: 0.5rem;
    font-family: var(--main-font-family);
    line-height: 1.2;
    font-weight: 400;
    line-height: 30.5pt;
}

    h1 small {
        font-size: 18px;
    }

    h1, h1 span {
        font-size: 40px;
    }

h2 {
    color: #2f2f2f;
    font-size: 16pt;
    font-weight: normal;
    line-height: 20.8pt;
}

    h2 small {
        font-size: 18px;
    }

h3 {
    font-size: 18px;
    line-height: 0;
}

    h3 small {
        font-size: 14px;
    }

h4, h5, h6 {
    line-height:;
}

h4 {
    font-size: 14px;
}

    h4 small {
        font-size: 12px;
    }

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
    color:;
    text-transform: uppercase;
}

.page-header {
    padding-bottom: -1;
    margin: 0;
    border-bottom: 1px solid;
}

    .page-header h1 {
        line-height: 1;
    }







ol {
    list-style: decimal;
}

li {
    line-height:;
}

ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
}



dt, dd {
    line-height:;
}



dd {
    margin-left: 0;
}

.dl-horizontal dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 130px;
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.muted {
    color:;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}



blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 0;
}

blockquote small {
    display: block;
    line-height:;
    color:;
}

    blockquote small:before {
        content: '\2014 \00A0';
    }

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid;
    border-left: 0;
}

    blockquote.pull-right p, blockquote.pull-right small {
        text-align: right;
    }

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom:;
    font-style: normal;
    line-height:;
}

small {
    font-size: 100%;
}

cite {
    font-style: normal;
}

code, pre {
    padding: 0 3px 2px;
    /*font-size: -1;*/
    /*color:;*/
    /*font-family:;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: -0.5;
    margin: 0 0 0;
    font-size: 0;
    line-height:;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    pre.prettyprint {
        margin-bottom:;
    }

    pre code {
        padding: 0;
        color: inherit;
        background-color: transparent;
        border: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}



fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
    /*color:;*/
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    legend small {
        font-size: 0;
        /*color:;*/
    }



input, button, select, textarea {
    /*font-family:;*/
}
/*label {
  display:block;
  margin-bottom:5px;
  background-color:Blue;
}*/
span.input label {
    clear: both;
    display: inline-block;
    margin: -15px 0px 0px 25px;
    margin-bottom: 5px;
    width: 200px;
    /*background-color:Red;*/
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    /*height:;*/
    padding: 4px;
    margin-bottom: 9px;
    font-size:;
    line-height:;
    color:;
}





textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color:;
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        outline: 0;
        border: 1px solid #e3e3e3;
        border-bottom: 1px solid var(--main-accent-color);
        /*border-width: 3px;*/
        /*border-radius:8px;*/
        /*transition: border-color border-width 0.4s;*/
        box-shadow: none;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 3px 0;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

select, input[type="file"] {
    height: 28px;
    *margin-top: 4px;
    line-height: 28px;
}

select {
/*    width: 220px;
    border: 1px solid #bbb;*/
}

    select[multiple], select[size] {
        height: auto;
    }

    select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px;
}

    .radio input[type="radio"], .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -18px;
    }

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: var(--width-large);
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color:;
    border-color: #ddd;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #555;
}

.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #555;
    border-color: #ccc;
}

/*    .control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
        border-color: #b3b3b3;
        -webkit-box-shadow: 0 0 6px #fff;
        -moz-box-shadow: 0 0 6px #fff;
        box-shadow: 0 0 6px #fff;
    }*/

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    color: #555;
    background-color: #f5f5f5;
    border-color: #555;
}

.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #555;
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #555;
    border-color: #ccc;
}

/*    .control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
        border-color: #b3b3b3;
        -webkit-box-shadow: 0 0 6px #fff;
        -moz-box-shadow: 0 0 6px #fff;
        box-shadow: 0 0 6px #fff;
    }*/

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #555;
    background-color: #f5f5f5;
    border-color: #555;
}

.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #555;
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #555;
    border-color: #ccc;
}

/*    .control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
        border-color: #b3b3b3;
        -webkit-box-shadow: 0 0 6px #fff;
        -moz-box-shadow: 0 0 6px #fff;
        box-shadow: 0 0 6px #fff;
    }*/

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    color: #555;
    background-color: #f5f5f5;
    border-color: #555;
}

/*input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}*/

    input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

.form-actions {
    padding: -1 20px;
    margin-top:;
    margin-bottom:;
    background-color:;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

    .form-actions:before, .form-actions:after {
        display: table;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
    cursor: not-allowed;
    background-color:;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}

:-moz-placeholder {
    color:;
}

:-ms-input-placeholder {
    color:;
}

::-webkit-input-placeholder {
    color:;
}

.help-tekst {
    background-color: #f6f6f6;
    color: #444444;
    font-weight: normal;
}

.help-block, .help-inline {
    color:;
}

.help-block {
    display: block;
    margin-bottom: 0;
}

.help-inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    *display: inline;
    *zoom: 1;
}

.input-prepend, .input-append {
    margin-bottom: 5px;
}

    .input-prepend input, .input-prepend select, .input-prepend .uneditable-input, .input-append input, .input-append select, .input-append .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        vertical-align: middle;
        -webkit-border-radius: 0 0;
        -moz-border-radius: 0 0;
        border-radius: 0 0;
    }

    .input-prepend .uneditable-input, .input-append .uneditable-input {
        border-left-color: #ccc;
    }

    .input-prepend .add-on, .input-append .add-on {
        display: inline-block;
        width: auto;
        height:;
        min-width: 16px;
        padding: 4px 5px;
        font-weight: normal;
        line-height:;
        text-align: center;
        text-shadow: 0 1px 0;
        vertical-align: middle;
        background-color:;
        border: 1px solid #ccc;
    }

    .input-prepend .add-on, .input-prepend .btn, .input-append .add-on, .input-append .btn {
        margin-left: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-prepend .active, .input-append .active {
        background-color: #4d4d4d;
        border-color:;
    }

    .input-prepend .add-on, .input-prepend .btn {
        margin-right: -1px;
    }

        .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
            -webkit-border-radius: 0 0;
            -moz-border-radius: 0 0;
            border-radius: 0 0;
        }

    .input-append input, .input-append select, .input-append .uneditable-input {
        -webkit-border-radius: 0 0;
        -moz-border-radius: 0 0;
        border-radius: 0 0;
    }

    .input-append .uneditable-input {
        border-right-color: #ccc;
        border-left-color: #eee;
    }

    .input-append .add-on:last-child, .input-append .btn:last-child {
        -webkit-border-radius: 0 0;
        -moz-border-radius: 0 0;
        border-radius: 0 0;
    }

    .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
        margin-right: -1px;
        -webkit-border-radius: 0 0;
        -moz-border-radius: 0 0;
        border-radius: 0 0;
    }

    .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
        margin-left: -1px;
        -webkit-border-radius: 0 0;
        -moz-border-radius: 0 0;
        border-radius: 0 0;
    }

.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    *display: inline;
    *zoom: 1;
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none;
}

.form-search label, .form-inline label {
    display: inline-block;
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: left;
        margin-right: 3px;
        margin-left: 0;
    }

.control-group {
    margin-bottom: 0;
}

legend + .control-group {
    margin-top:;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom:;
    *zoom: 1;
}

    .form-horizontal .control-group:before, .form-horizontal .control-group:after {
        display: table;
        content: "";
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

.form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 160px;
    *margin-left: 0;
}

    .form-horizontal .controls:first-child {
        *padding-left: 160px;
    }

.form-horizontal .help-block {
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .form-actions {
    padding-left: 160px;
}

table {
    max-width: 100%;
    background-color:;
    border-collapse: collapse;
    border-spacing: 0;
}

.tabPanel {
    overflow: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.table {
    width: 100%;
    margin: 20px 0;
    border-collapse: separate !important;
}

    .table th, .table td {
        padding: 8px;
        /*line-height:;*/
        text-align: left;
        vertical-align: top;
        /*border-top: 1px solid;
		border: 1px solid #E2E2E2;*/
        border-left: 0px solid;
        border-right: 0px solid;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid;
    }

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th, .table-bordered td {
        border-left: 1px solid;
    }

    .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
        }

    .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px;
    }

    .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color:;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color:;
}

table .span1 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span2 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span3 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span4 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span5 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span6 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span7 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span8 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span9 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span10 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span11 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span12 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span13 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span14 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span15 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span16 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span17 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span18 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span19 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span20 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span21 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span22 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span23 {
    float: none;
    width: -16;
    margin-left: 0;
}

table .span24 {
    float: none;
    width: -16;
    margin-left: 0;
}


blockquote.blockquote-small {
    font-size: 16px;
}

blockquote.highlight {
    margin: 0px 0px 40px;
    position: relative;
}

    blockquote.highlight .top {
        height: 10px !important;
        width: 100%;
    }

        blockquote.highlight .top .left {
            float: left;
            height: 10px;
            width: 50%;
            background: url(../images/sprite-controls.png) no-repeat scroll left -1900px transparent;
        }

        blockquote.highlight .top .right {
            float: right;
            height: 10px;
            width: 50%;
            background: url(../images/sprite-controls.png) no-repeat scroll right -1900px transparent;
        }

    blockquote.highlight .content {
        background: #c90000;
        color: #fff;
        float: none !important;
        /*font-family: DendaNewRegular, sans-serif;*/
        font-size: 16pt;
        font-style: italic;
        font-weight: normal;
        line-height: 20.8pt;
        padding: 10px 20px;
        width: auto !important;
    }

    blockquote.highlight .bottom {
        height: 35px !important;
        width: 100%;
    }

        blockquote.highlight .bottom .left {
            float: left;
            height: 35px;
            width: 50%;
            background: url(../images/sprite-controls.png) no-repeat scroll left -1910px transparent;
        }

        blockquote.highlight .bottom .right {
            float: right;
            height: 35px;
            width: 50%;
            background: url(../images/sprite-controls.png) no-repeat scroll right -1910px transparent;
        }

    blockquote.highlight .quotee {
        bottom: -20px;
        color: #333;
        /*font-family: Arial, sans-serif;*/
        font-size: 9pt;
        font-weight: bold;
        height: 40px;
        line-height: 12.6pt;
        position: absolute;
        right: 80px;
    }



















form .errormsg {
    color: #c90000;
    /*display:none;*/
    padding: 10px 0px 10px 188px;
}

form .infomsg {
    color: #85B4FF;
    /*display:none;*/
    padding: 10px 0px 10px 188px;
}

form label {
    /*display: block;
  clear:both;
  float:left;
  padding:7px 10px 6px 0px;
  /*text-align:right;
  width:165px;
  background-color:Red;*/
}

    form label.error {
        color: #c90000;
    }

form .field {
    position: relative;
    width: 600px;
    *zoom: 1;
}

    form .field:before, form .field:after {
        display: table;
        content: "";
    }

    form .field:after {
        clear: both;
    }

    form .field label {
        clear: none;
        width: auto;
    }

    form .field .radio {
        float: left;
        margin-right: 10px;
    }

    form .field .required {
        font-size: 10pt;
        position: absolute;
        right: 90px;
        top: 8px;
    }



a.dropdown .ico {
    display: inline-block;
    height: 10px;
    margin: 0px 5px 0px 0px;
    width: 10px;
    background: url(../images/sprite-controls.png) no-repeat scroll -450px 0px transparent;
}

a.dropdown:hover .ico {
    background: url(../images/sprite-controls.png) no-repeat scroll -450px -20px transparent;
}

a.dropdown.active .ico, a.dropdown:active .ico {
    background: url(../images/sprite-controls.png) no-repeat scroll -460px -20px transparent;
}

a.close {
    margin: -1px 0px;
    padding: 1px 20px 1px 0px;
    background: url(../images/sprite-controls.png) no-repeat scroll right 0px transparent;
}

a.button {
    text-decoration: none;
}



dl.bulleted dt a {
    margin: 0px 0px 5px;
    padding: 0px 0px 0px 15px;
    background: url(../images/bullet.png) no-repeat scroll 0px 3px transparent;
}

dl.linklist dt {
    border-top: 1px solid #dadada;
}

    dl.linklist dt a {
        display: block;
        margin: 10px 0px;
    }

img.rounded {
    border-radius: 10px;
    margin: 0px 0px 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.highlight {
    color: #c90000;
}





#contentbody {
    min-height: 500px;
    padding: 30px 0px;
    position: relative;
    /*background: url(../images/bodyBg.jpg) no-repeat scroll center 0px transparent;*/
    /*background-color:Red;*/
    *zoom: 1;
}

    #contentbody:before, #contentbody:after {
        display: table;
        content: "";
    }

    #contentbody:after {
        clear: both;
    }

    #contentbody .sidebar {
        float: left;
        padding: 200px 0px 0px 0px;
        width: 200px;
    }

        #contentbody .sidebar .top {
            height: 350px;
        }

            #contentbody .sidebar .top.small {
                height: 250px;
            }

        #contentbody .sidebar button.large span span {
            text-shadow: 0px 1px 0px #fff;
            width: 150px;
        }

        #contentbody .sidebar button.large.red span span {
            text-shadow: 0px 1px 0px #ffd4d4;
            width: 140px;
        }

    #contentbody td.tdContentLeft {
    }

    #contentbody .content {
        float: left;
        width: 100%;
        min-height: 600px;
        min-width: 800px;
        margin: 0px 0px 15px 0px;
        padding-left: 12px;
    }

        #contentbody .content .productimage {
            text-align: center;
        }

        #contentbody .content img {
            border-radius: 10px;
        }

        #contentbody .content .top {
            height: 550px;
        }

            #contentbody .content .top.small {
                height: 450px;
            }

        #contentbody .content .bottom .rightcolimage {
            float: right;
            margin: 0px 0px 20px 20px;
        }

.cols {
    margin: 0px 0px 20px;
    *zoom: 1;
}

    .cols:before, .cols:after {
        display: table;
        content: "";
    }

    .cols:after {
        clear: both;
    }

    .cols img {
        display: block;
        margin: 0px 0px 20px;
    }

.col1 {
    clear: both;
    float: left;
    margin: 0px;
    width: 100%;
}

.col, .col2 {
    float: left;
    margin: 0px 8% 20px 0px;
    width: 46%;
}

    .col h2, .col2 h2 {
        min-height: 55px;
    }

    .col:nth-of-type(2n), .col2:nth-of-type(2n) {
        margin: 0px;
    }

    .col:nth-of-type(2n+1), .col2:nth-of-type(2n+1) {
        clear: both;
    }

.col3 {
    float: left;
    margin: 0px 3.9999% 20px 0px;
    width: 30.6667%;
}

    .col3:nth-of-type(3n) {
        margin: 0px;
    }

    .col3:nth-of-type(3n+1) {
        clear: both;
    }

    .col3.double {
        width: 61.3334%;
    }

.col4 {
    float: left;
    margin: 0px 0.4082% 20px 0px;
    width: 24.6939%;
}

    .col4:nth-of-type(4n) {
        margin: 0px;
    }

    .col4:nth-of-type(4n+1) {
        clear: both;
    }

.line {
    clear: both;
    height: 1px;
    width: 100%;
    background: url(../images/line.png) no-repeat scroll center 0px transparent;
}

    .line.margin {
        margin: 0px 0px 20px;
    }

.modal {
    max-width: 2000px !important;
    width: auto !important;
}

.blocker {
    background-color: rgba(0,0,0,0.2) !important;
}

.nomargin {
    margin-bottom: 0px;
}

.moreinfo, .sharing {
    margin: 0px 0px 40px;
}

.actions {
    padding: 20px 0px;
}

    .actions dl dt {
        border-bottom: 1px solid #dadada;
        font-size: 10pt;
        font-weight: bold;
        height: 49px;
        line-height: 13pt;
    }

        .actions dl dt a {
            display: block;
            padding: 16px 0px 16px 45px;
        }

        .actions dl dt.last {
            border: 0px;
        }

        .actions dl dt.print {
            background: url(../images/sprite-controls.png) no-repeat scroll -210px -550px transparent;
        }

        .actions dl dt.lightbox {
            background: url(../images/sprite-controls.png) no-repeat scroll -500px -550px transparent;
        }

.social {
    display: block;
    float: left;
    height: 46px;
    margin: 0px 5px 5px 0px;
    overflow: hidden;
    text-indent: -1000px;
    width: 46px;
}

    .social.facebook {
        background: url(../images/sprite-controls.png) no-repeat scroll 0px -550px transparent;
    }

    .social.linkedin {
        background: url(../images/sprite-controls.png) no-repeat scroll 0px -1950px transparent;
    }

    .social.twitter {
        background: url(../images/sprite-controls.png) no-repeat scroll -50px -550px transparent;
    }

    .social.maps {
        background: url(../images/sprite-controls.png) no-repeat scroll -100px -550px transparent;
    }

    .social.mail {
        background: url(../images/sprite-controls.png) no-repeat scroll -150px -550px transparent;
    }

.slider {
    background: #c00;
    border-radius: 11.5px;
    display: block;
    height: 13px;
    margin: 30px 0px;
    padding: 5px 5px;
    position: relative;
    width: 500px;
    -webkit-box-shadow: -1px 0px 0px #de4947, 0px -1px 0px #de4947, 1px 0px 0px #780101, 0px 1px 0px #780101;
    -moz-box-shadow: -1px 0px 0px #de4947, 0px -1px 0px #de4947, 1px 0px 0px #780101, 0px 1px 0px #780101;
    box-shadow: -1px 0px 0px #de4947, 0px -1px 0px #de4947, 1px 0px 0px #780101, 0px 1px 0px #780101;
}

    .slider .sliderinner {
        background: #8b0705;
        border-radius: 6.5px;
        display: block;
        height: 13px;
        -webkit-box-shadow: -1px 0px 0px #780101, 0px -1px 0px #780101, 1px 0px 0px #de4947, 0px 1px 0px #de4947;
        -moz-box-shadow: -1px 0px 0px #780101, 0px -1px 0px #780101, 1px 0px 0px #de4947, 0px 1px 0px #de4947;
        box-shadow: -1px 0px 0px #780101, 0px -1px 0px #780101, 1px 0px 0px #de4947, 0px 1px 0px #de4947;
    }

        .slider .sliderinner .ctrl {
            display: block;
            height: 12px;
            margin: 0px 8px 0px 7px;
            position: relative;
        }

            .slider .sliderinner .ctrl .ui-slider-handle {
                background: #e7e7e7;
                border-radius: 5px;
                display: block;
                height: 10px;
                margin: 1px -5px;
                position: absolute;
                width: 10px;
                top: 0px;
                -webkit-box-shadow: -1px 0px 0px #d7d7d7 inset, 0px -1px 0px #d7d7d7 inset, 1px 0px 0px #fff inset, 0px 1px 0px #fff inset;
                -moz-box-shadow: -1px 0px 0px #d7d7d7 inset, 0px -1px 0px #d7d7d7 inset, 1px 0px 0px #fff inset, 0px 1px 0px #fff inset;
                box-shadow: -1px 0px 0px #d7d7d7 inset, 0px -1px 0px #d7d7d7 inset, 1px 0px 0px #fff inset, 0px 1px 0px #fff inset;
            }

    .slider .input {
        position: absolute !important;
        right: -120px;
        top: -9px;
    }

.contact {
    margin: 0px 0px 20px;
    position: relative;
}

    .contact > span {
        color: #fff;
        display: block;
        font-size: 12pt;
        font-weight: bold;
        padding: 0px 0px 0px 20px;
        position: relative;
        background: url(../images/sprite-controls.png) no-repeat scroll 0px -1080px transparent;
    }

        .contact > span > span {
            cursor: pointer;
            display: block;
            padding: 11px 40px 18px 0px;
            width: 140px;
            background: url(../images/sprite-controls.png) no-repeat scroll right -1080px transparent;
        }

            .contact > span > span > span {
                text-shadow: 0px -1px 0px #4d0202;
            }

        .contact > span .toggle {
            display: block;
            height: 6px;
            margin: -3px 0px 0px;
            right: 20px;
            padding: 0px !important;
            position: absolute;
            top: 50%;
            width: 9px !important;
            background: url(../images/sprite-controls.png) no-repeat scroll -80px -490px transparent !important;
        }

    .contact .dropdown {
        color: #fff;
        display: none;
        left: 0px;
        overflow: hidden;
        position: absolute;
        top: 25px;
    }

        .contact .dropdown button {
            margin: 10px 0px 0px;
        }

        .contact .dropdown .thumb {
            height: 50px;
            margin: 0px 0px 10px;
            padding: 4px;
            width: 50px;
            background: url(../images/sprite-controls.png) no-repeat scroll -350px -430px transparent;
        }

            .contact .dropdown .thumb img {
                border-radius: 2px;
            }

        .contact .dropdown .filler {
            display: block;
            height: 20px;
            padding: 0px 0px 0px 20px;
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -1170px transparent;
        }

            .contact .dropdown .filler > span {
                display: block;
                height: 20px;
                background: url(../images/sprite-controls.png) no-repeat scroll right -1170px transparent;
            }

        .contact .dropdown dl {
            border-top: 1px solid #830000;
        }

            .contact .dropdown dl dt {
                border-bottom: 1px solid #830000;
                border-top: 1px solid #c70000;
                font-weight: bold;
                position: relative;
            }

                .contact .dropdown dl dt > span {
                    display: block;
                    padding: 0px 0px 0px 20px;
                    background: url(../images/sprite-controls.png) no-repeat scroll 0px -1170px transparent;
                }

                    .contact .dropdown dl dt > span > span {
                        display: block;
                        background: url(../images/sprite-controls.png) no-repeat scroll right -1170px transparent;
                    }

                .contact .dropdown dl dt a {
                    color: #fff;
                    display: block;
                    padding: 8px 10px 8px 25px;
                    text-decoration: none;
                }

                .contact .dropdown dl dt .icon {
                    display: block;
                    height: 37px;
                    left: 20px;
                    padding: 0px;
                    position: absolute;
                    top: 0px;
                    width: 20px;
                }

                .contact .dropdown dl dt.message .icon {
                    background: url(../images/sprite-controls.png) no-repeat scroll -430px -430px transparent;
                }

                .contact .dropdown dl dt.message a {
                    background: url(../images/sprite-controls.png) no-repeat scroll right -470px transparent;
                }

                .contact .dropdown dl dt.call .icon {
                    background: url(../images/sprite-controls.png) no-repeat scroll -450px -430px transparent;
                }

                .contact .dropdown dl dt.call a {
                    background: url(../images/sprite-controls.png) no-repeat scroll right -470px transparent;
                }

                .contact .dropdown dl dt.person .icon {
                    background: url(../images/sprite-controls.png) no-repeat scroll -470px -430px transparent;
                }

                .contact .dropdown dl dt.person a {
                    cursor: text;
                }

            .contact .dropdown dl dd > span {
                display: block;
                padding: 0px 0px 0px 20px;
            }

                .contact .dropdown dl dd > span > span {
                    display: block;
                    padding: 8px 10px 8px 0px;
                }

            .contact .dropdown dl dd.contactinfo {
                height: 160px;
            }

                .contact .dropdown dl dd.contactinfo .icon {
                    background: url(../images/sprite-controls.png) no-repeat scroll -490px -430px transparent;
                }

                .contact .dropdown dl dd.contactinfo > span {
                    height: 160px;
                    background: url(../images/sprite-controls.png) no-repeat scroll 0px -1320px transparent;
                }

                    .contact .dropdown dl dd.contactinfo > span > span {
                        height: 150px;
                        background: url(../images/sprite-controls.png) no-repeat scroll right -1320px transparent;
                    }

    .contact.open > span {
        background: url(../images/sprite-controls.png) no-repeat scroll 0px -1130px transparent;
    }

        .contact.open > span > span {
            background: url(../images/sprite-controls.png) no-repeat scroll right -1130px transparent;
        }

/* 1. BASIS: geldt voor alle .button varianten */
/* 1. BASIS: geldt voor alle .button varianten */
button.button {
    font-family: var(--main-font-family);
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    border: 0;
    padding: 10px 30px 10px 30px;
    transition: all 0.2s ease;
    display: inline-block;
}

    /* spans binnen de button nooit een eigen achtergrond geven */
    button.button span,
    button.button span span {
        background: transparent !important;
        border: 0;
        box-shadow: none;
    }

    /* 2. PRIMAIRE knop: .button ZONDER .buttonSec  */
    button.button:not(.buttonSec),
    button.button:not(.buttonSec) span,
    button.button:not(.buttonSec) span span {
        background-image: linear-gradient(-270deg, #da1e48 0%, #8e0f30 100%);
        background-color: #8e0f30;
        color: #fff;
    }

        /* Hover alleen voor de primaire variant */
        button.button:not(.buttonSec):hover {
            /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18), 0px 2px 4px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255,255,255,0.35);*/
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.3);
        }

    /* 3. SECUNDAIRE knop: zoals "Bekijk assortiment" */
    button.button.buttonSec {
        background: #ffffff;
        color: var(--main-accent-color);
        border: 2px solid var(--main-accent-color);
    }

        /* spans van de secundaire knop transparant houden */
        button.button.buttonSec span,
        button.button.buttonSec span span {
            background: transparent;
            border: 0;
            color: inherit;
            box-shadow: none;
        }

        button.button.buttonSec:hover {
            /*background-color: rgba(218, 30, 72, 0.06);*/ /* subtiele hover */
        }



button.buttonTert {
    background-color: #0f0f0f;
    color: #fff;
}

    button.buttonTert:hover {
        background-color: #0f0f0f;
        color: #fff;
    }

/*button.small,
button.small span,
button.small span span {
    font-family: var(--main-font-family);
    background-image: linear-gradient(-270deg, #da1e48 0%, #8e0f30 100%);
    background-color: #8e0f30;
    color: white;
    font-weight: 700;
    transition: all 0.2s ease;
    border: 0px;
    padding-top: 23px;
    padding-bottom: 21px;
    padding-left: 10px;
    padding-right: 10px;
}

    button.small:hover,
    button.small:hover span,
    button.small:hover span span {*/
        /*background: var(--main-accent-hover-color);*/
    /*}

button.large,
button.large span,
button.large span span {
    font-family: var(--main-font-family);
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    background: var(--main-accent-color);
    border: 0px solid var(--main-accent-color);
    color: #fff;
    border-radius: 25px;
    padding: 8px 25px;
    margin-top: 2px;
    margin-bottom: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

    button.large:hover,
    button.large:hover span,
    button.large:hover span span {
        background-color: var(--main-accent-color);
        border-color: var(--main-accent-color);
        color: #fff;
    }*/



/*.input.text, .input.password {
    height: 27px;
    padding: 0px 0px 0px 12px;
    position: relative;*/
    /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -290px transparent;*/
/*}

    .input.text span, .input.password span {
        display: block;
        height: 27px;
        padding: 0px 12px 0px 0px;*/
        /*background: url(../images/sprite-controls.png) no-repeat scroll right -290px transparent;*/
    /*}*/

.input.text span input, .input.password span input {
    border-radius: 4px;
    box-shadow: inset 0 0 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: inline-block;
    color: black;
    border-color: rgba(151, 151, 151, 0.3);
    background-color: white;   
    width: var(--width-large);
}

    .input.text span input:focus, .input.password span input:focus {
        border-color: #979797;
    }
.input.text.focus, .input.password.focus {
    border-color: #979797;
}

    .input.text.focus span, .input.password.focus span {
        border-color: #979797;
    }

.searchWrapper {
    position: relative;
    display: flex;
    height: auto;
    width: auto;
    margin-right: 10px;
}

.search {
    width: 270px !important;
    margin-bottom:20px !important;
    /*padding-left: 18px;
    border: 1px solid #ccc;*/
}

.searchchild {
    display: inline;
    position: absolute;
    right: 5px;
    top: 14px;
}

    .searchchild img {
        cursor: pointer;
    }

.input.text.search .icon, .input.password.search .icon {
    display: inline-block;
    height: 18px;
    margin: 6px 4px 4px 0px;
    padding: 0px;
    width: 18px;
    /*background: url(../images/sprite-controls.png) no-repeat scroll -660px -30px transparent;*/
}

.input.text.search input, .input.password.search input {
    display: inline-block;
    vertical-align: top;
}

.input.text.verysmall input, .input.password.verysmall input {
    width: 31px;
}

.input.text.small input, .input.password.small input {
    width: 71px;
}

.input.text.medium input, .input.password.medium input {
    width: 121px;
}

.input.text.large input, .input.password.large input {
    margin-left: 3px;
    width: var(--width-large);
}

.input.text.verylarge input, .input.password.verylarge input {
    margin-left: 3px;
    width: var(--width-very-large);
}


input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 1.6ex;
    height: 0.6ex;
    background: rgba(0, 0, 0, 0);
    top: 1.1ex;
    left: 0.8ex;
    border: 3px solid var(--main-accent-color);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"] {
    /*line-height: 2.1ex;*/
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    left: -999em;
}

    input[type="checkbox"] + label {
        margin-left: 3px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        input[type="checkbox"] + label::before {
            content: "";
            display: inline-block;
            vertical-align: -25%;
            height: 3ex;
            width: 3ex;
            background-color: white;
            border: 2px solid var(--main-accent-color);
            border-radius: 4px;
            /*box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);*/
            margin-right: 0.5em;
        }

.input.checkbox {
    /*height: 18px;*/
    margin: 0px;
    min-width: 18px;
    min-height: 18px;
    padding: 0px;
    vertical-align: bottom;
    width: 18px;
    /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -30px transparent;*/
}

    .input.checkbox input {
        height: 18px;
        margin: 0px;
        padding: 0px;
        width: 18px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

*/

.input.checkbox:hover {
    background: var(--main-accent-color);
    /*background: url(../images/sprite-controls.png) no-repeat scroll -20px -30px transparent;*/
}

.input.checkbox.checked {
    /*background: url(../images/sprite-controls.png) no-repeat scroll -40px -30px transparent;*/
}

.input.radio {
    height: 17px;
    margin: 5px 0px;
    min-width: 17px;
    min-height: 17px;
    padding: 0px;
    vertical-align: bottom;
    width: 17px;
    /*background: url(../images/sprite-controls.png) no-repeat scroll -60px -30px transparent;*/
}

    .input.radio input {
        height: 17px;
        margin: 0px;
        padding: 0px;
        width: 17px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .input.radio:hover {
        /*background: url(../images/sprite-controls.png) no-repeat scroll -80px -30px transparent;*/
    }

    .input.radio.checked {
        /*background: url(../images/sprite-controls.png) no-repeat scroll -100px -30px transparent;*/
    }

.input.textarea {
/*    height: 175px;
    padding: 0px 0px 0px 12px;
    position: relative;*/
    /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -1480px transparent;*/
}

    .input.textarea span {
/*        display: block;
        height: 175px;
        padding: 0px 12px 0px 0px;*/
        /*background: url(../images/sprite-controls.png) no-repeat scroll right -1480px transparent;*/
    }

        .input.textarea span textarea {
            border-radius: 4px;
            box-shadow: inset 0 0 0 0;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 15px;
            display: inline-block;
            color: black;
            border-color: rgba(151, 151, 151, 0.3);
            background-color: white;
            line-height: 18px;
            resize: none;
        }

    .input.textarea textarea:focus {
        border-color: #979797 !important;
    }

    .input.textarea.focus span {
        border-color: #979797 !important;
    }

    .input.textarea.verysmall textarea {
        width: 31px;
    }

    .input.textarea.small textarea {
        width: 71px;
    }

    .input.textarea.medium textarea {
        width: 121px;
    }

    .input.textarea.large textarea {
        width: var(--width-large);
    }

    .input.textarea.verylarge textarea {
        width: var(--width-very-large);
    }



.table tfoot {
    display: none;
}

.table tr th, .table tr td {
    /*background-image: url("../images/bg-table.png");*/
}

.table td {
    border-bottom: 1px solid #686868;
}

.table tr th, tr.orderSepRow td {
    background-position: 50% 0;
    padding: 5px 10px 5px 20px;
    color: #FFFFFF;
    background: #464646; /*#2ebec3;*/
    background-image: -webkit-linear-gradient(top, #7f7f7f, #686868);
    background-image: -moz-linear-gradient(top, #7f7f7f, #686868); /*#b6c200, #2ebec3*/
    background-image: -ms-linear-gradient(top, #7f7f7f, #686868); /*#b6c200, #2ebec3*/
    background-image: -o-linear-gradient(top, #7f7f7f, #686868); /*#b6c200, #2ebec3*/
    background-image: linear-gradient(to bottom, #7f7f7f, #686868); /*#b6c200, #2ebec3*/
    font-size: 13px;
    font-weight: normal;
    /*text-shadow: 0 1px 0 #fff;*/
}

tr.orderSepRow td {
    padding: 2px 10px 2px 20px !important;
    background: #7f7f7f;
}

    .table tr th a {
        color: #fff;
    }

        .table tr th a:hover {
            text-decoration: none;
        }

.table th:first-child {
    border-top-left-radius: 10px;
}

.table th:last-child {
    border-top-right-radius: 10px;
}

    .table tr td:first-child {
        margin-left: 5px;
        border-left: 1px solid #686868; /*#ae8740;*/
    }

    .table tr td:last-child {
        margin-right: 5px;
        border-right: 1px solid #686868; /*#ae8740;*/
    }

.table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.table tr th:first-child {
    background-position: 0 0;
}

.table tr th.last {
    background-position: 100% 0;
}

.table tr td {
    background-position: 50% -50px;
    padding: 15px 10px 15px 20px;
}



    .table tr td.last {
        background-position: 100% -50px;
    }

.table tfoot td {
    padding: 0;
    height: 10px;
    background-position: 50% 100%;
}

    .table tfoot td:first-child {
        background-position: 0 100%;
    }

    .table tfoot td.last {
        background-position: 100% 100%;
    }

.footer td {
    background-image: url("../images/bg-table.png");
}



    .footer td:first-child {
        background-position: 0 100%;
    }

    .footer td.last {
        background-position: 100% 100%;
    }



header .locationform {
    height: 0px;
    max-height: 100px;
    overflow: hidden;
    position: relative;
    background: url(../images/sprite-navigation.png) no-repeat scroll center 30px transparent;
}

    header .locationform blockquote {
        float: left;
        margin: 20px 0px 0px 195px;
        width: 500px;
    }

    header .locationform form {
        float: right;
        margin: 30px 20px 0px 0px;
    }

        header .locationform form .input, header .locationform form button {
            float: left;
            margin: 0px 10px 0px 0px;
        }

header .notificationform {
    color: #666;
    height: 40px;
    /*font-family: Arial, sans-serif;*/
    font-size: 9pt;
    line-height: 9pt;
    max-height: 40px;
    overflow: hidden;
    position: relative;
    background: url(../images/sprite-navigation.png) repeat-x scroll 0px -110px transparent;
}

    header .notificationform p {
        margin: 0px;
        padding: 14px 0px;
    }

    header .notificationform a {
        color: #333;
        font-weight: bold;
    }

    header .notificationform .close {
        position: absolute;
        top: 14px;
        right: 0px;
    }













header .navigation .super nav dl dt.current a {
    color: #c90000;
}





























header .navigation .main nav > ul > li.current {
    background-color: #fff;
}

    header .navigation .main nav > ul > li.current > a {
        border-bottom: 5px solid #c90000;
        color: #c90000;
        padding: 29px 15px 20px;
    }







header .navigation .main nav > ul > li > ul > li > a:hover {
    color: #c90000;
}

header .navigation .main nav > ul > li:hover {
    background-color: #fff;
    height: 70px;
}

    header .navigation .main nav > ul > li:hover.hassub > a {
        padding: 29px 15px 25px;
    }

    header .navigation .main nav > ul > li:hover > a {
        color: #c90000;
    }

        header .navigation .main nav > ul > li:hover > a .arrow {
            background: url(../images/sprite-controls.png) no-repeat scroll -450px -17px transparent;
        }

header .navigation .searchform {
    bottom: 0px;
    height: 80px;
    padding: 0px 0px 0px 8px;
    position: absolute;
    right: 0px;
}







    header .navigation .searchform.focussed {
        background: url(../images/sprite-navigation.png) no-repeat scroll 0px -190px transparent;
    }

.nav-back {
    position: relative;
    display: block;
    margin-top: -10px;
}

footer {
    max-height: 535px;
    overflow: hidden;
    background: url(../images/footerbg.jpg) repeat-x scroll center top transparent;
    border-top: 2px solid #cb0100;
    margin-top: 50px;
    min-height: 280px;
    display: none;
}

    footer > .limiter {
        max-height: 510px;
        position: relative;
        padding: 50px 0px 0px;
    }

        footer > .limiter nav {
            overflow: hidden;
        }

            footer > .limiter nav h2 {
                color: #fff;
                font-size: 12pt;
                margin: 0px;
            }

            footer > .limiter nav dl {
                margin: 0px 0px 30px;
            }

                footer > .limiter nav dl dt {
                    padding: 0px 0px 3px;
                }

                    footer > .limiter nav dl dt a {
                        color: #999;
                        font-weight: normal;
                    }

        footer > .limiter .legal {
            bottom: 0px;
            color: #999;
            height: 50px;
            margin: 0px -10px;
            padding: 5px 10px 0px;
            position: absolute;
            width: 980px;
        }

            footer > .limiter .legal span {
                display: inline-block;
                margin: 16px 30px 18px 0px;
            }

            footer > .limiter .legal a {
                color: #fff;
                display: inline-block;
                font-weight: bold;
                margin: 16px 20px 18px 0px;
            }

#breadcrumb dl {
    margin: 0px 0px 20px;
    *zoom: 1;
}

    #breadcrumb dl:before, #breadcrumb dl:after {
        display: table;
        content: "";
    }

    #breadcrumb dl:after {
        clear: both;
    }

    #breadcrumb dl dt {
        color: #666;
        float: left;
        font-weight: normal;
        padding: 0px 8px 0px 0px;
    }

        #breadcrumb dl dt .marker {
            display: inline-block;
            height: 13px;
            width: 10px;
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -437px transparent;
        }

        #breadcrumb dl dt.first {
            background: none;
            padding: 0px 8px 0px 0px;
        }

            #breadcrumb dl dt.first .marker {
                display: none;
            }

        #breadcrumb dl dt a {
            color: #666;
            vertical-align: top;
        }

#paginate-top, #paginate-bottom {
    padding: 20px 0px;
    position: relative;
    text-align: center;
}

    #paginate-top .label, #paginate-bottom .label {
        left: 0px;
        position: absolute;
        top: 0px;
    }

    #paginate-top button.prev, #paginate-bottom button.prev {
        margin: 0px 4px 0px 0px;
    }

        #paginate-top button.prev.disabled, #paginate-bottom button.prev.disabled {
            background: none;
        }

    #paginate-top button.next, #paginate-bottom button.next {
        margin: 0px 0px 0px 4px;
    }

        #paginate-top button.next.disabled, #paginate-bottom button.next.disabled {
            background: none;
        }

    #paginate-top span, #paginate-bottom span {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        padding: 0px 4px;
        vertical-align: middle;
    }

        #paginate-top span a, #paginate-bottom span a {
            color: #c90000;
            font-weight: bold;
        }

        #paginate-top span.current a, #paginate-bottom span.current a {
            color: #3a3a3a;
        }

#quicknav {
    border-radius: 0px 6px 6px 0px;
    height: 380px;
    left: -191px;
    position: fixed;
    top: 150px;
    width: 230px;
    background: url(../images/sprite-quicknav.png) no-repeat scroll right 0px #3c3c3c;
    -webkit-box-shadow: 2px 3px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 3px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 3px 4px rgba(0,0,0,0.5);
}

    #quicknav nav {
        height: 328px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 189px;
    }

        #quicknav nav > dl {
            margin: 0px;
        }

            #quicknav nav > dl > dt {
                border-top: 1px solid #666;
                /*font-family: DendaNewRegular, sans-serif;*/
                font-size: 10pt;
                font-weight: normal;
                line-height: 10pt;
            }

                #quicknav nav > dl > dt span {
                    color: #ccc;
                    display: block;
                    padding: 10px 20px;
                }

                #quicknav nav > dl > dt a {
                    padding: 10px 20px;
                    text-decoration: none;
                }

                    #quicknav nav > dl > dt a:hover {
                        background: url(../images/sprite-quicknav.png) no-repeat scroll 0px -390px transparent;
                    }

            #quicknav nav > dl > dd dl dt {
                /*font-family: Arial, sans-serif;*/
                font-size: 9pt;
                font-weight: normal;
                line-height: 9pt;
            }

                #quicknav nav > dl > dd dl dt a {
                    margin: 0px 0px 5px;
                    padding: 0px 20px 0px 30px;
                    background: url(../images/sprite-quicknav.png) no-repeat scroll 20px -440px transparent;
                }

        #quicknav nav a {
            color: #ccc;
            display: block;
        }

            #quicknav nav a:hover {
                color: #fff;
            }

    #quicknav .toggle {
        height: 328px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 39px;
    }

        #quicknav .toggle span {
            display: block;
            height: 10px;
            margin: 20px 15px;
            width: 8px;
            background: url(../images/sprite-quicknav.png) no-repeat scroll -10px -460px transparent;
        }

    #quicknav.open .toggle span {
        background: url(../images/sprite-quicknav.png) no-repeat scroll 0px -460px transparent;
    }

    #quicknav .searchform {
        bottom: 0px;
        height: 51px;
        left: 0px;
        position: absolute;
        width: 189px;
    }

        #quicknav .searchform .input {
            margin: 12px 10px;
        }

    #quicknav .totop {
        bottom: 26px;
        display: block;
        height: 25px;
        position: absolute;
        right: 0px;
        width: 39px;
    }

        #quicknav .totop span {
            display: block;
            height: 10px;
            margin: 8px 15px 7px;
            width: 8px;
            background: url(../images/sprite-quicknav.png) no-repeat scroll 0px -470px transparent;
        }

        #quicknav .totop:hover span {
            background: url(../images/sprite-quicknav.png) no-repeat scroll -10px -470px transparent;
        }

    #quicknav .tobottom {
        bottom: 0px;
        display: block;
        height: 25px;
        position: absolute;
        right: 0px;
        width: 39px;
    }

        #quicknav .tobottom span {
            display: block;
            height: 10px;
            margin: 8px 15px 7px;
            width: 8px;
            background: url(../images/sprite-quicknav.png) no-repeat scroll -20px -470px transparent;
        }

        #quicknav .tobottom:hover span {
            background: url(../images/sprite-quicknav.png) no-repeat scroll -30px -470px transparent;
        }

#drdoc h2 {
    color: #333;
    /*font-family: DendaNewBlackCondensedRegular, sans-serif;*/
    font-size: 25pt;
    font-weight: normal;
    line-height: 27.5pt;
}

#drdoc h3 {
    color: #333;
    /*font-family: DendaNewRegular, sans-serif;*/
    font-size: 16pt;
    font-weight: normal;
    line-height: 20.8pt;
}

#drdoc .mask {
    background-color: #e5e5e5;
    display: none;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

#drdoc .window {
    background-color: #fff;
    border-radius: 10px;
    display: none;
    height: 340px;
    left: 50%;
    margin: -305px -435px;
    padding: 255px 30px 15px;
    position: fixed;
    top: 50%;
    width: 810px;
    -webkit-box-shadow: 1px 1px 5px #aaa;
    -moz-box-shadow: 1px 1px 5px #aaa;
    box-shadow: 1px 1px 5px #aaa;
}

    #drdoc .window .header {
        height: 255px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        background: url(../images/drdoc.png) no-repeat scroll 0px 0px transparent;
    }

        #drdoc .window .header .ask {
            display: block;
            /*font-family: DendaNewRegular, sans-serif;*/
            font-size: 16pt;
            line-height: 17.6pt;
            margin: 40px 0px 0px 30px;
        }

        #drdoc .window .header .name {
            color: #c90000;
            display: block;
            /*font-family: DendaNewBlackCondensedRegular, sans-serif;*/
            font-size: 26pt;
            line-height: 28.6pt;
            margin: 0px 0px 0px 30px;
        }

        #drdoc .window .header .comment {
            /*font-family: DendaNewRegular, sans-serif;*/
            font-size: 12pt;
            height: 100px;
            left: 365px;
            line-height: 15.6pt;
            overflow: hidden;
            position: absolute;
            top: 55px;
            width: 425px;
        }

    #drdoc .window .close {
        right: 15px;
        position: absolute;
        top: 15px;
    }

    #drdoc .window .progressbar {
        height: 13px;
        margin: 0px 9px;
        position: relative;
        width: 790px;
        background: url(../images/sprite-controls.png) repeat-x scroll 0px -510px transparent;
    }

        #drdoc .window .progressbar > .left {
            display: block;
            height: 100%;
            left: -9px;
            position: absolute;
            top: 0px;
            width: 10px;
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -490px transparent;
        }

        #drdoc .window .progressbar > .right {
            display: block;
            height: 100%;
            position: absolute;
            right: -9px;
            top: 0px;
            width: 10px;
            background: url(../images/sprite-controls.png) no-repeat scroll -10px -490px transparent;
        }

        #drdoc .window .progressbar .progress {
            height: 13px;
            left: -9px;
            margin: 0px 9px;
            overflow: visible !important;
            position: absolute;
            top: 0px;
            width: 0%;
            background: url(../images/sprite-controls.png) repeat-x scroll 0px -530px transparent;
        }

            #drdoc .window .progressbar .progress > .left {
                display: block;
                height: 100%;
                left: -9px;
                position: absolute;
                top: 0px;
                width: 10px;
                background: url(../images/sprite-controls.png) no-repeat scroll -20px -490px transparent;
            }

            #drdoc .window .progressbar .progress > .right {
                display: block;
                height: 100%;
                position: absolute;
                right: -9px;
                top: 0px;
                width: 10px;
                background: url(../images/sprite-controls.png) no-repeat scroll -30px -490px transparent;
            }

    #drdoc .window .stepcounter {
        bottom: 30px;
        color: #999;
        /*font-family: DendaNewLightRegular, sans-serif;*/
        font-size: 16pt;
        left: 0px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    #drdoc .window .prev {
        bottom: 15px;
        left: 20px;
        position: absolute;
    }

    #drdoc .window .next, #drdoc .window .advise {
        bottom: 15px;
        position: absolute;
        right: 20px;
    }

    #drdoc .window .advise {
        display: none;
    }

    #drdoc .window .content {
        height: 255px;
        margin: 20px 0px 0px;
        overflow: hidden;
        position: relative;
        width: 810px;
    }

        #drdoc .window .content .results {
            width: 100%;
        }

            #drdoc .window .content .results .result {
                overflow: auto;
                width: 810px;
            }

                #drdoc .window .content .results .result .left {
                    float: left;
                    width: 200px;
                }

                #drdoc .window .content .results .result .right {
                    float: right;
                    width: 600px;
                }

                #drdoc .window .content .results .result .solution {
                    float: left;
                    margin: 0px 20px 20px 0px;
                    width: 280px;
                }

                    #drdoc .window .content .results .result .solution.step1, #drdoc .window .content .results .result .solution.step2, #drdoc .window .content .results .result .solution.step3, #drdoc .window .content .results .result .solution.step4 {
                        display: none;
                    }

                #drdoc .window .content .results .result p {
                    margin: 0px 10px 10px 0px;
                }

        #drdoc .window .content .steps {
            width: 100%;
        }

        #drdoc .window .content .step {
            height: 255px;
            width: 810px;
            position: relative;
        }

            #drdoc .window .content .step .label {
                color: #ccc;
                /*font-family: DendaNewLightRegular, sans-serif;*/
                font-size: 36pt;
                height: 100%;
                left: 0px;
                line-height: 36pt;
                position: absolute;
                top: 0px;
                width: 70px;
            }

            #drdoc .window .content .step .question {
                height: 100%;
                position: absolute;
                right: 0px;
                top: 0px;
                width: 740px;
            }

                #drdoc .window .content .step .question h1 {
                    margin: 0px 0px 10px;
                }

                #drdoc .window .content .step .question form dl {
                    padding: 0px 0px 1px;
                    background: url(../images/drdoc-answer.png) no-repeat scroll 0px 200px transparent;
                }

                    #drdoc .window .content .step .question form dl dt {
                        height: 18px;
                        margin: 0px 0px 0px -20px;
                        padding: 11px 0px 11px 20px;
                        background: url(../images/drdoc-answer.png) no-repeat scroll 0px 0px transparent;
                    }

                        #drdoc .window .content .step .question form dl dt .input {
                            float: left;
                            margin: 0px;
                        }

                        #drdoc .window .content .step .question form dl dt label {
                            clear: none;
                            display: block;
                            float: left;
                            font-size: 12pt;
                            font-weight: bold;
                            line-height: 16px;
                            margin: 0px;
                            padding: 0px 0px 0px 20px;
                            width: auto;
                        }

                            #drdoc .window .content .step .question form dl dt label:hover {
                                color: #c90000;
                            }

                        #drdoc .window .content .step .question form dl dt.selected {
                            background: url(../images/drdoc-answer.png) no-repeat scroll 0px -40px transparent;
                        }

#drdocbar {
    height: 240px;
    position: relative;
    width: 100%;
    background: url(../images/sprite-controls.png) repeat-x scroll 0px -600px transparent;
}

    #drdocbar .limiter {
        position: static;
    }

    #drdocbar .header .ask {
        display: block;
        /*font-family: DendaNewRegular, sans-serif;*/
        font-size: 16pt;
        line-height: 17.6pt;
    }

    #drdocbar .header .name {
        color: #c90000;
        display: block;
        /*font-family: DendaNewBlackCondensedRegular, sans-serif;*/
        font-size: 30pt;
        line-height: 33pt;
    }

    #drdocbar .header .quote {
        /*font-family: DendaNewLightRegular, sans-serif;*/
        font-size: 15pt;
        line-height: 19.5pt;
    }

    #drdocbar .col_1, #drdocbar .col_2, #drdocbar .col_3, #drdocbar .col_4 {
        float: left;
        padding: 25px 0px 0px;
    }

    #drdocbar .col_1 {
        margin: 0px 2% 0px 0px;
        width: 18.5%;
    }

    #drdocbar .col_2 {
        margin: 0px 2% 0px 0px;
        width: 28.5%;
    }

        #drdocbar .col_2 img {
            position: absolute;
            bottom: 0px;
        }

    #drdocbar .col_3 {
        margin: 0px 2% 0px 0px;
        width: 23.5%;
    }

    #drdocbar .col_4 {
        margin: 0px;
        width: 23.5%;
    }

    #drdocbar h2 {
        margin: 0px;
    }

#cbcinfo .tabs .tabbar {
    cursor: pointer;
    height: 69px;
    padding: 7px 0px 2px;
    background: none no-repeat scroll center 0px transparent;
}

    #cbcinfo .tabs .tabbar .tab {
        float: left;
        font-size: 9pt;
        font-weight: bold;
        height: 69px;
        line-height: 9pt;
        padding: 0px;
        position: relative;
        width: 25%;
        background: none no-repeat scroll left -160px transparent;
    }

        #cbcinfo .tabs .tabbar .tab img {
            height: 59px;
            left: 10px;
            position: absolute;
            top: 5px;
        }

        #cbcinfo .tabs .tabbar .tab span {
            display: block;
            margin: 0px 1px 0px 2px;
            padding: 29px 0px 28px 80px;
        }

            #cbcinfo .tabs .tabbar .tab span:hover {
                background: none no-repeat scroll -3px -80px transparent;
            }

        #cbcinfo .tabs .tabbar .tab.first {
            background: none;
        }

            #cbcinfo .tabs .tabbar .tab.first span {
                margin: 0px 1px;
            }

        #cbcinfo .tabs .tabbar .tab.current {
            color: #c90000;
        }

            #cbcinfo .tabs .tabbar .tab.current span {
                background: none no-repeat scroll -3px -80px transparent;
            }

#cbcinfo .tabs .tabcontent {
    background-color: #fff;
    height: 220px;
    width: 100%;
}

    #cbcinfo .tabs .tabcontent .image {
        float: left;
        margin: 0px 20px 0px 0px;
        width: 220px;
    }

    #cbcinfo .tabs .tabcontent .content {
        float: left;
        margin: 0px 20px 0px 0px;
        width: 495px;
    }

    #cbcinfo .tabs .tabcontent .form {
        float: left;
        width: 220px;
    }

#cbcinfo .tabs form {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    padding: 15px 0px;
}

    #cbcinfo .tabs form button {
        margin: 10px 0px 0px;
    }

#lightbox {
    height: 44px;
    min-height: 44px;
    max-height: 293px;
    overflow: hidden;
    padding: 11px 0px 0px;
    position: relative;
    width: 100%;
    background: url(../images/sprite-lightbox.png) repeat-x scroll center -240px transparent;
}

    #lightbox .bottom {
        bottom: 0px;
        height: 10px;
        left: 0px;
        position: absolute;
        width: 100%;
        background: url(../images/sprite-lightbox.png) repeat-x scroll center bottom transparent;
    }

    #lightbox .header {
        height: 30px;
        margin: 0px auto;
        width: 150px;
        background: url(../images/sprite-lightbox.png) no-repeat scroll -290px -70px transparent;
    }

    #lightbox .controls {
        position: absolute;
        right: 0px;
        top: 4px;
    }

        #lightbox .controls a {
            color: #fff;
            display: block;
            float: left;
            font-weight: bold;
            line-height: 20px;
            margin: 0px 0px 0px 20px;
            padding: 0px 0px 0px 30px;
        }

            #lightbox .controls a.print {
                background: url(../images/sprite-lightbox.png) no-repeat scroll -290px 0px transparent;
            }

            #lightbox .controls a.clear {
                background: url(../images/sprite-lightbox.png) no-repeat scroll -290px -20px transparent;
            }

            #lightbox .controls a.show {
                display: block;
                background: url(../images/sprite-lightbox.png) no-repeat scroll -290px -40px transparent;
            }

            #lightbox .controls a.hide {
                display: none;
                background: url(../images/sprite-lightbox.png) no-repeat scroll -290px -40px transparent;
            }

    #lightbox.open .controls a.show {
        display: none;
    }

    #lightbox.open .controls a.hide {
        display: block;
    }

    #lightbox .bookmarks {
        height: 240px;
        position: absolute;
        top: 30px;
        width: 100%;
    }

        #lightbox .bookmarks .scrollable {
            height: 100%;
        }

            #lightbox .bookmarks .scrollable .viewport {
                height: 230px;
                overflow: hidden;
                position: relative;
                width: 990px;
            }

            #lightbox .bookmarks .scrollable .overview {
                height: 230px;
                left: 0;
                list-style: none;
                padding: 10px 0px 0px;
                position: absolute;
                top: 0;
            }

            #lightbox .bookmarks .scrollable .scrollbar {
                bottom: 0px;
                float: right;
                height: 15px;
                left: 50%;
                margin: 0px -130px;
                position: absolute;
                width: 260px;
            }

            #lightbox .bookmarks .scrollable .track {
                height: 100%;
                position: relative;
                width: 260px !important;
                background: url(../images/sprite-lightbox.png) no-repeat scroll 0px -180px transparent;
            }

            #lightbox .bookmarks .scrollable .thumb {
                height: 100%;
                position: relative;
                background: url(../images/sprite-lightbox.png) no-repeat scroll 0px -200px transparent;
            }

                #lightbox .bookmarks .scrollable .thumb .end {
                    height: 15px;
                    position: absolute;
                    right: -8px;
                    top: 0px;
                    width: 8px;
                    background: url(../images/sprite-lightbox.png) no-repeat scroll right -220px transparent;
                }

            #lightbox .bookmarks .scrollable .disable {
                display: none;
            }

        #lightbox .bookmarks .template {
            display: none;
        }

        #lightbox .bookmarks .bookmark {
            cursor: pointer;
            float: left;
            margin: 0px 28px 0px 0px;
            width: 140px;
        }

            #lightbox .bookmarks .bookmark:last-child {
                margin: 0px;
            }

            #lightbox .bookmarks .bookmark a {
                text-decoration: none;
            }

            #lightbox .bookmarks .bookmark .thumb {
                height: 140px;
                position: relative;
                width: 140px;
                background: url(../images/sprite-lightbox.png) no-repeat scroll -140px 0px transparent;
            }

                #lightbox .bookmarks .bookmark .thumb img {
                    border-radius: 5px;
                    display: none;
                    height: 124px;
                    margin: 8px;
                    width: 124px;
                }

                #lightbox .bookmarks .bookmark .thumb .add {
                    height: 30px;
                    left: 50%;
                    margin: -15px;
                    position: absolute;
                    top: 50%;
                    width: 30px;
                    background: url(../images/sprite-lightbox.png) no-repeat scroll 0px -140px transparent;
                }

                #lightbox .bookmarks .bookmark .thumb .remove {
                    display: none;
                    height: 30px;
                    position: absolute;
                    right: -14px;
                    top: -13px;
                    width: 30px;
                    background: url(../images/sprite-lightbox.png) no-repeat scroll -30px -140px transparent;
                }

            #lightbox .bookmarks .bookmark .detail .type {
                color: #000;
                font-size: 10pt;
                font-weight: bold;
                padding: 8px 8px 0px;
            }

            #lightbox .bookmarks .bookmark .detail .title {
                color: #f2bfbf;
                font-size: 10pt;
                font-weight: bold;
                padding: 0px 8px;
            }

            #lightbox .bookmarks .bookmark.used .thumb .add {
                display: none;
            }

            #lightbox .bookmarks .bookmark:hover .thumb {
                background: url(../images/sprite-lightbox.png) no-repeat scroll -0px 0px transparent;
            }

            #lightbox .bookmarks .bookmark:hover .detail .title {
                color: #fff;
            }

            #lightbox .bookmarks .bookmark:hover.used .thumb .remove {
                display: block;
            }

#tiles {
    position: relative;
    width: 102%;
    *zoom: 1;
}

    #tiles:before, #tiles:after {
        display: table;
        content: "";
    }

    #tiles:after {
        clear: both;
    }

    #tiles .tile1, #tiles .tile2 {
        border-radius: 10px;
        float: left;
        margin: 0px 15px 15px 0px;
        overflow: hidden;
        position: relative;
    }

        #tiles .tile1 img, #tiles .tile2 img {
            border-radius: 10px;
            height: 100%;
            width: 100%;
        }

        #tiles .tile1 .overlayed, #tiles .tile2 .overlayed {
            left: 0px;
            padding: 10px;
            position: absolute;
            top: 0px;
        }

            #tiles .tile1 .overlayed.cbccustom, #tiles .tile2 .overlayed.cbccustom {
                border-radius: 10px;
                margin: 10px;
                -webkit-transition: opacity ease-out 0.4s;
                -moz-transition: opacity ease-out 0.4s;
                -ms-transition: opacity ease-out 0.4s;
                -o-transition: opacity ease-out 0.4s;
                transition: opacity ease-out 0.4s;
                opacity: 0;
                filter: alpha(opacity=0);
                background: url(../images/transblack.png) repeat scroll 0px 0px transparent;
            }

                #tiles .tile1 .overlayed.cbccustom p, #tiles .tile2 .overlayed.cbccustom p {
                    color: #fff;
                }

        #tiles .tile1 .icon, #tiles .tile2 .icon {
            bottom: 5px;
            height: 20px;
            position: absolute;
            right: 5px;
            width: 20px;
            background: url(../images/sprite-controls.png) no-repeat scroll -680px -440px transparent;
        }

        #tiles .tile1:hover .overlayed, #tiles .tile2:hover .overlayed {
            padding: 12px;
        }

            #tiles .tile1:hover .overlayed.cbccustom, #tiles .tile2:hover .overlayed.cbccustom {
                padding: 10px;
                margin: 12px;
                opacity: 1;
                filter: alpha(opacity=100);
            }

    #tiles .tile1 {
        height: 184px;
        width: 184px;
    }

        #tiles .tile1:hover {
            height: 188px !important;
            margin: -2px 13px 13px -2px;
            width: 188px !important;
            -webkit-box-shadow: 1px 1px 5px #aaa;
            -moz-box-shadow: 1px 1px 5px #aaa;
            box-shadow: 1px 1px 5px #aaa;
        }

        #tiles .tile1.static {
            border-radius: 0px;
        }

            #tiles .tile1.static:hover {
                height: 184px !important;
                width: 184px !important;
                margin: 0px 15px 15px 0px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

    #tiles .tile2 {
        height: 184px;
        width: 383px;
    }

        #tiles .tile2:hover {
            height: 188px !important;
            margin: -2px 13px 13px -2px;
            width: 387px !important;
            -webkit-box-shadow: 1px 1px 5px #aaa;
            -moz-box-shadow: 1px 1px 5px #aaa;
            box-shadow: 1px 1px 5px #aaa;
        }

        #tiles .tile2.static {
            border-radius: 0px;
        }

            #tiles .tile2.static:hover {
                height: 184px !important;
                width: 383px !important;
                margin: 0px 15px 15px 0px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

    #tiles h1 {
        text-transform: uppercase;
        margin: 0px 0px 10px 1px;
    }

    #tiles h2 {
        /*font-family: DendaNewLightRegular, sans-serif;*/
        font-size: 14pt;
        line-height: 18.2pt;
        margin: 0px 0px;
    }

        #tiles h2.white {
            color: #fff;
        }

    #tiles p {
        margin: 10px 0px 0px;
    }

    #tiles a {
        color: #333;
    }

    #tiles .tileicon {
        height: 95px;
        left: 50%;
        margin: -38px -55px -57px -55px;
        position: absolute;
        top: 50%;
        width: 110px;
    }

    #tiles .day {
        color: #fff;
        display: block;
        /*font-family: DendaNewLightRegular, sans-serif;*/
        font-size: 40pt;
        line-height: 40pt;
    }

    #tiles .month {
        color: #fff;
        display: block;
        /*font-family: DendaNewLightRegular, sans-serif;*/
        font-size: 16pt;
        line-height: 16pt;
        margin: 0px 0px 5px 0px;
    }

    #tiles .title {
        color: #fff;
        display: block;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
    }

#gallery {
    height: 310px;
    margin: 0px auto;
    width: 860px;
}

    #gallery .overflow {
        height: 310px;
        margin: 0px 0px 20px;
        overflow: hidden;
        position: relative;
        width: 860px;
    }

        #gallery .overflow .wrap {
            height: 310px;
        }

            #gallery .overflow .wrap .item {
                float: left;
                height: 310px;
                position: absolute;
                text-align: center;
                vertical-align: middle;
                visibility: hidden;
                width: 860px;
            }

                #gallery .overflow .wrap .item img {
                    left: 50%;
                    position: absolute;
                    top: 50%;
                }

    #gallery .thumbs {
        height: 50px;
        padding: 15px 0px;
        position: relative;
        text-align: center;
    }

        #gallery .thumbs .marker {
            height: 10px;
            position: absolute;
            top: -10px;
            width: 21px;
            background: url(../images/sprite-controls.png) no-repeat scroll -50px -490px transparent;
        }

        #gallery .thumbs img {
            height: 46px;
            margin: 2px 10px;
        }

            #gallery .thumbs img.current, #gallery .thumbs img:hover {
                border: 2px solid #c90000;
                margin: 0px 8px;
            }

    #gallery .counter {
        color: #999;
        /*font-family: DendaNewLightRegular, sans-serif;*/
        font-size: 28pt;
        line-height: 36.4pt;
        position: absolute;
        right: 0px;
        top: 15px;
    }

.tabs {
    position: relative;
}

    .tabs .tabbar {
        margin: 0px 0px 20px;
        position: relative;
    }

        .tabs .tabbar .marker {
            height: 10px;
            position: absolute;
            bottom: -9px;
            width: 20px;
            background: url(../images/sprite-controls.png) no-repeat scroll -90px -490px transparent;
        }

        .tabs .tabbar .tab {
            cursor: pointer;
            float: left;
            font-weight: bold;
            padding: 12px 20px;
            background: url(../images/sprite-controls.png) no-repeat scroll -350px -1840px transparent;
        }

            .tabs .tabbar .tab:first-child {
                background: url(../images/sprite-controls.png) no-repeat scroll -353px -1840px transparent;
            }

            .tabs .tabbar .tab.current {
                color: #c90000;
                background: url(../images/sprite-controls.png) no-repeat scroll 0px -1840px transparent;
            }

                .tabs .tabbar .tab.current:first-child {
                    background: url(../images/sprite-controls.png) no-repeat scroll -3px -1840px transparent;
                }

    .tabs .tabcontent {
        display: none;
        float: left;
        overflow: hidden;
    }

#routemap {
    position: relative;
}

    #routemap img {
        max-width: none;
    }

    #routemap label {
        width: auto;
        display: inline;
    }

    #routemap .controls {
        background-color: #ebecef;
        border-radius: 5px;
        display: none;
        margin: 0px 0px 15px;
        padding: 10px;
    }

        #routemap .controls input {
            width: 195px;
        }

        #routemap .controls button {
            margin: 0px;
        }

    #routemap .map {
        background-color: #ebecef;
        height: 300px;
        width: 100%;
    }

.productcat {
    *zoom: 1;
}

    .productcat:before, .productcat:after {
        display: table;
        content: "";
    }

    .productcat:after {
        clear: both;
    }

    .productcat .image {
        height: 65px;
        margin: 0px 0px 10px 0px;
        text-align: center;
    }

        .productcat .image img {
            margin: 0px auto;
        }

    .productcat h2 {
        display: table-cell;
        font-size: 12pt;
        height: 65px;
        line-height: 15.6pt;
        vertical-align: middle;
    }

    .productcat dl {
        border-top: 1px solid #dadada;
        clear: both;
        padding: 10px 0px 0px;
    }

.product {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .product h2 {
        color: #c90000;
        font-size: 12pt;
        line-height: 15.6pt;
        margin: 10px 0px;
        text-align: center;
        vertical-align: middle;
    }

        .product h2 a {
            color: #c90000;
        }

    .product img {
        margin: 0px auto;
    }

    .product:hover {
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    }

.calendarmeta {
    padding: 0px 0px 15px;
    *zoom: 1;
}

    .calendarmeta:before, .calendarmeta:after {
        display: table;
        content: "";
    }

    .calendarmeta:after {
        clear: both;
    }

    .calendarmeta .label {
        clear: both;
        float: left;
        font-weight: bold;
        padding: 5px 0px;
        width: 100px;
    }

    .calendarmeta .value {
        color: #666;
        float: left;
        padding: 5px 0px;
    }

.calendaritem {
    padding: 10px 0px;
    *zoom: 1;
}

    .calendaritem:before, .calendaritem:after {
        display: table;
        content: "";
    }

    .calendaritem:after {
        clear: both;
    }

    .calendaritem .date {
        float: left;
        font-weight: bold;
        height: 30px;
        padding: 13px 0px;
        text-align: center;
        width: 50px;
        background: url(../images/sprite-controls.png) no-repeat scroll -300px -430px transparent;
    }

        .calendaritem .date .day {
            display: block;
            font-size: 18pt;
            line-height: 18pt;
        }

        .calendaritem .date .month {
            display: block;
            font-size: 7pt;
            line-height: 7pt;
            text-transform: uppercase;
        }

    .calendaritem .text {
        float: right;
        width: 690px;
    }

        .calendaritem .text .meta {
            color: #666;
        }

        .calendaritem .text a {
            color: #c90000;
            display: block;
            font-weight: bold;
            padding: 5px 0px;
        }

        .calendaritem .text p {
            margin: 0px;
        }

.newsitem {
    padding: 10px 0px;
    *zoom: 1;
}

    .newsitem:before, .newsitem:after {
        display: table;
        content: "";
    }

    .newsitem:after {
        clear: both;
    }

    .newsitem .text {
        float: right;
        width: 860px;
    }

        .newsitem .text .meta {
            color: #666;
        }

        .newsitem .text a {
            color: #c90000;
            display: block;
            font-weight: bold;
            padding: 5px 0px;
        }

        .newsitem .text p {
            margin: 0px;
        }

.searchitem {
    padding: 10px 0px;
    *zoom: 1;
}

    .searchitem:before, .searchitem:after {
        display: table;
        content: "";
    }

    .searchitem:after {
        clear: both;
    }

    .searchitem .counter {
        color: #ccc;
        float: left;
        /*font-family: DendaNewLightRegular, sans-serif;*/
        font-size: 36pt;
        height: 56px;
        line-height: 46.8pt;
        text-align: center;
        width: 75px;
    }

    .searchitem .text {
        float: right;
        width: 665px;
    }

        .searchitem .text .meta {
            color: #666;
        }

        .searchitem .text a {
            color: #c90000;
            display: block;
            font-weight: bold;
            padding: 5px 0px;
        }

        .searchitem .text p {
            margin: 0px;
        }

.faqitem .question {
    position: relative;
}

    .faqitem .question a {
        display: block;
        font-weight: bold;
        padding: 12px 0px;
        text-decoration: none;
    }

    .faqitem .question button {
        bottom: none;
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .faqitem .question button.minus {
            display: none;
        }

        .faqitem .question button.plus {
            display: block;
        }

.faqitem .answer p {
    display: none;
    width: 80%;
}

.faqitem.open .question {
    background: url(../images/faqitem.png) no-repeat scroll center top transparent !important;
}

    .faqitem.open .question a {
        color: #c90000;
    }

    .faqitem.open .question button {
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .faqitem.open .question button.minus {
            display: block;
        }

        .faqitem.open .question button.plus {
            display: none;
        }

.faqitem:hover .question {
    background: url(../images/faqitem.png) no-repeat scroll center bottom transparent;
}

#contentbody.action.cloudprinting {
    background: url(../../dynamic/images/solution/10.png) no-repeat scroll center 0px transparent;
}

    #contentbody.action.cloudprinting .sidebar .top #breadcrumb dt, #contentbody.action.cloudprinting .sidebar .top #breadcrumb a, #contentbody.action.cloudprinting .content .top #breadcrumb dt, #contentbody.action.cloudprinting .content .top #breadcrumb a {
        color: #fff;
    }

    #contentbody.action.cloudprinting .sidebar .top h1, #contentbody.action.cloudprinting .content .top h1 {
        color: #fff;
    }

    #contentbody.action.cloudprinting .sidebar .top blockquote, #contentbody.action.cloudprinting .content .top blockquote {
        color: #fff;
        width: 325px;
    }

.tableLocatie {
    background-image: none;
}

.rowInActive {
    background-color: White;
    cursor: default;
}

.rowInActiveOver {
    background-color: #f3f3f3; /*#e3e6cf;*/
    cursor: pointer;
}

.rowSelected {
    color: #000333 !important;
    background-color: LightGrey !important;
    font-weight: bold !important;
}

tr.verplicht td:first-of-type {
    font-weight: bold !important;
}

.CancelButton {
    width: auto;
    line-height: normal;
    font-size: Small;
    font-weight: bold;
    color: #000;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    align-items: flex-start;
    box-sizing: border-box;
    font-family: Century Gothic, CenturyGothic, sans-serif;
}

.centerBox {
    display: flex !important;
    align-items: center;
}

.InputSelect {
    border-radius: 4px;
    box-shadow: inset 0 0 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    color: black;
    border-color: rgba(151, 151, 151, 0.3);
    background-color: white;
    width: calc(var(--width-very-large) + 22px);
    height: 50px;
}

    .InputSelect:focus {
        border-color: #979797;
    }

    .InputDisabled {
    border: 1px solid #333;
    COLOR: graytext;
    BACKGROUND-COLOR: #e9e9e9;
}

.InputAsLabel {
    height: 27px;
    border: none !important;
    box-shadow: none !important;
    color: #4B4F54;
    background-color: transparent;
    pointer-events: none;
    cursor: vertical-text !important;
    -webkit-appearance: none !important;
    padding: 0 !important;
}

span.vtextcenter {
    line-height: 27px; /** dit moet eigenlijk anders. geen tijd.**/
    display: inline-flex;
    vertical-align: middle;
    height: auto;
}

.loginWindow {
    width: 600px;
}

.divGradient {
    
}

.tblMenu {
    margin-left: 70px;
}

#cboxWrapper {
    border-radius: 15px;
}

#colorbox {
    filter: drop-shadow(5px 5px 10px #757575);
}

#cboxTitle {
    background-color: var(--sec-accent-color);
}

#cboxCloseImg {
    right: 18px;
}

#cboxLoadedContent {
    background-color: #fff;
    padding: 10px;
}

/*********** START VALIDATIE, MOET STRAKS IN APARTE CSS *************/
.errorImage {
    color: transparent;
    font-size: 15px;
    background-image: url(../images/minierror.png);
    background-repeat: no-repeat;
    background-position: left center;
    /*background-position-x: 10px;*/
    width: 11px;
    height: auto;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

ul.errorSummary {
    padding: 0px !important;
    margin: 0px 2px 0px 2px !important;
}

    ul.errorSummary li {
        padding: 0px !important;
        margin: 0px 2px 0px 2px !important;
    }

.invalid {
    background-color: #efd2d7 !important;
    border: 1px solid #c1272d !important;
    outline: none;
    box-shadow: none;
}


/*********** EIND VALIDATIE *************/

/************* START FILE INPUT *******/
.inputFile, input[type=file] {
    color: #000000;
}

.inputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputFile + .inputFileWrapper label {
        margin-left: 3px;
        background-color: var(--main-accent-color);
        border: 1px solid var(--main-accent-color);
        border-radius: 15px;
        color: #fff;
        background-image: url(../images/uploadWhite.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-position-x: 10px;
        transition: all 0.3s;
        padding-left: 10px;
        padding-right: 0;
        min-width: 150px;
        height: 30px;
        display: inline-block;
        text-align: center;
        padding-top: 5px;
        cursor: pointer;
    }

.inputFileWrapper label span {
    margin-left: 2px;
}

.inputFile:focus + label, .inputFile + .inputFileWrapper label:hover {
    /*color: var(--main-color);*/
    /*background-color: var(--main-hover-color);*/
}

.inputFile:disabled + .inputFileWrapper label {
    display: none;
}

.inputFileWrapper {
    margin-top: 5px;
    display: inline;
}

    .inputFileWrapper > span {
        display: inline-flex;
        border: 1px solid #e1e1e1;
        background-color: #f9f9f9;
        color: #4C4C4C;
        padding: 8px 15px;
        font-family: inherit;
        font-size: 1em;
        line-height: 1.65;
        max-width: 100%;
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 300px;
        overflow: hidden hidden;
    }
/************* EIND FILE INPUT  ********/

/************** LOADER  OVERRIDES ***********/
.spinner {
    color: var(--main-accent-color);
}

#loadingText {
    background-color: var(--main-accent-color);
}
/************** EIND LOADER  OVERRIDES ***********/

.divLoginAanvraag {
/*    margin-top: 15px;
    width: 200px;
    float: left;*/
}

.divMachineImage {
    width: 100%;
    text-align: center;
}

    .divMachineImage img {
        max-width: 500px;
    }

.fa-arrow-right {
    color: var(--main-accent-color);
    font-size: 14px;
}


/*button.button.small {
    background: linear-gradient(to right, #d5144b, #7d0030) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 8px !important; 
    padding: 12px 28px !important;
    font-weight: 600;
}

    button.button.small span,
    button.button.small span span {
        background: transparent !important;
        box-shadow: none !important;
    }*/


/* On screens that are 1000px or less */
@media screen and (max-width: 1000px) {

    html, body, form, header {
        width: 100%;
    }

    header {
        width: 100%;
        background: url(../images/bgmenu.png) no-repeat center bottom;
    }

        header .navigation .main {
            margin-left: -70px;
        }


    #wrapper {
        display: table;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        float: left;
    }

    .main {
        padding-left: 40px;
    }

    .logo {
        display: none;
    }

    .tblMenu {
        margin-left: 0px;
    }

    .limiter {
        width: 100%;
    }

    #contentbody {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #contentbody .content {
            float: inherit;
            width: 100%;
            box-sizing: border-box;
            padding: 20px;
        }

    .navigation {
        background-image: none;
    }

    .loginWindow {
        width: 450px;
    }
}

