﻿:root {
    --rz-link-color: #0366d6 !important;
    --rz-primary: #01003E !important;
    --rz-secondary: #F60040 !important;
    /*--rz-grid-stripe-background-color: #F2F2F2 !important;
    --rz-grid-background-color: #FFFFFF !important;*/
}

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;
}

.centerWrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%); /* Firefox */
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari and Chrome*/
    -o-transform: translate(-50%, -50%); /* Opera */
    transform: translate(-50%, -50%);
    /* optional size in px or %: */
    width: 300px;
    height: 300px;
}

.loadingSpinner{
    margin-top: 50px;
    height: 100px;
}

.initialLoadingImageContainer {
    text-align: center;
    background-color: black;
    height: 100vh;
}

@keyframes loadingColor {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.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;
    }

#page-title {
    margin-right: auto;
    font-size: 1.1em;
    margin-top: 13px;
}

.rz-grid-table td {
    overflow: visible !important;
}

.rz-fileupload-buttonbar {
    height: fit-content;
}

.code {
    white-space: pre-wrap;
    margin: auto;
    margin-left: 0;
    font-size: 1em;
    width: fit-content;
}
