article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }


[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body {
    margin: 0;
}


a {
    background: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

    img.promo {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/* line 27  */
button {
    overflow: visible;
}

/* line 37  */
button,
select {
    text-transform: none;
}

/* line 50  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    /* line 58  */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /* line 65  */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/* line 73  */
input {
    line-height: normal;
}

    /* line 84  */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    /* line 94  */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /* line 102  */
    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        /* line 114  */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/* line 120  */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* line 129  */
legend {
    border: 0;
    padding: 0;
}

/* line 136  */
textarea {
    overflow: auto;
}

/* line 143  */
optgroup {
    font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
/* line 9, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-normalize-1.5/stylesheets/normalize/_tables.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.trnavigationsmall {
    line-height: 14px;
}

.trtotalssmall {
    line-height: 20px;
}
/* line 15, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-normalize-1.5/stylesheets/normalize/_tables.scss */
td,
th {
    padding: 0;
}

/* line 1, ../Theme/sass/global/_base.scss */
.clearfix {
    overflow: hidden;
    *zoom: 1;
}

/* line 5, ../Theme/sass/global/_base.scss */
a {
    text-decoration: none;
    color: #454545;
}
    /* line 9, ../Theme/sass/global/_base.scss */
    a:hover {
        color: #71a719;
    }

/* line 14, ../Theme/sass/global/_base.scss */
html, body {
    display: block;
    min-height: 100%;
    height: 100%;
}

/* line 20, ../Theme/sass/global/_base.scss */
body {
    *zoom: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #444444;
    font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
    color: #454545;
}
    /* line 38, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    body:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 28, ../Theme/sass/global/_base.scss */
.page {
    height: 100%;
    overflow: hidden;
}

/* line 32, ../Theme/sass/global/_base.scss */
#headerpartial {
    height: 140px;
}

/* line 36, ../Theme/sass/global/_base.scss */
#modulepartial {
    height: auto;
}
    /* line 40, ../Theme/sass/global/_base.scss */
    #modulepartial #moduleContainer {
        height: inherit;
    }

/* line 45, ../Theme/sass/global/_base.scss */
#footerpartial {
    height: 40px;
    z-index: 999;
    position: absolute;
    width: 100%;
}

/* line 55, ../Theme/sass/global/_base.scss */
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    padding: 3% 10%;
    font-size: 1em;
    font-weight: bold;
    background: #71a719;
    color: #fff;
    border: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
    /* line 67, ../Theme/sass/global/_base.scss */
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        background: #5a8514;
        color: #8db847;
    }

/* line 1*/
.header {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    position: relative;
}
    /* line 7*/
    .header .column-first {
        width: 15.25424%;
        float: left;
        margin-right: 1.69492%;
        display: inline;
    }
    /* line 11*/
    .header .column-second {
        width: 30.67795%;
        float: left;
        margin-right: 1.69492%;
        display: inline;
    }
    /* line 15*/
    .header .column-third {
        width: 50.67797%;
        float: right;
        margin-right: 0;
        *margin-left: -1em;
        display: inline;
    }

/* line 20*/
.logo {
    cursor: pointer;
}
    /* line 23*/
    .logo img {
        max-width: 100%;
        max-height: 60px;
    }

/* line 29*/
.languages {
    /*width: 49.15254%;*/
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    margin-top: 14px;
}
    /* line 33*/
    .languages .flag {
        float: right;
        margin: 0 5px;
        cursor: pointer;
        padding-bottom: 17px;
        position: relative;
    }
        /* line 40*/
        .languages .flag:before {
            display: none;
            content: "\f0d8";
            font-family: "FontAwesome";
            position: absolute;
            bottom: -24px;
            left: 50%;
            font-size: 30px;
            color: #71a719;
            margin-left: -8px;
        }
        /* line 53*/
        .languages .flag:hover:before {
            display: block;
        }
    /* line 59*/
    .languages .lang {
        width: 32px;
    }

/* line 62*/
#divautologoff {
    display: none !important;
}

/* line 74*/
#account {
    background: #3b3b3b;
    font-size: 0.9em;
    color: white;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    float: right;
    width: 25%;
    height: 58px;
    line-height: 58px;
    /*text-indent: 3%;*/ /* RZ 9-6-2016: #2616 - deleted in order to save space */
    white-space: nowrap;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
    /* line 90*/
    #account:hover {
        background: #71a719;
    }
    /* line 94*/
    #account .menu {
        display: none;
        position: absolute;
        left: 0;
        top: 56px;
        background: #353535;
        overflow: hidden;
        max-height: 200px;
        width: 100%;
        z-index: 999;
    }
    /* line 106*/
    #account:before {
        content: "\f078";
        font-family: "FontAwesome";
        font-size: 1em;
        position: absolute;
        right: 4%;
    }
    /* line 114*/
    #account .acount-menu {
        margin: 0;
        padding: 0;
    }
    /* line 119*/
    #account .menu-item {
        width: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
        text-indent: 13%;
        line-height: 45px;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
        /* line 129*/
        #account .menu-item:hover {
            background: #7faf2f;
        }

.context-bar .context-wrapper {
    width: 83%;
    float: right;
    display: inline-block;
    position: relative;
    height: 100%;
}

.loggedon {
    font-size: 0.8em;
    margin-top: 5px;
    margin-left: 10px;
}

    .loggedon li {
        padding: 0;
        line-height: 24px;
        width: 80%;
        overflow: hidden;
    }

/* line 135*/
.context-bar {
    background: #71a719;
    height: 40px;
    width: 100%;
}

/* line 66*/
#divleverdatum {
    font-size: 0.8em;
    position: relative;
    color: #fff;
    white-space: nowrap;
    float: left;
    padding: 1em 0em;
}

/* line 148*/
.context-bar #downloadexcelcontainer,
.context-bar #printraaplijstcontainer,
.context-bar #mailcontainer {
    display: inline;
    position: relative;
    padding: 10px 26px 0 8px;
    cursor: pointer;
    float: right;
}

    /* line 153*/
    .context-bar #downloadexcelcontainer #downloadexcel,
    .context-bar #printraaplijstcontainer #printraaplijst,
    .context-bar #mailcontainer #modbtnMail {
        background: #fff;
        padding: 4px 20px;
        font-weight: bold;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
        /* line 160*/
        .context-bar #downloadexcelcontainer #downloadexcel:hover,
        .context-bar #printraaplijstcontainer #printraaplijst:hover,
        .context-bar #mailcontainer #modbtnMail:hover {
            background: #3b3b3b;
            color: #fff;
        }

.context-bar #btnimageview {
    margin-right: 0.8em;
}

.context-bar #btngridview,
.context-bar #btnlistview,
.context-bar #btnimageview {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: right;
}

/* line 200 */
.context-bar #btngridview,
.context-bar #btnlistview,
.context-bar #btnimageview {
    font-family: "FontAwesome";
    font-size: 2.18em;
    color: #5a8514;
    padding: 4px 6px;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

    /* line 212 */
    .context-bar #btngridview:hover,
    .context-bar #btnlistview:hover,
    .context-bar #btnimageview:hover {
        color: #3b3b3b;
    }
    /* line 218 */
    .context-bar #btngridview.active .gridview:before,
    .context-bar #btnlistview.active .listview:before,
    .context-bar #btnimageview.active .imageview:before {
        color: #fff;
    }
/* line 1 */
#navigation {
    font-size: 1.1em;
    font-weight: bold;
}

    #navigation .price-item {
        font-size: 0.6em;
    }
    /* line 6 */
    #navigation .navigation-list {
        margin: 0;
        list-style: none;
        height: 60px;
    }
    /* line 12 */
    #navigation .list-item {
        margin: 0;
        padding: 0 20px 2px 5px;
        display: inline;
        position: relative;
    }
        /* line 19 */
        #navigation .list-item:before {
            display: none;
            content: "\f0d8";
            font-family: "FontAwesome";
            position: absolute;
            bottom: -85px;
            left: 50%;
            font-size: 45px;
            color: #71a719;
            margin-left: -15px;
        }
        /* line 31 */
        #navigation .list-item:hover {
            color: #71a719;
            cursor: pointer;
        }
        /* line 37 */
        #navigation .list-item.active:before {
            display: block;
        }

/* line 2 */
#footerpartial .column {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
}
/* line 15 */
#footerpartial .column-third {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
}

/* line 21 */
.footer {
    border-top: 5px solid #2f2f2f;
    background: #3b3b3b;
    height: 100%;
    color: #d8d8d8;
    font-size: 0.7em;
    position: relative;
    z-index: 999;
    bottom: 0px;
}
    /* line 30 */
    .footer .copyright {
        background: #323232;
        height: 40px;
        color: #bfbfbf;
        position: absolute;
        width: 100%;
        bottom: 0;
        line-height: 3.5;
    }
        /* line 39 */
        .footer .copyright .column-first {
            width: 32.20339%;
            float: left;
            margin-right: 1.69492%;
            display: inline;
        }
        /* line 43 */
        .footer .copyright .column-second {
            width: 32.20339%;
            float: left;
            margin-right: 1.69492%;
            display: inline;
        }
        /* line 47 */
        .footer .copyright .column-third {
            width: 32.20339%;
            float: right;
            margin-right: 0;
            *margin-left: -1em;
            display: inline;
        }
        /* line 51 */
        .footer .copyright .column-row {
            margin: 0;
        }
    /* line 56 */
    .footer .copy {
        text-align: center;
    }
    /* line 63 */
    .footer .credits label {
        float: right;
        margin-right: 10px;
    }
    /* line 69 */
    .footer .sdflogosmall {
        width: 40px;
        height: 20px;
        /*background-image: url("/Images/ImagePng/sdfefficelogosmall.png");*/
        background-image: url("/Images/ImagePng/codemasdflogosmall.png");
        background-size: cover;
        float: right;
        margin-right: 20px;
        margin-top: 9px;
    }
        /* line 78 */
        .footer .sdflogosmall a {
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
        }
    /* line 86 */
    .footer #contact-link {
        margin-left: 30px;
        color: #bfbfbf;
        padding: 5px 20px;
        line-height: 40px;
    }
        /* line 92 */
        .footer #contact-link:after {
            width: 40px;
            content: "\f077";
            font-family: "FontAwesome";
            font-size: 20px;
            position: absolute;
            line-height: 36px;
            left: 0;
            background: #2f2f2f;
            text-align: center;
            -webkit-transition-property: background;
            -moz-transition-property: background;
            -o-transition-property: background;
            transition-property: background;
            -webkit-transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -o-transition-duration: 250ms;
            transition-duration: 250ms;
        }
        /* line 107 */
        .footer #contact-link:hover:after {
            background: #71a719;
            color: #fff;
        }

/* line 116 */
#contact {
    height: 160px;
    position: fixed;
    bottom: -160px;
    z-index: 990;
    width: 100%;
    background: #323232;
    -webkit-transition-property: bottom;
    -moz-transition-property: bottom;
    -o-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    color: #d8d8d8;
    font-size: 0.7em;
}
    /* line 128 */
    #contact.open {
        bottom: 40px;
    }
    /* line 132 */
    #contact .content {
        margin-left: 30%;
        margin-top: 20px;
    }
    /* line 137 */
    #contact .title {
        font-size: 1.2em;
    }

/* line 1 */
.login-wrapper {
    /*margin-left: 33.89831%;*/
    /*width: 32.20339%;*/ /* RZ 20-6-2016: #2226 Disabled, in order to display the promotion texts better aligned when the browser size is smaller. */
    margin: auto;
    display: inline;
    top: 0;
    bottom: 0;
}

/* line 7 */
.login-form {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10px;
}
    /* line 12 */
    .login-form fieldset {
        border: none;
    }
    /* line 16 */
    .login-form label {
        /* font-family: "Merriweather Sans", Helvetica, Arial, sans-serif; */
        font-size: 1.1em;
        color: #fff;
        font-weight: bold;
    }
    /* line 23 */
    .login-form input[type="text"], .login-form input[type="password"] {
        width: 94%;
        padding: 7px 3%;
        border: none;
        background: #fff;
        font-size: 1.2em;
        font-weight: bold;
    }
/* line 1  */
#grid-view {
    height: 100%;
    font-weight: bold;
}
    /* line 5  */
    #grid-view .grid-content {
        float: left;
        margin-left: -250px;
        width: 98%;
        font-size: 0.7em;
    }
        /* RZ 25-2-2015: Toegevoegd n.a.v. Redmine issue 1798 */
        #grid-view .grid-content .price {
            height: 28px; /* RZ 13-10-2015: Was voorheen 56px; */
            position: absolute; /* RZ 24-5-2016: Added */
            margin-top: 38px; /* RZ 24-5-2016: Added */
            width: 100%; /* RZ 24-5-2016: Added */
        }

        #grid-view .grid-content .price3 { /* RZ 24-5-2016: Added for usage in the third view (overrules #grid-view .grid-content .price, since both classes price and price3 are used in the div price - see effice.pricelist.js) */
            height: 56px; /* RZ 24-5-2016: Added */
            margin-top: 10px; /* RZ 24-5-2016: Added */
            width: 80%; /* RZ 24-5-2016: Added */
        }
    /* line 12  */
    #grid-view #inventorydata,
    #grid-view #pricelistdata,
    #grid-view #historydata,
    #grid-view .gridContainer {
        margin-left: 250px;
    }
    /* line 16  */
    #grid-view #orderdatum {
        padding: 10px 6%;
        font-size: 0.8em;
        background: #cf5351;
    }
        /* line 21  */
        #grid-view #orderdatum.message {
            background: #323232;
        }
        /* line 25  */
        #grid-view #orderdatum .dateText {
            display: none;
        }
    /* line 31  */
    #grid-view #plactionbuttons {
        display: none;
    }
        /* line 34  */
        #grid-view #plactionbuttons #btnsubmit {
            width: 90%;
            padding: 10px 0;
            background: #FFFFFF;
            -webkit-transition-property: background;
            -moz-transition-property: background;
            -o-transition-property: background;
            transition-property: background;
            -webkit-transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -o-transition-duration: 250ms;
            transition-duration: 250ms;
            display: block;
            text-indent: 6%;
            position: relative;
            cursor: pointer;
            margin: 20px auto;
            color: #454545;
        }
            /* line 47  */
            #grid-view #plactionbuttons #btnsubmit:hover {
                background: #71a719;
                color: #fff;
            }
                /* line 51  */
                #grid-view #plactionbuttons #btnsubmit:hover:before {
                    color: #fff;
                }
            /* line 56  */
            #grid-view #plactionbuttons #btnsubmit:before {
                position: absolute;
                top: 50%;
                right: 10px;
                content: "\f00c";
                font-family: "FontAwesome";
                font-size: 16px;
                margin-top: -8px;
            }
    /* line 69  */
    #grid-view #history-total {
        font-size: 0.8em;
        width: 86%;
        padding: 15px 7%;
        margin: 0 auto;
        background: #323232;
        margin-top: 20px;
        position: absolute;
    }
    /* line 79  historypricelisttotals*/
    #grid-view #history-date-total h2 {
        border-bottom: none;
    }
    /* line 83  #historypricelisttotals */
    #grid-view #history-date-total td {
        padding: 0px 5px;
        /* line-height: 5px; */
    }

    #grid-view #history-total .text, #grid-view #history-total .amount {
        padding: 0px 5px;
        line-height: 25px;
    }

    /* line 89  */
    #grid-view #btncancelorder {
        display: none;
        background: #fff;
        border: none;
        width: 41%;
        text-align: left;
        padding: 10px 6%;
        color: #454545;
        margin: 0 auto;
        margin-top: 20px;
        margin-left: 19px;
        font-size: 0.9em;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
        /* line 104  */
        #grid-view #btncancelorder:hover {
            background: #cf5351;
            color: #fff;
        }
    /* line 110  */
    #grid-view #btnconfirmorder {
        display: none;
        background: #fff;
        border: none;
        width: 41%;
        text-align: left;
        margin: 0;
        padding: 10px 6%;
        color: #454545;
        font-size: 0.9em;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
        /* line 123  */
        #grid-view #btnconfirmorder:hover {
            background: #71a719;
            color: #fff;
        }

/* line 130  */
.ui-state-default {
    border: none;
}

/* line 134  */
.slick-header-columns {
    background: #323232;
}

/* line 138  */
.slick-header-column {
    background: #323232;
    color: #fff;
}

    /* line 143  */
    .slick-header-column.ui-state-default {
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        border-color: #4c4c4c;
    }

/* line 150  */
.slick-headerrow {
    background: #3b3b3b;
    color: #fff;
}

/* line 157  */
.slick-headerrow-columns .slick-headerrow-column input[type='text'] {
    background: #e5e5e5;
    border: none;
    height: 20px;
    width: 97%;
    color: #454545;
    padding: 0 3%;
    font-weight: bold;
    outline: none;
}

/* line 170  */
.slick-headerrow-column {
    background: #3b3b3b;
    color: #fff;
    border-right: 1px solid #4c4c4c;
}

/* line 176  */
.editable.slick-cell {
    background: #71a719;
    border: none;
    color: #fff;
}

.list-view .editable.slick-cell {
    background: none;
    border: none;
}
/* line 189  */
.list-view .slick-cell {
    border: none;
    line-height: 26px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
    /* line 195  */
    .list-view .slick-cell input[type='text'], input.slickeditor-text {
        background: '#fff';
        border: none;
        height: 20px;
        /* width: 30px; *
  width: 85% !important; */
        color: #454545;
        padding: 0 5%;
        font-weight: bold;
        margin-left: 5px;
    }
    /* line 206  */
    .list-view .slick-cell div {
        margin-left: 10px;
    }
    /* line 210  */
    .list-view .slick-cell .slick-image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
        /* line 216  */
        .list-view .slick-cell .slick-image img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }
    /* line 224  */
    .list-view .slick-cell.r0 div {
        margin-left: 0;
        position: relative;
    }
    /* line 229  */
    .list-view .slick-cell.r0 .amount-button {
        background: #FFFFFF;
        border: 2px solid #eaeaea;
        height: 24px;
        font-size: 1em;
        font-weight: bold;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        cursor: pointer;
        position: absolute;
        width: 96%;
        z-index: 0;
    }
        /* line 242  */
        .list-view .slick-cell.r0 .amount-button .amount-text {
            color: #454545;
        }
        /* line 246  */
        .list-view .slick-cell.r0 .amount-button:hover {
            background: #71a719;
            border-color: #659616;
        }
            /* line 250  */
            .list-view .slick-cell.r0 .amount-button:hover .amount-text {
                color: #fff;
            }
    /* line 256  */
    .list-view .slick-cell.r0 .order-amount {
        color: white !important;
        font-size: 18px;
        position: absolute;
        width: 96%;
        z-index: 10;
        display: block;
        background: #71a719;
    }
    /* line 268  */
    .list-view .slick-cell.active,
    .list-view .slick-cell.selected,
    .list-view .slick-cell.editable {
        background: #3b3b3b;
        color: #fff;
    }

        .list-view .slick-cell.active,
        .list-view .slick-cell.selected,
        .list-view .slick-cell.editable label {
            color: #fff;
        }

            .list-view .slick-cell.editable label.editlabel {
                width: 70px;
                color: #fff;
            }

            /* line 273  */
            .list-view .slick-cell.active.r0 .amount-button,
            .list-view .slick-cell.selected.r0 .amount-button,
            .list-view .slick-cell.editable.r0 .amount-button {
                background: #71a719;
                border-color: #659616;
            }
                /* line 277  */
                .list-view .slick-cell.active.r0 .amount-button .amount-text,
                .list-view .slick-cell.selected.r0 .amount-button .amount-text,
                .list-view .slick-cell.editable.r0 .amount-button .amount-text {
                    color: #fff;
                }
            /* line 284  */
            .list-view .slick-cell.active .bulk-prices:before,
            .list-view .slick-cell.selected .bulk-prices:before,
            .list-view .slick-cell.editable .bulk-prices:before {
                color: #fff;
            }
/* line 291  */
.list-view .slick-row[row$="1"],
.list-view .slick-row[row$="3"],
.list-view .slick-row[row$="5"],
.list-view .slick-row[row$="7"],
.list-view .slick-row[row$="9"] {
    background-image: none;
    background-color: #f2f2f2;
}
/* line 296  */
.list-view .slick-cell .aanbieding {
    display: block;
    z-index: 99;
    float: left;
    margin-left: -21px;
}
    /* line 302  */
    .list-view .slick-cell .aanbieding .sale-star {
        top: 0;
        right: 0;
        width: 12px;
        height: 30px;
        background: #cf5351;
        margin-right: 5px;
    }
        /* line 310  */
        .list-view .slick-cell .aanbieding .sale-star:before {
            font-family: "FontAwesome";
            content: "\f005";
            font-size: 10px;
            color: #fff;
            position: relative;
            left: 1px;
            top: 0px;
        }
/* line 322  */
.list-view .slick-cell .bulk-prices {
    width: 25%;
    height: 30px;
    position: absolute;
    top: 0px; /* RZ 28-10-2016: Changed from -8px; Don't remove this property otherwise the bulk-icon is no longer displayed in the first view. */
    right: 0;
    cursor: pointer;
}

.tile-view .slick-cell .bulk-prices {
    /*width: 25%;*/ /* RZ 27-10-2016: Disabled, because bulk-prices icon was no longer visible in extended (second) view. */
    /*height: 30px;*/ /* RZ 27-10-2016: Disabled, because bulk-prices icon was no longer visible in extended (second) view. */
    /*position: relative;*/ /* RZ 27-10-2016: Disabled, because bulk-prices icon was no longer visible in extended (second) view. */
    top: -61px;
    right: 60px;
    cursor: pointer;
    width: 15px;
    float: left;
    /*border: 1px solid orange;*/ /* For testing purposes. */
}

.image-view .slick-cell .bulk-prices { /* 28-10-2016: New class */
    top: -61px;
    right: 60px;
    cursor: pointer;
    width: 15px;
    float: left;
    /*border: 1px solid orange;*/ /* For testing purposes. */
}
/* line 330  */
.slick-cell .bulk-prices:before {
    content: "\f1c0";
    font-size: 15px;
    color: #3b3b3b;
    font-family: "FontAwesome";
    position: absolute; /* RZ 28-10-2016: #2512 Disable? */
    /*top: 10px;*/ /* RZ 28-10-2016: #2512 Disabled */
    /*right: 10px;*/ /* RZ 28-10-2016: #2512 Disabled */
}
/* RZ 25-2-2015
.bulk-prices.mode3:before {
    right: 115px;
    top: 37px;
}*/

/* line 341  */
.slick-cell .bulk-prices:hover:before {
    color: #71a719;
}

/* line 354  */
#gridinventorycontainer.tile-view .slick-row.ui-widget-content,
#gridinventorycontainer.tile-view .slick-row.ui-state-active,
#gridpricelistcontainer.tile-view .slick-row.ui-widget-content,
#gridpricelistcontainer.tile-view .slick-row.ui-state-active {
    border: none !important;
}
/* line 358  */
#gridinventorycontainer.tile-view .slick-row[row$="1"], #gridinventorycontainer.tile-view .slick-row[row$="3"],
#gridinventorycontainer.tile-view .slick-row[row$="5"], #gridinventorycontainer.tile-view .slick-row[row$="7"],
#gridinventorycontainer.tile-view .slick-row[row$="9"], #gridpricelistcontainer.tile-view .slick-row[row$="1"],
#gridpricelistcontainer.tile-view .slick-row[row$="3"], #gridpricelistcontainer.tile-view .slick-row[row$="5"],
#gridpricelistcontainer.tile-view .slick-row[row$="7"], #gridpricelistcontainer.tile-view .slick-row[row$="9"] {
    background-image: none;
    background: #fff;
}

.tile-view .editable.slick-cell,
.image-view .editable.slick-cell {
    background: none;
    color: #454545;
}

#gridinventorycontainer.tile-view .slick-header,
#gridpricelistcontainer.tile-view .slick-header,
.image-view .slick-header {
    display: none;
}

.tile-view .slick-cell, .image-view .slick-cell,
{
    padding: 0;
    border: 2px solid #eaeaea;
    margin: 0;
    overflow: hidden;
}

    .tile-view .slick-cell.active .amount td,
    .tile-view .slick-cell.editable .amount td,
    .grid-view .slick-cell.active .amount td,
    .grid-view .slick-cell.editable .amount td {
        z-index: 99;
        position: relative;
    }
    /* line 386  *
#gridinventorycontainer.tile-view .slick-cell.active .amount input, 
#gridinventorycontainer.tile-view .slick-cell.editable .amount input, 
#gridpricelistcontainer.tile-view .slick-cell.active .amount input, 
#gridpricelistcontainer.tile-view .slick-cell.editable .amount input */
    .tile-view .slick-cell.active .amount input,
    .tile-view .slick-cell.editable .amount input {
        margin-top: 3px;
        outline: none;
        border: none;
        width: 40px;
    }

    .tile-view .slick-cell.active .amount label,
    .tile-view .slick-cell.editable .amount label {
        padding: 0 5px;
        width: 100%;
    }

    .tile-view .slick-cell.active .item-head,
    .tile-view .slick-cell.editable .item-head,
    .image-view .slick-cell.active .item-head,
    .image-view .slick-cell.editable .item-head {
        background: #3b3b3b;
        color: #fff;
    }

        .tile-view .slick-cell.active .item-head .label,
        .tile-view .slick-cell.editable .item-head .label,
        .image-view .slick-cell.active .item-head .label,
        .image-view .slick-cell.editable .item-head .label {
            background: #fff;
            color: #454545;
        }

    .tile-view .slick-cell.active .price,
    .tile-view .slick-cell.editable .price,
    .image-view .slick-cell.active .price,
    .image-view .slick-cell.editable .price {
        color: #fff;
    }

    .tile-view .slick-cell.active .item-footer,
    .tile-view .slick-cell.editable .item-footer,
    .image-view .slick-cell.active .item-footer,
    .image-view .slick-cell.editable .item-footer {
        background: #71a719;
    }

    .tile-view .slick-cell .aanbieding,
    .image-view .slick-cell .aanbieding {
        position: absolute;
        top: 0;
        right: 0;
    }

        .tile-view .slick-cell .aanbieding .sale-star,
        .image-view .slick-cell .aanbieding .sale-star {
            position: absolute;
            right: 0;
            border-top: 50px solid rgba(255, 255, 255, 0);
            border-right: 50px solid #cf5351;
            border-bottom: 50px solid rgba(255, 255, 255, 0);
            border-left: 50px solid rgba(255, 255, 255, 0);
            width: 0px;
            height: 0px;
        }
        /*
.tile-view .slick-cell .aanbieding .sale-star 
{
  top: -315px;
}
.image-view .slick-cell .aanbieding .sale-star 
{
  top: -385px;  
}
*/
        .image-view .slick-cell .aanbieding .sale-star,
        .tile-view .slick-cell .aanbieding .sale-star {
            top: 0px;
        }

            .tile-view .slick-cell .aanbieding .sale-star:before,
            .image-view .slick-cell .aanbieding .sale-star:before {
                font-family: "FontAwesome";
                content: "\f005";
                font-size: 18px;
                color: #fff;
                position: relative;
                left: 26px;
                top: 4px;
            }

#detailView .aanbieding {
    position: absolute;
    top: 0;
    right: 0;
}
/*
#detailView .aanbieding .sale-star {
  position: absolute;
  top: -55px;
  right: 0;
  border-top: 50px solid rgba(255, 255, 255, 0);
  border-right: 50px solid #cf5351;
  border-bottom: 50px solid rgba(255, 255, 255, 0);
  border-left: 50px solid rgba(255, 255, 255, 0);
  width: 0px;
  height: 0px;
}*/
.tile-view .slick-cell .aanbieding .sale-star,
.image-view .slick-cell .aanbieding .sale-star {
    position: absolute;
    right: 0;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-right: 50px solid #cf5351;
    border-bottom: 50px solid rgba(255, 255, 255, 0);
    border-left: 50px solid rgba(255, 255, 255, 0);
    width: 0px;
    height: 0px;
}

#detailView .aanbieding .sale-star:before {
    font-family: "FontAwesome";
    content: "\f005";
    font-size: 18px;
    color: #fff;
    position: relative;
    left: 26px;
    top: 4px;
}

.tile-view .item-left {
    float: left;
    height: 100%;
    width: 55%;
}

.tile-view .item-right {
    float: right;
    height: 100%;
    width: 45%;
}
/* line 454  */
#gridinventorycontainer.tile-view .item-remark,
#gridpricelistcontainer.tile-view .item-remark {
    clear: both;
    width: 95%;
    white-space: normal;
    position: absolute;
}
    /* line 463  */
    #gridinventorycontainer.tile-view .item-remark .remark-title,
    #gridpricelistcontainer.tile-view .item-remark .remark-title {
        margin-bottom: 10px;
        display: block;
        padding-left: 15px;
    }
        /* line 464  */
        #gridinventorycontainer.tile-view .item-remark .remark-title:before,
        #gridpricelistcontainer.tile-view .item-remark .remark-title:before {
            content: "\f06a";
            position: absolute;
            left: 0;
            color: black;
            font-family: "FontAwesome";
            font-size: 14px;
        }
/* line 479  */
#gridinventorycontainer.tile-view .tile-item,
#gridpricelistcontainer.tile-view .tile-item,
.image-view .tile-item {
    height: 100%;
}
    /* line 482  */
    #gridinventorycontainer.tile-view .tile-item table,
    #gridpricelistcontainer.tile-view .tile-item table,
    .image-view .tile-item table {
        height: 100%;
    }
/* line 487  */
.tile-view .item-head, .image-view .item-head {
    background: #f7f7f7;
    font-size: 1.1em;
    height: auto;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
/* line 495 */
.tile-view .item-body,
.image-view .item-body {
    height: 61%;
    padding: 9px 3%;
}

.image-view .item-left {
    height: 100%;
    width: 100%;
}

/* line 500  */
.tile-view .item-footer, .image-view .item-footer {
    background: #f7f7f7;
    height: 20%;
    position: absolute;
    bottom: 1px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    display: inline-block;
    width: 100%;
}
/* RZ 25-2-2015
.item-footer.mode3 {
  height: 26%;
}*/
/* line 507  */
.tile-view .item-title, .image-view .item-title {
    padding: 5px;
    padding-bottom: 5px;
    font-size: 1.5em;
}
/* line 512  */
.tile-view .growman-title, .image-view .growman-title {
    min-height: 25px;
}
    /* line 515  */
    .tile-view .growman-title span,
    .image-view .growman-title span {
        font-size: 0.8em;
    }
    /* line 519  */
    .tile-view .growman-title .label,
    .image-view .growman-title .label {
        margin-right: 10px;
        background: #3b3b3b;
        color: #fff;
        padding: 3px 10px;
    }
/* line 527  */
#gridinventorycontainer.tile-view .item-image,
#gridpricelistcontainer.tile-view .item-image {
    width: 100%;
    height: 90%;
    overflow: hidden;
    text-align: center;
}
    /* line 532  */
    #gridinventorycontainer.tile-view .item-image img,
    #gridpricelistcontainer.tile-view .item-image img {
        max-width: 98%;
        max-height: 100%;
    }

.image-view .item-image {
    text-align: center;
    width: 100%;
    height: 100%;
}

    .image-view .item-image img {
        max-width: 98%;
        max-height: 100%;
    }
/* line 538  */
.tile-view .amount-label, .image-view .amount-label {
    float: left;
    background: #3b3b3b;
    color: #fff;
    padding: 0.5em 1.5em;
    height: 100%
}
/* line 545  */
.tile-view .amount-field, .image-view .amount-field {
    background: #fff;
    height: 24px;
    z-index: 0;
    border: 2px solid #3b3b3b;
    overflow: hidden;
    float: left;
    border: 2px solid #3b3b3b;
    position: absolute; /* RZ 24-5-2016: before was this: relative */
    top: 10px;
    left: 0.32em;
    width: 60%;
}

.carrier-info {
    z-index: 0;
    float: left;
    height: 10px;
    position: relative;
    top: 10px;
    left: 0.32em;
    width: 100%;
}

/*RZ 25-2-2015
.amount-field.mode3 {
  width: 78%;
}    */

/* line 558  */
.tile-view .amount, .image-view .amount {
    float: left;
    min-width: 116px;
    padding-left: 5px;
    padding-right: 15px;
}
/* line 564  */
.tile-view .slick-row.ui-widget-content,
.tile-view .slick-row.ui-state-active,
.image-view .slick-row.ui-widget-content,
.image-view .slick-row.ui-state-active {
    border: 1px solid #aaaaaa;
}
/* line 568  */
.tile-view .item-list {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
    /* line 573  */
    .tile-view .item-list .item-detail {
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        overflow: hidden;
        border-bottom: 1px solid #dedede;
        padding-bottom: 5px;
    }
    /* line 582 */
    .tile-view .item-list .label {
        float: left;
        overflow: hidden;
        width: 70%;
    }
    /* line 588  */
    .tile-view .item-list .value {
        width: auto;
        float: right;
        text-align: right;
        padding-right: 4%;
    }
        /* line 594  */
        .tile-view .item-list .value div {
            float: right;
        }
/* line 600  */
.tile-view .price {
    float: right;
    /* overflow: hidden; */
    margin-top: 9px;
    margin-right: 0.32em;
    /* padding-left: 40px; */
}

.image-view .price {
    float: left;
    overflow: hidden;
    margin-top: 9px;
    margin-right: 10px;
    padding-left: 10px;
    height: 28px;
    width: 100%;
}
    /* RZ 25-2-2015
.price.mode3 {
  margin-left: 40px;
  width:90%;
}*/

    /* line 607  */
    .tile-view .price .price-label, .image-view .price .price-label {
        float: left;
        line-height: 26px; /* RZ 25-5-2016: Warning the line height of price-label, retailprice-label, depotprice-label, price-value must be equal. Otherwise float: left gives unexpected behaviour. */
        margin-right: 7px;
        width: 35px; /* RZ 13-10-2015: Changed from 35px; in order to be able to display retail price label. */
    }

    .tile-view .price .retailprice-label, .image-view .price .retailprice-label { /* RZ 13-10-2015: New */
        float: left;
        line-height: 26px; /* RZ 25-5-2016: Warning the line height of price-label, retailprice-label, depotprice-label, price-value must be equal. Otherwise float: left gives unexpected behaviour. */
        margin-right: 7px;
        width: 80px;
    }

    .tile-view .price .depotprice-label, .image-view .price .depotprice-label { /* RZ 24-5-2016: New */
        float: left;
        line-height: 26px; /* RZ 25-5-2016: Warning the line height of price-label, retailprice-label, depotprice-label, price-value must be equal. Otherwise float: left gives unexpected behaviour. */
        margin-right: 7px;
        width: 80px;
    }
/* line 613  */
.tile-view .price .price-value {
    float: left;
    font-size: 1.5em;
    line-height: 26px; /* RZ 25-5-2016: Warning the line height of price-label, retailprice-label, depotprice-label, price-value must be equal. Otherwise float: left gives unexpected behaviour. */
    margin-right: 5px;
    /*border: 1px solid black;*/ /* RZ 28-10-2016: #2512 Added. */
    overflow: auto; /* RZ 28-10-2016: #2512 Added. */
}

.tile-view .price .price-value1 {
    width: 75px;
    float: left;
    /*border: 1px solid red;*/ /* For testing purposes. */
}

.tile-view .price .price-value2 {
    width: 75px;
    float: left;
    /*border: 1px solid green;*/ /* For testing purposes. */
}

.image-view .price .price-value {
    font-size: 1.2em; /* RZ 28-10-2016: Changed from 1.5em since more space is needed in the 3rd view when displaying 2 prices beside one another. */
    line-height: 26px; /* RZ 25-5-2016: Warning the line height of price-label, retailprice-label, depotprice-label, price-value must be equal. Otherwise float: left gives unexpected behaviour. */
    float: left;
    margin-right: 5px;
}

.image-view .price .price-value1 {
    width: 50px;
    float: left;
    /*border: 1px solid red;*/ /* For testing purposes. */
}

.image-view .price .price-value2 {
    width: 50px;
    float: left;
    /*border: 1px solid green;*/ /* For testing purposes. */
}
/* line 648  */
#gridpricelistcontainer.list-view .slick-cell.r4 input {
    width: 85% !important;
    padding: 0 5%;
}
/* line 658  */
#gridpricelistcontainer.tile-view .item-remark input {
    border: 2px solid #2d2d2d;
}

#pricelistdeliverydate {
    position: relative;
    overflow: hidden;
    /*height: 228px;*/
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

    #pricelistdeliverydate.closed {
        height: 50px;
        cursor: pointer;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }

    #pricelistdeliverydate .selected_date {
        width: 100%;
        position: absolute;
        left: -999px;
        top: 0px;
        background: #3b3b3b;
        font-size: 18px;
        z-index: 100;
        text-indent: 10px;
        cursor: pointer;
        color: #fff;
        padding: 12px 8px;
        height: 100%;
        -webkit-transition-property: left;
        -moz-transition-property: left;
        -o-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

        #pricelistdeliverydate .selected_date.open {
            left: 0px;
        }

            #pricelistdeliverydate .selected_date.open:hover {
                background: #7D792B;
                -webkit-transition-property: background;
                -moz-transition-property: background;
                -o-transition-property: background;
                transition-property: background;
                -webkit-transition-duration: 250ms;
                -moz-transition-duration: 250ms;
                -o-transition-duration: 250ms;
                transition-duration: 250ms;
                -webkit-transition-delay: 0;
                -moz-transition-delay: 0;
                -o-transition-delay: 0;
                transition-delay: 0;
            }

        #pricelistdeliverydate .selected_date:before {
            content: "\f00c";
            font-family: "FontAwesome";
            font-size: 20px;
            color: #71a719;
            margin-right: 10px;
        }

/* line 1 */
#shopping-cart {
    width: 74%;
    float: left;
}
    /* line 5 */
    #shopping-cart .notification {
        float: left;
        width: 100%;
        position: relative;
        font-size: 0.8em;
    }
    /* line 11 */
    #shopping-cart .row {
        list-style: none;
        margin: 0;
        padding: 0;
    }
        /* line 16 */
        #shopping-cart .row.top {
            border-bottom: 1px solid #fff;
        }
        /* line 20 */
        #shopping-cart .row.bottom {
            border-top: 1px solid #fff;
        }
    /* line 25 */
    #shopping-cart .row-item {
        float: left;
        width: 13.50%;
        height: 28px;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }
        /* line 33 */
        #shopping-cart .row-item label {
            cursor: pointer;
        }
        /* line 38 */
        #shopping-cart .row-item:hover.green {
            background: #00FF00;
        }

        #shopping-cart .row-item:hover.confm-order,
        #shopping-cart .row-item:hover.darkblue,
        #shopping-cart .row-item.darkblue-empty {
            background: #0000FF;
        }
        /* line 42 */
        #shopping-cart .row-item:hover.direct-order,
        #shopping-cart .row-item:hover.questionButton,
        #shopping-cart .row-item:hover.summaryButton {
            background: #2f2f2f;
        }
        /* line 46 */
        #shopping-cart .row-item:hover.red {
            background: #FF0000;
        }
        /* line 51 */
        #shopping-cart .row-item .sale-btn {
            text-align: center;
            font-weight: bold;
            color: white;
            line-height: 26px;
            position: relative;
            z-index: 100;
            width: 100%;
            height: 100%;
        }
        /* line 62 */
        #shopping-cart .row-item.label {
            width: 30%;
            font-weight: bold;
            line-height: 30px;
            text-align: right;
            padding-right: 1%;
            cursor: default;
        }

        #shopping-cart .row-item.darkblue,
        #shopping-cart .row-item.darkblue-empty {
            position: relative;
            background: #0000A0;
        }

            #shopping-cart .row-item.darkblue:before {
                content: "\f07a";
                font-family: "FontAwesome";
                position: absolute;
                color: #fff;
                font-size: 16px;
                top: 5px;
                margin-left: 15px;
            }
        /* line 71 */
        #shopping-cart .row-item.green {
            background: #71a719;
        }
        /* line 75 */
        #shopping-cart .row-item.red {
            background: #cf5351;
        }
        /* line 79 */
        #shopping-cart .row-item.questionButton {
            background: #3b3b3b;
            width: 5%;
            position: relative;
        }
            /* line 84 */
            #shopping-cart .row-item.questionButton:before {
                content: "\f128";
                font-family: "FontAwesome";
                color: #fff;
                font-size: 16px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -5px;
                margin-top: -8px;
            }
        /* line 97 */
        #shopping-cart .row-item.summaryButton {
            background: #585858;
            width: 5%;
            position: relative;
            -webkit-transition-property: background;
            -moz-transition-property: background;
            -o-transition-property: background;
            transition-property: background;
            -webkit-transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -o-transition-duration: 250ms;
            transition-duration: 250ms;
        }
            /* line 104 */
            #shopping-cart .row-item.summaryButton.active {
                background: #3b3b3b;
            }
                /* line 107 */
                #shopping-cart .row-item.summaryButton.active:before {
                    color: #fff;
                }
            /* line 112 */
            #shopping-cart .row-item.summaryButton.on {
                background: #e7b926;
            }
            /* line 116 */
            #shopping-cart .row-item.summaryButton:before {
                content: "\f067";
                content: "\f06e";
                font-family: "FontAwesome";
                color: #999999;
                font-size: 16px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -7px;
                margin-top: -8px;
            }
        /* line 130 */
        #shopping-cart .row-item.direct-order {
            position: relative;
            background: #3b3b3b;
        }
            /* line 134 */
            #shopping-cart .row-item.direct-order .load-wrap {
                width: 28px;
                height: 28px;
                margin: auto;
                transform-origin: center;
                transform-style: preserve-3D;
                position: relative;
                left: 0;
            }
                /* line 143 */
                #shopping-cart .row-item.direct-order .load-wrap.loading {
                    -webkit-animation: move 1000ms linear infinite;
                    -moz-animation: move 1000ms linear infinite;
                    animation: move 1000ms linear infinite;
                }
                /* line 149 */
                #shopping-cart .row-item.direct-order .load-wrap .loader {
                    display: block;
                    width: 100%;
                    height: 100%;
                    margin: auto;
                    position: relative;
                }
                    /* line 156 */
                    #shopping-cart .row-item.direct-order .load-wrap .loader:before {
                        content: "\f0ec";
                        font-family: "FontAwesome";
                        color: #fff;
                        font-size: 16px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-left: -8px;
                        margin-top: -8px;
                    }

        #shopping-cart .row-item.confm-order,
        #shopping-cart .row-item.darkblue,
        #shopping-cart .row-item.darkblue-empty {
            width: 22%;
        }
        /* line 171 */
        #shopping-cart .row-item.confm-order {
            position: relative;
            background: #0000A0;
        }
            /* line 175 */
            #shopping-cart .row-item.confm-order:before {
                content: "\f07a";
                font-family: "FontAwesome";
                position: absolute;
                left: 25%;
                top: 50%;
                color: #fff;
                font-size: 16px;
                margin-left: -8px;
                margin-top: -8px;
            }
            /* line 187 */
            #shopping-cart .row-item.confm-order #lblinsalespending {
                color: #fff;
                margin-left: 20px;
            }
        /* line 193 */
        #shopping-cart .row-item #btnorderpending {
            position: absolute;
            top: 0;
        }
        /* line 200 */
        #shopping-cart .row-item.summary-mode:hover.direct-order,
        #shopping-cart .row-item.summary-mode:hover.confm-order,
        #shopping-cart .row-item.summary-mode:hover.questionButton,
        #shopping-cart .row-item.summary-mode:hover.summaryButton,
        #shopping-cart .row-item.summary-mode:hover.green,
        #shopping-cart .row-item.summary-mode:hover.red {
            background: #e7b926;
        }
        /* line 206 */
        #shopping-cart .row-item.active {
            background: #e7b926;
        }

@-moz-keyframes move {
    /* line 213 */
    0% {
        left: 0px;
    }
    /* line 214 */
    25% {
        left: -5px;
    }
    /* line 215 */
    50% {
        left: 0px;
    }
    /* line 216 */
    75% {
        left: 5px;
    }
    /* line 217 */
    100% {
        left: 0px;
    }
}

@-webkit-keyframes move {
    /* line 220 */
    0% {
        left: 0px;
    }
    /* line 221 */
    25% {
        left: -5px;
    }
    /* line 222 */
    50% {
        left: 0px;
    }
    /* line 223 */
    75% {
        left: 5px;
    }
    /* line 224 */
    100% {
        left: 0px;
    }
}

@keyframes move {
    /* line 227 */
    0% {
        left: 0px;
    }
    /* line 228 */
    25% {
        left: -5px;
    }
    /* line 229 */
    50% {
        left: 0px;
    }
    /* line 230 */
    75% {
        left: 5px;
    }
    /* line 231 */
    100% {
        left: 0px;
    }
}

/* line 1 */
#grid-filter {
    background: #3b3b3b;
    float: left;
    height: 100%;
    width: 250px;
    z-index: 995;
    color: #fff;
    position: relative;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

    /* line 13 */
    #grid-filter .filter-title {
        padding: 10px;
        background: #323232;
        font-size: 0.5em;
        position: relative;
        overflow: hidden;
    }
        /* line 18 */
        #grid-filter .filter-title .title {
            margin: 0;
            padding: 0;
            position: relative;
            width: 80px;
        }
            /* line 23 */
            #grid-filter .filter-title .title:before {
                content: "\f0d8";
                font-family: "FontAwesome";
                position: absolute;
                bottom: -33px;
                left: 0px;
                font-size: 45px;
                color: #3b3b3b;
            }

    #grid-filter #inventoryshoppingcartbuttons {
        width: 100%;
        height: 10%;
        color: #fff;
        position: absolute;
        bottom: 0;
    }
    /* line 35 */
    #grid-filter #partialinventory {
        list-style: none;
        margin: 0;
        padding: 0;
    }
        /* line 40 */
        #grid-filter #partialinventory .inventory-item {
            margin: 0;
            padding: 3px 20px;
            font-size: 0.8em;
            -webkit-transition-property: background;
            -moz-transition-property: background;
            -o-transition-property: background;
            transition-property: background;
            -webkit-transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -o-transition-duration: 250ms;
            transition-duration: 250ms;
            cursor: pointer;
        }
            /* line 48 */
            #grid-filter #partialinventory .inventory-item:hover {
                background: #71a719;
            }
            /* line 52 */
            #grid-filter #partialinventory .inventory-item.active {
                background: #71a719;
            }
    /* line 58 */
    #grid-filter #filter-list {
        margin: 0;
        padding: 0;
        position: relative;
        font-size: 0.6em;
        white-space: nowrap;
    }
        /* line 64 */
        #grid-filter #filter-list .filter-item {
            margin: 0;
            padding: 3px 20px;
            cursor: pointer;
            position: relative;
            min-height: 16px;
            -webkit-transition-property: background;
            -moz-transition-property: background;
            -o-transition-property: background;
            transition-property: background;
            -webkit-transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -o-transition-duration: 250ms;
            transition-duration: 250ms;
        }
            /* line 73 */
            #grid-filter #filter-list .filter-item:before {
                content: "";
                width: 10px;
                height: 10px;
                background: #71a719;
                position: absolute;
                left: 0px;
                top: 13px;
                display: none;
            }
            /* line 84 */
            #grid-filter #filter-list .filter-item:after {
                font-family: "FontAwesome";
                content: "\f054";
                font-size: 12px;
                color: #fff;
                position: absolute;
                right: 5px;
                top: 4px;
            }
            /* line 94 */
            #grid-filter #filter-list .filter-item:hover {
                background: #71a719;
            }
                /* line 97 */
                #grid-filter #filter-list .filter-item:hover .dropdown-menu {
                    display: block;
                }
            /* line 103 */
            #grid-filter #filter-list .filter-item.sale:after {
                content: "\f005";
            }
        /* line 114 */
        #grid-filter #filter-list .dropdown-menu {
            display: none;
            background: #323232;
            width: auto;
            color: #454545;
            position: absolute;
            left: 250px;
            top: 0;
            color: #fff;
        }
        /* line 125 */
        #grid-filter #filter-list .dropdown-list {
            margin: 0;
            padding: 0;
            float: left;
            width: 250px;
        }

            /* line 131 */
            #grid-filter #filter-list .dropdown-list .dropdown-items {
                padding: 3px 20px;
                margin: 0;
                cursor: pointer;
                -webkit-transition-property: background;
                -moz-transition-property: background;
                -o-transition-property: background;
                transition-property: background;
                -webkit-transition-duration: 250ms;
                -moz-transition-duration: 250ms;
                -o-transition-duration: 250ms;
                transition-duration: 250ms;
            }
                /* line 138 */
                #grid-filter #filter-list .dropdown-list .dropdown-items:hover {
                    background: #71a719;
                }
    /* line 145 */
    #grid-filter #reset-filters {
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        color: #fff;
        line-height: 8px;
        background: rgb(43, 43, 43);
        height: 55%;
        padding: 0% 0;
        text-indent: 1px;
        width: 70px;
        text-align: center;
    }
        /* line 157 */
        #grid-filter #reset-filters:before {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "\f00d";
            font-family: "FontAwesome";
            font-size: 20px;
            margin-left: -9px;
        }
        /* line 166 */
        #grid-filter #reset-filters:hover {
            background: #cf5351;
            color: #fff;
        }

#mainproductgroup .dropdown-list, #productgroup .dropdown-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 250px;
}

    /* line 196 */
    #mainproductgroup .dropdown-list .dropdown-items, #productgroup .dropdown-list .dropdown-items {
        padding: 10px 20px;
        margin: 0;
        cursor: pointer;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
        /* line 203 */
        #mainproductgroup .dropdown-list .dropdown-items:hover, #productgroup .dropdown-list .dropdown-items:hover {
            background: #71a719;
        }

/* line 173 */
.filter-wrapper {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    margin-right: -100%;
    margin-left: 0%;
}

/* line 178 */
#filter-toggle {
    width: 90px;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    padding-left: 50px;
    line-height: 42px;
    font-size: 1em;
    background: #323232;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
    /* line 194 */
    #filter-toggle:hover {
        background: #5a8514;
    }
    /* line 198 */
    #filter-toggle:before {
        font-family: "FontAwesome";
        content: "\f191";
        color: #f7f7f7;
        position: absolute;
        left: 20px;
        top: 1px;
        font-size: 19px;
    }
    /* line 209 */
    #filter-toggle.fliparrow:before {
        content: "\f152";
    }
    /* line 214 */
    #filter-toggle .corner {
        position: absolute;
        top: -40px;
        right: 0;
        border-top: 40px solid rgba(255, 255, 255, 0);
        border-right: 40px solid #71a719;
        border-bottom: 40px solid rgba(255, 255, 255, 0);
        border-left: 40px solid rgba(255, 255, 255, 0);
        width: 0px;
        height: 0px;
    }

/* line 1 */
#bulk-modal {
    position: absolute;
    top: 0;
    left: 0;
    background: #323232;
    color: #fff;
    z-index: 999;
    width: 200px;
    height: auto;
}
    /* line 21 */
    #bulk-modal .bulk-table {
        width: 100%;
        margin-bottom: 10px;
    }
        /* line 25 */
        #bulk-modal .bulk-table th {
            font-size: 0.9em;
            text-align: center;
            background: #71a719;
            padding: 5px;
        }
        /* line 32 */
        #bulk-modal .bulk-table td {
            font-size: 0.8em;
            text-align: center;
            padding: 5px;
        }
/* line 1 */
#index-bar {
    background: #323232;
    float: right;
    width: 2%;
    height: 100%;
    color: #fff;
}
    /* line 8 */
    #index-bar .index-list {
        padding: 0;
        margin: 0;
    }
    /* line 13 carlo updated */
    #index-bar .index-item {
        padding: 0;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }
        /* line 20 */
        #index-bar .index-item.enable.active {
            background: #71a719;
        }
            /* line 23 carlo updated*/
            #index-bar .index-item.enable.active:hover {
                background: #cf5351;
                cursor: pointer;
            }
        /* line 28  carlo updated */
        #index-bar .index-item.enable:hover {
            background: #71a719;
            cursor: pointer;
        }

/* line 2 */
#slider-filters .slider-item {
    padding: 0 20px;
    margin: 10px 0;
}

/* line 9 */
.slider .slider-header {
    font-size: 0.8em;
    white-space: nowrap;
}
/* line 14 */
.slider .slider-value {
    font-size: 0.6em;
    color: #fff;
    text-align: center;
}
/* line 20 */
.slider .ui-state-default, .slider .ui-widget-content .ui-state-default, .slider .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #4f7411;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
    /* line 28 */
    .slider .ui-state-default:hover, .slider .ui-widget-content .ui-state-default:hover, .slider .ui-widget-header .ui-state-default:hover {
        background: #71a719;
    }
/* line 34 */
.slider .ui-slider .ui-slider-range {
    background: #38530c;
}
/* line 38 */
.slider .ui-slider-horizontal {
    height: 15px;
    background: #323232;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
    /* line 45 */
    .slider .ui-slider-horizontal .ui-slider-handle {
        height: 100%;
        top: 0;
        cursor: pointer;
        outline: none;
    }

.hasDatepicker {
    /*margin: 10px 0;*/
}

    .hasDatepicker .ui-datepicker,
    #purchasedata .ui-datepicker {
        display: block;
        width: 90%;
        padding: 0;
        border: none;
        background: none;
        margin: 0 auto;
    }

    .hasDatepicker .ui-datepicker {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .hasDatepicker .ui-datepicker thead,
        #purchasedata .ui-datepicker thead {
            color: #fff;
        }

    .hasDatepicker .ui-widget-header,
    #purchasedata .ui-widget-header {
        background: none;
        border: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .hasDatepicker .ui-datepicker-title,
    #purchasedata .ui-datepicker-title {
        color: #fff;
    }

    .hasDatepicker .ui-datepicker-prev span,
    .hasDatepicker .ui-datepicker-next span,
    #purchasedata .ui-datepicker-prev span,
    #purchasedata .ui-datepicker-next span {
        background: none;
    }

    #purchasedata .ui-datepicker .ui-datepicker-next,
    #purchasedata .ui-datepicker .ui-datepicker-prev,
    .hasDatepicker .ui-datepicker .ui-datepicker-next,
    .hasDatepicker .ui-datepicker .ui-datepicker-prev {
        cursor: pointer;
    }

        .hasDatepicker .ui-datepicker .ui-datepicker-prev:before,
        #purchasedata .ui-datepicker .ui-datepicker-prev:before {
            content: "\f053";
            font-family: "FontAwesome";
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 16px;
            color: #fff;
            margin-top: -8px;
            margin-left: -6px;
        }

        .hasDatepicker .ui-datepicker .ui-datepicker-next:before,
        #purchasedata .ui-datepicker .ui-datepicker-next:before {
            content: "\f054";
            font-family: "FontAwesome";
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 16px;
            color: #fff;
            margin-top: -8px;
            margin-left: -6px;
        }

    .hasDatepicker .ui-state-hover,
    .hasDatepicker .ui-widget-content .ui-state-hover,
    .hasDatepicker .ui-widget-header .ui-state-hover,
    .hasDatepicker .ui-state-focus,
    .hasDatepicker .ui-widget-content .ui-state-focus,
    .hasDatepicker .ui-widget-header .ui-state-focus {
        background: #71a719;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }
    /* line 71 */
    .hasDatepicker .ui-state-active,
    .hasDatepicker .ui-widget-content .ui-state-active,
    .hasDatepicker .ui-widget-header .ui-state-active {
        background: #71a719;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }
    /* line 78 */
    .hasDatepicker .ui-state-default,
    .hasDatepicker .ui-widget-content .ui-state-default,
    .hasDatepicker .ui-widget-header .ui-state-default {
        font-weight: bold;
        border: none;
    }
    /* line 85 */
    .hasDatepicker .ui-datepicker-today .ui-state-active,
    .hasDatepicker .ui-datepicker-today .ui-widget-content .ui-state-active,
    .hasDatepicker .ui-datepicker-today .ui-widget-header .ui-state-active {
        background: #e7b926;
        color: #454545;
    }

/* line 1 */
.ui-dialog {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #323232;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: black 0px 0px 40px 2px;
    -moz-box-shadow: black 0px 0px 40px 2px;
    box-shadow: black 0px 0px 40px 2px;
}
    /* line 9 */
    .ui-dialog .ui-dialog-titlebar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: none;
        background: #71a719;
        color: #fff;
    }
        /* line 15 */
        .ui-dialog .ui-dialog-titlebar .ui-state-hover, .ui-dialog .ui-dialog-titlebar .ui-widget-content .ui-state-hover, .ui-dialog .ui-dialog-titlebar .ui-widget-header .ui-state-hover, .ui-dialog .ui-dialog-titlebar .ui-state-focus, .ui-dialog .ui-dialog-titlebar .ui-widget-content .ui-state-focus, .ui-dialog .ui-dialog-titlebar .ui-widget-header .ui-state-focus {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            background: #8db847;
            border: 2px solid #5a8514;
        }
    /* line 22 */
    .ui-dialog .ui-widget-content {
        color: #fff;
    }
        /* line 25 */
        .ui-dialog .ui-widget-content table td {
            padding: 5px;
        }
            /* line 28 */
            .ui-dialog .ui-widget-content table td input {
                color: #454545;
            }
        /* line 33 */
        .ui-dialog .ui-widget-content button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
            border: none;
            background: #fff;
            font-weight: bold;
            min-width: 49%;
            padding: 0;
            margin: 0;
            margin-top: 20px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -webkit-transition-property: background;
            -moz-transition-property: background;
            -o-transition-property: background;
            transition-property: background;
            -webkit-transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -o-transition-duration: 250ms;
            transition-duration: 250ms;
        }
            /* line 45 */
            .ui-dialog .ui-widget-content button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
                background: #71a719;
            }

/* line 1 */
.history-selectmenu {
    margin-top: 20px;
}
    /* line 4 */
    .history-selectmenu .ui-selectmenu {
        width: 85% !important;
        margin: 0 auto;
        background: #FFF;
        display: block;
        border: none;
        padding: 3% 0px;
        color: #454545;
        font-weight: bold;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
        /* line 17 */
        .history-selectmenu .ui-selectmenu:hover {
            background: #71a719;
        }

/* line 1 */
#info-page {
    color: #fff;
    padding: 20px;
}
    /* line 5 */
    #info-page .info-title {
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    /* line 10 */
    #info-page .info-list {
        padding: 0;
        margin: 0;
    }
    /* line 15 */
    #info-page .info-item {
        padding: 0;
        margin: 10px 0;
    }
        /* line 19 */
        #info-page .info-item a {
            text-decoration: none;
            color: #fff;
        }
            /* line 23 */
            #info-page .info-item a:hover {
                color: #71a719;
            }

/* line 1 */
#detailView {
    color: #fff;
    font-size: 0.7em;
    height: 100%;
    font-weight: bold;
}
    /* line 7 */
    #detailView .item-left {
        float: left;
        height: 100%;
        width: 55%;
    }
    /* line 13 */
    #detailView .item-right {
        float: right;
        height: 100%;
        width: 45%;
    }
    /* line 19 */
    #detailView .item-remark {
        clear: both;
        width: 100%;
        position: relative;
        top: 10px;
        white-space: normal;
        position: relative;
        height: 24px;
    }
        /* line 28 */
        #detailView .item-remark .remark-title {
            margin-bottom: 10px;
            display: block;
            padding-left: 15px;
        }
            /* line 29 */
            #detailView .item-remark .remark-title:before {
                content: "\f06a";
                position: absolute;
                left: 0;
                color: #fff;
                font-family: "FontAwesome";
                font-size: 14px;
            }
    /* line 44 */
    #detailView .tile-item {
        height: 100%;
    }
        /* line 47 */
        #detailView .tile-item table {
            height: 100%;
        }
    /* line 52 */
    #detailView .item-head {
        font-size: 1.1em;
        height: 4%;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    /* line 60 */
    #detailView .item-body {
        height: 79%;
        padding: 10px 0;
    }
    /* line 65 */
    #detailView .item-footer {
        background: #f7f7f7;
        height: 11%;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    /* line 72 */
    #detailView .item-title {
        padding: 10px;
        padding-bottom: 5px;
    }
    /* line 78 */
    #detailView .growman-title {
        min-height: 25px;
    }
        /* line 81 */
        #detailView .growman-title span {
            font-size: 0.8em;
        }
        /* line 85 */
        #detailView .growman-title .label {
            margin-right: 10px;
            background: #f7f7f7;
            color: #454545;
            padding: 3px 10px;
            text-transform: lowercase;
        }
    /* line 94 */
    #detailView .item-image {
        width: 100%;
        height: 70%;
        overflow: hidden;
    }
        /* line 99 */
        #detailView .item-image img {
            max-width: 100%;
        }
    /* line 104 */
    #detailView .amount-label {
        float: left;
        background: #3b3b3b;
        color: #fff;
        padding: 0.5em 10px;
        height: 100%;
        position: absolute;
        width: 45px;
    }
    /* line 111 */
    #detailView .amount-field {
        background: #fff;
        height: 22px;
        z-index: 0;
        border: 2px solid #3b3b3b;
        overflow: hidden;
        float: left;
        width: 220px;
        border: 2px solid #3b3b3b;
        position: relative;
        margin: 10px 10px;
    }

        #detailView .amount-field label {
            color: #000;
        }

    #detailView .editlabel {
        width: 100%;
        min-width: 116px;
    }

    #detailView .amount, #detailView .unit {
        width: 40px;
    }

    /* line 124 */
    #detailView .amount,
    #detailView .unit,
    #detailView .editlabel {
        padding-left: 5px;
        outline: none;
        color: #454545;
        border: none;
        height: 25px;
        /* line-height: 22px;  float: left;  */
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    /* line 135 */
    #detailView .inputcontainer {
        color: #fff;
        float: left;
        margin: 0 65px;
        width: 100%;
        line-height: 24px;
    }

        #detailView .inputcontainer:focus {
            background: #A6B91C;
        }

    #detailView .amount:focus,
    #detailView .editlabel:focus,
    #detailView .inputcontainer {
        /* background: #71a719; 
  height: 100%*/
        color: #000;
    }
    /* line 141 */
    #detailView .slick-row.ui-widget-content, #detailView .slick-row.ui-state-active {
        border: 1px solid #aaaaaa;
    }
    /* line 145 */
    #detailView .item-list {
        padding: 0;
        margin: 0;
        margin-left: 20px;
    }
        /* line 150 */
        #detailView .item-list .item-detail {
            margin: 0;
            padding: 0;
            margin-bottom: 5px;
            overflow: hidden;
            border-bottom: 1px solid #dedede;
            padding-bottom: 5px;
        }
        /* line 159 */
        #detailView .item-list .label {
            width: 60%;
            float: left;
            overflow: hidden;
        }
        /* line 165 */
        #detailView .item-list .value {
            width: 36%;
            float: left;
            text-align: right;
            padding-right: 4%;
        }
            /* line 171 */
            #detailView .item-list .value div {
                float: right;
            }
    /* line 177 */
    #detailView .price {
        float: right;
        overflow: hidden;
        margin-top: 9px;
        margin-right: 10px;
        padding-left: 40px;
        color: #454545;
    }
        /* line 185 */
        #detailView .price .price-label {
            float: left;
            line-height: 28px;
            margin-right: 7px;
        }
        /* line 192 */
        #detailView .price .price-value {
            float: left;
            font-size: 1.2em;
            font-size: 2em;
            line-height: 26px;
        }
    /* line 200 */
    #detailView .slick-cell .bulk-prices {
        width: 25%;
        height: 30px;
        position: relative;
        top: -25px;
        right: 60px;
        cursor: pointer;
    }
        /* line 208 */
        #detailView .slick-cell .bulk-prices:before {
            content: "\f1c0";
            font-size: 15px;
            color: #3b3b3b;
            font-family: "FontAwesome";
            position: absolute;
            top: 0;
            right: 0;
        }

/* line 225 */
.item-details-form {
    position: absolute;
    top: 0;
    width: 500px;
    height: 500px;
    background: black;
    z-index: 99999;
    color: #fff;
}

/* line 1 */
#help-view {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #3b3b3b;
    max-height: 0px;
    overflow: hidden;
    color: #fff;
    -webkit-transition-property: max-height;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
    /* line 12 */
    #help-view.open {
        max-height: 800px;
        min-height: 100px;
    }
    /* line 17 */
    #help-view .content {
        margin: 10px;
        font-size: 0.9em;
    }
    /* line 22 */
    #help-view .help-label {
        margin-bottom: 10px;
        font-size: 1.1em;
    }
    /* line 27 */
    #help-view .help-item {
        margin: 10px 0;
    }
        /* line 31 */
        #help-view .help-item.green .icon {
            background: #71a719;
            width: 30px;
            height: 20px;
            float: left;
            margin-right: 10px;
        }
        /* line 41 */
        #help-view .help-item.red .icon {
            background: #cf5351;
            width: 30px;
            height: 20px;
            float: left;
            margin-right: 10px;
        }
        /* line 50 */
        #help-view .help-item .loaderIcon {
            background: #2f2f2f;
            width: 30px;
            height: 20px;
            float: left;
            margin-right: 10px;
            position: relative;
        }
            /* line 58 */
            #help-view .help-item .loaderIcon:before {
                content: "\f0ec";
                font-family: "FontAwesome";
                color: #fff;
                font-size: 16px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -8px;
                margin-top: -8px;
            }
        /* line 71 */
        #help-view .help-item .cartIcon {
            background: #2f2f2f;
            width: 30px;
            height: 20px;
            float: left;
            margin-right: 10px;
            position: relative;
        }
            /* line 79 */
            #help-view .help-item .cartIcon:before {
                content: "\f07a";
                font-family: "FontAwesome";
                position: absolute;
                left: 50%;
                top: 50%;
                color: #fff;
                font-size: 16px;
                margin-left: -8px;
                margin-top: -8px;
            }
        /* line 92 */
        #help-view .help-item .summaryIcon {
            background: #2f2f2f;
            width: 30px;
            height: 20px;
            float: left;
            margin-right: 10px;
            position: relative;
        }
            /* line 100 */
            #help-view .help-item .summaryIcon:before {
                content: "\f06e";
                font-family: "FontAwesome";
                position: absolute;
                left: 50%;
                top: 50%;
                color: #fff;
                font-size: 16px;
                margin-left: -8px;
                margin-top: -8px;
            }

/* line 1 */
#summary-detail-view {
    position: absolute;
    width: 100%;
    z-index: 1001;
    background: #3b3b3b;
    max-height: 0px;
    overflow: hidden;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #e7b926;
    -moz-box-shadow: inset 0 0 0 5px #e7b926;
    box-shadow: inset 0 0 0 5px #e7b926;
    -webkit-transition-property: max-height;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
    /* line 13 */
    #summary-detail-view.open {
        max-height: 800px;
        min-height: 100px;
    }
    /* line 18 */
    #summary-detail-view .content {
        font-size: 0.7em;
    }
    /* line 22 */
    #summary-detail-view .title {
        margin: 0;
        padding: 10px;
        font-size: 1.3em;
        color: #fff;
    }
    /* line 29 */
    #summary-detail-view #divsummaryos {
        min-height: 80px;
        margin: 0 5px;
    }
    /* line 34 */
    #summary-detail-view .summary-table {
        width: 100%;
        margin-bottom: 10px;
    }
        /* line 38 */
        #summary-detail-view .summary-table .summary-header {
            background: #fff;
        }
            /* line 41 */
            #summary-detail-view .summary-table .summary-header th {
                padding: 5px;
                color: #454545;
            }
        /* line 47 */
        #summary-detail-view .summary-table td {
            text-align: center;
            padding: 10px;
            font-size: 1.2em;
        }
            /* line 52 */
            #summary-detail-view .summary-table td.date {
                width: 100px;
            }
/* line 1 */
#order-notification {
    position: fixed;
    top: -40px;
    /* left: 50%; */
    right: 50%;
    /* width: 300px; */
    height: auto;
    background: #3b3b3b;
    color: #fff;
    height: 40px;
    margin-left: -150px;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    /* line 15 */
    #order-notification.open {
        top: 0px;
    }
    /* line 19 */
    #order-notification .status {
        height: 100%;
        width: 40px;
        float: left;
        margin-right: 10px;
        position: relative;
    }
        /* line 26 */
        #order-notification .status.green {
            background: #71a719;
        }
            /* line 29 */
            #order-notification .status.green:before {
                content: "\f00c";
                font-family: "FontAwesome";
                position: absolute;
                left: 50%;
                top: 50%;
                color: #fff;
                font-size: 16px;
                margin-left: -8px;
                margin-top: -8px;
            }
        /* line 42 */
        #order-notification .status.red {
            background: #cf5351;
        }
            /* line 45 */
            #order-notification .status.red:before {
                content: "\f00d";
                font-family: "FontAwesome";
                position: absolute;
                left: 50%;
                top: 50%;
                color: #fff;
                font-size: 16px;
                margin-left: -6px;
                margin-top: -9px;
            }
    /* line 59 */
    #order-notification .productname {
        line-height: 40px;
        font-size: 0.8em;
        padding-right: 10px;
    }

/* line 5 */
#history-date-total {
    font-size: 0.8em;
    width: 86%;
    padding: 15px 7%;
    margin: 0 auto;
    background: #323232;
}

#grid-filter .history-datelist > div {
    overflow: hidden;
}

#grid-filter .date-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 250px;
}

    #grid-filter .date-list .dropdown-items {
        padding: 10px 20px;
        margin: 0;
        cursor: pointer;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
/* line 31 */
#grid-filter .dropdown-items:hover, #grid-filter .dropdown-items.selected {
    background: #71a719;
}

.slick-viewport {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    outline: 0;
    position: relative;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}


/* line 35 */
@media only screen and (max-width: 1279px) and (max-height: 799px) {
    /* line 3 */
    #responsive body {
        font-size: 0.9em;
    }
    /* line 7 */
    #responsive #headerpartial {
        height: 110px;
    }
    /* line 11 */
    #responsive .header {
        height: 30px;
    }
    /* line 15 */
    #responsive .logo img {
        max-height: 30px;
    }
    /* line 19 */
    #responsive .languages {
        margin-top: 0px;
    }

        #responsive .languages .lang {
            width: 24px;
        }
    /* line 23 */
    #responsive #navigation {
        margin-top: 0;
    }
        /* line 26 */
        #responsive #navigation .navigation-list {
            height: 30px;
        }

    #navigation .list-item:before {
        bottom: -43px;
    }
    /* line 32 */
    #responsive #shopping-cart .row-item {
        height: 17px;
    }
        /* line 35 */
        #responsive #shopping-cart .row-item.label {
            line-height: 16px;
        }
        /* line 39 */
        #responsive #shopping-cart .row-item div {
            line-height: 16px;
        }
    /* line 44 */
    #responsive #shopping-cart .cart {
        height: 36px;
    }
    /* line 49 */
    #responsive #account {
        height: 36px;
        line-height: 36px;
    }

        /* line 57 */
        #responsive #account .menu {
            top: 37px;
        }

        #responsive #account .loggedon .label {
            display: none;
        }
    /* line 62 */
    #responsive .login-form {
        margin-top: 30px;
    }
    /* line 68 */
    #responsive #shopping-cart .row-item.confm-order:before {
        font-size: 10px;
        margin-left: -5px;
        margin-top: -6px;
    }
    /* line 77 */
    #responsive #shopping-cart .row-item.direct-order .load-wrap .loader:before {
        font-size: 12px;
        margin-left: -5px;
        margin-top: -13px;
    }
    /* line 86 */
    #responsive #shopping-cart .row-item.summaryButton:before {
        font-size: 12px;
        margin-left: -6px;
        margin-top: -6px;
    }
    /* line 94 */
    #responsive #shopping-cart .row-item.questionButton:before {
        font-size: 13px;
        margin-left: -4px;
        margin-top: -7px;
    }
    /* line 102 */
    #responsive #summary-detail-view .content {
        font-size: 0.6em;
    }

    #responsive #grid-view .grid-content {
        margin-left: -180px;
    }

    #responsive #grid-view #inventorydata,
    #responsive #grid-view #pricelistdata,
    #responsive #grid-view #historydata,
    #responsive #grid-view .gridContainer {
        margin-left: 180px;
    }

    #responsive #grid-filter {
        width: 180px;
    }

        #responsive #grid-filter #filter-list .dropdown-menu {
            left: 180px;
        }

        /* line 70 */
        #responsive #grid-filter .filter-title {
            padding: 5px 10px;
        }
            /* line 73 */
            #responsive #grid-filter .filter-title .title:before {
                display: none;
            }

            #responsive #grid-filter .filter-title .title {
                font-size: 1.5em;
            }

        #responsive #grid-filter #filter-list .filter-item {
            padding: 7px 10px;
            min-height: 12px;
        }

            #responsive #grid-filter #filter-list .filter-item:after {
                font-size: 10px;
                top: 8px;
            }

        #responsive #grid-filter #filter-list .dropdown-list .dropdown-items {
            padding: 7px 10px;
        }

        #responsive #grid-filter #reset-filters {
            width: 50px;
            text-indent: 3px;
        }

            #responsive #grid-filter #reset-filters:before {
                font-size: 11px;
                top: 20px;
                margin-left: -7px;
            }

    #responsive #pricelistdeliverydate {
        height: 158px;
    }

        #responsive #pricelistdeliverydate.closed {
            height: 40px;
        }

        #responsive #pricelistdeliverydate .selected_date {
            font-size: 14px;
            padding: 10px 0;
        }

            #responsive #pricelistdeliverydate .selected_date:before {
                font-size: 14px;
            }

    #responsive #slider-filters .slider-item {
        margin: 10px 0;
    }

    #responsive .slider .ui-slider-horizontal {
        height: 20px;
    }


    /* line 118 */
    #responsive #contact {
        height: 150px;
    }
        /* line 121 */
        #responsive #contact.open {
            bottom: 0px;
        }
    /* line 126 */
    #responsive #contact-link {
        line-height: 30px;
    }
        /* line 129 */
        #responsive #contact-link:after {
            font-size: 15px;
            line-height: 26px;
        }

    #responsive .hasDatepicker .ui-datepicker {
        /* width: 90%; */
        margin: 0 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 0.8em;
    }
    /* line 87 */
    #responsive #footerpartial {
        height: 30px;
    }
    /* line 91 */
    #responsive .footer {
        font-size: 0.6em;
    }
        /* line 94 */
        #responsive .footer .copyright {
            height: 30px;
            line-height: 3;
        }
        /* line 99 */
        #responsive .footer .sdflogosmall {
            margin-top: 3px;
        }

    #responsive #footerpartial .column-second {
        width: 30.20339%;
    }

    #responsive #footerpartial .column-third {
        width: 34.20339%;
    }
}

/* for Viewport 1024 x 768 */
@media only screen and (max-width: 1024px) {
    #responsive body {
        font-size: 0.8em;
    }

    #responsive .login-form {
        margin-top: 30px;
    }
    /* header */
    #responsive .header {
        height: 30px;
    }

    #responsive .logo img {
        max-height: 30px;
    }

    #responsive .languages .lang {
        width: 28px;
    }

    #responsive .context-bar {
        height: 34px;
    }

    #responsive #navigation {
        margin-top: 0;
    }

        #responsive #navigation .navigation-list {
            height: 30px;
        }

    #responsive #shopping-cart .row-item {
        height: 17px;
    }

        #responsive #shopping-cart .row-item.label {
            line-height: 16px;
        }

        #responsive #shopping-cart .row-item div {
            line-height: 16px;
        }

    #responsive #shopping-cart .cart {
        height: 36px;
    }

    #responsive #account {
        height: 36px;
        line-height: 36px;
    }

        #responsive #account:before {
            display: none;
        }

        #responsive #account .menu {
            top: 37px;
        }

        #responsive #account .loggedon .label {
            display: none;
        }

    #responsive #headerpartial {
        height: 104px;
    }

    #responsive #shopping-cart .row-item.confm-order:before {
        font-size: 10px;
        margin-left: -5px;
        margin-top: -6px;
    }

    #responsive #shopping-cart .row-item.direct-order .load-wrap .loader:before {
        font-size: 12px;
        margin-left: -5px;
        margin-top: -13px;
    }

    #responsive #shopping-cart .row-item.summaryButton:before {
        font-size: 12px;
        margin-left: -6px;
        margin-top: -6px;
    }

    #responsive #shopping-cart .row-item.questionButton:before {
        font-size: 13px;
        margin-left: -4px;
        margin-top: -7px;
    }

    #responsive #summary-detail-view .content {
        font-size: 0.6em;
    }

    #responsive #filter-toggle {
        height: 34px;
        line-height: 38px;
    }

    /* module */
    #responsive #grid-filter #partialinventory .inventory-item {
        padding: 3px 12px;
    }

    #responsive #grid-view .grid-content {
        font-size: 0.6em;
    }

    #responsive #grid-filter .filter-title {
        padding: 10px;
    }

        #responsive #grid-filter .filter-title .title:before {
            display: none;
        }

    #responsive #contact {
        height: 150px;
    }

        #responsive #contact.open {
            bottom: 0px;
        }

    #responsive #contact-link {
        line-height: 30px;
    }

        #responsive #contact-link:after {
            font-size: 15px;
            line-height: 26px;
        }

    #responsive #footerpartial {
        height: 30px;
    }

    #responsive .footer {
        font-size: 0.6em;
    }

        #responsive .footer .copyright {
            height: 30px;
            line-height: 3;
        }

        #responsive .footer .sdflogosmall {
            margin-top: 3px;
        }

    #responsive #footerpartial .column-first {
        width: 28.20339%;
    }

    #responsive #footerpartial .column-second {
        width: 28.20339%;
    }

    #responsive #footerpartial .column-third {
        width: 40.20339%;
    }
}

@media only screen and (max-height:972px) {
    .login-form {
        display: flex;
        flex-direction: row;
    }

    .slider {
        width: 200px !important;
        height: 200px !important;
    }
}

.flexbox2 {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

@media only screen and (max-width: 400px) {
    .promoslider {
        display: none;
    }

    .promo-label {
        display: none;
    }
}

.promoslider {
    margin-right: 20px;
}


@media only screen and (max-height: 799px) {
    #responsive body {
        font-size: 0.8em;
    }

    #responsive .hasDatepicker .ui-datepicker, #purchasedata .ui-datepicker {
        font-size: 0.8em;
    }

    #responsive #grid-filter {
        width: 180px;
    }

    #responsive #divleverdatum {
        font-size: 1em;
    }

    #responsive #grid-filter #filter-list .dropdown-menu {
        left: 180px;
    }
}
