﻿.y-center {
    vertical-align: middle;
}

img.responsive-logo {
    width: 100%;
    height: auto;
    max-width: 130px;
}

.interpretationType1 {
    color: green;
    font-weight: bold;
    opacity: 0.7;
}

.interpretationType2 {
    color: orange;
    font-weight: bold;
    opacity: 0.7;
}

.interpretationType3 {
    color: red;
    font-weight: bold;
    opacity: 0.7;
}

div.k-grid td .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px;
}

div.k-grid td .mud-expand-panel-header {
    padding: 0px 24px;
    min-height: auto;
}

div.k-grid td .mud-expand-panel {
    background-color: transparent;
}

.mud-treeview-item-arrow {
    align-self: start;
}

.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row.active {
    background-color: var(--mud-palette-primary-hover);
}

tr.mud-table-row.active > td.mud-table-cell {
    color: var(--mud-palette-primary);
    font-weight: 500 !important;
}