/* _content/Keepgreen_v_1.UI/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* ============================================
   Algemene stijlen
   ============================================ */

a.navbar-brand[b-4g1sulqn79] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-4g1sulqn79] {
    color: #0077cc;
}

.btn-primary[b-4g1sulqn79] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4g1sulqn79],
.nav-pills .show > .nav-link[b-4g1sulqn79] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-4g1sulqn79] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-4g1sulqn79] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4g1sulqn79] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4g1sulqn79] {
    font-size: 1rem;
    line-height: inherit;
}


/* ============================================
   Flex layout: header → main → footer
   ============================================ */

html[b-4g1sulqn79], body[b-4g1sulqn79] {
    height: 100%;
}

.layout-root[b-4g1sulqn79] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-4g1sulqn79] {
    flex: 1 0 auto;
    min-height: 90vh; /* procentowo – tak jak chciałeś */
    padding-top: 40px;
    padding-bottom: 40px;
}


/* Footer */
.footer[b-4g1sulqn79] {
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
}


/* ============================================
   Logo in navbar
   ============================================ */

.logo-small[b-4g1sulqn79] {
    height: 24px; /* mniejsze logo */
    width: auto;
    display: block;
}

.navbar-brand[b-4g1sulqn79] {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center; /* perfekcyjne wyrównanie pionowe */
}


/* ============================================
   Verbeterde lay-out en typografie
   ============================================ */

.page-center[b-4g1sulqn79] {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

h1[b-4g1sulqn79], h2[b-4g1sulqn79] {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}

p[b-4g1sulqn79] {
    margin-bottom: 16px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.link-list[b-4g1sulqn79] {
    margin-top: 24px;
}

    .link-list a[b-4g1sulqn79] {
        display: block;
        margin-bottom: 10px;
        font-size: 1.1rem;
        text-decoration: none;
        color: #1b6ec2;
    }

        .link-list a:hover[b-4g1sulqn79] {
            text-decoration: underline;
        }


/* ============================================
   Tabellen
   ============================================ */

.table-list[b-4g1sulqn79] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

    .table-list th[b-4g1sulqn79],
    .table-list td[b-4g1sulqn79] {
        padding: 8px 12px;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }

    .table-list th[b-4g1sulqn79] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .table-list tr:hover[b-4g1sulqn79] {
        background-color: #f0f8ff;
    }


/* ============================================
   Status kleuren
   ============================================ */

.status-inorde[b-4g1sulqn79] {
    color: #2e7d32;
    font-weight: 600;
}

.status-vandaag[b-4g1sulqn79] {
    color: #ef6c00;
    font-weight: 600;
}

.status-telaat[b-4g1sulqn79] {
    color: #c62828;
    font-weight: 600;
}


/* ============================================
   Actie-links
   ============================================ */

.actions a[b-4g1sulqn79] {
    margin-right: 12px;
    text-decoration: none;
    color: #0066cc;
}

    .actions a:hover[b-4g1sulqn79] {
        text-decoration: underline;
    }


/* ============================================
   Autocomplete (Perenual)
   ============================================ */

.autocomplete-results[b-4g1sulqn79] {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 4px;
    border-radius: 4px;
}

.result-item[b-4g1sulqn79] {
    display: flex;
    gap: 10px;
    padding: 6px;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid #eee;
}

    .result-item:hover[b-4g1sulqn79] {
        background-color: #f0f8ff;
    }

    .result-item img[b-4g1sulqn79] {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 4px;
    }

