﻿html, body {
    overflow: hidden;
    height: 100%;
}

.login-image {
    max-height: 400px;
    max-width: 450px;
}

.authorize-window {
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
}

.image-component {
    border: dashed;
    border-color: grey;
    border-width: 2px;
}

.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
    height: 55px;
}

.mlr-5-no-margin {
    height: 55px;
}

.height-constrained-container {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 10vh;
    max-height: 80vh;
}

.index_panel {
    height: calc(100vh - 205px);
    overflow: auto;
}

.outer {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.aligned {
    text-align: center;
}

.account_padding {
    padding: 1em;
}

.page_padding {
    padding-top: 1em;
}

.menu_buttons {
    display: flex;
    text-align: center;
    justify-content: center;
}

.toolbar_pagenumbers {
    width: 40px;
}

.toolbar_pagination {
    width: 110px;
    margin-top: 0px;
    text-align: center;
}

.tutorial-carousel-item-container {
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: grid;
    margin-left: 10%;
    margin-right: 10%;
    padding-right: 20px;
    padding-left: 20px;
    overflow-y: scroll;
}

.tutorial-text {
    text-align: start;
    margin: auto;
    width: 100%;
    max-width: 800px;
    margin-top: 2em;
}

.tutorial-text-centered {
    text-align: center;
    margin: auto;
    width: 100%;
    max-width: 800px;
    margin-top: 2em;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}

.selected {
    background-color: #1E88E5 !important;
}

    .selected > td {
        color: white !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }

.resizable .resizers {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .resizable .resizers .resizer {
        width: 7px;
        height: 100%;
        position: absolute;
        cursor: e-resize; /*resizer cursor*/
    }

        .resizable .resizers .resizer.left {
            left: 0px;
        }

        .resizable .resizers .resizer.right {
            right: 0px;
        }

        .resizable .resizers .resizer.left:hover {
            border-left: 3px solid blue;
        }

        .resizable .resizers .resizer.right:hover {
            border-right: 3px solid blue;
        }

.maximum-bounds {
    border-color: var(--mud-palette-text-primary);
    border-width: 1px;
    border-style: dotted;
    border-radius: var(--mud-default-borderradius);
    position: absolute;
}

.validation-message {
    color: red;
}

.text-align-right {
    text-align: right;
}
