﻿
.mud-table-root .mud-table-body .mud-table-cell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0px;
    padding: 3px;
    padding-left: 5px;   
    line-height: 100%;
    height: 32px;
}

.mud-table-root .mud-table-head .mud-table-cell {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.mud-tooltip-root.mud-tooltip-inline {   
    max-width: 100%;
}

.selected {
    background-color: #1E88E5 !important;
}

    .selected > td {
        color: white !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }


.mudTextBoxInTooltipInTable {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 100%;
    padding-top: 2px;
}

.white-space-pre-line {
    white-space: pre-line;
}