﻿



/* farefinder Styles */

.mud-icon-size-medium {
    font-size: 1.25rem;
}

.mud-icon-size-large {
    font-size: 1.5rem;
}

.mud-input {
    font-size: .875rem !important;
}

.app-page {
    margin-top: 26px;
    margin-bottom: 10px;
    
}

.menu-header {
    background-color: #757779;
    text-align: center;
}


ul.ff-ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 20px;
}

ul.ff-ul li {
    display: list-item;
}

@font-face {
    font-family: bruttoot-bold;
    src: url("/fonts/BruttoOT-Bold.eot") format("eot"), url("/fonts/BruttoOT-Bold.ttf") format("truetype"), url("/fonts/BruttoOT-Bold.svg#BruttoOT-Bold") format("svg"), url("/fonts/BruttoOT-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

.bruttoLarge {
    font-family: bruttoot-bold;
    color: #757779;
    text-transform: none;
    font-weight: 700;
    font-size: 120%
}

.bruttoNormal {
    font-family: bruttoot-bold;
    color: #757779;
    font-weight: 500;
    line-height: 1.1;
    color: #515151;
}

.brutto {
    font-family: bruttoot-bold;
    color: #757779;
    
}

.bruttoSmall {
    font-family: bruttoot-bold;
    font-size: 8pt;
    color: #757779;
}

/* Font Awesome Icon Size Anpassungen*/

.fa-sm {
    line-height: 1 !important;
    font-size: .9rem !important;
}


.fa-xs {
    line-height: 1 !important;
    font-size: .8rem !important;
}

.fa-med {
    line-height: 1 !important;
    font-size: 1rem !important;
}

/*.wfiframe_container {
    background-image: url('/img/LoadingProgressBar.gif');
    background-position: center;
    background-repeat: no-repeat;
}*/

    .wfiframe_container iframe {
        background: transparent;
    }


#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: 2000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


    #blazor-error-ui .reload {
        color: darkblue;
    }


.paper-hover :hover {
    background-color:lightgray;
}

.loading-progress {
    position: relative;
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0 auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.3rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #64C1B9;
            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: relative;
    text-align: center;
    font-weight: bold;
    inset: 3.1rem 0 auto 0;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }
