@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --nbd-primary: #2B4C81FF;
    --nbd-secondary: #6487bd;
    --nbd-landing-button: #043B57;
    --nbd-teriary: #2B4C81FF;
    --nbd-background-light: hsl(216, 40%, 90%);

    --property-primary: #2B4C81FF;
    --property-secondary: #6487bd;
    --property-landing-button: #043B57;
    --property-teriary: #2B4C81FF;
    --property-background-light: hsl(216, 40%, 90%);

    --financial-primary: #56427CFF;
    --financial-secondary: #685a91;
    --financial-landing-button: #3F2076;
    --financial-teriary: #3F2076;
    --financial-background-light: hsl(255, 40%, 90%);

    --forestry-primary: #789D3EFF;
    --forestry-secondary: #8ca66d;
    --forestry-landing-button: #5e4936;
    --forestry-teriary: #7A9E3E;
    --forestry-background-light: hsl(87, 40%, 90%);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.io-card-header {
    padding-top: 10px;
}

.page-content-header {
    color: white;
    height: 40px !important;
    font-size: x-large;
    align-content: center;
    font-weight: 800;
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent) !important;
}

.page-content-area {
    border: solid #0000002b 1px;
    width: 100%;
    height: calc(100vh - 57px) !important;
    overflow: auto;
}

.page-content-body {
    height: calc(100% - 40px) !important;
    padding: 15px !important;
    overflow: auto;
}



/*.flex-item {
    flex: 0 0 auto;
    margin: 10px 10px 10px 10px;
    max-height: 650px;
    height: 650px;
    min-height: fit-content;
}*/
.flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.flex-item {
    margin: 10px 10px 10px 10px;
    flex-grow: 4;
    max-height: 650px;
    /* height: 550px; */
    min-width: 600px;
    flex-basis: calc(100% - 20px);
    /* background: lime; */
}

.page-content-header-nbd {
    background-color: var(--nbd-teriary) !important;
}

.page-content-header-property {
    background-color: var(--property-teriary) !important;
}

.page-content-header-forestry {
    background-color: var(--forestry-teriary) !important;
}

.page-content-header-financial {
    background-color: var(--financial-teriary) !important;
}

.forestry-hoverText-home {
    font-weight: normal;
    color: var(--forestry-teriary) !important;
    text-decoration: none !important;
}

.property-hoverText-home {
    font-weight: normal;
    color: var(--property-teriary) !important;
    text-decoration: none !important;
}

.nbd-hoverText-home {
    font-weight: normal;
    color: var(--nbd-teriary) !important;
    text-decoration: none !important;
}

.financial-hoverText-home {
    font-weight: normal;
    color: var(--financial-teriary) !important;
    text-decoration: none !important;
}

.chart-box-header-nbd {
    display: inline-flex;
    align-items: center;
    height: 45px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 16px;
    background: var(--nbd-background-light) !important;
}

.chart-box-header-property {
    display: inline-flex;
    align-items: center;
    height: 45px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 16px;
    background: var(--property-background-light) !important;
}

.chart-box-header-forestry {
    display: inline-flex;
    align-items: center;
    height: 45px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 16px;
    background: var(--forestry-background-light) !important;
}

.chart-box-header-financial {
    display: inline-flex;
    align-items: center;
    height: 45px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 16px;
    background: var(--financial-background-light) !important;
}

.helper-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 50px !important;
    margin: 12px !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.zero-top-bottom-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.property-helper {
    background-color: var(--property-secondary) !important;
}

.nbd-helper {
    background-color: var(--nbd-secondary) !important;
}

.financial-helper {
    background-color: var(--financial-secondary) !important;
}

.forestry-helper {
    background-color: var(--forestry-secondary) !important;
}

.forestry-splitButton {
    background-color: var(--forestry-primary) !important;
}

.property-splitButton {
    background-color: var(--property-primary) !important;
}

.nbd-splitButton {
    background-color: var(--nbd-primary) !important;
}

.financial-splitButton {
    background-color: var(--financial-primary) !important;
}

.main {
    flex: 1;
}

.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .top-row {
    background-color: rgba(0, 0, 0, 0.4);
}

.sidebar .navbar-brand {
    font-size: 1.1rem;
}

.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar .nav-item {
    font-size: 0.9rem;
    margin: 4px !important;
    border-radius: 20px;
}

.sidebar .nav-item a {
    color: #f9fafb;
    border-radius: 20px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.sidebar .nav-item a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.sidebar .nav-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.content {
    padding: unset !important;
}

.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;


    .blazor-error-boundary {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
        padding: 1rem 1rem 1rem 3.7rem;
        color: white;
    }

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

    .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: #1b6ec2;
        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 (max-width: 767.98px) {
        .main .top-row:not(.auth) {
            display: none;
        }

        .main .top-row.auth {
            justify-content: space-between;
        }

        .main .top-row a, .main .top-row .btn-link {
            margin-left: 0;
        }
    }

    @media (min-width: 768px) {
        app {
            flex-direction: row;
        }

        .sidebar {
            width: 250px;
            min-height: 100vh;
            height: auto;
            min-height: 100vh;
            position: sticky;
            top: 0;
            z-index: 1200;
        }

        .main .top-row {
            position: sticky;
            top: 0;
        }

        .main > div {
            padding-left: 20rem !important;
            padding-right: 1.5rem !important;
            padding-top: 1.1rem;
        }

        .navbar-toggler {
            display: none;
        }

        .sidebar .collapse {
            /* Never collapse the sidebar for wide screens */
            display: block;
        }
    }

    .e-filemanager .e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
        z-index: 1202 !important;
    }
}