﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


@font-face {
    font-family: 'Roboto';
    src: url("/fonts/Roboto-Regular.ttf")
}

.remaris-svg {
    width: 100%;
    max-width: 300px;
}

.remaris-brand {
    margin: 32px 0 0;
    padding: 0px;
}

    .remaris-brand:hover {
        cursor: pointer;
        color: var(--mud-palette-primary);
        transition: color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms;
    }

    .remaris-brand > .remaris-svg {
        width: 80px;
        margin-left: auto;
        margin-right: auto;
    }

.remaris-appbar-band {
    background-image: url(../../AppbarCorner.svg);
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}

.arrow-right-svg {
    background-image: url("RightArrow.svg");
}

@media (max-width:600px) {
    .remaris-appbar-band {
        background-position: 14px 0px;
    }
}

html, body {
    font-family: 'Roboto';
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-menu-group-color {
    color: #A4A4A4
}

.mud-nav-item {
    height: 35px;
}

.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;
}
.error-message {
    margin-top: 15px;
    text-align: center;
}
    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

:root {
    --mud-palette-primary-hover: #FFFF !important;
    --percentage: 33;
    --percentageText: var(--percentage);
    --arcThickness: 1em;
    --arcColor: red;
    --arcColorBackground: #ddda;
    --circleSize: 14em;
    --circleColor: #ccc;
    --arcStartPosition: 90deg;
    --mud-appbar-height: 40px !important;
    --mud-drawer-width-right: 300px !important;
}

.current-year-adr-circle {
    width: 11px;
    height: 11px;
    background-color: #e88b00;
    display: inline-block;
    border-radius: 2px;
}

.dounant-item-legend {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 5px;
}

.current-year-circle {
    width: 11px;
    height: 11px;
    background-color: #02416E;
    display: inline-block;
    border-radius: 2px;
}

.previus-year-circle {
    width: 11px;
    height: 11px;
    background-color: #ddddddd9;
    display: inline-block;
    border-radius: 2px;
}

.table-row-header {
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: #A4A4A4;
}

.mud-icon-root {
    height: 19px !important;
}

.mud-typography-body1 {
    line-height: 19px !important;
}

.mud-toolbar-gutters {
    padding-right: 0px !important;
}

.mud-nav-link {
    padding: 8px 1px 8px 16px !important;
}
/*.mud-nav-link .mud-nav-link-text {
        margin-inline-start: 10px;
    }
*/

.mud-grid-spacing-xs-3 {
    width: 100%;
    margin: 0px
}

.mud-nav-link .mud-nav-link-text {
    margin-inline-start: 8px;
}
