/* /MainLayout.razor.rz.scp.css */
#header[b-aj626rqzhb] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: white;
    padding-left: 32px;
    padding-right: 32px;
    border-bottom: 1px solid rgb(209, 209, 209);
    box-shadow: 0px 0px 4px #b8b8b8;
}

.header-description[b-aj626rqzhb] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navigation-container[b-aj626rqzhb] {
    margin-bottom: 16px;
}

.login-display[b-aj626rqzhb] {
    align-self: flex-end;
}

.canvas[b-aj626rqzhb] {
    background-color: #ededed;
}

#title[b-aj626rqzhb] {
    flex-grow: 100;
}

[b-aj626rqzhb] textarea,
[b-aj626rqzhb] input {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: 1px solid #b8b8b8;
}

.working-space[b-aj626rqzhb] {

    padding: 32px;
}
/* /Pages/BatchRegister.razor.rz.scp.css */
[b-ftfrw9bbvd] .edit-area
{
    width: 95%;
    min-height: 400px;
}

.description > div[b-ftfrw9bbvd]
{
    margin-bottom: 8px;
}
/* /Pages/IssueBrowser.razor.rz.scp.css */
/* Main layout */
.container[b-d469ita1ni] {
    margin-top: 0px;
}

.working-space[b-d469ita1ni] {
    display: flex;
    flex-direction: row;
}

.main-section[b-d469ita1ni] {
    flex-grow: 5;
}

.choice-label[b-d469ita1ni]{
    margin-right: 8px;
}


.issue-item[b-d469ita1ni] {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 8px;
}

.issue-item-title[b-d469ita1ni] {
    font-weight: bold;
    margin-right: 12px;
    min-width: 150px;
}

#activate-toggle-button[b-d469ita1ni] {
    margin-left: 4px;
}

.search-input[b-d469ita1ni] {
    width: 600px;
    margin-top: 32px;
    margin-bottom: 16px;
}

#pickers[b-d469ita1ni] {
    display: flex;
}

#spec-picker[b-d469ita1ni] {
    display: flex;
}

#view-picker[b-d469ita1ni] {
    margin-left: 16px;
    display: flex;
}

/* Substitutes */
#substitute[b-d469ita1ni] {
    min-width: 150px;
    padding-left: 32px;
}
/* /Pages/RegistryManager.razor.rz.scp.css */
.search-input[b-rhgdf10brr] {
    width: 600px;
    margin-bottom: 16px;
}

.status-filter[b-rhgdf10brr] {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

.status-filter-item[b-rhgdf10brr] {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 4px;
    padding-right: 8px;
    display: flex;
}

.status-filter-item>input[b-rhgdf10brr],
label[b-rhgdf10brr] {
    cursor: pointer;
}

.operation-buttons[b-rhgdf10brr]{
    margin-bottom: 16px;
}

.active-item[b-rhgdf10brr] {
    background-color: var(--released-color);
    color: white;
}

.inactive-item[b-rhgdf10brr] {
    background-color: var(--accent-color-disabled);
    color: white;
}

.main-area[b-rhgdf10brr]
{
    display: flex;
}

#substitute[b-rhgdf10brr]
{
    margin-left: 32px;
}
/* /Pages/SingleIssueViewer.razor.rz.scp.css */
.issue-item[b-62djbauh36]
{
    display: flex;
    margin-top: 4px;
    margin-bottom: 8px;
}

.issue-item .issue-item-title[b-62djbauh36]
{
    /* font-weight: lighter; */
    font-weight: bold;
    min-width: 200px;
}

.issue-item .issue-item-text[b-62djbauh36]
{
    /* font-weight: bolder; */
    font-size: 0.9rem;
}

.version-description[b-62djbauh36]
{
    margin-bottom: 32px;
}

.version-description > span[b-62djbauh36]
{
    text-decoration: underline;
}
/* /Parts/IssueVersionViewer.razor.rz.scp.css */
.title[b-98893hn3fs]
{
    font-weight: bold;
    margin-bottom: 8px;
}

.version-list[b-98893hn3fs]
{
    display: flex;
}

.version-item[b-98893hn3fs]
{
    margin-right: 4px;
    white-space: nowrap;
}
/* /Parts/JsonViewer.razor.rz.scp.css */
.json-holder[b-axe2a4wi8l] {
    display: flex;
    justify-content: stretch;
}

[b-axe2a4wi8l] .json-content
{
    width: 100%;
}
/* /Parts/NavMenu.razor.rz.scp.css */
.container[b-74hh0yemgj]
{
    display: flex;
    align-items: center;
}

.head[b-74hh0yemgj]
{
    margin-right: 12px;
}

[b-74hh0yemgj] .link-item
{
    margin-right: 8px;
    font-size: 18px;
    text-decoration: none;
    color: var(--accent-color-disabled);
    font-style: italic;
}

[b-74hh0yemgj] .activeLink{
    color: var(--accent-color);
    font-weight:500;
    font-style: normal;
}
/* /Parts/RegistryEntryViewer.razor.rz.scp.css */
.issue-item[b-8193t9px9w] {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 8px;
}

.issue-item-title[b-8193t9px9w] {
    font-weight: bold;
    margin-right: 12px;
    min-width: 150px;
}

#activate-toggle-button[b-8193t9px9w] {
    margin-left: 4px;
}

.button[b-8193t9px9w] {
    min-width: 120px;
    margin-right: 16px;
}

.button-list[b-8193t9px9w] {
    margin-top: 32px;
}

.card-with-preview[b-8193t9px9w] {
    display: flex;
    flex-direction: row;
}

.card-with-preview .item-preview[b-8193t9px9w] {
    margin-left: 32px;
    background-color: wheat;
    padding: 16px;
}

[b-8193t9px9w] .id-input {
    width: 280px;
}

[b-8193t9px9w] .title-input {
    width: 560px;
}

[b-8193t9px9w] .description-input {
    width: 800px;
    height: 40px;
}

[b-8193t9px9w] .recommendation-input {
    width: 800px;
    height: 40px;
}

[b-8193t9px9w] .rationale-input {
    width: 800px;
    height: 40px;
}

[b-8193t9px9w] .help-link-input {
    width: 800px;
}

.active-status[b-8193t9px9w] {
    padding-left: 12px;
    padding-right: 12px;
}

.active-item[b-8193t9px9w] {
    background-color: var(--released-color);
    color: white;
}

.inactive-item[b-8193t9px9w] {
    background-color: var(--accent-color-disabled);
    color: white;
}
/* /Parts/TrackableViewer.razor.rz.scp.css */
.container[b-p45vkcb89o]
{
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.title[b-p45vkcb89o]
{
    font-weight: bold;
    margin-right: 8px;
}

.item-section[b-p45vkcb89o]
{
    display: flex;
    flex-direction: row;
}

.value[b-p45vkcb89o]
{
    margin-right: 8px;
}
