.ls-facturen-lijst-container {
    max-width: 1000px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.ls-fl-title {
    text-align: left;
    margin-bottom: 1px;
}

.ls-fl-filter {
    margin-bottom: 10px;
    text-align: center;
}

.ls-fl-empty {
    text-align: center;
    font-style: italic;
}

.ls-factuur-blok {
    border: 1px solid #ccc;
    padding: 15px 15px 0px 15px;
    border-radius: 1px;
    margin-bottom: 10px;
    background: #f9f9f9;
}


.ls-fl-table {
    width: 100%;
    border-collapse: collapse;
}

.ls-fl-table th,
.ls-fl-table td {
    border: 1px solid #ccc;
    padding: 6px;
    font-size: 13px;
}

.ls-fl-table th {
    background: #eee;
}

.right {
    text-align: right;
}

.ls-onbetaald {
    color: #cc0000;      /* rood */
}


/* Container bovenaan factuur */
.ls-factuur-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

/* Linker deel: factuurinfo */
.ls-factuur-links {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.ls-factuur-links .factuur-item {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
}

/* Onbetaalde facturen in rood en vet */
.factuurnr.onbetaald {
    color: #d60000;
}

.ls-download-btn {
    padding: 5px 6px;
    background: #0073aa;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;  /* icoon kleurt mee */
}

.ls-download-btn:hover {
    background: #005f87;
}

/* Icoon */
.ls-download-icon {
    width: 20px;
    height: 20px;
}

.ls-fl-header {
    display: flex;
    justify-content: space-between; /* Titel rechts, filter links */
    align-items: center;
    margin-bottom: 20px;
}

.ls-fl-title {
    margin: 0;
}

.ls-fl-filter {
    margin: 0;
}

.ls-qr-toggle {
    cursor: pointer;
    color: #0073aa;
    font-size: 0.9em;
}

.ls-qr-toggle:hover {
    text-decoration: underline;
}


.ls-qr-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 6px;
}

.ls-qr-btn {
    background: #f0f0f1;
    border: 1px solid #ccd0d4;
    padding: 4px 8px;
    font-size: 0.85em;
    cursor: pointer;
    border-radius: 3px;
    color: #000;
}

.ls-qr-btn:hover {
    background: #e2e4e7;
}

.ls-qr-menu {
    display: none;
    position: absolute;
    bottom: 100%;     /* 👈 opent boven de knop */
    left: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 9999;
    right: 0;
    margin-top: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    
}

.ls-qr-dropdown {
    position: relative;
}



.ls-qr-img {
    height: 110px;
    cursor: pointer;
}

tfoot th.left {
    vertical-align: middle;
}

tfoot th.right {
    vertical-align: middle;
}



