﻿.aanbiedingtabje {
    float: right;
    padding-bottom: 0px;
}

hr {
    height: 1px;
    border: none;
    color: #ddd;
    background-color: #ddd;
}

/* Override webkit */
input:-webkit-autofill {
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0 50px white inset;
    box-shadow: 0 0 0 50px white inset;
}

.clearboth {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

/*class voor div in zoekresultaten, om gehele blok als link te krijgen*/
.c-search-result__link {
    position: relative;
}

    .c-search-result__link .search-result-link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

/* Diverse fixes/aanpassingen voor bestaande code */
.c-page-hero__text--brand {
    visibility: hidden;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0 5px 0 0 !important;
}

select {
    outline: none;
}

    select.o-form__control {
        /*padding: 12px 12px 13px;*/
    }

        select.o-form__control:focus {
            border-color: #808080;
        }

/* Datatables (offerte overzicht) */
.paginate_button {
    display: inline-block;
    padding: 4px 16px;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 10rem;
    border: 0;
    -webkit-transition: background-color 0.125s;
    transition: background-color 0.125s;
    border: 1px solid #ddd;
    color: #333;
    background-color: transparent;
    cursor: pointer;
    cursor: hand;
}

    .paginate_button.current {
        background-color: #DB002E;
        color: #fff;
    }

.sorting, .sorting_asc, .sorting_desc {
    cursor: pointer;
    cursor: hand;
}

/* RMA */
.cbVoorwaarden label {
    display: inline;
}

.RMAForm .o-btn--ghost {
    font-size: 14px;
    float: right;
}

/* Treeview */
.onderdeel {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
}

.treeview .RadTreeView_Default, .treeview .RadTreeView_Default a.rtIn, .treeview .RadTreeView_Default .rtEdit .rtIn input {
}

.treeview .rtIn {
    color: #DB002E;
    font-size: 18px !important;
    font-family: "museo", sans-serif;
}

.treeview .RadTreeView .rtChecked, .treeview .RadTreeView .rtUnchecked, .treeview .RadTreeView .rtIndeterminate {
    margin-top: 8px !important;
}

.treeview .RadTreeView_Default .rtPlus, .treeview .RadTreeView_Default .rtMinus {
    margin-top: 9px !important;
}


/* uc_medewerkers */
.uc_medewerkers h1 {
    margin-bottom: 15px;
}

.uc_medewerkers .med-anchor {
    display: inline-block;
    height: 60px;
}

    .uc_medewerkers .med-anchor:first-of-type {
        margin-top: -38px;
    }

.uc_medewerkers .flexbox-m {
    margin-bottom: -50px;
}

.uc_medewerkers h2 {
    border-bottom: 1px solid #ddd;
}


/* uc_catalogus */
.uc_catalogus .img {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 20%;
    text-align: center;
}

.uc_catalogus .rbDesign {
    white-space: nowrap;
}

.uc_catalogus .lblUpload {
    white-space: nowrap;
}

.tblupload {
    width: 100%;
}

    .tblupload td:first-child {
        vertical-align: top;
    }

.btnUpload {
    width: 100%;
    display: block;
}

    .btnUpload::-webkit-file-upload-button {
        visibility: hidden;
    }

    .btnUpload::before {
        content: 'Selecteer';
        white-space: nowrap;
        -webkit-user-select: none;
        display: inline-block;
        padding: 4px 16px;
        text-decoration: none;
        background-color: #DB002E;
        color: #fff;
        border-radius: 10rem;
        border: 0;
        -webkit-transition: background-color 0.125s;
        transition: background-color 0.125s;
        cursor: pointer;
    }

.uc_catalogus .PnlEvenGeduld {
    width: 280px;
    height: 70px;
    background-color: #b2b2b2;
    z-index: 500;
    position: fixed;
    display: none;
    padding: 10px;
    top: 50%;
    left: 50%;
    margin-left: -140px;
    margin-top: -35px;
}

.uc_catalogus .colorpicker {
    width: 20%;
}


.pnlEvenGeduld {
    display: none;
    margin: 0;
    padding: 0;
}

.Catalogus {
    float: left;
    width: 500px;
}

    .Catalogus .treeview {
        font-weight: bold;
        margin-top: 10px;
        float: left;
        padding-bottom: 10px;
        width: 288px;
    }

        .Catalogus .treeview span {
            white-space: normal;
        }

    .Catalogus .PnlCatalogusStap1, .Catalogus .PnlCatalogusStap2, .Catalogus .PnlCatalogusStap3 {
        padding-top: 10px;
    }

    .Catalogus .lblLogo, .Catalogus .lblFoto {
        padding-left: 17px;
        font-weight: bold;
    }

.PnlGeenCatalogus {
    float: left;
    width: 500px;
}

.divDesign1, .divDesign2, .divDesign3, .divDesign4 {
    width: 220px;
    height: 260px;
    float: left;
    padding-right: 25px;
    padding-bottom: 30px;
}

.rbDesign1, .rbDesign2, .rbDesign3, .rbDesign4 {
    font-weight: bold;
}

.divDesign1 img, .divDesign2 img, .divDesign3 img, .divDesign4 img {
    display: block;
    cursor: pointer;
}

.divDesign1 input[type=radio], .divDesign2 input[type=radio], .divDesign3 input[type=radio], .divDesign4 input[type=radio] {
    margin-left: 10px;
}

.Catalogus .btnvorige, .Catalogus .btnvolgende {
    border: none;
}

.Catalogus .btnvorige {
    float: left;
}

.Catalogus .btnvolgende {
    float: right;
}

.Catalogus .lblUpload {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.Catalogus .lblUploadLogo {
    width: 117px !important;
    display: inline-block;
    vertical-align: middle;
}

.Catalogus .divPrijsvermelding {
    padding: 5px 0px;
}

.Catalogus .tableUploads tr {
    height: 50px;
}

.Catalogus .tblGebruikersgegevens td {
    padding-bottom: 4px;
}

.tblGebruikersgegevens label {
    font-weight: bold;
    vertical-align: top;
}

.tblGebruikersgegevens .cbLogo label {
    font-weight: normal;
}

.rbPrijsvermelding {
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

    .rbPrijsvermelding label {
        height: 10px;
        vertical-align: top;
    }

.rbDesign1 label, .rbDesign2 label, .rbDesign3 label, .rbDesign4 label {
    vertical-align: top;
}
/*.Catalogus .logoupload {margin:auto;}*/
.Catalogus .merkimage {
    float: left;
    width: 180px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.Catalogus .merkBorder {
    border: 1px solid grey;
    border-radius: 10px;
    margin: 10px 10px 10px 0px;
    float: left;
}

.Catalogus .categorieTB {
    width: 100%;
    padding: 2px 3px;
}

.Catalogus .ddlFotos {
    padding: 2px 3px;
}

.Catalogus .logoupload, .Catalogus .foto1upload, .Catalogus .foto2upload, .Catalogus .foto3upload {
    height: 50px;
}


/* BANNER OVERRIDE */
.c-bin-packer__content {
    background-position: center;
}

/* Flexboxing */
.flexbox.flexbox-group .flexbox-item .c-box__image {
    height: 75px;
    line-height: 75px;
}

.hrSplitter {
    margin-top: 12px;
    margin-bottom: 32px;
}

/* search autocomplete */
.o-btn--search {
    text-align: center;
}

.ui-widget {
    font-family: "museo", sans-serif;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #ffffff;
    color: #555;
    overflow: hidden;
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 2.28571;
    overflow-y: scroll !important;
    height: auto !important;
    max-height: 250px !important;
}
/* override producten menu */
main .o-wrapper .o-flyout__content.o-flyout__content--mega.c-flyout__content.c-flyout__content--mega {
    position: static;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #fff;
}

/* override home slider */
.c-page-hero__image {
    text-align: right;
}


/* Artikel opties */
.ArtikelDdBoxValue {
    width: 100%;
}


.flexbox-item.c-box {
    position: relative;
}

.c-box__price--normal {
    /*display: block;*/
    color: #555;
    font-size: 0.9em;
    text-align: right;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0.5rem;
}

    .c-box__price--normal .nowrap {
        white-space: nowrap;
    }

.c-box__stock--normal {
    /*display: block;*/
    color: #555;
    font-size: 0.9em;
    position: absolute;
    bottom: 0px;
    right: 0.5rem;
}

    .c-box__stock--normal .nowrap {
        white-space: nowrap;
    }

/* Textarea override */
textarea.o-form__control {
    height: auto !important;
}


/* productdetails */
/*.ArtikelDdBoxDiv.o-form__label {
    line-height: 1.5;
}
.ArtikelDdBoxDiv.o-form__label select {
    margin-bottom: 10px;
}
.ArtikelDdBoxDiv.o-form__label .optieAantal {
    margin-top: -5px;
    margin-bottom: 10px;
}
.ArtikelDdBoxDiv.o-form__label .optieAantal input {
    text-align: center;
}*/

.flexbox li {
    position: relative;
}


.direct_bestellen {
    background-color: #ffffff;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 50px;
    height: 50px;
    color: #DB002E;
    text-align: center;
    text-indent: 5px;
    line-height: 38px;
    border-radius: 0rem 0rem 0rem 3rem;
    border-left: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    display: block;
}

    .direct_bestellen:hover {
        color: #820628;
    }

.addtofavorite {
    background-color: #ffffff;
    position: absolute;
    top: 1px;
    left: 27px;
    width: 50px;
    height: 50px;
    color: #DB002E;
    text-align: center;
    text-indent: -4px;
    line-height: 38px;
    border-radius: 1rem 0rem 3rem 0rem;
    border-right: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05),0 2px 2px 0 rgba(0,0,0,0.05),0 5px 20px 0 rgba(0,0,0,0.05);
    -ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05),0 2px 2px 0 rgba(0,0,0,0.05),0 5px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05),0 2px 2px 0 rgba(0,0,0,0.05),0 5px 20px 0 rgba(0,0,0,0.05);
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    display: block;
}

    .addtofavorite:hover {
        color: #820628;
    }

.sticker {
    position: absolute;
    top: 150px;
    left: 175px;
    width: 50px;
    height: 50px;
    color: #DB002E;
    text-align: center;
    text-indent: -4px;
    line-height: 38px;
    display: block;
}

.stickerdetails {
    position: absolute;
    top: 147px;
    left: 638px;
    width: 50px;
    height: 50px;
    color: #DB002E;
    text-align: center;
    text-indent: -4px;
    line-height: 38px;
    display: block;
}


.js-fixed-header.is-clone {
    z-index: 999;
}

/* Selectric */
/*.productopties .optie_sep {
    margin-bottom: 5px;
    margin-top: 25px;
}
.ArtikelDdBoxDiv .selectric-wrapper {
    margin-bottom: 10px;
}
.selectric-wrapper span.ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: cover;
    vertical-align: middle;
    margin: 0 15px 0 0;
}*/
.opties_accordion .o-form__group {
    display: block;
}

.opties_accordion .o-form__control {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 2.28571;
    padding: 0;
}

.opties_accordion .optiekeuze {
    margin: 5px 0;
}

.opties_accordion .o-form__label.block {
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    color: #333;
}
/*.opties_accordion .c-product__image {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
}*/

.opties_accordion table {
    margin-bottom: 0;
}

.opties_accordion .c-accordion__content tr:first-child td {
    border-top: none;
}

/* Terug knop */
.webshop {
    position: relative;
}

    .webshop .btnback {
        position: absolute;
        top: -75px;
        right: 10px;
    }

@media screen and (max-width: 63.9375em) {
    .webshop .btnback {
        top: -40px;
    }
}

@media screen and (max-width: 44.9375em) {
    .webshop .btnback {
        position: static;
        float: right;
        margin-top: -15px;
        margin-bottom: 15px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 25em) {
    .c-tiles__item {
        width: 100%;
    }
}

@media screen and (max-width: 64em) and (min-width: 45em) {
    .u-desk-five-fifths .c-tiles__item {
        width: 33.33%;
    }
}

@media screen and (max-width: 75em) and (min-width: 64em) {
    .u-desk-five-fifths .c-tiles__item {
        width: 25%;
    }
}

@media screen and (min-width: 75em) {
    .u-desk-five-fifths .c-tiles__item {
        width: 20%;
    }
}


/* Breadcrumb override */
.c-breadcrumb__item:before {
    bottom: inherit;
    top: 8px;
}

/* Favorite overview override! */
.c-tiles__item__5stack {
    width: 20% !important;
}

/* Veiling tab op aanbiedingen pagina */
.b--silver {
    border-color: #eee;
}

.bg--silver {
    background-color: #eee;
}

/* Override */
.c-box__stock--normal .f6 {
    font-size: 0.8rem;
}

/* js tabby override */
.js-tabby .c-tabs__pane {
    visibility: unset;
}



.pop {
    width: 500px;
    font-size: 20px;
}

.pop-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(200, 200, 200, 0.7);
    ;
}

.pop .pop-header {
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #db002e;
    color: #ffffff;
    width: 100$;
    height: 50px;
    box-sizing: border-box;
}

.pop .pop-body {
    padding: 20px;
    min-height: 200px;
    background: #ffffff;
    box-sizing: border-box;
}

.pop .pop-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 80px;
    background: #ffffff;
    box-sizing: border-box;
}

.pop .btn-pop {
    margin: 20px;
    padding: 3px;
    width: 100px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.pop .btn-ok {
    float: left;
}

.pop .btn-notok {
    float: right;
}

.css-hidden {
    display: none;
}

#divAfleverAdresEdit li.o-split__item {
    margin-bottom: 5px;
}

.split_input_half {
    width: 50%;
    max-width: 50%;
}

.o-flyout__content--mega .o-layout__item {
    position: relative;
}

    .o-flyout__content--mega .o-layout__item .u-hide-portable {
        display: none;
        z-index: 9;
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        background: #FFF;
        min-height: 300px;
        box-shadow: 0 2px 2px rgba(0,0,0,.25);
    }

        .o-flyout__content--mega .o-layout__item .u-hide-portable li {
            padding: 2px 10px;
        }



.c-module--nav .o-list-block__header {
    display: block;
    padding: 13px 26px;
    position: relative;
    transition: all .125s ease;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    background-color: #eee;
    cursor: pointer;
}

    .c-module--nav .o-list-block__header::after {
        content: "\f078";
        display: inline-block;
        font-family: FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
    }

.c-module--nav .o-list-block__header-after::after {
    content: "\f054" !important;
}


.toastrmessage {
    font-size: .77778rem;
}

.curtain-content {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
}

    .curtain-content img {
        display: block;
        position: relative;
    }

.curtain-shadow {
    background-image: url(/img/content-trans.png);
    /* background-image: linear-gradient(hsla(0,0%,100%,0),#ff0); */
    bottom: 0;
    height: 100px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    position: relative;
    margin-top: -100px;
}

.curtain-toggle {
    cursor: pointer;
    z-index: 2;
    text-align:center;
}

.error-label {
    color:red;
}

.hide-arrows, .hide-arrows::-webkit-outer-spin-button, .hide-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}