/* Tabulator */
.tabulator {
    font-size: inherit !important;
    border: 0 !important;
}

.tabulator-cell > a {
    text-decoration: underline !important;
}

.tabulator-cell > a:hover {
    color: var(--mud-palette-primary);
}

/* Sesame Admin */
.TabulatorLink {
    display: block;
    text-decoration: underline;
}
.TabulatorLink:hover {
    color: var(--mud-palette-primary);
}

#AdministrationManagerTabulator.tabulator .tabulator-header .tabulator-col {
    justify-content: center !important;
}

#AdministrationManagerTabulator.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    white-space: normal !important;
}

#AdministrationManagerTabulator.tabulator .tabulator-tableholder .tabulator-row .tabulator-cell {
    white-space: normal !important;
}

/* Tabulator Themes */
.tabulator-users .tabulator-header .tabulator-col{
    background: #afe8ef !important;
}
.tabulator-groups .tabulator-header .tabulator-col{
    background: #4cb4c1 !important;
}
.tabulator-shared-links .tabulator-header .tabulator-col{
    background: #a7efb0 !important;
}
.tabulator-permalinks .tabulator-header .tabulator-col{
    background: #a7efb0 !important;
}
.tabulator-roles .tabulator-header .tabulator-col{
    background: #e7e7e7 !important;
}
.tabulator-licenses .tabulator-header .tabulator-col{
    background: #ffec67 !important;
}
.tabulator-activations .tabulator-header .tabulator-col{
    background: #ffd6a3 !important;
}
.tabulator-activations-history .tabulator-header .tabulator-col{
    background: #ffbc6a !important;
}
.tabulator-license-types .tabulator-header .tabulator-col{
    background: #b1edbe !important;
}
.tabulator-license-modules .tabulator-header .tabulator-col{
    background: #b1edbe !important;
}