/* allocationprofiles order-column */
.fi-resource-allocation-profiles .fi-fo-table-repeater table thead tr th:first-child,
.fi-resource-allocation-profiles .fi-fo-table-repeater table tbody tr td:first-child {
    display: none;
}
.fi-resource-allocation-profiles .fi-fo-table-repeater.show-order-column table thead tr th:first-child,
.fi-resource-allocation-profiles .fi-fo-table-repeater.show-order-column table tbody tr td:first-child {
    display: table-cell;
}