
#doc-tabel-app {
    font-family: Arial, sans-serif;
    padding: 10px;
}
#export-excel {
    padding: 8px 14px;
    background-color: #2b6cb0;
    color: white;
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
#export-excel:hover {
    background-color: #225a94;
}
#filtru-an, #cauta-doc {
    padding: 6px 10px;
    margin: 10px 10px 15px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.doc-tabel-complet {
    width: 100%;
    border-collapse: collapse;
}
.doc-tabel-complet th, .doc-tabel-complet td {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: left;
}
#paginare-doc {
    margin-top: 15px;
}
#paginare-doc .btn-pagina {
    margin-right: 6px;
    padding: 4px 10px;
    border: 1px solid #888;
    background: #f4f4f4;
    cursor: pointer;
    border-radius: 3px;
}
#paginare-doc .btn-pagina.activ {
    background-color: #2b6cb0;
    color: white;
    font-weight: bold;
}
#doc-stats {
    margin-top: 10px;
    font-style: italic;
}

.doc-tabel-complet th {
    text-align: center;
    vertical-align: middle;
}
.doc-tabel-complet td:last-child {
    text-align: center;
}

.doc-tabel-complet td:nth-child(1) {
    text-align: right;
}
.doc-tabel-complet td:nth-child(3) {
    text-align: center;
}
