﻿.fsh-center-text {
    text-align: center !important;
}

.mud-button-filled {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 30%), 0 2px 2px 0 rgb(0 0 0 / 0), 0 1px 5px 0 rgb(0 0 0 / 10%) !important;
}

.mud-dialog {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 0), 0 10px 10px 0 rgb(0 0 0 / 5%) !important;
}

.mud-nav-link {
    white-space: normal !important;
    padding: 12px 16px 12px 38px;
}

.mud-nav-link.active:not(.mud-nav-link-disabled) {
    border-right: 3px solid #e5b52b;
    background-color: rgba(#364042, 0.1);
}

.mud-table {
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.mud-card {
    margin-bottom: 20px !important;
}

#blazor-error-ui {
    color: var(--mud-palette-drawer-text);
    background: var(--mud-palette-drawer-background);
}

.mud-overlay-dark {
    backdrop-filter: blur(2px);
}

.mud-card-header .mud-card-header-avatar {
    margin-inline-end: 10px !important;
}

.mud-nav-link {
    padding: 12px 16px 12px 15px !important;
}

.mud-dialog-content {
    max-height: 75vh !important;
    overflow: auto !important;
}

.mud-grid-spacing-xs-3 {
    margin: 0px !important;
    margin-left: -12px !important;
}

.mud-table-toolbar
{
    flex-wrap:wrap;
    margin-bottom:20px!important;
}

::-webkit-scrollbar {
    width: 2px!important;
    height: 6px!important;
}
.fsh-nav-child {
    padding-left: 10px !important;
}

.mud-table{
    margin-bottom: 0px !important;
}

html, body {
    overscroll-behavior: none;
}

.tcard-created {
    background: #4dc0b5;
    text-align: right;
}

.tcard-pre-start {
    background: #E1BEE7;
    text-align: right;
}

.tcard-pending {
    background: #B3E5FC;
    text-align: right;
}

.tcard-started {
    background: #f6993f;
    text-align: right;
}

.tcard-paused {
    background: #FFE0B2;
    text-align: right;
}

.tcard-complete, .tcard-finished {
    background: #C8E6C9;
    text-align: right;
}

.mini-card {
    max-width: 300px;
    min-height: 100px;
    border: 1px solid black;
    margin-bottom: 2px;
    padding:2px;
    background:white;
    font-size:smaller;
}
.mini-card div{
    border-radius:0;
    font-weight:600;
}

.vrn {
    background: #ffed4a;
    color: black;
    border: 1px solid black;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 2px;
    text-align: center;
}

.keytag {
    background: dimgrey;
    color: white;
    border: 1px solid white;
    text-align: center;
    margin-top:1px;
    margin-bottom:1px;
}

.job-number {
    color: black;
    border: 1px solid white;
    text-align: center;
}

.tech {
    background: #3490dc;
    color:white;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 2px;
    min-height: 23px;
}

.vda {
    background: #e0b3ff;
    color: black;
    text-align: center;
    border: 1px solid black;
    min-height:23px;
}
.job-ref {
    background: #FFE0B2;
    color: black;
    text-align: center;
    border: 1px solid black;
    margin-top: 1px;
    margin-bottom: 1px;
}

.track-header{
    width:100%;
    font-weight:500;
}
.track-pre {
    background: #9fded277;
}
.track-adas {
    background: #85c5e677;
}
.track-geo {
    background: #c5a9cd77;
}
.track-str {
    background: #f09e9177;
}
.track-pan {
    background: #f8e87a77;
}
.track-paint {
    background: #9eeab777;
}
.track-ref {
    background: #f2ba9477;
}
.track-pos {
    background: #6fd8ae77;
}
.track-mech {
    background: #d66f6077;
}
.track-qc {
    background: #f7c57a77;
}

.next-pre, .next-adas, .next-geo, .next-mech, .next-paint, .next-pan, .next-pos, .next-pre, .next-qc, .next-ref, .next-str {
    min-height: 23px;
    width: 100%;
    padding-left:3px;
}

.next-pre {
    background: #9fded277;
}

.next-adas {
    background: #85c5e677;
}

.next-geo {
    background: #c5a9cd77;
}

.next-str {
    background: #f09e9177;
}

.next-pan {
    background: #f8e87a77;
}

.next-paint {
    background: #9eeab777;
}

.next-ref {
    background: #f2ba9477;
}

.next-pos {
    background: #6fd8ae77;
}

.next-mech {
    background: #d66f6077;
}

.next-qc {
    background: #f7c57a77;
}
