﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.pagination {
    flex-wrap: wrap !important;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
.breadcrumb-item a {
    color: black !important;
}
.breadcrumb-item a:hover {
    color: red !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.lead {
    font-size: 21px;
    line-height: 32px;
    color: #181825;
}

.z-index-0 {
    z-index: 0;
}

::selection {
    background: rgba(255, 244, 147, .8);
    color: #272c30;
}

.btn {
    font-size: 16px;
    padding: 11px 21px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    transition: .3s ease;
}
/*--- btn default --*/
.btn-brand {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .btn-brand:hover {
        color: #fff;
        background-color: #08b072;
        border-color: #08b072;
    }

    .btn-brand.focus, .btn-brand:focus {
        color: #fff;
        background-color: #08b072;
        border-color: #08b072;
        box-shadow: none;
    }
/*----------------- 7. Headers ---------------------------------*/
.header-classic {
    background-color: #fff;
}
/* -------------------- Top Header --------------------*/
.top-header {
    background-color: #fff;
    font-size: 14px;
    color: #626582;
    line-height: 30px;
    border-bottom: 1px solid #f0f1f9;
    border-top: 3px solid #3544ee;
    padding-bottom: 4px;
    padding-top: 4px;
}

    .top-header ul {
        margin-bottom: 0px;
    }

        .top-header ul li {
            float: left;
            margin-left: 18px;
        }

            .top-header ul li a {
                color: #626582;
            }

    .top-header i {
        font-size: 10px;
    }

.top-header-social {
}

    .top-header-social i {
        font-size: 14px;
    }

    .top-header-social ul {
        margin-left: 10px;
    }

        .top-header-social ul li {
            float: left;
            margin-left: 8px;
        }

            .top-header-social ul li a {
                color: #9d9ea7;
            }

                .top-header-social ul li a:hover {
                    color: #01d486;
                }
/*-------------------------------------------------------------------8. Navigations-------------------------------------------------------------------*/
/*-------------------- Navigation classic ---------------------*/
.navbar-classic {
}

    .navbar-classic.navbar-light .navbar-nav .nav-link {
        color: #181825;
        padding: 12px 16px;
    }

    .navbar-classic .navbar-nav .nav-item {
    }

        .navbar-classic .navbar-nav .nav-item .nav-link {
            font-size: 15px;
            color: #181825;
            padding: 12px 10px;
            line-height: 20px;
            border-bottom: 1px solid #fff;
        }

            .navbar-classic .navbar-nav .nav-item .nav-link:hover {
                color: #3544ee;
            }

                .navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
                    color: #3544ee;
                }

    .navbar-classic.navbar {
        padding: 18px 0px;
    }



    .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #f1f1f6;
        border-radius: 0px;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
    color: #181825;
    font-size: 24px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: 12px;
    margin: 18px 0px;
    font-size: 1rem;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 15px;
    clear: both;
    font-weight: 400;
    color: #181825;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    line-height: 15px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #4955ef;
        text-decoration: none;
        background-color: #eeeffd;
        border-radius: 4px;
    }

        .dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
            color: #4955ef;
        }

@media(min-width:992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 17px;
        top: 25px;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0px;
        left: 100%;
        margin-left: 13px;
        margin-right: .1rem;
    }

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.mega-dropdown {
    position: unset;
}

.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 63px;
    margin: 15px 0px;
}

    .mega-dropdown-menu ul {
        list-style: none;
    }

.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}

    .nav-dropitem-arrow i {
        position: absolute;
        /* top: -1px;
	*/
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #3544ee;
    text-decoration: none;
    background-color: #eeeffd;
    border-radius: 4px;
}

    .dropdown-item:hover .nav-dropitem-arrow {
        color: #4955ef;
        opacity: 1;
        margin-right: 5px;
    }

.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
    padding: 17px 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #eaeaf0;
    border-radius: .25rem;
    position: relative;
}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #495bfb;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.icon-bar {
    width: 21px;
    height: 3px;
    background-color: #3544ee;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler:focus {
    outline: 0px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #3544ee;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #3544ee;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #3544ee;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #3544ee;
}

.navbar-brand {
    color: cornflowerblue;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover, .dropdown-item:focus, .dropdown-item:hover {
    color: cornflowerblue;
}

.main-body{
    margin:0 20px;
}
.homepage-h2{
    margin:20px 0;
}
.home-page-item {
    margin-bottom: 30px;
    height: 400px;
}
    .home-page-item a {
        display: block;
        color: black !important;
        text-align: center;
        -webkit-box-shadow: 0px 0px 10px 3px #cecece;
        box-shadow: 0px 0px 10px 3px #cecece;
        padding: 12px;
        height:400px;
        margin-bottom:100px;
    }
.home-page-item2 {
    margin-bottom: 30px;

}

    .home-page-item2 a {
        display: block;
        color: black !important;
        text-align: center;
        -webkit-box-shadow: 0px 0px 10px 3px #cecece;
        box-shadow: 0px 0px 10px 3px #cecece;
        padding: 12px;

    }
        .home-page-item a:hover {
            color: cornflowerblue !important;
            text-decoration: none;
        }

    .home-page-item a img {
        display: flex;
        margin: 10px auto;
    }

.article-title-p {
    font-weight:bold;
    text-align: center;

}
.article-title-p2 {
    font-weight: bold;
    text-align: center;
    border:solid 2px #cecece;
}

.volgende-h3{
    width:100%;
    margin:20px 0;
    color:cornflowerblue;
}
.page-item.active .page-link {
    background-color: cornflowerblue;
    border-color: cornflowerblue;
}

.page-link {
    color: cornflowerblue;
}

    .page-link:hover {
        color: black
    }

    .page-link:focus {
        /*box-shadow: 0 0 0 .2rem rgba(255, 31, 31, 0.3);*/
    }
.ui-autocomplete {
    max-height: 150px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
}
.autocompletehref {
    font-size: 18px;
    line-height: 30px;
    display: block;
    text-decoration:none !important;
}
.ui-menu .ui-menu-item a:hover {
    background-color: cornflowerblue !important;
    color: white !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: cornflowerblue;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 31, 31, 0.3);
}
.article-title{
    text-align:center;
    padding:20px 0;
    width:100%;
}
.dropdown-item{
    padding:5px 5px !important;
}

.top-colored {
    width: 100%;
    height: 5px;
    background-color: deepskyblue;
}

.main-h1 {
    margin-bottom: 30px;
    text-transform: uppercase !important;
}

.w-20 {
    width: 20% !important;
    float: left !important;
}

.w-50 {
    width: 50% !important;
    margin: 0 !important;
    float: left !important;
}

.w-75 {
    width: 75% !important;
    margin: 0 !important;
    float: left !important;
}

.ml-5 {
    margin-left: 5% !important;
}

.main-top {
    margin-top: 120px !important;
}

.compare-top {
    margin-top: 60px;
}

.compare-top-markets {
    margin-top: 30px;
}

.compare-filter {
    background-color: lightpink;
    padding: 15px;
}

.product-header {
    margin-top: 30px;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}

.product-image {
    display: block;
    padding: 24px;
    border-bottom: 1px solid #e9e9e9;
}

.product-image {
    width: 100%;
    height: 207px;
}

    .product-image img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.product-details {
    padding: 14px 24px;
    border-bottom: 1px solid #e7e7e7;
}

    .product-details .gray-area {
        background: #f8f8f8;
        padding: 24px;
        border-bottom: 1px solid #e7e7e7;
        margin-left: 1px;
        margin-right: 1px;
    }

    .product-details .product-name {
        padding: 14px 24px;
        border-bottom: 1px solid #e7e7e7;
    }

    .product-details .price-text {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .product-details .valid-date-range {
        color: #707070;
        font-size: 14px;
        font-style: italic;
    }

.product-image img {
    margin: 0 auto;
}