@import '../_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* client/Components/ReportManageSubscriptionsPopover.razor.rz.scp.css */
.manage-subscriptions-popover-content[b-4kgwn9gd7p] {
	min-width: 600px;
	padding: 20px;
}
/* client/Components/ReportSubscribePopover.razor.rz.scp.css */
.subscribe-popover-content[b-mpnp3hc53n] {
	min-width: 500px;
	padding: 20px;
}
/* client/Components/ResourceLogBodyPanel.razor.rz.scp.css */
.body-container[b-5ovl4amo2t] {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 450px;
    overflow-y: scroll;
}
/* client/Pages/Actions.razor.rz.scp.css */
#container[b-mszpx6zdnm] {
    display: flex;
    align-items: start;
}

#list[b-mszpx6zdnm] {
    flex: 0 0 auto;
    width: 800px;
}

#details[b-mszpx6zdnm] {
    flex: 1 1 auto;
    margin-left: 1rem;
    overflow-y: scroll;
}


@media (max-width: 1300px) {
    #container[b-mszpx6zdnm] {
        flex-wrap: wrap;
    }

    #list[b-mszpx6zdnm] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #details[b-mszpx6zdnm] {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0;
    }
}

.time-column[b-mszpx6zdnm] {
    width: 16.6%;
    overflow: visible !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

    td.time-column[b-mszpx6zdnm] {
        text-align: right !important;
    }

    th.time-column[b-mszpx6zdnm] {
        position: relative;
    }

th button.header-button[b-mszpx6zdnm] {
    margin: -7px -7px -7px 1px;
}

.action-column[b-mszpx6zdnm] {
    width: 16.6%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.user-column[b-mszpx6zdnm] {
    width: 16.6%;
    padding-left: 6px !important;
    padding-right: 6px !important;
    overflow: visible !important;
}

    .user-column ul[b-mszpx6zdnm] {
        height: 300px;
        overflow-y: auto;
    }

.targets-column[b-mszpx6zdnm] {
    width: 33.3%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.patient-column[b-mszpx6zdnm] {
    width: 16.6%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.form-control-label[b-mszpx6zdnm] {
    display: inline-block;
    width: calc(100% - 12px);
}

.label-ge[b-mszpx6zdnm],
.label-le[b-mszpx6zdnm] {
    width: 10px;
}

    .label-ge[b-mszpx6zdnm]::after {
        content: "\002265";
    }

    .label-le[b-mszpx6zdnm]::after {
        content: "\002264";
    }

.form-select-column[b-mszpx6zdnm] {
    border-width: 1px;
    border-color: rgb(222, 226, 230);
    width: 100%;
}

.form-select-target[b-mszpx6zdnm] {
    border-width: 1px;
    border-color: rgb(222, 226, 230);
    width: 6em;
}

.form-input-target[b-mszpx6zdnm] {
    display: inline-block;
    width: calc(100% - 6em);
}

.clickable[b-mszpx6zdnm] {
    cursor: pointer;
}

.targets-body[b-mszpx6zdnm] {
    display: block;
    max-height: 320px;
    overflow-y: scroll;
}
/* client/Pages/CmsOrganizations.razor.rz.scp.css */
#organizations-container[b-1zlxz8n0ep] {
    display: flex;
    align-items: start;
}

#organizations-list[b-1zlxz8n0ep] {
    flex: 0 0 auto;
    width: 550px;
}

#organizations-current[b-1zlxz8n0ep] {
    flex: 1 1 auto;
    margin-left: 1rem;
}
/* client/Pages/Exports.razor.rz.scp.css */
#container[b-esnvyuug5c] {
    display: flex;
    align-items: start;
}

#list[b-esnvyuug5c] {
    flex: 0 0 auto;
    width: 750px;
    border-right: 1px solid rgb(128,128,128);
}

#details[b-esnvyuug5c] {
    flex: 1 1 auto;
    margin-left: 1rem;
    overflow-y: scroll;
}


@media (max-width: 1300px) {
    #container[b-esnvyuug5c] {
        flex-wrap: wrap;
    }

    #list[b-esnvyuug5c] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #details[b-esnvyuug5c] {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0;
    }
}

.time-column[b-esnvyuug5c] {
    width: 140px;
    overflow: visible !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

td.time-column[b-esnvyuug5c] {
    text-align: left !important;
}

.request-column[b-esnvyuug5c] {
    width: 500px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-column[b-esnvyuug5c] {
    width: 109px;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.clickable[b-esnvyuug5c] {
    cursor: pointer;
}

.expand-column[b-esnvyuug5c] {
    width: 36px;
}

.file-row td[b-esnvyuug5c] {
    border-top: none !important;
    padding-top: 0 !important;
    padding-bottom: 2px !important;
    font-size: 0.875rem;
}

.step-resource-row td[b-esnvyuug5c] {
    font-size: 0.875rem;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.pagination-bar[b-esnvyuug5c] {
    align-items: center;
    padding: 4px 0;
    display: flex;
}

    .pagination-bar select[b-esnvyuug5c] {
        width: 140px;
        font-size: 0.8rem;
    }

    .pagination-bar .mud-pagination[b-esnvyuug5c] {
        margin-left: auto;
    }
/* client/Pages/Fhir.razor.rz.scp.css */
#search-container[b-9llf9rjbu1] {
    display: flex;
    align-items: start;
}

#search-input[b-9llf9rjbu1] {
    flex: 0 0 auto;
    width: 550px;
}

    #search-input .form-label[b-9llf9rjbu1],
    #search-input th[b-9llf9rjbu1] {
        font-size: smaller;
        font-weight: normal;
        color: #666;
    }

#search-results[b-9llf9rjbu1] {
    flex: 1 1 auto;
    margin-left: 1rem;
}


@media (max-width: 992px) {
    #search-container[b-9llf9rjbu1] {
        flex-wrap: wrap;
    }

    #search-input[b-9llf9rjbu1] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #search-results[b-9llf9rjbu1] {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0;
    }
}

.result-container[b-9llf9rjbu1] {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 340px;
    overflow-y: scroll;
}

    .result-container code[b-9llf9rjbu1] {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

    .result-container[b-9llf9rjbu1]  .resource-html div.object > div {
        padding-left: 1rem;
    }

    .result-container[b-9llf9rjbu1]  .resource-html ol {
        padding-left: 2rem;
        margin-bottom: 0;
    }

        .result-container[b-9llf9rjbu1]  .resource-html span.mapping::before {
            content: "\2a";
            font-family: sans-serif;
            font-weight: bold;
            position: relative;
            left: -0.5em;
            top: -0.1em;
            cursor: pointer
        }

        .result-container[b-9llf9rjbu1]  .resource-html span.mapping * {
            position: relative;
            left: -0.3em;
        }

    .result-container[b-9llf9rjbu1]  .resource-html span.has-title {
        cursor: pointer;
    }

    .result-container[b-9llf9rjbu1]  .resource-html span.coding-code {
        font-style: oblique;
    }

    .result-container[b-9llf9rjbu1]  .resource-html a {
        color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
        text-decoration: underline;
    }
/* client/Pages/FhirRequestsReport.razor.rz.scp.css */
#download-button-container[b-l9bkkb93ai] {
    margin-bottom: 1rem;
}

[b-l9bkkb93ai] .chart-selector {
    width: 63rem;
}

.subscribe-popover-content[b-l9bkkb93ai] {
    min-width: 400px;
    padding: 1rem;
}

.manage-subscriptions-popover-content[b-l9bkkb93ai] {
    padding: 1.5rem;
    min-width: 600px;
    max-width: 800px;
}

    .manage-subscriptions-popover-content h6[b-l9bkkb93ai] {
        margin-bottom: 1rem;
        font-weight: 600;
    }

.fhir-requests-report-input[b-l9bkkb93ai],
[b-l9bkkb93ai] .period-and-interval-input {
    width: 16rem;
}

[b-l9bkkb93ai] #request-duration-percentile-select {
    border: 1px solid gray;
}

[b-l9bkkb93ai] #grouping-summaries-container {
    max-width: 44rem;
}

[b-l9bkkb93ai] #intervals-table {
    border-collapse: collapse;
    width: 50rem;
}

[b-l9bkkb93ai] #intervals-table th,
[b-l9bkkb93ai] #intervals-table td {
    border-bottom: 1px solid gray;
    padding: 0.5rem;
}

    [b-l9bkkb93ai] #intervals-table .grouping-toggle-cell {
        text-align: center;
        padding: 0;
    }

    [b-l9bkkb93ai] #intervals-table .grouping-details-cell {
        padding: 0;
        border: none;
        background-color: lightgray;
    }

        [b-l9bkkb93ai] #intervals-table .grouping-details-cell .mud-table {
            margin: 0.5rem;
        }

[b-l9bkkb93ai] #quick-select-period-interval {
    border-width: 1px;
    border-color: rgb(222, 226, 230);
}

[b-l9bkkb93ai] .row {
    width: 72rem;
    margin-bottom: 1rem;
}

.right-align[b-l9bkkb93ai] {
    text-align: right
}

.fhir-requests-report-divider[b-l9bkkb93ai] {
    border: 0;
    border-top: 2px double #808080;
    opacity: 1;
    margin: 1rem 0 0 0.625rem;
}
/* client/Pages/FhirResourcesCountReport.razor.rz.scp.css */
#download-button-container[b-yfy2k5uf8c] {
    margin-bottom: 1rem;
}

.fhir-resource-count-report-input[b-yfy2k5uf8c],
[b-yfy2k5uf8c] .period-and-interval-input {
    width: 16rem;
}

[b-yfy2k5uf8c] #intervals-table {
    border-collapse: collapse;
}

[b-yfy2k5uf8c] #intervals-table th,
[b-yfy2k5uf8c] #intervals-table td {
    border-bottom: 1px solid gray;
    padding: 0.5rem;
}

[b-yfy2k5uf8c] #intervals-table {
    width: 50rem;
}

[b-yfy2k5uf8c] #intervals-table .grouping-toggle-cell {
    text-align: center;
    padding: 0;
}

[b-yfy2k5uf8c] #intervals-table .grouping-details-cell {
    padding: 0;
    border: none;
    background-color: lightgray;
}

[b-yfy2k5uf8c] #intervals-table .grouping-details-cell .mud-table {
    margin: 0.5rem;
}

[b-yfy2k5uf8c] #quick-select-period-interval {
    border-width: 1px;
    border-color: rgb(222, 226, 230);
}

[b-yfy2k5uf8c] .row {
    width: 72rem;
    margin-bottom: 1rem;
}

.right-align[b-yfy2k5uf8c] {
    text-align: right;
}

.report-popover[b-yfy2k5uf8c] {
    z-index: 998 !important;
}

[b-yfy2k5uf8c] .resource-details-table {
    width: fit-content !important;
    max-width: none;
}

.fhir-resource-count-report-divider[b-yfy2k5uf8c] {
    border: 0;
    border-top: 2px double #808080;
    opacity: 1;
    margin: 1rem 0 0 0.625rem;
}

[b-yfy2k5uf8c] .mud-bar-chart .mud-charts-xaxis text {
    text-anchor: start;
}
/* client/Pages/Imports.razor.rz.scp.css */
#container[b-f99hij07d7] {
    display: flex;
    align-items: start;
}

#list[b-f99hij07d7] {
    flex: 0 0 auto;
    width: 750px;
    border-right: 1px solid rgb(128,128,128);
}

#details[b-f99hij07d7] {
    flex: 1 1 auto;
    margin-left: 1rem;
    overflow-y: scroll;
}


@media (max-width: 1300px) {
    #container[b-f99hij07d7] {
        flex-wrap: wrap;
    }

    #list[b-f99hij07d7] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #details[b-f99hij07d7] {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0;
    }
}

.time-column[b-f99hij07d7] {
    width: 20%;
    overflow: visible !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

td.time-column[b-f99hij07d7] {
    text-align: right !important;
}

.source-column[b-f99hij07d7] {
    width: 65%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.status-column[b-f99hij07d7] {
    width: 15%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
/* client/Pages/KeySets.razor.rz.scp.css */
#keysets-container[b-avji30ua1j] {
    display: flex;
    align-items: start;
}

#keysets-list[b-avji30ua1j] {
    flex: 0 0 auto;
    width: 550px;
}

#keysets-list[b-avji30ua1j]  .keyset-search-input {
    max-width: 300px;
}

#keysets-list[b-avji30ua1j]  .selected-row-highlight {
    background-color: var(--bs-border-color);
}

#keyset-current[b-avji30ua1j] {
    flex: 1 1 auto;
    margin-left: 1rem;
}

    #keyset-current[b-avji30ua1j]  #new-key-file {
        width: 100%;
        display: inline;
    }

    #keyset-current table td[b-avji30ua1j] {
        overflow-wrap: break-word;
        word-break: break-all;
    }

@media (max-width: 992px) {
    #keysets-container[b-avji30ua1j] {
        flex-wrap: wrap;
    }

    #keysets-list[b-avji30ua1j] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #keyset-current[b-avji30ua1j] {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0;
    }
}

/* client/Pages/Logs.razor.rz.scp.css */
#container[b-l1mn9lv4sv] {
    display: flex;
    align-items: start;
}

#list[b-l1mn9lv4sv] {
    flex: 0 0 auto;
    width: 900px;
}

#details[b-l1mn9lv4sv] {
    flex: 1 1 auto;
    margin-left: 1rem;
    overflow-y: scroll;
}

@media (max-width: 1300px) {
    #container[b-l1mn9lv4sv] {
        flex-wrap: wrap;
    }

    #list[b-l1mn9lv4sv] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #details[b-l1mn9lv4sv] {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0;
    }
}

.time-column[b-l1mn9lv4sv] {
    width: 14%;
    overflow: visible !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

td.time-column[b-l1mn9lv4sv] {
    text-align: right !important;
}

th.time-column[b-l1mn9lv4sv] {
    position: relative;
}

th.time-column .btn:not(.header-button)[b-l1mn9lv4sv] {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

th button.header-button[b-l1mn9lv4sv] {
    margin: -7px -7px -7px 1px;
}

.source-column[b-l1mn9lv4sv] {
    width: 18%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.level-column[b-l1mn9lv4sv] {
    width: 15%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.message-column[b-l1mn9lv4sv] {
    width: 53%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.form-select-column[b-l1mn9lv4sv] {
    border-width: 1px;
    border-color: rgb(222, 226, 230);
    width: 100%;
}

.message-pre[b-l1mn9lv4sv] {
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f8f9fa;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.details-table[b-l1mn9lv4sv] {
    margin-top: 0.5rem;
}

.details-key[b-l1mn9lv4sv] {
    font-weight: bold;
    width: 30%;
    vertical-align: top;
}

.details-value[b-l1mn9lv4sv] {
    width: 70%;
    word-break: break-all;
}

.details-value button.btn-link[b-l1mn9lv4sv] {
    text-decoration: none;
    word-break: break-all;
    white-space: normal;
    text-align: left;
}

.details-value button.btn-link:hover[b-l1mn9lv4sv] {
    text-decoration: underline;
}

.details-value button.btn-link i.fa-filter[b-l1mn9lv4sv] {
    opacity: 0.6;
    font-size: 0.85em;
}

.details-value button.btn-link:hover i.fa-filter[b-l1mn9lv4sv] {
    opacity: 1;
}

.details-value button.show-all-for-request[b-l1mn9lv4sv] {
    word-break: normal;
    white-space: nowrap;
    color: #0d6efd;
    opacity: 0.7;
    font-size: 0.85em;
}

.details-value button.show-all-for-request:hover[b-l1mn9lv4sv] {
    opacity: 1;
}

.badge .btn-close[b-l1mn9lv4sv] {
    padding: 0;
    margin-left: 0.25rem;
}

.alert .badge[b-l1mn9lv4sv] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

#histogram[b-l1mn9lv4sv] {
    width: 900px;
    margin-bottom: 0.5rem;
    position: relative;
    transition: opacity 0.2s ease;
}

#histogram.histogram-searching[b-l1mn9lv4sv] {
    opacity: 0.4;
    pointer-events: none;
}

.histogram-overlay[b-l1mn9lv4sv] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    pointer-events: none;
}

.histogram-bin-hotspot[b-l1mn9lv4sv] {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    padding: 0;
    pointer-events: auto;
}

.histogram-bin-hotspot:hover[b-l1mn9lv4sv] {
    background: rgba(13, 110, 253, 0.1);
}

.histogram-bin-hotspot.selected[b-l1mn9lv4sv] {
    background: rgba(13, 110, 253, 0.2);
}

#histogram[b-l1mn9lv4sv]  .mud-chart-bar {
    fill: var(--mud-palette-primary);
    opacity: 0.75;
}

#histogram[b-l1mn9lv4sv]  .mud-chart-bar:hover {
    opacity: 1;
}
/* client/Pages/PatientReadReport.razor.rz.scp.css */
#download-button-container[b-htprnxk268] {
    margin-bottom: 1rem;
}

.patient-read-report-input[b-htprnxk268],
[b-htprnxk268] .period-and-interval-input
{
    width: 16rem;
}

[b-htprnxk268] #quick-select-period-interval,
[b-htprnxk268] #records-handling-select
{
    border-width: 1px;
    border-color: rgb(222, 226, 230);
}

[b-htprnxk268] .row 
{
    width: 72rem;
    margin-bottom: 1rem;
}

[b-htprnxk268] .interval-period
{
    font-family: Courier New, Courier, monospace;
    font-style: italic;
}

.patient-read-report-divider[b-htprnxk268]
{
    border: 0;
    border-top: 2px double #808080;
    opacity: 1;
    margin-left: 0.625rem;
    margin-right: 0;
}
/* client/Pages/Patients.razor.rz.scp.css */
#patient-screen[b-xr6dixpm4p] {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

#search-container[b-xr6dixpm4p] {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

    #search-container.minimized[b-xr6dixpm4p] {
    }

    #search-container.resizing[b-xr6dixpm4p] {
        transition: none;
    }

#search-container .form-label[b-xr6dixpm4p] {
    font-size: smaller;
    color: #666;
}

#search-navigation-buttons[b-xr6dixpm4p] {
    flex: 0 0 auto;
    max-width: 100%;
    height: 40px;
}

#search-form-and-results[b-xr6dixpm4p] {
    display: flex;
    flex-direction: row;
    transition: all 0.5s ease-in-out;
    margin-left: 0;
}

    #search-form-and-results.minimized[b-xr6dixpm4p] {
        margin-left: calc(-300px - 1rem);
    }
    
#search-input[b-xr6dixpm4p] {
    flex: 0 0 auto;
    width: 300px;
    margin-right: 1rem;
    margin-left: 4px;
}

#search-results[b-xr6dixpm4p] {
    flex: 1 1 auto;
}

#search-results table[b-xr6dixpm4p] {
    max-width: 800px;
    font-size: smaller;
}

th[b-xr6dixpm4p] {
    font-weight: normal;
    color: #666;
}

th[b-xr6dixpm4p], td[b-xr6dixpm4p] {
    white-space: nowrap;
}

#resizer[b-xr6dixpm4p] {
    width: 10px;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #resizer:hover[b-xr6dixpm4p] {
        cursor: ew-resize;
        background-color: #eee;
    }

    #resizer:hover #grabber[b-xr6dixpm4p] {
        background-color: #ccc;
        border-color: #ccc;
    }

#grabber[b-xr6dixpm4p] {
    width: 6px;
    height: 80px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
}


#details-container[b-xr6dixpm4p] {
    width: 0;
    height: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

    #details-container.maximized[b-xr6dixpm4p] {
        flex: 1 1 auto;
    }

    #details-container.resizing[b-xr6dixpm4p] {
        transition: none;
    }

#broadview-iframe[b-xr6dixpm4p] {
    width: 100%;
    height: calc(100% - 6px);
}

@media (max-width: 992px) {

    #patient-screen[b-xr6dixpm4p] {
        flex-direction: column;
        overflow-x: initial;
    }

    #toggle-split-screen-button[b-xr6dixpm4p] {
        display: none;
    }

    #search-container[b-xr6dixpm4p] {
        border-right: none;
        transition: none;
    }

        #search-container.minimized[b-xr6dixpm4p] {
            width: 100%;
        }

    #search-form-and-results[b-xr6dixpm4p] {
        flex-direction: column;
        transition: none;
    }

    #search-form-and-results.minimized[b-xr6dixpm4p] {
        margin-left: 0;
        height: 0;
    }


    #search-input[b-xr6dixpm4p] {
        width: 100% !important;
        min-width: 100% !important;
        margin-right: 4px;
    }

    #search-results[b-xr6dixpm4p] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #resize[b-xr6dixpm4p] {
        display: none;
    }

    #details-container[b-xr6dixpm4p] {
        width: 100%;
        height: 0;
        flex: 0 0 auto;
        overflow: hidden;
        transition: none;
    }

        #details-container.maximized[b-xr6dixpm4p] {
            flex: 1 1 auto;
        }
}
/* client/Pages/RawDataViewer.razor.rz.scp.css */
#raw-data-page[b-w4jsoote94]{
    padding: 10px;
}

#raw-data-page[b-w4jsoote94]  .resource-html div.object > div {
    padding-left: 1rem;
}

#raw-data-page[b-w4jsoote94]  .resource-html ol {
    padding-left: 2rem;
    margin-bottom: 0;
}

    #raw-data-page[b-w4jsoote94]  .resource-html span.mapping::before {
        content: "\2a";
        font-family: sans-serif;
        font-weight: bold;
        position: relative;
        left: -0.5em;
        top: -0.1em;
        cursor: pointer
    }

    #raw-data-page[b-w4jsoote94]  .resource-html span.mapping * {
        position: relative;
        left: -0.3em;
    }

#raw-data-page[b-w4jsoote94]  .resource-html span.has-title {
    cursor: pointer;
}

#raw-data-page[b-w4jsoote94]  .resource-html span.coding-code {
    font-style: oblique;
}

#raw-data-page[b-w4jsoote94]  .resource-html a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

#raw-data-page[b-w4jsoote94]  .resource-panel .resource-type-title {
    font-weight: bold;
    font-size: larger;
}

#raw-data-page[b-w4jsoote94]  .mud-expand-panel {
    background-color: #f3f2f7;
}

    #raw-data-page[b-w4jsoote94]  .mud-expand-panel .error {
        color: red;
    }

#raw-data-page[b-w4jsoote94]  .mud-expand-panel-content {
    padding-bottom: 24px;
}

#raw-data-page[b-w4jsoote94]  .raw-data-paper {
    padding: 8px;
    word-wrap: break-word;
    word-break: break-word;
}

#raw-data-page[b-w4jsoote94]  .mud-pagination {
    padding-left: 0;
}
/* client/Pages/Requests.razor.rz.scp.css */
#container[b-0fyrmjnvvo] {
    display: flex;
    align-items: start;
}

#list[b-0fyrmjnvvo] {
    flex: 0 0 auto;
    width: 825px;
}

#details[b-0fyrmjnvvo] {
    flex: 1 1 auto;
    margin-left: 1rem;
    overflow-y: scroll;
}


@media (max-width: 1300px) {
    #container[b-0fyrmjnvvo] {
        flex-wrap: wrap;
    }

    #list[b-0fyrmjnvvo] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #details[b-0fyrmjnvvo] {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0;
    }
}

.time-column[b-0fyrmjnvvo] {
    width: 11%;
    overflow: visible !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

td.time-column[b-0fyrmjnvvo] {
    text-align: right !important;
}

th.time-column[b-0fyrmjnvvo] {
    position: relative;
}

th button.header-button[b-0fyrmjnvvo] {
    margin: -7px -7px -7px 1px;
}

.api-column[b-0fyrmjnvvo],
.endpoint-column[b-0fyrmjnvvo] {
    width: 10%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.client-column[b-0fyrmjnvvo],
.user-column[b-0fyrmjnvvo],
.resource-column[b-0fyrmjnvvo] {
    width: 13%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

th.user-column[b-0fyrmjnvvo] {
    overflow: visible !important;
}

.user-column ul[b-0fyrmjnvvo] {
    height: 300px;
    overflow-y: auto;
}

.method-column[b-0fyrmjnvvo],
.status-column[b-0fyrmjnvvo] {
    width: 9%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.status-column[b-0fyrmjnvvo] {
    text-align: right !important;
}

.duration-column[b-0fyrmjnvvo] {
    width: 12%;
    padding-left: 6px !important;
    padding-right: 6px !important;
    text-align: right !important;
}

.form-control-label[b-0fyrmjnvvo] {
    display: inline-block;
    width: calc(100% - 12px);
}

.label-ge[b-0fyrmjnvvo],
.label-le[b-0fyrmjnvvo] {
    width: 10px;
}

    .label-ge[b-0fyrmjnvvo]::after {
        content: "\002265";
    }

    .label-le[b-0fyrmjnvvo]::after {
        content: "\002264";
    }

.form-select-column[b-0fyrmjnvvo] {
    border-width: 1px;
    border-color: rgb(222, 226, 230);
    width: 100%;
}

.clickable[b-0fyrmjnvvo] {
    cursor: pointer;
}

.query-toggle[b-0fyrmjnvvo] {
    position: absolute;
    top: 30px;
    left: -7px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0px 0px 0px 1px;
    border-radius: 5px;
    border: solid 1px #dedede;
    background-color: white;
}

.query-filter-toggle:hover[b-0fyrmjnvvo] {
    background-color: #efefef;
}

.query-filter[b-0fyrmjnvvo] {
    width: 100%;
    padding: 11px 0 11px 8px !important;
}

.form-label[b-0fyrmjnvvo] {
    font-weight: bold;
}

#export-id-parameter-display[b-0fyrmjnvvo] {
    width: 320px;
}

#export-file-parameter-display[b-0fyrmjnvvo] {
    width: 400px;
}
/* client/Pages/Users.razor.rz.scp.css */
#users-container[b-qe9qbnd5oc] {
    display: flex;
    align-items: start;
}

#users-list[b-qe9qbnd5oc] {
    flex: 0 0 auto;
    width: 550px;
}

#users-current[b-qe9qbnd5oc] {
    flex: 1 1 auto;
    margin-left: 1rem;
}

#users-current[b-qe9qbnd5oc]  #current-keyset-select {
    width: auto;
    display: inline-block;
}

#assign-new-keyset-container[b-qe9qbnd5oc] {
    min-width: 600px;
    padding: 1rem;
}

@media (max-width: 992px) {
    #users-container[b-qe9qbnd5oc] {
        flex-wrap: wrap;
    }

    #users-list[b-qe9qbnd5oc] {
        width: 100% !important;
        min-width: 100% !important;
    }

    #users-current[b-qe9qbnd5oc] {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0;
    }
}

#current-user-externalusernames-list[b-qe9qbnd5oc] {
    background-color: #e9ecef;
    padding-left: 2rem;
}
