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

/* 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/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/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/PatientReadReport.razor.rz.scp.css */
.patient-read-report-input[b-htprnxk268]
{
    width: 11rem;
}

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

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

.interval-period[b-htprnxk268]
{
    font-family: Courier New, Courier, monospace;
    font-style: italic;
}
/* 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: 900px;
}

#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;
}
/* 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;
}


@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;
    }
}
