﻿.mud-table-cell .mud-checkbox {
    justify-content: center !important
}

td .d-flex {
    justify-content: center !important
}

tr td:has(button) {
    text-align: center !important
}

.selected {
    background-color: lightgrey !important;
}

.SoftwarePortal-Dialog-FullSize {
    width: 97vw;
    height: 97vh;
}

.SoftwarePortal-Dialog {
    height: 750px;
    width: 1280px;
    max-width: 100vw;
    max-height: 100vh;
}

.SoftwarePortal-SystemGroup-Dialog {
    width: 950px;
}

.mud-toolbar {
    height: 48px;
}


.mud-dialog .outline-none {
    overflow: hidden;
    height: 100%
}

.mud-table.mud-height-full {
    overflow: hidden;
}

.mud-tabs.mud-tabs-rounded.mud-height-full .mud-tabs-panels {
    height: 100%;
    overflow: hidden;
}

.select-view {
    justify-content: flex-end;
}

    .select-view > div.mud-input-control-input-container > .mud-input.mud-input-outlined.mud-input-adorned-end > div.mud-input-slot.mud-input-root-outlined {
        padding: 8px !important;
    }

.d-flex > div.mud-tooltip-root.mud-tooltip-inline {
    display: flex !important;
}