@import url('glyphicons-halflings/css/glyphicons-halflings-bootstrap.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin: 0;
}

h1:focus {
    outline: none;
}

H2 {
    font-size: 30px;
    margin-top: 0px;
}

H3 {
    font-size: 20px;
    margin-top: 0px;
}

H4 {
    font-size: 15px;
    margin-top: 0px;
}

H5 {
    font-size: 13px;
    margin-top: 0px;
}

P {
    margin-top: 19px;
    line-height: 18px
}

input {
    font-family: Arial;
    font-size: 16px;
}

textarea {
    font-family: Arial;
    font-size: 16px;
}

#app {
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}





/* Controls */
.Button {
    margin-left: 10px;
    color: #00008b;
    background-color: #919191;
    border-color: #919191;
    border-width: 0px;
    border-style: none;
    cursor: pointer;
}

.TextBox {
    font-family: Arial;
    font-size: small;
}

.button {
    cursor: pointer;
    margin: 5px;
    border: 1px solid black;
    border-radius: 4px;
    padding: 5px;
    background: #25363f;
    color: white;
    height: 18px;
    user-select: none;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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;
}

.loading-container {
    padding-top: 20vh;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 0 auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}
