﻿


/* Below sets then text box and select controls to correct font size */
.mud-input,
.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: 0.75rem; /* 1 rem is default */
    /*font-size: 0.775rem*/
}

.mud-table-cell {
    font-size: 0.75rem;
}

/* Default table select color */
.selected {
    background-color: #3B71CA !important;
}

    .selected > td {
        background-color: #3B71CA !important;
        color: white !important;
    }

        .selected > td .mud-input {
            background-color: #3B71CA !important;
            color: white !important;
        }

/* Set Spacing corectly for \r\n test fields */
.white-space-pre-line {
    white-space: pre-line;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

.mud-tab {
    min-height: 20px; /* Adjust this value to your desired height */
}

.mud-tabs-tabbar .mud-tabs-tabbar-inner {
    min-height: 20px;
}

.colwidthdt {
    min-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colwidthtext {
    min-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.colwidthbool {
    min-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Adjusts the height og thrn ptable page bar. */
.mud-table-pagination-toolbar {
    height: 35px;
}


