ihtml, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.content {
    padding-top: 1.1rem;
}

/*noinspection CssUnusedSymbol*/
.expand-panel-left-icon .mud-expand-panel-icon {
    order: 1;
}

/*noinspection CssUnusedSymbol*/
.expand-panel-left-icon .mud-expand-panel-text {
    order: 2;
}

/*noinspection CssUnresolvedCustomProperty*/
.gradient-surface {
    background: linear-gradient(
            to bottom,
            var(--surface),
            var(--surface-gradient-end)
    );
}

/*noinspection CssUnusedSymbol*/
.mapping-header .mud-card-content {
    padding: 0.1rem 0.1rem;
}

/*noinspection CssUnusedSymbol*/
.mud-alert-message {
    width: 100%;
}

.mud-menu-item {
    padding: 0 0 0.2rem 0.2rem !important;
}

/*noinspection CssUnusedSymbol*/
.mud-popover {
    z-index: 2000 !important;
}

/* Fix for intermittent menu height calculation issues */
/*noinspection CssUnusedSymbol*/
.mud-menu-height-auto .mud-popover-open {
    max-height: 80vh !important;
}

/*noinspection CssUnusedSymbol*/
.mud-menu-height-auto .mud-paper {
    max-height: 80vh !important;
    overflow-y: auto !important;
}

/*noinspection CssUnusedSymbol*/
.mud-menu-height-auto .mud-list {
    max-height: none !important;
    overflow-y: visible !important;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}