html,
body {
    height: 100%;
}

iframe {
    border: none;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;;
}

.center-image {
    margin: 0 auto;
}

.company-brand img {
    max-height: 60px;
}

.companyLogo-area {
    display: none;
}

.navbar > .container {
    position: relative;
}

.navbar-language {
    position: absolute;
    right: 0;
    top: 3px;
}

.navbar-language .list-unstyled {
    margin-bottom: 0;
}

ul.navbar-nav {
    margin-top: .5rem;
}

.navbar-toggler {
    margin-right: 50px;
    border: none;
}

.dropdown-menu {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.navbar-language .dropdown-menu {
    margin-right: .5rem;
}

.btn {
    font-weight: 500;
    border-radius: .325rem;
}

.btn-light {
    border: 1px solid rgba(0, 0, 0, .125);
}

.btn-light:hover {
    border: 1px solid rgba(0, 0, 0, .15);
}

#pon-label-dashboard .btn-light,
#white-label-dashboard .btn-light {
    font-size: .875rem;
    padding: .25rem .75rem;
}

.homepage h1.heading,
.homepage .user-info {
    display: none;
}

h1.heading {
    margin-bottom: 1.5rem;
}

#pon-dashboard h1.heading,
#white-label-dashboard h1.heading {
    margin-bottom: .75rem;
}

header {
    margin-top: 100px;
}

.wrapper {
    /*height: 100%;*/
    flex: 1 0 auto;
}

.top-section {
    height: 100%;
}

.homepage .top-section {
    height: inherit;
}

.top-section .container {
    height: 100%;
}

#content {
    padding-top: 20px;
    padding-bottom: 80px;
}

.homepage #content {
    padding: 0;
}

.homepage #content .alert {
    margin-top: 1rem;
}

.homepage #content .alert p {
    margin-bottom: 0;
}

.form-group,
.form-groups {
    margin-bottom: 1rem;
}

.control-label {
    font-weight: 500;
    margin-bottom: .25rem;
}

.control-label.html-validation-failed,
.html-validation-failed {
    color: red;
}

.form-text {
    margin-top: -.5rem;
}

#content ul, ul.ul-after-p {
    margin-top: -2px;
    margin-bottom: 22px;
}

#content ul li, ul.ul-after-p li {
    margin-bottom: 10px;
    line-height: 1.3;
}

#content ol li {
    margin-bottom: 10px;
}

#content ul.nav-tabs {
    margin-top: 0;
    margin-bottom: 0;
}

#content ul.nav-tabs li {
    margin-bottom: 0;
}

.progress-questionnaire {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card {
    margin-bottom: 1.5rem;
}

.card.questionnaire {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.g-4 .card {
    margin-bottom: 0;
}

.results .card-header {
    height: 5rem;
}

.card-header .card-title {
    margin-top: .25rem;
}

.card-header .card-title .btn {
    margin-top: -.25rem;
}

.questionnaire .form-groups {
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
}

.questionnaire .control-label {
    font-size: 110%;
    font-weight: 700;
    line-height: 1.35;
}

.table-td-line-right {
    /*border-right: 1px solid #333;*/
}

div.clients {
    padding: 0;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*width: 650px;*/
}

div.clients a {
    margin: 20px 20px;
    display: inline-block;
    vertical-align: middle;
}

.frontend-overview .btn-large {
    line-height: 1.2;
    height: 100%;
    width: 100%;
    padding: 1rem .5rem .75rem;
    border-radius: .5rem;
}

.frontend-overview .btn-large .fa-xl {
    line-height: 1;
    display: block;
    margin-bottom: .75rem;
}

ul#password-indicator {
    margin-bottom: .5rem;
}

#password-indicator .password-indicator-failed, #password-will-pass .password-indicator-failed {
    color: red;
}

#password-indicator .password-indicator-passed, #password-will-pass .password-indicator-passed {
    color: green;
}

.slot_to_plan {
    cursor: pointer;
}

.selected_slot {
    background-color: #f5f5f5;
}

.svg-icon {
    display: inline-block;
    background-size: cover;
}

.about-section .svg-icon {
    width: 100px;
    height: 100px;
}

.frontend-overview .svg-icon {
    width: 50px;
    height: 50px;
}

.svg-vragenlijsten {
    background-image: url(../../../assets/frontend/images/icon-vragenlijsten.svg);
}

.svg-inzicht {
    background-image: url(../../../assets/frontend/images/icon-inzicht.svg);
}

.svg-advies {
    background-image: url(../../../assets/frontend/images/icon-advies.svg);
}

.svg-acties {
    background-image: url(../../../assets/frontend/images/icon-acties.svg);
}

.svg-resultaten::before {
    /*background-image: url(/assets/frontend/images/icon-resultaten.svg);*/
    content: url(../../../assets/frontend/images/icon-resultaten.svg);
}

.svg-invoice {
    background-image: url(../../../assets/frontend/images/icon-invoice.svg);
}

.svg-user {
    background-image: url(../../../assets/frontend/images/icon-user.svg);
}

.svg-calendar {
    background-image: url(../../../assets/frontend/images/icon-calendar.svg);
}

footer {
    color: #fff;
}

.footer-content {
    text-align: center;
}

#footer-menu .navbar-nav {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

#footer-menu ul.navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
}

/*Round Icon Badges in footer*/
.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #fff;
    text-align: center;
    margin: 1rem 0 1.75rem;
}

.round-phone {
    margin-left: 2rem;
}

footer .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer .iso {
    padding-top: 20px;
    padding-bottom: 10px;
}

.iso-image {
    display: inline-block;
}

.iso-image img {
    width: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table > :not(:first-child) {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}

#pon-label-dashboard #content ul.nav-tabs .nav-item.show .nav-link,
#pon-label-dashboard #content ul.nav-tabs .nav-link.active {
    border-bottom-color: #0a1c22;
}


@media (min-width: 576px) {
    #content,
    .footer-content {
        padding-left: .25rem;
        padding-right: .25rem;
    }
}

@media (min-width: 768px) {
    #content {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .meter {
        margin-bottom: -9px;
    }

    .about-header-box {
        margin-bottom: 40px;
    }

    .about-header {
        padding-top: 24px;
        padding-bottom: 26px;
    }

    .card-form {
        margin-right: 20%;
    }

    .frontend-overview .btn-large {
        padding: 2rem 1rem;
    }

    .footer-content {
        text-align: left;
    }

    #footer-menu {
        border-left: 2px solid rgba(255, 255, 255, 0.3);
        padding-left: 2rem;
    }

    #footer-menu .navbar-nav {
        border-top: none;
    }

    #footer-menu ul.navbar-nav {
        margin-top: inherit;
        /*margin-bottom: 1rem;*/
        padding-top: 0;
    }

    .round {
        margin-top: 1.75rem;
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 992px) {
    .navbar-language {
        position: relative;
        top: 4px;
    }

    .member-authenticated .companyLogo-area {
        display: block;
        margin-left: .5rem;
    }

    .member-authenticated .companyLogo-area .companyLogo {
        max-height: 60px;
        /*border: 1px solid #d5d5d5;*/
    }

    .intro-section .home-content h1 {
        margin: 30px 0 30px 100px;
    }

    .iso-image img {
        width: 75px;
    }

    #dashboard {
        width: auto;
    }

    #dashboard-layout {
        margin: 0 auto;
        /*padding-top: 10px;*/
    }
}

@media (min-width: 1200px) {
    .about-section .arrow-again {
        margin: 0 124px;
    }

    .about-section p.fixed-height {
        height: 70px;
    }

    .card-form {
        margin-right: 40%;
    }
}

@media (min-width: 1400px) {
    #content {
        width: 83.33333333%;
        margin-left: 8.33333333%;
    }

    .homepage #content {
        width: 100%;
        margin-left: 0;
    }
}

