﻿/* wwwroot/css/approval.css */

.approval-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px;
}

.approval-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

    .approval-header h1 {
        color: #343a40;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .approval-header .lead {
        color: #6c757d;
        font-size: 1.1rem;
    }

.card-header h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #343a40;
    display: flex;
    align-items: center;
}

    .card-header h2 i {
        color: #6c757d;
    }

.view-controls {
    align-items: center;
}

.form-check-label {
    font-size: 0.9rem;
    user-select: none;
    cursor: pointer;
}

.approval-list {
    min-height: 200px;
}

.vehicle-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    background-color: #f8f9fa;
    font-weight: 500;
}

    .vehicle-badge.vehicle-type-mtw {
        background-color: rgba(40, 167, 69, 0.1);
        color: #28a745;
        border-left: 3px solid #28a745;
    }

    .vehicle-badge.vehicle-type-elw {
        background-color: rgba(0, 123, 255, 0.1);
        color: #007bff;
        border-left: 3px solid #007bff;
    }

    .vehicle-badge.vehicle-type-tlf {
        background-color: rgba(253, 126, 20, 0.1);
        color: #fd7e14;
        border-left: 3px solid #fd7e14;
    }

    .vehicle-badge.vehicle-type-hlf {
        background-color: rgba(220, 53, 69, 0.1);
        color: #dc3545;
        border-left: 3px solid #dc3545;
    }

    .vehicle-badge.vehicle-type-lf20 {
        background-color: rgba(102, 16, 242, 0.1);
        color: #6610f2;
        border-left: 3px solid #6610f2;
    }

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

    .empty-state i {
        font-size: 3rem;
        color: #dee2e6;
        margin-bottom: 15px;
    }

    .empty-state p {
        font-size: 1.1rem;
        color: #adb5bd;
        margin-bottom: 0;
    }

.more-bookings-info {
    margin-top: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    color: #6c757d;
    font-size: 0.9rem;
    text-align: center;
}

/* Passwortschutz-Stile */
.password-protection-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 20px;
}

.password-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    padding: 0;
    overflow: hidden;
}

.password-header {
    background-color: #dc3545;
    color: white;
    padding: 20px;
    text-align: center;
}

    .password-header h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

        .password-header h2 i {
            margin-right: 10px;
            font-size: 1.8rem;
        }

    .password-header p {
        margin-bottom: 0;
        font-size: 1rem;
        opacity: 0.9;
    }

.password-body {
    padding: 25px;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
