*:focus {
    outline: none !important;
}

a {
    color: #e7650f;
}

.orange {
    color: #e7650f;
}
.dark_black {
    color: #212121;
}
.light_black {
    color: #313131;
}
.light_grey {
    color: #f2f2f2;
}
.lighter_grey {
    color: #989898;
}
#content {
    position: relative;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    position: static !important;
}

/* HEADER */

#header {
    /*height: 175px;*/
    background-color: #313131;
    color: #ffffff;  
    text-align: center;
}

#header p {
    font-size: 30pt;
    /*padding-top: 59px;*/
}

#header_home {
    min-height: 300px;
    color: #ffffff; 
    background-color: #313131;
    position: relative;
}

#header_home_content {
    position: relative;
}

#header_home h1 {
    color: #FFFFFF;
    padding-top: 20px;  
    font-size: 32pt;
    font-weight: bold;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    padding: 1px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #e7650f;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 5px;
    content: '';
    text-align: center;
    opacity: .50;
    background-color: #313131;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homeslick a {
    color: #313131;
    text-decoration: none;
    font-weight: bold;
}
.homeslick a:hover {
    color: #e7650f;
    text-decoration: none;
}


.logo {
    width: 200px;
    max-width: 200px;
    /*margin-right: 50px;*/
}

.navbar {
    /*background-image: url(../images/body/bg_menu.png);*/
}
.nav-item a {
    color: #fff;
    padding: 20px 20px;
}

.nav-item .dropdown-menu a {
    color: #000;
    padding: 10px 10px;
}



.nav-item:hover a {
    color: #e7650f;
}

.selected_menu_item {
    background-color: #e7650f !important;
    color: #ffffff !important;
}

.dropdown-toggle {
    /*background-color: #ffffff !important;*/
}

.caret {
    color: #000000 !important;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-collapse.collapse.show {
    background-color: #fcfcfc;
    text-align: center;
}
.navbar-collapse.collapse.show .nav-item a {
    color: #000;
}
.navbar-collapse.collapse.show .nav-item:hover a {
    color: #e7650f;
}

.nav-scroll {
    background-color: #fff;
    border-bottom: 1px solid #989898;
}
.nav-scroll .nav-item a {
    color: #000;
}
.nav-scroll .nav-item:hover a {
    color: #e7650f;
}
.dropdown-menu.drop-taal {
    --bs-dropdown-min-width: 3rem;
}

.btn-outline-primary {
    --bs-btn-color: #e7650f;
    --bs-btn-border-color: #e7650f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e7650f;
    --bs-btn-hover-border-color: #e7650f;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e7650f;
    --bs-btn-active-border-color: #e7650f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e7650f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e7650f;
    --bs-gradient: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e7650f;
    --bs-btn-border-color: #e7650f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E88B0E;
    --bs-btn-hover-border-color: #E88B0E;
    --bs-btn-focus-shadow-rgb: 231,101,15;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e7650f;
    --bs-btn-active-border-color: #e7650f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e7650f;
    --bs-btn-disabled-border-color: #e7650f;
}


#header_home_logo {
    position: absolute;
    right: 250px;
    top: 25px;
}

#header_homo_broeksriemen {
    position: absolute;
    top:145px;
    right:0;
}

#header_home_broeksriemen {
    position:absolute;
    top:270px;
    left: 100px;
}

#header_home_2 {
    height: 100px;
    background-color: #FFFFFF;
}

#header_winkelwagen_count[data-count="0"] {
    display: none;
}

#header_winkelwagen_count {
    background-color: #E7650F;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #fff;
    font-size: 10px;
    left: 60%;
    letter-spacing: 0;
    line-height: 1;
    min-width: 1em;
    padding: 2px 5px;
    position: absolute;
    top: 5px;
    transition: all 0.1s ease-in-out 0s;
}


#home-promo {
    background-color: #E7650F;
    color: #FFF;
}

#home-promo h1 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
}


#home-promo div {
    text-align: center;
    padding-bottom: 15px;

}

#home-promo button {
    color: #FFF;
    background-color: #E7650F;
    border: 1px solid #FFF;
    padding: 10px 20px;
}

#home-promo button:hover {
    color: #E7650F;
    background-color: #FFF;
    border: 1px solid #FFF;
    padding: 10px 20px;
}


/* MENU */
#menu {
    margin-top: 22px;
    margin-bottom:22px;
}

/*
#menu_ul {
    float: right;
    padding-right: 70px;
    padding-top: 10px;
}

#menu_ul li {
    padding-left: 13px;
    padding-right: 13px;
}
*/

#menu_split {
    border-right: 1px #989898 solid;
}

.menu_icons_li {
    padding-left: 10px !important;
    padding-right: 3px !important;
}

#winkelmand_icon {
    padding-top: 7px;
}

.menu_icons_li a:hover {
    background-color: #ffffff !important;
}

.taal_dropdown .dropdown-menu {
    width: 60px;
    min-width: 60px !important;
}
.taal_dropdown .dropdown-menu li {
    text-align: center;
}

.taal_dropdown .dropdown-menu li:hover {
    background-color: #E7650F;
    color: #ffffff;
    cursor: pointer;
}

#menu_logo {

}

.menu_right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


#main-header .sidebar-toggle::before {
    content: "\f0ec";
}

#main-header .sidebar-toggle {
    position: absolute;
    left: 5px;
    color: #E7650F;
    top: 225px;
}
#main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
    font-size: 180%;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}


/* HOME */

#home {
    padding-bottom: 25px;
}

#home .row {

}

#home .row div {
    padding-bottom: 10px;
}

#home h1 { 
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}

#home h2 {
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}

#home span {
    font-weight:bold;
    border-bottom: 1px solid #e7650f;
}

#home a:hover {
    color: #E7650F;
}


#home_first_output_list {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 25px;
}

#home_first_output_list li {
    text-align: center;    
    display: inline-block;
    padding-right: 10px;
}

#home_first_output_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#home_first_output_list span {
    padding-top: 5px;
}

.bg-lichtgrijs {
    background-color: #f2f2f2;
}

.bg-oranje {
    background-color: #e7650f;
    color: #ffffff;
}
.bg-oranje h1 {
    font-size: 300%;
    color: #ffffff;
}
.bg-bruin {
    background-color: #313131;
    color: #ffffff;
    font-size: 200%;
}
.bg-bruin span.txt-oranje {

    color: #e7650f;
}
button.btn.wit {
    background-color: #e7650f;
    border: 1px solid #e7650f;
    color: #ffffff;
}
button.btn.wit:hover {
    background-color: #fff;
    border: 1px solid #e7650f;
    color: #e7650f;
}


/* CONTACT */
#contact {

}

#contact .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

#contact textarea {
    height: 100px;
}

#contact_contactgegevens {
    /* margin-left: 60px; margin-top: 20px;*/
    margin-top: 20px;
    height: 315px;
    min-height: 315px;
    border: 2px solid #e7650f;
}

#contact_contactgegevens div {
    padding: 20px;
}

#contact_contactgegevens td {
    padding-bottom: 15px;
    padding-right: 10px;
}

#contact_contactgegevens i {
    color: #E7650F;
}

#maps {
    height: 400px;
}

#contact h2 {
    margin-top: 0px;
}



/* FOOTER */
#footer1_content a:link, #footer1_content a:visited{   
    color: #989898;
    text-decoration: none;
}

#footer1_content a:active, #footer1_content a:hover{
    color: #e7650f;  
    text-decoration: none;
}

.interlinie {
    text-decoration: none;
    transition: ease 1s;
}
.interlinie:hover img {
    text-decoration: none;
    transition: ease 1s;
    filter: brightness(0) saturate(100%) invert(21%) sepia(37%) saturate(2510%) hue-rotate(176deg) brightness(98%) contrast(87%);
}
.interlinie img {
    width: 60px;
    max-width: 60px;
}

.footer {
    background-color: #313131;
}
.footer .container {
    color: #989898;    
}
.footer ul li {
    list-style-type: none;
    padding-left: 0;
}
/*
#footer1 {
        background-color: #313131;
}
#footer1_content {
        background-color: #313131;
}
*/
#footer2 {
    background-color: #212121;
}

/* LOGIN */
#wachtwoord_vergeten_link {
    /*float:right;*/
}

#nieuw_account_link {
    /*float:left;*/
}


/* NIEUW ACCOUNT */
#registreer_form .row {
    padding-bottom: 10px;
}

#nieuw_account_link {
    color: #909090;
}

#wachtwoord_vergeten {
    margin-top: 25px;
}

#wachtwoord_vergeten_link {
    color: #909090;
}

.form-signin-heading {
    color: #313131;
}





/* ADMIN */

#admin_overzicht {
    padding-top: 20px;
}

#admin_overzicht a:link, #admin_overzicht a:visited,
#admin_overzicht a:active, #admin_overzicht a:hover {   
    color: #313131;
    text-decoration: none;
}





/* WINGS */

#admin_wings .row{
    padding-bottom: 5px;
}

#admin_wings button {
    margin-bottom: 10px;
}

.wings_btn {
    width: 100%;
    min-height: 50px;
}


/* BESTELLING */
#bestelling .row {
    padding-bottom:10px;    
}

#bestelling_table_data input {
    width: 75px;
    text-align: right;
}



/* BESTELLINGEN */
#bestellingen th {
    background-color: #212121;
    color: #ffffff;
}


/* BESTELLING_DETAIL */
#bestelling_detail th{
    background-color: #212121;
    color: #ffffff;
}




/* GROEPEN */
#groepen_overzicht table.dataTable tr td:first-child {
    text-align: center;
}

#groepen_overzicht table.dataTable tr td:first-child:before {
    content: url(../images/icons/uncheck.png); /* fa-square-o */
    font-family: FontAwesome;    
}

#groepen_overzicht table.dataTable tr.selected td:first-child:before {
    content: url(../images/icons/check.png); /* fa-check-square-o */
}




/* GEBRUIKER */
#klanten td.details-control {
    background: url('../images/icons/details_open.png') no-repeat center center;
    cursor: pointer;
}
#klanten tr.shown td.details-control {
    background: url('../images/icons/details_close.png') no-repeat center center;
}




/* WINKELMAND */
#accept_algemene_verkoopsvoorwaarden {
    padding-bottom: 5px;    
}

#accept_algemene_verkoopsvoorwaarden label{
    font-weight: normal;
}

#accept_algemene_verkoopsvoorwaarden a:hover, #accept_algemene_verkoopsvoorwaarden a:active{
    color: #E7650F;
    text-decoration: underline;
}

#winkelmand_betalingscommentaar {
    color: red;
    font-weight: bold;
}

#winkelmand-leverwijze label {
    padding-right: 10px;
    font-weight: normal;
}

.table.dataTable.no-footer {
    border-bottom: none;
}

/* LEGENDE */

#legende {
    border: 1px solid #313131;
    margin: 25px 1px 25px;
}

#legende div {
    padding-top: 5px;
}


/* BROEKSRIEMEN */

#reset_zoekfilters_form {
    padding-bottom: 10px;
}
/*
#reset_zoekfilters_form button {
    width: 100%;
}
*/
#reset_zoekfilters_form .input-group {
    margin-top: 5px;
}

#reset_zoekfilters_form .w100 {
    width: 100%;
}

#sidebar_categorie_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

#sidebar_categorie_menu li {
    border-top: 1px solid #d9d9d9;
    padding: 3px 0px;
    cursor: pointer;
}

#sidebar_categorie_menu li:hover {
    color: #e7650f;
}

#sidebar_categorie_menu li:first-child {
    border: none;
}


.extra_zoekfilters {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.extra_zoekfilters li {
    border-top: 1px solid #d9d9d9;
    padding: 3px 0px;
    cursor: pointer;
}

.extra_zoekfilters li:hover {
    color: #e7650f;
}

.extra_zoekfilters li:first-child {
    border: none;
}

.zoekfilter_hidden {
    display: none;
}

.toggle_zoekfilter {
    color: #E7650F;
    cursor: pointer;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: bold;
}




#sidebar_breedte_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

#sidebar_breedte_menu li {
    border-top: 1px solid #d9d9d9;
    padding: 3px 0px;
    cursor: pointer;
}

#sidebar_breedte_menu li:hover {
    color: #e7650f;
}

#sidebar_breedte_menu li:first-child {
    border: none;
}

.search-btn {
    background-color: #E7650F;
    color: #FFFFFF;
}

#not-fout-btn {
    background-color: #333;
    color: #FFF;
    width: 100%;
    text-align: center;
}

#search_field_2 {
    margin-top: 10px;
    visibility: hidden;    
}

.selected_groep {
    color: #e7650f !important;    
}

.selected_afmeting {
    color: #e7650f !important;    
}

.selected_kleur {
    border: 2px solid #e7650f !important;
}

#slider {
    padding-left:20px;
}


.ui-widget-content {
    border-color: #eeeeee !important;
}

.ui-slider-horizontal {
    height: 0.1em !important;
}

.broeksriemen_kleur {
    display: block;
    width: 0.7em;
    height: 0.7em;   
    cursor: pointer;    
}

.outer_broeksriemen_kleur {
    display: inline-block;
    padding: 2px;
    border: 1px solid #ffffff;   
    width: 1.3em;
    height: 1.3em;
    margin-right: 5px;       
}


#amount {
    text-align: center;
}

.neutrale_kleur {
    position: relative;
}

#kleur_0 {
    display: block;
    position: absolute;
    top: -3px;
    left: 3px;
    background-color: transparent;
    color: #E7650F;
}

#broeksriemen {
    margin-top: 65px;
    margin-left: 245px;
}

#aantal_broeksriemen {
    font-weight: bold;
    font-size: 14pt;
}

#sorteer_volgorde {

}

.broeksriem_code {
    text-align: center;
}

.broeksriem_afmeting {
    text-align: center;
}

.omschrijving_omschrijving {
    text-align: center;
    height: 35px;
}

.broeksriem_prijs {
    text-align: center;
}

.broeksriem {   
    position: relative;
    padding-bottom: 20px;
    padding-top: 10px;    
    min-height: 205px;
}

.broeksriem .overlay:hover {
    opacity: 1;
}

#broeksriem_btn {
    padding-top: 20px;
}



.btn_favoriet {
    margin-right: 30px;
}

.btn_favoriet:hover {
    background-color: #ffa633;
}

.btn_winkelmand:hover {
    background-color: #ffa633;
}

#broeksriem_melding {
    margin-top: 20px;
}


/* BROEKSRIEM */

#broeksriem_breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;    
    color: #989898;
}

#broeksriem_breadcrumb a {
    padding-left: 10px;
    padding-right: 10px;
}

#broeksriem_breadcrumb span {
    padding-left: 10px;
}

#broeksriem_breadcrumb a:link, #broeksriem_breadcrumb a:visited{       
    color: #989898;
    text-decoration: none;
}

#broeksriem_breadcrumb a:active, #broeksriem_breadcrumb a:hover{
    color: #E7650F;  
    text-decoration: underline;
}


#breadcrumb_back:link, #breadcrumb_back:visited{       
    color: #E7650F !important;
    text-decoration: none;
}

#breadcrumb_back:active, #breadcrumb_back:hover{
    color: #E7650F;  
    text-decoration: underline;
}


#broeksriem {

}

#broeksriem_categorie {
    width: 200px;
    border-top: 1px #C4C4C4 solid;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#broeksriem_breedte {
    width: 200px;
    border-top: 1px #C4C4C4 solid;
    border-bottom: 1px #C4C4C4 solid;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#broeksriem_omschrijving {
    padding-top: 20px;
    padding-bottom: 20px;
}

#broeksriem_aantal_parent {

}

#broeksriem_aantal {
    /*margin-top: 20px;
    margin-bottom: 10px;
    width: 60px;
    text-align: center;*/
}

#broeksriemen_top {
    float:left;
}

#broeksriem_related_products {
    margin-top:20px;
    margin-bottom:20px;
}


#bijhorende_producten {
    width: 100%;
}

#bijhorende_producten td:first-child {
    width: 125px;
}

.carousel2 {
    position: relative;
}

.carousel2 .carousel-control.left {    
    z-index: 200;
}
.carousel2 .carousel-control.right {   
    z-index: 200;
}

.carousel2 .overlay_img {
    width: auto !important;
}

#product-voordeel {
    color: #E7650F;
    font-weight: bold;
}

.product-voordeel {
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #E7650F;
    font-weight: bold;
    color: #FFF;
    background-color: #E7650F;    
}



/* ABOUT */

#about {
    margin-top: 50px;
}

#about h3:first-child {
    margin-top: 0;
}


/* PRODUCTEN */
#producten {
    /* margin-left: 245px;*/
}

#filters-sidebar-nav {
    width: 240px;
    max-width: 40vw;
}


.sub_categorie a:link, .sub_categorie a:visited {
    color: #333;    
}

.sub_categorie a:active, .sub_categorie a:hover{
    color: #E7650F;
}

.product_groep {
    position: relative;
}
.product_groep p {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.product_groep .overlay:hover {
    opacity: 1;
}


/* PRODUCT */

#product_hoofdproducten td {
    vertical-align: middle;
}

#product_hoofdproducten th:nth-child(3) {
    width: 100px;
}

#product_hoofdproducten th:nth-child(3), #product_hoofdproducten th:nth-child(4) {
    text-align: center;
}


#product_hoofdproducten td:nth-child(4), #product_hoofdproducten td:nth-child(6), #product_hoofdproducten td:nth-child(7) {
    width: 50px;
}

#product_hoofdproducten .product_aantal {
    width: 5em;
}

.w-5em {
    width: 5em;
}
.w-6em {
    width: 6em;
}
.w-7em {
    width: 7em;
}

#favlijst_info_verkoper {
    color: red;    
}

#favlijst_info_verkoper td:first-child {
    text-align: center;    
}

#favlijst_info_verkoper td{
    vertical-align: middle;
}

#favlijst_info_verkoper i {
    font-size: 60px; 
}


/* HOOFDGROEPEN */




/* BREADCRUMB */
.breadcrumb {
    margin-top: 10px;
}


.breadcrumb a:link, .breadcrumb a:visited {
    color: #909090;
}

.breadcrumb a:hover, .breadcrumb a:focus {
    color: #E7650F;    
} 



/* DASHBOARD */
#user-dashboard {

}
#user-dashboard a {
    color:#313131;
    text-decoration: none;
}
#user-dashboard a:hover {
    color:#E7650F;
    text-decoration: none;
}
#user-dashboard h1 {
    padding-bottom: 20px;
}


/* FAVORIETEN */

#user_favorieten a:link, #user_favorieten a:visited{   

    color: #E7650F;
    text-decoration: none;
}

#user_favorieten a:active, #user_favorieten a:hover{
    color: #E7650F;
    text-decoration: underline;
}


.is_favoriet {
    color: #E7650F;    
}

#favorieten_klant_row {
    padding-bottom: 5px;
}

/* PAGING */


#paging{
    display: block;
    padding-top: 3px;
}

#pagingtable{
    list-style-type: none;
    float:right;
}

#pagingtable li{
    float:left;
    margin: 0px 2px;
    cursor: pointer;   
}

#pagingtable li {
    font-weight: bold;
    padding: 3px 9px;
    background-color: #212121;
    color: #FFFFFF;
    text-decoration: none;
}

#pagingtable li:hover{    
    background-color: #e7650f;
    color: #FFFFFF;    
}



#pagingtable .selected{    
    background-color: #e7650f;
    color: #FFFFFF;
}

.product_pdf_icon {
    margin-right: 10px;
}


/* WEBSHOP BESTELLINGEN */

#webshop_bestellingen_klantgegevens .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none !important;
    background-color: #e7650f  !important;
    border: 1px solid #e7650f  !important;
    color: #e7650f !important;    
}

.ui-slider .ui-slider-handle {   
    height: 0.5em !important;    
    width: 0.5em !important;  
    cursor: pointer;
}

.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-slider .ui-slider-handle:focus {
    outline: none !important;
}


/* CLASSES */
.winkelmand_bebat, .winkelmand_recupel {
    text-align: right;
}

.red {
    color: red;
}

.green {
    color: green;
}


.fout {
    color: red;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}

.cmsicon {
    width: 25px;
    height: 25px;
}

.pointer {
    cursor: pointer;
}

.cmsfileicon {
    width: 20px;
    height: 25px;
}

.btn_orange {
    background-color: #e7650f;
    color: #ffffff;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 10px;
}

.btn_orange i {
    padding-left: 15px;
    color: #ffffff;
}



.oranje_bol {
    background: #e7650f none repeat scroll 0 0;
    border: 1px solid #e7650f;
    border-radius: 15px;
    color: #e7650f;
    display: inline-block;
    font-weight: normal;
    height: 0.2em;
    margin-right: 10px;
    vertical-align: middle;
    width: 0.2em;
    z-index: 2;
}

.no_padding {
    padding: 0 !important;
}

.center_image {
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.overlay {
    position: absolute;
    opacity: 0;
    /* background: rgba(231, 101, 15, 0.4) none repeat scroll 0 0; */
    background: rgba(231, 101, 15, 0.05) none repeat scroll 0 0;
    border: 1px #E7650F solid;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0; 
    left:0;
}

.main-sidebar {
    background-color: #FFFFFF;
    /*padding-top: 50px;*/
}

.overlay_img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn_light_grey {
    color: #FFFFFF;
    background-color: #989898;
    padding: 5px 10px;
    border: none;
    /*margin-right:15px;  */  
}

.btn_light_grey:hover {
    background-color: #C4C4C4;   
}

.btn_mijn_prijzen {
    color: #FFFFFF;
    background-color: #E7650F;
    padding: 5px 10px;
    border: none;
    /* margin-right:15px;    */
}

.btn_mijn_prijzen:hover {
    background-color: #ffa633;   
}

.btn_orange_rectangle {
    color: #FFFFFF;
    background-color: #E7650F;
    padding: 5px 10px;
    border: none;
}

.btn_orange_rectangle:hover {
    background-color: #ffa633;  
}

.light_grey_bestelling {
    color: #989898;
}

.carousel img {
    width: 100% !important;
}

.no_padding_left_right {
    padding-left: 1px !important;
    padding-right: 1px !important;
}


.selected_filter, .selected_filter a {
    color: #E7650F !important;
}

.broeksriem_filter {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 200px;
}

.invisible {
    display: none;
}

.information {
    padding-left: 20px;
    cursor: pointer;
}

.nallowed {
    background-color: #FFD993 !important;
}

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

.mail-offerte {
    cursor: pointer;
}


.ptopbot25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptop5 {
    padding-top: 5px;
}

.prel {
    position: relative;
}

.no_margin {
    margin: 0px;
}


/* AUTOCOMPLETE WORKAROUND */
.ui-autocomplete { max-height: 290px; overflow-y: scroll; overflow-x: hidden;}


/* DROPZONE */
#actions {
    margin: 2em 0;
}


/* Mimic table appearance */
div.table {
    display: table;
}
div.table .file-row {
    display: table-row;
}
div.table .file-row > div {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 8px;
}
div.table .file-row:nth-child(odd) {
    background: #f9f9f9;
}


/* The total progress gets shown by event listeners */
#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}


/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}


/* Hide the delete button initially */
#previews .file-row .delete {
    display: none;
}


/* Hide the start and cancel buttons and show the delete button */

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
    display: none;
}
#previews .file-row.dz-success .delete {
    display: block;
}


/* SELECTRIC */

/*======================================
  Selectric
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 0px solid #FFFFFF;
    background: #FFFFFF;
    position: relative;
    border-radius: 0px;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 10px;
    font-size: 12px;
    line-height: 40px;
    color: #000000;
    height: 40px;
}
.selectric .button {

    border-radius: 0px;
    display: block;
    position: absolute;
    right: undefinedpx;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 39px;
    height: 39px;
    color: #E7650F;
    text-align: center;
    font: 0/0 a;
    *font: 39px/39px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    right: -100px;
    top: 5px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #E7650F;
    border-bottom: none;
}

.selectric-hover .selectric {
    border-color: #e7650f;
}
.selectric-hover .selectric .button {
    color: #e7650f;
}
.selectric-hover .selectric .button:after {
    border-top-color: #e7650f;
}

.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #ffffff;
    background: #ffffff;
}
.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #C4C4C4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #EFEFEF;
    color: #444;
}
.selectric-items li:hover {
    background: #F0F0F0;
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}




/* MEDIA QUERIES */

@media (min-width: 767px) and (max-width: 991px)  {
    #contact_contactgegevens {        
        margin: 0;
        margin-top: 30px;
    }
    /*
#menu_logo {
    position:relative;
    display: block;
    margin: 0 auto;
}
    */
}

/* MEDIA */
@media (max-width: 767px) {    
    #producten {
        margin-left: 0;
    }
    /*
#menu_logo {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 5px;
}
    */
    /*
#menu_ul {
    padding:0;
    float: none;
    text-align: center;
}
    */
    .dropdown-menu {
        text-align: center;
    }

    #menu_split {
        border-bottom: 1px solid #989898;
    }

    #header_home_logo { 
        top: 0;
        bottom: 0;
        left:0;
        right: 0;
        margin:auto;

    }

    #header_home_content {
        text-align: center;
    }

    .visible-xs {
        display: block !important;
    }
}


.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -100%; }
    .carousel-inner .next        { left:  100%; }
    .carousel-inner .prev		 { left: -100%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		 { left: -50%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }
    .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		 { left: -25%; }	
}




/* TEST */

#categorien td.details-control {
    background: url('../images/icons/details_open.png') no-repeat center center;
    cursor: pointer;
}
#categorien tr.shown td.details-control {
    background: url('../images/icons/details_close.png') no-repeat center center;
}




.zm-viewer
{
    position:absolute;
    display:none;
    overflow:hidden;
    background:url(../images/loading.gif)  no-repeat center center ;
    cursor:crosshair;
    z-index:9999;
}
.zm-viewer img{
    max-width:none !important;
}
.zm-handler
{
    position:absolute !important;
    display:none;
    overflow:hidden ;
    cursor:crosshair;
    border:none !important;
}
.zm-handlerarea
{
    background:url(../images/lens.png);
    opacity:.9;
    position:relative;
}
.zm-description
{
    position:absolute;
    bottom:6px;
    left:6px;
    right:6px;
    background-color:#eee;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: rgba(0,0,0,.6);
    font-size: 13px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    padding:4px;
}

.followViewer,.standardViewer {
    border:2px solid #fefefe;
    border:4px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}



*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Elastislide Style */

.elastislide-list {
    list-style-type: none;
    display: none;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li {
    min-width: 20px; /* minimum width of the image (min width + border) */

}

.elastislide-wrapper {
    position: relative;
    /*background-color: #fff;*/
    margin: 0 auto;
    min-height: 40px;
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.2);*/
}

.elastislide-wrapper.elastislide-loading {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.elastislide-horizontal {
    padding:4px 36px;
}

.elastislide-vertical {
    padding: 36px 4px;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.elastislide-horizontal ul {
    white-space: nowrap;
    font-size:0pt;
}

.elastislide-carousel ul li {
    margin: 0;
    -webkit-backface-visibility: hidden;

}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
    padding:3px;
}

.elastislide-vertical ul li {
    display: block;
}

.elastislide-carousel ul li a {
    display:block;
    outline:none;
    border:4px solid #fff;
    -webkit-transition:border-color .2s ease-in , background-color .2s ease-in;
    -moz-transition:border-color .2s ease-in , background-color .2s ease-in;
    -o-transition:border-color .2s ease-in , background-color .2s ease-in;
    -ms-transition:border-color .2s ease-in , background-color .2s ease-in;
    transition:border-color .2s ease-in , background-color .2s ease-in;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
}

.elastislide-carousel ul li a img {
    display: block;
    max-width: 100%;
    /*border:4px solid #fff;*/
    border:none;

}
.elastislide-carousel ul li a:hover {

}
.elastislide-carousel ul li.active a
{
    border:4px solid #f60;
}

/* Navigation Arrows */
.elastislide-horizontal nav span {
    position:absolute;
    background-image:url(../images/nav-h1.gif);
    width:19px;
    height:33px;
    text-indent: -9000px;
    cursor:pointer;
    background-position: -8px center;
    background-repeat:no-repeat;

}
.elastislide-horizontal nav span {
    top: 50%;
    left: 10px;
    margin-top: -16px;
}
.elastislide-horizontal nav span.elastislide-next {
    right: 10px;
    left: auto;
    background-position:-128px center;
}
.elastislide-horizontal nav span:hover {
    background-position:-48px center;
}
.elastislide-horizontal nav span.elastislide-next:hover {
    background-position:-88px center;
}



#demo6carousel {
    max-height: none !important;
    height: 105px !important;
}

.demowrap
{

    display:block;
}
.demowrap img
{
    width:100%;
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.info
{
    text-indent:1em;
}
.box
{
    margin-bottom:40px;
    width: auto;
}

.footer h2
{
    border-bottom:1px solid #aaa;
    padding:10px 0;
}

#option ul
{
    list-style:square;
    line-height:2em;
}
#option b
{
    color:#333;
    padding:0 5px;
    text-shadow:1px 1px 0 #fff;

}
#option i
{
    color:#F30;
    margin-left:5px;
}

.bold {
    font-weight: bold;
}

.ptop20 {
    padding-top: 20px;
}





/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 

    .slick-dots li {
        width: 40px;
        height: 20px;
    }

    .slick-dots li button {
        width: 40px;
        height: 5px;
    }
    .slick-dots li button:before {
        width: 40px;
        height: 5px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
    .slick-dots li {
        width: 60px;
        height: 20px;
    }

    .slick-dots li button {
        width: 60px;
        height: 5px;
    }
    .slick-dots li button:before {
        width: 60px;
        height: 5px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
    .slick-dots li {
        width: 80px;
        height: 20px;
    }

    .slick-dots li button {
        width: 80px;
        height: 5px;
    }
    .slick-dots li button:before {
        width: 80px;
        height: 5px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .slick-dots li {
        width: 100px;
        height: 20px;
    }

    .slick-dots li button {
        width: 100px;
        height: 5px;
    }
    .slick-dots li button:before {
        width: 100px;
        height: 5px;
    }
}

