﻿@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins');


:root {
    --base-font: 'Poppins', serif;
    --base-font-color: #4E4E4E;
    --base-font-size: 14px;
    --menu-font: 'Ubuntu', serif;
    --menu-font-color: #000000;
    --menu-font-hover-color: #c1006f;
    --menu-font-active-color: #881555;
    --super-menu-font-color: #ffffff;
    --super-menu-font-size: 16px;
    --title-font: 'Ubuntu', serif;
    --title-color: #1B1B1B;
    --block-font: 'Ubuntu', serif;
    --block-font-color: #4E4E4E;
    --block-font-size: 23px;
    --button-font: 'Poppins', serif;
    --input-font: 'Poppins', serif;
    --input-font-size: 14px;
    --primary-color: #0fc506;
    --secondary-primary-color: #668B72;
    --secondary-color: #851055;
    --secondary-color-light: #c1006f;
    --white-color: #ffffff;
    --gray-color: #58595B;
    --light-gray-color: #dbdbdb;
    --highlight-color: #c1006f;
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility; /* kerning/ligaturen + iets andere AA */
    -webkit-font-smoothing: antialiased; /* Safari/Chrome op macOS: grijswaarden-AA */
    -moz-osx-font-smoothing: grayscale; /* Firefox op macOS */
}

article, aside, details, 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: var(--secondary-primary-color);
}

img {
    border-style: none;
    border-color: currentColor;
    border-width: 0px;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

body {
    font-family: var(--base-font);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    color: var(--base-font-color);
    line-height: 32px;
    font-size: var(--base-font-size);
}

blockquote {
    line-height: 12.6pt;
    font-size: var(--block-font-size) !important;
    font-weight: normal;
    padding: 0 0 0 15px;
    margin: 0 0;
    border-left: 5px solid;
}

blockquote, hr {
    margin: 0px 0px 20px;
}

a {
    /*color: #888888;*/
    color: #4B4F54;
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}

ul, ol {
    padding: 0;
    margin: 0 0 0 25px;
}

    ul ul, ul ol, ol ol, ol ul {
        margin-bottom: 0px;
    }

dt {
    font-weight: bold;
    line-height: -1;
}

form {
    margin: 0 0;
}

label, input, button, select, textarea {
    line-height: 1.4;
    font-weight: normal;
    font-family: var(--input-font);
    color: #1A1A1A;
}

    
input, textarea {
    width: 210px;
}
    

* {
    outline-width: medium !important;
    outline-style: none !important;
    outline-color: invert !important;
    outline: none !important;
}

dl dt {
    font-weight: normal;
}

*[data-click] {
    cursor: pointer;
}

dl {
    margin: 0px;
}

#wrapper {
    width: 100%;
}

.limiter {
    width: 1280px;
    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: 200px;
        }

        .input.largetext.verylarge input, .input.largepassword.verylarge input {
            width: 300px;
        }

div.headerTextWrapper {
    top:5px;
}

header .navigation {
    height: 90px;
    margin: 0px 0px -10px;
    padding: 0px 0px 10px;
    background-color: transparent;
}

    header .navigation .logo {
        left: 0px;
        top: 75px;
        width: auto;
        height: 70px;
        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: 40px;
    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;
        margin-top: 6px;
    }

        header .navigation .super .super-menu nav dl {
            margin: 0px 0px 0px 0px;
        }

            header .navigation .super .super-menu nav dl dt {
                line-height: 9pt;
                padding: 8px 20px 14px 20px;
                font-size: 9pt;
                font-weight: 500;
                float: left;
            }

                header .navigation .super .super-menu nav dl dt a {
                    color: var(--super-menu-font-color);
                    font-size: var(--super-menu-font-size);
                    text-decoration: none;
                }

    header .navigation .super .info {
        float: right;
        padding-top: 5px;
    }

        header .navigation .super .info dl {
            margin: 0px;
        }

            header .navigation .super .info dl dt {
                line-height: 9pt;
                line-height: 9pt;
                padding: 14px 10px 14px 0px;
                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: 13px 20px 13px 0px;
                    font-size: 10.5pt;
                    font-weight: bold;
                    color: #c90000;
                }

                    header .navigation .super .info dl dt.location a {
                        color: #c90000;
                        background: url(../images/sprite-controls.png) no-repeat scroll -680px -20px transparent;
                    }

                header .navigation .super .info dl dt.phonenr {
                    font-weight: bold;
                }

                header .navigation .super .info dl dt.changelocation {
                    height: 12px;
                    padding: 14px 20px;
                    background: url(../images/sprite-navigation.png) no-repeat scroll -855px -70px transparent;
                }

                    header .navigation .super .info dl dt.changelocation a {
                        color: #3283cb;
                    }

header .navigation .main {
    min-width: 990px;
    height: 29px;
    /*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 {
        font-family: var(--menu-font);
        color: var(--menu-font-color);
        text-transform: none;
        position: relative;
        margin-top:55px;
        width: auto;
        height: 100%;
        padding-left: 160px;
    }

        header .navigation .main .menu-items .menu-item-right {
            position: absolute;
            display: inline-block;
            float: right;
            right: 0px;
            height: 29px;
            width: auto;
            background-color: #fcab00;
            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 {
        display: inline-block;
        height: 80px;
        margin: 0px 0px 0px 195px;
        padding: 0px 0px 0px 1px;
    }

        header .navigation .main nav > ul > li {
            float: left;
            height: 70px;
            padding: 0px 1px 0px 0px;
            position: relative;
            line-height: 12pt;
            background: url(../images/sprite-navigation.png) no-repeat scroll right -190px transparent;
        }

            header .navigation .main nav > ul > li > a {
                display: block;
                font-size: 12pt;
                font-weight: normal;
                line-height: 12pt;
                padding: 29px 15px 25px;
                text-decoration: none;
            }

                header .navigation .main nav > ul > li > a .arrow {
                    display: inline-block;
                    height: 16px;
                    margin: 0px 0px 0px 10px;
                    vertical-align: bottom;
                    width: 8px;
                    background: url(../images/sprite-controls.png) no-repeat scroll -450px 3px transparent;
                }

            header .navigation .main nav > ul > li > ul {
                background-color: #fff;
                display: none;
                margin: 0px;
                min-width: 100%;
                padding: 10px 20px;
                left: 0px;
                position: absolute;
                top: 70px;
                -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.5);
                -moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.5);
                box-shadow: 2px 3px 3px rgba(0,0,0,0.5);
            }

                header .navigation .main nav > ul > li > ul > li {
                    padding: 5px 0px;
                }

                    header .navigation .main nav > ul > li > ul > li > a {
                        color: var(--menu-font-color);
                        display: block;
                        font-size: 9pt;
                        font-weight: normal;
                        line-height: 11.7pt;
                        padding: 0px 0px 0px 15px;
                        background: url(../images/sprite-controls.png) no-repeat scroll -120px -30px transparent;
                    }

header .navigation .searchform .input {
    margin: 35px 0px 18px;
}

    header .navigation .searchform .input input {
        width: 42px;
    }

header .navigation .searchform .background {
    height: 80px;
    padding: 0px 0px 0px 20px;
    background: url(../images/sprite-navigation.png) repeat-x scroll right -510px transparent;
}

.menu, .menu-active, .menu-selected, .menu-static {
    height: 24px;
    line-height: 12pt;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    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;
    color: var(--menu-font-color);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover.menu, a.menu-active, a:hover.menu-active {
    height: 24px;
    color: var(--menu-font-active-color);
    text-decoration: none;
}

.menu-selected {
    background-color: transparent;
    height: 24px;
    text-decoration: underline !important;
    text-underline-offset: 16px;
    text-decoration-thickness: 3px !important;
}

.menu-static {
    color: #FFF;
    text-decoration: none;
}

a.menu-selected, a:hover.menu-selected, a:hover.menu-static {
    color: var(--menu-font-active-color);
    text-decoration: none;
}

a:hover.menu-static {
    color: #fff;
    text-decoration: none;
}

a:hover.menu, a:hover.menu-selected, a:hover.menu-static {
    color: var(--menu-font-hover-color) !important;
    text-decoration: underline !important;
    text-underline-offset: 16px;
    text-decoration-thickness: 3px !important;
}

    #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);
}

.googlemapfix img {
    max-width: none;
}

.googlemapfix label {
    width: auto;
    display: inline;
}

::-moz-selection {
    background: #fcab00;
    color: var(--secondary-color-light);
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

a {
    transition: all 0.5s;
}

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;
    height: auto;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
    }

/*****/

#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;
    }

table.editTable tr {
    height: 36px;
}

.error {
    color: Red;
    font-weight: normal;
    display: inline;
}

.tblMachineButtons input[type="submit"]{
    margin-bottom: 3px;
}

.tblMachineButtons tbody tr td[align="left"] {
    width: 350px;
    vertical-align: top;
}

.tblMachineButtons tbody tr td[align="right"] input[type="submit"] {
    width: 230px;
}

.tblMachineButtons td[align="right"] input[type="submit"]:nth-of-type(2) {
    margin-right: 3px; 
}

.tdWait {
    background-color: White;
}


/*********** 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 *************/

/*********** CONVERSATIEGRID *************/
.conv_grid {
    position: relative;
    float: left;
    display: block;
    margin-top: 10px;
    border: 1px solid #b9b9b9;
    width: 100%;
    overflow: hidden;
}

    .conv_grid img {
        border-radius: 0px !important;
    }

    .conv_grid ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .conv_grid ul li {
            color: #838383;
        }

            .conv_grid ul li.options {
                background-color: whitesmoke;
                border-bottom: 1px solid #b9b9b9;
                height: 17px;
                padding-right: 5px;
            }

                .conv_grid ul li.options * img {
                    filter: alpha(opacity=60); /* IE's opacity*/
                    -moz-opacity: 0.6; /* MOZILLA Opacity */
                    opacity: 0.6; /* FIREFOX Opacity */
                }

                    .conv_grid ul li.options * img:hover {
                        filter: alpha(opacity=100); /* IE's opacity*/
                        -moz-opacity: 1; /* MOZILLA Opacity */
                        opacity: 1; /* FIREFOX Opacity */
                        cursor: pointer;
                    }

            .conv_grid ul li.solved * span {
                color: #006ad6;
            }

            .conv_grid ul li div.head, div.head_sel, div.head_first {
                position: relative;
                float: left;
                padding: 1px 3px 1px 4px;
                height: 18px;
                overflow: hidden;
                width: 100%;
                cursor: default;
            }

            .conv_grid ul li div.head {
                border-bottom: 1px dotted gray;
            }

            .conv_grid ul li div.head_sel {
                color: #404040;
            }

            .conv_grid ul li div.reply {
                color: #404040;
                position: relative;
                float: left;
                padding: 1px 3px 1px 4px;
                height: auto;
                overflow: hidden;
                width: 100%;
                cursor: default;
                margin-top: 10px;
                margin-bottom: 20px;
            }

            .conv_grid ul li div.head_first {
                border-bottom: 1px dotted gray;
            }

            .conv_grid ul li .from, .from_h {
                font-weight: bold;
                margin-right: 3px;
                color: #404040;
            }

            .conv_grid ul li .from_h {
                color: var(--highlight-color); /*#42ac18; #1d69b6;*/
            }

            .conv_grid ul li div.date {
                position: absolute;
                float: right;
                clear: none;
                right: 3px;
                top: 1px;
                padding-left: 25px;
                padding-right: 10px;
                background-color: #FFF;
                /*margin-right:10px;*/
            }

            .conv_grid ul li div.attach {
                height: 16px;
                width: 16px;
                padding-bottom: 1px;
                margin-right: 2px;
                float: left;
                position: relative;
                cursor: pointer;
            }

            .conv_grid ul li div.full {
                color: #404040;
                clear: none;
                padding: 0;
                display: none;
                width: 100%;
                border-bottom: 1px dotted gray;
            }

                .conv_grid ul li div.full span {
                    display: block;
                    padding: 5px 5px 15px 5px;
                    width: auto;
                    line-height: 18pt;
                }
/*********** EIND CONVERSATIEGRID *************/

/************* 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(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 5px;
        color: #fff;
        background-image: url(../images/uploadWhite.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-position-x: 6px;
        transition: all 0.3s;
        padding-left: 10px;
        padding-right: 0;
        min-width: 130px;
        height: 25px;
        display: inline-block;
        text-align: center;
        padding-top: 5px;
        cursor: pointer;
    }

    .inputFileWrapper label span {
        margin-top: 0px;
        margin-left: 10px;
    }

        .inputFile:focus + label, .inputFile + .inputFileWrapper label:hover {
            /*color: var(--main-color);*/
            /*background-color: var(--main-hover-color);*/
        }

    .inputFile:disabled + .inputFileWrapper label {
        display: none;
    }

.inputFileWrapper {
    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(--primary-color);
}

#loadingText {
    background-color: var(--primary-color);
}
/************** EIND LOADER  OVERRIDES ***********/


/*  ONDERSTAAND NOG VERDER OPSCHONEN  */


body {
    margin: 0;
    /*font-family:;
	font-size:;
	line-height:;
	color:;
	background-color:;*/
}

a:hover {    
    color: var(--primary-color);
    text-decoration: none;
}

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:;
    color: red;
    text-rendering: optimizelegibility;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        color:;
    }
    
        h1 small {
            font-size: 18px;
        }

h2 {
    font-size: 24px;
    line-height: 0;
}

    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;
}

ol {
    list-style: decimal;
}

li {
    line-height:;
}

dl {
}

dt, dd {
    line-height:;
}

dd {
    margin-left: 0;
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

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 code {
        padding: 0;
        color: inherit;
        background-color: transparent;
        border: 0;
    }

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:;*/
    }

span.input label {
    clear: both;
    display: inline-block;
    margin: -15px 0px 0px 25px;
    margin-bottom: 5px;
    width: auto;
    /*background-color:Red;*/
}

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;
    }

.checkbox {
    min-height: 18px;
    padding-left: 18px;
}

input[type='radio']:checked:after {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

    .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: 210px;
}

.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[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;
}

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;
    }

:-moz-placeholder {
    color:;
}

:-ms-input-placeholder {
    color:;
}

::-webkit-input-placeholder {
    color:;
}

.help-tekst {
    background-color: #f6f6f6;
    color: #444444;
    font-weight: normal;
}

legend + .control-group {
    margin-top:;
    -webkit-margin-top-collapse: separate;
}

table {
    max-width: 100%;
    background-color:;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom:;
}

    .table th, .table td {
        padding: 8px;
        text-align: left;
        vertical-align: top;
        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 tbody tr:hover td, .table tbody tr:hover th {
        background-color:;
    }


body {
    height: 100%;
    line-height: 12.6pt;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: none;
}

    h1, h1 span {
        color: var(--title-color);
        font-size: 40px;
        line-height: 30px;
    }

h2 {
    color: #2f2f2f;
    font-size: 16pt;
    font-weight: normal;
    line-height: 20.8pt;
}

h3 {
    color: #2f2f2f;
    font-size: 13pt;
    font-weight: normal;
    line-height: 16.9pt;
}

h4 {
    color: #2f2f2f;
    font-size: 12pt;
    font-weight: normal;
    line-height: 15.6pt;
}

blockquote {
    font-family: var(--block-font);
    border: none;
    color: var(--block-font-color);
    font-size: var(--block-size);
    font-weight: normal;
    line-height: 20.8pt;
    padding: 0px;
}

    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: #666;
            /*font-family: Arial, sans-serif;*/
            font-size: 9pt;
            font-weight: bold;
            height: 40px;
            line-height: 12.6pt;
            position: absolute;
            right: 80px;
        }



p {
    margin: 0px 0px 10px;
}

h1 {
    margin: 0px 0px 10px;
}

h2 {
    margin: 0px 0px 5px;
}

h3 {
    margin: 0px 0px 10px;
}

form .errormsg {
    color: #c90000;
    padding: 10px 0px 10px 188px;
}

form .infomsg {
    color: #85B4FF;
    padding: 10px 0px 10px 188px;
}

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;
}


.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.highlight {
    color: #c90000;
}


#contentbody {
    min-height: 500px;
    padding: 10px 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: 25px 0px 15px 0px;
    }

        #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;
        }

.line {
    clear: both;
    height: 1px;
    width: 100%;
    background: url(../images/line.png) no-repeat scroll center 0px transparent;
}

    .line.margin {
        margin: 0px 0px 20px;
    }

.nav-back {
    position: relative;
    display: block;
    margin-top: -10px;
}

.nomargin {
    margin-bottom: 0px;
}

.inputbutton, .inputbuttonSec {
    font-family: var(--button-font) !important;
    background-image: linear-gradient(90deg, var(--primary-color) 0%, #09A805 100%);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding: 8px 36px 8px 36px;
    transition: all 0.4s ease;
    margin-left: 8px;
}

    .inputbutton:hover {
/*        background-color: var(--white-color);
        color: var(--primary-color);
        border: 1px solid var(--primary-color);*/
    }

.inputbuttonSec {
    background-image: linear-gradient(90deg, var(--secondary-color-light) 0%, var(--secondary-color) 100%);
    border: 1px solid transparent;
}

    .inputbuttonSec:hover {
/*        background-color: var(--white-color);
        color: var(--gray-color);
        text-decoration: none;
        border-color: var(--gray-color);*/
    }

.button, button {
    border: 0px;
    font-family: var(--button-font);
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    letter-spacing: 1px;
}

    .button.mini, button.mini {
        background: none;
        height: 22px;
        width: 22px;
    }

        .button.mini.close, button.mini.close {
            background: url(../images/sprite-controls.png) no-repeat scroll 0px 0px transparent;
        }

            .button.mini.close:hover, button.mini.close:hover {
                background: url(../images/sprite-controls.png) no-repeat scroll -30px 0px transparent;
            }

            .button.mini.close:active, button.mini.close:active {
                background: url(../images/sprite-controls.png) no-repeat scroll -60px 0px transparent;
            }

        .button.mini.minus, button.mini.minus {
            background: url(../images/sprite-controls.png) no-repeat scroll -90px 0px transparent;
        }

            .button.mini.minus:hover, button.mini.minus:hover {
                background: url(../images/sprite-controls.png) no-repeat scroll -120px 0px transparent;
            }

            .button.mini.minus:active, button.mini.minus:active {
                background: url(../images/sprite-controls.png) no-repeat scroll -150px 0px transparent;
            }

        .button.mini.plus, button.mini.plus {
            background: url(../images/sprite-controls.png) no-repeat scroll -180px 0px transparent;
        }

            .button.mini.plus:hover, button.mini.plus:hover {
                background: url(../images/sprite-controls.png) no-repeat scroll -210px 0px transparent;
            }

            .button.mini.plus:active, button.mini.plus:active {
                background: url(../images/sprite-controls.png) no-repeat scroll -240px 0px transparent;
            }

        .button.mini.prev, button.mini.prev {
            background: url(../images/sprite-controls.png) no-repeat scroll -270px 0px transparent;
        }

            .button.mini.prev:hover, button.mini.prev:hover {
                background: url(../images/sprite-controls.png) no-repeat scroll -300px 0px transparent;
            }

            .button.mini.prev:active, button.mini.prev:active {
                background: url(../images/sprite-controls.png) no-repeat scroll -330px 0px transparent;
            }

        .button.mini.next, button.mini.next {
            background: url(../images/sprite-controls.png) no-repeat scroll -360px 0px transparent;
        }

            .button.mini.next:hover, button.mini.next:hover {
                background: url(../images/sprite-controls.png) no-repeat scroll -390px 0px transparent;
            }

            .button.mini.next:active, button.mini.next:active {
                background: url(../images/sprite-controls.png) no-repeat scroll -420px 0px transparent;
            }

    .button.small, button.small {
        background: none;
        border: 0px;
    }

        .button.small > span, button.small > span {
            color: #FFFFFF;
            display: block;
            font-size: 9pt;
            font-weight: bold;
            position: relative;
            /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -50px transparent;*/
        }

        .button.small > span, button.small > span {
            display: block;
            padding: 6px 12px 8px 12px;
            border-radius: 5px;
            background: var(--primary-color);
            background-image: -webkit-linear-gradient(top, #b6c200, var(--primary-color));
            background-image: -moz-linear-gradient(top, #b6c200, var(--primary-color));
            background-image: -ms-linear-gradient(top, #b6c200, var(--primary-color));
            background-image: -o-linear-gradient(top, #b6c200, var(--primary-color));
            background-image: linear-gradient(to bottom, #b6c200, var(--primary-color));
            /*background: url(../images/sprite-controls.png) no-repeat scroll right -50px transparent;*/
        }

        .button.small:hover > span, button.small:hover > span {
            /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -80px transparent;*/
        }

            .button.small:hover > span > span, button.small:hover > span > span {
                /*background: url(../images/sprite-controls.png) no-repeat scroll right -80px transparent;*/
            }

        .button.small:active > span, button.small:active > span {
            /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -110px transparent;*/
        }

            .button.small:active > span > span, button.small:active > span > span {
                /*background: url(../images/sprite-controls.png) no-repeat scroll right -110px transparent;*/
            }

        .button.small.red > span, button.small.red > span {
            color: #fff;
            display: block;
            font-size: 9pt;
            font-weight: bold;
            padding: 0px 0px 0px 12px;
            position: relative;
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -840px transparent;
        }

            .button.small.red > span > span, button.small.red > span > span {
                display: block;
                padding: 6px 12px 8px 0px;
                background: url(../images/sprite-controls.png) no-repeat scroll right -840px transparent;
            }

        .button.small.red:hover > span, button.small.red:hover > span {
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -870px transparent;
        }

            .button.small.red:hover > span > span, button.small.red:hover > span > span {
                background: url(../images/sprite-controls.png) no-repeat scroll right -870px transparent;
            }

        .button.small.red:active > span, button.small.red:active > span {
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -900px transparent;
        }

            .button.small.red:active > span > span, button.small.red:active > span > span {
                background: url(../images/sprite-controls.png) no-repeat scroll right -900px transparent;
            }

    .button.large, button.large {
        background: none;
        border: 0px;
        text-align: left;
    }

        .button.large.bulletleft > span > span, button.large.bulletleft > span > span {
            padding: 11px 20px 13px 10px;
        }

        .button.large.bulletright > span > span, button.large.bulletright > span > span {
            padding: 11px 30px 13px 0px;
        }

        .button.large > span, button.large > span {
            color: #FFFFFF;
            display: inline-block;
            font-size: 12pt;
            font-weight: bold;
            position: relative;
            padding: 10px 20px 10px 20px;
            /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -140px transparent;*/
        }

        .button.large > span, button.large > span {
            display: block;
            border-radius: 20px;
            background: #fcab00;
            background-image: -webkit-linear-gradient(top, #b6c200, #fcab00);
            background-image: -moz-linear-gradient(top, #b6c200, #fcab00);
            background-image: -ms-linear-gradient(top, #b6c200, #fcab00);
            background-image: -o-linear-gradient(top, #b6c200, #fcab00);
            background-image: linear-gradient(to bottom, #b6c200, #fcab00);
        }

        .button.large:hover > span, button.large:hover > span {
            background: #f0f0f0;
            background-image: -webkit-linear-gradient(top, #f0f0f0, #d2d2d2);
            background-image: -moz-linear-gradient(top, #f0f0f0, #d2d2d2);
            background-image: -ms-linear-gradient(top, #f0f0f0, #d2d2d2);
            background-image: -o-linear-gradient(top, #f0f0f0, #d2d2d2);
            background-image: linear-gradient(to bottom, #f0f0f0, #d2d2d2);
            color: #fcab00;
            /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -190px transparent;*/
        }


        .button.large.red > span, button.large.red > span {
            color: #fff;
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -930px transparent;
        }

            .button.large.red > span > span, button.large.red > span > span {
                text-shadow: 0px -1px 0px #4d0202;
                background: url(../images/sprite-controls.png) no-repeat scroll right -930px transparent;
            }

            .button.large.red > span .bullet, .button.large.red > span .rightbullet, button.large.red > span .bullet, button.large.red > span .rightbullet {
                background: url(../images/sprite-controls.png) no-repeat scroll -140px -490px transparent !important;
            }

            .button.large.red > span .leftbullet, button.large.red > span .leftbullet {
                background: url(../images/sprite-controls.png) no-repeat scroll -130px -490px transparent !important;
            }

            .button.large.red > span .toggle, button.large.red > 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;
            }

        .button.large.red:hover > span, button.large.red:hover > span {
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -980px transparent;
        }

            .button.large.red:hover > span > span, button.large.red:hover > span > span {
                background: url(../images/sprite-controls.png) no-repeat scroll right -980px transparent;
            }

        .button.large.red:active > span, .button.large.red.open > span, button.large.red:active > span, button.large.red.open > span {
            background: url(../images/sprite-controls.png) no-repeat scroll 0px -1030px transparent;
        }

            .button.large.red:active > span > span, .button.large.red.open > span > span, button.large.red:active > span > span, button.large.red.open > span > span {
                background: url(../images/sprite-controls.png) no-repeat scroll right -1030px transparent;
            }

        .button.large.round > span > span, button.large.round > span > span {
            overflow: hidden;
            padding: 11px 10px 13px 10px;
            width: 0px;
        }

        .button.large.round > span .bullet, button.large.round > span .bullet {
            left: 18px;
        }

.button {
    display: inline-block;
}

    .button.small > span > span {
        padding: 6px 12px 6px 0;
    }

    .button.small.red > span > span {
        padding: 6px 12px 6px 0;
    }


.input.text, .input.password {
    height: 32px;
    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: 32px;
        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 {
            /*background: none;
				border: 0px;
				box-shadow: none;
				color: #fff;*/
            border-color: #fcab00;
            border-radius: 5px;
            display: block;
            /*font-family: Arial, sans-serif !important;*/
            font-size: 10pt;
            font-weight: normal;
            /*line-height: 12pt;*/
            margin: 0px;
            padding: 7px 0px 6px 5px;
        }

    .input.text.focus, .input.password.focus {
        /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -320px transparent;*/
    }

        .input.text.focus span, .input.password.focus span {
            /*background: url(../images/sprite-controls.png) no-repeat scroll right -320px transparent;*/
        }

    .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 {
        width: 196px;
    }

    .input.text.verylarge input, .input.password.verylarge input {
        width: 294px;
    }


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(--primary-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="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(--primary-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: #fcab00;
    /*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 {
            /*background: none;*/
            border: 1px solid #fcab00;
            border-radius: 5px;
            box-shadow: none;
            /*color: #fff;*/
            display: block;
            /*font-family: Arial, sans-serif !important;*/
            font-size: 10pt;
            font-weight: normal;
            height: 161px;
            line-height: 16pt;
            margin: 0px;
            padding: 7px 0px 7px 5px;
            resize: none;
        }

    .input.textarea.focus {
        /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -1660px transparent;*/
    }

        .input.textarea.focus span {
            /*background: url(../images/sprite-controls.png) no-repeat scroll right -1660px transparent;*/
        }

    .input.textarea.short {
        height: 100px;
        padding: 0px 0px 0px 12px;
        position: relative;
        /*background: url(../images/sprite-controls.png) no-repeat scroll 0px -1480px transparent;*/
    }

        .input.textarea.short.fullwidth {
            width: 100%;
            height: 100px;
            padding: 0px 0px 0px 0px;
            position: relative;
        }

        .input.textarea.short span {
            display: block;
            height: 100px;
            padding: 0px 12px 0px 0px;
            /*background: url(../images/sprite-controls.png) no-repeat scroll right -1480px transparent;*/
        }

    .input.textarea.verysmall textarea {
        width: 31px;
    }

    .input.textarea.small textarea {
        width: 71px;
    }

    .input.textarea.medium textarea {
        width: 121px;
    }

    .input.textarea.large textarea {
        width: 196px;
    }

    .input.textarea.verylarge textarea {
        width: 296px;
    }

.table {
    width: 100%;
    margin: 20px 0;
    border-collapse: separate !important;
}

    .table tfoot {
        display: none;
    }

    .table tr th, .table tr td {
        /*background-image: url("../images/bg-table.png");*/
    }

    .table td {
        border-bottom: 1px solid #686868; /*#fcab00;*/
    }

    .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 th:first-child {
            border-top-left-radius: 5px;
        }

    .table th:last-child {
        border-top-right-radius: 5px;
    }

    .table tr td:first-child {
        margin-left: 5px;
        border-left: 1px solid #686868; /*#fcab00;*/
    }

    .table tr td:last-child {
        margin-right: 5px;
        border-right: 1px solid #686868; /*#fcab00;*/
    }

    .table tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .table tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

    .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:first-child {
            background-position: 0 -50px;
        }

        .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%;
        }

    .table .tpage > td:first-child {
        padding: 0px;
    }

    .table .tpage td table tr td {
        border: 0px solid transparent !important;
    }

        .table .tpage td table tr td span {
            color: var(--highlight-color);
            font-weight: bold;
        }

.footer td {
    background-image: url("../images/bg-table.png");
}

.footer td {
    padding: 0;
    height: 10px;
    background-position: 50% 100%;
}

    .footer td:first-child {
        background-position: 0 100%;
    }

    .footer td.last {
        background-position: 100% 100%;
    }

header {
    position: relative;
    height: 176px;
    background: url(../images/jws/headerBG.png);
    background-repeat: repeat-x; 
    background-position: top center; 
}

    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: var(--menu-font-hover-color);
    }

    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: var(--menu-font-hover-color);
        }

            header .navigation .main nav > ul > li:hover > a .arrow {
                background: url(../images/sprite-controls.png) no-repeat scroll -450px -17px transparent;
            }

footer {
    display: flex;
    max-height: 535px;
    overflow: hidden;
    background-image: linear-gradient(90deg, var(--secondary-color-light) 0%, var(--secondary-color) 100%);
    margin-top: 50px;
    height: 68px;
    align-items: center; /* verticaal centreren */
}

    footer > .limiter {
        max-height: 60px;
        height: auto;
        position: relative;
        margin-top: -10px;
        /*padding: 20px 0px 0px;*/
    }

        footer > .limiter .content {            
            position: relative;
            margin: 0px auto;
            width: 100%;
            height: auto;
            color: #fff;
            font-size: 16px;
            line-height: 25px;
        }

            footer > .limiter .content a {
                color: var(--primary-color);
                text-decoration: none;
            }

/*                footer > .limiter .content a:hover {
                    color: #fcab00;
                    text-decoration: underline;
                }*/

        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;
            }

.tableLocatie {
    background-image: none;
}

.rowInActive {
    background-color: White;
    cursor: default;
}

.rowInActiveOver {
    background-color: #f3f3f3; /*#e3e6cf;*/
    cursor: pointer;
}

.rowSelected {
    color: var(--base-font-color) !important;
    background-color: #f3f3f3 !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: var(--button-font)
}

.centerBox {
    display: flex !important;
    align-items: center;
}

.InputSelect {
    border: 1px solid rgba(129,129,129,.25);
    font-size: var(--input-font-size);
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 5px;
    height: 42px;
    width: 332px;
}

.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;
}


.viewDetailsTable table tr td {
    padding: 5px 0px 5px 0px;
}

    .viewDetailsTable table tr td:first-child {
        width: 140px;
    }

.viewDetailsTable > table tr td {
    white-space: nowrap;
}

.fa-arrow-right {
    color: var(--highlight-color);
    font-size: 14px;
}

.fa-bars.selected {
    color: var(--highlight-color);
}

.fa-plus {
    color: var(--highlight-color);
    font-size: 16px;
}

.statusCell {
    color: var(--highlight-color);
    font-weight: normal;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inputText, .inputTextArea {
    border: 1px solid rgba(129,129,129,.25);
    font-size: var(--input-font-size);
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0px;
    width: 300px;
}

.inputTextArea {
    resize: none;
}

.searchWrapper {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    margin-right: 30px;
}

.search {
    border: 1px solid #ccc;
}

.searchchild {
    display: inline;
    position: absolute;
    right: -15px;
    top: 12px;
}

    .searchchild img {
        cursor: pointer;
    }

.centerBox {
    display: flex !important;
    align-items: center;
}

span.input.checkbox label[for] {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.7rem;
}

.fa-check {
    color: var(--primary-color);
}

.menuItemsWrapper > table {
    left: 35px;
}