﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow-y: scroll;
}

a.privacyservice {
    color: #113ff2;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.anotherxml {
    color: #ffffff;
    text-decoration: underline;
    font-size: 1.50rem;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.anotherxml:visited {
    color: #ffffff;
    text-decoration: underline;
    font-size: 1.50rem;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/* Verplaats Waarom metadata? naar onderen voor kleine schermen */
@media (max-width: 576px) {
    .col-12.col-sm-8.col-md-3.order-2.order-sm-1 {
        padding-left: 32px;
    }
}

/* Maak ReCaptcha badge onzichtbaar */
.grecaptcha-badge {
    visibility: hidden !important;
}

/* Metadatamaker specific */
#mdm-logo {
    margin-bottom: 10px;
}

.step1 {
    background: #007EB5;
    border-top: 1px solid #007EB5;
}

.step2 {
    background: #6E6DBF;
    border-top: 1px solid #6E6DBF;
}

.step3 {
    background: #8d5600;
    border-top: 1px solid #8d5600;
}

.step4 {
    background: #DF3400;
    border-top: 1px solid #DF3400;
}

.step5 {
    background: #B65A69;
    border-top: 1px solid #B65A69;
}

.step6 {
    background: #666633;
    border-top: 1px solid #666633;
}

.step7 {
    background: #51823C;
    border-top: 1px solid #51823C;
}


.card-header {
    cursor: pointer;
}

    .card-header.mdm-dynamic-color {
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: none;
    }

.card.mdm-accordion-top {
    border: none;
}

.card-body.mdm-accordion-top {
    height: 100%;
}

.card.mdm-dynamic-color {
    border: none;
    background: white;
}

.btn.mdm-dynamic-color {
    color: white;
}

.btn.disabled, .btn:disabled {
    opacity: 1.0 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #064f9d !important;
    border-color: #064f9d !important;
}

.btn-info {
    color: #fff !important;
    background-color: #127889 !important;
    border-color: #127889 !important;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    text-decoration: underline;
}

input[data-type="datepicker"][readonly][placeholder="yyyy-mm-dd"] {
    color: black !important;
}

/* Styles for inputs */
.form-control {
    border-color: #757575 !important; /* Use darker border otherwise contrast is less then 4.5:1 */
}

    .form-control::placeholder {
        color: black !important;
        opacity: 1;
    }

    .form-control:focus {
        border-color: #757575;
        box-shadow: 0 0 0 0.2rem #007EB5
    }

/* Styles for buttons */
.btn:focus {
    outline: none; /* Remove default outline */
    box-shadow: 0 0 0 0.2rem #007EB5; /* Change the focus shadow */
}

/* Styles for radio buttons */
input[type="radio"]:focus {
    outline: none; /* Remove default outline */
    box-shadow: 0 0 0 0.2rem #007EB5; /* Change the focus shadow */
}

/* Styles for links */
a:focus {
    outline: none; /* Remove default outline */
    box-shadow: 0 0 0 0.2rem #007EB5; /* Change the focus shadow */
    color: #28a745; /* Change link color on focus (optional) */
}

input:-webkit-autofill {
    background-color: white !important;
    color: black !important;
    box-shadow: 0 0 0px 1000px white inset !important; /* Ensure it fills the background with white */
}

input:-moz-autofill {
    background-color: white !important;
    color: black !important;
    box-shadow: 0 0 0px 1000px white inset !important; /* Ensure it fills the background with white */
}

.text-light {
    color: #FFFFFF !important; /* Use white otherwise the contrast with the background is less then 4.5:1 */
}
