﻿@import 'https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,900,800&ver=5.2.1';
@import 'https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,900,800&ver=5.2.1';
@import 'https://fonts.googleapis.com/css2?family=Roboto&display=swap';
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

body {
    /* font-family: Raleway, Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'Roboto', serif;
    font-size: 15px;
    background-color: #f0f0f0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.logo {
    align-self: center;
}

    .logo img {
        width: 300px;
    }

* {
    box-sizing: border-box;
}

div.header-wrapper {
    padding: 30px 30px 0px 30px;
    background-color: #fff;
}

div .header {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

    div .header > img {
        flex: 0 1 200px;
    }

    div .header > .menus {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        flex: 0 1 auto;
    }

div.loginstatus {
    text-align: right;
    padding: 10px 20px 10px 10px;
}

ul.sipro-topmenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
}

    ul.sipro-topmenu > ul {
        text-align: center;
    }

    ul.sipro-topmenu > li {
        list-style-type: none;
        padding: 0 0 0 15px;
        position: relative;
    }

        ul.sipro-topmenu > li:first-child {
            padding-left: 0;
        }

        ul.sipro-topmenu > li + li {
            padding-left: 30px;
        }

        ul.sipro-topmenu > li > a {
            background-color: #fff;
            color: #000;
            text-decoration: none;
            white-space: nowrap;
            padding: 5px 20px;
            display: inline-block;
        }

    ul.sipro-topmenu li a {
        left: 50%;
    }

    ul.sipro-topmenu > li > ul {
        position: absolute;
        z-index: 20;
        list-style: none;
        text-align: center;
        background: rgba(255, 255, 255, 0.5);
        width: 200px;
        padding: 5px;
        margin: 0 auto;
        text-transform: uppercase;
        transition-duration: 300ms;
        opacity: 0;
        left: calc(50% + 15px);
        transform: translateX(-50%);
    }

    ul.sipro-topmenu > li:hover > ul {
        opacity: 1;
    }

    ul.sipro-topmenu > li > ul > li {
        background: #fff;
        margin: -20px 0 0 0;
        padding: 2px;
        font-weight: bold;
        color: #000;
        transition-duration: 300ms;
    }

        ul.sipro-topmenu > li > ul > li:hover {
            transform: scale(1.1);
            transform-origin: center;
        }

    ul.sipro-topmenu > li:hover > ul > li {
        margin: 4px 0 0 0;
    }

    ul.sipro-topmenu > li > ul > li > a {
        text-decoration: none;
    }

.partnerlist-content {
    width: 75%;
    margin: 0 auto;
}

div.content {
    padding: 40px 0;
    margin: 0 auto;
    max-width: 1400px;
}

    div.content.narrow-content {
    }
/*div.field-explanation {
    display: inline;
    position: relative;
    cursor: help;
}

    div.field-explanation::before {
        content: '?';
        line-height: 16px;
        font-size: 14px;
        text-align: center;
        height: 16px;
        width: 16px;
        border-radius: 8px;
        background-color: #000;
        color: #fff;
        display: inline-block;
        font-weight: 900;
    }

    div.field-explanation > div {
        background-color: #464646;
        color: #fff;
        padding: 9px 15px;
        width: 300px;
        position: absolute;
        left: 30px;
        top: -20px;
        transition-duration: 250ms;
        opacity: 0;
    }

    div.field-explanation:hover > div {
        opacity: 1;
    }*/
div .field-explanation {
    margin-top: 10px;
    color: #999999;
    font-size: 18px;
}

div.login-wrapper {
    width: 400px;
    margin: 150px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Verdana;
}

    div.login-wrapper label {
        color: #000;
        font-weight: bold;
        display: block;
        margin: 30px 0 7px 0;
        text-align: left;
    }

div.login-header {
    text-align: center;
}

a:link,
a:visited,
a:hover,
a:active {
    /*    color: #4e443a;*/
    color: #000;
}

h2 {
    font-weight: bold;
    color: #000;
}

    h2 span.title-highlight {
        color: #856f58;
    }

form.filter-form, form.filter-form div {
    display: flex;
    align-items: center;
    font-size: 12px;
}

div.field-wrapper {
    margin: 7px;
}

.download-error {
    color: red;
    font-weight: bold;
    font-style: italic;
}

table.sipro-data-table {
    border: 1px solid #999;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

td.no-wrap {
    white-space: nowrap;
}

table.sipro-data-table a.sort-button {
    border-radius: 3px;
    min-width: 20px;
    min-height: 20px;
    display: block;
    border: 2px solid rgb(84,178,70);
    font-weight: bold;
    background: #fff;
    color: rgb(84,178,70);
    text-decoration: none;
    text-align: center;
}

    table.sipro-data-table a.sort-button::before {
        content: "Sorteer ";
    }

    table.sipro-data-table a.sort-button.current-sort {
        background: rgb(84,178,70);
        color: #fff;
    }

        table.sipro-data-table a.sort-button.current-sort::before {
            content: "Gesorteerd";
        }

html table.sipro-sticky-header-table tr:nth-child(1) th {
    position: sticky;
    top: 0;
    z-index: 10;
}

table.sipro-sticky-columns-table tr th:nth-child(1),
table.sipro-sticky-columns-table tr th:nth-child(2),
table.sipro-sticky-columns-table tr th:nth-child(3),
table.sipro-sticky-columns-table tr th:nth-child(4) {
    position: sticky;
    z-index: 11;
}

table.sipro-sticky-columns-table tr:nth-child(odd) td:nth-child(1),
table.sipro-sticky-columns-table tr:nth-child(odd) td:nth-child(2),
table.sipro-sticky-columns-table tr:nth-child(odd) td:nth-child(3),
table.sipro-sticky-columns-table tr:nth-child(odd) td:nth-child(4),
table.sipro-sticky-columns-table tr:nth-child(2) td:nth-child(1),
table.sipro-sticky-columns-table tr:nth-child(2) td:nth-child(2),
table.sipro-sticky-columns-table tr:nth-child(2) td:nth-child(3),
table.sipro-sticky-columns-table tr:nth-child(2) td:nth-child(4) {
    position: sticky;
    z-index: 9;
}

    table.sipro-sticky-columns-table tr:nth-child(odd) th:nth-child(1)::before, table.sipro-sticky-columns-table tr:nth-child(odd) td:nth-child(1)::before,
    table.sipro-sticky-columns-table tr:nth-child(odd) th:nth-child(2)::before, table.sipro-sticky-columns-table tr:nth-child(odd) td:nth-child(2)::before,
    table.sipro-sticky-columns-table tr:nth-child(odd) th:nth-child(3)::before, table.sipro-sticky-columns-table tr:nth-child(odd) td:nth-child(3)::before,
    table.sipro-sticky-columns-table tr:nth-child(odd) th:nth-child(4)::before, table.sipro-sticky-columns-table tr:nth-child(odd) td:nth-child(4)::before,
    table.sipro-sticky-columns-table tr:nth-child(2) th:nth-child(1)::before, table.sipro-sticky-columns-table tr:nth-child(2) td:nth-child(1)::before,
    table.sipro-sticky-columns-table tr:nth-child(2) th:nth-child(2)::before, table.sipro-sticky-columns-table tr:nth-child(2) td:nth-child(2)::before,
    table.sipro-sticky-columns-table tr:nth-child(2) th:nth-child(3)::before, table.sipro-sticky-columns-table tr:nth-child(2) td:nth-child(3)::before,
    table.sipro-sticky-columns-table tr:nth-child(2) th:nth-child(4)::before, table.sipro-sticky-columns-table tr:nth-child(2) td:nth-child(4)::before {
        content: '';
        height: 1px;
        display: block;
        visibility: hidden;
    }

table.sipro-sticky-columns-table tr th:nth-child(1), table.sipro-sticky-columns-table tr td:nth-child(1) {
    left: 0px;
    width: 150px;
}

    table.sipro-sticky-columns-table tr th:nth-child(1)::before, table.sipro-sticky-columns-table tr td:nth-child(1)::before {
        width: 150px;
    }

table.sipro-sticky-columns-table tr th:nth-child(2), table.sipro-sticky-columns-table tr td:nth-child(2) {
    left: 150px;
    width: 120px;
}

    table.sipro-sticky-columns-table tr th:nth-child(2)::before, table.sipro-sticky-columns-table tr td:nth-child(2)::before {
        width: 120px;
    }

table.sipro-sticky-columns-table tr th:nth-child(3), table.sipro-sticky-columns-table tr td:nth-child(3) {
    left: 270px;
    width: 120px;
}

    table.sipro-sticky-columns-table tr th:nth-child(3)::before, table.sipro-sticky-columns-table tr td:nth-child(3)::before {
        width: 120px;
    }

table.sipro-sticky-columns-table tr th:nth-child(4), table.sipro-sticky-columns-table tr td:nth-child(4) {
    left: 390px;
}

table.sipro-sticky-column-table tr th:nth-child(1),
table.sipro-sticky-column-table tr td:nth-child(1) {
    position: sticky;
    z-index: 9;
}

table.sipro-sticky-column-table tr:nth-child(odd) th:nth-child(1)::before, table.sipro-sticky-column-table tr:nth-child(odd) td:nth-child(1)::before {
    content: '';
    height: 1px;
    display: block;
    visibility: hidden;
}

table.sipro-sticky-column-table tr th:nth-child(1), table.sipro-sticky-column-table tr td:nth-child(1) {
    left: 0px;
    width: 150px;
}

    table.sipro-sticky-column-table tr th:nth-child(1)::before, table.sipro-sticky-column-table tr td:nth-child(1)::before {
        width: 150px;
    }

table.sipro-data-table th,
table.sipro-data-table td {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 16px;
    text-align: left;
    background-color: #fff;
    margin-bottom: 20px;
}

table.sipro-data-table-odd-even-columns.sipro-data-table td:nth-child(odd) {
    background-color: #eee;
}

table.sipro-data-table th {
    background: rgb(84,178,70);
    background: linear-gradient(180deg, rgba(84,178,70,1) 0%, rgba(49,164,51,1) 100%);
    color: #fff;
    font-weight: bold;
}

/*    table.sipro-data-table tr:nth-child(even) td {
        background-color: #FAFAFA;
    }

    table.sipro-data-table tr:nth-child(odd) td {
        background-color: #fff;
    }*/

div.sipro-ost-detail {
    margin: 10px 5px;
    padding: 0 0 0 10px;
}

    div.sipro-ost-detail h4 {
        margin: 0 0 0 -10px;
    }

dl .sipro-data-details {
    border: 1px solid #999;
    width: 100%;
    padding: 15px;
}

div.sipro-data-details {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

    div.sipro-data-details > h2,
    div.sipro-data-details.sipro-contract-details .intro,
    div.sipro-data-details.sipro-contract-details .warning-message {
        flex: 1 1 100%;
    }

    div.sipro-data-details.sipro-contract-details .warning-message {
        color: red;
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
        padding: 10px 5px;
    }

        div.details-field-wrapper {
            padding: 40px 40px;
            width: 50%;
        }

            div.details-field-wrapper.contains-download-button {
                display: flex;
                align-items: center;
            }

            div.details-field-wrapper div.details-field-label {
                color: #000;
                font-weight: bold;
            }

    div.details-field-wrapper div.details-field-value {
        color: #999999;
        font-weight: bold;
        font-size: 2.5em;
        scrollbar-width: thin;
        scrollbar-color: #55b247 #fafafa;
    }

        div.details-field-wrapper div.details-field-value.inactive {
            font-size: 2.1em;
        }

        div.details-field-wrapper div.details-field-value a.details-button {
            font-size: 16px;
            margin: 10px auto;
        }

        div.details-field-wrapper div.details-field-value::-webkit-scrollbar {
            width: 7px;
        }

        div.details-field-wrapper div.details-field-value::-webkit-scrollbar-track {
            background: #fafafa;
        }

        div.details-field-wrapper div.details-field-value::-webkit-scrollbar-thumb {
            background-color: #55b247;
            border-radius: 6px;
            border: 3px solid #fafafa;
        }

        div.details-field-wrapper div.details-field-value.details-flex {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            position: relative;
        }

            div.details-field-wrapper div.details-field-value.details-flex > div + div {
                padding-left: 20px;
            }
            div.details-field-wrapper div.details-field-value.details-flex .details-field-buttons {
                padding-right: 25px;
                position: relative;
            }
            div.details-field-wrapper div.details-field-value.details-flex .details-field-number {
                padding-top: 10px;
            }

div.sipro-contract-details .details-field-wrapper {
    padding: 20px 50px;
    width: 33%;
}
div.sipro-contract-details .sipro-data-sub-details {
    padding: 0;
    width: 66%;
    display: flex;
    flex-wrap: wrap;
}

div.sipro-data-sub-details .details-field-wrapper {
    padding: 20px 50px;
    width: 50%;
}

div.sipro-contract-details .details-field-label {
    font-weight: normal;
}

div.sipro-contract-details div.details-field-wrapper div.details-field-value {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
}

.details-field-book-values-container {
    display: flex;
}

.details-field-book-values {
    flex-grow: 1;
}

.book-bar-count {
    color: #55b247;
    font-size: 2rem;
    font-weight: bold;
}

.book-bar-total {
    color: #a0a1aa;
}

.book-bar {
    height: 30px;
    background-color: #e0e0e0;
}

div.details-field-lead-values-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 50%;
    flex-grow: 0;
}

    div.details-field-lead-values-wrapper > div {
        margin-bottom: 10px;
    }

div.details-field-lead-values-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.leads-bar-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin: 0 auto;
}

div.details-field-lead-values-container div.details-lead-value {
    color: #55b247;
    font-size: 2rem;
    font-weight: bold;
}

div.details-field-lead-values-container div.details-lead-value-caption {
    color: #a0a1aa;
}

div.leads-bar {
    height: 200px;
    width: 40px;
    background-color: rgb(246,122,16);
    margin-left: 20px;
}

div.leads-download-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div.details-field-wrapper div.details-field-value-list {
    padding-left: 0px;
    text-align: left;
    color: #000;
}

    div.details-field-wrapper div.details-field-value-list ul,
    div.details-field-wrapper .details-field-value-multi ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    div.details-field-wrapper div.details-field-value-list li,
    div.details-field-wrapper .details-field-value-multi li {
        margin: 0px;
        padding: 0px;
    }

div.details-field-wrapper div.teamleader-meetings li {
    background: url("/content/images/calendar.svg") no-repeat left 8px;
    background-size: auto 20px;
    padding: 5px 0 5px 25px;
}

div.details-field-wrapper div.teamleader-newsletters li {
    padding: 5px 0;
}

div.details-field-wrapper .details-field-value-multi li > span:last-child {
    padding-left: 10px;
}

.top-articles ol {
    padding-left: 60px;
}

    .top-articles ol li {
        text-align: left;
    }

        .top-articles ol li a {
            font-size: 1rem;
        }

a.download-button {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(246,122,16,1) 0%, rgba(238,95,0,1) 100%);
    padding: 5px;
    font-family: Roboto, sans-serif;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
}

    a.download-button::after {
        height: 16px;
        width: 16px;
        display: inline-block;
        content: "";
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0 0 0 3px;
        background-image: url('/Content/Images/dashboard_logos/pijltje_download.png');
        padding-left: 5px;
    }

    a.download-button.unlock-button {
        background: none;
        background-color: transparent;
        color: #333333;
        border: 2px solid #333333;
    }

        a.download-button.unlock-button::after {
            height: 14px;
            width: 14px;
            background-image: url('/Content/Images/lock.png');
        }

a.unlock-phone-numbers, a.unlock-interest-leads {
    cursor: pointer;
}

.details-field-label {
    font-size: 20px;
}

    .details-field-label.has-icon {
        margin: 10px;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto 75px;
        min-height: 75px;
        margin: 10px;
        padding-left: 150px;
    }

.details-field-label-clicks.has-icon {
    background-image: url('../Images/dashboard_logos/doorclicks.png');
}

.details-field-label-views.has-icon {
    background-image: url('../Images/dashboard_logos/weergaven.png');
}

.details-field-label-interactions.has-icon {
    background-image: url('../Images/dashboard_logos/interacties.png');
}

.details-field-label-acties::before {
    background-image: url('../Images/dashboard_logos/acties.png');
}

.details-field-label-brochures {
    background-image: url('../Images/dashboard_logos/brochureaanvragen.png');
}

.details-field-label-banner-views {
    background-image: url('../Images/dashboard_logos/weergaven.png');
}

.details-field-label-banner-clicks {
    background-image: url('../Images/dashboard_logos/bannerclicks.png');
}

.details-field-label-banner-impressions {
    background-image: url('../Images/dashboard_logos/bannerimpressies.png');
}

a.teamleader-contact-mail {
    color: #53ae04;
    padding-left: 40px;
    background-image: url('../Images/mail-icon-small.png');
    background-repeat: no-repeat;
    background-position: left center;

}
/* INPUTS */
input[type=text], input[type=password], input[type=number], select {
    font-family: Raleway, Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 5px 15px;
    width: 95%;
    height: 40px;
}

textarea {
    min-width: 600px;
    min-height: 70px;
}

/*SUBMIT KNOP*/
input[type=submit],
input[type=button] {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 10px;
    cursor: pointer;
}

a.details-button {
    background: rgb(246,122,16);
    background: linear-gradient(180deg, rgba(246,122,16,1) 0%, rgba(238,95,0,1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin: 0 auto;
}

    a.details-button + a.details-button {
        margin-left: 10px;
    }

a.button,
table.sipro-data-table td a,
.noprint .button,
.noprint .create-button,
p .create-button {
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    background: rgb(246,122,16);
    background: linear-gradient(180deg, rgb(246,122,16), rgb(238,95,0));
    padding: 5px;
    font-family: Roboto;
    color: #fff;
    display: inline-block;
}

.noprint .edit-button, .noprint a, .sipro-data-table a.edit-button {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    font-family: Roboto;
    background: #eee;
    color: #000;
}

.edit-button::after {
    background-image: url('/Content/Images/pencil.png');
    background-repeat: no-repeat;
    content: "";
    background-size: cover;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 5px;
}

.button::after {
    background-image: url('/Content/Images/download.png');
    background-repeat: no-repeat;
    content: "";
    background-size: cover;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 5px;
}

td .button {
    color: #fff;
}

td a, td a:visited, td a:link {
    color: #000;
}

div.lead-verwijderd-warning {
    padding: 20px;
    margin: 8px 0;
    border: 3px solid red;
    background-color: rgb(255,220,220);
    font-weight: bold;
}

div.warning {
    padding: 20px;
    margin: 8px 0;
    border: 3px solid red;
    font-weight: bold;
}

tr.lead-data-hidden {
    outline: 3px solid red;
}

    tr.lead-data-hidden td {
        background-color: rgb(255,220,220) !important;
    }

div.footer-pager {
    margin: 20px 0;
}

div.footer-excel-export {
    padding: 20px 0;
}

    div.footer-excel-export a {
        height: 18px;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        padding: 9px 15px;
        background: rgb(246,122,16);
        background: linear-gradient(180deg, rgba(246,122,16,1) 0%, rgba(238,95,0,1) 100%);
    }

        div.footer-excel-export a::after {
            background-image: url(../Images/excel-logo-small-white.png);
            width: 50px;
            height: 25px;
            display: inline-block;
            vertical-align: middle;
            content: "";
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
        }

div.footer-logos {
    margin: 0 auto;
    width: 75%;
    text-align: center;
}

    div.footer-logos img {
        vertical-align: middle;
        margin: 0 40px;
    }

        div.footer-logos img.bouwinfo-logo {
            max-height: 85px;
        }

.footer-privacy {
    background-color: #fff;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.details-field-buttons>div {
    font-size: 18px;
}
.details-field-buttons > div~.info_popup {
    display: none;
}
.details-field-buttons .info_popup {
    background: url('/Content/Images/info.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 300;
}
    .details-field-buttons .info_popup .popup {
        display: none;
        color: #eeeeee;
        position: absolute;
        bottom: -5px;
        left: -5px;
        z-index: 301;
        font-size: 16px;
        width: 300px;
        border-radius: 13px;
        padding: 15px 20px 30px 20px;
        font-weight: normal;
        background: #333333 url("/Content/Images/info.png") no-repeat bottom 5px left 5px;
    }
    .details-field-wrapper:nth-child(even) .details-field-buttons .info_popup .popup {
        right: -5px;
        left: auto;
        background-position: bottom 5px right 5px;
    }
    .details-field-buttons .info_popup .popup:hover,
    .details-field-buttons .info_popup:hover .popup {
        display: block;
    }
    .details-field-buttons a+a {
        margin-top: 15px;
    }
    div.details-field-wrapper div.details-field-value.details-flex .details-field-buttons .info_popup {
        position: absolute;
        right: 0;
        top: 50%;
    }
@media print {
    body {
        background-color: transparent;
    }

    ul.sipro-topmenu,
    input[type=submit],
    .loginstatus,
    .footer-pager {
        display: none;
    }

    div.header {
        padding: 15px 20px 0px 20px;
    }

    .header > img {
        width: 150px !important;
        height: auto;
    }

    div.content {
        padding: 20px 20px 15px 20px;
    }

    /* hide questionmark and show explanation*/
    div.field-explanation::before {
        display: none;
        content: "";
    }

    div.field-explanation > div {
        background-color: transparent;
        color: #000;
        padding: 0px;
        width: auto;
        position: static;
        left: unset;
        top: unset;
        transition-duration: 250ms;
        opacity: 1;
        font-weight: normal;
    }

    div.sipro-data-details {
        display: block;
    }

        div.sipro-data-details:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    /*put 2 fields on each row */
    div.details-field-wrapper {
        display: block;
        float: left;
        background-color: #fff;
        min-width: 30px;
        width: 50%;
        height: 200px;
        padding: 30px;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
        page-break-inside: avoid;
        break-inside: avoid-page;
        position: relative;
    }

    .pagebreak {
        page-break-before: always;
    }

    .noprint {
        display: none;
    }
    /* page-break-after works, as well */
    .field-with-logo div.field-explanation > div {
        color: #fff;
    }

} /* END print */

.info-header {
    padding: 10px;
    background-color: #55b247;
    font-weight: bold;
    color: #fff;
    box-sizing: content-box;
    font-family: 'Roboto Slab', serif;
}

    .info-header > p {
        margin-left: 10px;
    }

.date-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 5px;
    font-family: 'Roboto';
    font-weight: bold;
    align-items: center;
}

    .date-wrapper label,
    .date-wrapper input {
        margin: 10px;
        font-size: 18px;
        line-height: 1.1;
    }

        .date-wrapper input[type=date] {
            padding: 10px 15px;
            border-radius: 20px;
            border: none;
            background-color: #eeeeee;
            color: #888888;
        }

        .date-wrapper input[type=submit] {
            background-color: transparent;
            border: 2px solid #333333;
            border-radius: 20px;
            color: #333333;
            font-weight: bold;
            padding: 10px 20px
        }

.company-header {
    padding: 20px;
    box-sizing: content-box;
    height: 100px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer {
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
}

.login-wrapper p {
    display: flex;
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
}

a.sipro-partner-name {
    font-weight: bold;
    text-align: left;
    background: #fff;
    color: #000;
    text-decoration: none;
}

.partner-header {
    padding: 30px;
    background-color: #FFF;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .partner-header .partner-name h2 {
        font-size: 36px;
        margin: 20px 0;
    }

    .partner-header .partner-date {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
    }

.logo-footer {
    background: #55B247;
    margin-top: 25px;
    margin: 10px auto;
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

    .logo-footer img {
        margin: 15px;
    }

.sipro-data-table tr {
    padding: 5px;
    width: 100%;
}

/* De edit pagina een beetje fatsoeneren */
.form-group {
    padding-top: 15px;
}

    .form-group label {
        display: block;
        font-size: 14px;
        font-weight: lighter;
    }

    .form-group > label {
        margin-bottom: 8px;
    }

fieldset {
    margin: 20px 0;
}

.bouw-logo {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .bouw-logo img {
        max-height: 50px;
    }

.teamleader-nieuwsbrieven-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .teamleader-nieuwsbrieven-container > div {
        width: 30%;
        border: 2px solid black;
        padding: 10px;
        margin: 10px;
    }

div.sipro-alert {
    padding: 20px 10px;
    font-weight: bold;
}

.formatted-text {
    white-space: pre-line;
}

.deferrable {
    transition-duration: 200ms;
}

/* widget: tabs */
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.widget {
    position: relative;
    width: 100%;
}

    .widget .widget-panels {
        min-height: 200px;
        width: 100%;
        border-radius: 3px;
        overflow: hidden;
    }

    .widget .widget-panel {
        display: none;
        animation: fadein .8s;
    }

    .widget.main-tabs > .radio {
        display: none;
    }

    .widget #tab-resultaten:checked ~ .widget-panels #widget-panel-resultaten,
    .widget #tab-budget:checked ~ .widget-panels #widget-panel-budget,
    .widget #tab-contract:checked ~ .widget-panels #widget-panel-contract {
        display: block
    }

    .widget .widget-tabs > * {
        cursor: pointer;
        padding: 10px 20px;
        margin: 0px 2px;
        background: #fafafa;
        display: inline-block;
        color: #333;
        border-radius: 15px 15px 0px 0px;
        font-size: 20px;
        font-weight: bold;
    }

    .widget #tab-resultaten:checked ~ .widget-tabs #tab-resultaten-lbl,
    .widget #tab-budget:checked ~ .widget-tabs #tab-budget-lbl,
    .widget #tab-contract:checked ~ .widget-tabs #tab-contract-lbl {
        background: #53ae04;
        color: #fff;
    }

div.sipro-data-details.technical-specs {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    font-size: 18px;
    padding: 20px 50px;
}
    .technical-specs h2 {
        font-size: 24px;
        margin-top: 0px;
    }
    .technical-specs a.button:link, .technical-specs a.button:hover, .technical-specs a.button:active {
        color: #fff;
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: bold;
    }
.details-full-width-field {
    padding: 40px 60px;
    width: 100%;
    filter: drop-shadow(0 0 6.5px rgba(0,0,0,0.1));
    display: flex;
    justify-content: flex-start;
    padding: 30px;
}
    .details-full-width-field > div:first-child {
        border-top-left-radius: 39px;
        border-bottom-left-radius: 39px;
    }
    .details-full-width-field > div:last-child {
        border-top-right-radius: 39px;
        border-bottom-right-radius: 39px;
    }
    .field-with-logo .details-field-wrapper {
        background-color: #509e30;
        flex: 0 1 calc(100% - 320px);
        color: #fff;
    }
     .field-with-logo div.details-field-wrapper div.details-field-label,
     .field-with-logo div.details-field-wrapper div.details-field-value,
     .field-with-logo div .field-explanation {
         color: #fff;
     }

    .field-with-logo .partner-logo {
        background-color: #fff;
        flex: 0 1 320px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 215px auto;
    }

    .field-with-logo .partner-logo.partner-luminus{
        background-image: url('/Content/Images/luminus.png');
    }
        .field-with-logo .partner-logo.partner-bouwinfo {
            background-image: url('/Content/Images/logo-bouwinfo.png');
        }
    
    .details-field-label-offerte-leads {
        background-image: url('/Content/Images/dashboard_logos/offerteleads.png');
    }
    .details-full-width-field div .field-explanation{
        font-weight: normal;
        margin: 0px;
    }

    .details-full-width-field .details-field-label.has-icon {
        background-size: auto 85px;
    }

    div.newsletter-options {
        display: flex;
    }
    div.newsletter-options>label {
        width: 50%;
    }

    form.newsletter-form {
        background: #fff;
        padding: 10px;
        margin: 10px 0;
    }

    /* Loading animation */
.deferrable.defer-loading {
    overflow: hidden;
    position: relative;
    background-image: none;
    color: rgba(0,0,0,0) !important;
    transition-duration: 250ms;
}

    .deferrable.defer-loading:before {
        content: " ";
        display: block;
        width: 34px;
        height: 34px;
        margin: 7px;
        border-radius: 50%;
        border: 5px solid #53ae04;
        border-color: #53ae04 transparent #53ae04 transparent;
        animation: loading-ring-anim 2s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes loading-ring-anim {
        0% {
            transform: rotate(0deg);
            opacity: 1;
        }
        50% {
            transform: rotate(180deg);
            opacity: 0.6;
        }

        100% {
            transform: rotate(360deg);
            opacity: 1;
        }
    }

@media (max-width: 1400px) {
    div .header {
        width: 90%;
    }
    div.sipro-data-details.technical-specs>div:first-child {
        max-width: 60%;
    }
}

@media (max-width: 1100px) {
    ul.sipro-topmenu > li > a {
        padding: 5px 10px;
    }

    ul.sipro-topmenu > li + li {
        padding-left: 15px;
    }
  
    div.sipro-data-details.technical-specs p {
        margin-top: 0px;
    }
    div.sipro-data-details.technical-specs > div:first-child {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    div.sipro-contract-details .details-field-wrapper {
        flex-basis: 50%;
    }

    .details-field-wrapper.field-empty {
        display: none;
    }

    .technical-specs a.button:link, .technical-specs a.button:hover, .technical-specs a.button:active {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    ul.sipro-topmenu > li:hover > ul > li {
        margin: 0;
    }

    ul.sipro-topmenu > li > ul {
        display: none;
    }

    ul.sipro-topmenu > li:hover > ul {
        display: block;
    }

    .date-wrapper {
        flex-wrap: wrap;
    }

    .details-field-label.has-icon {
        padding-left: 0;
        padding-top: 80px;
        background-position: top center;
        text-align: center;
    }

    div .field-explanation {
        text-align: center;
    }

    .deferrable.defer-loading {
        background-position: center;
    }

    div.details-field-wrapper div.details-field-value.details-flex {
        justify-content: center;
    }

        div.details-field-wrapper div.details-field-value.details-flex > div {
            flex: 1 1 100%;
        }

    a.download-button {
        padding-left: 15px;
        padding-right: 15px;
    }
    .details-full-width-field .details-field-label.has-icon {
        background-size: auto 70px;
    }
}

@media (max-width: 680px) {
    div .header {
        align-items: center;
        width: 100%;
    }

    div .header {
        flex-wrap: wrap;
    }

    .hide-mobile {
        display: none;
    }

    div.details-field-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    div.sipro-contract-details .details-field-wrapper {
        flex-basis: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .details-full-width-field {
        flex-wrap: wrap;
    }
    .details-full-width-field > div:first-child {
        flex-basis: 100%;
        border-top-right-radius: 39px;
        border-bottom-left-radius: 0px;
    }
    .details-full-width-field > div:last-child {
        flex-basis: 100%;
        height: 150px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 39px;
    }
    .field-with-logo .details-field-wrapper .defer-loading:after {
        left: calc(50% - 30px);
    }
}

@media (max-width: 480px) {
    div.details-field-wrapper {
        width: 100%;
    }

    .widget .widget-tabs {
        padding-left: 0px;
        /*margin-bottom: 10px;*/
    }

        .widget .widget-tabs > * {
            border-radius: 0;
            width: 100%;
        }
}