﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --rz-grid-selected-background-color: #e8f1fa !important;
    --rz-grid-selected-color: var(--bs-primary) !important;
    --rz-primary: var(--bs-primary) !important;
    --rz-primary-light: var(--bs-info) !important;

    --red: red;
}

.font-italic {
    font-style: italic;
}

.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;
}

html, body {
    color: #333;
    height: 100%;
    background-color: #f6f8f8;
}

.content {
    padding-top: 1.1rem;
}

.bg-grey {
    background-color: #f2f2f2;
}

.card-body i {
    font-size: 1.4em;
}

.screener-card .card-header {
    height: 55px;
}

.screener-card-complete {
    box-shadow: 0 .2rem .8rem rgba(60, 124, 110, .25) !important;
    border-left: solid 8px #3C7C6E !important;
}

.screener-card-incomplete {
    box-shadow: 0 .2rem .8rem rgba(255, 193, 7, .25) !important;
    border-left: solid 8px #ffc107 !important;
}

.screener-card-sent {
    box-shadow: 0 .2rem .8rem rgba(49, 123, 175, .25) !important;
    border-left: solid 8px #317baf !important;
}

.screener-card-expired {
    box-shadow: 0 .2rem .8rem rgba(193, 18, 28, .25) !important;
    border-left: solid 8px #c1121c !important;
}

.text-indent {
    text-indent: 2rem;
}

.nav-link.active {
    font-weight: bold;
    color: #385f71 !important;
}

@media (min-width: 768px) {
    .pb-md-9, .py-md-9 {
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 768px) {
    .pt-md-9, .py-md-9 {
        padding-top: 5rem !important;
    }
}

.blazored-toast-heading {
    text-transform: none !important;
    font-size: 1.2em !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid var(--bs-success) !important;
    outline: none !important;
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.home-banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}

.h-25px {
    height: 25px;
}

.w-125px{
    width: 125px;
}

.bg-modal {
    background-color: rgba(10,10,10,.8);
}

.pointer {
    cursor: pointer
}

.dropdown-toggle::after {
    content: none;
}

.thick-button { }

.lr-container {
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.lr-left-side {
    position: relative;
    display: flex;
    flex-direction: column;
}

.lr-left-side-results {
    position: relative;
    display: flex;
    flex-direction: column;
}

.lr-results-1 {
    position: relative;
}
.lr-results-2 {
    position: relative;
    width: 100%;
}

.lr-map-container {
    height: 50vh;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .thick-button {
        height: calc(3.5rem + 2px);
    }

    .lr-container {
        height: auto;
        overflow: hidden;
        position: relative;
        flex-direction: row;
    }

    .lr-left-side {
        position: relative;
        height: 30rem;
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-right: 1rem;
    }

    .lr-left-side-results {
        position: relative;
        height: 23rem;
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-right: 1rem;
    }

    .lr-left-side-no-map {
        width: 100%;
        margin-right: 0;
    }

    .lr-results-1 {
        position: relative;
        height: 100%
    }

    .lr-results-2 {
        position: absolute;
        overflow-y: scroll;
        height: 100%;
    }

    .lr-results-2-no-map {
        width: 100%;
    }

    .lr-map-container {
        height: auto;
        overflow: hidden;
        position: relative;
        width: 50%;
        margin-top: 0;
    }
}

.anchor-button {
    background-color: rgb(var(--bs-light-rgb));
}
.anchor-button:hover {
    background-color: var(--bs-primary);
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.rz-grid-table thead th {
    background-color: #e6ecef !important;
}

.rz-grid-table thead {
    z-index:0 !important;
}

.sticky-top-10 {
    position: sticky;
    top: 100px;
    z-index: 1020;
}

.sticky-sub-nav {
    position: sticky;
    top: 78px;
    z-index: 1020;
}

﻿.workspace {
    flex-grow: 1;
}

.hide-show-btn {
    position: absolute;
    background-color: #e9ecef;
    border: 1px solid #324b71;
    width: 36px;
    border-bottom-right-radius: 4px;
    padding: 4px;
}

.hide-show-btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.arrow {
    transition: var(--transition-props);
}

.arrow.reversed {
    transform: rotate(180deg);
    transition: var(--transition-props);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}