﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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 {
    color: red;
}

#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;
}

@font-face {
    font-family: "roboto";
    src: url(../fonts/roboto.ttf)
}

.label-text {
    color: #727070
}

.lto-colored-gradient-text {
    background: -webkit-linear-gradient(360deg, #AA6FA2, #6BBCD7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow: visible;
}

.paper-header {
    font-weight: bold;
    color: black;
    font-size: x-large;
}

.align-left {
    text-align: left;
}

.key-border-right {
    border-right: 1px solid darkgray;
}

.on-top-container {
    position: absolute;
    z-index: 999;
}

.info-table-item-wrapper {
    border-top: 1px solid darkgray;
}

.ellipsis-mudtext {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.remove-padding-children * {
    padding: 0;
}

::-webkit-scrollbar {
    border-radius: 6px;
    display: none;
}

.disable-scrollbars {
    overflow: scroll;
}

.force-tabs-100-height > div.mud-tabs-panels{
    height: 100%;
}

.center-on-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
