#filesGroup {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
}

#contentGalerieFiles>div>button {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}
#tableForm table {
    border: 1px solid var(--light-gray);
    border-radius: 10px;
    border-collapse: separate;
    overflow: hidden;
}
#tableForm th {
    background-color: #F2F7F8;
    &:first-child {
        padding-left: 2rem;
    }
}
#tableForm th, 
#tableForm td {
    padding: 8px 15px;
    vertical-align: middle !important;
    font-size: 0.85rem;
    font-weight: 500;
}
#tableForm th, 
#tableForm tr:not(:last-child)>td {
    border-bottom: 1px solid var(--light-gray);
}

#tableForm table img {
    border-radius: 50%;
}

.fancytree-ext-table .fancytree-folder {
    border-bottom: 0!important;
}
table.fancytree-ext-table tbody tr td {
    border-right: 0!important;
}
