﻿@import url('fonts/open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");
@import url(icons.css);

.mainFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--mud-palette-appbar-background);
    color: var(--mud-palette-text-primary);
    text-align: center;
    height: 36px;
}

.chartText {
    color: var(--mud-palette-text-primary);
}

.bartext {
    fill: var(--mud-palette-text-primary) !important;
}

.bartext-outside {
    fill: var(--mud-palette-text-primary) !important;
}

.legendtext {
    fill: var(--mud-palette-text-primary) !important;
}

.loginVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.oIcon {
    width: 2rem !important;
    font-size: 1.1rem;
    /*top: -2px;*/
    display: inline-block;
    min-width: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.75;
}

.mud-table-smalldevices-sortselect {
    margin-top: 200px;
}

.navTitle:hover {
    color: #ff9800ff;
}

.auth-logo {
    height: 200px;
}

.mud-nav-link:hover {
    transition: all 0.4s;
    color: #ff9800ff;
}

    .mud-nav-link:hover .mud-nav-link-icon {
        color: #ff9800ff !important;
        transition: all 0.4s !important;
    }

.mud-nav-link.active .mud-nav-link-icon {
    color: var(--mud-palette-primary) !important;
}

.appBarIcon:hover {
    color: #ff9800ff;
}

    .appBarIcon:hover .mud-list-item-icon {
        color: #ff9800ff;
    }

.mud-nav-link-text {
    min-width: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.95;
}

.dot {
    height: 30px;
    width: 30px;
    background-color: var(--mud-palette-primary);
    border-radius: 50%;
    display: inline-block;
    /*margin-bottom: -10px;*/
}

.xgrid {
    stroke: var(--mud-palette-text-primary) !important;
}

.ygrid {
    stroke: var(--mud-palette-text-primary) !important;
}

.UserInitial {
    margin-left: -22px;
    margin-right: 14px;
    font-weight: bolder;
    color: black;
    font-size: 16px
}

.AccountProfile {
    margin-left: -4px;
    height: 40px;
    width: 120px;
    margin-top: -30px;
    background-color: white;
}

.accountListText p {
    min-width: 1.5rem;
    font-size: 1rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.95;
}

.numberbox-text-justify-end input {
    text-align: end;
}

.field-text-justify-end div {
    text-align: end;
    margin-right: 5px;
    padding-right: 7px;
}

.text-justify-end {
    text-align: end;
    margin-right: 5px;
    padding-right: 7px;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-95 {
    opacity: 0.95 !important;
}

.opacity-10 {
    opacity: 1 !important;
}

.field-60 {
    width: 60px;
}

.field-100 {
    width: 100px;
}

.field-120 {
    width: 120px;
}

.field-140 {
    width: 140px;
}

.field-150 {
    width: 150px;
}

.field-160 {
    width: 160px;
}

.field-170 {
    width: 170px;
}

.field-180 {
    width: 180px;
}

.field-200 {
    width: 200px;
}

.field-220 {
    width: 220px;
}

.field-230 {
    width: 230px;
}

.field-310 {
    width: 230px;
}

.paper-560 {
    height: 560px;
}

.main-svg {
    height: 300px;
}

.mud-table-container {
    overflow-y: scroll !important;
    overflow-x: scroll !important;
    margin-top: 36px;
}

.mainLayoutScroll {
    max-height: 100vh;
    overflow: auto;
}

@media (min-width: 600px) {
    .mud-table-smalldevices-sortselect {
        margin-top: 40px;
    }
}
