body, html {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #535353;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

header {
    border-bottom: 1px solid #eeeeee;
    min-height: 120px;

}

.headerTopRow {
    height: 50px;
    line-height: 50px;
    color: #b4b4b4;
}

    .headerTopRow a {
        color: #b4b4b4;
        font-weight: 300;
    }

        .headerTopRow a:hover {
            color: #004288;
        }


.headerSecondRow {
    height: 70px;
    border-top: 1px solid #eeeeee;
    line-height: 70px;
}

    .headerSecondRow ul li {
        margin-right: 40px;
    }

        .headerSecondRow ul li a {
            color: #b4b4b4;
            font-size: 16px;
            font-weight: 400;
        }

            .headerSecondRow ul li a.active, .headerSecondRow ul li a:hover {
                color: #004388;
            }

footer {
    margin-top: 80px;
}

a {
    color: #004288;
}

    a.no-underline, a.no-underline:hover {
        text-decoration: none;
    }


h1.styled {
    color: #595657;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-size: 30px;
}

    h1.styled:after {
        display: inline-block;
        margin: 0 0 8px 40px;
        height: 2px;
        content: " ";
        text-shadow: none;
        background-color: #dcdcdc;
        width: 80px;
    }

    h1.styled:before {
        display: inline-block;
        margin: 0 40px 8px 0;
        height: 2px;
        content: " ";
        text-shadow: none;
        background-color: #dcdcdc;
        width: 80px;
    }

h1.header {
    line-height: 50px;
    margin-bottom: 50px;
}

h2 {
    color: #3a3a3a;
    margin: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}

h3 {
    color: #3a3a3a;
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}

.bold {
    font-weight: 700;
}

.red {
    background-color: Red;
}

.box {
}

    .box ul {
        list-style: none;
        margin-left: 0;
    }


.nowrap {
    white-space: nowrap;
}

.marginTop {
    margin-top: 20px !important;
}

.marginBottom {
    margin-bottom: 20px;
}

.marginBottomSmall {
    margin-bottom: 10px;
}

.marginBottomLarge {
    margin-bottom: 30px !important;
}

.borderTop {
    border-top: 2px solid #ededed;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}


.tab-content {
    padding-top: 20px;
}


.filtervragen {
    background-color: #f9f9f9;
    border-bottom: 15px solid #f1f1f1;
}


.productItem {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    border-bottom: 2px solid #3a3a3a;
}

.productLink {
    /*background-color: #f1f1f1;*/
    min-height: 85px;
    max-height: 85px;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    color: #3a3a3a;
    /*border-top: 5px solid #fff;*/
}

a:hover .productItem {
    /*border: 2px solid #3a3a3a;*/
}

a:hover .productLink {
    background-color: #3a3a3a;
    color: #fff;
}


/* image popup */
.popupKeuzeItem {
    margin: 10px 0;
    display: block;
    font-size: 12px;
    color: #333;
}

    .popupKeuzeItem img {
        border: 1px solid #ccc;
    }
/* override */
.dropdown-header {
    font-size: 14px;
    font-weight: 700;
    color: #323232;
}

.dropdown-menu {
    /*height: auto;
    max-height: 500px;
    overflow-x: hidden;*/
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    padding: 10px 15px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-kingspan {
    color: #3a3a3a;
    background-color: #fff;
    border-color: #3a3a3a;
    padding: 10px 20px;
    /*min-width: 240px;*/
}

    .btn-kingspan .glyphicon {
        margin-right: 15px;
    }

.btn-kingspan-dark {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

    .btn-kingspan-dark:hover, .btn-kingspan-dark:focus {
        color: #fff;
    }


.btn-primary.btn-outline {
    color: #428bca;
}


.btn-dropdown {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: left;
}

.btn-noborder {
    border: none;
}

.linked {
    color: #3a3a3a;
    display: block;
    cursor: pointer;
}

    .linked:hover {
        color: #000;
    }

.icon-right {
    position: absolute;
    right: 10px;
    top: 45%;
}

.form-control, .btn {
    border-radius: 0;
}

.form-checkbox {
    padding-right: 5px;
}

label {
    font-weight: normal;
}

.popover {
    max-width: 400px;
    width: auto;
}

    .popover img {
        max-width: 100%;
        height: auto;
    }


/* banner */
.banner h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    margin-top: 0;
}

.banner {
    font-weight: 300;
}

/* Bootstrap override */
.img-thumbnail {
    border-radius: 0;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-color: #fff;
}

.nav-tabs > li a {
    color: #3a3a3a;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    font-weight: bold;
    color: #555;
    background-color: #fff;
    /*background-color: #3a3a3a;*/
    border-color: #ddd;
}



.modal-backdrop {
    background-color: #fff;
}

.progress-bar {
    background-color: #b99865;
}

#pleaseWaitDialog .modal-content, #pleaseWaitDialog .progress {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#pleaseWaitDialog.modal {
    text-align: center;
    padding: 0 !important;
}

    #pleaseWaitDialog.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

#pleaseWaitDialog .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.form-horizontal .control-label {
    text-align: left;
}

pre {
    background-color: transparent;
    border-radius: unset;
    border: none;
    padding: 0;
    font-size: 14px;
}


/* ShoppingCart */
.shoppingCart {
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    width: 500px;
    padding: 20px;
}

.cartItem {
    float: left;
    width: 130px;
    min-height: 170px;
    margin: 0 10px 20px 0;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
}

    .cartItem span a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        line-height: 14px;
    }

    .cartItem img {
        margin: 5px auto;
    }

.shoppingCart .right {
    float: right;
    margin-right: 10px;
}

.headerDropdown {
}
    .headerDropdown button {
        border: 0px;
    }

    .headerDropdown ul.dropdown-menu {
        top: 55px;
        left: unset;
        right: 0;
    }

.headerTopRow .pull-left a:not(:last-child) {
    display: inline-block;
    margin-right: 10px;
}

.form-group-buttons a.btn, .form-group-buttons input.btn {
    width: 100%;
}

footer h3 {
    color: #ffffff;
}

.page-list {
    float: right;
}

.fixed-table-pagination .dropdown-item {
    margin-right: 5px;
}

.fixed-table-pagination .dropdown-item:first-child {
    margin-left: 5px;
}