/* _content/EFBManagementSuite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gbs8fat5k3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gbs8fat5k3] {
    flex: 1;
}

.sidebar[b-gbs8fat5k3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gbs8fat5k3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: relative; /* Ensure relative positioning for child elements */
}

    .top-row .installer-mode[b-gbs8fat5k3] {
        background-color: #007bff; /* Blue background color */
        color: white; /* White text color */
        padding: 10px 20px;
        font-size: 1.2rem;
        font-weight: bold;
        border-radius: 5px; /* Rounded corners */
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Add a shadow for a nice effect */
        margin-right: auto; /* Align to the left */
    }
    .top-row .loginbadge[b-gbs8fat5k3] {
        color: gray; /* Witte tekstkleur */
        padding: 0.5rem 1rem; /* Ruimte rondom de tekst */
        border-radius: 0.5rem; /* Afgeronde hoeken */
        font-weight: bold; /* Vetgedrukte tekst */
        display: inline-block; /* Inline-block weergave */
    }

    .top-row[b-gbs8fat5k3]  a, .top-row[b-gbs8fat5k3]  .btn-link{
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-gbs8fat5k3]  a:hover, .top-row[b-gbs8fat5k3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-gbs8fat5k3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-gbs8fat5k3] {
        justify-content: space-between;
    }

        .top-row[b-gbs8fat5k3]  a, .top-row[b-gbs8fat5k3]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-gbs8fat5k3] {
        flex-direction: row;
    }

    .sidebar[b-gbs8fat5k3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gbs8fat5k3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-gbs8fat5k3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-gbs8fat5k3], article[b-gbs8fat5k3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gbs8fat5k3] {
    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[b-gbs8fat5k3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/EFBManagementSuite/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zo10ccctfa] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zo10ccctfa] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zo10ccctfa] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zo10ccctfa] {
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
}
.bi[b-zo10ccctfa] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-zo10ccctfa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zo10ccctfa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zo10ccctfa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-zo10ccctfa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-zo10ccctfa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-zo10ccctfa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-zo10ccctfa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-zo10ccctfa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-box[b-zo10ccctfa] {
    background-image: url("/box.svg");
}

.bi-tools[b-zo10ccctfa] {
    background-image: url("/tools.svg");
}
.bi-person-vcard[b-zo10ccctfa] {
    background-image: url("/person-vcard.svg");
}

.bi-people[b-zo10ccctfa] {
    background-image: url("/users.svg");
}

.bi-wrench-adjustable[b-zo10ccctfa] {
    background-image: url("/wrench.svg");
}
.bi-database[b-zo10ccctfa] {
    background-image: url("/database.svg");
}

.nav-item[b-zo10ccctfa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zo10ccctfa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zo10ccctfa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zo10ccctfa]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-zo10ccctfa]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zo10ccctfa]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zo10ccctfa] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zo10ccctfa] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zo10ccctfa] {
        display: none;
    }

    .nav-scrollable[b-zo10ccctfa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        width: 250px;
    }
}
/* _content/EFBManagementSuite/Components/Pages/CustomerDetail.razor.rz.scp.css */
.top-right[b-jm34gewcv2] {
    position: absolute;
    top: 60px;
    right: 0;
    margin: 10px;
}
button[b-jm34gewcv2] {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-jm34gewcv2] {
        background-color: #0056b3;
    }
/* _content/EFBManagementSuite/Components/Pages/CustomerHistory.razor.rz.scp.css */
.modal[b-3l0pgl9pst] {
    display: block;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog[b-3l0pgl9pst] {
    position: relative;
    width: 80%; /* Make the modal wider */
    max-width: 1400px; /* Set a maximum width */
    margin: auto;
    pointer-events: none;
    margin-top: 50px;
}

.modal-content[b-3l0pgl9pst] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 90vh; /* Limit the height */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    overflow: hidden; /* Hide overflow */
}

.modal-header[b-3l0pgl9pst] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #f8f9fa;
}

.modal-title[b-3l0pgl9pst] {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.5rem;
}

.close[b-3l0pgl9pst] {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5rem;
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and transform */
}

    .close:hover[b-3l0pgl9pst] {
        color: #ff0000; /* Change color on hover */
        transform: scale(1.2); /* Slightly enlarge the button on hover */
    }

.modal-body[b-3l0pgl9pst] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    overflow-y: auto; /* Enable vertical scrolling */
}

.form-group[b-3l0pgl9pst] {
    margin-bottom: 1rem;
}

.form-control[b-3l0pgl9pst] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table[b-3l0pgl9pst] {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

    .table th[b-3l0pgl9pst],
    .table td[b-3l0pgl9pst] {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th[b-3l0pgl9pst] {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody[b-3l0pgl9pst] {
        border-top: 2px solid #dee2e6;
    }

.btn[b-3l0pgl9pst] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary[b-3l0pgl9pst] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover[b-3l0pgl9pst] {
        color: #fff;
        -color: #0056b3;
        border-color: #004085;
    }
.open-button[b-3l0pgl9pst] {
    background-color: #007bff; /* Blue background color */
    color: white; /* White text color */
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

    .open-button:hover[b-3l0pgl9pst] {
        background-color: #0056b3; /* Darker blue on hover */
    }
/* _content/EFBManagementSuite/Components/Pages/Customers.razor.rz.scp.css */
.table[b-sds84544m3] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .table thead tr[b-sds84544m3] {
        background-color: #007BFF;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .table th[b-sds84544m3], .table td[b-sds84544m3] {
        padding: 12px 15px;
    }

    .table tbody tr[b-sds84544m3] {
        border-bottom: 1px solid #dddddd;
    }

        .table tbody tr:nth-of-type(even)[b-sds84544m3] {
            background-color: #f3f3f3;
        }

        .table tbody tr:last-of-type[b-sds84544m3] {
            border-bottom: 2px solid #007BFF;
        }

        .table tbody tr:hover[b-sds84544m3] {
            background-color: #f1f1f1;
        }

form[b-sds84544m3] {
    flex-direction: column;
}

input[b-sds84544m3] {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

    input:focus[b-sds84544m3] {
        border-color: #007BFF;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

button[b-sds84544m3] {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-sds84544m3] {
        background-color: #0056b3;
    }



.spinner[b-sds84544m3] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-sds84544m3 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-sds84544m3 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* Flexbox container for search form and dropdown */
.search-container[b-sds84544m3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Dropdown styling */
select.form-control[b-sds84544m3] {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    select.form-control:focus[b-sds84544m3] {
        border-color: #007BFF;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
/* _content/EFBManagementSuite/Components/Pages/Ecommerce/DynalogicConverter.razor.rz.scp.css */
/* Algemene stijl voor de pagina */
body[b-vfok0lsa6j] {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
}

/* Container voor de upload sectie */
.upload-container[b-vfok0lsa6j] {
    /*max-width: 600px;*/
    max-width: 100%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

    /* Stijl voor de titel */
    .upload-container h2[b-vfok0lsa6j] {
        margin-bottom: 20px;
        color: #333;
    }

    /* Stijl voor de upload knop */
    .upload-container input[type="file"][b-vfok0lsa6j] {
        display: none;
    }

    .upload-container label[b-vfok0lsa6j] {
        display: inline-block;
        padding: 10px 20px;
        background-color: #007bff;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .upload-container label:hover[b-vfok0lsa6j] {
            background-color: #0056b3;
        }

    /* Stijl voor de submit knop */
    .upload-container button[b-vfok0lsa6j] {
        margin-top: 20px;
        padding: 10px 20px;
        background-color: #28a745;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .upload-container button:hover[b-vfok0lsa6j] {
            background-color: #218838;
        }

    /* Stijl voor foutmeldingen */
    .upload-container .error[b-vfok0lsa6j] {
        color: #dc3545;
        margin-top: 10px;
    }
.modal[b-vfok0lsa6j] {
    display: block;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto; /* scroll als content te groot is */
}
.dxgridclass[b-vfok0lsa6j] {
    overflow: auto; /* scroll als content te groot is */
}
.modal-dialog[b-vfok0lsa6j] {
    position: relative;
    width: 80%; /* Make the modal wider */
    max-width: 2000px; /* Set a maximum width */
    margin: auto;
    pointer-events: none;
    margin-top: 50px;
}

.modal-content[b-vfok0lsa6j] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 90vh; /* Limit the height */
    min-height: 60vh; /* Limit the height */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    overflow: hidden; /* Hide overflow */
}

.modal-header[b-vfok0lsa6j] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #f8f9fa;
}

.modal-title[b-vfok0lsa6j] {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.5rem;
}

.close[b-vfok0lsa6j] {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5rem;
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and transform */
}

    .close:hover[b-vfok0lsa6j] {
        color: #ff0000; /* Change color on hover */
        transform: scale(1.2); /* Slightly enlarge the button on hover */
    }

.modal-body[b-vfok0lsa6j] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    overflow-y: auto; /* Enable vertical scrolling */
}

/* Stijl voor de download en bekijk gegevens knoppen */
.download-container[b-vfok0lsa6j] {
    margin-top: 20px;
    text-align: center;
    /*max-width: 600px;*/
    max-width: 100%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

    .download-container button[b-vfok0lsa6j] {
        margin: 10px;
        padding: 10px 20px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .download-container button:hover[b-vfok0lsa6j] {
            background-color: #0056b3;
        }

    /* Stijl voor het overzicht van het aantal regels */
    .download-container p[b-vfok0lsa6j] {
        font-size: 16px;
        color: #333;
    }
.modal table[b-vfok0lsa6j] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .modal table thead tr[b-vfok0lsa6j] {
        background-color: #007BFF;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .modal table td[b-vfok0lsa6j] {
        padding: 12px 15px;
    }

    .modal table th[b-vfok0lsa6j] {
        white-space: nowrap; /* Voorkom dat de tekst wordt afgebroken */
        padding: 12px 15px;
    }

    .modal table tbody tr[b-vfok0lsa6j] {
        border-bottom: 1px solid #dddddd;
    }

        .modal table tbody tr:nth-of-type(even)[b-vfok0lsa6j] {
            background-color: #f3f3f3;
        }

        .modal table tbody tr:last-of-type[b-vfok0lsa6j] {
            border-bottom: 2px solid #007BFF;
        }

        .modal table tbody tr:hover[b-vfok0lsa6j] {
            background-color: #f1f1f1;
        }

.historie-container[b-vfok0lsa6j] {
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

    .historie-container button[b-vfok0lsa6j] {
        margin: 10px;
        padding: 10px 20px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .historie-container button:hover[b-vfok0lsa6j] {
            background-color: #0056b3;
        }

    /* Stijl voor het overzicht van het aantal regels */
    .historie-container p[b-vfok0lsa6j] {
        font-size: 16px;
        color: #333;
    }

    .historie-container table[b-vfok0lsa6j] {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 18px;
        text-align: left;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

        .historie-container table thead tr[b-vfok0lsa6j] {
            background-color: #007BFF;
            color: #ffffff;
            text-align: left;
            font-weight: bold;
        }

        .historie-container table td[b-vfok0lsa6j] {
            padding: 12px 15px;
        }

        .historie-container table th[b-vfok0lsa6j] {
            white-space: nowrap; /* Voorkom dat de tekst wordt afgebroken */
            padding: 12px 15px;
        }

        .historie-container table tbody tr[b-vfok0lsa6j] {
            border-bottom: 1px solid #dddddd;
        }

            .historie-container table tbody tr:nth-of-type(even)[b-vfok0lsa6j] {
                background-color: #f3f3f3;
            }

            .historie-container table tbody tr:last-of-type[b-vfok0lsa6j] {
                border-bottom: 2px solid #007BFF;
            }

            .historie-container table tbody tr:hover[b-vfok0lsa6j] {
                background-color: #f1f1f1;
            }
/* _content/EFBManagementSuite/Components/Pages/FTPManager/Databeheer.razor.rz.scp.css */
.col-md-6[b-swyrvk4ed2] {
    border: 2px dotted #ccc;
    width: 50%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.FtpData[b-swyrvk4ed2] {
    border: 2px dotted #ccc;
    width: 50%;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .FtpData .form-group[b-swyrvk4ed2] {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px;
    }

    .FtpData label[b-swyrvk4ed2] {
        width: 150px;
        margin-right: 10px;
        font-weight: bold;
    }

    .FtpData input[b-swyrvk4ed2] {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }
.btn-primary[b-swyrvk4ed2] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover[b-swyrvk4ed2] {
        background-color: #0056b3;
    }

.ConsoleContainer[b-swyrvk4ed2] {
    width: 100%;
    margin-top: 20px;
}

.Console[b-swyrvk4ed2] {
    background-color: black;
    color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.ConsoleHeader[b-swyrvk4ed2] {
    background-color: #333;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ConsoleBody[b-swyrvk4ed2] {
    height: 25em; /* 25 regels hoog */
    overflow-y: auto;
    padding: 10px;
}

.ConsoleOutput p[b-swyrvk4ed2] {
    margin: 0;
    font-family: monospace;
    font-weight: bold;
}
.col-md-6-console[b-swyrvk4ed2] {
    border: 2px dotted #ccc;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.console-output[b-swyrvk4ed2] {
    white-space: pre-wrap; /* Zorgt ervoor dat nieuwe regels worden weergegeven */
    font-family: monospace; /* Optioneel: gebruik een monospaced lettertype voor de console-uitvoer */
}
.ClearButton[b-swyrvk4ed2] {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}
.status-header[b-swyrvk4ed2] {
    display: flex;
    justify-content: space-between; /* Titel links, knop rechts */
    align-items: center; /* Verticaal centreren */
    margin-bottom: 5px; /* Ruimte onder de header */
}

.runbutton[b-swyrvk4ed2] {
    /* Eventuele extra styling voor de knop */
}

.dxbl-grid[b-swyrvk4ed2] {
    height: 100%;
}
/* _content/EFBManagementSuite/Components/Pages/FTPManager/Ftpbeheer.razor.rz.scp.css */

.ButtonRow[b-03ltptn2ug] {
    position: absolute;
    top: 75px;
    right: 10px;
}

.btn[b-03ltptn2ug] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary[b-03ltptn2ug] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover[b-03ltptn2ug] {
        background-color: #0056b3;
    }

.btn-delete[b-03ltptn2ug] {
    color: #fff;
    background-color: orangered;
    border-color: #007bff;
}

.btn-danger[b-03ltptn2ug] {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover[b-03ltptn2ug] {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }
.btn-new[b-03ltptn2ug] {
    margin-left: 10px;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-new:hover[b-03ltptn2ug] {
    background-color: #157347;
}
/* _content/EFBManagementSuite/Components/Pages/FTPManager/FtpDetail.razor.rz.scp.css */
.col-md-6[b-b7ecokdvop] {  
   border: 2px dotted #ccc;  
   width: 50%;  
   padding: 10px;  
   margin: 10px 0;  
   border-radius: 5px;  
   background-color: #f9f9f9;  
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  
}
.FtpData[b-b7ecokdvop] {
    border: 2px dotted #ccc;
    width: 50%;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .FtpData .form-group[b-b7ecokdvop] {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px;
    }

    .FtpData label[b-b7ecokdvop] {
        width: 150px;
        margin-right: 10px;
        font-weight: bold;
    }

    .FtpData input[b-b7ecokdvop] {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;

    }


.ButtonRow[b-b7ecokdvop]{
    position: absolute;
    top: 75px;
    right: 10px;
}

.btn[b-b7ecokdvop] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary[b-b7ecokdvop] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover[b-b7ecokdvop] {
        background-color: #0056b3;
    }

.copied[b-b7ecokdvop] {
    font-weight: bold;
    color: green;
}

.overlay-container[b-b7ecokdvop] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 10px;
}

.toast-container[b-b7ecokdvop] {
    background-color: #28a745;
    color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.5s;
}

    .toast-container.show[b-b7ecokdvop] {
        opacity: 1;
    }

/* _content/EFBManagementSuite/Components/Pages/Home.razor.rz.scp.css */
body[b-m2mgadxow4] {
    font-family: 'Arial', sans-serif;
    background-color: #f0f2f5;
    color: #333;
    margin: 0;
    padding: 0;
}

.container[b-m2mgadxow4] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.HomeTitle[b-m2mgadxow4] {
    font-size: 3rem;
    color: #333; /* Zwarte kleur voor de tekst */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 40px 0;
    font-style: italic;
    font-weight: bold;
    padding: 20px; /* Voeg padding toe binnen de box */
    border: 2px solid #333; /* Voeg een rand toe */
    border-radius: 10px; /* Maak de hoeken afgerond */
    background-color: #fff; /* Voeg een achtergrondkleur toe */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Voeg een schaduw toe voor diepte */
}

button[b-m2mgadxow4] {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-m2mgadxow4] {
        background-color: #45a049;
    }

.card[b-m2mgadxow4] {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
}

    .card h2[b-m2mgadxow4] {
        font-size: 1.5rem;
        color: #333;
    }

    .card p[b-m2mgadxow4] {
        font-size: 1rem;
        color: #666;
    }

.sysmaster[b-m2mgadxow4] {
    font-weight: bold;
}
/* _content/EFBManagementSuite/Components/Pages/Installateur/Gebruikersbeheer.razor.rz.scp.css */
.modal[b-jo4jwm5jw3] {
    display: block;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog[b-jo4jwm5jw3] {
    position: relative;
    width: 80%; /* Make the modal wider */
    max-width: 1400px; /* Set a maximum width */
    margin: auto;
    pointer-events: none;
    margin-top: 50px;
}

.modal-content[b-jo4jwm5jw3] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 90vh; /* Limit the height */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    overflow: hidden; /* Hide overflow */
}

.modal-header[b-jo4jwm5jw3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #f8f9fa;
}

.modal-title[b-jo4jwm5jw3] {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.5rem;
}

.close[b-jo4jwm5jw3] {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5rem;
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and transform */
}

    .close:hover[b-jo4jwm5jw3] {
        color: #ff0000; /* Change color on hover */
        transform: scale(1.2); /* Slightly enlarge the button on hover */
    }

.modal-body[b-jo4jwm5jw3] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    overflow-y: auto; /* Enable vertical scrolling */
}
/* _content/EFBManagementSuite/Components/Pages/Installateur/Servicemenu.razor.rz.scp.css */
.modal[b-ydnhniznqp] {
    display: block;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog[b-ydnhniznqp] {
    position: relative;
    width: 80%; /* Make the modal wider */
    max-width: 1400px; /* Set a maximum width */
    margin: auto;
    pointer-events: none;
    margin-top: 50px;
}

.modal-content[b-ydnhniznqp] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 90vh; /* Limit the height */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    overflow: hidden; /* Hide overflow */
}

.modal-header[b-ydnhniznqp] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #f8f9fa;
}

.modal-title[b-ydnhniznqp] {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.5rem;
}

.close[b-ydnhniznqp] {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5rem;
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and transform */
}

    .close:hover[b-ydnhniznqp] {
        color: #ff0000; /* Change color on hover */
        transform: scale(1.2); /* Slightly enlarge the button on hover */
    }

.modal-body[b-ydnhniznqp] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    overflow-y: auto; /* Enable vertical scrolling */
}

.form-group[b-ydnhniznqp] {
    margin-bottom: 1rem;
}

.form-control[b-ydnhniznqp] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table[b-ydnhniznqp] {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

    .table th[b-ydnhniznqp],
    .table td[b-ydnhniznqp] {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th[b-ydnhniznqp] {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody[b-ydnhniznqp] {
        border-top: 2px solid #dee2e6;
    }

.btn[b-ydnhniznqp] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary[b-ydnhniznqp] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover[b-ydnhniznqp] {
        color: #fff;
        -color: #0056b3;
        border-color: #004085;
    }

.open-button[b-ydnhniznqp] {
    background-color: #007bff; /* Blue background color */
    color: white; /* White text color */
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

    .open-button:hover[b-ydnhniznqp] {
        background-color: #0056b3; /* Darker blue on hover */
    }
.knoppenmenu[b-ydnhniznqp]{
    margin-top: 40px;   
}

.menubutton[b-ydnhniznqp] {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 10px;
}

    .menubutton:hover[b-ydnhniznqp] {
        background-color: #0056b3;
    }
.checkbox-container[b-ydnhniznqp] {
    display: flex;
    align-items: center;
}

    .checkbox-container input[type="checkbox"][b-ydnhniznqp] {
        width: 40px; /* Stel de breedte in */
        height: 40px; /* Stel de hoogte in */
        margin-right: 10px;
        appearance: none; /* Verwijder standaard styling */
        background-color: #fff; /* Achtergrondkleur */
        border: 1px solid #ced4da; /* Randkleur */
        border-radius: 4px; /* Ronde hoeken */
        outline: none; /* Verwijder focus outline */
        cursor: pointer; /* Cursor veranderen naar pointer */
    }

        .checkbox-container input[type="checkbox"]:checked[b-ydnhniznqp] {
            background-color: #007bff; /* Achtergrondkleur wanneer geselecteerd */
            border-color: #007bff; /* Randkleur wanneer geselecteerd */
        }

            .checkbox-container input[type="checkbox"]:checked[b-ydnhniznqp]::before {
                content: '✔'; /* Vinkje toevoegen */
                display: block;
                color: white; /* Kleur van het vinkje */
                text-align: center;
                line-height: 25px; /* Zorg ervoor dat het vinkje gecentreerd is */
            }
.btn-danger[b-ydnhniznqp] {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover[b-ydnhniznqp] {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }
/* _content/EFBManagementSuite/Components/Pages/ProductDetails.razor.rz.scp.css */
.total-row[b-yexhld1o7v] {
    border-top: 2px solid black; /* Voeg een zwarte lijn boven de rij toe */
    background-color: #f9f9f9; /* Optioneel: een lichte achtergrondkleur voor de totale rij */
}
/* _content/EFBManagementSuite/Components/Pages/Products.razor.rz.scp.css */
.table[b-ey5binq55a] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .table thead tr[b-ey5binq55a] {
        background-color: #007BFF;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .table th[b-ey5binq55a], .table td[b-ey5binq55a] {
        padding: 12px 15px;
    }

    .table tbody tr[b-ey5binq55a] {
        border-bottom: 1px solid #dddddd;
    }

        .table tbody tr:nth-of-type(even)[b-ey5binq55a] {
            background-color: #f3f3f3;
        }

        .table tbody tr:last-of-type[b-ey5binq55a] {
            border-bottom: 2px solid #007BFF;
        }

        .table tbody tr:hover[b-ey5binq55a] {
            background-color: #f1f1f1;
        }
form[b-ey5binq55a] {
    flex-direction: column;
}

input[b-ey5binq55a] {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

    input:focus[b-ey5binq55a] {
        border-color: #007BFF;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

button[b-ey5binq55a] {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-ey5binq55a] {
        background-color: #0056b3;
    }



.spinner[b-ey5binq55a] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-ey5binq55a 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-ey5binq55a {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* _content/EFBManagementSuite/Components/Pages/Repairs.razor.rz.scp.css */
.table[b-4rn0ejkpnz] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .table thead tr[b-4rn0ejkpnz] {
        background-color: #007BFF;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

 .table td[b-4rn0ejkpnz] {
        padding: 12px 15px;
    }

    .table th[b-4rn0ejkpnz] {
        white-space: nowrap; /* Voorkom dat de tekst wordt afgebroken */
        padding: 12px 15px;
    }
    .table tbody tr[b-4rn0ejkpnz] {
        border-bottom: 1px solid #dddddd;
    }

        .table tbody tr:nth-of-type(even)[b-4rn0ejkpnz] {
            background-color: #f3f3f3;
        }

        .table tbody tr:last-of-type[b-4rn0ejkpnz] {
            border-bottom: 2px solid #007BFF;
        }

        .table tbody tr:hover[b-4rn0ejkpnz] {
            background-color: #f1f1f1;
        }

form[b-4rn0ejkpnz] {
    flex-direction: column;
}

.modal-body input[b-4rn0ejkpnz] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

    .modal-body input:focus[b-4rn0ejkpnz] {
        border-color: #007BFF;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

.click-button[b-4rn0ejkpnz] {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.click-button:hover[b-4rn0ejkpnz] {
    background-color: #0056b3;
}



.spinner[b-4rn0ejkpnz] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-4rn0ejkpnz 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-4rn0ejkpnz {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* Flexbox container for search form and dropdown */
.search-container[b-4rn0ejkpnz] {
    display: flex;
    align-items: center; /* Zorgt ervoor dat de items verticaal zijn uitgelijnd */
    gap: 10px; /* Ruimte tussen de elementen */
    margin-bottom: 20px; /* Ruimte onder de zoekcontainer */
}

    .search-container input[b-4rn0ejkpnz] {
        flex: 1; /* Zorg ervoor dat de zoekbox de beschikbare ruimte opvult */
        padding: 10px; /* Padding voor de zoekbox */
        border: 2px solid #ccc; /* Randkleur */
        border-radius: 5px; /* Ronde hoeken */
        font-size: 16px; /* Lettergrootte */
    }

    .search-container button[b-4rn0ejkpnz] {
        padding: 10px 20px; /* Padding voor de knop */
        background-color: #007BFF; /* Achtergrondkleur voor de knop */
        color: white; /* Kleur van de tekst */
        border: none; /* Geen rand */
        border-radius: 5px; /* Ronde hoeken */
        cursor: pointer; /* Cursor verandert naar pointer */
        transition: background-color 0.3s ease; /* Transitie voor hover effect */
    }

        .search-container button:hover[b-4rn0ejkpnz] {
            background-color: #0056b3; /* Donkerdere kleur bij hover */
        }
/* Dropdown styling */
select.form-control[b-4rn0ejkpnz] {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    select.form-control:focus[b-4rn0ejkpnz] {
        border-color: #007BFF;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }


.checkbox-container[b-4rn0ejkpnz] {
    display: flex;
    align-items: center;
}

    .checkbox-container input[type="checkbox"][b-4rn0ejkpnz] {
        width: 48px; /* Stel de breedte in */
        height: 48px; /* Stel de hoogte in */
        margin-right: 10px;
        appearance: none; /* Verwijder standaard styling */
        background-color: #fff; /* Achtergrondkleur */
        border: 1px solid #ced4da; /* Randkleur */
        border-radius: 4px; /* Ronde hoeken */
        outline: none; /* Verwijder focus outline */
        cursor: pointer; /* Cursor veranderen naar pointer */
    }

        .checkbox-container input[type="checkbox"]:checked[b-4rn0ejkpnz] {
            background-color: #007bff; /* Achtergrondkleur wanneer geselecteerd */
            border-color: #007bff; /* Randkleur wanneer geselecteerd */
        }

            .checkbox-container input[type="checkbox"]:checked[b-4rn0ejkpnz]::before {
                content: '✔'; /* Vinkje toevoegen */
                display: block;
                color: white; /* Kleur van het vinkje */
                text-align: center;
                line-height: 25px; /* Zorg ervoor dat het vinkje gecentreerd is */
            }

.modal[b-4rn0ejkpnz] {
    display: block;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog[b-4rn0ejkpnz] {
    position: relative;
    width: 80%; /* Make the modal wider */
    max-width: 1400px; /* Set a maximum width */
    margin: auto;
    pointer-events: none;
    margin-top: 50px;
}

.modal-content[b-4rn0ejkpnz] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 90vh; /* Limit the height */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    overflow: hidden; /* Hide overflow */
}

.modal-header[b-4rn0ejkpnz] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #f8f9fa;
}

.modal-title[b-4rn0ejkpnz] {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.5rem;
}

.close[b-4rn0ejkpnz] {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5rem;
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and transform */
}

    .close:hover[b-4rn0ejkpnz] {
        color: #ff0000; /* Change color on hover */
        transform: scale(1.2); /* Slightly enlarge the button on hover */
    }

.modal-body[b-4rn0ejkpnz] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    overflow-y: auto; /* Enable vertical scrolling */
}
.flex-container[b-4rn0ejkpnz] {
    display: flex; /* Gebruik flexbox voor de container */
    justify-content: space-between; /* Zorgt ervoor dat de velden gelijkmatig worden verdeeld */
    align-items: stretch; /* Zorgt ervoor dat alle velden dezelfde hoogte hebben */
    gap: 20px; /* Ruimte tussen de linker en rechter velden */
}

.left-fields[b-4rn0ejkpnz] {
    display: flex;
    flex-direction: column; /* Zorgt ervoor dat de linker velden verticaal worden gestapeld */
    flex: 1; /* Zorgt ervoor dat deze sectie de beschikbare ruimte opvult */
    max-width: 50%; /* Maximaliseer de breedte tot 50% */
}

.right-fields[b-4rn0ejkpnz] {
    display: flex;
    flex-direction: column; /* Zorgt ervoor dat de rechter velden verticaal worden gestapeld */
    flex: 1; /* Zorgt ervoor dat deze sectie de beschikbare ruimte opvult */
    max-width: 50%; /* Maximaliseer de breedte tot 50% */
}

.form-group[b-4rn0ejkpnz] {
    margin-bottom: 10px; /* Ruimte tussen de formuliervelden */
}
.custom-search-container[b-4rn0ejkpnz] {
    display: flex;
    align-items: center; /* Zorgt ervoor dat de items verticaal zijn uitgelijnd */
    gap: 10px; /* Ruimte tussen de elementen */
    margin-bottom: 20px; /* Ruimte onder de zoekcontainer */
}

.custom-search-input[b-4rn0ejkpnz] {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.custom-search-button[b-4rn0ejkpnz] {
    padding: 10px 20px; /* Padding voor de knop */
    background-color: #007BFF; /* Achtergrondkleur voor de knop */
    color: white; /* Kleur van de tekst */
    border: none; /* Geen rand */
    border-radius: 5px; /* Ronde hoeken */
    cursor: pointer; /* Cursor verandert naar pointer */
    transition: background-color 0.3s ease; /* Transitie voor hover effect */
}

    .custom-search-button:hover[b-4rn0ejkpnz] {
        background-color: #0056b3; /* Donkerdere kleur bij hover */
    }

.custom-checkbox[b-4rn0ejkpnz] {
    margin-left: 10px; /* Ruimte tussen de checkbox en de tekst */
}

.custom-select[b-4rn0ejkpnz] {
    width: 300px; /* Breedte van de dropdown */
    padding: 10px; /* Padding voor de dropdown */
    margin-bottom: 10px; /* Ruimte onder de dropdown */
    border: 2px solid #ccc; /* Randkleur */
    border-radius: 5px; /* Ronde hoeken */
    font-size: 16px; /* Lettergrootte */
    background-color: #fff; /* Achtergrondkleur */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Transitie-effecten */
    height: 48px; /* Hoogte ingesteld op 48px */
    line-height: 28px; /* Lijnhoogte voor verticale centrering van de tekst */
    box-sizing: border-box; /* Zorg ervoor dat padding en rand zijn inbegrepen in de hoogte */
}

.custom-select:focus[b-4rn0ejkpnz] {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#problemDescription[b-4rn0ejkpnz] {
    height: 306px; /* Stel de hoogte in op 150px */
    padding: 10px; /* Padding voor de textarea */
    border: 2px solid #ccc; /* Randkleur */
    border-radius: 5px; /* Ronde hoeken */
    font-size: 16px; /* Lettergrootte */
    resize: none; /* Voorkom dat de gebruiker de grootte kan aanpassen */
    box-sizing: border-box; /* Zorg ervoor dat padding en rand zijn inbegrepen in de hoogte */
}

#internalMemo[b-4rn0ejkpnz] {
    height: 306px; /* Stel de hoogte in op 150px */
    padding: 10px; /* Padding voor de textarea */
    border: 2px solid #ccc; /* Randkleur */
    border-radius: 5px; /* Ronde hoeken */
    font-size: 16px; /* Lettergrootte */
    resize: none; /* Voorkom dat de gebruiker de grootte kan aanpassen */
    box-sizing: border-box; /* Zorg ervoor dat padding en rand zijn inbegrepen in de hoogte */
}

#workDescription[b-4rn0ejkpnz] {
    height: 290px; /* Stel de hoogte in op 150px */
    padding: 10px; /* Padding voor de textarea */
    border: 2px solid #ccc; /* Randkleur */
    border-radius: 5px; /* Ronde hoeken */
    font-size: 16px; /* Lettergrootte */
    resize: none; /* Voorkom dat de gebruiker de grootte kan aanpassen */
    box-sizing: border-box; /* Zorg ervoor dat padding en rand zijn inbegrepen in de hoogte */
}

.excelbutton[b-4rn0ejkpnz] {
    display: flex; /* Zorg ervoor dat de afbeelding en tekst naast elkaar staan */
    align-items: center; /* Verticaal centreren van de afbeelding en tekst */
    padding: 10px 20px; /* Padding voor de knop */
    background-color: #007BFF; /* Achtergrondkleur voor de knop */
    color: white; /* Kleur van de tekst */
    border: none; /* Geen rand */
    border-radius: 5px; /* Ronde hoeken */
    cursor: pointer; /* Cursor verandert naar pointer */
    transition: background-color 0.3s ease; /* Transitie voor hover effect */
}
    .excelbutton:hover[b-4rn0ejkpnz] {
        transform: scale(1.1); /* Vergroot de afbeelding bij hover */
    }

    .excelbutton img[b-4rn0ejkpnz] {
        width: 30px; /* Pas de breedte van de afbeelding aan */
        height: 30px; /* Pas de hoogte van de afbeelding aan */
    }
.excel-button-container[b-4rn0ejkpnz] {
    margin-left: auto; /* Dit zorgt ervoor dat de excelbutton naar de rechterkant wordt geduwd */
}
