html, body {
    height: 100%;
    margin: 0;
}

.body-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

main {
    display: table-row;
    /* height is dynamic, and will expand... */
    height: 100%;
    /* ...as content is added (won't scroll) */
}

main.homepluspas {
    background-color: #f8f9fa;
}

footer {
    display: table-row;
    background: #fff;
}

#header {
    background: #fff;
}

.navbar-toggler-icon, .navbar-dark .navbar-toggler-icon {
    background-image: url('../../images/hamburger.png');
    background-size: 80%;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: initial;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: initial;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: initial;
}

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

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: initial;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: initial;
}

.input-group-append .btn-outline-secondary {
    width: 35px;
}

.input-group-prepend .btn-outline-secondary {
    width: 35px;
}

.single-card .input-group-append .btn-outline-secondary {
    width: 50px;
}

.single-card .input-group-prepend .btn-outline-secondary {
    width: 50px;
}

.form-inline .input-group-append a.btn-primary {
    margin-left: 0;
}

*::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c1c1c1 !important;
}

*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c1c1c1 !important;;
    opacity: 1;
}

*::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c1c1c1 !important;;
    opacity: 1;
}

*:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c1c1c1 !important;;
}

*::-ms-input-placeholder { /* Microsoft Edge */
    color: #c1c1c1 !important;;
}

*::placeholder { /* Most modern browsers support this now. */
    color: #c1c1c1;
}

.contactpage .form_phone_prefix .input-group input {
    border-radius: .25rem !important;
}

.bannerslider {
    padding-bottom: 30px;
    margin-bottom: 0 !important;
}

.contactpage #newForm {
    width: 100%;
    margin: 0;
}

#basket_content .input-group {
    width: 140px;
    margin: 0 auto;
}

.contactpage div[id^="submit"] {
    float: right;
    width: 100%;
}

.contactpage div[id^="submit"] .col-md-8 {
    float: right !important;
}

.contactpage .form_phone .form_phone_prefix .form_subtext {
    padding-top: 5px;
    padding-left: 5px;
    position: absolute;
}

.contactpage .form_phone .form_subtext {
    padding-top: 5px;
    padding-left: 5px;
}

.card-noinput {
    position: absolute;
    right: 0;
    height: 55px;
}

.contactpage .text-right {
    text-align: left !important;
}

.contactpage .form_phone .input-group-addon {
    display: none;
}

.textpage, .contactpage, .mijnpluspaspage, .shoppingbasketpage, .faqpage, .registerpage {
    background: #f8f9fa;
}

.textpage header,
.contactpage header,
.mijnpluspaspage header,
.shoppingbasketpage header,
.faqpage header,
.registerpage header {
    background: #fff;
}

.textpage h2,
.contact h2,
.mijnpluspaspage h2,
.shoppingbasketpage h2,
.faqpage h2,
.registerpage h2 {
    color: #fcb63c;
}

.bg-container {
    background-color: #f8f9fa;
}

.square-white {
    margin-bottom: 30px;
}

#newForm [id^="submit"] .fieldwidget_formitem_labelui {
    display: none;
}

.square-white .sidebar-nav .navbar {
    background-color: #fff !important;
}

.square-white {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 20px;
}

.square-white li {
    line-height: 30px;
}

.square-white .text-muted {
    color: #2f8b80 !important;
}

.textpage .square-white {
    padding: 1rem 2.3rem;
}

.contactpage .square-white {
    padding: 2rem 2.3rem;
}

.shoppingbasketpage .square-white {
    padding: 2rem 2.3rem;
    margin-bottom: 30px;
}

.contactpage .square-white p:last-child {
    margin-bottom: 0;
}

.homepluspas .tab-content {
    background: white;
    padding: 10px 20px;
    border: 1px solid #dee2e6;
}

.homepluspas .nav-tabs {
    border-bottom: 0;
}

.homepluspas .nav-tabs .nav-link:focus, .homepluspas .nav-tabs .nav-link:hover {
    border-bottom: 0;
}

footer {
    border-top: 1px solid #ccc;
}

/*----FORM BUILDER----*/

.error-box, .form_errors {
    color: red;
}

.content-table-prices th, .content-table-prices td {
    padding-right: 20px;
}

#map-container {
    height: 333px;
    margin-bottom: 1em;
}

.card-img img {
    height: 100%;
}

.card-header s {
    text-decoration: line-through;
    color: #2f8b80;
    font-weight: 300;
    font-size: 1.3rem;
    padding-right: 10px;
    position: relative;
    top: -3px;
}

.card .card-body p.clusterkortinginfo {
    line-height: 14px;
    font-size: 12px;
}

.kortingdesc .clusterkortinginfo {
    line-height: 14px;
    font-size: 12px;
}

.tableheader {
    font-weight: bold;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    margin: 0;

}

.tableheader div {
    padding-left: 0;
    padding-right: 0;
}


.winkelsrow {
    vertical-align: top;
    border-top: 1px dotted #999;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.winkelsrow div {
    padding-left: 0;
    padding-right: 0;
}

.responsiveheader {
    font-weight: bold;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.zoekresult tr td {
    vertical-align: top;
    border-bottom: 1px dotted #999;
    padding: 3px 0;
}

table.historiek tr th, table.zoekresult tr th {
    border-bottom: 1px solid #ccc;
    padding: 3px 0;
}

.zoekresult td {
    width: 30%;
}

.form_textareafield textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    overflow: auto;
    resize: vertical;
}

.form_phone .form_phone_prefix .form_subtext {
    padding-left: 11px;
}

.form_phone .form_subtext {
    padding-left: 6px;
    font-size: 13px;
}

.form_address .form_select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: calc(2.25rem + 2px);
}

.form_phone .input-group-addon {
    padding-top: 5px;
}

.form_checkbox .input-group-addon {
    margin-top: -5px;
    margin-left: 2px;
}

.form_phone_prefix {
    width: 10%;
    float: left;
}

.form_phone_number {
    margin-left: 5px;
    width: 88%;
    float: right;
}

.card-header br {
    display: none;
}

.form_phone_clear {
    clear: both;
    margin-bottom: -30px;
}

.clustervoordeel span.origprice {
    position: relative;
    top: 0;
}

.hides {
    display: none;
}

h2.korting.groter s {
    text-decoration: line-through;
    color: #2f8b80;
    font-weight: 300;
    font-size: 1.3rem;
    padding-right: 10px;
    position: relative;
    top: -3px;
}

@media (max-width: 992px) and (min-width: 768px) {

    .searchfilters > .form-group > label {
        float: left;
        display: inline;
        padding-right: 15px;
        line-height: 38px;
    }

    .searchfilters > .form-group > .form-control {
        width: 70%;

    }


}

@media (min-width: 576px) {
    .addmodalcontent .modal-dialog {
        max-width: 607px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 575px) {
    .winkelsrow div {
        vertical-align: top;
        border-bottom: none;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
    }

    .winkelsrow {
        border: none;
        margin: 0;

    }

    .tableheader {
        border: none;
        margin: 0;
    }

    .winkelsrow .bordered {
        border-top: 1px dotted #999;
        padding-top: 10px;
    }
}

@media (max-width: 380px) {
    .addmodalcontent .modal-dialog .modal-footer .btn {
        font-size: 13px;
    }
}

#newForm {
    float: left;
}

#newForm .col-md-3 {
    float: left;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0;
}

#newForm .col-md-8 {
    float: left;
    margin-bottom: 15px;
    padding: 0;
}

#newForm [id^="freetext"] {
    margin-bottom: 30px;
}

#newForm [id^="freetext"] .col-md-8 {
    float: none;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

#newForm [id^="address"] {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.registerform-content #newForm .form_errors {
    padding-left: 15px;
    display: block;
}

#newForm [id^="email"] {
    margin-bottom: 15px;
}

#newForm [id^="password"] {
    margin-bottom: 15px;
}

#newForm [id^="checkbox"] .col-md-8 {
    width: 100%;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

#newForm [id^="checkbox"] {
    float: left;
}

#newForm [id^="checkbox"] .input-group-addon {
    margin-left: 0;
    top: -5px;
    position: relative;
    width: 90%;
    display: block;
    margin-left: 23px;
    margin-top: 0px;
}

#newForm [id^="checkbox"] .input-group {
    float: left;
    display: block;
}

#newForm .form_password_confirm br {
    display: none;
}

#newForm [id^="checkbox"] .col-md-3 {
    display: none;
}

#newForm .form_description.help-block {
    margin-bottom: 15px;
}

#newForm [id^="submit"] .col-md-3 {
    display: none;
}

#newForm .help-block {
    color: #6c757d !important;
    font-size: 80%;
    font-weight: 400;
}

#newForm .form_address_street {
    width: 58.333333%;
    float: left;
}

#newForm .form_address_number {
    width: 25%;
    float: left;
    padding: 0 5px;
}

#newForm .form_address_bus {
    width: 16.666667%;
    float: left;
    padding-right: 0;
}

#newForm .form_selectfield select {
    height: 38px;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-position: right 2px;
}

#newForm .form_address_zipcode {
    width: 33.333333%;
    float: left;
    padding-right: 5px;
}

#newForm .form_address_city {
    width: 66.666667%;
    float: left;
}

.registerform-content #newForm [id^="address"] .form_error {
    position: relative;
    top: -20px;
}

.registerform-content #newForm [id^="password"] .form_error {
    position: relative;
    top: -20px;
}

.registerform-content #newForm [id^="email"] .form_error {
    position: relative;
    top: -40px;
}

.registerform-content #newForm [id^="checkbox"] .form_error {
    padding-left: 0px;
}

.registerform-content #newForm [id^="checkbox"].form-group {
    position: relative;
    left: 225px;
}

.registerform-content #newForm [id^="submit"] {
    position: relative;
    left: 225px;
}

.registerform-content #newForm [id^="checkbox"] .form_error .form_errors {
    padding-left: 0px;
}

.registerform-content #newForm .form_error {
    display: block;
    clear: both;
    padding-left: 210px;
}

a.basketitem-link:hover {
    text-decoration: none;
}

a.basketitem-link .basketitem-korting .origprice {
    font-size: 0.9em;
    font-weight: 300;
    color: #2f8b80;
    top: 0;
}

a.basketitem-link .basketitem-korting {
    font-weight: 600;
    color: #fcb63c;
    font-size: 1em;
}

.card.box-shadow .card-body {
    padding-bottom: 0.4rem;
}

.wachtwoord-vergeten-form {
    overflow: auto;
}

.wachtwoord-vergeten-form .btn {
    float: right;
}

.wachtwoord-vergeten-form input {
    margin-bottom: 15px;
}

.wachtwoord-vergeten-form input:last-child {
    margin-bottom: 10px;
}

.wachtwoord-vergeten-link {
    position: relative;
    top: -55px;
    float: left;
}

.tab-pane#facebook, .tab-pane#eid {
    overflow: auto;
}

.tab-pane#facebook .btn, .tab-pane#eid .btn {
    float: right;
    margin-bottom: 10px;
}

.square-white li.active a {
    color: #fcb63c !important;
}

#newForm .btn-primary {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

#newForm .btn-primary:hover {
    color: #fff;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
}

#bestelformulier .go-shopping {
    position: relative;
    top: -59px;
    left: 7Px;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: initial;
}

#searchform .form-control:focus {
    z-index: 1;
}

.price-width {
    min-width: 100px;
}

.nav-2 {
    display: none;
    border-bottom: 2px solid #fff;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: rgba(0, 0, 0, .75);
}

.mm-listitem:after {
    left: 0px;
    width: 100%;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 20px;
    width: 100%;
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
    font-weight: lighter;
}

.mm-panels {
    background-color: #fcb63c !important;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 0;
}

.mm-panel {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
}

.navbar-toggler, .navbar-dark .navbar-toggler {
    background: transparent !important;
    padding-left: 0;
}

.navbar .dropdown-item {
    padding: .25rem .9rem;
    font-size: .95rem;
    color: #555;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #000;
}

nav#menu.navbar {
    padding-right: 15px !important;
}

.hide-m-menu-d {
    display: none;
}

.modal-header .close {
    outline: 0;
}

.modal-backdrop {
    background: transparent;
}

.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

.sticky-top:before,
.sticky-top:after {
    content: '';
    display: table;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.voucher-value-input-error {
    color: red;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
}

.intersolve-prijs-preview {
    font-size: 1.2rem;
    color: #fcb63c;
}

.clustervoordeel .card-body {
    padding-bottom: 0;
    padding-top: 10px;
    width: 100%;
}

.small-title-new {
    font-size: 1.2rem;
    color: #2f8b80;
    display: block;
    margin-bottom: 5px;
}

.table-portefeuille.table thead th {
    font-size: 12px;
    padding: 10px 5px;
}

.table-portefeuille td {
    padding: 10px 5px;
    font-size: 14px;
}

.table-portefeuille .propertychanger {
    width:70px !important;
    margin-top: 0;
    font-size: 14px;
    height: 32px;
}
.table-portefeuille .input-group-append .input-group-text{
    font-size: 12px;
    line-height: 1;
}
.table-portefeuille  .input-group-text{
    padding: 0rem .35rem
}
.mob-header{
    font-size: 10px;
}
.mob-table-new{
    font-size: 14px;
}
@media (max-width: 1200px) {
    .form-inline .input-group-append a.btn-primary {
        margin-left: 0;
        font-size: 14px;
        line-height: 30px;
    }

    .registerform-content #newForm [id^="checkbox"].form-group {
        left: 200px;
    }
    .registerform-content #newForm [id^="submit"] {
        left: 200px;
    }

    .registerform-content #newForm .form_errors {
        padding-left: 0;
        display: block;
    }

    .form_phone_prefix {
        width: 17%;
        float: left;
    }

    .form_phone_number {
        margin-left: 5px;
        width: 81%;
        float: right;
    }
}

@media (max-width: 992px) {
    .wachtwoord-vergeten-link {
        position: static;
        top: 0;
        width: 100%;
        display: block;
        float: none;
    }

    .registerform-content #newForm .form_errors {
        padding-left: 0;
    }

    .registerform-content #newForm [id^="checkbox"].form-group {
        left: 225px;
    }

    .registerform-content #newForm [id^="submit"] {
        left: 225px;
    }

    iframe {
        width: 100%;
    }

    div.sticky-top {
        top: 25px !important;
        padding-bottom: 10px;
    }

    .searchfilters {
        margin-bottom: 0px !important;
    }

    .searchfilters > .form-group {
        margin-bottom: 0px;
    }

    div.sticky-top-2 {
        padding-top: 15px;
        padding-bottom: 15px;
        top: 60px !important;
        background-color: #f8f9fa;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .omschrijving-width {
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .modal .modal-dialog {
        top: 40px;
    }
}

@media (max-width: 767px) {
    .navbar-toggler {
        margin-left: 0 !important;
    }

    .order-first .pluspaslogo {
        margin: 10px 0;
    }

    .nav-2 {
        display: block;
    }

    .nav-1 {
        display: none;
    }

    .fixedPosition {
        overflow: hidden;
    }

    .prev-next-mob {
        display: none;
    }

    .navbar ul.navbar-nav .nav-link:hover {
        color: #555 !important;
    }

    .navbar .dropdown-item.active, .navbar .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }

    .navbar .dropdown-item {
        padding: .5rem .9rem;
        font-size: .95rem;
        color: #555 !important;

    }

    .navbar ul.navbar-nav .nav-link {
        padding: 0.5rem 0rem;
    }

    .voordeel-naam {
        font-size: 1.5rem;
    }

    body {
        padding-top: 2.5rem;
    }

    .partner-voordelen {
        display: none;
    }

    #bestelformulier .go-shopping {
        position: static;
        margin-bottom: 20px;
    }

    .wachtwoord-vergeten-link {
        position: relative;
        top: -55px;
        float: left;
    }

    .registerform-content #newForm .form_errors {
        padding-left: 0;
    }

    .registerform-content #newForm .form_error {
        padding-left: 0;
    }

    .registerform-content #newForm [id^="checkbox"].form-group {
        left: 0px;
    }

    .registerform-content #newForm [id^="submit"] {
        left: 0px;
    }

    #basket_content .input-group {
        width: 100%;
    }

    .searchfilters > .form-group {
        margin-bottom: 1rem;
    }
}

@media (max-width: 600px) {
    div.sticky-top-2 {
        padding-top: 15px;
        padding-bottom: 15px;
        top: 40px !important;
        background-color: #f8f9fa;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .small-title-new {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .clustervoordeel form {
        width: 100% !important;
    }

    .no-flex-mobile {
        display: block;
    }

    .clustervoordeel .card-header {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .form-inline .input-group-append a.btn-primary {
        font-size: 14px;
        line-height: 28px;
    }

}

@media (max-width: 320px) {
    #newForm .form_address_street {
        width: 50%;
    }

    #newForm .form_address_number {
        width: 25%;
    }

    #newForm .form_address_bus {
        width: 25%;
    }
}


body.modal-open div.modal-backdrop {
    z-index: 0;
}

@media screen and (min-width: 940px) {
    .table-responsive.historiek {
        overflow: hidden;
    }
}

.footer-logo-slider div img {
    padding-left: 25px;
    padding-right: 25px;
}

.footer-logo-slider .slick-dots li button:before {
    font-size: 24px;
}

.footer-logo-slider .slick-dots li {
    margin-left: 0;
    margin-right: 0;
}

.productloading {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    display: none;
}

.overlay {
    filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
}

.productloading {
    display: none;
    width: 80px;
    height: 80px;
    margin-top: 100px;
}

.productloading:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: productloading 1.2s linear infinite;
}


@keyframes productloading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

