﻿html body .RadInput .riTextBox, html body .RadInputMgr {
    border-width: 0px !important;
}


.chk input {
    position: absolute;
    clip: rect(0 0 0 0);
}

    .chk input[type=checkbox]:checked + label:after {
        content: "";
        background: url(images/checkmark-dark.svg?d2c1bb52) no-repeat 50%;
        background-size: 20px auto;
    }

.chklst input {
    position: absolute;
    clip: rect(0 0 0 0);
}

.chklst label {
    height: 28px;
    color: #323232;
    font-weight: 500;
    padding-left: 36px;
    position: relative;
}

    .chklst label:after, .chklst label:before {
        background: #eaeaea;
        display: block;
        height: 28px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 28px;
    }

    .chklst label:before {
        border: 1px solid #ddd;
        content: "";
    }

.chklst input[type=checkbox]:checked + label:after {
    content: "";
    background: url(images/checkmark-dark.svg?d2c1bb52) no-repeat 50%;
    background-size: 20px auto;
}

.chklst td {
    padding: 10px 15px 10px 0;
}

    .chklst td label {
        padding-top: 5px;
    }

.radlst input {
    position: absolute;
    clip: rect(0 0 0 0);
}

.radlst label {
    height: 28px;
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    padding-left: 36px;
    position: relative;
}

    .radlst label:after, .radlst label:before {
        background: #eaeaea;
        display: block;
        height: 28px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 28px;
        border-radius: 50%;
    }

    .radlst label:before {
        border: 1px solid #ddd;
        content: "";
    }

.radlst input[type=radio]:checked + label:after {
    background: #323232;
    content: "";
    height: 20px;
    top: 6px;
    left: 4px;
    width: 20px;
}

.radlst td {
    padding: 10px 15px 10px 0;
}

    .radlst td label {
        padding-top: 5px;
    }

.form-group.is-invalid .radlst label:before, .form-group.is-invalid .input-text {
    background: rgba(222,0,57,.05);
    border: 1px solid #de0039;
}

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

#theprogress {
    /*background-color: #fff;*/
    /*border: 1px solid #ccc;*/
    padding: 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

.disabled {
    opacity: .5;
}

.kentekenplaat {
    padding: 10px 6px 9px 45px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

/* Errors bij uploaden bestand SUZ_SwiftWrapChallenge */
.form-group .ruInputs .ruError {
    padding: 5px 0px;
    margin: 10px 0px;
    border: 1px solid #ef0000;
    background: #f9e8e8;
}
.form-group .ruError .ruErrorMessage {
    display: block;
    color: #ef0000;
    font-variant: small-caps;
    text-transform: lowercase;
    padding-bottom: 0;
}
/* // Errors bij uploaden bestand SUZ_SwiftWrapChallenge */

#onetrust-consent-sdk {
	display:none;
}

.valsummary {
    color: #de0039;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
}