﻿/* WE Connect Styles */

.markdown-view {
   /* padding: 10px;
    margin-left: 5px;*/
}

.markdown-view ul {
  
  list-style-position:inside;
  list-style-type:disc;
  margin-left:20px;
  
}

    .markdown-view ul li {
       display:list-item;
    }

.app-page {
    margin-top: 26px;
    margin-bottom: 10px;
}

.menu-header {
    background-color: #515151;
    text-align: center;
}


@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: #515151;
    text-transform: none;
    font-weight: 700;
    font-size: 120%
}

.bruttoNormal {
    font-family: bruttoot-bold;
    color: #515151;
    font-family: bruttoot-bold;
    font-weight: 500;
    line-height: 1.1;
    color: #515151;
}

.brutto {
    font-family: bruttoot-bold;
}

.bruttoSmall {
    font-family: bruttoot-bold;
    font-size:8pt;
}


#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;
    }


.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");
    }
