/* Minification failed. Returning unminified contents.
(1256,28): run-time error CSS1033: Expected closing bracket, found 'i'
(1256,29): run-time error CSS1031: Expected selector, found ']'
(1256,29): run-time error CSS1025: Expected comma or open brace, found ']'
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #fffcf9;
    color: #5c5d63;
    font: 0.94em/2 Trebuchet MS, serif;
    /*min-width: 960px;*/
}

TH {
    text-align: left;
}

TD {
    vertical-align: top;
}

h1 {
    border-bottom: 1px solid #ccdfee;
    color: #005daa;
    display: block;
    font: bold 2em Trebuchet MS, Arial;
    margin-bottom: 20px;
    padding: 1em 0 0.5em 0;
}

h2 {
    color: #005daa;
    font: bold 1.4em Trebuchet MS, serif;
    margin-bottom: 1em;
}

h3 {
    color: #5c5d63;
    font: bold 1.1em Trebuchet MS, Arial;
    margin-bottom: 0.5em;
}

ul {
    list-style: none outside;
}

    ul li {
        background: left 0.5em no-repeat;
        padding-left: 20px;
        position: relative;
    }

    li.k-editor-button, li.k-editor-colorpicker, ul.k-pager-numbers li {
        padding: 0px;
    }

div.k-colorpicker {
    display: inline-block !important;
}

a {
    color: #005daa;
    text-decoration: underline;
    cursor: pointer;
}

P {
    margin: 1em 0;
}

ul, ol {
    /*margin-bottom: 1em;*/
}

/* Layout
-------------------------------------------------- */
.wrapper {
    clear: both;
    margin: 0 auto;
}
.small {
    font-size: 0.63em;
}

.screenreader {
    left: -9999px;
    position: absolute;
}

.page-main {
    background: #fff;
    padding-bottom: 1em;
}

    .page-main > .wrapper:after {
        content: "\00a0";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.content-left {
    float: left;
    padding: 0 0 50px 0;
    margin: 0 20px 0 0;
    width: 760px;
}

.bluecontainer {
    background-color: #e8f0f7;
    padding: 20px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.fixedwidth500 {
    width: 520px;
}

/* grid columns */

.grid .wrapper {
    width: auto;
    padding-right: 10px;
}

.grid {
    overflow: hidden;
}

.onethird {
    float: left;
    width: 33.33%;
    overflow: hidden;
}

.onehalf {
    float: left;
    width: 50%;
    overflow: hidden;
}

.grid > .outer-box,
.grid > * > .outer-box,
.grid-items > * > .outer-box {
    margin-left: 10px;
    margin-right: 10px;
}


/* sidebar */

.sidebar {
    background-color: #e8f0f7;
    float: left;
    padding: 0 20px 0 20px;
    width: 220px;
    margin: 0 0 40px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .sidebar > .wrapper {
        margin-top: -20px;
    }

        .sidebar > .wrapper > *:first-child {
            margin-top: 40px;
        }

.sidebar-alt {
    float: left;
    width: 260px;
    overflow: hidden;
}

/* horizontal */
.horizontal ul {
    display: inline;
    line-height: 1.5;
}

.horizontal li {
    display: inline;
    padding: 0 1em 0 0;
}

/* links list*/

footer {
    background-color: #c7e4ff;
}





ul#mainmenu {
    padding: 0 1.2em;
    float: right;
}

    ul#mainmenu li {
        display: inline;
        position: relative;
        float: left;
    }

        ul#mainmenu li ul {
            display: none;
            background-color: #ffffff;
            width: 150px;
            border-style: solid;
            border-width: 1px;
            border-color: #005daa;
        }

    ul#mainmenu ul li a {
        display: inline;
        text-decoration: none;
        background: #ffffff;
        border-top: 1px solid #ffffff;
        margin-left: 1px;
        white-space: nowrap;
    }

    ul#mainmenu li a:hover {
        text-decoration: underline;
        color: #005daa;
    }

    ul#mainmenu li:hover ul {
        display: block;
        position: absolute;
    }

    ul#mainmenu li:hover li {
        float: none;
        text-decoration: underline;
        color: #005daa;
    }

    ul#mainmenu li:hover a {
        text-decoration: underline;
        color: #005daa;
    }

    ul#mainmenu li:hover li a:hover {
        text-decoration: underline;
        color: #005daa;
    }

.outer-box {
    clear: both;
    display: block;
    margin: 20px 0;
}

    .outer-box p:last-child {
        margin-bottom: 0;
    }

    .outer-box h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-bottom: 0.667em;
    }


/* Inner box */
.inner-box {
    background: #fff;
    padding: 16px 20px 20px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .inner-box figure {
        text-align: center;
    }

    .inner-box > *:last-child {
        margin-bottom: 0;
    }



/* Button action */
.button-action,
.button-action-alt {
    /*background: url(/Content/images/bg-button-action.png) left top no-repeat;*/
    cursor: pointer;
    float: left;
    margin: 0;
    outline: none;
    padding-left: 9px;
    text-decoration: none;
}

    .button-action *,
    .button-action-alt * {
        /*background: url(/Content/images/bg-button-action.png) right top no-repeat;*/
        background-color: #f37021;
        border-radius: 5px;
        border: none;
        color: #fff;
        cursor: pointer;
        display: block;
        float: left;
        font: bold 1.333em/30px Trebuchet MS, Arial;
        height: 30px;
        margin: 0;
        /*padding: 0 12px 1px 3px;*/
        text-shadow: 0 1px 0 rgba(0,0,0,0.25);
        overflow: visible;
    }

    .button-action input,
    .button-action-alt input {
        padding-bottom: 1px;
    }

    .button-action input,
    .button-action-alt input {
        height: 31px;
        outline: none;
    }

.button-action-alt {
    background-position: left -156px;
}

    .button-action-alt * {
        background-position: right -156px;
    }

.button-action:hover,
.button-action:focus {
    background-position: left -78px;
}

.button-action-alt:hover,
.button-action-alt:focus {
    background-position: left -234px;
}

.button-action:hover *,
.button-action:focus * {
    background-position: right -78px;
}

.button-action-alt:hover *,
.button-action-alt:focus * {
    background-position: right -234px;
}

.button-action:hover *,
.button-action-alt:hover * {
    text-decoration: underline;
}

.button-action:active *,
.button-action-alt:active *,
.button-action input:active,
.button-action-alt input:active {
    line-height: 32px;
    text-decoration: none;
}



/* Contact list and cart*/
ul.contact {
    margin-bottom: 1em;
}

.contactfixedwidth {
    width: 240px;
}

ul.contact * {
    color: #005daa;
}

ul.cart li {
    background: none;
    border-bottom: 1px solid #ccdfee;
    padding: 4px 0;
}

    ul.cart li:first-child {
        border-top: 1px solid #ccdfee;
    }

ul.contact li {
    background: none;
    padding: 2px 0 2px 45px;
}


    ul.contact li.tel {
        background: url("/Content/images/phone.png") 10px 0.357em no-repeat;
    }

    ul.contact li.email {
        background: url("/Content/images/email.png") 10px 0.357em no-repeat;
    }

    ul.contact li.www {
        background: url("/Content/images/www.png") 10px 0.357em no-repeat;
    }

/* Form */

.form .item * {
    font-family: Arial;
    font-size: 1em;
    line-height: 1.572;
}

.form input[type=password],
.form input[type=text],
.form textarea {
    border: 1px inset #fff;
    color: #5c5d63;
    margin: 0;
    padding: 1px 5px;
    width: 43.31%;
}

input[type=text].small {
    width: 10%;
}

input[type=text].medium {
    width: 40%;
}

input[type=text].amount {
    width: 25px;
    margin-right: 8px;
}

input[type=number].amount {
    width: 40px;
    margin-right: 8px;
}
.btn-minplus {
    border-radius: 0px;
    line-height: 30px;
    text-align:center;
    padding: 0;
}
.artikel-holder {
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
    /*.btn-minplus > .amount {
        border-radius: 0px;
        margin-right: 0px;
        border: 1px solid #5c5d63cc;
    }*/
    .btn-minplus > input[type=text].amount,
    .artikel-holder .btn-minplus .amount{
        border-radius: 0px;
        margin-right: 0px;
        border: 1px solid #5c5d63cc;
        width: 40px;
    }

    .btn-minplus > .btn-minus {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size:35px;
        /*margin-top: -1px;*/
    }

.btn-minplus > .btn-plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 30px;
    /*margin-top: -1px;*/
}
.kwartaalverbruik {
    color: #5c5d63;
    font-style: italic;
}
    .kwartaalverbruik .verbruik {
        margin-right: 10px;
    }
.price {
    color: #5c5d63cc;
    font-weight: bold;
    font-size:15px;
}
    .form textarea {
        width: 64.437%;
    }

    .form textarea.big {
        width: 100%;
    }


.form textarea,
.form input,
.form select {
    font-family: Arial;
}

.form input {
    margin-bottom: 0;
    margin-top: 0;
}

    .form input[type=text] {
        height: 18px;
        line-height: 1.286;
    }

    .form input[type=radio],
    .form input[type=checkbox] {
        margin: 0 0.5em 0 0;
    }

.form select {
    border: 1px inset #fff;
    color: #5c5c63;
    height: 22px;
    font-size: 1em;
    line-height: 1.572;
}

.form div {
    clear: both;
    display: block;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    position: relative;
}

.form .item {
    background: #f5f9fc;
    border: 1px solid #ccdfee;
}

.form label,
.form legend,
.form .label {
    float: left;
    font-weight: bold;
    width: 38%;
    padding-right: 1em;
}

.form .controlset {
    float: left;
    display: inline;
    clear: none;
    padding: 0;
}

    .form .controlset label {
        float: none;
        font-weight: normal;
        margin-right: 1em;
        width: auto;
    }

.form .bottom {
    overflow: hidden;
    padding: 20px 0;
}

    .form .bottom p.legend {
        float: left;
        font-size: 0.714em;
        line-height: 1.4;
    }

form .bottom .button-action {
    float: right;
}

.form label span,
.form legend span,
.form .bottom p.legend span {
    color: #f89728;
}

.form .button-action {
    float: right;
}

.form #label_categorie {
    width: 125px;
}

.form #ZoekTerm {
    width: 150px;
    margin-left: 25px;
}

.form label span,
.form legend span,
.form .zoeken p.legend span {
    color: #f89728;
}

.error {
    color: #ff0000;
    font-weight: bold;
    line-height:initial;
}

.form table {
    width: 100%;
}

.floatright {
    float: right;
}

.labelvalue TR TD:first-child {
    font-weight: bold;
    padding-right: 10px;
}

.errors,
.validation-summary-errors,
.validation-summary-success,
.validation-summary-warning {
    padding: 8px 5px 8px 50px;
    border: 3px solid #ff0000;
    color: #ff0000;
    background: url("/Content/images/exclamationmark.png") 10px 50% no-repeat;
    margin: 1em 0;
}

    .validation-summary-errors UL,
    .validation-summary-success UL,
    .validation-summary-warning UL {
        margin-bottom: 0;
    }

.validation-summary-errors, .errors {
    color: #ff0000;
    border-color: #ff0000;
    background-image: url("/Content/images/exclamationmark.png");
}

.validation-summary-success {
    color: #00c700;
    border-color: #00c700;
    background-image: url("/Content/images/checkmark.png");
}

.validation-summary-warning {
    color: #f68121;
    border-color: #f68121;
    background-image: url("/Content/images/warningexclamationmark.png");
}

.pdf {
    background: url("/Content/images/document-pdf-text.png") 10px top no-repeat;
    padding: 2px 0 2px 45px;
    line-height: 30px;
}



.required {
    background-image: url(/Content/images/asterisk.jpg);
    background-position: right 50%;
    background-repeat: no-repeat;
}

.form input[readonly='readonly'], .form input[readonly='True'] {
    border: transparent solid 0px;
    background-color: transparent;
    padding-left: 0; /*override for style input[type=text]*/
}

.addressform, .addressform .international {
    display: none;
}

    .addressform LABEL {
        padding: 0 1em 0 20px;
    }

    .addressform TD {
        padding: 2px 0;
    }

    .addressform input[readonly='readonly'], .addressform input[readonly='True'] {
        background-color: #e8f0f7;
    }




Form H2 {
    margin: 1em 0 0.5em 0;
}

.k-grid-header .k-header, .k-grid-header .k-link:link {
    font-size: 1.2em;
    background-color: #1b75a6;
    color: white;
    font-weight: bold;
    padding-left: 0.3em;
    border-style: solid;
    border-width: 0 0 1px 1px;
}


A.jQHelpPopUpOpener {
    vertical-align: middle;
}
.ui-dialog .ui-icon-closethick {
    background-color: #1b75a6;
}


.total {
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
}


.questionicon {
    float: left;
    vertical-align: middle;
    margin-right: 0.5em;
}

div.question {
    line-height: normal;
}

.question a {
    cursor: pointer;
    text-decoration: none;
    line-height: 32px;
}

.question div.answer {
    margin-left: 40px;
    line-height: normal;
}

.hidden {
    display: none !important;
    visibility: hidden;
}


.webgrid-table {
    width: 100%;
    display: table;
    border-collapse: separate;
    border: 1px solid #ccdfee;
    background-color: #f5f9fc;
}

    .webgrid-table th {
        border: 1px solid #ccdfee;
        padding: 3px 7px 2px;
        color: #ffffff;
    }

        .webgrid-table th a {
            color: #ffffff;
            text-decoration: none;
        }

    .webgrid-table td {
        background: #f5f9fc;
        border: 1px solid #ccdfee;
        padding: 3px 7px 2px;
    }

.webgrid-header {
    background-color: #005daa;
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
}

.webgrid-col50px {
    width: 50px;
}

.webgrid-col70px {
    width: 70px;
}

.webgrid-col200px {
    width: 200px;
}

.webgrid-col150px {
    width: 150px;
}

.webgrid-col250px {
    width: 250px;
}

.checkmarkicon {
    vertical-align: middle;
    margin-right: 0.5em;
}


ul.medicatieservicevoordelen li {
    display: block;
    height: 49px;
    line-height: 49px;
}

    ul.medicatieservicevoordelen li > div.checkmarkicon {
        display: table-cell;
        width: 32px;
    }
ul.medicatieservicevoordelen li > div.voordeeltekst {
        display: table-cell;
vertical-align:top;
padding-top:5px;
}

.medicatieserviceNotOK {
    border: 5px solid #ff0000;
    padding: 5px;
    line-height: 32px;
}

.medicatieserviceOK {
    border: 5px solid #00cc00;
    padding: 5px;
    line-height: 16px;
}

.clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}

.invalidDate {
    /* adding some CSS to match the normal days styling */
    display: block;
    overflow: hidden;
    min-height: 22px;
    line-height: 22px;
    padding: 0 .45em 0 .1em;
    cursor: default;
    opacity: 0.5;
    color: #ddd;
    text-decoration: none;
}

a div.invalidDate {
    text-decoration: none;
}

.k-linkgrey {
    text-decoration: none;
    cursor: default;
}

div .answer a {
    line-height: 0px;
}

#warningNotDeclarable {
    font-style: italic;
    color: #ff0000;
    padding-left: 15px;
}

.bold {
    font-weight: bold;
}

.CheckBoxLeveringsVoorwaarden {
    float: left;
    margin-top: 5px;
}

.warning {
    color: #ff0000;
}

.k-grid td {
    padding: 4px 10px;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.d-inline-block {
    display: inline-block !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.text-center {
    text-align: center;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 2em;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.float-none {
    float: none !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    color: #1b75a6;
    padding-right: 1.2em;
}

.dropdown-ul a {
    padding: 0 !important;
}

.dropdown-btn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 5px;
    left: 25px;
    background-color: white;
    box-shadow: 0 0 5px 0px #00000066;
    min-width: 200px;
    z-index: 1;
}

.dropdown-li:hover .dropdown-content {
    display: flex;
    flex-direction: column;
}
.medicationservice_comment {
    width: 650px;
    line-height: normal;
}

span.qseperate {
    font-size: 12px;
}

.ui-widget-header {
    height: 20px;
}

@media only screen and (min-width: 768px) {
    .flex-md-row {
        flex-direction: row;
    }
    .mx-md-0 {
        margin-left: 0;
        margin-right: 0;
    }
}



@media only screen and (max-width: 1023px) {
   
    /* header */
    .header {
        background-color: #ffffff;
        box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    .menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none !important;
        overflow: hidden;
        background-color: #ffffff;
    }

        .menu-mobile a {
            color: #1b75a6;
        }

    .header li a {
        display: block;
        padding: 5px 5px;
        text-decoration: none;
    }

    .header .logo-img {
        display: block;
        float: left;
        padding: 5px;
        width: 75px;
        height: auto;
    }

    /* menu */
    .linklist .menu-mobile {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }

    /* menu icon */
    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }

        .header .menu-icon .navicon {
            background: #1b75a6;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px;
        }

            .header .menu-icon .navicon:before,
            .header .menu-icon .navicon:after {
                background: #1b75a6;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .header .menu-icon .navicon:before {
                top: 5px;
            }

            .header .menu-icon .navicon:after {
                top: -5px;
            }

    /* menu btn */
    .header .menu-btn {
        display: none;
    }

        .header .menu-btn:checked ~ .linklist .menu-mobile {
            max-height: 300px;
        }

    .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

    .dropdown-content {
        background-color: #ffffff;
        box-shadow: 0 0 5px 0px #f89728;
    }

    .dropdown-ul li {
        padding: 5px;
    }

    .page-main {
        padding-top: 50px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wrapper {
        clear: both;
        margin: 0 auto;
        width: 100%;
    }

    .content-left {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

        .content-left .left, .content-left .right {
            width: 100%;
        }

    /*Center sidebar in small screens*/
    .sidebar {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 85%;
    }

    .onethird {
        float: none;
        width: 100%;
    }

    .onehalf {
        float: none;
        width: 100%;
    }

    .ui-dialog H1 {
        font-size: 1.5rem;
    }

    .k-grid-header .k-header, .k-grid-header .k-link:link {
        font-size: 0.9em;
    }

    .klant-mobile {
        background-color: #e8f0f7;
        border-radius: 10px;
    }

    /*Bestelling services*/
    #gridArtikelen tbody {
        font-size: 12px;
    }

    .aantaltemplate {
        display: flex;
        flex-direction: column;
    }

        .aantaltemplate input[type=number].amount {
            width: 100%;
            box-sizing: border-box;
            margin-right: 0;
        }

        .aantaltemplate select, .aantaltemplate option, .aantaltemplate label {
            width: 100%;
            white-space: normal;
            word-break: break-word;
        }

    footer .wrapper {
        text-align: center;
    }

    ul.contact li:first-child {
        border-top: 1px solid #ccdfee;
    }

    ul.contact li {
        border-bottom: 1px solid #ccdfee;
    }

    .font-14 {
        font-size: 14px;
        line-height:22px;
        padding-bottom: 8px;
    }

    .order-modal-table-container {
        max-height: 345px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .order-modal {
        max-height: 400px;
    }

    select,
    textarea,
    input {
        font-size: 16px;
    }
        input[type="radio" i]: checked {
            background-color: #005daa;
            cursor: default;
            appearance: auto;
            box-sizing: border-box;
            margin: 3px 3px 0px 5px;
            padding: initial;
            border: initial;
        }
    .medicationservice_comment {
        width:100%;
        max-width: 450px;
        line-height: normal;
    }
    .medicatieservicevoordelen {
        line-height: normal;
    }
    .ui-dialog-content article {
        line-height:normal;
    }

    ul.medicatieservicevoordelen li{
       line-height:unset;
       height:unset;
    }

    ul.medicatieservicevoordelen li > div.checkmarkicon {
        display: table-cell;
        width: 32px;
    }

    ul.medicatieservicevoordelen li > div.voordeeltekst {
        display: table-cell;
        vertical-align: top;
        padding-top: 5px;
        line-height: normal;
    }

}

@media only screen and (min-width: 1024px) {
    .qseperate {
        height:20px;
    }
        input[type='checkbox'].qseperate {
        
    }
    span.qseperate {
        margin-bottom: 5px;
        margin-left: 25px;
        /*font-size:12px;*/
    }
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .mb-lg-0 {
        margin-bottom: 0;
    }

    .linklist ul:not(.dropdown-ul) {
        display: inline;
    }

    .linklist .wrapper {
        padding: 2em 0;
    }

    .linklist p {
        font-size: 0.8em;
        color: #5c5d63;
        display: inline;
        /*font-size: 0.857em;*/
        line-height: 1.5;
    }

    .linklist ul {
        /*font-size: 0.857em;*/
        line-height: 1.5;
        margin: 0;
        margin-bottom: 0px;
    }

    .dropdown {
        color: black;
    }

    .wrapper {
        width: 1024px;
    }

    .linklist li {
        display: inline;
        padding: 0;
        text-align: center;
    }

        .linklist li:before {
            color: #f49611;
            content: "\00a0\00a0-\00a0\00a0";
        }

        .linklist li a {
            font-size: 0.8em;
            padding: 0 0.8em;
            text-decoration: none;
        }

            .linklist li a:hover,
            .linklist li a:active,
            .linklist li a:focus,
            .linklist li a.selected {
                text-decoration: underline;
                color: #005daa;
            }

    #menu {
        background-image: none;
        float: right;
    }

        #menu UL LI A {
            padding: 0 0.3em 0 0;
        }

        #menu UL li:before {
            content: "";
        }

    .header {
        background: #fff;
        border-bottom: 60px solid #1b75a6;
        display: block;
        zoom: 1; /*for ie7 */
    }

        .header .wrapper {
            position: relative;
            padding: 50px 0 60px 0;
            margin-bottom: -60px;
            min-height: 37px;
        }

        .header .logo {
            border: none;
            position: absolute;
            left: 0;
            bottom: 30px;
            margin: 0;
            padding: 0;
        }

            .header .logo * {
                display: block;
            }

    .content-left {
        float: left;
        padding: 0 0 50px 0;
        margin: 0 20px 0 0;
        width: 700px;
    }

    .grid .onehalf .bluecontainer {
        margin-left: 5px;
    }

    .grid .onehalf:first-child .bluecontainer {
        margin-right: 5px;
        margin-left: 0px;
    }

    .grid .onehalf {
        height: 450px;
    }

    .logincolumn {
        min-height: 155px;
    }

    .order-modal {
        width: 50%!important;
    }

    ul.contact {
        border-bottom: 1px solid #ccdfee;
    }

    .klant-mobile .sidebar {
        width: 250px;
    }

    .order-modal-table-container {
        max-height: 600px;
        overflow-y: auto;
        -webkit-overflow-scrolling: auto;
    }
}

/*Div for blocking screen when a pop up is open*/
.overlay {
    position: fixed; /* Positioning and size */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128,128,128,0.5); /* color */
    display: none; /* making it hidden by default */
}

/* remove grid lines for kendo grid*/
.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-editable-area, .k-separator, .k-colorpicker .k-i-arrow-s, .k-textbox > input, .k-autocomplete, .k-dropdown-wrap, .k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header-wrap, .k-grid-header, .k-grid td, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-calendar th, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-upload-files, .k-tiles, .k-toolbar, .k-tooltip, .k-progress {
    /* border-color: #ccdfee; */
    border: none;
}
