﻿html, body {
    height: 100%
}

.fullheight-container {
    height: 100%
}

/* Grid/table selection classes */
.row-selected {
    background-color: #1E88E5 !important;
}
.row-selected > td,
.row-selected > td .mud-input {
    color: white !important;
}

.row-disabled > td,
.row-disabled > td .mud-input {
    color: grey !important;
}

.row-disabled.row-selected {
    background-color: #b5dcff !important;
}

.row-disabled.row-selected > td,
.row-disabled.row-selected > td .mud-input {
    color: grey !important;
}