﻿html, body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem; }

.b-c {
  background-color: #1a1a44;
  color: #dbe1e6;
  overflow-x: hidden; }

.b-a {
  background-color: #ddecff; }

.b-u {
  background-color: #80bdff; }

a, .btn-link {
  color: #0366d6; }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

.content {
  padding-top: 1.1rem; }

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

.invalid {
  outline: 1px solid red; }

.validation-message {
  font-size: .75rem;
  padding-bottom: 0.5rem;
  color: var(--mud-palette-error); }

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000; }

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem; }

.el-host {
  background-color: #b1d2f5; }

.btn-remove {
  color: #fff !important;
  background-color: #f73232 !important;
  border-color: #c81e1e; }

.fadeout {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear; }

.drawer {
  background-color: var(--mud-palette-primary); }

.modal {
  z-index: 2050;
  background-color: rgba(135, 136, 187, 0.42); }

.popover {
  z-index: 2060; }

.tooltip {
  z-index: 2070; }

.modal-header {
  background: var(--mud-palette-primary);
  color: aliceblue;
  font-size: 20px;
  font-weight: 500; }
  .modal-header .close {
    color: white;
    border-radius: 7px;
    padding: .5rem;
    width: 40px;
    margin: -0.6rem; }
    .modal-header .close:hover {
      background: #ffffff5e;
      opacity: 0.8 !important; }

.modal-footer {
  background: #e9ecee; }
  .modal-footer > button {
    margin-left: 0.7rem;
    min-width: 90px; }

.modal-body.card-item-detail {
  padding: 0; }

.modal-body .modal-footer {
  margin: 1rem -1rem -1rem; }

.context-menu {
  background-color: #eaf3ff;
  color: var(--mud-palette-primary);
  padding: 0; }

.context-menu-list {
  padding: 0; }

.context-menu-item {
  padding: 7px 9px; }

.context-menu-item:hover {
  background-color: #d5e8ff; }

.context-menu-item-disabled {
  background-color: lightgrey;
  color: grey; }

.s-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 31, 68, 0.5);
  z-index: 3051;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.err-message {
  font-size: 12px;
  color: var(--danger);
  text-align: center; }

.mud-input-control {
  min-height: 62px; }

.mud-drawer-header {
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 56px;
  padding: 8px 24px; }

.mud-toolbar {
  min-height: calc(var(--mud-appbar-min-height) - 8px); }
  @media (min-width: 0) and (orientation: landscape) {
    .mud-toolbar.mud-toolbar-appbar {
      min-height: calc(var(--mud-appbar-min-height) - 8px);
      height: calc(var(--mud-appbar-min-height) - 8px); } }
  @media (min-width: 576px) {
    .mud-toolbar.mud-toolbar-appbar {
      min-height: calc(var(--mud-appbar-min-height) - 8px);
      height: calc(var(--mud-appbar-min-height) - 8px); } }
  @media (min-width: 768px) {
    .mud-toolbar.mud-toolbar-appbar {
      min-height: calc(var(--mud-appbar-min-height) - 8px);
      height: calc(var(--mud-appbar-min-height) - 8px); } }

.mud-main-content {
  padding-top: calc(var(--mud-appbar-min-height) - 8px); }

.mud-icon-root {
  align-self: center !important; }

.mud-list-item-clickable:hover {
  background-color: #f4f9fd; }

.mud-collapse-entered {
  overflow: hidden; }

.mud-avatar.mud-avatar-medium {
  width: 38px;
  height: 38px;
  font-size: 1.30rem; }

.mud-input-helper-text.mud-input-error {
  text-align: center; }

.mud-snackbar {
  padding: 8px 18px; }

.go-spinner {
  --sk-size: 55px;
  --sk-color: #dbe1e6; }

.loader {
  font-size: x-large;
  color: #dbe1e6;
  height: 100vh;
  background-color: #1a1a44;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-direction: column !important; }

.sk-wave {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: space-between; }

.sk-wave-rect {
  background-color: #dbe1e6;
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out; }

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s; }

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s; }

.sk-wave-rect:nth-child(3) {
  animation-delay: -1.0s; }

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s; }

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s; }

@keyframes sk-wave {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }
