﻿/* Begin default CSS */

@font-face {
	font-family: 'MuseoSans-500';	
	font-style: normal;
	src: url('../fonts/MuseoSans-500.eot');
	src: local('MuseoSans-500'), url('../fonts/MuseoSans-500.eot') format('embedded-opentype'), url('../fonts/MuseoSans-500.woff') format('woff');
	}

@font-face {
	font-family: 'neotech-medium';
	font-style: normal;
	src: url('../fonts/NeoTech-Medium.eot');
	src: local('neotech-medium'), url('../fonts/NeoTech-Medium.eot') format('embedded-opentype'), url('../fonts/NeoTech-Medium.woff') format('woff');
}
            
.neotech-medium{font-family: 'neotech-medium' !important;}

@font-face {
    font-family: 'SharpSans-Bold';
    font-style: normal;
    src: url('../fonts/SharpSans-Bold.eot');
    src: local('SharpSans-Bold'), url('../fonts/SharpSans-Bold.eot') format('embedded-opentype'), url('../fonts/SharpSans-Bold.woff') format('woff');
}

.SharpSans-Bold {
    font-family: 'SharpSans-Bold' !important;
}

@font-face {
    font-family: 'SharpSans-Book';
    src: url('../fonts/SharpSans-Book.eot');
    src: local('SharpSans-Book'), url('../fonts/SharpSans-Book.eot') format('embedded-opentype'), url('../fonts/SharpSans-Book.woff') format('woff');
}

.SharpSans-Book {
    font-family: 'SharpSans-Book' !important;
}

@font-face {
    font-family: 'SharpSans-Medium';
    font-style: normal;
    src: url('../fonts/SharpSans-Medium.eot');
    src: local('SharpSans-Medium'), url('../fonts/SharpSans-Medium.eot') format('embedded-opentype'), url('../fonts/SharpSans-Medium.woff') format('woff');
}

.SharpSans-Medium {
    font-family: 'SharpSans-Medium' !important;
}

@font-face {
    font-family: 'SharpSans-Semibold';
    font-style: normal;
    src: url('../fonts/SharpSans-Semibold.eot');
    src: local('SharpSans-Semibold'), url('../fonts/SharpSans-Semibold.eot') format('embedded-opentype'), url('../fonts/SharpSans-Semibold.woff') format('woff');
}

.SharpSans-Semibold {
    font-family: 'SharpSans-Semibold' !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'SharpSans-Bold' !important;
}


h6 {
    font-family: 'SharpSans-Book' !important;
}

* {
    margin: 0;
}

body, html, form {
    /*height: 100%;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #fff;
}

body {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #05164c;
}

    body.small {
        font-size: 12px;
        line-height: 18px;
    }

    body.normal {
        font-size: 13px;
        line-height: 19px;
    }

    body.big {
        font-size: 14px;
        line-height: 20px;
    }

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

h1 {
    font-size: 24px;
    margin-top: 1.5rem;
}

.col-form-label {
    font-weight: bold;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
    font-weight: normal;
}

    h3:focus {
        outline: none;
    }

p {
    margin: 0 0 15px;
}

a {
    color: #05164c;
    text-decoration: underline;
}

    a:focus, img {
        outline: none;
    }

img {
    border: 0;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

#wrapper {
    background-color: #FFF;
   
    background-repeat: repeat-x;
    background-position: left top;
    height: 100%;
}

#push {
    height: 50px;
}
.headerFix {
    height: 114px;
    border: 1px solid rgba(0,0,0,0.03);
    border-width: 0 0 1px 0;
    z-index: 10;
}

@media screen and (max-width: 768px) {
	.headerFix{
		height: 90px;
	}
}

#siteContainer {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    margin-bottom: -50px;
}

#headerContainer {
    width: 100%;
    height: 52px;
    margin: 0 auto;
    background-color: rgba(5,22,76,1);
}

#MobileHeaderContainer {
    display: none;
    overflow: hidden;
    background-color: rgba(5,22,76,1);
}

.menuMobile {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 35px;
}

.navigationMobile .menuMobile li {
    display: block;
    text-align: left;
    padding: 11px 0px 11px 55px;
    font-size: 17px;
}

.navigationMobile .menuMobile li a{
	color: #fff;
	text-decoration: none;
}

.menuMobile li:hover, .menuMobile li:hover a{
	background-color: #fff;
	color: black;
}

.responsiveMenuIcon {
    display: block;
    cursor: pointer;
	float: right;
	padding: 2px 20px 2px 10px
}
.responsiveLeftMenuIcon {
    display: none;
    cursor: pointer;
    float: right;
    padding: 0px 12px 0px 12px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    color: #0070bc;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .responsiveLeftMenuIcon{
        display: inline-block;
    }
}
@media screen and (max-width: 320px) {
    .responsiveLeftMenuIcon {
        font-size: 75%;
    }
}

.bar1, .bar2, .bar3 {
    width: 28px;
    height: 5px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


@media screen and (max-width: 1080px) {
  #headerContainer, .print{
	display: none;
  }
  #MobileHeaderContainer{
	  display: block;
  }
}

#contentContainer {
    width: 992px;
    margin: 0 auto;
    padding: 15px 0 22px 0;
    overflow: hidden;
}

.home {
    width: 986px;
    padding: 15px 0 22px 6px;
}

.content {
    width: 980px;
    padding: 15px 6px 22px 6px;
    position: relative;
    overflow: hidden;
}

.imageright {
    position: absolute !important;
    vertical-align: bottom !important;
    bottom: 0 !important;
    right: 0 !important;
}


#footerPush {
    margin-bottom: 50px;
    height: 0;
}

#footerContainer {
    position: relative;
    background-color: #05164c;
    width: 100%;
    min-height: 50px;
}
/*
		.footer{
			width: 980px;
			margin: 0 auto;
			font-size: 11px;
			color: #fff;
			padding: 0px 6px;
		}*/
.footer {
    max-width: 980px;
    color: #fff;
    padding: 0 6px 0 6px;
    font-size: 11px;
    margin: 0 auto 0 auto;
}

/* Header */

.logo {
    padding: 20px 0px 0px 0px;
    height: 100%;
    text-align: right;
}

.logo a {
	text-indent: -9999px;
}

@media screen and (max-width: 768px) {
	.logo{
		padding: 0;
        text-align: center;
	}
}

/* menu */
.navigation {
    float: none;
    clear: both;
    display: table;
	margin: 0 auto;
	height: 52px;
}

    .navigation ul.menu {
        padding: 0 0 0 0;
    }

    .navigation ul.menu, div.navigation ul.menu li {
        margin: 0;
        text-align: center;
        list-style: none;
    }

div.navigation ul.menu li {
    height: 52px;
    display: block;
    float: left;
    color: #fff;
    padding: 0 29px;
}

div.navigation ul.menu li:first-child{
    margin-left: -105px;
}

div.navigation ul.menu li:hover, div.navigation ul.menu li.active {
    background-color: #fff;
	color: #333 !important;
}



div.navigation ul.menu li:hover a, div.navigation ul.menu li.active a {
	color: #05164C !important;
}

    div.navigation ul.menu li:hover a svg, div.navigation ul.menu li.active a svg {
        fill: #05164C !important;
    }

    div.navigation ul.menu li:last-child a svg {
        /*fill: #ffffff !important;*/
    }

    div.navigation ul.menu li a {
        text-decoration: none;
        font-size: 14px;
        
        display: block;
		color: #fff;
    }


    .mk-svg-icon {
        margin-top: 18px;
        margin-right: 8px;
        height: 16px;
        width: 16px;
        vertical-align: middle;
        fill: #fff;
    }
        div.navigation ul.menu li a {
            height: 52px;
        }

        div.navigation ul.menu li a span, div.navigation ul.menu li a h2 {
            padding: 16px 0px 9px 0px;
            display: block;
			font-size: 15px;
			
            float: right;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 600;
        }

        div.navigation ul.menu li a:hover, div.navigation ul.menu li.active a {
            text-decoration: none;
            font-size: 14px;
        }

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.normal .footer {
    font-size: 14px;
}

.big .footer {
    font-size: 16px;
}

.footer a:hover {
    text-decoration: underline;
}

.copyright {
    padding: 17px 0 0;
    float: left;
}

ul.footer-menu {
    padding: 17px 0 0;
    float: right;
}

    ul.footer-menu, ul.footer-menu li {
        margin: 0;
        list-style: none;
    }

        ul.footer-menu li {
            display: inline;
            padding: 0 15px;
        }

            ul.footer-menu li.last {
                background-image: none;
                padding: 0 0 0 15px;
            }


.breadcrumbs {
    font-size: 11px;
}

.breadcrumbs a {
    display: block;
    float: left;
    text-decoration: none;
    color: #a5b1bf;
    padding-right: 10px;
    margin-right: 5px;
    background-image: url(../images/accordion_more.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.sidemenuwidth {
    max-width: 250px;
    min-width: 250px;
    float: left;
    border: 1px solid #dedede;
    padding: 0px 10px;
}
@media screen and (max-width: 992px) {
    .sidemenuwidth{
        float:none;
        max-width:none;
    }
}
.sidemenuwidthsmall {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #dedede;
}

#submenu {
    display: block;
    background-image: url(../image/submenu_active.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.submenutitle {
    list-style: none;
    margin-left: -30px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

    .submenutitle a {
        text-decoration: none;
        margin-bottom: 5px;
    }

.submenucontent {
    list-style: none;
    margin-left: -35px;
}

Ul li ul li a {
    list-style: none;
    font-size: 15px;
    color: #666 !important;
    font-weight: normal;
    padding: 0 10px 0 10px;
    background-image: url(../images/submenu_more.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    position: relative;
}


    ul li ul li a span {
        visibility: hidden;
        width: 180px;
        font-size: 75%;
        background-color: #022ab2;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        left: 109%;
    }

        ul li ul li a span::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #022ab2 transparent transparent;
        }

ul li ul li.uitroepteken a:hover span {
    visibility: visible;
}

Ul li ul li:hover, Ul li ul li.active {
    background-color: rgba(0,0,0,.03); 
    width: 100%;
}

    Ul li ul li:hover a, Ul li ul li.active a {
        
    }
    Ul li ul li.active a {
        font-weight: 700;
    }
    Ul li ul li.active a span {
        font-weight: 500;
    }

Ul li ul li a:hover, Ul li a:hover, Ul li ul li.active {
    color: inherit;
}


/*
#submenucontent li{
    border-bottom:dotted 1px #bfc3c7;
}
*/

#leftsidemenu {
}

    #leftsidemenu ul li ul li {
        padding: 5px 0 0 0;
        border-bottom: 1px dashed #ebebeb;
    }
@media screen and (max-width: 768px) {
    .LoggedIn .sidemenuwidth #leftsidemenu {
        display: block;
    }
    #leftsidemenu a {
        font-size: 120%;
    }
}
#bannerrow {
    height: 312px;
    padding-left: 80px;
}

#bannerimage {
    height: 100%;
    background-image: url(../image/header_homepage.png);
    background-repeat: no-repeat;
    background-position: left;
}

/* login*/
div.login {
    background-color: #FFFFFF;
    border: solid 1px #dadada;
    padding: 15px;
    margin: 0 0 15px;
}

div.login input[type="text"], div.login input[type="password"], div.login textarea {
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
    margin: 0;
    padding: 0 8px;
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width: 768px) {
    div.login input[type="text"], div.login input[type="password"], div.login textarea {
        width: 90%;
        height: 30px;
        font-size: 17px;
        margin: 0px 0 10px 0px;
        padding: 25px 8px;
    }
    div.login label {
        margin-bottom: 10px;
    }
}

div.login input[type="text"]:hover, div.login input[type="password"]:hover, div.login textarea:hover {
    background-color: #f3f3f3;
}

input.submitButton,
a.submitButton {
    font-family: "SharpSans-Bold",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #0049e9;
    font-size: 15px;
    min-width: 88px;
    border: 0 solid #fff;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: .75rem 1.25rem .75rem;
    text-decoration: none;
    transition-property: all;
    transition-duration: 1s;
}
    input.submitButton:hover,
    a.submitButton:hover {
        background-color: #0049e9 !important;
    }
    input.submitButton:disabled,
    a.submitButton:disabled {
        background-color: #ddd !important;
    }

@media screen and (max-width: 768px) {
    input.submitButton,
    a.submitButton{
        font-size: 18px;
        /*height: 31px;*/
    }

    a.submitButton {
        display: inline-block !important;
    }
}

input.succesButton,
a.succesButton {
    font-family: "SharpSans-Bold",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #4caf50;
    font-size: 15px;
    min-width: 88px;
    border: 0 solid #fff;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: .75rem 1.25rem .75rem;
    text-decoration: none;
    transition-property: all;
    transition-duration: 1s;
}

    input.succesButton:hover,
    a.succesButton:hover {
        background-color: #4caf50 !important;
    }

    input.succesButton:disabled,
    a.succesButton:disabled {
        background-color: #ddd !important;
    }

.linkButton {
    color: #0049e9;
    text-decoration: underline;
    border: none;
    background-color: transparent;
    padding: 0;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    input.succesButton,
    a.succesButton {
        font-size: 18px;
        height: 31px;
    }

    a.succesButton {
        display: inline-block !important;
    }
}



input.volgendeStapButton {
    font-family: "SharpSans-Bold",Helvetica,Arial,sans-serif;
    color: #00443f;
    background-color: #00dd83;
    font-size: 15px;
    min-width: 88px;
    border: 0 solid #fff;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: .75rem 1.25rem .75rem;
    
}

    input.volgendeStapButton:hover {
        background-color: #00dd83;
    }

    input.volgendeStapButton:disabled {
        background-color: #ddd;
    }

@media screen and (max-width: 768px) {
    input.volgendeStapButton {
        font-size: 18px;
        height: 31px;
        float: none;
    }
}

input.volgendeStapButtonBlauw {
    font-family: "SharpSans-Bold",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #0049e9;
    font-size: 15px;
    min-width: 88px;
    border: 0 solid #fff;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: .75rem 1.25rem .75rem;
}

    input.volgendeStapButtonBlauw:hover {
        background-color: #0049e9;
    }

    input.volgendeStapButtonBlauw:disabled {
        background-color: #ddd;
    }

@media screen and (max-width: 768px) {
    input.volgendeStapButtonBlauw {
        font-size: 18px;
        margin-top: 0px;
        float: none;
    }
}

input.vorigeStapButton {
    font-family: "SharpSans-Bold",Helvetica,Arial,sans-serif;
    color: #00443f;
    background-color: #fff;
    font-size: 15px;
    min-width: 88px;
    border: 1px solid #00dd83;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: .75rem 1.25rem .75rem;
}

    /*input.vorigeStapButton:hover {
        background-color: #00dd83;
    }*/

    input.vorigeStapButton:disabled {
        background-color: #ddd;
    }

@media screen and (max-width: 768px) {
    input.vorigeStapButton {
        font-size: 18px;

        float: none;
    }
}

input.vorigeStapButtonSmall {
    font-family: "SharpSans-Bold",Helvetica,Arial,sans-serif;
    color: #00443f;
    background-color: #fff;
    font-size: 15px;
    min-width: 88px;
    border: 1px solid #00dd83;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: .75rem 1.25rem .75rem;
}

    /*input.vorigeStapButton:hover {
        background-color: #00dd83;
    }*/

    input.vorigeStapButtonSmall:disabled {
        background-color: #ddd;
    }

@media screen and (max-width: 768px) {
    input.vorigeStapButtonSmall {
        font-size: 12px;
        margin-top: 0px;
        float: none;
        padding: .25rem 1rem 0.25rem;
    }
}

input.skipButton {
    font-family: "SharpSans-Bold",Helvetica,Arial,sans-serif;
    color: #ffffff;
    background-color: #05164c;
    font-size: 15px;
    min-width: 88px;
    border: 1px solid #00443f;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: .75rem 1.25rem .75rem;
}

    /*input.vorigeStapButton:hover {
        background-color: #00dd83;
    }*/

    input.skipButton:disabled {
        background-color: #ddd;
    }

@media screen and (max-width: 768px) {
    input.skipButton {
        font-size: 18px;
        height: 31px;
        float: none;
    }
}

.nieuwToevoegenButton {
    font-family: "SharpSans-Semibold",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #0049e9;
    font-size: 15px;
    min-width: 88px;
    border: 1px solid #0049e9;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: .5rem 1.5rem .5rem;
    text-decoration: none;
}

    .nieuwToevoegenButton:hover {
        /*background-color: #00dd83;*/
        text-decoration: none;
        background-color: #0049e9;
        color: #fff;
    }

    .nieuwToevoegenButton:disabled {
        background-color: #ddd;
    }

@media screen and (max-width: 768px) {
    .nieuwToevoegenButton {
        font-size: 14px;
        height: 30px;
        float: none;
    }
}

.wijzigenButton {
    font-family: "SharpSans-Medium",Helvetica,Arial,sans-serif;
    color: #00443f;
    background-color: #fff;
    font-size: 12px;
    min-width: 88px;
    border: 1px solid #2e6da4;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: 0.25rem 0.75rem .25rem;
    text-decoration: none;
}

    .wijzigenButton:hover {
        /*background-color: #00dd83;*/
        text-decoration: none;
        background-color: #2e6da4;
        color: #fff;
    }

    .wijzigenButton:disabled {
        background-color: #ddd;

    }

@media screen and (max-width: 768px) {
    .wijzigenButton {
        font-size: 11px;
        height: 25px;
        float: none;
    }
}

.verwijderenButton {
    font-family: "SharpSans-Medium",Helvetica,Arial,sans-serif;
    color: #00443f;
    background-color: #fff;
    font-size: 12px;
    min-width: 88px;
    border: 1px solid #d43f3a;
    border-radius: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: 0.25rem 0.75rem .25rem;
    text-decoration: none;
}

    .verwijderenButton:hover {
        background-color: #d43f3a;
        color: #fff;
        text-decoration: none;
    }

    .verwijderenButton:disabled {
        background-color: #ddd;
    }

@media screen and (max-width: 768px) {
    .verwijderenButton {
        font-size: 11px;
        height: 25px;
        float: none;
    }
}

.moreButton {
    font-family: "SharpSans-Medium",Helvetica,Arial,sans-serif;
    color: #fff;
    width: 3rem;
    background-color: #004df5;
    font-size: 12px;
    border: 2px solid #05164c;
    border-radius: 9999px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    line-height: 1rem;
    padding: 0.25rem 0.75rem .25rem;
    text-decoration: none;
    font-size: 1.5rem;
}

    .moreButton:hover {
        color: #fff;
        text-decoration: none;
    }

    .moreButton:disabled {
        background-color: #ddd;
    }

@media screen and (max-width: 768px) {
    .moreButton {
        float: none;
    }
}


/* aanmelden */
div.aanmelden {
    background-color: #FFFFFF;
    border: solid 1px #dadada;
    padding: 15px;
    margin: 0 0 15px;
}

    div.aanmelden > label {
        float: left;
        font-weight: normal;
        width: 38%;
        text-align: right;
    }

    div.aanmelden .rbllayout label {
        font-weight: normal;
        text-align: right;
        margin-right: 10px;
        position: relative;
        bottom: 3px;
    }

    div.aanmelden .rbllayout input[type="radio"] {
        margin-right: 5px;
        position: relative;
        bottom: 1px;
    }

    div.aanmelden input[type="text"], div.aanmelden input[type="password"], div.aanmelden textarea {
        -moz-border-radius: 3px 3px 3px 3px;
        background-color: #FFFFFF;
        border: 1px solid #d6d6d6;
        margin: 0;
        /*padding: 0 8px;*/
        width: 100%;
        height: 20px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #002e62;
    }

        div.aanmelden input[type="text"]:hover, div.aanmelden input[type="password"]:hover, div.aanmelden textarea:hover {
            background-color: #f3f3f3;
        }

    div.aanmelden .formfields {
        float: right;
        margin-bottom: 1em;
        width: 60%;
		display: inline-flex;
    }

    div.aanmelden input.submitButton {
        background-color: #88cef7;
        font-size: 11px;
        min-width: 88px;
        height: 20px;
        background-image: url(../images/submitbutton.gif);
        background-repeat: no-repeat;
        border: 0 solid #fff;
        padding: 0 0 0 9px;
        margin: 0;
        text-align: left;
        cursor: pointer;
    }
	div.aanmelden input.submitButton:disabled{
		background-color: #ddd;
	}

/* Image right */
@media(min-width: 1200px) {
    .rightsub {
        position: relative;
        vertical-align: top;
        height: 80%;
        max-width: 226px;
        margin-bottom: 20px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .rightsub {
        position: relative;
        vertical-align: top;
        height: 80%;
        max-width: 226px;
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .rightsub {
        position: relative;
        vertical-align: top;
        height: 80%;
        max-width: 226px;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .rightsub {
        margin-top: 20px;
        display: block;
    }
}

.rightsubtext {
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 0;
    border-collapse: collapse;
}

.rightsubimage {
    height: 380px;
    display: block;
    position: relative;
    bottom: 0;
}


/* checkbox fix */
table.rblist label, table.rblist input {
    -moz-border-radius: 0;
    background-color: transparent;
    border: 0 solid #fff;
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
    height: auto;
}

    table.rblist input.radio, table.rblist input.checkbox {
        -moz-border-radius: 0;
        background-color: transparent;
        border: 0 solid #fff;
        margin: 0 5px 0 0;
        padding: 0;
        width: auto;
        height: auto;
    }

.button_text a {
    display: block;
    width: 227px;
    height: 36px;
    margin: 10px 0 0;
    padding: 8px 0 0 15px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/back_bannerlink.gif);
    background-repeat: no-repeat;
}

.hbutton {
    text-align: center;
    padding-top: 3px;
    background-image: url(../images/hbutton.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 25px;
    font-size: 12px;
    display: block;
    text-decoration: none;
}

    .hbutton:hover, .hbutton:focus {
        color: inherit;
        text-decoration: none;
    }


.search {
    float: right;
    margin-top: 24px;
    margin-right: 10px;
}

    .search input#searchString {
        background: transparent url(../images/back_search.gif) no-repeat;
        border: 0 none;
        margin: 0;
        padding: 0 0 0 5px;
        width: 177px;
        height: 21px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #bfc3c7;
        float: left;
        -moz-border-radius: 0;
    }

    .search input.zoekbutton {
        border: 0 none;
        width: 25px;
        height: 21px;
        background-image: url(../images/button_search.gif);
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: -8px;
    }


/*extra knoppen*/
.print {
    float: right;
    margin-top: 35px;
    padding: 0 5px;
}

.header-search {
    float: right;
}

.maincontent {
        display: inline-block;
        position: relative;
		border: solid 1px #dadada;
		padding: 30px;
		padding-top: 6px;
    }

@media(min-width: 1200px) {
    .header-search {
        float: right;
        padding-right: 50px;
    }
}

@media screen and (max-width: 1200px) {
  .maincontent{
		left: 28px;
	}
}
@media screen and (max-width: 990px) {
  .maincontent{
		left: 75px;
	}
}
@media screen and (max-width: 767px) {
    .maincontent {
        left: 0;
        margin-top: 10px;
        width: 100%;
    }
}

Ul.hlist {
    list-style: none;
    padding: 0;
}

    Ul.hlist li a {
        list-style: none;
        font-size: 13px;
        font-weight: normal;
        padding: 0 10px 0 10px;
        background-image: url(../images/submenu_more.gif);
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
        text-decoration: none;
        margin-bottom: 5px;
    }

    Ul.hlist li:hover, Ul.hlist li.active {
        background-color: #f2f2f2;
        width: 100%;
    }

        Ul.hlist li:hover a, Ul.hlist li.active a {
            margin-left: 10px;
        }

    Ul.hlist li a:hover, Ul.hlist li.active {
        color: inherit;
    }

    Ul.hlist li {
        padding: 5px 0 0 0;
        border-bottom: dotted 1px #cacaca;
        padding-left: 10px;
    }

.search input.zoekbutton:hover {
    background-image: url('../images/button_search_hover.gif');
}


div.sfexpandableListWrp {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #002d62;
    padding: 15px;
}

    div.sfexpandableListWrp h2.sflistTitle {
        border-bottom: 1px solid #002d62;
    }

    div.sfexpandableListWrp ul.sflist {
        margin-left: 0;
    }

        div.sfexpandableListWrp ul.sflist li {
            list-style-type: disc;
        }

        div.sfexpandableListWrp ul.sflist h3 a {
            text-decoration: none;
            font-size: 13px;
            font-weight: bold;
        }

ul.sflist li.sflistitem {
    font-size: 15px;
    list-style-type: none;
}

    ul.sflist li.sflistitem h3.sftitle {
        text-transform: none;
        font-size: 15px;
    }

div.sflistItemContentExp {
    font-size: 13px;
}

table.rblVinkjes input[type="radio"]{
    margin-top: 1px;
    float: left;
}

table.rblVinkjes label,
.rblVinkjes label {
    margin-left: 4px;
    margin-right: 4px;
    text-align: left;
    font-weight: normal;
}

table.SoortAanschaf, table.TruckStatus {
    width: 100%;
}

table.SoortAanschaf td label {
    width: 84%;
}

input.dateDag, input.dateMaand {
    width: 25px !important;
    text-align: center;
}

input.dateJaar {
    width: 40px !important;
    text-align: center;
}

table.TruckStatus td label {
    width: 76%;
}

em {
    color: #05164c;
}

em.Optie{
    color: blue;
}

div.VerplichtLabel {
    font-style: italic;
    font-size: 95%;
}

label.Comments {
    font-size: 95%;
    margin-bottom: 10px;
}

h2.documentH2 {
    padding-top: 7px;
}

.dateDag:-moz-placeholder, .dateMaand:-moz-placeholder, .dateJaar:-moz-placeholder {
    font-size: 95%;
    color: #cacaca;
}

.dateDag::-moz-placeholder, .dateMaand::-moz-placeholder, .dateJaar::-moz-placeholder {
    font-size: 95%;
    color: #cacaca;
}

.dateDag::-webkit-input-placeholder, .dateMaand::-webkit-input-placeholder, .dateJaar::-webkit-input-placeholder {
    font-size: 95%;
    color: #cacaca;
}

.DataTable {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.26);
    border-width: 1px 1px 1px 1px;
    background-color: #fdfdfd;
    padding: 15px 15px 15px 15px !important;
    
}
@media screen and (max-width: 575px) {
    .DataTable th{
        font-size: 85%;
    }
    .DataTable td {
        font-size: 82%;
    }
}
@media screen and (max-width: 475px) {
    .DataTable th {
        font-size: 70%;
    }
    .DataTable td {
        font-size: 67%;
    }
}
@media screen and (max-width: 375px) {
    .DataTable th {
        font-size: 80%;
    }
    .DataTable td {
        font-size: 77%;
    }
}

@media screen and (max-width: 375px) {
    .DisableColumn {
        display: none;
    }
}
.DataTable th,
.DataTable td {
    padding: 5px 2px 5px 2px;
    border: 1px solid rgba(0,77,245,0.1);
    border-width: 0px 0px 1px 0px;
}
.DataTable tr.data:hover td {
    background-color: #eee;
}

.DataTable select {
    width: 95%;
}

.DataTable td .btn {
    font-size: 12px !important;
    text-decoration: none;
}
@media screen and (max-width: 375px) {
    .DataTable td .btn {
        font-size: 11px !important;
        padding: 5px 5px !important;
        text-decoration: none;
    }
}

@media screen and (max-width: 320px) {
    .DataTable td .btn {
        font-size: 10px !important;
        padding: 4px 4px !important;
        text-decoration: none;
    }
}

.BestandUpload{
    display:inline !important;
}

.NavigationDossierNummer{
    font-weight:bold;
    font-size: 120%;
	background-color: #fff;
    color: #333;
    border-radius: 6px;
    padding: 4px;
	margin-left: 5px;
}

.DisplayNone {
    display: none;
}

.DisplayNoneImportant {
    display: none !important;
}

.main-leftsidemenu {
    height: 35px;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.main-leftsidemenu p {
    font-weight: bolder;
    color: #333;
    letter-spacing: 1px;
    line-height: 35px;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: none !important;
    font-family: "SharpSans-Bold", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
	.main-leftsidemenu{
		
	}
}
main-leftsidemenuelement{
	min-height: 334px;
	padding-left: 5px;
}

@media screen and (max-width: 1200px) {
    .main-leftsidemenuelement {
        padding: 0;
    }
}

.form-control{
	height: 38px !important;
    font-size: 13px !important;
}
.form-group{
	margin-bottom: 8px !important;
    padding: 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .form-control {
        height: 38px !important;
        font-size: 14px !important;
    }
}

.Vernietigingsbrief {
    padding: 14px 0px 14px 0px;
    display: flow-root;
}

table.OpdrachtBevestiging,
.Vernietigingsbrief{
    border: 1px solid;
    font-size: 12px;
    border-color: #f2f2f0;
    border-width: 4px;
    border-radius: 10px;
    border-collapse: unset;
}
table.OpdrachtBevestiging td{
/*	border-bottom: 1px solid #dadada5e;*/
	padding: 10px;
}
table.OpdrachtBevestiging tr:last-child td:last-child{
	border-bottom: none;
}
.table > tbody > tr > td{
	vertical-align: middle;
}

.table-hover > tbody > tr:first-child:hover{
	background-color: #fff;
}
.PersonalInfo{
	font-family: 'SharpSans-Book';
	font-size: 13px;
	float: right;
    margin-top: 12px;
	margin-right: 17px;
    width: 226px;
    background-color: #f0f3f5;
    padding: 7px 0px 4px 10px;
    border: 1px solid #ececec;
    border-radius: 8px;
}
.PersonalInfo a{
	float: right;
    margin-right: 10px;
	margin-top: 2px;
}
.Logout{
	color: red;
}

.PersonalInfoMobile {
    font-family: 'SharpSans-Book';
    font-size: 17px;
    background-color: #f0f3f5;
    padding: 7px 5px 7px 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #ececec;
    border-radius: 8px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .container{
        /*padding-top: 10px !important;*/
		font-size: 130%;
    }
}
.PersonalInfoMobile a {
    margin-right: 10px;
}

.zoekIcon {
    margin-top: 16px;
    cursor: pointer;
}
div.VerplichtLabel {
    font-style: italic;
    font-size: 95%;
}

.RadioButton label{
	margin-left: 5px;
}

.MarginRight5{
	margin-right: 5px;
}

.uitroepteken{
    background-image: url('/Images/uitroepteken.png');
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 98%;
}
.vink{
    background-image: url('/Images/vink.png');
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 98%;
}

.uitroeptekenActie {
    background-image: url('/Images/uitroepteken.png');
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-color: #af0f0f;
    border-bottom: none !important;
}

.uitroeptekenActie a{
    background: none !important;
    color: #fff !important;
}

    .uitroeptekenActie:hover {
        background-color: #af0f0f;
    }

/*.overflowY{
    overflow-y: scroll;
}*/

.legenda {
    display: block;
    text-align: center;
    font-size: 85%;
}

.legendaItem {
    margin-top: 10px;
    border: solid 1px #dadada5e;
    padding: 5px 11px 5px 11px;
    background-color: #f9f9f9;
}

.legendaItem img{
    margin-bottom: 5px;
}

@media screen and (max-width: 1201px) {
    .legenda {
        display:none;
    }
}

.sub {
    height: 101px;
}

@media screen and (max-width: 768px) {
    .sub {
        margin-bottom: 25px;
    }
}
.sub h1 {
    font-size: 44px !important;
    line-height: 46px;
    color: #05164c;
    position: relative;
    top: -35px;
}
.sub h2 {
    color: #0049e9;
    font-size: 24px;
    line-height: 28px;
    margin-top: 8px !important;
    margin-bottom: 62px !important;
}
.sub span {
    font-family: 'SharpSans-Book' !important;
    color: #05164c;
    font-weight: 600;
    position: relative;
    top: -10px;
}

.chckInfo {
    display: inline-block !important;
}

.chckInfoImage {
    margin-left: 5px;
}

.form-check-label {
    font-weight: bold;
}

.sub .col-sm-4 {
    padding-left: 0px !important;
}
.sub .col-sm-5 {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .sub span {
        font-size: 80%;
    }
    .sub .col-sm-5 {
        text-align: left;
    }
    .sub .col-sm-4 {
        padding-left: 15px !important;
    }
}

.checkboxAvg input{
    margin-right: 5px;
}

.checkboxAvg label {
    display: inline !important;
    font-size: 90%;
}

.checkboxTelefoonclaim input {
    margin-right: 5px;
}

.checkboxTelefoonclaim label {
    display: inline !important;
}

.loginButton{
    text-align: right;
}

.TableEditRow {
    background-color: #0071bc17 !important;
}

.iframeView .form-group {
    padding: 0;
}

.iframeView,
.iframeView .col-sm-4,
.iframeView .col-sm-8,
.iframeView .col-sm-12 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.MarginLeft5{
    margin-left: 5px;
}

.MarginLeft10 {
    margin-left: 10px;
}

.MarginLeft15 {
    margin-left: 15px;
}

.MarginRight5 {
    margin-right: 5px;
}

.MarginRight10 {
    margin-right: 10px;
}

.MarginRight15 {
    margin-right: 15px;
}

.MarginRight30 {
    margin-right: 30px;
}

.MarginTop5 {
    margin-top: 5px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginTop15 {
    margin-top: 15px;
}

.MarginBottom5 {
    margin-bottom: 5px;
}

.MarginBottom10 {
    margin-bottom: 10px;
}

.MarginBottom15 {
    margin-bottom: 15px;
}

.cbrKosten {
    padding-top: 7px !important;
}
.pnlTable {
    
}

.panelBackground {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid rgba(0,0,0,0.03);
    border-width: 1px 1px 1px 1px;
    background-color: #fdfdfd;
    padding: 0px 5px 5px 0px !important;
    margin-bottom: 20px;
}

/* Houd de kolombreedte vast zodat bredere inhoud de flex-basis niet oprekt */
.panelBackground > .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
}

/* Upload layout for standard panels: restore float-based side-by-side layout */
.standard > div.col-sm-6 {
    float: left;
    width: 50%;
}

/* Onder de sm-breakpoint moet de uploadkolom over de volle breedte vallen */
@media screen and (max-width: 575.98px) {
    .standard > div.col-sm-6 {
        float: none;
        width: 100%;
    }
}

.standard::after {
    content: '';
    display: table;
    clear: both;
}

/* Uploadpagina's met een keuzelijst: dropzone links, keuzelijst + uploadknop rechts */
.cc-upload-layout {
    align-items: flex-start;
}

.cc-upload-layout .cc-upload-fields .col-form-label {
    display: block;
    padding-top: 0;
}

.cc-upload-layout .cc-upload-fields .submitButton {
    margin-top: 0;
}

/* Gestapeld op mobiel/tablet: ruimte tussen de dropzone en de keuzelijst eronder */
@media screen and (max-width: 991.98px) {
    .cc-upload-layout .cc-upload-fields {
        margin-top: 20px;
    }
}

.panelBackground .pnlVolgendeStap{
    text-align:right;
}

.pnlCtA .pnlFileUploadButton {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .panelBackground .pnlVolgendeStap {
        text-align: left;
    }

    .pnlCtA .pnlFileUploadButton {
        text-align: left;
    }

}
.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.stappenAfgerondTekst {
    font-family: "SharpSans-Bold",Helvetica,Arial,sans-serif;
    background-color: #00dd83;
    color: #00443f;
    padding: 15px;
    border-radius: 15px;
    border: 0 solid #fff;
    max-width: 400px;
}

.pnlProvider {
    border-bottom: solid 1px #dadada;
    padding-top: 6px;
    padding-bottom: 15px;
    display: inline-block;
    margin: 5px;
}

.tox-statusbar__branding{
    display: none !important;
}

.notification {
    display: none;
    background-color: #009c00;
    color: white;
    padding: 7px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    text-align: center;
}

.notificationAction {
    display:block;
    background-color: #009c00;
    color: white;
    padding: 7px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    text-align: center;
    min-height: 100px;
}

.notification2 {
    display: none;
    background-color: #fff;
    color: #0049e9;
    padding: 7px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #0049e9;
}




/* Progress Tracker v2 */
ol.progress[data-steps="2"] li {
    width: 49%;
}

ol.progress[data-steps="3"] li {
    width: 33%;
}

ol.progress[data-steps="4"] li {
    width: 24%;
}

ol.progress[data-steps="5"] li {
    width: 19%;
}

ol.progress[data-steps="6"] li {
    width: 16%;
}

ol.progress[data-steps="7"] li {
    width: 14%;
}

ol.progress[data-steps="8"] li {
    width: 12%;
}

ol.progress[data-steps="9"] li {
    width: 11%;
}

.progress {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
    overflow: initial !important;
}

    .progress li {
        float: left;
        text-align: center;
        position: relative;
    }

    .progress .name {
        display: block;
        vertical-align: bottom;
        text-align: center;
        margin-bottom: 1em;
        color: black;
        opacity: 0.3;
    }

    .progress .step {
        color: black;
        border: 3px solid silver;
        background-color: silver;
        border-radius: 50%;
        line-height: 1.5;
        width: 2.5em;
        height: 2.5em;
        display: inline-block;
        z-index: 0;
        padding: 4px;
    }

        .progress .step span {
            opacity: 0.3;
        }

    .progress .active .name,
    .progress .active .step span {
        opacity: 1;
    }

    .progress .step:before {
        content: "";
        display: block;
        background-color: silver;
        height: 0.4em;
        width: 50%;
        position: absolute;
        bottom: 0.6em;
        left: 0;
        z-index: -1;
    }

    .progress .step:after {
        content: "";
        display: block;
        background-color: silver;
        height: 0.4em;
        width: 50%;
        position: absolute;
        bottom: 0.6em;
        right: 0;
        z-index: -1;
    }

    .progress li:first-of-type .step:before {
        display: none;
    }

    .progress li:last-of-type .step:after {
        display: none;
    }

    .progress .done .step,
    .progress .done .step:before,
    .progress .done .step:after,
    .progress .active .step,
    .progress .active .step:before {
        background-color: yellowgreen;
    }

    .progress .done .step,
    .progress .active .step {
        border: 3px solid yellowgreen;
    }


.pnlCtA {
    flex: 1;
    min-width: 0;
}

.panel-default canvas,
.panel canvas {
    margin: 5px 5px 15px 0px;
    background-color: #fff;
    border: 1px solid #e9e8e8;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05) !important;
}

.rfv {
    color: #d40000;
    font-size: 90%;
    margin: 5px;
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    font-size: 13px !important;
    border-radius: 7px !important;
    width: 100% !important;
    border: 1px solid #ccc !important;
}

.riSingle .riTextBox, .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] {
    height: 38px !important;
}

.noUnderline,
.noUnderline:hover{
    text-decoration: none !important;
}

.formLabelDescription {
    font-weight: normal !important;
    font-size: 85% !important;
}

.PaddingLeft5{
    padding-left: 5px !important;
}

.PaddingLeft10 {
    padding-left: 15px !important;
}

.PaddingLeft15 {
    padding-left: 15px !important;
}

.PaddingBottomt5 {
    padding-bottom: 5px !important;
}

.PaddingBottomt10 {
    padding-bottom: 10px !important;
}

.FontWeight{
    font-weight: bold !important;
}

.tableProvider {
    background-color: #e1e7f7 !important;
}

.btnToevoegen {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
}
    .btnToevoegen:hover {
        color: #fff;
        text-decoration: none;
        font-size: 121%;
    }

@media screen and (max-width: 768px) {
    .btnToevoegen {
        font-size: 100%;
    }
}

.form-controlTextArea{
    height: 64px !important;
}

.secondPanel {
    display: inline-block;
    background-color: #e1e7f7 !important;
    border-radius: 5px;
    border: 1px solid #667297;
    padding: 15px;
}

.cellButton {
    cursor: pointer !important;
    background-color: #0049e9;
    text-align: center;
}

.toolTip {
    position: relative;
    display: inline-block;
}

    .toolTip .tooltiptext {
        visibility: hidden;
        min-width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 10;
        bottom: 125%;
        left: 50%;
        margin-left: -100px;
        transition: opacity 0.3s;
        font-size: 12px;
    }

        .toolTip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .toolTip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }


.telefoonclaimUploadMethode {
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    width: 100%;
}

.telefoonclaimUploadMethode .comment{
    vertical-align: bottom;
    font-weight: bold;
}

.liLinkNoStyle {
    background-image: none !important;
    color: unset !important;
    padding: unset !important;
    display: UNSET !important;
    font-size: unset !important;
}

.addRowIcon, .deleteRowIcon {
    cursor: pointer;
}

.mobielMenuInfo {
    padding: 10px;
    display: none;
}

@media (max-width: 576px) {
    .mobielMenuInfo {
        display: block;
    }
}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table .tableTikTok, .tableTikTok thead, .tableTikTok tbody, .tableTikTok th, .tableTikTok td, .tableTikTok tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
    .tableTikTok thead tr,
    .tableTikTokHeader{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tableTikTok > tr {
        margin: 0 0 1rem 0;
    }

        tableTikTok > tr:nth-child(odd) {
            background: #ccc;
        }

    .tableTikTok tr {
        /*border: solid 1px;*/
        padding: 10px 0 10px 0;
    }

    .tableTikTok td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        padding-left: 40% !important;
    }

    .tableTikTok td.acties{
        text-align: right !important;
    }

        .tableTikTok td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 10px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-family: Arial, Helvetica, sans-serif;
            color: #05164c;
        }

        /*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
        .tableTikTok td:nth-of-type(1):before {
            content: "Accountnaam";
        }

        .tableTikTok td:nth-of-type(2):before {
            content: "Geboortedatum";
        }

        .tableTikTok td:nth-of-type(3):before {
            content: "Lid sinds";
        }

        .tableTikTok td:nth-of-type(4):before {
            content: "";
        }        
}

.tableTikTokValidator {
    font-size: 10px;
    color: red !important;
}

.acties{
    text-align: right;
}


.TijdelijkDisplayNone{
    display: none !important;
}



/*Logo en header fixes*/
@media screen and (max-width: 768px) {
    .lnkLogoImage {
        height: 50px;
        width: 120px;
    }

    .rowError {
        font-size: 11px;
    }

    .headerFix {
        height: unset;
    }

    .sub h1 {
        font-size: 28px !important;
        line-height: unset;
        margin-top: 10px;
        margin-bottom: 5px;
        top: 10px;
    }

    .sub {
        margin-bottom: 30px;
        height: unset;
    }

        .sub span {
            font-size: 59%;
            top: 0;
        }
}

.pnlKentekenInfoPreview {
    background-color: #f2ba03;
    max-width: 350px;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-left: 25%;
    margin-right: 25%;
    background-image: url(../images/cb-teken-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 20px;
}

.pnlKentekenInfoPreview .col-sm-12{

}

    .pnlKentekenInfoPreview h2 {
        padding: 0px;
        margin: 0px;
    }

@media screen and (max-width: 768px) {
    .pnlKentekenInfoPreview {
        max-width: 350px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 15px;
    }

}

.pnlKentekenInfoPreviewCamper {
    max-width: 350px;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
    margin-left: 25%;
    margin-right: 25%;
}

    .pnlKentekenInfoPreviewCamper .col-sm-12 {
    }

    .pnlKentekenInfoPreviewCamper h2 {
        padding: 0px;
        margin: 0px;
    }

@media screen and (max-width: 768px) {
    .pnlKentekenInfoPreviewCamper {
        max-width: 350px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 5px;
    }
}

.TextAlignCenter{
    text-align: center;
}

#formRegisterIfreameV1 {
    padding: 30px;
}

@media screen and (max-width: 768px) {
    #formRegisterIfreameV1 {
        padding: 25px 20px 25px 20px;
    }
}

@media screen and (max-width: 384px) {
    #formRegisterIfreameV1 {
        padding: 20px 5px 20px 5px;
    }
}

.BorderNone{
    border: unset;
}

.facebookmigratie .opdrachtbevestiging {
    background: rgb(242, 242, 240);
    padding: 1.25rem;
}

.facebookmigratie .btn {
    background: rgb(0,77,245);
    color: rgb(255,255,255);
    border-radius: 9999px;
    cursor: pointer;
    display: inline-block;
    font-family: SharpSans,Helvetica Neue,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .5rem 1.25rem;
    position: relative;
    text-align: center;
}

.facebookmigratie .btn:hover {
    background: #003bba;
}

.facebookmigratie .stappen {
    text-align: center;
}

.facebookmigratie .oblabel {
    display: inline;
}

.facebookmigratie input[type=checkbox] {
    margin-right: 10px;
}

.facebookmigratie .wizardstep .form-control {
    margin-bottom: 10px;
}

.facebookmigratie .wizardnavigation {
    margin-bottom: 20px;
}

@media (max-width:800px) {
    .facebookmigratie .wizardnavigation {
        margin-top: 30px;
    }

    .facebookmigratie .wizardnavigation .btn {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
    }

    .facebookmigratie .scrollnaarbeneden {
        display: block;
    }
}

@media (min-width:801px){
    .facebookmigratie .wizardnavigation .btn {
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .facebookmigratie .wizardnavigation .btn-next {
        right: 0;
        left: auto;
    }

    .facebookmigratie .scrollnaarbeneden {
        display: none;
    }
}

.facebookmigratie .wizardstep {
    margin-top: 2em;
}

.facebookmigratie .stappen a {
    width: 48px;
    height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 9999px;
    text-decoration: none;
    background: rgb(0,77,245);
    color: #fff;
    margin: 0 5px;
    font-size: 32px;
}

.facebookmigratie .stappen a.start {
    width: 100px;
    background: #aaaaaa;
}

.facebookmigratie .stappen a.actief, .facebookmigratie .stappen a.aspNetDisabled.actief {
    background: #003bba;
}

.facebookmigratie .stappen a.aspNetDisabled {
    background: #aaa;
}

.facebookmigratie .control-label, .facebookmigratie .control {
    line-height: 34px;
}

.facebookmigratie table.rblist label {
    font-weight: normal;
}

.facebookmigratie a.btn {
    text-decoration: none;
}

label {
    display: inline !important;
    font-weight: bold;
}

/* Keuzerondjes/vinkjes onder elkaar met normale letterdikte voor de optietekst.
   Deze opmaak kwam voorheen uit de Telerik-stylesheet, die na main.css werd
   ingeladen en de globale label-regel hierboven overschreef. */
span.checkbox {
    display: block;
    margin-bottom: 10px;
}

span.checkbox label,
span.checkbox input[type="radio"] + label,
span.checkbox input[type="checkbox"] + label {
    font-weight: normal;
    margin-left: 8px;
}

body :focus-visible {
    outline-color: #FF6600 !important;
    outline-style: solid !important;
    outline-width: 3px !important;
    outline-offset: 3px !important;
    z-index: 999;
}

.checkbox-label {
    font-size: 14px;
    font-weight: bold;
    color: #05164c;
    border: none;
}

/* display:flex is unreliable on <fieldset> across browsers. Use float layout instead.
   Clearfix via ::after so floats are contained without overflow:hidden (which would
   clip the absolutely-positioned tooltip popup). */
@media (min-width: 576px) {
    fieldset.form-group.row::after {
        content: "";
        display: table;
        clear: both;
    }

    fieldset.form-group.row > legend,
    fieldset.form-group.row > div[class*="col-"] {
        float: left;
    }

    /* Bootstrap reboot forces legend { width:100%; max-width:100% }, overriding col-sm-* widths.
       Explicitly set each used legend column size. */
    fieldset.form-group.row > legend.col-sm-4 { width: 33.333333%; max-width: 33.333333%; }
    fieldset.form-group.row > legend.col-sm-5 { width: 41.666667%; max-width: 41.666667%; }
    fieldset.form-group.row > legend.col-sm-6 { width: 50%;        max-width: 50%;        }
    fieldset.form-group.row > legend.col-sm-7 { width: 58.333333%; max-width: 58.333333%; }
}

/* Vertical alignment and font normalisation for legend used as a column label */
fieldset.form-group.row > legend {
    font-size: inherit;
    margin-bottom: 0;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
}

/* Tooltip container: position:absolute removes it from both flex and float flow so it
   never contributes to row width.
   top:0 pins it to the top of the form row. left is set per the width of the preceding
   label/legend column using the adjacent-sibling selector, so the icon appears at the
   right edge of the label rather than at the start of the row. */
.website-tooltip {
    position: absolute;
    top: 0;
    font-weight: 400;
}

/* Align icon to the right edge of whichever col-sm-N label precedes it */
.col-sm-4 + .website-tooltip { left: calc(33.333333% - 10px); }
.col-sm-5 + .website-tooltip { left: calc(41.666667% - 10px); }
.col-sm-6 + .website-tooltip { left: calc(50%        - 10px); }
.col-sm-7 + .website-tooltip { left: calc(58.333333% - 10px); }

/* Tooltip popup text */
.website-tooltiptext {
    visibility: hidden;
    width: 350px;           /* fixed width - % would collapse to icon width (16px) */
    max-width: 350px;
    font-size: 13px;
    line-height: 22px;
    background-color: #05164c;
    color: #fff;
    text-align: left;
    padding: 11px 15px !important;
    border-radius: 3px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    top: 100%;
}

/* Show tooltip on hover */
.website-tooltip:hover .website-tooltiptext {
    visibility: visible;
    display: block;
}

/* Show tooltip on click (JS toggles this class) */
.website-tooltiptext-visible .website-tooltiptext {
    visibility: visible;
    display: block;
}

.screenreader-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

input[type=checkbox] ~ label {
    font-weight: normal;
    margin-left: 15px;
}

/* ── Wachtwoord: zichtbaarheid-schakelaar ──────────────────────────── */
.ww-input-wrapper {
    position: relative;
}
.ww-input-wrapper .form-control {
    padding-right: 42px;
}
.ww-toggle-visibility {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #888;
    line-height: 1;
    z-index: 1001; /* must exceed :focus-visible z-index: 999 */
}
.ww-toggle-visibility:hover { color: #333; }
.ww-toggle-visibility:focus { outline: none; }

/* ── Wachtwoord: live eisen-lijst ─────────────────────────────────── */
.ww-requirements {
    list-style: none;
    padding: 6px 0 4px 0;
    margin: 4px 0 0 0;
}
.ww-requirements li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 0;
    font-size: 13px;
    color: #888;
    transition: color 0.2s;
}
.ww-requirements li.voldaan {
    color: #1a7a1a;
}
.ww-req-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.2s, border-color 0.2s;
    box-sizing: border-box;
}
.ww-requirements li.voldaan .ww-req-icon {
    background-color: #1a7a1a;
    border-color: #1a7a1a;
}
.ww-req-icon svg { display: none; }
.ww-requirements li.voldaan .ww-req-icon svg { display: block; }

/* ── 2FA: OTP-invoer (6 cijfers, eigen veld per cijfer) ────────────── */
/* Selectors hebben verhoogde specificiteit om bestaande input-stijlen
   (zoals "div.login input[type=text]") te overschrijven. */
div.otp-input {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}
div.otp-input input.otp-digit {
    width: 44px;
    height: 52px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    color: #222;
    box-sizing: border-box;
    -moz-appearance: textfield;
    appearance: textfield;
    transition: border-color 0.15s, box-shadow 0.15s;
    margin: 0;
}
div.otp-input input.otp-digit::-webkit-outer-spin-button,
div.otp-input input.otp-digit::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div.otp-input input.otp-digit:focus {
    outline: none;
    border-color: #4338ca;
    box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.18);
    background: #fff;
}
div.otp-input input.otp-digit:hover {
    background: #fff;
}
div.otp-input input.otp-digit:disabled {
    background: #f5f5f5;
    color: #999;
}
@media (max-width: 480px) {
    div.otp-input { gap: 6px; }
    div.otp-input input.otp-digit { width: 38px; height: 46px; font-size: 18px; border-radius: 6px; }
}

/* ============================================================
   Native replacements for Telerik controls
   ============================================================ */

/* Native date/number/time inputs deliberately carry no styling of their own:
   they use .form-control so their border, radius and height stay identical to
   the existing text inputs and dropdowns. */

/* Keep the currency/percentage affixes aligned with .form-control (38px / 13px). */
.input-group-text {
    height: 38px;
    font-size: 13px;
}

/* Bedragveld met losse valutakeuze ernaast (Mijn toestellen). */
.cc-bedrag-groep {
    width: auto;
    max-width: 180px;
}

.cc-valuta-keuze {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
}

/* File upload (native <asp:FileUpload> enhanced by NativeControlHelpers.RegisterUpload) */
.cc-upload {
    width: 100%;
}

.cc-upload-dropzone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 100px;
    padding: 35px 25px;
    border: dashed 1.5px #0049e9;
    border-radius: 10px;
    color: #0049e9;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    transition: background-color .15s ease-in-out;
}

.cc-upload-dropzone.cc-upload-dragover {
    background-color: #eaf0ff;
    border-color: #004DF5;
}

.cc-upload-dropzone-text {
    font-size: 15px;
}

.cc-upload-select {
    font-family: "SharpSans-Bold", Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #004DF5;
    border-radius: 100px;
    height: 30px;
    font-size: 13px;
    line-height: 1;
    color: #004DF5;
    padding: 0 14px;
    text-align: center;
    cursor: pointer;
    /* No hover/transition effect: the button stays static. */
    transition: none;
}

.cc-upload-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.cc-upload-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 10px;
    margin: 0 0 6px;
    background-color: #f4f7ff;
    border: 1px solid #dbe4ff;
    border-radius: 6px;
    font-size: 15px;
}

.cc-upload-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cc-upload-remove {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    line-height: 1;
    font-size: 18px;
    border: 0;
    border-radius: 50%;
    background-color: #e0e6f5;
    color: #b22222;
    cursor: pointer;
}

.cc-upload-remove:hover {
    background-color: #b22222;
    color: #fff;
}

.cc-upload-error {
    display: block;
    margin-top: 8px;
    color: #b22222;
    font-size: 14px;
}

/* E-mailvalidatie: melding onder het veld, zie Scripts/email-validation.js */
.email-validation-message {
    display: block;
    margin-top: 6px;
    color: #b22222;
    font-size: 14px;
    line-height: 1.4;
}

input.form-control[aria-invalid="true"] {
    border-color: #b22222;
}

/* Iframe-paginas: aanmeldformulier, kentekencheck en woekerpolischeck.
   Alles is gescoped op .iframe-page / .iframe-card zodat de rest van de site ongemoeid blijft. */

html.iframe-page,
html.iframe-page body,
html.iframe-page form {
    background-color: transparent;
}

    html.iframe-page body,
    html.iframe-page form {
        font-family: 'SharpSans-Book', Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #05164c;
    }

    /* Ruimte naast de kaart, anders loopt de slagschaduw tegen de rand van de iframe. */
    html.iframe-page body {
        padding: 0 clamp(6px, 3vw, 24px);
    }

    /* De ruimte rondom komt van de marge van de kaart; deze vaste padding uit main.css
       zou daar bovenop komen en op smalle schermen te veel zijn. */
    html.iframe-page #formRegisterIfreameV1 {
        padding: 0;
    }

/* ── Kaart ─────────────────────────────────────────────────────────── */

.iframe-card {
    max-width: 520px;
    /* onder ruimer dan boven: de schaduw valt 10px omlaag met 40px vervaging */
    margin: clamp(18px, 4vw, 32px) auto clamp(28px, 6vw, 54px);
    padding: clamp(20px, 6vw, 40px) clamp(14px, 5vw, 32px);
    overflow-wrap: break-word;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 40px rgba(5, 22, 76, .10);
}

.iframe-card-title {
    margin: 0 0 12px;
    /* !important omdat main.css de headings zonder fallback op SharpSans-Bold zet */
    font-family: 'SharpSans-Bold', Arial, Helvetica, sans-serif !important;
    font-size: clamp(23px, 6.6vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    color: #05164c;
    text-align: center;
}

.iframe-card-intro {
    margin: 0 0 clamp(18px, 5vw, 28px);
    font-size: clamp(15px, 3.6vw, 16px);
    line-height: 1.5;
    color: #000;
    text-align: center;
}

/* ── Velden ────────────────────────────────────────────────────────── */

.iframe-card .form-field {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}

.iframe-card .field-label {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 8px;
    padding: 0;
    font-family: 'SharpSans-Bold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #05164c;
}

.iframe-card .form-control {
    /* !important omdat main.css .form-control op 38px / 13px vastzet */
    height: 40px !important;
    padding: 0 12px;
    font-size: 16px !important;
    color: #05164c;
    background-color: #f9fafb;
    border: 1px solid #666;
    border-radius: 3px;
    box-shadow: none;
}

    .iframe-card .form-control:focus {
        background-color: #fff;
        border-color: #0049e9;
        box-shadow: 0 0 0 3px rgba(0, 73, 233, .12);
    }

/* ── Aanhef (radio's) ──────────────────────────────────────────────── */

.iframe-card .radio-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 24px;
}

    .iframe-card .radio-row span {
        display: inline-flex;
        align-items: center;
        margin: 0;
    }

    .iframe-card .radio-row input[type="radio"] {
        width: 16px;
        height: 16px;
        margin: 0;
        accent-color: #0049e9;
        cursor: pointer;
    }

    .iframe-card .radio-row label {
        margin: 0 0 0 8px;
        font-size: 16px;
        font-weight: normal;
        color: #05164c;
        cursor: pointer;
    }

/* ── Checkboxen (toestemmingen) ────────────────────────────────────── */

.iframe-card .checkbox-group-label {
    display: block;
    margin: 26px 0 4px;
    font-family: 'SharpSans-Bold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #05164c;
}

.iframe-card .checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
}

    .iframe-card .checkbox-row > span {
        display: flex;
        align-items: flex-start;
        flex: 0 0 auto;
        margin: 0;
        padding-top: 1px;
    }

        /* checkbox met eigen label binnen de span (asp:CheckBox met Text) */
        .iframe-card .checkbox-row > span label {
            margin-left: 12px;
        }

    .iframe-card .checkbox-row input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        margin: 0;
        background-color: #fff;
        border: 2px solid #0049e9;
        border-radius: 4px;
        cursor: pointer;
    }

        .iframe-card .checkbox-row input[type="checkbox"]:checked {
            background-color: #0049e9;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px;
        }

    .iframe-card .checkbox-row label {
        margin: 0;
        padding: 0 !important;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.45;
        color: #05164c;
    }

        .iframe-card .checkbox-row label a {
            color: #05164c;
            text-decoration: underline;
        }

/* ── Meldingen, captcha en knop ────────────────────────────────────── */

.iframe-card .iframe-messages {
    display: block;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.45;
}

.iframe-card #captchaContainer {
    margin-top: 24px;
    padding: 0;
    /* de hCaptcha-widget is 302px breed: nooit buiten de kaart laten lopen */
    overflow-x: auto;
}

@media screen and (max-width: 400px) {
    .iframe-card #captchaContainer .h-captcha {
        zoom: .92;
    }
}

@media screen and (max-width: 340px) {
    .iframe-card #captchaContainer .h-captcha {
        zoom: .82;
    }
}

.iframe-card .submitButton {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 24px;
    padding: 0 1.25rem;
    font-size: 17px;
    line-height: 1.1;
    border-radius: 32px;
    box-shadow: 0 10px 26px rgba(0, 73, 233, .40);
}

    .iframe-card .submitButton:hover {
        box-shadow: 0 12px 30px rgba(0, 73, 233, .50);
    }

    .iframe-card .submitButton:disabled {
        box-shadow: none;
    }

.iframe-card .linkButton {
    font-size: 15px;
}

@media screen and (max-width: 575px) {
    .iframe-card {
        border-radius: 18px;
    }
}

/* ── Kentekencheck / woekerpolischeck ──────────────────────────────── */

.iframe-card .kentekenplaat-row {
    display: flex;
    justify-content: center;
    margin: 0 0 18px;
}

/* Nederlandse kentekenplaat: gele plaat met blauwe EU-band links.
   Verhouding volgt de echte plaat (520 x 110 mm). */
.iframe-card .kentekenplaat {
    /* hoogte stuurt de rest, zodat de plaat als geheel meeschaalt */
    --plaat-hoogte: clamp(38px, 15vw, 51px);
    box-sizing: border-box;
    width: 100%;
    max-width: 280px;
    height: var(--plaat-hoogte);
    padding: 0 5px 0 clamp(19px, 7.3vw, 25px);
    background-color: #f8cf00;
    background-image: url('../kentekenplaat/img/flag.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    border: 2px solid #111;
    border-radius: 7px;
    box-shadow: 0 2px 7px rgba(5, 22, 76, .18);
    color: #111;
    font-family: Kenteken, Arial, sans-serif;
    font-size: clamp(30px, 12vw, 41px) !important;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: calc(var(--plaat-hoogte) - 4px);
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
}

    .iframe-card .kentekenplaat:focus {
        background-color: #ffdb2b;
        border-color: #000;
        outline: 0;
        text-shadow: none;
    }

.iframe-card .link-row {
    margin: 0 0 18px;
    text-align: center;
}

    .iframe-card .link-row a {
        color: #0049e9;
        font-size: 15px;
        text-decoration: underline;
    }

.iframe-card .notification2 {
    margin: 0 0 22px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.45;
}

.iframe-card .result-panel {
    margin-top: 20px;
    padding: 16px 20px;
    background-color: #f4f7ff;
    border: 1px solid #dbe4ff;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
}

    .iframe-card .result-panel .result-title {
        margin: 0;
        font-family: 'SharpSans-Bold', Arial, Helvetica, sans-serif !important;
        font-size: 20px;
        color: #05164c;
    }

    .iframe-card .result-panel .result-subtitle {
        display: block;
        margin: 2px 0 12px;
        font-size: 15px;
        color: #05164c;
    }

.iframe-card .result-row {
    display: flex;
    gap: 12px;
    padding: 4px 0;
}

    .iframe-card .result-row .result-label {
        flex: 0 0 40%;
        font-family: 'SharpSans-Bold', Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: #05164c;
    }

@media screen and (max-width: 380px) {
    .iframe-card .result-row {
        flex-direction: column;
        gap: 0;
    }

        .iframe-card .result-row .result-label {
            flex: 0 0 auto;
        }
}

.iframe-card .button-stack {
    margin-top: 24px;
    text-align: center;
}

/* hoofdknop: even breed als de aanmeldknop van het registratieformulier */
.iframe-card input.volgendeStapButtonBlauw {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 0;
    padding: 0 1.25rem;
    font-size: 17px;
    border-radius: 32px;
    box-shadow: 0 10px 26px rgba(0, 73, 233, .40);
}

    .iframe-card input.volgendeStapButtonBlauw:hover {
        box-shadow: 0 12px 30px rgba(0, 73, 233, .50);
    }

/* secundaire knop: kleiner en gecentreerd onder de hoofdknop */
.iframe-card input.vorigeStapButtonSmall {
    display: inline-block;
    width: auto;
    height: 38px;
    margin-top: 14px;
    padding: 0 1.25rem;
    font-size: 14px;
    color: #0049e9;
    background-color: #fff;
    border: 1px solid #0049e9;
    border-radius: 32px;
}
