﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-y: scroll;
    line-height: 1.5;
    margin: 0;
}
    body::-webkit-scrollbar { 
        display: none;
    }
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
}
.nav-item:first {
    padding-left: 1rem;
}
.nav-item{
    /* display: inline-block!important; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    padding-right: 0.5rem;
}
.nav-link {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 0rem 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link > .fa:before,.nav-link > .e-icons:before,#profileBtn > .fa:before,.nav-link > .e-icons:before {
    width: auto !important;
    margin-right: 0.2rem !important;
    font-size: 1.1rem;
    vertical-align: text-top;
}


.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;
}

.pac-container {
    z-index: 100000 !important;
}

:root {
    --primary: #0d6efd !important;
    --secondary: #6c757d !important;
    --success: #198754 !important;
    --info: #0dcaf0 !important;
    --warning: #ffc107 !important;
    --danger: #dc3545 !important;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: var(--primary) !important;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: var(--primary) !important;
}

.close {
    border: 0 !important;
    background-color: transparent !important;
    color: white !important;
    font-size: large !important;
}

.modal-header {
    background-color: var(--primary) !important;
    color: white !important;
}

.rz-steps .rz-menuitem-link, .rz-steps-next, .rz-steps-prev, .nav-link {
    text-decoration: none !important;
}

label span:e-label {
    font-size: medium;
}

.subcomponenttitle {
    background-color: #0d47a140;
    padding: 0 .5rem;
    margin: .5rem 0;
    font-size: larger;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-control {
    display: block;
    width: 100%;
    height: 2.1875rem;
    padding: 0.375rem 0rem 0.375rem 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.e-dialog .e-dlg-header-content {
    background-color: var(--primary);
}
.e-dialog .e-dlg-header{
    color: #fff;
}
.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
.border-0{
    border: 0!important;
}
    svg.spinner {
        width: 80px;
        height: 80px;
        margin: 20px;
        display: inline-block;
    }
    svg.spinner path {
        fill: #45458C;
    }
    .loading-progress-text {
        text-align: center;
        font-weight: bold;
        inset: calc(20vh + 3.25rem);
        color: #45458C;
    }
    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text);
    }
.atlas-legend-btn > button, .atlas-layer-btn > button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='Gray' d='M24 20.5V6.7c0-1.8-1.4-3.256-3.1-3.256-1.708 0-3.098 1.457-3.098 3.256v6.754L5.29.94A3.092 3.092 0 0 0 .908.939a3.097 3.097 0 0 0 0 4.382l12.447 12.446H6.63c-1.825 0-3.303 1.387-3.303 3.1s1.478 3.098 3.303 3.098l14.058-.002c1.826.002 3.305-1.387 3.306-3.096-.001-.045-.014-.083-.016-.128.003-.06.018-.12.018-.18z'/%3E%3C/svg%3E") !important;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.card{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: 0px 0px 2px rgba(0,0,0,.125);
    color:white;
}
.bg-light,.bg-white {
    background-color: #ffffff !important;
}
.e-dlg-content h6{
    font-size:1rem!important;
}
/*position*/
.relative {position: relative !important;}
.absolute {position: absolute !important;}
.top{top:0%;}
/*z-index*/
.z-1000 {z-index: 1000!important;}
/*fonts*/
.font-bold {font-weight: 700;}
/*heights*/
.h-full {height:100%;}
