﻿html,
body,
app {
    background-color: #e6e6e6ff;
}

app {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.noselect {
    user-select: none;
}

*:fullscreen,
*:-moz-full-screen,
*:-ms-fullscreen {
    background: white;
}

.watermark {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 15px;
    border-color: red;
}

.scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.mud-main-content {
    padding-top: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/8);
    padding-bottom: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/8);
}

@media(min-width:0) and (orientation:landscape) {
    .mud-main-content {
        padding-top: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/4);
        padding-bottom: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/4);
    }
}

@media(min-width:600px) {
    .mud-main-content {
        padding-top: var(--mud-appbar-height);
        padding-bottom: var(--mud-appbar-height);
    }
}

.fab-button-box {
    position: absolute;
    bottom: 0;
    right: 0;
}

.result-header-content {
    transform: rotate(90deg) translate(-19px, 0px);
    margin-top: 50% !important;
    margin-bottom: 50% !important;
    width: 37px;
}

.no-wrap {
    white-space: nowrap;
}

.result-header {
    max-width: 70px;
}

.result-header-head {
    height: 120px;
}

.result-cell {
    padding: 8px;
    text-align: center;
}

.result-cell-button {
    max-width: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
}

.taskplayer-overlay {
    position: absolute;
    background-color: #fff;
}

.relative {
    position: relative;
}

.absolute-center {
    position: absolute;
    left: 0;
    right: 0;
}

.mud-alert-icon.mud-alert-icon-left {
    align-items: center;
}

.mud-tabs-panels {
    height: calc(100% - 48px) !important;
}

.title-search .mud-icon-root.mud-svg-icon {
    fill: white;
}