﻿html{
    overflow-x:hidden;
}
body {
    background: #f0f3fa;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 200;
    font-size: 15px;
    line-height: 1.8;
    color: #4A4A4A;
    height: 100%;
    overflow-x:hidden;
}

@media only screen and (min-width: 770px) {
    body.menu-open {
        overflow: hidden !important;
    }
}

.body, .body span {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 15px !important;
}

.bodyDiv {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
}

ul.contactOptions {
    background-color: #ffffff;
    border: 1px #e3e3e3 solid;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 14px;
    font-family: arial;
    line-height: 20px !important;
    list-style-type: none;
}

    ul.contactOptions li {
        border: 1px #e3e3e3 solid;
        padding: 20px;
        padding-bottom: 10px;
    }

    ul.contactOptions a {
        color: #4A4A4A;
    }

.contactOptions .icon {
    background-color: #f4aa31;
    border-radius: 35px;
    width: 45px;
    padding: 10px;
}

.ExtraRule {
    font-size: 13px;
    color: #10246e;
    margin-bottom: 5px;
}

.tab {
    box-shadow: none;
    border: 0px;
    margin-right: 5px;
    padding: 5px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    padding-bottom: -10px;
}

    .tab.active, .tab:hover {
        background-color: #ffffff;
        color: #000000;
        font-weight: bold;
        border: 1px solid rgba(0,0,0,.1);
        border-bottom: 0px;
    }


.card a {
    color: #293b7d !important;
}

.card ul {
    padding-left: 20px;
    list-style-type: none;
    line-height: 30px;
}

    .card ul:first-child {
        padding-left: 0px;
    }

.card .btn-link {
    font-weight: bold !important;
    color: #293b7d !important;
    text-decoration: none;
}


#cphBody_categoryBlocks .card ul div {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card h5 {
    padding: 1.25rem !important;
    padding-bottom: 0px !important;
}

.card .btn-link {
    font-weight: bold !important;
    color: #293b7d !important;
    text-decoration: none;
}

.card-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.card button {
    padding-left: 0px;
}

#showMoreCategories {
    background-color: #f2ab37;
    text-align: center !important;
    padding: 5px !important;
    color: white;
}

.FilterBubble {
    float: left !important;
    font-size: 12px;
    padding: 10px !important;
    margin-left: 0px;
    background-color: rgb(182, 195, 225);
    background-image: url('/images/x.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-radius: 20px;
    color: #ffffff;
    margin-right: 10px !important;
    border: none;
    font-weight: normal;
    cursor: pointer;
    color: #10246E;
    font-weight: bold;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 17px !important;
    padding-right: 32px !important;
    height: 40px;
    margin-bottom: 10px;
    list-style-type: none;
}

.resultCard .card li div p span {
    font-size: 15px !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: normal !important;
}

.resultCard.grid .card div h1 {
    color: #204ecf;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    max-height: 10em;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 60px;
    max-width: 280px;
}

.specDivider {
    margin-top: 12px;
    margin-bottom: 12px;
}

.card .specs font {
    color: #10246E !important;
    font-weight: normal;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.card .specs span, .card .specs div div .specblock {
    white-space: nowrap;
    overflow: hidden;
}

.card .specs .specblock div {
    width: 100% !important;
}


.list .card ul, .grid .card ul, .compact .card ul {
    list-style-type: none !important;
    padding: 0px;
}

.list .card {
    padding: 0rem !important;
}

    .list .card .specs, .compact .card .specs {
        display: none;
    }

.grid .card {
    padding: 25px !important;
}

.compact .card {
    padding: 0rem !important;
}

.card .specs {
    line-height: 10px;
    text-align: left;
    font-size: 13px;
    /* height: 320px; */
    color: #10246E !important;
    font-weight: bold !important;
    text-align: left;
    float: left;
    width: 100%;
    overflow: hidden;
}


.resultCard h1 .shadow {
    position: absolute;
    top: 0;
    width: 30px;
    height: 139px;
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
    float: right;
    right: 29px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    /* width: 100%; */
    top: -30px;
    box-shadow: 0 0rem 0rem rgba(0,0,0,.15) !important;
}

/*grid*/
.resultCard.grid .card {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px !important;
}

    .resultCard.grid .card ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -moz-flex-flow: wrap;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
    }

        .resultCard.grid .card ul .card-description {
            order: 1;
        }

        .resultCard.grid .card ul .card-name {
            width: 100%;
            height: 40px;
            order: 2;
        }

    .resultCard.grid .card div h1 {
        color: #204ecf;
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        position: relative;
        max-height: 10em;
        overflow: hidden;
        float: left;
        width: 100%;
        height: 55px;
        max-width: 280px;
    }

    .resultCard.grid .card ul .card-specs {
        /*height: 325px;*/
        order: 3;
        height: 285px;
    }

    .resultCard.grid .card ul .card-image {
        text-align: center;
        height: 185px;
        width: 100%;
        order: 4;
        margin-bottom: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 20px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    }

        .resultCard.grid .card ul .card-image img {
            padding: 20px;
            height: 100% !important;
            width: 100% !important;
            /*box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);*/
        }

    .resultCard.grid .card ul .card-stock {
        width: 44%;
        float: left;
        order: 5;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        height: 30px;
        overflow: hidden;
    }

    .resultCard.grid .card ul .card-moq {
        width: 51%;
        float: left;
        order: 7;
        margin-top: -39px;
        margin-bottom: 10px;
        font-size: 12px;
        height: 30px;
        overflow: hidden;
    }

        .resultCard.grid .card ul .card-moq span, .resultCard.grid .card ul .card-price span {
            font-size: 13px !important;
        }

    .resultCard.grid .card ul .card-versions {
        width: 100%;
        float: left;
        order: 5;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        height: 30px;
        overflow: hidden;
    }

    .resultCard.grid .card ul .card-stock span {
        top: -2px;
        position: relative;
    }

    .resultCard.grid .card ul .card-price {
        width: 56%;
        float: left;
        order: 6;
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: right;
        min-height: 64px;
    }

        .resultCard.grid .card ul .card-price span::before {
            content: "&nbsp;";
            color: #ffffff;
            width: 25px;
        }

    .resultCard.grid .card ul .card-compare {
        width: 50%;
        float: left;
        order: 8;
    }

    .resultCard.grid .card ul .card-more {
        width: 50%;
        float: left;
        order: 9;
        text-align: right;
    }

/*end grid*/



/*list*/

.resultCard.list .card {
    width: 100%;
    padding: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

    .resultCard.list .card ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -moz-flex-flow: wrap;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
    }

        /*.resultCard.list .card ul li {
            float:left;
        }*/

        .resultCard.list .card ul .card-description {
            order: 2;
            margin-top: 7px;
        }

    .resultCard.list .card div h1 {
        color: #204ecf;
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        position: relative;
        max-height: 10em;
        overflow: hidden;
        float: left;
        padding-left: 20px;
        padding-top: 10px;
        width: 250px;
        margin-right: 20px;
        height: 65px;
    }

        .resultCard.list .card div h1 .shadow {
            position: absolute;
            top: 0;
            width: 30px;
            height: 159px;
            background: -webkit-linear-gradient(transparent, white);
            background: -o-linear-gradient(transparent, white);
            background: -moz-linear-gradient(transparent, white);
            background: linear-gradient(transparent, white);
            float: right;
            right: 29px;
            transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            /* width: 100%; */
            top: -30px;
            box-shadow: 0 0rem 0rem rgba(0,0,0,.15) !important;
        }

    .resultCard.list .card ul .card-name {
        order: 3;
        height: 30px;
        left: 138px;
        position: absolute;
        top: 74px;
        float: left;
        width: 230px;
    }

    .resultCard.list .card ul .card-specs {
        order: 5;
        display: block;
        width: 34%;
        margin-top: 18px;
        height: 114px;
        column-count: 2;
        overflow: hidden;
        margin-bottom: -10px;
    }

        .resultCard.list .card ul .card-specs div {
            margin-top: 0px;
        }

            .resultCard.list .card ul .card-specs div div {
                width: 170px;
                /*overflow: hidden;*/
            }

                .resultCard.list .card ul .card-specs div div div:nth-child(5n) {
                    display: none;
                }

        .resultCard.list .card ul .card-specs font {
            width: 100% !important;
            float: left;
            margin-right: 25px;
        }

        .resultCard.list .card ul .card-specs .specsFallBack {
            height: 150px;
        }

    .resultCard.list .card ul .card-image {
        width: 9%;
        /*height: 10%;*/
        order: 1;
        margin: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 20px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    }

        .resultCard.list .card ul .card-image img {
            width: 70px !important;
            /* margin-top: 10px; */
            height: 60px !important;
            /* margin-left: 20px; */
        }

    .resultCard.list .card ul .card-stock {
        order: 6;
        width: 15%;
        margin-top: 20px;
        /* padding: 20px; */
        padding-top: -8px;
        position: relative;
        /*left: 100px;*/
        height: 30px;
        padding-left: 20px;
    }

        /*.resultCard.list .card ul .card-versions {
        order: 5;
        width: 18%;
        margin-top: 30px;
        padding: 20px;
        padding-top: 2px;
        position: relative;
        padding-right: 67px;
    }*/

        .resultCard.list .card ul .card-stock span {
            top: -2px;
            position: relative;
        }

    .resultCard.list .card ul .card-price {
        order: 7;
        width: 15%;
        margin-top: 49px;
        /* text-align: center; */
        left: 774px;
        position: absolute;
        top: 5px;
    }

        .resultCard.list .card ul .card-price span {
            /* display: block; */
        }

    .resultCard.list .card ul .card-moq {
        order: 7;
        width: 9%;
        margin-top: 30px;
        text-align: left;
        left: -140px;
        position: relative;
        top: 60px;
    }

    .resultCard.list .card ul .card-compare {
        order: 8;
        width: 8%;
        margin-top: 30px;
        margin-right: 10px;
        margin-left: -70px;
    }

    .resultCard.list .card ul .card-more {
        order: 9;
        /* width: 8%; */
        margin-top: 30px;
        margin-left: -100px;
        margin-top: 70px;
    }

@media only screen and (max-width: 767px) {
    .resultCard.list .card ul .card-image {
        width: 22%;
    }

    .resultCard.list .card div h1 {
        padding-left: 10px;
    }

    .resultCard.list .card ul .card-specs {
        display: none;
    }

    .resultCard.list .card ul .card-stock {
        left: -40px;
    }

    .resultCard.list .card ul .card-moq {
        display: none;
    }

    .resultCard.list .card ul .card-price {
        left: 377px;
        top: -40px;
    }

    .resultCard.list .card ul .card-more {
        margin-left: -26px;
        margin-top: 80px;
    }

    .resultCard.list .card ul .card-compare {
        display: none;
    }

    .resultCard.list .card ul .card-stock {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .resultCard.list .card ul .card-image {
        width: 16%;
    }

    .resultCard.list .card div h1 {
        padding-left: 10px;
    }

    .resultCard.list .card ul .card-specs {
        display: none;
    }

    .resultCard.list .card ul .card-stock {
        left: -40px;
    }

    .resultCard.list .card ul .card-moq {
        order: 7;
        width: 7%;
        margin-top: 30px;
        text-align: left;
        left: -116px;
        position: relative;
        top: 59px;
    }

    .resultCard.list .card ul .card-price {
        left: 377px;
    }

    .resultCard.list .card ul .card-more {
        margin-left: -96px;
    }

    .resultCard.list .card ul .card-compare {
        margin-left: -21px;
        width: 13%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .resultCard.list .card ul .card-image {
        width: 12%;
    }

    .resultCard.list .card div h1 {
        padding-left: 10px;
    }

    .resultCard.list .card ul .card-specs {
        width: 29%;
        margin-left: -20px;
    }

    .resultCard.list .card ul .card-moq {
        order: 7;
        width: 7%;
        margin-top: 30px;
        text-align: left;
        left: -116px;
        position: relative;
        top: 59px;
    }

    .resultCard.list .card ul .card-price {
        left: 657px;
    }

    .resultCard.list .card ul .card-more {
        margin-left: -100px;
    }

    .resultCard.list .card ul .card-compare {
        margin-left: -51px;
        width: 9%;
    }
}

/*end list*/





/*compact*/

#topRowresultCard.resultCard.compact {
    display: block !important;
}

.resultCard.compact {
    padding-bottom: 0.5rem !important;
}

    .resultCard.compact .card {
        width: 100%;
        padding: 10px;
        height: 40px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    }

        .resultCard.compact .card ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
            -moz-flex-flow: wrap;
            -webkit-flex-flow: wrap;
            flex-flow: wrap;
        }

            /*.resultCard.compact .card ul li {
            float:left;
        }*/

            .resultCard.compact .card ul .card-description {
                order: 2;
                /* width: 48%; */
                width: 368px;
            }

        .resultCard.compact .card div h1 {
            color: #204ecf;
            font-weight: bold;
            font-size: 15px;
            line-height: 27px;
            position: relative;
            max-height: 10em;
            overflow: hidden;
            float: left;
            padding-left: 20px;
            padding-top: 10px;
            width: 100%;
            height: 40px;
        }

        .resultCard.compact .card ul .card-name {
            order: 3;
            margin-left: 20px;
            margin-top: 10px;
            margin-right: 0px;
            width: 20%;
        }

            .resultCard.compact .card ul .card-name span {
                width: 180px;
                overflow: hidden;
            }

        .resultCard.compact .card ul .card-specs {
            display: none;
        }

        .resultCard.compact .card ul .card-image {
            display: none;
        }

        .resultCard.compact .card ul .card-stock {
            order: 6;
            margin-left: 10px;
            margin-top: 5px;
            width: 65px;
        }

        .resultCard.compact .card ul .card-versions {
            order: 5;
            margin-left: 10px;
            margin-top: 10px;
            /*margin-right: 10px;*/
            width: 204px;
        }

        .resultCard.compact .card ul .card-stock div {
            margin-top: 5px !important;
        }

        .resultCard.compact .card ul .card-stock span {
            display: none;
        }

        .resultCard.compact .card ul .card-price {
            order: 4;
            width: 13%;
            margin-top: 5px;
            padding-left: 10px;
            padding-right: 10px;
            text-align: right;
        }

        .resultCard.compact .card ul .card-child {
            display: none;
        }

        .resultCard.compact .card ul .card-moq {
            order: 5;
            width: 9%;
            margin-top: 5px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .resultCard.compact .card ul .card-price span {
            display: inline-block !important;
        }

        .resultCard.compact .card ul .card-compare {
            order: 6;
            margin-top: 5px;
            width: 80px;
        }

            .resultCard.compact .card ul .card-compare label {
                display: none;
            }

label {
    position: relative;
    top: 2px;
}

.resultCard.compact .card ul .card-more {
    order: 7;
    margin-top: 5px;
}

    .resultCard.compact .card ul .card-more a {
        font-size: 0px !important;
        padding: 0px !important;
        color: #0062cc !important;
        display: inline-block !important;
    }

        .resultCard.compact .card ul .card-more a:hover {
            background-color: #f8b122 !important;
            box-shadow: 0px 0px 0 #ffffff !important;
            border-bottom: 0px !important;
            text-decoration: underline !important;
            padding: 0px !important;
            display: inline-block !important;
        }

        .resultCard.compact .card ul .card-more a::after {
            content: ">" !important;
            color: white;
            margin-left: 10px;
            margin-right: 10px;
            font-size: 15px;
        }

/*end compact*/


.resultCard .compact .card ul, .resultCard .list .card ul {
    display: flex;
    flex-direction: column;
}

    .resultCard .compact .card ul .card-description:first-child, .resultCard .list .card ul .card-description:first-child {
        order: 2;
    }

    .resultCard .compact .card ul .card-name:first-child, .resultCard .list .card ul .card-name:first-child {
        order: 3;
    }

    .resultCard .compact .card ul .card-specs:first-child, .resultCard .list .card ul .card-specs:first-child {
        order: 4;
    }

    .resultCard .compact .card ul .card-image:first-child, .resultCard .list .card ul .card-image:first-child {
        order: 1;
    }

    .resultCard .compact .card ul .card-stock:first-child, .resultCard .list .card ul .card-stock:first-child {
        order: 5;
    }

    .resultCard .compact .card ul .card-price:first-child, .resultCard .list .card ul .card-price:first-child {
        order: 6;
    }

    .resultCard .compact .card ul .card-compare:first-child, .resultCard .list .card ul .card-compare:first-child {
        order: 7;
    }

    .resultCard .compact .card ul .card-more:first-child, .resultCard .list .card ul .card-more:first-child {
        order: 8;
    }


.specsList .even {
    background-color: #E1E7F4;
}

.specsList label {
    display: none;
}

#accessoriesTable.noCards tr, #alternativesTable.noCards tr, #alternativesTable tr {
    line-height: 23px;
    border-bottom: 1px dashed;
}

#accessoriesTable.noCards h1, #alternativesTable.noCards h1, #alternativesTable h1 {
    font-size: 15px;
}

#accessoriesTable, #alternativesTable {
    width: 100%;
    margin-bottom: 40px;
    font-size: 13px;
}

#priceBreakTable {
    width: 100%;
}

    #priceBreakTable tr {
        border-bottom: 1px solid;
    }

        #priceBreakTable tr td:first-child {
            text-align: left;
        }

        #priceBreakTable tr td {
            width: 50%;
            text-align: right;
            padding: 20px;
            padding-bottom: 5px;
        }






@media only screen and (width: 1080px) {
    .productCategoryBlock {
        width: 108px !important;
    }

    .productCategoryBlock.spacing {
        width: 1px !important;
    }
}







    #footer {
        position: relative;
    }

    .footer-section a {
        color: #ffffff !important;
        text-decoration: none !important;
    }

    .footer-section .copyright {
        text-align: center;
        font-size: 13px;
        width: 100%;
    }

    .footer-section .menu-big {
        list-style-type: none;
        padding-left: 0px;
        line-height: 40px;
        font-size: 25px;
        font-weight: bold;
    }

    .footer-section .menu, .Inhoud .menu, .Inhoud .menu a p span {
        list-style-type: none !important;
        padding-left: 0px;
        line-height: 40px !important;
        font-size: 16px !important;
    }

        .footer-section .menu li {
            border-bottom: 1px solid white;
        }

        .Inhoud .menu li {
            border-bottom: 1px solid #293b7d;
        }

            .Inhoud .menu li a {
                text-decoration: none;
            }

        .footer-section .menu li a {
            color: var(--blue);
        }

        .footer-section .menu li:after, .Inhoud .menu li:after {
            content: ">";
            color: #f2ab37;
            font-weight: bold;
            right: 0px;
            float: right;
        }




    .gradient-blue {
        background: rgb(16,36,110);
        /*background: -moz-linear-gradient(246deg, rgba(16,36,110,1) 0%, rgba(34,69,159,1) 51%, rgba(34,69,159,1) 56%, rgba(16,36,110,1) 100%);
    background: -webkit-linear-gradient(246deg, rgba(16,36,110,1) 0%, rgba(34,69,159,1) 51%, rgba(34,69,159,1) 56%, rgba(16,36,110,1) 100%);
    background: linear-gradient(246deg, rgba(16,36,110,1) 0%, rgba(34,69,159,1) 51%, rgba(34,69,159,1) 56%, rgba(16,36,110,1) 100%);*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#10246e",endColorstr="#10246e",GradientType=1);
        /*background: linear-gradient(deg, #20439c, #10246e);*/
        background: linear-gradient(155deg, #20439c, #20439c, #10246e, #10246e, #10246e);
        color: #ffffff;
    }

    #scrollDown .arrowDown {
        border: solid black;
        display: inline-block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    h1, h2, h3, h4, h5 {
        font-family: 'Titillium Web', sans-serif !important;
    }

    h1 {
        line-height: 1.2;
    }

    .site-header h1, .site-header h3 {
        color: rgb(255, 178, 0);
    }

    h2 {
        font-size: 18pt !important;
        line-height: 31px;
    }

    h3 {
        font-size: 14pt;
        line-height: 31px;
    }

    .bodyDiv h1 {
        color: #10246E;
        /*font-size: x-large;*/
        font-weight: bold;
        font-size: 30px !important;
    }

    .bodyDiv h2 {
        color: #10246E;
        font-size: large;
        font-weight: bold;
    }

    .bodyDiv h3 {
        color: #10246E;
        font-size: medium;
        font-weight: bold;
    }

    .bodyDiv h4 {
        color: #10246E;
        font-size: medium;
        font-weight: bold;
    }


    a {
        color: #10246E;
        text-decoration: underline;
    }

    b {
        font-weight: bold;
    }

    .accent {
        color: #f8b122 !important;
    }

    .white {
        color: white;
    }

    .orangeBG {
        background-color: #f8b122;
    }

    .lightblueBG {
        background-color: #22459f !important;
        color: white !important;
    }

        .lightblueBG.active {
            background-color: #004ed5 !important;
            color: white !important;
            border: 0px solid !important;
            box-shadow: 0 0 0 0rem rgba(38,143,255,0) !important;
        }

    .section {
        padding: 4em 0;
    }

    /*input[type="submit"] {
    border: 0px;
    padding: 10px;
    line-height: 17px;
    border-radius: 25px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 10px !important;
    padding-right: 10px;
    background-color: #f8b122;
}*/


    .btn {
        border: 0px;
        /* padding: 7px; */
        line-height: 17px;
        border-radius: 25px;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 5px;
        /* padding-left: 10px !important; */
        /* padding-right: 10px; */
        text-decoration: none;
        text-align: center;
    }

        .btn.orange:after {
            /*content: " >";
        color: #10246E;
        font-weight: bold;
        right: -5px;
        margin-right: 10px;
        position: relative;
        float: right;
        padding-top: 2%;*/
            /*font-family: FontAwesome;
        content: "\f105";
        font-weight: bold;
        font-size: 13px;
        vertical-align: middle;
        float: right;
        padding: 6px;*/
        }

        .btn.orange.tiny:after {
            content: "" !important;
        }

        .btn.orange.mid:after {
            /*content: " >";*/
            content: "";
            color: #10246E;
            font-weight: bold;
            /*right: -5px;*/
            /* padding-left: 10px; */
            /*margin-right: 10px;*/
            position: relative;
            float: right;
            top: 0px;
        }

        .btn.orange.big:after, .btn.orange.alignLeft:after {
            /*content: " >";
        color: #10246E;
        font-weight: bold;
        right: -5px;
        /* padding-left: 10px; */
            position: relative;
            content: "\f105";
            font-weight: bold;
            font-size: 15px;
            vertical-align: middle;
            float: right;
            padding: 6px;
            padding-bottom: 0px;
            /*top: -10px;*/
            font-family: FontAwesome;
            content: "\f105";
            font-weight: bold;
            font-size: 13px;
            vertical-align: middle;
            float: right;
            padding: 6px;
        }

        .btn.orange {
            background-color: #f8b122;
        }

        .btn.blue {
            background-color: #004ed5 !important;
            color: #ffffff !important;
        }

    #cphHeader_basketButtons .btn.blue:after {
        position: relative;
        padding-bottom: 0px;
        font-family: FontAwesome;
        content: "\f105";
        font-weight: bold;
        font-size: 13px;
        vertical-align: middle;
        float: right;
        padding: 6px;
    }

    .btn.orange:hover {
        background-color: #f8b122 !important;
        box-shadow: -3px 3px 0 #82601e !important;
    }

    .btn.blue:hover {
        background-color: #004ed5 !important;
        box-shadow: -3px 3px 0 #000000 !important;
    }

    .btn.small {
        background-color: #f8b122;
        border: 0px;
        padding: 10px;
        width: 170px;
        line-height: 17px;
        border-radius: 25px;
        font-size: 15px;
    }

        .btn.small:after {
            content: ">";
            font-weight: bold;
            right: 0px;
            float: right;
            font-size: 18px;
        }


    .highlight {
        background-color: transparent !important;
        padding-left: 3px;
        padding-right: 3px;
    }

    .breadcrumb {
        background-color: transparent;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
    }

    .site-header .breadcrumb {
        font-size: 14px;
        color: #6c757d !important;
    }

        .site-header .breadcrumb li a {
            color: #ffffff !important;
        }

    .site-header .sub-heading, .site-header table {
        color: #ffffff;
    }

    .stickyBottom {
        position: fixed;
        right: 20px;
        background: #f0f3fa;
        padding: 1rem !important;
        z-index: 99999999999999999999999;
        /*-webkit-box-shadow: -21px 6px 58px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: -21px 6px 58px 0px rgba(0,0,0,0.5);*/
        /*box-shadow: 1px 3px 28px -10px rgb(0 0 0 / 50%);*/
        border: 1px solid gray;
        color: #000000 !important;
        width: 312px;
        bottom: 220px;
    }

        .stickyBottom.moveToDown {
            bottom: 20px;
        }

    .input-group-text {
        border-radius: 0px !important;
        margin-left: 5px;
    }

    .form-control {
        border-radius: 0px !important;
    }

        .form-control:focus {
            box-shadow: none !important;
            border: 1px solid #ced4da;
        }

    .modal table {
        color: #4A4A4A;
    }






    .site-header {
        padding-top: 20px;
        background: rgb(16,36,110);
        /*background: -moz-linear-gradient(246deg, rgba(16,36,110,1) 0%, rgba(34,69,159,1) 51%, rgba(34,69,159,1) 56%, rgba(16,36,110,1) 100%);
    background: -webkit-linear-gradient(246deg, rgba(16,36,110,1) 0%, rgba(34,69,159,1) 51%, rgba(34,69,159,1) 56%, rgba(16,36,110,1) 100%);
    background: linear-gradient(246deg, rgba(16,36,110,1) 0%, rgba(34,69,159,1) 51%, rgba(34,69,159,1) 56%, rgba(16,36,110,1) 100%);*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#10246e",endColorstr="#10246e",GradientType=1);
        z-index: 2;
    }

    .site-header {
        padding-top: 20px;
        /* padding-bottom: 20px; */
        /*background: linear-gradient(90deg, #20439c, #10246e);*/
        /*background: linear-gradient(deg, #20439c, #10246e);*/
        /*background: linear-gradient(155deg, #20439c, #20439c, #10246e, #10246e, #10246e);*/
        background: linear-gradient(155deg, #254aa7, #20439c, #10246e, #10246e, #10246e);
        z-index: 2;
        min-height: 110px;
    }

        .site-header .heading {
            font-size: 45px;
            font-family: 'Titillium Web', sans-serif !important;
            color: #fff;
            line-height: 50px;
            font-weight: bold;
        }







    .site-navbar {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #d9e2f7;
        min-height: 300px;
        overflow-y: auto;
        z-index: 99;
    }

    .site-navbar {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #d9e2f7;
        min-height: 300px;
        overflow-y: auto;
        overflow-x:hidden;
        padding-bottom:2rem;
    }

    .site-menu-toggle {
        float: right;
        top: 34px;
        width: 25px;
        height: 25px;
        position: relative;
        margin: 0px auto;
        z-index: 200;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin-top: -5px;
    }

        .site-menu-toggle span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #f8b122;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            .site-menu-toggle span:nth-child(1) {
                top: 0px;
            }

            .site-menu-toggle span:nth-child(2) {
                top: 10px;
            }

            .site-menu-toggle span:nth-child(3) {
                top: 20px;
            }

        .site-menu-toggle.open span:nth-child(1) {
            top: 13px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .site-menu-toggle.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        .site-menu-toggle.open span:nth-child(3) {
            top: 13px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .menu-open .site-menu-toggle span {
        background: #000;
    }

    #megaMenu {
        height: 100%;
        background: rgb(217, 226, 247);
        text-align: left !important;
        width: 100%;
        padding: 0%;
        position: relative;
        margin-top: 17%;
        z-index: 99;
    }

    .megaMenu.arrow {
        width: 20px;
        height: 20px;
        position: absolute;
        left: -15px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid white;
    }

    #megaMenu h2, #megaMenu h3 {
        /* font-family: 'Titillium Web Black', sans-serif !important; */
        color: #10246E;
        font-weight: bold;
    }

    #megaMenu h3 {
        font-size: 13pt;
    }

    #megaMenu ul {
        list-style-type: none;
        padding-left: 0px;
    }

        #megaMenu ul li {
            text-decoration: none;
        }

    #megaMenu a {
        padding: 0px;
    }

    #megaMenu .menu {
    }

        #megaMenu .menu li {
            border-bottom: 1px solid rgba(16, 36, 110, 0.5);
            padding-right: 0px !important;
            color: var(--blue) !important;
            margin-bottom: 10px;
            margin-top: 12px;
            line-height: 40px;
        }

            #megaMenu .menu li a {
                text-decoration: none;
                font-size: 15px !important;
                color: #10246E;
            }

                #megaMenu .menu li a:hover {
                    text-decoration: none;
                    border-bottom: 0px;
                }

    #megaMenu .menu-big {
        padding-top: 20px !important;
        font-weight: bold !important;
        padding-left: 10px !important;
    }

        #megaMenu .menu-big a {
            font-size: 25px !important;
            font-weight: bold !important;
            /* font-family: 'Titillium Web Black', sans-serif !important; */
            color: #10246E;
        }

        #megaMenu .menu-big a {
            text-decoration: none;
        }

    #megaMenu p {
        font-size: 15px;
        color: #10246E;
        line-height: 21px;
    }

    #megaMenu .menu ul {
    }

        #megaMenu .menu ul li a {
            border-bottom: 1px solid #10246E;
            padding-right: 0px !important;
        }

    #megaMenu .menu li:after {
        content: ">";
        color: #10246E;
        font-weight: bold;
        right: 0px;
        float: right;
    }

    @media only screen and (min-width:600px) and (max-width:992px){
        #megaMenu{
            margin-top:24%;
        }
    }

    .Inhoud .menu, .Inhoud .menu a p span {
        list-style-type: none !important;
        padding-left: 0px;
        line-height: 40px !important;
        font-size: 16px !important;
    }

        .Inhoud .menu li {
            border-bottom: 1px solid #293b7d;
        }

            .footer-section .menu li:after, .Inhoud .menu li:after {
                content: ">";
                color: #f2ab37;
                font-weight: bold;
                right: 0px;
                float: right;
            }

        .Inhoud .menu, .Inhoud .menu a p span {
            font-weight: bold !important;
            line-height: 45px !important;
            font-family: 'Titillium Web', sans-serif !important;
            color: #293b7d !important;
        }


    #subScroll.sticky {
        top: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 1;
        background-color: white;
        width: 100%;
        -webkit-box-shadow: -21px 6px 58px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: -21px 6px 58px 0px rgba(0,0,0,0.2);
        box-shadow: -21px 6px 58px 0px rgba(0,0,0,0.2);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        display: block!important;
    }

    #subScroll {
        height: auto !important;
        display: none !important;
    }

    .sticky {
        width: 100%;
        position: fixed;
    }

    #siteScroll.sticky {
        z-index: 2;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 0px;
    }







    /* Landscape iPad Pro*/
    @media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    }

    /* Portrait iPad Pro*/
    @media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        .resultCard.grid .card ul .card-stock {
            line-height: 15px;
        }

        .resultCard.grid .card ul .card-price {
            line-height: 20px;
        }
    }

    @media screen and (max-width: 1202px) and (min-width: 768px) {
        .resultCard.grid .card ul .card-stock {
            line-height: 15px !important;
        }

        .resultCard.grid .card ul .card-price {
            line-height: 20px !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 975px) {
        #siteScroll .col-2 {
            display: block !important;
            flex: 0 0 25%;
            max-width: 25%;
        }

        #carousel-video .d-sm-none {
            display: block !important;
        }

        #carouselExampleIndicators {
            height: 610px !important;
            overflow: hidden;
        }

 
        #carousel-video .card {
            margin: 0px !important;
            margin-top: 0px !important;
            margin-right: 0px !important;
            margin-bottom: 0px !important;
        }

        .site-header .heading {
            width: 630px;
            margin-left: -90px;
            margin-top: 40px;
            margin-bottom: 40px !important;
        }
    }

    @media only screen and (max-width: 600px) {
        /*general*/

        .slideProductPage {
            display: none !important;
        }

        #cphHeader_keyFeaturesPanel table {
            width: 100% !important;
            max-width: 100% !important;
        }

        .breadcrumb {
            position: relative;
            font-size: 14px;
            color: #6c757d !important;
            width: 360px;
            margin-left: -10px;
            height: 0px;
        }

        site-header .breadcrumb {
            font-size: 14px;
            color: #6c757d !important;
            width: 360px;
            margin-left: -10px;
            height: 0px;
        }

        .breadcrumb li {
            display: none;
        }

            .breadcrumb li:last-of-type {
                display: block;
            }

            .breadcrumb li:nth-last-child(2):before {
                display: none;
            }

            .breadcrumb li:nth-last-child(2) {
                display: block;
            }

        #basketCount {
            right: -90px !important;
        }

        #subScroll {
            display: none !important;
            visibility: hidden !important;
        }

        #megaMenu {
            margin-top: 170px;
        }

            #megaMenu .row {
                width: auto;
            }

            #megaMenu .col-md-4 {
                order: -1;
            }
        .megaMenu.arrow {
            display: none;
        }

        #megaMenu .container {
            padding-right: 0px;
            padding-left: 5px;
            margin-right: -5px;
        }

        #megaMenu .social-media {
            margin-top: -20px;
            margin-bottom: 30px;
        }

            #megaMenu .social-media svg {
                width: 40px;
            }

        .modal, .modal-dialog, .modal-content, .modal-header {
            width: 370px !important;
        }

        .bg-white.p-5 {
            padding: 2rem !important;
        }

        #siteScroll {
            padding-bottom: 20px;
        }

            #siteScroll .brand-img {
                width: 130px;
            }

        #cookiebar {
            display: none !important;
        }

        .basketLink {
            position: absolute;
            float: right;
            right: 0px;
            left: 120px;
        }

        .site-menu-toggle {
            position: absolute;
            float: right;
            right: 0px;
            left: 230px;
        }

        h1.accent.bold {
            font-size: 30px;
            line-height: 39px;
        }

        /*homepage*/
        #cphHeader_cphHeader_searchbox {
            margin-left: 0px !important;
        }

        .site-header .heading {
            font-size: 25px;
            line-height: 40px;
        }

        #animationSlider li {
            font-size: 25px;
        }

        .carousel-inner {
            padding: 5px;
        }

        .newscarouselblock {
            width: 100%;
            padding-right:0;

        }

            .newscarouselblock .carousel-item {
                padding-right:0;
                
            }

            .card-img-top {
                display: block;
                width: 90% !important;
                margin-inline: auto !important;
            }

                #carousel-news {
                   
                }

        .btn.orange.big.aos-init.aos-animate {
            width: 130px;
            font-size: 12px;
        }

        .searchButton {
            width: 18% !important;
        }

        #background-image {
            background-repeat-y: no-repeat !important;
        }

            #background-image::before {
                height: 100% !important;
            }

            #background-image .container {
                padding: 0px;
                margin: 0px;
            }

                #background-image .container .row:first-child {
                    width: 100% !important;
                }

                #background-image .container div {
                    border: 0px !important;
                }

            #background-image .row {
                margin-right: 0px !important;
            }

                #background-image .row div {
                    padding-right: 0px;
                }

        /*Search*/

        #cphBody_refineSearchPanel {
            display: none !important;
        }

        .resultCard.grid .card {
            width: 100%;
            padding: 10px;
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
        }

            .resultCard.grid .card ul {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -moz-flex;
                display: -webkit-flex;
                display: flex;
                -moz-flex-flow: wrap;
                -webkit-flex-flow: wrap;
                flex-flow: wrap;
            }

                /*.resultCard.grid .card ul li {
            float:left;
        }*/

                .resultCard.grid .card ul .card-description {
                    order: 2;
                    margin-top: 7px;

                    order: 2;
                    margin-top: 7px;
                    left: 169px !important;
                    top: 43px !important;
                    position: absolute !important;
                    width: 146px !important;
                }

            .resultCard.grid .card div h1 {
                color: #204ecf;
                font-weight: bold;
                font-size: 20px;
                order: 3;
                height: 60px;
                left: 0px;
                position: relative;
                top: -6px;
                float: left;
                width: 300px;
                overflow: hidden;
                max-width: 300px;
            }

                .resultCard.grid .card div h1 .shadow {
                    position: absolute;
                    top: 0;
                    width: 30px;
                    height: 159px;
                    background: -webkit-linear-gradient(transparent, white);
                    background: -o-linear-gradient(transparent, white);
                    background: -moz-linear-gradient(transparent, white);
                    background: linear-gradient(transparent, white);
                    float: right;
                    right: 29px;
                    transform: rotate(270deg);
                    -webkit-transform: rotate(270deg);
                    /* width: 100%; */
                    top: -30px;
                    box-shadow: 0 0rem 0rem rgba(0,0,0,.15) !important;
                }

            .resultCard.grid .card ul .card-name {
                order: 3;
                height: 30px;
                left: 146px;
                position: absolute;
                top: 15px;
                float: left;
                width: 230px;
                font-size: 13px;
            }

            .resultCard.grid .card ul .card-specs {
                order: 5;
                display: block;
                width: 100%;
                margin-top: 18px;
                height: 114px;
                column-count: 2;
                overflow: hidden;
                margin-bottom: -10px;
                left: 1px;
                position: relative;
            }

                .resultCard.grid .card ul .card-specs div {
                    margin-top: 0px;
                }

                    .resultCard.grid .card ul .card-specs div div {
                        width: 130px;
                        /*overflow: hidden;*/
                    }

                        .resultCard.grid .card ul .card-specs div div div:nth-child(5n) {
                            display: none;
                        }

                .resultCard.grid .card ul .card-specs font {
                    width: 100% !important;
                    float: left;
                    margin-right: 25px;
                }

                .resultCard.grid .card ul .card-specs .specsFallBack {
                    height: 150px;
                }

            .resultCard.grid .card ul .card-image {
                width: 40%;
                order: 1;
                height: 80px;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                padding: 20px;
                box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
            }

                .resultCard.grid .card ul .card-image img {
                    width: 70px !important;
                    /* margin-top: 10px; */
                    height: 60px !important;
                    /* margin-left: 20px; */
                }

            .resultCard.grid .card ul .card-stock {
                order: 6;
                width: 50%;
                margin-top: 20px;
                /* padding: 20px; */
                padding-top: -8px;
                position: relative;
                /*left: 100px;*/
                height: 30px;
                padding-left: 0px;
            }

                .resultCard.grid .card ul .card-stock span {
                    top: -2px;
                    position: relative;
                }

            .resultCard.grid .card ul .card-price {
                order: 7;
                width: 40%;
                margin-top: 15px;
                left: 30px;
                position: relative;
                height: 60px;
                min-height: 5px;
            }

                .resultCard.grid .card ul .card-price span {
                    /* display: block; */
                }

            .resultCard.grid .card ul .card-moq {
                order: 7;
                width: 49%;
                margin-top: 10px;
                text-align: left;
                left: 0px;
                position: relative;
                top: -48px;
            }

            .resultCard.grid .card ul .card-compare {
                display: none !important;
            }

            .resultCard.grid .card ul .card-more {
                order: 9;
                margin-left: 2px;
                margin-top: 10px;
                padding-right: 0px;
                right: -10px;
                position: relative;
            }


        /*end list*/

        #Features {
            width: 100%;
        }


            table.specsList tr th:nth-child(3) {
                display: none;
            }

            table.specsList tr td:nth-child(3) {
                display: none;
            }

        /*footer*/
        #footer {
        }

            #footer .col-8, #footer .col-4, #footer .col-3 {
                width: 100%;
                max-width: 100%;
                flex: 100%;
            }

                #footer .col-4 div {
                    text-align: left !important;
                }

        .footer-section .copyright {
            text-align: left;
            width: 100%;
            padding: 15px;
        }

            /*.footer-section .copyright a {
            display: block;
        }*/

            .footer-section .copyright a:first-child {
                margin-top: 10px;
            }

            .footer-section .copyright a img {
                margin-left: 0px !important;
                margin-top: 20px;
                width: 50%;
            }
    }



    @media only screen and (max-width:359px) {
        .site-menu-toggle{
            left:180px !important;
        }
    }

    @media only screen and (min-width:768px) and (max-width:992px) {
        .newscarouselblock .card-img-top,.newscarouselblock + div .card-img-top {
            width: 150px !important;
            height: 80px !important;
        }
        #siteScroll .col-7 {
            display: block !important;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media only screen and (min-width:992px) and (max-width:1200px) {
        .newscarouselblock .card-img-top, .newscarouselblock + div .card-img-top {
            width: 250px !important;
            
        }
    }

    @media only screen and (min-width:600px) and (max-width:767px) {
        .site-menu-toggle {
            position: absolute;
            float: right;
            right: 0px;
            left: 375px;
        }
        .basketLink {
            position: absolute;
            float: right;
            right: 0px;
            left: 260px;
        }
        #megaMenu .row {
            width: auto;
        }
    }



    #parameterDiv .dropdown {
    }

        #parameterDiv .dropdown h5 {
            font-size: 14px !important;
            float: left;
        }

    #parameterDiv .btn-primary {
        color: #254AA7 !important;
        background-color: #ffffff !important;
        border: 1px solid #254AA7 !important;
    }

    #parameterDiv .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #parameterDiv .btn::after {
            content: "";
            color: #254AA7;
            padding-left: 0px;
        }

    #parameterDiv ul {
        padding-left: 14px;
    }

    #parameterDiv .RadPanelBar {
        width: 100% !important;
        margin-left: -10px;
    }

        #parameterDiv .RadPanelBar .rpTemplate span {
            font-weight: bold;
            font-size: 15px;
        }

        #parameterDiv .RadPanelBar .rpTemplate .SubTitle {
            width: 100%;
            margin-bottom: 4px;
        }

        #parameterDiv .RadPanelBar .rpTemplate label {
            font-weight: normal;
            margin-left: 5px;
            margin-right: 5px;
            width: 150px;
            font-size: 15px;
        }

        #parameterDiv .RadPanelBar .RadListBox span {
            font-weight: normal;
            font-size: 13px;
            overflow: hidden;
            width: 86%;
        }

        #parameterDiv .RadPanelBar .searchimage {
            width: 88%;
            /* text-align: center; */
            /* margin-top: 15px; */
            /* margin-bottom: 15px; */
            /* border-bottom: 1px solid; */
            /* padding-bottom: 20px; */
            position: absolute;
            bottom: 10px;
            left: 18px;
            padding: 15px;
            margin: 5px;
            text-align: center;
            /* margin: 0 auto; */
            background-color: #ffb200 !important;
            color: #ffffff !important;
            border: 0px !important;
            height: 50px;
            font-size: 15px;
        }

    .RadSlider .rslHorizontal .rslTrack {
        background-color: #b3c3e4;
    }

    .RadSlider .rslHorizontal .rslSelectedregion {
        background-color: rgb(25, 74, 215);
    }

    .RadSlider .rslHorizontal .rslTrack, .RadSlider .rslHorizontal .rslSelectedregion {
        /*width: 300px !important;*/
    }


    .RadSlider .rslHorizontal a.rslDraghandle {
        background-color: rgb(25, 74, 215);
        border-radius: 10px;
        height: 15px !important;
        width: 15px !important;
        top: 2px !important;
    }

    #parameterDiv .RadPanelBar .RadListBox {
        /*display: block;*/
        position: relative;
        /*width: 460px !important;*/
        /*width: auto !important;*/
        /*height: 570px !important;*/
        margin-top: 10px;
        /*display: block !important;*/
        width: 100% !important;
    }

    #parameterDiv .RadPanelBar .collapse .RadListBox {
        display: table;
    }

    #parameterDiv .RadPanelBar .RadListBox .rlbList li {
        height: 30px;
        margin-bottom: 10px;
    }

    #parameterDiv .RadPanelBar .RadListBox .rlbCheck, #parameterDiv .RadPanelBar .RadListBox .rlbImage {
        float: left;
        height: 20px;
        background-color: white;
    }

    /*#parameterDiv .RadPanelBar .RadListBox .rlbCheck {
            border: 1px solid green;
        }*/

    /*#parameterDiv .RadPanelBar .RadListBox input[type=checkbox]:checked {
            background-color: #a77e2d !important;
            color: #ffffff !important;
            width: 15px;
        }*/

    #parameterDiv .RadPanelBar .rlbText {
        float: left;
        margin-left: 5px;
    }

    #parameterDiv .RadPanelBar .rpSlide {
        height: 100%;
        z-index: 999999999999;
        cursor: pointer;
    }

        #parameterDiv .RadPanelBar .rpSlide::after {
            /*content: "x";
            top: 21%;
            left: 75%;
            margin-top: -250px;
            margin-left: -250px;
            position: relative;
            color: white;
            width: 100%;
            z-index: 999999999999999999999999999;
            background: black;
            font-size: 25px;
            padding: 15px;
            border-radius: 35px;
            padding-top: 0px;
            padding-bottom: 4px;*/
        }

        #parameterDiv .RadPanelBar .rpSlide .rpGroup {
            /*height: 100%;*/
            z-index: 99999999999999 !important;
            cursor: pointer;
            overflow: initial;
            /*min-width: 500px !important;*/
            min-width: 600px !important;
            /*min-height: 480px;*/
            min-height: 400px;
            border-top: 0px;
            padding: 20px;
            z-index: 1;
            background-color: #ffffff;
            -webkit-box-shadow: -5px 3px 20px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: -5px 3px 20px 0px rgba(0,0,0,0.3);
            box-shadow: -5px 3px 20px 0px rgba(0,0,0,0.3);
            position: fixed !important;
            background-color: white;
            width: auto !important;
            height: auto !important;
            z-index: 99999999999999;
            /* top: 15%; */
            /* left: 29%; */
            transform: translate(-50%, -50%);
            -webkit-box-shadow: -21px 6px 58px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: -21px 6px 58px 0px rgba(0,0,0,0.5);
            box-shadow: -21px 6px 58px 0px rgba(0,0,0,0.5);
        }

            #parameterDiv .RadPanelBar .rpSlide .rpGroup .rpText {
                position: absolute;
                width: 93%;
                height: 110px;
                margin-bottom: 0px;
                border-bottom: 1px solid #ddd;
                font-size: 18pt;
                font-weight: bold;
                color: #10246E;
                padding-bottom: 50px;
                font-weight: bold;
                line-height: 28px;
            }

                #parameterDiv .RadPanelBar .rpSlide .rpGroup .rpText span {
                    font-size: 13px;
                    color: #10246e;
                    margin-bottom: 5px;
                    font-weight: normal;
                }

                #parameterDiv .RadPanelBar .rpSlide .rpGroup .rpText:after {
                    content: "x";
                    position: absolute;
                    right: 50px;
                    top: 0px;
                }

            #parameterDiv .RadPanelBar .rpSlide .rpGroup .rpItem .rpTemplate {
                /* width: 200%; */
                padding-top: 26px;
                /* float: left; */
                height: auto;
                /*min-height: 460px;*/
                /*min-height: 390px;*/
                padding-left: 5px;
                padding-right: 5px;
                font-size: 15px !important;
                margin-bottom: 40px;
                overflow: auto;
                margin-bottom: 60px;
                margin-top: 90px;
            }

    #parameterDiv .RadPanelBar .closePopup {
        content: 'x';
        right: 10px;
        top: 0px;
        position: absolute;
        font-weight: bold;
        font-size: 18px;
        background-color: rgb(182, 195, 225);
        padding: 13px;
        border-radius: 25px;
        padding-top: 1px;
        padding-bottom: 2px;
        z-index: 9999999999999999999999999999999999999999999999999999;
    }


    #parameterDiv .RadPanelBar .rpSlide .rpGroup .card.card-body {
        padding: 10px;
        margin-bottom: 30px;
        padding-left: 5px;
        border: 0px;
    }

    #parameterDiv .RadPanelBar .rpSlide .rpGroup .collapseButton {
        background: none;
        box-shadow: none;
        text-shadow: none;
        border: 0px;
        font-weight: bold;
        color: #10246E;
        font-size: 15px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
        width: 90%;
        text-align: left;
        cursor: pointer;
        /* position: absolute; */
        background-color: white;
        /* height: 20px; */
        z-index: 9;
        position: relative;
        float: left;
    }

        #parameterDiv .RadPanelBar .rpSlide .rpGroup .collapseButton:focus {
            outline: 0px;
        }

        #parameterDiv .RadPanelBar .rpSlide .rpGroup .collapseButton:before {
            content: " ";
            border: solid #293b7d;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            margin-right: 10px;
            margin-bottom: 3px;
        }

        #parameterDiv .RadPanelBar .rpSlide .rpGroup .collapseButton.collapsed:before {
            -webkit-transform: rotate(-45deg);
        }


    #parameterDiv .RadPanelBar table, #parameterDiv .RadPanelBar span {
        /*float:left;*/
        /*transform: scale(1.0) translate3d(0,0,0);*/
    }

    #parameterDiv .RadPanelBar .rpRootGroup {
        border: 0px;
        width: 100%;
        -webkit-column-count: auto; /* Chrome, Safari, Opera */
        -moz-column-count: auto; /* Firefox */
        column-count: auto;
        -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
        -moz-column-gap: 10px; /* Firefox */
        column-gap: 10px;
    }

        #parameterDiv .RadPanelBar .rpRootGroup li {
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
            border-bottom: 0px;
        }

    #parameterDiv .RadPanelBar .rpLink {
        cursor: pointer;
        text-decoration: none;
        overflow: hidden;
        background-repeat: repeat-x;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        zoom: 1;
        border-bottom: 0px !important;
    }

    #parameterDiv .RadPanelBar .rpRootGroup li h5 {
        font-size: 14px;
        padding-top: 10px !important;
        padding-bottom: 5px !important;
        padding-right: 30px !important;
        height: 40px;
    }

    /*@media only screen and (max-width: 1199px) {*/
    @media only screen and (min-width: 601px) and (max-width: 1199px) {
        #parameterDiv .RadPanelBar .rpRootGroup li {
            width: 23% !important;
        }
    }

    #parameterDiv .RadPanelBar .rpRootGroup li .rpOut {
        border-bottom: 0px;
        background-color: rgb(182, 195, 225);
        border-radius: 5px;
    }

    .RadPanelBar .rpFocused .rpOut, .RadPanelBar a.rpLink:hover .rpOut, .RadPanelBar .rpSelected .rpOut, .RadPanelBar a.rpSelected:hover .rpOut {
        padding-bottom: 0px !important;
    }

    .RadComboBoxDropDown {
        display: block !important;
        visibility: visible !important;
    }

        .RadComboBoxDropDown .rcbScroll {
            background-color: #ffffff;
        }


    #parameterDiv {
        font-size: 14px;
        line-height: 1.5;
    }

        #parameterDiv .collapse {
            background-color: white;
            position: static;
            float: left;
            /* overflow: hidden; */
            margin-bottom: 20px;
        }

        #parameterDiv .rpTemplate .collapse {
            min-height: 300px;
            width: 100%;
            overflow: scroll;
            overflow-x: hidden;
        }

        #parameterDiv .collapse .myInput {
            margin-left: 265px !important;
            /*width: 220px !important;*/
            /*width: 40% !important;*/
        }

        #parameterDiv .collapse .selectAllNone {
            top: -83px !important;
            left: 259px !important;
        }

        /*slider*/
        /*#parameterDiv .card .RadSlider {
        margin-top: 60px !important;
    }

    #parameterDiv .card div.collapse .RadSlider {
        margin-top: 60px !important;
    }*/

        #parameterDiv .RadSlider {
            top: 48px !important;
            position: relative;
        }

        #parameterDiv .card .RadSlider {
            top: 46px !important;
            position: absolute;
        }

        #parameterDiv .riTextBox {
            top: 0px;
            position: relative !important;
            width: 55px;
            left: 0px;
        }

            #parameterDiv .riTextBox.searchbox-r {
                top: -15px;
                position: absolute;
                width: 55px;
                top: 0px !important;
                left: 0px !important;
            }

        #parameterDiv .collapse .riTextBox {
            top: -16px !important;
            top: 30px;
            position: absolute;
            width: 55px;
        }

            #parameterDiv .collapse .riTextBox.searchbox-r {
                top: -10px;
                position: absolute;
                width: 55px;
                top: -5px !important;
                left: 0px !important;
            }

        /*#parameterDiv .rslSelectedregion, #parameterDiv .rslTrack, #parameterDiv .rslHorizontal {
        width: 400px !important;
    }*/

        #parameterDiv .rslTrack {
            width: 380px !important;
        }

        /*#parameterDiv .collapse .rslSelectedregion, #parameterDiv .collapse .rslTrack, #parameterDiv .collapse .rslHorizontal {
        width: 380px !important;
    }*/
        #parameterDiv .collapse .rslHorizontal {
            margin-left: 45px;
        }

        #parameterDiv .rslHorizontal {
            margin-left: 48px !important;
        }

        #parameterDiv .collapse hr {
            display: none;
        }

        /*end slider*/

        #parameterDiv div#collapseParameterSummary.collapse:not(.show) {
            height: 46px !important;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        #parameterDiv div#collapseParameterSummary.collapsing {
            min-height: 42px !important;
        }

        /*#parameterDiv a.collapsed:after {
        content: '+ Show more';
    }

    #parameterDiv #collapseLink:not(.collapsed):after {
        content: '- Show less';
    }*/


        #parameterDiv label {
            font-size: 15px;
        }

        #parameterDiv input[type=checkbox], #parameterDiv input[type=radio] {
            width: 15px !important;
            height: 15px !important;
            position: relative !important;
            top: 5px;
        }

        #parameterDiv input[type=radio] {
            top: 3px !important;
        }

        #parameterDiv input[type='checkbox'] {
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeSpeed;
            margin: 0;
            margin-right: 1px;
            display: block;
            float: left;
            position: relative;
            cursor: pointer;
            margin-right: 1px;
        }

            #parameterDiv input[type='checkbox']:after {
                content: "";
                /*background: #5F95FC;*/
                padding-top: 4px;
                background: #ffffff;
            }

            #parameterDiv input[type='checkbox']:hover:after {
                background: #ccc;
                content: '\2714';
                color: #fff;
                vertical-align: middle;
                text-align: center;
                line-height: 13px;
                position: absolute;
                cursor: pointer;
                height: 18px;
                width: 18px;
                left: 0;
                top: 0;
                font-size: 12px;
                border-radius: 3px;
            }

            #parameterDiv input[type='checkbox']:checked:after {
                background: #204ECF;
                content: '\2714';
                color: #fff;
                vertical-align: middle;
                text-align: center;
                line-height: 13px;
                position: absolute;
                cursor: pointer;
                height: 18px;
                width: 18px;
                left: 0;
                top: 0;
                font-size: 12px;
                -webkit-box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC;
                -moz-box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC;
                box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC;
                border-radius: 3px;
            }


    .btn.btn-link.collapsed .arrowDown {
        transform: rotate(-45deg) !important;
    }




    #parameterDiv .dropdown {
    }

        #parameterDiv .dropdown h5 {
            font-size: 14px !important;
            float: left;
        }

    #parameterDiv .btn-primary {
        color: #254AA7 !important;
        background-color: #ffffff !important;
        border: 1px solid #254AA7 !important;
    }

    #parameterDiv .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #parameterDiv .btn::after {
            content: "";
            color: #254AA7;
            padding-left: 0px;
        }

    #parameterDiv ul {
        padding-left: 14px;
    }

    #parameterDiv .RadPanelBar {
        width: 100% !important;
        margin-left: -10px;
    }

        #parameterDiv .RadPanelBar table tr {
            float: left !important;
        }


        #parameterDiv .RadPanelBar .rpTemplate span {
            font-weight: bold;
            font-size: 15px;
        }

        #parameterDiv .RadPanelBar .rpTemplate .SubTitle {
            width: 100%;
            margin-bottom: 4px;
        }

        #parameterDiv .RadPanelBar .rpTemplate label {
            font-weight: normal;
            margin-left: 5px;
            margin-right: 5px;
            width: 150px;
            font-size: 15px;
            transform: scale(1.0) translate3d(0,0,0);
        }

        #parameterDiv .RadPanelBar .RadListBox span {
            font-weight: normal;
            font-size: 13px;
            overflow: hidden;
            width: 86%;
            line-height: 16px;
            margin-top: 6px;
            transform: scale(1.0) translate3d(0,0,0);
        }

        #parameterDiv .RadPanelBar .RadListBox .rlbGroup {
            border: 0px;
        }

        #parameterDiv .RadPanelBar .searchimage {
            width: 88%;
            /* text-align: center; */
            /* margin-top: 15px; */
            /* margin-bottom: 15px; */
            /* border-bottom: 1px solid; */
            /* padding-bottom: 20px; */
            position: absolute;
            bottom: 10px;
            left: 18px;
            padding: 15px;
            margin: 5px;
            text-align: center;
            /* margin: 0 auto; */
            background-color: #ffb200 !important;
            color: #ffffff !important;
            border: 0px !important;
        }

        #parameterDiv .RadPanelBar .RadListBox {
            /*display: block;*/
            position: relative;
            /*width: 460px !important;*/
            /*width: auto !important;*/
            /*height: 570px !important;*/
            width: 100% !important;
        }

            #parameterDiv .RadPanelBar .RadListBox.RadListBox_Texim.RadListBoxScrollable.MultiSelect.largeList {
                height: 510px !important;
                width: 670px !important;
            }

                #parameterDiv .RadPanelBar .RadListBox.RadListBox_Texim.RadListBoxScrollable.MultiSelect.largeList .rlbGroup.rlbGroupRight .rlbList {
                    grid-template-columns: repeat(2, 1fr) !important;
                }

            #parameterDiv .RadPanelBar .RadListBox.RadListBox_Texim.RadListBoxScrollable.MultiSelect.midList {
                height: 246px !important;
                width: 670px !important;
            }

                #parameterDiv .RadPanelBar .RadListBox.RadListBox_Texim.RadListBoxScrollable.MultiSelect.midList .rlbGroup.rlbGroupRight .rlbList {
                    grid-template-columns: repeat(2, 1fr) !important;
                }

            #parameterDiv .RadPanelBar .RadListBox.RadListBox_Texim.RadListBoxScrollable.MultiSelect.smallList {
                height: 126px !important;
                width: 450px !important;
                margin-top: 0px;
            }

                #parameterDiv .RadPanelBar .RadListBox.RadListBox_Texim.RadListBoxScrollable.MultiSelect.smallList .rlbGroup.rlbGroupRight .rlbList {
                    grid-template-columns: repeat(2, 1fr) !important;
                }




            #parameterDiv .RadPanelBar .RadListBox .rlbList li {
                /*height: 30px;*/
                height: auto;
                margin-bottom: 10px;
            }

            #parameterDiv .RadPanelBar .RadListBox .rlbCheck, #parameterDiv .RadPanelBar .RadListBox .rlbImage {
                float: left;
                height: 20px;
                background-color: white;
            }

        /*#parameterDiv .RadPanelBar .RadListBox .rlbCheck {
            border: 1px solid green;
        }*/

        /*#parameterDiv .RadPanelBar .RadListBox input[type=checkbox]:checked {
            background-color: #a77e2d !important;
            color: #ffffff !important;
            width: 15px;
        }*/

        #parameterDiv .RadPanelBar .rlbText {
            float: left;
            margin-left: 5px;
        }

        #parameterDiv .RadPanelBar .rpSlide {
            height: 100%;
            z-index: 999999999999;
            cursor: pointer;
        }


    /*@media only screen and (max-width: 1199px) {*/
    @media only screen and (min-width: 601px) and (max-width: 1199px) {
        #parameterDiv .RadPanelBar .rpRootGroup li {
            width: 23% !important;
        }
    }

    #parameterDiv .RadPanelBar .rpRootGroup li .rpOut {
        border-bottom: 0px;
        background-color: rgb(182, 195, 225);
        border-radius: 5px;
    }

    .RadPanelBar .rpFocused .rpOut, .RadPanelBar a.rpLink:hover .rpOut, .RadPanelBar .rpSelected .rpOut, .RadPanelBar a.rpSelected:hover .rpOut {
        padding-bottom: 0px !important;
    }

    .RadComboBoxDropDown {
        display: block !important !important;
        visibility: visible !important;
    }

        .RadComboBoxDropDown .rcbScroll {
            background-color: #ffffff;
        }

    .rpItem .rpText h5::after {
        content: "";
        float: right;
        margin-left: 7px;
        margin-right: -10px;
        margin-top: 5px;
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .RadSlider {
        width: 90% !important;
        margin-left: 30px !important;
        margin-right: 30px !important;
        /*margin-top: 20px;*/
    }

        .RadSlider .rslHorizontal {
            width: 90% !important;
        }


            .RadSlider .rslHorizontal .rslTrack {
                background-color: #b3c3e4;
                width: 100% !important;
            }

    .riSingle .riTextBox[type="text"] {
        font-size: 13px !important;
        text-align: center !important;
        /*margin-top: 30px !important;
    margin-left: 20px !important;*/
    }

    .RadSlider .rslHorizontal .rslSelectedregion {
        background-color: rgb(25, 74, 215);
    }


    .RadSlider .rslHorizontal a.rslDraghandle {
        background-color: rgb(25, 74, 215);
        border-radius: 10px;
        height: 20px !important;
        width: 20px !important;
        top: 0px !important;
    }

    /*#parameterDiv .RadPanelBar .rpRootGroup li h5 {
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 332px;
    margin-bottom: 0px;
    text-transform: uppercase;
    border: 1px solid rgb(182, 195, 225) !important;
    padding-right: 20px;
    font-size: 13px !important;
    font-weight: normal;
    color: #10246E;
    font-weight: bold;
}*/

    #parameterDiv .more {
        font-weight: 400;
        width: auto;
        padding: 6px 12px;
        font-size: .85rem !important;
        line-height: 1.42857143;
        border-radius: 4px;
        margin-bottom: 0px;
        text-transform: uppercase;
        border: 1px solid #254AA7 !important;
        background-color: #b6c3e1;
        padding-right: 20px;
        float: left;
        margin-left: 6px;
        position: relative;
    }


    #parameterDiv .RadPanelBar .rpText {
        padding: 0px;
        border-bottom: 0px;
    }

        #parameterDiv .RadPanelBar .rpText:after {
            content: ">";
            display: none;
        }

    #parameterDiv .RadPanelBar .rpLink {
        border-bottom: 0px !important;
    }

    #parameterDiv .RadPanelBar .rpSlide {
        /*text-align: center;*/
    }

    .RadListBoxScrollable .rlbGroup {
        overflow: initial !important;
    }

    /*#parameterDiv .RadPanelBar .rpSlide .rpGroup::after,*/
    #parameterDiv .RadPanelBar .closePopup {
        content: 'x';
        right: 10px;
        top: 0px;
        position: absolute;
        font-weight: bold;
        font-size: 18px;
        background-color: rgb(182, 195, 225);
        padding: 13px;
        border-radius: 25px;
        padding-top: 1px;
        padding-bottom: 2px;
        z-index: 9999999999999999999999999999999999999999999999999999;
    }

    #parameterDiv .RadPanelBar .rpSlide .rpGroup .rpText {
        position: absolute;
        width: 93%;
        height: 90px;
        margin-bottom: 0px;
        border-bottom: 1px solid #ddd;
        font-size: 18pt;
        font-weight: bold;
        color: #10246E;
        padding-bottom: 10px;
        font-weight: bold;
        line-height: 30px;
        transform: scale(1.0) translate3d(0,0,0);
    }

        #parameterDiv .RadPanelBar .rpSlide .rpGroup .rpText span {
            font-size: 13px;
            color: #10246e;
            margin-bottom: 5px;
            font-weight: normal;
            transform: scale(1.0) translate3d(0,0,0);
            transform: translate3d(-50%, -51%, 0);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            transform: scale(1.0) translate3d(0,0,0);
        }

        #parameterDiv .RadPanelBar .rpSlide .rpGroup .rpText:after {
            content: "x";
            position: absolute;
            right: 50px;
            top: 0px;
        }

    #parameterDiv .RadPanelBar .rpRootGroup .rlbList {
        padding-left: 0px;
        /* column-gap: 0px; */
        /* column-fill: auto; */
        /* column-width: 110px; */
        /* position: absolute; */
        /* -webkit-column-count: 3; */
        /*-moz-column-count: 3;*/
        /* column-count: 3; */
        display: grid;
        /* grid-gap: 10px; */
        grid-template-columns: repeat(2, 1fr);
    }

    #parameterDiv .RadPanelBar .RadListBox .rlbList li.selectAllNone {
        top: -48px !important;
        position: absolute;
        float: left;
        left: 0px !important;
        /*left: 335px;*/
        width: 50px !important;
    }

        #parameterDiv .RadPanelBar .RadListBox .rlbList li.selectAllNone label span {
            font-weight: bold;
        }

    #parameterDiv .RadPanelBar .rpRootGroup li ul li {
        width: 100% !important;
        height: 100%;
        border: 0px;
        padding-left: 0px;
    }
