﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.rz-group-header {
    display: none;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.container1 {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left1 {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.bottom-left2 {
    position: absolute;
    bottom: 32px;
    left: 16px;
}

.top-left1 {
    position: absolute;
    top: 16px;
    left: 16px;
}

.top-left2 {
    position: absolute;
    top: 40%;
    left: 16px;
}

.top-right1 {
    position: absolute;
    top: 18px;
    right: 24px;
}

.top-right2 {
    position: absolute;
    top: 40%;
    right: 24px;
}

.bottom-right1 {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.bottom-right2 {
    position: absolute;
    bottom: 16px;
    right: 28px;
}

.centered1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
    max-width: 1800px;
    margin: 0 auto; /*make it centered*/
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.container-fluid {
    max-width: 1800px;
    margin: 0 auto; /*make it centered*/
}

.payment {
    width: 15%;
}

.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;
}

.loadingSpinner {
    border: 10px solid silver;
    border-top: 10px solid #63b330;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
}

.loadingSpinnerDiv {
    top:0;
    left:0;
    height:100%;
    width:100%;
    overflow:auto;
    position:fixed;
    z-index:3;
    background-color: rgba(0,0,0,0.4);
}

.loadingBar {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}


.externalHtml {
    overflow-x:hidden;
    overflow: scroll;
    max-height: 720px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.bon {
    padding: 0.5rem;
    box-shadow: 3px 2px 6px 1px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    font-family: 'Courier New', Arial;
    max-width: 400px;
    color: black;
}

.bonheader {
    text-align: center;
}

.bontable {
    width: 100%;
}

    .bontable thead {
        font-weight: bold;
    }

.bonsum {
    border-top: solid 1px;
    font-weight: bold;
}

.ussttable {
    width: 100%;
}

    .ussttable thead {
        font-weight: bold;
    }

.infotable {
    width: 100%;
}

.awinfotable {
    width: 100%;
}

.bonfooter {
    text-align: center;
}

.ecbeleg {
    white-space: pre;
}

.mvb_size {
    width: 100%;
}


.ussttablethead th:nth-child(2) {
    text-align: end;
}

.ussttablethead th:nth-child(3) {
    text-align: end;
}

.ussttablethead th:nth-child(4) {
    text-align: end;
}

.ussttabletbody td:nth-child(2) {
    text-align: end;
}

.ussttabletbody td:nth-child(3) {
    text-align: end;
}

.ussttabletbody td:nth-child(4) {
    text-align: end;
}


.bonsum td:nth-child(3) {
    text-align: end;
}

.btb03 {
    text-align: end;
}





@media screen and (min-width: 750px) {
    .mvb_size {
        width: calc(100% - 350px);
    }
}

scroll-container {
    scroll-behavior: smooth;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.article_size {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
}

@media screen and (min-width: 750px) {
    .article_size {
        white-space: normal;
        max-width: 100%;
    }
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh 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: #63b330;
            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");
    }

@media screen and (max-width: 500px) {
    #s1 {
        width: 90% !important;
    }
}

#s1 {
    width: 60%;
    margin: auto;
}

#s2 {
    font-size: 2.3em;
}

#s3 {
    font-size: 1.5em;
}

#s4 {
    font-size: 1em;
    text-decoration-line: none;
}