@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
h1 {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: x-large;
    color: #FFF;
    line-height: 1.3em;
}

.suurland .btn-primary, .suurland .e-dlg-container .e-btn.e-flat.e-primary, .suurland .e-dlg-container .e-css.e-btn.e-flat.e-primary {
    color: #fff;
    background-color: #e11f1c;
    border-color: #cb1c19;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-nav a {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.navbar-nav .text-donker {
    color: rgba(0,0,0,.6);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #e02b20;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.btn-primary, .e-dlg-container .e-btn.e-flat.e-primary, .e-dlg-container .e-css.e-btn.e-flat.e-primary {
    color: #fff;
    background-color: #e11f1c;
    border-color: #cb1c19;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.navbar-nav a {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.wave-vlak {
    background-color: #e1251c;
    border: 0px;
    height: 75px;
}
.wave {
    background: url(/images/SOwave.svg) no-repeat;
    background-position: bottom;
    background-color: #e1251c;
    border: 0px;
    height: 75px;
    background-size: 100% 75px;
}
.contract-text{
    font-size:0.75rem;
}
.contract-text .normaal {
    font-size:1rem;
}
    /* Sticky footer styles
-------------------------------------------------- */
    html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 45px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 0px; /* Vertically center the text there */
    background-color: #222;
}

.logo {
    height: 50px;
}

.handtekening {
    min-height: 350px;
}
.handtekening-btn {
    margin:40px 0px 20px 0px;
}
.Mobiel .handtekening-btn {
    margin: 70px 0px 20px 0px;
}
/*Plaatsing overzicht*/
.dummy {
    position: relative;
}

    .dummy .dummy-afbeelding.info-top {
        position: absolute;
        top: 13px;
        left: 64px;
        width: 280px;
    }

    .dummy .dummy-afbeelding.info-bottom {
        position: absolute;
        top: 180px;
        left: 64px;
        width: 280px;
    }

    .dummy .dummy-afbeelding.comm-top {
        position: absolute;
        top: 10px;
        left: 64px;
        width: 702px;
    }

    .dummy .dummy-afbeelding.comm-bottom {
        position: absolute;
        top: 178px;
        left: 64px;
        width: 702px;
    }

    .dummy .dummy-carto {
        position: absolute;
        top: 175px;
        left: 335px;
        width: 414px;
    }

    .transparant {
        opacity:0.5;
    }
/*Einde plaatsing overzicht*/
.validation-message {
    color: #e1251c;
    font-weight: bold;
}