:root {
    --profclean-blauw: #1A327B;
    --profclean-groen: #62AB22;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-filter: none;
    filter: none;
}

.dropzone.dz-started .dz-message {
    display: block;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    top: 43%;
}

.dropzone .dz-preview .kj-default-image-mark {
    pointer-events: none;
    z-index: 500;
    position: absolute;
    display: none;
    top: 21%;
    left: 25%;
    margin-left: -27px;
    margin-top: -27px;
}

/* BG color */
body,
.kt-footer .kt-footer__bottom,
.kjsubheadertitle,
.accordion .card {
    background-color: #ffffff !important;
}
/* END BG color */

/*.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title,*/
/*.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon,*/
/*.kt-footer .kt-footer__bottom .kt-footer__copyright > a,*/
/*.kt-footer .kt-footer__bottom .kt-footer__copyright > a:hover,*/
/*.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary,*/
/*.bootstrap-select .dropdown-menu.inner > li.selected > a .text, .bootstrap-select .dropdown-menu.inner > li:hover > a .text,*/
/*.bootstrap-select .dropdown-menu.inner > li > a .text,*/
/*.h2-xs,*/
/*.kjsubheadertitle,*/
/*.kjsubheadershareicons,*/
/*.kjsubheadershareicons a:not(.btn-brochure),*/
/*.kjsubheadershareicons a:not(.btn-brochure):hover,*/
/*.btn-primary,*/
/*.btn-brand,*/
/*.btn-success,*/
/*.btn.btn-label-brand,*/
/*.btn-secondary,*/
/*.kt-widget19__title,*/
/*.lb-number,*/
/*.defaultfont,*/
/*.kt-footer__copyright,*/
/*.accordion.accordion-toggle-arrow .card .card-header .card-title:after,*/
/*h4,*/
/*.modal .modal-content .modal-header .modal-title,*/
/*.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span,*/
/*.table,*/
/*body {*/
    /*color: #2d2d2d !important;*/
/*}*/

/** IOS FIX ZOOMLEVEL **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @supports (-webkit-overflow-scrolling: touch) {
        select,
        textarea,
        input:not([type=submit]){
            font-size: 16px !important;
        }
        .kt-input {
            height: 30px !important;
            font-size: 1em !important;
        }
        textarea {
            font-size: 1em !important;
        }
        /*IOS DROPDOWN FIX*/
        .m-bootstrap-select {
            border-radius: 0 !important;
            font-size: 1em !important;
        }
        select {
            border-radius: 0 !important;
            font-size: 1em !important;
        }

    }
}

/** IMac mega scherm fix **/
@media (min-width: 2500px) {
    #carouselMain {
        width: 100% !important;
    }
}

/* Defaults */
.fontb {
    font-weight: bold;
}

/*body {*/
/*    background: #333333;*/
/*}*/

/*a {*/
/*    color: #fff;*/
/*}*/

/*a:hover {*/
/*    color: #fff;*/
/*}*/

/*.kjbreadcrums {*/
/*    color: #fff !important;*/
/*}*/

.align-text-center {
    text-align: center;
}

.align-text-right {
    text-align: right;
}

.v-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.align-child-center > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/** Menu (header) **/
.kt-brand__logo-wrapper {
    margin-top: 10px;
    display: inline-block;
}

@media (min-width: 1025px) {
    .kt-header .kt-header__bottom {
        height: 90px;
    }
    .kt-header--fixed.kt-header--minimize .kt-header .kt-header__bottom {
        height: 60px;
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
        -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    }

    .kt-header--fixed.kt-header--minimize .kt-header .kt-header__bottom .kt-brand__logo-wrapper img {
        /*height: 10%;*/
    }
    .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
        background: none;
    }
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
        background: none;
    }
}

#brandSelectorMobile {
    display: none;
}

@media (max-width: 1024px) {
    .kt-brand__logo-wrapper {
        display: none;
    }
    .kjcustomsliderbtn {
        display: none !important;
    }
    #brandSelector {
        display: none;
    }
    #brandSelectorMobile {
        display: block;
    }
}

/* Header bij klein maken*/
@media (min-width: 993px) {
    .kt-header--fixed.kt-header--minimize-off .kt-header {
        height: 90px;
    }
}

/** Slider **/
.kjslider {
    margin-top:90px;
}
@media (max-width: 992px) {
    .kjslider {
        margin-top:70px;
    }
    .carousel-indicators {
        display:none;
    }
}
/*.carousel-control-prev, carousel-control-next {*/
/*    display:none;*/
/*}*/
.custom-carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 0px;
    color: #FFF;
    line-height: 40px;
}

.custom-carousel-indicators .brand-item {
    border-radius: 22px 22px 0px 0px;
    background-color: #808080;
    height: 65px;
    width: 75px;
    margin-right: 5px;
    text-align: center;
    padding-top:10px;
    /*opacity: 0.5;*/
}

/*.brand-item-active {*/
/*    opacity: 1 !important;*/
/*}*/

.brand-item-active-bottom {
    position: absolute;
    width: 75px;
    height: 10px;
}

.carousel-owner-img {
    /*border-radius: 8%;*/
    /*padding: 5px;*/
    /*border-radius: 8%;*/
    /*background-color: #FFF;*/
    /*margin-top:2px*/
    width: 55px;
    height: 55px;
    /*margin: 0px 5px 0px 0px;*/
    /*cursor: pointer;*/
}

/* Knop in slider */
.kt-header--minimize-on .kt-header-menu .kjcustomsliderbtn {
    display:none !important;
}
.kt-scroll-top--shown .kjcustomsliderbtn {
    display:none !important;
}

.kjcustomsliderbtn {
    position:absolute;
    display:inline-block;
    z-index:1;
    height:70px;
    padding:15px;
    top:0px;
    right:0px;
    font-size:13px;
    text-align:center;
}

/* Content */
.kt-content {
    padding: 0px;
}

/** Portlets **/
.kt-portlet {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;

}

.kt-subheader {
    padding: 40px 0 20px 0;
}

.kt-subheader .bottomline {
    border-bottom:1px solid #FFF;
}

/** Footer **/
.kt-footer .kt-footer__bottom .kt-footer__copyright > a,
.kt-footer .kt-footer__bottom .kt-footer__copyright > a:hover {
    /*color: #AECB3D;*/
    text-decoration: none;
}

/** Custom H **/
.h2-xs {
    /*color: #aecb3d;*/
    font-size: 1rem;
}

/** Pagina's **/
.kjtitleheader {
    margin-top: 10px;
    margin-bottom: 5px;
    background-image: url('../pages/titlebg01.png');
    background-repeat: repeat-x;
    min-height: 35px;
}

.kjsubheadertitle {
    /*background-color:#333333;*/
    display:inline-block;
    padding:0px 5px 0px 5px;
    /*color:#FFF;*/
    /*font-size:1.25rem;*/
    line-height: 1.60;
}

.socialmediabg {
    padding-right: 0 !important;
    background-color: var(--profclean-groen) !important;
}

.kjsubheadershareicons {
    /*background-color:#333333;*/
    display:inline-block;
    padding:0px 5px 0px 5px;
    /*color:#FFF;*/
    font-size:1.25rem;
    line-height: 1.60;
    float:right;
}

/* Pagina - Product */
.product {
    border: 2px;
    margin: -2px;
    border-radius: 25px;
}

.product-tile {
    min-height: 150px;
}

.product-tile img{
    padding-top: 5px;
}

.product-image-container > img {
    width: 100%;
    height: 100%;
}

.product-detail-header {
    background-color: grey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid black;
}
#extraCostsWrapper {
    display: none;
}

/* Buttons */
/*.btn-danger, .btn-danger:hover {*/
    /*background-color: #F23454;*/
    /*border-color: #f23454;*/
/*}*/

/*.btn-primary, .btn-success {*/
/*    color: #fff;*/
/*    background-color: #AECB3D;*/
/*    border-color: #AECB3D;*/
/*}*/
/*.btn-primary:hover, .btn-success:hover {*/
/*    background-color: #778c23;*/
/*    border-color: #778c23;*/
/*}*/
/*.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {*/
    /*background-color: #4A442C;*/
    /*border-color: #4A442C;*/
/*}*/

.btn-mini {
    padding: 0.35rem 0.75rem;
    font-size: 0.650rem;
    line-height: 0.80;
    border-radius: 0.2rem;
}

.pdf-icon {
    /*width: 36px;*/
    /*height: 36px;*/
    color: red !important;
    margin-right: 0.4rem;
    /*padding:5px;*/
}
.pdf-icon i {
    font-size: 1.6rem !important;
}

.btn-sm {
    padding: 0.45rem 0.35rem;
}

.btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus, .show > .btn-focus.dropdown-toggle:focus,
.btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-focus.dropdown-toggle:focus {
    box-shadow: none !important;
}

.alert.kt-alert--outline.alert-success {
    border-color: var(--profclean-groen);
    color: #191919;
}

.alert.kt-alert--outline.alert-success .close {
    color: var(--profclean-groen);
}

/* Carousel voor /product pagina */

.carousel-inner .active.left  { left: -20%;             }
.carousel-inner .active.right { left: 20%;              }
.carousel-inner .next         { left: 20%               }
.carousel-inner .prev         { left: -20%              }
.carousel-control.left        { background-image: none; }
.carousel-control.right       { background-image: none; }
.carousel-inner .item         { background: white;      }


/** Forms **/
/*.whitebg .form-control::placeholder { !* Chrome, Firefox, Opera, Safari 10.1+ *!*/
/*    color: #EAEAEA !important;*/
/*}*/
/*.whitebg .form-control:-ms-input-placeholder { !* Internet Explorer 10-11 *!*/
/*    color: #EAEAEA !important;*/
/*}*/
/*.whitebg .form-control::-ms-input-placeholder { !* Microsoft Edge *!*/
/*    color: #EAEAEA !important;*/
/*}*/
/*.kt-checkbox > span:after {*/
/*    border:solid #EAEAEA;*/
/*}*/

.smallform > .kt-form .kt-form__group {
    padding-bottom: 0px !important;
}

.input-danger {
    border:1px solid #F23454;
}

.hidden {
    display:none;
}

.justify-self {
    justify-content: center;
}

/** Custom datatable **/
.kt-portlet .kt-portlet__body > .kt-datatable > .kt-datatable__table {
    border-radius: 0px;
}

.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--even > .kt-datatable__cell {
    background:#eaeaea;
}
/*.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span, .kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {*/
    /*color:#FFF;*/
/*}*/
.kt-datatable .kt-datatable--error {
    color: #333333;
}

.btn.kt-btn--hover-accent:hover, .btn.kt-btn--hover-accent.active, .btn.kt-btn--hover-accent:active, .btn.kt-btn--hover-accent:focus, .show > .btn.kt-btn--hover-accent.dropdown-toggle {
    border-color: #333333 !important;
    color: #ffffff !important;
    background-color: #333333 !important;
}
.btn.kt-btn--hover-accent:not(.btn-secondary):not(.btn-outline-light) i {
    color: #ffffff !important;
}
.btn.kt-btn--hover-accent:not(.btn-secondary):not(.btn-outline-light) {
    background-color: #333333 !important;
    color: #ffffff !important;
}
.voorraadinfo {
    cursor: help;
    /*color:#AECB3D;*/
}

/** Producten pagna **/
.stockinfo {
    border-radius: 0.25rem;
    padding:3px;
    margin-top: 3px;
}
.productVoorraad thead {
    font-weight: bold;
    color:#333333;
}

.productVoorraad thead td {
    color:#333333;
}
.productVoorraad td {
    color:#FFF;
    font-size: 80%;
    font-weight: 400;
}

.productTBL {
    background-color: #fff;
    width:100%;
    font-size: 12px;
    min-height: 360px;
    border: 1px solid var(--profclean-blauw) !important;
}

.productNR {
    vertical-align: top;
    padding: 5px !important;
    font-weight: bold;
}

.productTBL td {
    padding: 2px 2px 0 5px;
    vertical-align: top;
}

.productIMG {
    text-align: center;
    padding-right: 5px;
}
.productButtons {
    padding: 0px 2px 2px 2px !important;
}
.actionSelectProduct {
    width:100%;
}
.productSelector {
    cursor: pointer;
}

.img-thumbnail {
    border: none !important;
    padding: 0px !important;
}

/** Login **/
.kt-login__logo {
    text-align: center;
}
.kt-login.kt-login--v2 .kt-login__wrapper .kt-login__container .kt-form .form-control {
    background: #c3c3c3 !important;
}
.kt-login.kt-login--v2 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-checkbox>span,
.kt-login.kt-login--v2 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-checkbox input:checked~span,
.kt-login.kt-login--v2 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-checkbox input:checked~span:after {
    border: 1px solid #c3c3c3;
}

/**
    Besteloverzicht
 */
.besteloverzicht-table {
    border: 1px solid white !important;
}

.besteloverzicht-table  td, th {
    vertical-align: middle !important;
    border: 0px !important;
}

.besteloverzicht-table > td > span, input {
    width: 100%;
}

/**
Product detail large
 */
.whitebg {
    background-color: #FFFFFF;
}

.productDetailContent .form-group {
    margin-bottom: 0.3rem;
}

.productDetailContent .kt-form .kt-form__group .forkt-control-label.col-forkt-label, .kt-form .kt-form__group label.col-forkt-label {
    padding-top: 0.1rem;
}

.productDetailContent .pt-2, .py-2 {
    padding-top: 0.0rem !important;
}

/* Orders */
#orderConditiesWrapper {
    display: none;
}

/** Block UI Loaders**/
.blockMsg {
    background: none !important;
    border:none !important;
}
.blockOverlay {
    border:none !important;
    z-index:100 !important;
}

.kt-spinner.kt-spinner--info {
    background-color: #AFD908;
}

#transportaanvragmsg {
    display: none;
}

/**
Tooltips
 */
.tooltip-inner {background-color: #333333; color:#FFF;}

/**
Alerts
 */
.alert.alert-danger {
    background-color: #F23454;
    border: 1px solid #F23454;
}
.alert-adezz:not(.kt-alert--outline),
.toast-error {
    background-color: #F23454;
}
.invalid-feedback {
    color: #F23454;
}

/** Footerslider **/
#footersliderwrapper {
    display:none;
}
#footerslider {
    min-height: 175px;
}
#carOM {
    width:96%;
    float:left;
    position: relative;
}
.carOMnav {
    position:relative;
    width: 2%;
    min-height: 175px;
    float:left;
}
.carOMnav span{
    margin-top: 70px;
    cursor: pointer;
}

.carOMitem {
    width:165px;
    float:left;
    margin:5px;
    background-color: #50802E;
}

.nobpadd {
    padding-bottom: 0px !important;
}

#addAddressWrapper {
    display:none;
}

/** Mobile fixes */
@media (max-width: 600px) {
    .bootstrap-select-mobile-fix {
        width: 100% !important;
    }
    .mobhid600 {
        display: none !important;
    }
    .mobpadfix600 {
        padding: 0 0.2rem !important;
    }

    .mobilefix324978 {
        width: 100% !important;
        max-height: 500px !important;
    }
}


.faqcatdetail {
    display:none;
}

.faqcatactive {
    color:#B8B872;
    text-decoration: underline;
}

/* Klachten */
.kt-dropzone.kt-dropzone--primary {
    border-color: #B8B872;
}

.kt-widget4 .kt-widget4__item .kt-widget4__title:hover {
    color: unset !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/* DROPZONE */
.dropzone .dz-preview .dz-remove {
    background-color: #ED5565;
}

/* PROJECTENPAGE */
.kt-widget.kt-widget--project-1 .kt-widget__body {
    padding: 0px;
    height: 100%;
    padding-top: 0 !important;
}

.kt-media {
    border-radius: 0px;
    padding-bottom: 5px;
}

.kt-svg-icon--big {
    width: 80px;
    height: 80px;
}

.category-active {
    border-bottom: 2px solid #646c9a;
}

/* PROJECTENPAGE DETAIL*/
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #646C9A;
}

/*NAVIGATION*/
@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
        color: #294DC1;
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        color: var(--profclean-blauw);
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        color: var(--profclean-blauw);
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
        color: var(--profclean-blauw);
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
        color: unset;
    }
}

.borderRight {
    border-right: 1px solid var(--profclean-groen) !important;
}

.brand-border-bottom {
    border-bottom: 1px solid var(--profclean-groen) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Orders */
@media (max-width: 780px) {
    .hide780 {
        display:none;
    }
}

@media (min-width: 780px) {
    .hide-min-780 {
        display:none;
    }
}

.float_ {
    float: none;
    margin-right: 10px;
    margin-left: 0px;
}

.float_left {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
}

.float_right {
    float: right;
    margin-right: 10px;
    margin-left: 0px;
}