﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.simpletooltip[aria-hidden="true"], .minimalist-simpletooltip[aria-hidden="true"], .minimalist-left-simpletooltip[aria-hidden="true"] {
    display: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.caption {
    margin-bottom: 5px;
}

.small {
    font-size: 14px !important;
}

.bold {
    font-weight: bold;
}

.empty-row {
    height: 30px;
}

.red { color: red;}

.validation-error {
    color: #FF0000;
}

.validation-error ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=file], select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    display: block;
    background: #f7f7f7;
    border: 1px solid #dadad9;
}

select {
    padding: 3px;
}

body {
    margin: 0;
    position: relative;
    min-height: 100%;
    -moz-min-width: 320px;
    -ms-min-width: 320px;
    -o-min-width: 320px;
    -webkit-min-width: 320px;
    min-width: 320px;
    width: 100%;
}

body, input, textarea, select {
    font-size: .85em;
    line-height: 25px;
    color: #303138;
    font-family: 'Archivo',sans-serif;
}

textarea#comment {
    width: 100%;
}

html {
    width: 100%;
    min-height: 100%;
    height: 100%;
    line-height: 25px;
    color: #303138;
}

a {
    color: #303138;
}

    button, a.btn, .button, input[type=submit] {
        color: white;
        background-color: #dadad9;
    }


div.table {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

div.table-row {
    display: table-row;
}

div.table-cell {
    display: table-cell;
}

div.center {
    text-align: center;
}



#outer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

#header {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

    #header:after, .breadcrumbs:after, #content:after, .split-columns .row:after {
        content: '';
        display: table;
        clear: both;
    }

    #searchterm {
        width: calc(100% - 50px);
        display: inline-block;
        vertical-align: top;
    }

    #header #search-block {
        display: block;
    }

    .searchbutton {
        padding: 2px;
        margin: 0 0 0 -5px;
        height: 34px;
        border: 0;
        width: 34px;
        cursor: pointer;
    }

    #header #mobile-navigation {
        display: none;
        left: -4px;
        margin-top: 43px;
        position: absolute;
        z-index: 10;
        width: 0;
        text-align: left;
    }

        #header #mobile-navigation ul {
            list-style: none;
            margin: 0 0 0 23px;
            width: 98%;
            padding: 0;
            /*background-color: #c25219;*/
            border-radius: 2px;
        }

            #header #mobile-navigation ul li {
                position: relative;
                font-size: 14px;
                font-weight: bold;
                color: white;
                padding: 3px 0 3px 0;
                margin: 0;
                min-width: 280px;
            }

                #header #mobile-navigation ul li a {
                    padding: 7px 7px 7px 15px;
                    display: block;
                    color: #fff;
                    text-decoration: none;
                }

                #header #mobile-navigation ul li.chapter-child {
                    padding-left: 5px;
                    position: relative;
                    min-height: 27px;
                    margin-bottom: 0;
                    border-radius: 0;
                }

            #header #mobile-navigation ul.navigation-child-list {
                display: none;
            }

        #header #mobile-navigation div.hamburger-menu-collapse {
            float: right;
            width: 50%;
            min-height: 27px;
            color: white;
            text-align: right;
            padding-right: 40px;
            line-height: 29px;
            cursor: pointer;
            padding-top: 4px;
        }

    #header .hamburger-wrapper {
        -ms-border-radius: 2px;
        border-radius: 2px;
        display: none;
        height: 34px;
        cursor: pointer;
        position: absolute;
        left: 6px;
        width: 43px;
        z-index: 15;
    }

    #header p.hamburger-menu-text {
        color: black;
        float: left;
        margin-left: 14px;
        font-size: 16px;
        padding-bottom: 2px;
        margin-top: 10px;
    }

    #header .hamburgermenu-button {
        -ms-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        height: 18px;
        margin-left: 7px;
        margin-top: 8px;
        float: left;
        width: 24px;
    }

        #header .hamburgermenu-button div {
            background-color: white;
            height: 4px;
            width: 30px;
            margin-bottom: 3px;
            -ms-border-radius: 2px;
            border-radius: 2px;
        }

    #header #hamburgermenu {
        height: auto !important;
    }

    #header #topmenu {
        display: inline-block;
        text-align: right;
        width: calc(100% - 205px);
        vertical-align: top;
    }

        #header #topmenu #topnav > ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: inline;
        }

            #header #topmenu #topnav > ul > li {
                display: inline-block;
            }

                #header #topmenu #topnav > ul > li:hover > ul {
                    visibility: visible;
                }


            #header #topmenu #topnav > ul a {
                text-decoration: none;
                font-size: 0.85em;
            }  

    #logo-block {
        display: inline-block;
        width: 200px;
        white-space: nowrap;
        padding-top: 9px;
    }

        #logo-block .banner-link {
            text-decoration: none;
        }

        #logo-block .webshop-logo {
            display: inline-block;
            height: 74px;
            vertical-align: top;
            padding-top: 5px;
            margin-left: 18px;
            margin-right: 20px;
        }

        #logo-block .logo {
            display: inline-block;
            height: 74px;
            vertical-align: top;
            padding-top: 14px;
            margin-left: 18px;
            width: 165px;
            /*border-right: solid 2px #C3C3C2;*/
            margin-right: 20px;
        }

            #logo-block .logo img {
                 max-width: 100%;
            }
   
#header #responsive-topmenu {
    display: none;
    padding-top: 30px;
    float: right;
    text-transform: uppercase;
}

    #header #responsive-topmenu .account-button {
        vertical-align: top;
        display: inline-block;
        background-image: url('../images/account.png');
        width: 40px;
        height: 40px;
    }

        #header #responsive-topmenu .account-button:hover {
            background-image: url('../images/account_active.png')
        }

    #header #responsive-topmenu .logout-button {
        padding-top: 8px;
        display: inline-block;
    }

.responsive-label {
    display: none;
    margin: 0;
}

#footer-wrapper {
    background: rgb(247, 247, 247);
    margin-top: 50px;
    /*height: 220px;*/
}

#footer {
    padding: 15px 0 15px 20px;
    max-width: 1200px;
    font-weight: 300;
    margin: 0 auto;
    min-height: 100px;
    vertical-align: top;
    font-size: 12px;
}

    #footer .footer-contact-info-1, #footer .footer-contact-info-2, #footer .footer-contact-info-3 {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin-bottom: 20px;
    }
        #footer .footer-contact-info-1 p, #footer .footer-contact-info-2 p, #footer .footer-contact-info-3 p {
            margin: 0;
            padding: 0;
        }

.footer-header {
    font-weight: bold;
}

.footer-header-underline {
    border-bottom: 2px solid #303138;
    width: 30px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.powered-by {
    max-width: 1200px;
    text-align: right;
    padding-right: 10px;
    margin: 0 auto;
}

#searchterm {
    border: 1px solid #dadad9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    padding: 0 0 0 10px;
    margin: 0;
    font-style: italic;
    background: #fff;
}

#header #topmenu #topnav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

#header #topmenu #topnav > ul > li {
        display: inline-block;
    }

    #header #topmenu #topnav > ul a {
        text-decoration: none;
        font-size: .85em;
    }

#nav-top > li > a.loginbtn, #nav-top > li > span.loginbtn {
    background: #f7f7f7;
    font-size: .85em;
}

#nav-top > li > a, #nav-top > li > span {
    color: #adabb4;
    font-weight: 300;
    display: block;
    float: left;
    padding: 0 28px;
    border-right: 1px solid #dce0d4;
}

#nav-top {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 42px;
    line-height: 27px;
}

#nav-top > li {
    display: inline-block;
    position: relative;
    z-index: 5;
}
    #nav-top > li ul {
        visibility: hidden;
        transition: visibility, 0.1s linear;
        position: absolute;
        left: 28px;
        top: 20px;
        background-color: #f7f7f7;
        padding: 3px;
        padding-top: 5px;
        /*margin-top: -2px;*/
    }

    #nav-top > li ul li {
        display: inline-block;
        width: 180px;
        padding: 2px;
        text-align: left;
    }

    /*#nav-top > li > a, #nav-top > li > span {
        font-weight: 300;
        display: block;
        float: left;
        padding: 0 28px;
        border-right: 1px solid #dce0d4;
    }

    #nav-top > li:last-child > a, #nav-top > li:last-child > span {
        border-right: 0;
        padding: 0 0 0 28px;
    }

    #nav-top > li > a.loginbtn, #nav-top > li > span.loginbtn {
        background: #f7f7f7;
        font-size: 0.85em;
    }*/ 


.icon-arrow-left-blue, .icon-search-white, .icon-filter, .icon-home, .nav-side a:after, .breadcrumbs a:before {
    background: url('../images/icons.png') no-repeat;
}

.icon-search-white {
    background-position: 0 -594px;
    display: inline-block;
    width: 25px;
    height: 23px;
    position: relative;
    top: 3px;
}

    #header, #footer-logo-inner {
    *zoom: 1;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumbs-wrapper {
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 9px 0;
    color: #57595e;
    font-size: 14px;
    min-height: 45px;
}

#content-wrapper {
    background: #fff;
    min-height: 400px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}

div#contentLayer {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 11;
}

#content {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 15px;
}

#header #topmenu {
    display: inline-block;
    text-align: right;
    width: calc(100% - 385px);
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6, .caption, .order-list-header {
    font-weight: 300;
    /*color: #c25219;*/
}

h3, h4, h5, h6, .caption, .order-list-header {
    font-size: 20px;
    line-height: 1.2;
}
h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0 16.66667px;
}

.row, .password-row {
    width: 100%;
    clear: both;
}

.cell.etim-class {
    width: calc(100% - 350px)!important;
}

.cell:nth-child(n+1) {
    padding-right: 10px;
}

.cell, .cell input {
    display: inline-block;
}

.btn, .tab-btn, input[type=submit] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 18px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 25px;
}

.clearfloat, .tab-section div.row:after, .tab-section div.password-row:after {
    clear: both;
}

img.pfloader {
    float: right;
    display: none;
    margin-top: -10px;
}

div.paging ul {
    display: block;
}

h4, h5, h6, ul, ol {
    margin: 8.33333px 0;
    padding-left: 20px;
}

div.paging li {
    padding: 0 5px 5px 5px;
    display: inline;
    list-style: none;
}


/*PowerFind filters*/
#search-filters .undo, #change-log .undo {
    color: red;
    font-size: 18px;
    margin-top: -1px;
    padding-right: 7px;
}

#search-filters .undo:before, #change-log .undo:before {
    content: "\f00d";
}

.undo {
    cursor: pointer;
    position: absolute;
    right: 2px;
    z-index: 100;
    top: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#btnSearchFilterOpen, #btnSearchFilterClose {
    display: none;
    margin: 0 0 15px 0;
}

#search-filters .filterMinimized div,
.filterMinimized div,
.filterMinimized h3,
.filterMinimized ul,
#filter-expand-container.filterMinimized,
.extraFeatureMinized div.extraFeature,
#search-criteria.extraFeatureMinized .filter-block.extraFeature,
#search-criteria.catalog-filters.filterMinimized .filter-block {
    display: none;
}

#search-filters .filterMinimized #btnSearchFilterOpen, .filterMinimized #show-catalog-button {
    display: inherit;
}

#search-criteria > div {
    margin-bottom: 10px;
}

#search-criteria > div {
    margin-bottom: 10px;
}

#search-criteria > div > div.range-fixed {
    height: 26px;
    line-height: 26px;
    position: relative;
}

#search-criteria a.undo {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 4px;
    color: red;
    text-decoration: none;
}

#search-criteria a.undo:hover {
    top: 2px;
}

#image-filter-body a.undo {
    float: right;
    margin: 0;
    position: relative;
}

.icon-filter {
    vertical-align: sub;
}

#facetLimit {
    padding-top: 10px;
    font-size: 11px;
    text-align: right;
}

/*tabs*/
.tabs.ui-widget-content {
    border: 0;
}

.tabs ul.buttonrow {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.tabs .ui-widget-header {
    background: 0;
    border: 0;
}

.buttonrow {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs .ui-state-default {
    /*border: 1px solid #c25219;*/
    background: 0;
}

.tabs ul.buttonrow {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.tabs .ui-widget-header {
    background: 0;
    border: 0;
}

.buttonrow .tab-btn:last-child {
    margin-right: 0;
}

.tabs.ui-tabs .ui-state-default {
    border: 1px solid #d5ddec;
    background: 0;
}

.tabs.ui-tabs .ui-state-active .tab-header {
    color: white;
}

/* Dialogs */
.dialog-header {
    font-size: 11pt;
    margin-bottom: 10px;
    height: 50px;
    /*border-bottom: 1px solid #c25219;*/
}

    .dialog-header .dialog-image-header {
        padding-right: 10px;
    }

    .dialog-header .dialog-title {
        font-size: 12pt;
        display: inline;
        font-weight: bold;
        /*text-transform: lowercase;*/
    }

        .dialog-header .dialog-title img {
            display: inline;
        }

    .dialog-header .dialogclose {
        cursor: pointer;
    }

.icon_images.dialogclose {
    width: 15px;
    height: 15px;
    background-image: url('../images/dialogclose.png');
    background-repeat: no-repeat;
    /*background-position: -10px -738px;*/
}

.icon_images {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.dialog-body {
    font-size: 9pt;
}

    .dialog-body h2 {
        font-weight: normal;
    }

.dialog-line-seperator {
    height: 340px;
    margin-left: 17px;
    margin-right: 10px;
    border-right: 1px dotted lightgrey;
    width: 1px;
}

.dialog-buttons-wrapper {
    text-align: right;
    margin-top: 20px;
}

.dialog-footer-message {
    margin-top: 42px;
    font-size: 9pt;
}

.dialog select,
.dialog input[type='text'] {
    height: 25px;
    border: 1px solid #c5c5c5;
}

.dialog textarea {
    border: 1px solid #c5c5c5;
}

.ui-dialog .ui-dialog-titlebar {
    display: none;
}


.displayflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari */
    display: flex;
}
.flex-alignitems-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-alignitems-flexend {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flexone {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
.flexgrow {
    flex-grow: 1;
    -moz-box-flex-grow: 1;
    -webkit-box-flex-grow: 1;
}
.alignself-center {
    -webkit-align-self: center; /* Safari 7.0+ */
    align-self: center;    
}

.colored-button {
    /*background-color: #c25219;*/
    padding: 9px 15px 9px 15px;
    font-size: 10pt;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    /*border: 1px solid #c25219;*/
}

.colored-button.add-new-user {
    color: #FFFFFF;
    text-decoration: none;
}

    .colored-button.no-text-transform {
        text-transform: none;
    }

.white-button {
    background-color: #ffffff;
    /*color: #c25219;*/
    padding: 9px 15px 9px 15px;
    font-size: 10pt;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    /*text-transform: lowercase;*/
    /*border: 1px solid #c25219;*/
}

input.white-button {
    margin-right: 5px;
}

button, .btn, .button, input[type=submit] {
    color: white;
    /*background-color: #c25219;*/
}

/*cookie bar*/
#cookiebar {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #303138;
    color: white;
}

#cookiebar #cookie-message {
    display: inline-block;
    width: calc(100% - 160px); 
    padding: 10px 20px 10px 20px;
}

#cookiebar .accept-cookie-container {
    padding: 15px;
    display: inline-block;
    vertical-align: top;        
}

    #cookiebar #accept-cookie-button {
        width: 100px;
        padding: 10px 20px 10px 20px;
        vertical-align: top;
        text-align: center;
        /*text-decoration: underline;*/
        cursor: pointer;
        /*background-color: #c25219;*/
    }

div.bordered-table {
    border: 1px solid #8a8b8c;
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

span.confirmation {
    padding-left: 20px;
    color: green;
}

.row {
    display: table-row;
}

.row .cell {
    padding: 5px 30px 5px 5px;
    /*text-transform: lowercase;*/
    vertical-align: middle;
    display: table-cell;
}

.row .noPadding-right {
    padding-right: 0;
}

.ellipsis {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.format-images {
    width: 100%;
    text-align: center;
    padding: 15px;
}

div.format-image {
    cursor: pointer;
    display: inline-block;
    height: 150px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    opacity: 0.9;
}

    div.format-image .title {
        text-wrap: none;
        margin-top: -22px;
    }

    div.format-image div.image {
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
        opacity: 0.8;
    }

        div.format-image div.image div.center {
            margin: auto;
        }

        div.format-image div.image img {
            width: 90px;
            opacity: 0.8;
            vertical-align: middle;
        }

#contact-table .row .cell:first-child {
    min-width: 250px;
    padding-right: 25px;
    padding-bottom: 7px;
    color: #8a8c9a;
}

#contact-table input[type=text] {
    width: 250px;
}

#contact-table textarea {
    width: 250px;
    height: 100px;
}

.validation-summary-errors > ul {
    list-style: none;
    color: #e72936;
    padding-left: 0;
}

/*breadcrumbs*/

#breadcrumbs {
    /*background: #dcdcdc;*/
    padding: 5px 0;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
}

#breadcrumbs .breadcrumbs-start {
    display: inline-block;
}

#breadcrumbs span a span, #breadcrumbs span a, #breadcrumbs span > span {
    text-decoration: none;
    font-weight: 600;
}

    @media(max-width: 1220px) {
        #header, #breadcrumbs {
            padding: 0 20px;
        }

            #header #logo-block .webshop-logo {
                margin-left: 0;
            }

            h4, h5, h6, #header ul, #header ol {
                margin: 8.33333px 0;
                padding-left: 0;
            }

        #content {
            padding-right: 10px;
        }

        .homepage .content-body {
            width: 100%;
        }

        div.contact-block {
            padding-right: 20px;
        }
    }

    @media(max-width: 1100px) {
        #searchterm {
            width: 500px;
        }
    }


    @media screen and (max-width: 959px) {
        #searchterm {
            width: calc(100% - 35px);
        }

        #nav-one .submenu {
            top: 42px;
        }

        .detail-info {
            width: 100%;
        }

        .detail-image {
            float: none;
            width: 100%;
        }

        .detail-specs {
            width: 100%;
        }

        #footer .footer-separator {
            display: none;
        }
    }

    @media (max-width: 750px) {
        .orderselect-wrapper {
            padding-top: 6px;
        }

        #header #topmenu {
            display: block;
            width: 100%;
        }

            #header #topmenu #topnav {
                display: none;
            }

        #header #search-block {
            width: 100%;
        }

        #searchterm {
            width: calc(100% - 62px);
        }

        #header .hamburger-wrapper {
            display: block;
            /*margin-left: 15px;*/
        }


        #header .hamburger-wrapper.loggedout {
            width: 98%;
            /*position: initial;*/
        }

        #hamburgermenu {
            margin-left: 22px;
        }

        /*#header .hamburger-menu {
            padding-bottom: 20px;
        }*/

        #header #logo-block {
            width: 200px;
            padding-top: 0;
            margin-bottom: 10px;
        }

            #header #logo-block .webshop-logo {
                margin-bottom: 6px;
                margin-left: -17px;
            }

        #header #responsive-topmenu {
            display: inline-block;
        }

        #nav-one {
            display: none;
        }

        .homepage .system-pages {
            width: 100%;
            min-width: 100%;
        }

        .user-settings .tooltip {
            display: none;
        }
    }

    @media screen and (max-width: 479px) {
        .btn {
            padding: 5px 15px !important;
        }
    }

input.file-upload {
    float: right;
    margin-top: 10px;
}

.file-upload-manufacturer {
    margin-top: 10px;
}

.js-no-relation-selected {
    display: none;
}

.header-inline {
    display: inline;
}

.full-width {
    width: 100%;
}

.initial-options {
    
}

.workflow-container {
    overflow: scroll;
}

.workflow-container table td {
    padding: 0.25rem 0.5rem;
}

.workflow-container button {
    border: none;
    background: inherit;
}

/*.product-details-info tr {
    border-bottom: 1px solid #ccc !important;
}*/

.product-details-info th {
    padding: 10px !important;
    background-color: rgba(232, 235, 246, 0.5);
}

.product-details-info td {
    width: 40%;
    padding: 10px !important;
}

.product-details-info .export-field {
    display: none;
}

#update-fields-form p {
    margin: 0;
}

#update-fields, #cancel-update-fields {
    display: none;
}

.product-details-general-info-modify-div button.cancel-update {
    color: inherit;
    background-color: inherit;
    border: inherit;
}

    #cancel-update-fields:hover {
        color: var(--primary-blue);
    }

#product-details-specifications .etim-field {
    display: none;
}
 
#update-etim-fields, #cancel-update-etim-fields {
    display: none;
}

.hidden {
    display: none;
}