:root {
    --band-background-color: #00aaee;
}

body {
    font-family: Veranda, Arial, Helvetica, sans-serif;
    margin: 0;
    /*background: #f7f7f7;*/
    color: #222;
}

/* algemene admin/layout styles */

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
}

.site-header {
    background: #17324d;
    color: white;
    padding: 1rem 0;
}

    .site-header a {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.user-info {
    color: white;
}

.logout-form {
    margin: 0;
}

.btn-link-light {
    background: transparent;
    color: white;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 0.35rem 0.7rem;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

    .table th,
    .table td {
        border: 1px solid #d8d8d8;
        padding: 0.6rem;
        text-align: left;
    }

    .table th {
        background: #0E499A;
        color: white;
    }

.row-invalid {
    background: #ffd9d9 !important;
}

span.row-invalid {
    background: #ffd9d9 !important;
}

.badge {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 0.4rem;
    font-weight: bold;
}

.badge-valid {
    background: #d7f0d7;
    color: #1f5e1f;
}

.badge-invalid {
    background: #ffd9d9;
    color: #8b1f1f;
}

.card {
    background: white;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
}

.card-body {
    padding: 1rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.form-control,
.form-select {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    padding: 0.55rem 0.9rem;
    border: none;
    background: #1f5ea8;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.text-danger {
    color: #a30000;
}

.pager {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
}

/* publieke landing / homepage */

.landing-page {
    /*background: #efefef;*/
    min-height: 100vh;
    width: 100%;
}

.landing-top-strip {
    height: 32px;
    background: #ffffff;
    width: 100%;
}

.landing-topbar {
    background: var(--band-background-color);
    height: 130px;
    position: relative;
    width: 100%;
}

.landing-topbar-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.landing-logo-shell {
    position: absolute;
    left: 178px;
    top: -28px;
    width: 202px;
    height: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.landing-logo {
    width: 202px;
    height: 202px;
    object-fit: contain;
    display: block;
}

.landing-main {
    padding: 64px 0 20px;
}


.landing-main-inner {
    position: relative;
    width: 100%;
    min-height: 330px;
    display: block;
    margin: 0;
    padding: 0;
}

.landing-form-column {
    width: 840px;
    margin-left: 0;
}

.landing-heading {
    margin: 0 0 10px 64px;
    font-size: 1rem;
    font-weight: 400;
    color: #111;
}

.landing-search-form {
    margin: 0;
}

.validation-block {
    margin-left: 64px;
    margin-bottom: 12px;
}

.landing-form-row {
    display: grid;
    grid-template-columns: 160px 205px 400px;
    align-items: start;
    column-gap: 18px;
    margin-bottom: 28px;
}

.landing-label-col {
    text-align: right;
    /*font-size: 0.98rem;*/
    color: #111;
    padding-top: 2px;
}

.landing-input-col {
    display: flex;
    flex-direction: column;
}

.landing-help-col {
    font-size: 0.98rem;
    color: #111;
    padding-top: 0;
    /*max-width: 350px;*/
    line-height: 1.2;
}

.landing-input {
/*    width: 185px;*/
    height: 24px;
    border: 1px solid #9d9d9d;
    background: #fff;
    padding: 2px 6px;
    box-sizing: border-box;
    font-size: 0.95rem;
}

.landing-between-text {
    margin-left: 145px;
    margin-bottom: 14px;
    font-size: 0.98rem;
    color: #111;
}

.landing-captcha-row {
    margin-left: 178px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.landing-captcha-box {
    width: 220px;
    height: 50px;
    background: #d1d1d1;
    border: 1px solid #a0a0a0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.landing-captcha-image-box {
    padding: 0;
}

.landing-captcha-image {
    display: block;
    width: 220px;
    height: 50px;
    object-fit: cover;
}

.landing-captcha-refresh {
    /*display: none;*/
}

.landing-form-row-captcha {
    margin-bottom: 14px;
}

.landing-submit-row {
    margin-left: 226px;
    margin-top: 6px;
}

.landing-button,
.landing-admin-button,
.landing-button-link {
    display: inline-block;
    min-width: 96px;
    padding: 6px 14px;
    background: var(--band-background-color) !important;
    color: white;
    text-decoration: none;
    border: 1px solid #3f77a0 !important;
    cursor: pointer;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.2;
    border-radius: 4px;
}

    .landing-button:hover,
    .landing-admin-button:hover,
    .landing-button-link:hover {
        background: #4b98cf;
        color: white;
    }

.landing-admin-button {
    min-width: 112px;
}

.landing-admin-column {
    position: absolute;
    right: 10px;
    top: -10px;
    width: auto;
    display: block;
    padding: 0;
}

.landing-footer {
    background: var(--band-background-color);
    margin-top: 23px;
    padding: 18px 0 24px;
    color: white;
    width: 100%;
}

.landing-footer-inner {
    width: 560px;
    /*    margin-left: 85px;
    margin-right: 0;*/
    margin: 0 auto;
    text-align: left;
    padding-left: 0;
    box-sizing: border-box;
    padding-bottom: 13px;
    font-size: large;
    font-family: Verdana;
}

    .landing-footer-inner h3 {
        margin: 0 0 22px;
        /*        font-size: 1.1rem;*/
        font-weight: normal;
        font-size: large
    }

    .landing-footer-inner p {
        margin: 7px 0;
        /*        font-size: 0.95rem;*/
        line-height: 1.25;
        font-family: Verdana
    }

    .landing-footer-inner a {
        color: white;
    }

    .landing-footer-inner .copyright {
        font-size: small;
    }

/* publieke resultaat/detailpagina's */

.public-content-wrap {
    justify-content: flex-start;
    padding-left: 78px;
    padding-right: 70px;
}

.public-panel {
    background: transparent;
    width: 100%;
    max-width: 1120px;
}

.public-page-title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
}

    .public-page-title::after {
        content: ":";
        font-weight: normal;
    }

    .public-page-title ~ div {
        padding-left: 1rem;
    }

.public-search-summary {
    margin-bottom: 1.5rem;
    font-size: 1.03rem;
    color: #111;
}

    .public-search-summary p {
        margin: 8px 0;
    }

.public-action-row {
    margin: 0 0 22px;
}

.public-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 1px solid #cfcfcf;
}

    .public-table th,
    .public-table td {
        border: 1px solid #d8d8d8;
        padding: 10px 12px;
        text-align: left;
        vertical-align: top;
        font-size: 0.98rem;
    }

    .public-table th {
        background: #f3f3f3;
        font-weight: 600;
    }

.public-detail-panel {
    max-width: 900px;
}

.public-detail-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    row-gap: 12px;
    column-gap: 18px;
    margin: 0 0 28px;
}

    .public-detail-grid dt {
        font-weight: 600;
        color: #222;
    }

    .public-detail-grid dd {
        margin: 0;
        color: #222;
    }

/* validatie/fout/foto */

.public-message {
    background: white;
    border: 1px solid #d6d6d6;
    padding: 14px 16px;
    margin: 0 0 24px;
    max-width: 760px;
}

.public-message-error {
    border-color: #d89b9b;
    background: #fff3f3;
    color: #8b1f1f;
}

.public-verification-timestamp {
    margin-top: 24px;
    font-size: 0.98rem;
    color: #444;
}

.public-photo-block {
    margin: 0 0 24px;
}

.public-photo {
    max-width: 220px;
    height: auto;
    border: 1px solid #cfcfcf;
    background: white;
    padding: 6px;
}

/* responsive */

@media (max-width: 1200px) {
    .landing-logo-shell {
        left: 80px;
    }

    .landing-form-column {
        width: 760px;
        margin-left: 20px;
    }

    .landing-admin-column {
        right: 28px;
    }
}

@media (max-width: 980px) {
    .landing-topbar {
        height: 118px;
    }

    .landing-logo-shell {
        left: 20px;
        top: -6px;
        width: 145px;
        height: 145px;
    }

    .landing-logo {
        width: 145px;
        height: 145px;
    }

    .landing-main {
        padding: 44px 0 26px;
    }

    .landing-main-inner {
        min-height: 0;
    }

    .landing-form-column {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .landing-admin-column {
        position: static;
        margin: 0 20px 20px;
        text-align: right;
    }

    .landing-heading,
    .validation-block {
        margin-left: 0;
    }

    .landing-form-row {
        display: grid;
        grid-template-columns: 160px 205px 400px;
        align-items: start;
        column-gap: 18px;
        margin-bottom: 28px;
    }

    .landing-between-text {
        margin-left: 146px;
    }

    .landing-captcha-row {
        margin-left: 168px;
    }

    .landing-submit-row {
        margin-left: 216px;
    }

    .landing-footer-inner {
        width: auto;
        margin: 0 20px;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .landing-topbar {
        height: 92px;
    }

    .landing-logo-shell {
        left: 12px;
        top: -8px;
        width: 118px;
        height: 118px;
    }

    .landing-logo {
        width: 118px;
        height: 118px;
    }

    .landing-main {
        padding: 26px 0 20px;
    }

    .landing-form-column {
        margin-left: 14px;
        margin-right: 14px;
    }

    .landing-admin-column {
        margin: 0 14px 16px;
        text-align: left;
    }

    .landing-heading {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .landing-form-row {
        grid-template-columns: 1fr;
        row-gap: 6px;
        margin-bottom: 16px;
    }

    .landing-label-col {
        text-align: left;
        padding-top: 0;
    }

    .landing-help-col {
        /*max-width: none;*/
        font-size: 0.94rem;
    }

    .landing-input {
        width: 100%;
        max-width: 260px;
    }

    .landing-between-text {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .landing-captcha-row {
        margin-left: 0;
    }

    .landing-submit-row {
        margin-left: 0;
    }

    .landing-footer-inner {
        margin: 0 14px;
    }

        .landing-footer-inner h2 {
            font-size: 1.05rem;
        }

        .landing-footer-inner p {
            font-size: 0.92rem;
        }
}

/*   */
.inspector-panel {
    padding-bottom: 1rem;
}


#captchaText{
    margin-top: 20px;
}