@import '_content/BlazorFluentUI.CoreComponents/BlazorFluentUI.CoreComponents.bundle.scp.css';
@import '_content/BlazorFluentUI.ListComponents/BlazorFluentUI.ListComponents.bundle.scp.css';
@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* /Controls/AttachFileDialog/AttachFileDialog.razor.rz.scp.css */
.info[b-g9sfffj7lt] {
    width: 450px;
    height: 65px;
    overflow-y: auto;
    padding-top: var(--padding-xx-tiny);
    padding-bottom: var(--padding-xx-tiny);
}

.info-text[b-g9sfffj7lt] {
    color: var(--grey-350);
    font-size: var(--size-text-small);
}

.warning-text[b-g9sfffj7lt] {
    margin: 0px;
    color: orange;
    padding: var(--padding-x-tiny);
    font-weight: 300;
}

.scroll-section[b-g9sfffj7lt] {
    max-height: 65px;
    overflow-y: auto;
    scrollbar-width: thin;
}

[b-g9sfffj7lt] .dialog-footer-buttons .dialog-button {
    margin-right: var(--padding-tiny);
}
/* /Controls/CollectionItemsWrapper.razor.rz.scp.css */
.no-items-description-container[b-9xibghp6dl] {
    margin: 3px;
    text-align: center;
    margin-top: 6px;
}

.no-items-description[b-9xibghp6dl] {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: var(--grey-350);
}
/* /Controls/EditableGrid/DetailsHeader.razor.rz.scp.css */
.ms-DetailsHeader-root[b-b4n5aa6t8c] {
    display: flex; /*// inline-block is seeing all the razor whitespace artifacts and adding extra spaces... switched to flex.*/
    position: relative;
}

[b-b4n5aa6t8c] .ms-DetailsHeader {
    font-size: var(--fontSize-Small);
    font-weight: var(--fontWeight-Regular);
    display: flex; /*// inline-block is seeing all the razor whitespace artifacts and adding extra spaces... switched to flex.*/
    background: var(--semanticColors-BodyBackground);
    position: relative;
    min-width: 100%;
    vertical-align: top;
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
    box-sizing: content-box;
    padding-bottom: 1px;
    padding-top: 16px;
    border-bottom: 1px solid var(--semanticColors-BodyDivider);
    cursor: default;
    user-select: none;
}

    [b-b4n5aa6t8c] .ms-DetailsHeader:hover .ms-DetailsHeader-check {
        opacity: 1;
    }

.ms-DetailsHeader-tooltipHost .ms-DetailsHeader-checkTootip[b-b4n5aa6t8c] {
    display: block;
}

[b-b4n5aa6t8c] .ms-DetailsHeader-check {
    height: 42px;
}

.ms-Fabric--isFocusVisible .ms-DetailsHeader-cellIsCheck[b-b4n5aa6t8c]  .ms-DetailsHeader-check {
    opacity: 1;
}

.ms-DetailsHeader-cellWrapperPadded[b-b4n5aa6t8c] {
    padding-right: 32px;
}


div.ms-DetailsHeader-cellIsCheck[b-b4n5aa6t8c] {
    color: var(--semanticTextColors-BodyText);
    /*display: inline-block;*/
    /*position: relative;*/
    box-sizing: border-box;
    /*padding: 0 8px 0 12px;*/
    line-height: inherit;
    margin: 0;
    height: 42px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;

    position: relative;
    padding: 0px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    border: none;
    outline: transparent;
    position: relative;
}
div.ms-DetailsHeader-cellIsCheck[b-b4n5aa6t8c]::-moz-focus-inner {
    border: 0;
}
.ms-Fabric--isFocusVisible div.ms-DetailsHeader-cellIsCheck:focus[b-b4n5aa6t8c]::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border: 1px solid var(--palette-White);
    outline: 1px solid var(--palette-NeutralSecondary);
    z-index: var(--zIndex-FocusStyle);
}



[b-b4n5aa6t8c] .ms-DetailsHeader.is-allSelected .ms-DetailsHeader-cellIsCheck {
    opacity: 1;
}


.ms-DetailsHeader-cellIsGroupExpander[b-b4n5aa6t8c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontSize-Small);
    padding: 0;
    border: none;
    width: 36px;
    color: var(--palette-NeutralSecondary);

    outline: transparent;
    position: relative;
    color: var(--semanticTextColors-BodyText);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 8px 0 12px;
    line-height: inherit;
    margin: 0;
    height: 42px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.ms-DetailsHeader-cellIsGroupExpander[b-b4n5aa6t8c]::-moz-focus-inner {
    border: 0;
}

.ms-Fabric--isFocusVisible .ms-DetailsHeader-cellIsGroupExpander:focus[b-b4n5aa6t8c]::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border: 1px solid var(--palette-White);
    outline: 1px solid var(--palette-NeutralSecondary);
    z-index: var(--zIndex-FocusStyle);
}

.ms-DetailsHeader-cellIsGroupExpander:hover[b-b4n5aa6t8c] {
    background-color: var(--palette-NeutralLighter);
}

.ms-DetailsHeader-cellIsGroupExpander:active[b-b4n5aa6t8c] {
    background-color: var(--palette-NeutralLight);
}

/*cellIsActionable SKIPPED BECAUSE this is a property of DetailsColumn which is a child...*/
/*cellIsEmpty also skipped*/


.ms-DetailsHeader-cellSizer[b-b4n5aa6t8c] {
    display: inline-block;
    position: relative;
    cursor: ew-resize;
    bottom: 0;
    top: 0;
    overflow: hidden;
    height: inherit;
    background: transparent;
    z-index: 1;
    width: 16px;
    outline: transparent;
    position: relative;
}

.ms-DetailsHeader-cellSizer[b-b4n5aa6t8c]::-moz-focus-inner {
    border: 0;
}

.ms-Fabric--isFocusVisible .ms-DetailsHeader-cellSizer:focus[b-b4n5aa6t8c]::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border: 1px solid var(--palette-White);
    outline: 1px solid var(--palette-NeutralSecondary);
    z-index: var(--zIndex-FocusStyle);
}


.ms-DetailsHeader-cellSizer[b-b4n5aa6t8c]::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 1px;
    background: var(--palette-NeutralTertiaryAlt);
    opacity: 0;
    left: 50%;
}

.ms-DetailsHeader-cellSizer:focus[b-b4n5aa6t8c]::after, 
.ms-DetailsHeader-cellSizer:hover[b-b4n5aa6t8c]::after {
    opacity: 1;
    transition: opacity 0.3s linear;
}

.ms-DetailsHeader-cellSizer.is-resizing[b-b4n5aa6t8c]::after {
    opacity: 1;
    transition: opacity 0.3s linear;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}


.ms-DetailsHeader-cellSizerStart[b-b4n5aa6t8c] {
    margin: 0 -8px;
}

.ms-DetailsHeader-cellSizerEnd[b-b4n5aa6t8c] {
    margin: 0;
    margin-left: -16px;
}

[b-b4n5aa6t8c] .ms-DetailsHeader-collapseButton {
    transform-origin: 50% 50%;
    transition: transform .1s linear;
    transform: rotate(90deg);
}

    [b-b4n5aa6t8c] .ms-DetailsHeader-collapseButton.is-collapsed {
        transform: rotate(0deg);
    }

.ms-DetailsHeader-sizingOverlay.is-sizing[b-b4n5aa6t8c] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: ew-resize;
    background: rgba(255,255,255,0);
}

@media screen and (-ms-high-contrast: active) {
    .ms-DetailsHeader-sizingOverlay.is-sizing[b-b4n5aa6t8c] {
        background: transparent;
        -ms-high-contrast-adjust: none;
    }
}

.ms-DetailsHeader-accessibleLabel[b-b4n5aa6t8c] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

/*//dropHintCircle //doesn't seem to be used*/
.ms-DetailsHeader-dropHintCircle[b-b4n5aa6t8c] {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    margin-left: -5px;
    top: 34px;
    overflow: visible;
    z-index: 10;
    border: 1px solid var(--palette-ThemePrimary);
    background: var(--palette-White);
}


[b-b4n5aa6t8c] .ms-DetailsHeader-dropHintCaret {
    display: none;
    position: absolute;
    top: -28px;
    left: -6.5px;
    font-size: var(--fontSize-Medium);
    color: var(--palette-ThemePrimary);
    overflow: visible;
    z-index: 10;
}

.ms-DetailsHeader-dropHintLine[b-b4n5aa6t8c] {
    display: none;
    position: absolute;
    bottom: 0px;
    top: 0px;
    overflow: visible;
    height: 42px;
    width: 1px;
    background: var(--palette-ThemePrimary);
    z-index: 10;
}

.ms-DetailsHeader-dropHint[b-b4n5aa6t8c] {
    display: inline-block;
    position: absolute;
}

/*//NOT DONE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// Skipped
*/
/* /Controls/EditableGrid/DetailsRow/TfbDetailsRow.razor.rz.scp.css */

[b-9qctmolrc4] .ms-TfbDetailsRow {
    outline: transparent;
    position: relative;
    font-size: var(--fontSize-Small);
    font-weight: var(--fontWeight-Regular);
    border-bottom: 1px solid var(--palette-NeutralLighter);
    color: var(--palette-NeutralSecondary);
    display: inline-flex;
    min-width: 100%;
    width: 100%; /* added to make TfbDetailsRow fit width of window */
    min-height: 42px;
    white-space: nowrap;
    padding: 0px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
}

.ms-Fabric--isFocusVisible[b-9qctmolrc4]  .ms-TfbDetailsRow:focus::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border: 1px solid var(--semanticColors-FocusBorder);
    outline: 1px solid var(--palette-White);
    z-index: var(--zIndex-FocusStyle);
}

.ms-List-cell:first-child[b-9qctmolrc4]  .ms-TfbDetailsRow:before {
    display: none;
}

/* is-deleted row styles */
[b-9qctmolrc4] .ms-TfbDetailsRow.is-deleted {
    background: var(--editableGrid-deleted-secondary);
    color: var(--palette-NeutralPrimary);
}

[b-9qctmolrc4] .ms-TfbDetailsRow:hover.is-deleted {
    background: var(--editableGrid-deleted-primary);
    color: var(--palette-NeutralPrimary);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-deleted.is-selected {
    color: var(--palette-NeutralPrimary);
    background: var(--editableGrid-deleted-primary);
    border-bottom: 1px solid var(--palette-White);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected.is-deleted {
    color: var(--palette-NeutralPrimary);
    background: var(--editableGrid-deleted-primary);
    border-bottom: 1px solid var(--palette-White);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected.is-deleted:focus {
    color: var(--palette-NeutralPrimary);
    background: var(--editableGrid-deleted-primary);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-deleted.is-selected:hover {
    color: var(--palette-NeutralPrimary);
    background: var(--editableGrid-deleted-primary);
    border-bottom: 1px solid var(--palette-White);
}

/* is-edited row styles */
[b-9qctmolrc4] .ms-TfbDetailsRow.is-edited {
    background: var(--editableGrid-edited-secondary);
    color: var(--palette-NeutralPrimary);
}

[b-9qctmolrc4] .ms-TfbDetailsRow:hover.is-edited {
    background: var(--editableGrid-edited-primary);
    color: var(--palette-NeutralPrimary);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-edited.is-selected {
    color: var(--palette-NeutralPrimary);
    background: var(--editableGrid-edited-primary);
    border-bottom: 1px solid var(--palette-White);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected.is-edited {
    color: var(--palette-NeutralPrimary);
    background: var(--editableGrid-edited-primary);
    border-bottom: 1px solid var(--palette-White);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected.is-edited:focus {
    color: var(--palette-NeutralPrimary);
    background: var(--editableGrid-edited-primary);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-edited.is-selected:hover {
    color: var(--palette-NeutralPrimary);
    background: var(--editableGrid-edited-primary);
    border-bottom: 1px solid var(--palette-White);
}



[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected {
    color: var(--palette-NeutralPrimary);
    background: var(--palette-NeutralLight);
    border-bottom: 1px solid var(--palette-White);
}

[b-9qctmolrc4] .ms-TfbDetailsRow:hover {
    background: var(--palette-NeutralLighter);
    color: var(--palette-NeutralPrimary);
}


[b-9qctmolrc4] .ms-TfbDetailsRow:hover  {
    background: var(--palette-NeutralLighter);
    color: var(--palette-NeutralPrimary);
}

[b-9qctmolrc4] .ms-TfbDetailsRow:hover .is-row-header {
    color: var(--palette-NeutralDark);
}

[b-9qctmolrc4] .ms-TfbDetailsRow:hover .ms-TfbDetailsRow-check {
    opacity: 1;
}

.ms-Fabric--isFocusVisible[b-9qctmolrc4]  .ms-TfbDetailsRow:focus .ms-TfbDetailsRow-check {
    opacity: 1;
}

.ms-Fabric--isFocusVisible[b-9qctmolrc4]  .ms-TfbDetailsRow.is-selected:focus::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border: 1px solid var(--semanticColors-FocusBorder);
    outline: 1px solid var(--palette-White);
    z-index: var(--zIndex-FocusStyle);
}



[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected:before {
    position: absolute;
    display: block;
    top: -1px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: '';
    border-top: 1px solid var(--palette-White);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected:hover {
    background: var(--palette-NeutralQuaternaryAlt);
    color: var(--palette-NeutralPrimary);
}

@media screen and (-ms-high-contrast: active) {
    .ms-TfbDetailsRow.is-selected:hover .ms-TfbDetailsRow-cell[b-9qctmolrc4] {
        color: HighlightText;
    }

        .ms-TfbDetailsRow.is-selected:hover .ms-TfbDetailsRow-cell > a[b-9qctmolrc4] {
            color: HighlightText;
        }
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected.is-row-header:hover {
    color: var(--palette-NeutralDark);
}

@media screen and (-ms-high-contrast: active) {

    .ms-TfbDetailsRow.is-selected.is-row-header:hover[b-9qctmolrc4] {
        color: HighlightText;
    }

    .ms-TfbDetailsRow.is-selected:hover[b-9qctmolrc4] {
        background: Highlight;
    }
}

/*focus for is-selected*/
[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected:focus {
    background: var(--palette-NeutralLight);
}
[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected:focus .ms-TfbDetailsRow-cell {
    color: var(--palette-NeutralPrimary);
}

@media screen and (-ms-high-contrast: active) {
    .ms-TfbDetailsRow.is-selected:focus .ms-TfbDetailsRow-cell[b-9qctmolrc4] {
        color: HighlightText;
    }
        .ms-TfbDetailsRow.is-selected:focus .ms-TfbDetailsRow-cell > a[b-9qctmolrc4] {
            background: Highlight;
        }
}


[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected.is-row-header:focus {
    color: var(--palette-NeutralDark);
}

@media screen and (-ms-high-contrast: active) {

    .ms-TfbDetailsRow.is-selected.is-row-header:focus[b-9qctmolrc4] {
        color: HighlightText;
    }
}

@media screen and (-ms-high-contrast: active) {
    .ms-TfbDetailsRow.is-selected:focus[b-9qctmolrc4] {
        background: HighlightText;
    }
}

@media screen and (-ms-high-contrast: active) {
    .ms-TfbDetailsRow.is-selected[b-9qctmolrc4] {
        background: Highlight;
        color: HighlightText;
        -ms-high-contrast-adjust: none;
    }

        .ms-TfbDetailsRow.is-selected a[b-9qctmolrc4] {
            color: HighlightText;
        }
}
/*focus and hover state*/

[b-9qctmolrc4] .ms-TfbDetailsRow.is-selected.is-row-header:focus {
    background: var(--palette-NeutralQuaternaryAlt);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-compact {
    min-height: 32px;
    border: 0
}

    .ms-TfbDetailsRow.is-compact.is-selected[b-9qctmolrc4]:before {
        display: none;
    }

/* CellUnpadded */
[b-9qctmolrc4] .ms-TfbDetailsRow-cellUnpadded {
    padding-right: 8px;
}

[b-9qctmolrc4] .ms-TfbDetailsRow-cellPadded {
    padding-right: 32px;
}

    [b-9qctmolrc4] .ms-TfbDetailsRow-cellPadded.ms-TfbDetailsRow-cellCheck {
        padding-right: 0px;
    }

/*Cell*/

[b-9qctmolrc4] .ms-TfbDetailsRow .ms-TfbDetailsRow-cell {
    outline: transparent;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 12px;
}

.ms-Fabric--isFocusVisible[b-9qctmolrc4]  .ms-TfbDetailsRow .ms-TfbDetailsRow-cell:focus::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border: 1px solid var(--palette-NeutralSecondary);
    outline: 1px solid var(--palette-White);
    z-index: var(--zIndex-FocusStyle);
}

[b-9qctmolrc4] .ms-TfbDetailsRow .ms-TfbDetailsRow-cell > button {
    max-width: 100%;
}


@media screen and (-ms-high-contrast: active) {
    .ms-TfbDetailsRow.is-selected .ms-TfbDetailsRow-cell[b-9qctmolrc4] {
        background: Highlight;
        color: HighlightText;
        -ms-high-contrast-adjust: none;
    }
        .ms-TfbDetailsRow.is-selected .ms-TfbDetailsRow-cell > a[b-9qctmolrc4] {
            color: HighlightText;
        }
}

.ms-Fabric--isFocusVisible[b-9qctmolrc4]  .ms-TfbDetailsRow .ms-TfbDetailsRow-cell[data-is-focusable='true']:focus::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border: 1px solid var(--palette-NeutralSecondary);
    outline: 1px solid var(--palette-White);
    z-index: var(--zIndex-FocusStyle);
}

[b-9qctmolrc4] .ms-TfbDetailsRow.is-compact .ms-TfbDetailsRow-cell {
    min-height: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
}


/* CellMeasurer */
[b-9qctmolrc4] .ms-TfbDetailsRow-cellMeasurer {
    overflow: visible;
    white-space: nowrap;
}

/* CheckCell */
[b-9qctmolrc4] .ms-TfbDetailsRow-checkCell {
    padding: 0px;
    padding-top: 1px;
    margin-top: -1px;
    flex-shrink: 0;
}


/* CheckCover */
[b-9qctmolrc4] .ms-TfbDetailsRow-checkCover {
    position: absolute;
    top: -1px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

/*Fields*/
[b-9qctmolrc4] .ms-TfbDetailsRow-fields {
    display: flex;
    align-items: stretch;
    overflow-x: hidden;
}

/*IsRowHeader*/
[b-9qctmolrc4] .ms-TfbDetailsRow.is-row-header {
    color: var(--palette-NeutralPrimary);
    font-size: var(--fontSize-Medium);
}

    [b-9qctmolrc4] .ms-TfbDetailsRow.is-row-header.is-selected {
        color: var(--palette-NeutralDark);
        font-weight: var(--fontWeight-SemiBold);
    }

@media screen and (-ms-high-contrast: active) {
    [b-9qctmolrc4] .ms-TfbDetailsRow.is-row-header.is-selected {
        color: HighlightText;
    }
}

/*IsMultiline*/
[b-9qctmolrc4] .ms-TfbDetailsRow.is-multiline {
    white-space: normal;
    word-break: break-word;
    text-overflow: clip;
}

/* /Controls/EditableGrid/DetailsRow/TfbDetailsRowCheck.razor.rz.scp.css */
.ms-TfbDetailsRow-check[b-cpkcfgbvov] {
    outline: transparent;
    position:relative; 

    font-size: var(--fontSize-Small);
    font-weight: var(--fontWeight-Regular);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    box-sizing: border-box;
    vertical-align: top;
    background: none;
    background-color: transparent;
    border: none;
    opacity: 0;
    height: 42px;
    width: 48px;
    padding: 0px;
    margin: 0px;
}

.ms-Fabric--isFocusVisible .ms-DetailsRow-check:focus[b-cpkcfgbvov]::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border: 1px solid var(--palette-White);
    outline: 1px solid var(--palette-NeutralSecondary);
    z-index: var(--zIndex-FocusStyle);
}

@media screen and (-ms-high-contrast: active){
    .ms-Fabric--isFocusVisible .ms-DetailsRow-check:focus[b-cpkcfgbvov]::after {
        /* missing */
    }
}


/*.ms-DetailsRow-check::moz-focus-inner{
    border:0;
}*/
.ms-TfbDetailsRow.is-compact .ms-DetailsRow-check[b-cpkcfgbvov] {
    height: 32px;
}

.ms-TfbDetailsRow.is-header .ms-DetailsRow-check[b-cpkcfgbvov] {
    height: 42px;
}

.ms-TfbDetailsRow-check.is-checked[b-cpkcfgbvov], .ms-DetailsRow-check.is-visible[b-cpkcfgbvov] {
    opacity: 1;
}
/* /Controls/EditableGrid/TfbDetailsColumn.razor.rz.scp.css */
.ms-DetailsColumn[b-90uobhf9qi] {
    font-size: var(--fontSize-Small);
    font-weight: var(--fontWeight-Regular);
}


.ms-DetailsColumn[b-90uobhf9qi] {
    color: var(--semanticTextColors-BodyText);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 8px 0 12px;
    line-height: inherit;
    margin: 0;
    height: 42px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

    .ms-DetailsColumn[b-90uobhf9qi]::-moz-focus-inner {
        border: 0;
    }

.ms-Fabric--isFocusVisible .ms-DetailsColumn:focus[b-90uobhf9qi]::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border: 1px solid var(--palette-White);
    outline: 1px solid var(--palette-NeutralSecondary);
    z-index: var(--zIndex-FocusStyle);
}
@media screen and (-ms-high-contrast: active) {
    .ms-DetailsColumn:focus[b-90uobhf9qi]::after {
        
    }
}

.ms-DetailsColumn.is-actionable:hover[b-90uobhf9qi] {
    color: var(--semanticTextColors-BodyText);
    background: var(--semanticColors-ListHeaderBackgroundHovered);
}

.ms-DetailsColumn.is-actionable:active[b-90uobhf9qi] {
    background: var(--semanticColors-ListHeaderBackgroundPressed);
}


.ms-DetailsColumn.is-empty[b-90uobhf9qi] {
    text-overflow: clip;
}

.ms-DetailsColumn.is-padded[b-90uobhf9qi] {
    padding-right: 32px;
}

    .ms-DetailsColumn.is-padded:hover i[data-icon-name='GripperBarVertical'][b-90uobhf9qi] {
        display: block;
    }

/*GripperBarVerticalStyle*/
.ms-DetailsColumn-gripperBar[b-90uobhf9qi] {
    display: none;
    position: absolute;
    text-align: left;
    color: var(--palette-NeutralTertiary);
    left: 1px;
}

/*NearIcon*/
.ms-DetailsColumn-nearIcon[b-90uobhf9qi] {
    color: var(--semanticTextColors-BodySubtext);
    opacity: 1;
    padding-left: 8px;
}

/*SortIcon*/
.ms-DetailsColumn-sortIcon[b-90uobhf9qi] {
    color: var(--semanticTextColors-BodySubtext);
    opacity: 1;
    padding-left: 4px;
    position: relative;
    top: 1px;
}

/*FilterChevron*/
.ms-DetailsColumn-filterChevron[b-90uobhf9qi] {
    color: var(--palette-NeutralTertiary);
    padding-left: 6px;
    vertical-align: middle;
    font-size: var(--fontSize-Small);
}

/*CellTitle*/
.ms-DetailsColumn-cellTitle[b-90uobhf9qi]::-moz-focus-inner {
    border: 0;
}

.ms-Fabric--isFocusVisible .ms-DetailsColumn-cellTitle:focus[b-90uobhf9qi]::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border: 1px solid var(--palette-White);
    outline: 1px solid var(--palette-NeutralSecondary);
    z-index: var(--zIndex-FocusStyle);
}

@media screen and (-ms-high-contrast: active) {
    .ms-DetailsColumn-cellTitle:focus[b-90uobhf9qi]::after {
    }
}

.ms-DetailsColumn-cellTitle[b-90uobhf9qi] {
    outline: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 8px 0 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ms-DetailsColumn.is-iconOnly .ms-DetailsColumn-cellTitle .ms-DetailsColumn-nearIcon[b-90uobhf9qi] {
    padding-left: 0;
}


/*CellTitle*/
.ms-DetailsColumn-cellTooltip[b-90uobhf9qi] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* /Controls/FilterWindow/FilterDialog.razor.rz.scp.css */
.actions[b-m02lo4d6cv] {
    display: flex; 
    justify-content: flex-end;
    padding: 10px;
}

.action-button[b-m02lo4d6cv]{
    margin-left: 8px;
} 

#dialog-overlay[b-m02lo4d6cv] {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: var(--z-index-modal);
    justify-content: center;
    align-items: center;
}

#dialog-content[b-m02lo4d6cv] {
    display: flex;
    flex-direction: column; 
    width:100%;
    height: 80%; 
    margin: 0 auto; 
    overflow-x: scroll;
    background-color: white;
    overflow-x: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#dialog-content[b-m02lo4d6cv]::-webkit-scrollbar {
    display: none;
}

.header[b-m02lo4d6cv] {
    flex: 0 0 auto;
    z-index: var(--z-index-max);
    background-color: white; 
}

#close-button[b-m02lo4d6cv] {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.filter-content[b-m02lo4d6cv] {
    flex: 1;
    overflow-y: auto;
    overflow: scroll;
    overflow-x: hidden;
    padding-left: 30px;
}

[b-m02lo4d6cv] .segmented-radio {
    margin: 4px;
}
/* /Controls/FilterWindow/FilterGroupWrapper.razor.rz.scp.css */
.filter-container[b-qrr4qttqpg] {
    display: flex;
    margin-bottom: var(--padding-tiny);
    flex-direction:row;
}
/* /Controls/FilterWindow/FilterHorizontalPanel.razor.rz.scp.css */
.container[b-91eh8tkcn2] {
    padding: 6px 16px;
    display: flex;
    border-bottom: 1px solid var(--grey-25);
    align-items: center;
    position: relative;
    overflow: hidden;
}

.filter-actions[b-91eh8tkcn2] {
    min-width: fit-content;
    display: flex;
}

.filters-content[b-91eh8tkcn2] {
    display: flex;
    position: relative;
    overflow: hidden; 
    margin-top: 8px;
}

.clear-button[b-91eh8tkcn2]{
    margin-top: 2px;
    margin-left: 4px;
}

.filter-badge-nav-wrapper[b-91eh8tkcn2] {
    position: relative !important;
    overflow: hidden;
}
.badge-cross[b-91eh8tkcn2]{
    margin-left: 5px;
    width:15px;
    height:15px;
}

.filter-badges[b-91eh8tkcn2] {
    overflow: hidden;
    width: auto;
}
.no-content[b-91eh8tkcn2]{
    margin-left: 100px;
    padding: 15px;
}

img.arrow-img[b-91eh8tkcn2] {
    width: 20px;
    margin-top: 6px;
}

.scrolling-badges[b-91eh8tkcn2] {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 50px;
    padding-left: 20px;
}

.inline-badges[b-91eh8tkcn2] {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow:inherit;
    flex-wrap: wrap;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

.scrolling-badges[b-91eh8tkcn2]::-webkit-scrollbar {
   display: none;
} 

.filter-badge[b-91eh8tkcn2] {
    background: var(--primary-50);
    color: var(--primary-900);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 3px 8px;
    flex: 0 0 auto;
    border-radius: 2px;
    line-height: 20px;
    margin-left: 16px;
    margin-bottom: 8px;
    height: 35px;
}

.filter-badge-label[b-91eh8tkcn2] {
    flex: 1 0 auto;
    white-space: pre;
}

.filter-badge-val[b-91eh8tkcn2] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
#prev[b-91eh8tkcn2] {
    left: 0;
}

#next[b-91eh8tkcn2] {
    right: 0;
}

.filter-nav[b-91eh8tkcn2] {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    height: 35px;
}

.badges-nav[b-91eh8tkcn2] {
    font-size: 10px;
    line-height: 32px;
    padding: 0 8px;
    cursor: pointer;
    top: 0;
    user-select: none;
    height: 35px;
} 
/* /Controls/FilterWindow/FilterWrapper.razor.rz.scp.css */
.filter-wrapper[b-3bd3drq1vl]{
    margin-right: 20px !important;
    width:200px;
}
/* /Controls/Grid/TfbGridColumnSelector.razor.rz.scp.css */
[b-vgpvksw33u] .context-menu-button {
    padding-right: 0px;
    padding-left: 0px;
}

.context-menu-item-container[b-vgpvksw33u] {
    max-width: 300px;
    padding: 10px;
    margin-bottom: 5px;
}

.context-menu-item[b-vgpvksw33u] {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}

[b-vgpvksw33u] .context-menu-checkbox {
    margin-bottom: 3px !important;
}
/* /Controls/ListView/TfbListView.razor.rz.scp.css */
.list-view-row[b-d651sehfpu]{
    cursor: pointer;
}
.list-view-details[b-d651sehfpu] {
    text-align: justify;
    margin-right: var(--padding-larger);
}
/* /Controls/ListView/TfbListViewDetailsHeader.razor.rz.scp.css */
.list-view-details-header[b-ihlyota7si] {
    padding: var(--padding-x-tiny);
    width: 100%;
}

.card[b-ihlyota7si] {
    border: 1px solid var(--grey-150);
    padding: var(--padding-tiny);
    margin: var(--padding-tiny);
}

.row[b-ihlyota7si] {
    display: flex;
    flex-direction: row; 
} 

.column[b-ihlyota7si] {
    flex: 1;
}

.title[b-ihlyota7si] {
    text-align: left;
}

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

.action-button[b-ihlyota7si] {
    margin-right: var(--padding-x-tiny);
}
/* /Controls/TfbCrossBox.razor.rz.scp.css */
input[type="checkbox"][b-xacs9ww6cs] {
    -webkit-appearance: initial;
    appearance: initial;
    width: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 + var(--design-unit)) * 1px);
    height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 + var(--design-unit)) * 1px);
    border: none;
    background: var(--grey-100);
    position: relative;
    box-sizing: border-box;
    border: calc(var(--stroke-width) * 1px) solid;
    border-radius: calc(var(--control-corner-radius) * 1px);
}


    input[type="checkbox"]:checked:hover[b-xacs9ww6cs],
    input[type="checkbox"]:not(:checked):hover[b-xacs9ww6cs] {
        border: 0.5px solid black;
    }

    input[type="checkbox"]:checked:hover[b-xacs9ww6cs] {
        background: #ED2939;
    }

input[type="checkbox"]:not(:checked):hover[b-xacs9ww6cs] {
    background: var(--neutral-fill-input-alt-active);
}

input[type="checkbox"][b-xacs9ww6cs] {
    background: red;
    border: transparent;
}

input[type="checkbox"]:not(checked)[b-xacs9ww6cs] {
    border: 0.5px solid black;
    background: var(--grey-100);
}

input[type="checkbox"]:checked[b-xacs9ww6cs] {
    background: red;
    border: transparent;
}

        input[type="checkbox"]:checked[b-xacs9ww6cs]:after {
            /* Heres your symbol replacement - this is a tick in Unicode. */
            content: "\00D7";
            color: #fff;
            font-size: 18px;
            /* The following positions my tick in the center, 
    * but you could just overlay the entire box
    * with a full after element with a background if you want to */
            position: absolute;
            left: 50%;
            top: 43%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            /*
    * If you want to fully change the check appearance, use the following:
    * content: " ";
    * width: 100%;
    * height: 100%;
    * background: blue;
    * top: 0;
    * left: 0;
    */
        }
/* /Controls/TfbDateRangePicker.razor.rz.scp.css */
.label-daterangepicker[b-ln0z6q3cxd] {
    font-weight: var(--fontWeight-Regular);
}

div > .button-container[b-ln0z6q3cxd] {
    gap: 10px;
    display: flex;
    padding-top: var(--padding-tiny);
    align-items: center;
}

.button-default[b-ln0z6q3cxd] {
    outline: transparent;
    position: relative;
    font-size: var(--fontSize-Medium);
    font-weight: var(--fontWeight-Regular);
    box-sizing: border-box;
    user-select: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    min-width: var(--padding-tiny);
    border-radius: var(--effects-RoundedCorner2);
    background-color: var(--white);
}

.button-default:hover[b-ln0z6q3cxd] {
    background-color: var(--grey-50);
    opacity: 1;
}

.button-pressed[b-ln0z6q3cxd] {
    color: var(--white);
    font-weight: var(--fontWeight-SemiBold);
    background-color: var(--primary-500);
}

.button-pressed:hover[b-ln0z6q3cxd] {
    color: var(--white);
    font-weight: var(--fontWeight-SemiBold);
    background-color: var(--primary-500);
    opacity: 1;
}
/* /Controls/TfbFilterDropdown.razor.rz.scp.css */
div.dropdown-container[b-0vu5dhegwx] {
    grid-template-columns: 1fr auto 20px;
    grid-template-rows: 0.8fr 1fr;
    display: grid;
    position: relative;
    min-width: 12rem;
}

.dropdown-control-container[b-0vu5dhegwx] {
    grid-row-start: 1;
    grid-row-end: 99;
    grid-column-start: 1;
    grid-column-end: 99;
}

.button-clear-container[b-0vu5dhegwx] {
    z-index: var(--z-index-default);
    grid-row: 2;
    grid-column: 2;
    justify-self: center;
    align-self: center;
}

img[b-0vu5dhegwx] {
    display: block;
    height: 60%;
    width: 60%;
    min-height: 60%;
    min-width: 60%;
    margin: auto;
    cursor: pointer;
}


.button-clear-container.button-clear-container--hidden[b-0vu5dhegwx] {
    visibility: collapse;
}

/* /Controls/TfbFilterText.razor.rz.scp.css */
div.text-field[b-eqkrsuewek] {
    grid-template-columns: 1fr auto 6px;
    grid-template-rows: 0.8fr 1fr;
    display: grid;
    position: relative;
}

div.text-field.numeric.focused[b-eqkrsuewek] {
    grid-template-columns: 1fr auto 20px;
}
div.text-field.numeric:hover[b-eqkrsuewek] {
    grid-template-columns: 1fr auto 20px;
}

div.text-field.numeric:active[b-eqkrsuewek] {
    grid-template-columns: 1fr auto 20px;
}


.text-control-container[b-eqkrsuewek] {
    grid-row-start: 1;
    grid-row-end: 99;
    grid-column-start: 1;
    grid-column-end: 99;
}

.button-clear-container[b-eqkrsuewek] {
    z-index: var(--z-index-default);
    grid-row: 2;
    grid-column: 2;
    justify-self: center;
    align-self: center;
}

img[b-eqkrsuewek] {
    display: block;
    height: 60%;
    width: 60%;
    min-height: 60%;
    min-width: 60%;
    margin: auto;
    cursor: pointer;
}


.button-clear-container.button-clear-container--hidden[b-eqkrsuewek] {
    visibility: collapse;
}
/* /Controls/TfbTooltipHost.razor.rz.scp.css */
.tooltip-host[b-hetyn9bec6] {
    height: 100%;
}

[data-tooltip][b-hetyn9bec6] {
    position: relative;
    overflow: visible;
}

    [data-tooltip].as-parent-content[b-hetyn9bec6] {
        display: contents;
    }

[data-tooltip]:hover[b-hetyn9bec6]::after {
    animation: fadein-b-hetyn9bec6 0.3s ease-in-out;
    content: attr(data-tooltip);
    background-color: rgba(0,0,0, 0.75);
    border-radius: var(--size-default-radius);
    max-width: max-content;
    white-space:nowrap;
    color: white;
    font-size: 14px;
    line-height: 1;
    padding: 0.5rem 0.8rem;
    position: absolute;
    z-index: var(--z-index-tooltip);
}

@keyframes fadein-b-hetyn9bec6 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

[data-tooltip].h-right[b-hetyn9bec6]::after {
    left: 100%;
}

[data-tooltip].h-center[b-hetyn9bec6]::after {
    left: 0%;
}

[data-tooltip].h-left[b-hetyn9bec6]::after {
    right: 100%;
}

[data-tooltip].v-under[b-hetyn9bec6]::after {
    top: 100%;
}

[data-tooltip].v-center[b-hetyn9bec6]::after {
    top: 0%;
}

[data-tooltip].v-below[b-hetyn9bec6]::after {
    top: 50%;
}

[data-tooltip].v-above[b-hetyn9bec6]::after {
    bottom: 100%;
}
/* /Features/Drugs/DrugDataOverrides/Details.razor.rz.scp.css */
.creation-date[b-ta0dpj90xa] {
   font-style: italic;
   color: var(--grey-400);
   padding-bottom: 1rem;
}
/* /Features/Drugs/DrugDataOverrides/Index.razor.rz.scp.css */
[b-njso9ts0m1] .details {
    width: 35rem;
}
/* /Features/Gateway/CollectionInvoices/MissingClaims/Details.razor.rz.scp.css */
.details-grid[b-q84jhe6zwg] {
    display: grid;
    grid-template-rows: repeat(4, minmax(1fr, auto)) auto;
    grid-template-columns: minmax(auto, 100%);
}

.block[b-q84jhe6zwg] {
    padding: var(--padding-small);
    margin-bottom: var(--padding);
}

.title[b-q84jhe6zwg] {
    margin-bottom: initial;
}

.list-container[b-q84jhe6zwg] {
    display: flex;
    overflow-x: auto;
}

.buttons-container[b-q84jhe6zwg] {
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    gap: 1em;
}

[b-q84jhe6zwg] .button--square {
    padding: 0px;
    min-width: 32px;
    width: 32px;
}

.validation-text[b-q84jhe6zwg] {
    color: var(--editableGrid-deleted-primary);
    font-weight: bold;
    float: right;
    margin-top: 6px;
}
/* /Features/Gateway/CollectionInvoices/MissingClaims/ExcludedClaims.razor.rz.scp.css */
.details-grid[b-06ktptp390] {
    display: grid;
    grid-template-rows: repeat(4, minmax(1fr, auto)) auto;
    grid-template-columns: minmax(auto, 100%);
}

.block[b-06ktptp390] {
    padding: var(--padding-small);
    margin-bottom: var(--padding);
}

.title[b-06ktptp390] {
    margin-bottom: initial;
}

.list-container[b-06ktptp390] {
    display: flex;
    overflow-x: auto;
}

.buttons-container[b-06ktptp390] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1em;
}

[b-06ktptp390] .button--square {
    padding: 0px;
    min-width: 32px;
    width: 32px;
}

.validation-text[b-06ktptp390] {
    color: var(--editableGrid-deleted-primary);
    font-weight: bold;
    margin-top: 6px;
    float: right;
}
/* /Features/Gateway/CollectionInvoices/MissingClaims/OtherClaims.razor.rz.scp.css */
.details-grid[b-o07m0rj304] {
    display: grid;
    grid-template-rows: repeat(2, minmax(1fr, auto)) auto;
    grid-template-columns: minmax(auto, 100%);
}

.block[b-o07m0rj304] {
    padding: var(--padding-small);
    margin-bottom: var(--padding);
}

.title[b-o07m0rj304] {
    margin-bottom: initial;
}

.list-container[b-o07m0rj304] {
    display: flex;
    overflow-x: auto;
}

.buttons-container[b-o07m0rj304] {
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    gap: 1em;
}

[b-o07m0rj304] .button--square {
    padding: 0px;
    min-width: 32px;
    width: 32px;
}

.validation-text[b-o07m0rj304] {
    color: var(--editableGrid-deleted-primary);
    font-weight: bold;
    float: right;
    margin-top: 6px;
}
/* /Features/Gateway/CollectionInvoices/MissingClaims/OtherClaimsSubmitModal.razor.rz.scp.css */
.warning-text[b-dwv4rgtelp] {
    color: var(--editableGrid-deleted-primary);
    font-weight: bold;
}

.submit-success-text[b-dwv4rgtelp] {
    color: var(--primary-500);
    font-weight: bold;
}
/* /Features/Gateway/CollectionInvoices/MissingClaims/SubmitModal.razor.rz.scp.css */
.warning-text[b-y23alm4l0s] {
    color: var(--editableGrid-deleted-primary);
    font-weight: bold;
}

.submit-success-text[b-y23alm4l0s] {
    color: var(--primary-500);
    font-weight: bold;
}
/* /Features/Gateway/Controls/DetailsReasons.razor.rz.scp.css */
.reason-cell[b-ztffyf128x] {
    cursor: pointer;
}

.reason-cell:hover[b-ztffyf128x] {
    cursor: inherit;
}

.reason-cell .dropdown-container-for-reason[b-ztffyf128x] {
    z-index: var(--z-index-modal);
}

.reason-cell .dropdown-container-for-reason .reason[b-ztffyf128x] {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: var(--white);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: var(--padding-x-tiny);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: var(--z-index-modal);
    width: auto;
    line-height: 30px;
}

.reason-cell:hover .dropdown-container-for-reason .reason.bottom[b-ztffyf128x] {
    display: block;
}

.reason-cell:hover .dropdown-container-for-reason .reason.top[b-ztffyf128x] {
    display: block;
    bottom: 0;
}

.reason-item[b-ztffyf128x] {
    padding: var(--padding-x-tiny);
    cursor: pointer;
}
/* /Features/Gateway/TfbDirectClaimsHistory/Details/Details.razor.rz.scp.css */
.content.content-main[b-x98qhzzagv] {
    background: var(--white);
    height: calc(100vh);
    grid-column: 1 / span 2;
}

[b-x98qhzzagv] tr {
    position: relative;
}
/* /Features/Gateway/TfbDirectClaimsHistory/Index.razor.rz.scp.css */
[b-r1shxqmfe6] .content-center {
    text-align: center;
}
/* /Features/Gateway/TfbDirectInvoices/NonValidClaims/Details.razor.rz.scp.css */
.container[b-mr5e0e205v] {
    display: flex;
    justify-content: space-between; 
    padding: var(--padding-tiny);
}

.label[b-mr5e0e205v] {
    text-align: left;
    flex: 1;
}

.value[b-mr5e0e205v] {
    text-align: right;
    flex: 1;
}

.wrapped[b-mr5e0e205v] {
    overflow-wrap: break-word
}
/* /Features/Gateway/TfbDirectInvoices/NonValidClaims/index.razor.rz.scp.css */
.main-container[b-krd065r5oo] {
    background: var(--white);
    grid-column: 1 / span 2;
}
.save-button[b-krd065r5oo] {
    margin-right: var(--padding-small);
}
.button-container[b-krd065r5oo] {
    margin-bottom: var(--padding-small);
}
[b-krd065r5oo] .details.open.wide-panel {
    width: 60rem;
}
.horizontal-badges[b-krd065r5oo] {  
    flex-shrink:inherit;
    overflow: hidden;
    width: auto;
}

.horizontal-badge[b-krd065r5oo] {
    border: var(--padding-xxx-tiny) solid var(--black);
    color: var(--black);
    display: flex;
    align-items: center;
    padding: var(--padding-small);
    padding-top: var(--padding-tiny);
    flex: 0 0 auto;
    flex-direction: row;
    border-radius: var(--padding-x-tiny);
    margin-bottom: var(--padding-tiny);
    margin-right: var(--padding-x-tiny);
    margin-top: var(--padding-small);
    height: var(--padding-large);
    display: inline-block;
}

.horizontal-badges .horizontal-badge span[b-krd065r5oo] {
    width: auto !important;
}

[b-krd065r5oo] tr {
    position: relative;
}
/* /Features/Gateway/TfbDirectInvoices/PDFFiles/Index.razor.rz.scp.css */
.main-container[b-1jgdifxu5b] {
    background: var(--white);
    grid-column: 1 / span 2;
}
/* /Features/Gateway/TfbDirectInvoices/RowDetails.razor.rz.scp.css */
.details-card[b-snf5k8gai6] {
    text-align: justify;
    width:100%;
}

.parent[b-snf5k8gai6]   {
    float: left;
    justify-content: space-between;
    min-width:300px;
} 

.column[b-snf5k8gai6] {
    flex: 1;
}

.title[b-snf5k8gai6] {
    text-align: left;
}

.value[b-snf5k8gai6] {
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.row[b-snf5k8gai6] {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 

}
.money-text-field[b-snf5k8gai6] {
    height: var(--padding-x-large);
}

.money-text-field .money-text-field[b-snf5k8gai6]{
    background-color:red;
    height:auto;
}

.description span:first-child[b-snf5k8gai6] {
    width: 15rem;
}
/* /Features/Replenishments/EdiSearch/Index.razor.rz.scp.css */
.providers-filter-buttons[b-meditzjaf0] {
    display: flex;
    justify-content: end;
}

.actions-wrapper[b-meditzjaf0] {
    display: flex;
    justify-items: center;
}

.search-actions-wrapper[b-meditzjaf0] {
    margin-top: 20px;
    padding: 0 2px;
    display: flex;
    justify-content: space-between;
}

[b-meditzjaf0] .no-records-wrapper {
    display: flex;
    padding: 1rem;
    justify-content: center;
}

.result-action-bar[b-meditzjaf0] {
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: center;
    padding: 10px;
}

[b-meditzjaf0] .errors-button {
    margin-right: 15px;
    font-weight: 600;
}

[b-meditzjaf0] .multiline-break {
    white-space: normal !important;
    word-wrap: break-word;
}

[b-meditzjaf0] .p-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

[b-meditzjaf0] .excel-export-button-content {
    display: flex;
}

[b-meditzjaf0] .excel-export-button-text {
    font-weight: 600;
}

[b-meditzjaf0] .excel-export-button-spinner {
    margin-left: 10px;
    margin-top: 2px;
}

[b-meditzjaf0] .providers-panel {
    width: 50rem;
}

[b-meditzjaf0] .search-errors-panel {
    width: 50rem;
}
/* /Features/Replenishments/EdiSearch/ProvidersPanel.razor.rz.scp.css */
.actions[b-wfvqapwpfd] {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.actions-wrapper[b-wfvqapwpfd] {
    display: flex;
    justify-items: center;
}

[b-wfvqapwpfd] .no-records-wrapper {
    display: flex;
    padding: 1rem;
    justify-content: center;
}
/* /Features/Replenishments/EdiSearch/ProviderUpsertDialog.razor.rz.scp.css */
.dialog-body[b-0odnysvxbd] {
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

[b-0odnysvxbd] .dialog-field {
    margin-top: 15px;
}

.dialog-footer[b-0odnysvxbd] {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    width: 100%;
}

.dialog-footer-loading[b-0odnysvxbd] {
    display: inline-flex;
}

.dialog-footer-buttons[b-0odnysvxbd] {
    margin-left: auto;
}

[b-0odnysvxbd] .dialog-button {
    margin-left: 15px;
}
/* /Features/Replenishments/EdiSearch/SearchErrorsPanel.razor.rz.scp.css */
/* /Features/Replenishments/PurchaseOrderMonitor/Details.razor.rz.scp.css */
.main-container[b-svt7v8zpzq] {
    background: var(--white);
    height: calc(100vh);
    grid-column: 1 / span 2;
}

.highlight-text[b-svt7v8zpzq] {
    color: orange;
}

.footer-po-details[b-svt7v8zpzq] {
    float: right;
}

.po-details-container[b-svt7v8zpzq] {
    background: var(--white);
    grid-column: 1 / span 2;
    min-height: min-content;
    height: calc(100vh - 100px); 
}

[b-svt7v8zpzq] .page-header {
    margin-top: 20px;
}

[b-svt7v8zpzq] #table-po-details {
    height: inherit;
}

[b-svt7v8zpzq] .right-aligned-content {
    text-align: right;
}

[b-svt7v8zpzq] .checkbox-control {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

[b-svt7v8zpzq] .checkbox-control > label {
    font-size: 17px;

    margin-left: 5px;
    margin-right: 15px;
}
/* /Features/Replenishments/PurchaseOrderMonitor/EdiDocuments/Index.razor.rz.scp.css */
.po-documents-container[b-c7qnq0lnys] {
    background: var(--white);
    grid-column: 1 / span 2;
    min-height: min-content;
    height: calc(100vh - 100px);
}

.title[b-c7qnq0lnys] {
    margin-bottom: 10px;
    font-weight: bold;
}
.table-po-documents[b-c7qnq0lnys] {
    display: block;
    height: 40vh
}

.table-po-drugs[b-c7qnq0lnys] {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    height: 50vh
}

.two-equal-rows[b-c7qnq0lnys] {
    display: block;
}

[b-c7qnq0lnys] table.table-class {
    display: block;
    height: 220px;
    overflow-y: scroll;
}

[b-c7qnq0lnys] .right-aligned-content {
    text-align: right;
}

[b-c7qnq0lnys] .po-document-selected {
    background-color: var(--grey-50);
}
/* /Features/Replenishments/PurchaseOrderMonitor/Index.razor.rz.scp.css */
[b-qgedoufhun] .less-than-drugs-ordered-column {
    color: orange;
    text-align: right;
}

[b-qgedoufhun] .column-with-icon {
    text-align: center;
}

[b-qgedoufhun] .right-aligned-content {
    text-align: right;
}

[b-qgedoufhun] .details {
    width: 50rem;
}
/* /Features/Replenishments/ReplenishmentRules/Index.razor.rz.scp.css */
[b-ack5t6f3n2] .details {
    width: 34rem;
}
/* /Shared/Components/EnvironmentBox/EnvironmentBox.razor.rz.scp.css */
div[b-6q5zyidwc2] {
    text-align: center;
    background: var(--primary-200);
    padding: var(--padding-tiny) 0;
    margin-bottom: var(--padding-tiny);
    font-weight: 500;
}
/* /Shared/Components/ImplementingComponent/ImplementingComponent.razor.rz.scp.css */
section[b-nn5y9q0rwb] {
    grid-column: 1 / span 2;
    margin: 0 auto;
}

svg[b-nn5y9q0rwb] {
    height: 128px;
    width: 128px;
    margin-top: 10rem;
}
/* /Shared/Components/ToastNotifications/Toast.razor.rz.scp.css */
.blazored-toast-container[b-177w8faubp] {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 100;
}

.blazored-toast[b-177w8faubp] {
    display: flex;
    position: relative;
    flex-direction: row;
    animation: fadein-b-177w8faubp 1.5s;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    color: #333;
    width: 100vw;
    box-shadow: rgba(0,0,0,0.25) 0px 10px 40px;
}

.blazored-toast-component[b-177w8faubp] {
    display: initial;
    padding: 0 0 0 0;
}

.blazored-toast-info[b-177w8faubp] {
    background-color: #f3f2f1;
}
    .blazored-toast-info:hover[b-177w8faubp] {
        background: #e9ebec
    }

.blazored-toast-success[b-177w8faubp] {
    background-color: #dff6dd;
}
    .blazored-toast-success:hover[b-177w8faubp] {
        background: #c5f3c1;
    }


.blazored-toast-warning[b-177w8faubp] {
    background-color: #fff4d7;
}
    .blazored-toast-warning:hover[b-177w8faubp] {
        background: #fee5ae
    }

.blazored-toast-error[b-177w8faubp] {
    background-color: #fde7e9;
}
    .blazored-toast-error:hover[b-177w8faubp] {
        background: #f6cfd3;
    }
    .blazored-toast-error .blazored-toast-icon[b-177w8faubp] {
        color: #a4262c;
    }
.blazored-toast-success .blazored-toast-icon[b-177w8faubp] {
    color: #107c10;
}


.blazored-toast-icon[b-177w8faubp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 .35rem 0 0;
}

.blazored-toast-body[b-177w8faubp] {
    display: flex;
    flex-direction: row;
    flex: 1;
}

    .blazored-toast-body .blazored-toast-header[b-177w8faubp] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .blazored-toast-body .blazored-toast-header h5[b-177w8faubp] {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 1rem;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 32px;
        }

        .blazored-toast-close[b-177w8faubp] {
            background-color: transparent;
            border: 0;
            -webkit-appearance: none;
            cursor: pointer;
            color: inherit;
            font-size: .75rem;
            float: right;
            padding-left: .5rem;
            text-align: center;
        }

    .blazored-toast-body p[b-177w8faubp] {
        margin-bottom: 0;
        margin-top: 0;
        font-size: .75rem;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

.blazored-toast-progressbar[b-177w8faubp] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

    .blazored-toast-progressbar > span[b-177w8faubp] {
        position: absolute;
        filter: brightness(75%);
        height: 8px;
        border-bottom-left-radius: .25rem;
        background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
        transition: all .5s linear;
    }

.blazored-toast-action[b-177w8faubp] {
    cursor: pointer;
}

@keyframes fadein-b-177w8faubp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 576px) {
    .blazored-toast[b-177w8faubp] {
        width: 20vw;
        border-radius: .2rem;
    }
}
/* /Shared/Components/ToastNotifications/ToastHost.razor.rz.scp.css */
.blazored-toast-container[b-o26fhm3ku4] {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 100;
}

.position-topleft[b-o26fhm3ku4],
.position-topright[b-o26fhm3ku4],
.position-topcenter[b-o26fhm3ku4] {
    top: 0;
}

.position-bottomleft[b-o26fhm3ku4],
.position-bottomright[b-o26fhm3ku4],
.position-bottomcenter[b-o26fhm3ku4] {
    bottom: 0;
}

@media (min-width: 576px) {
    .position-topleft[b-o26fhm3ku4] {
        top: 1rem;
        left: 1rem;
    }

    .position-topright[b-o26fhm3ku4] {
        top: 1rem;
        right: 1rem;
    }

    .position-topcenter[b-o26fhm3ku4] {
        top: 1rem;
        left: 50%;
        margin-left: -15rem;
    }

    .position-bottomleft[b-o26fhm3ku4] {
        bottom: 1rem;
        left: 1rem;
    }

    .position-bottomright[b-o26fhm3ku4] {
        bottom: 0;
        right: .75rem;
    }

    .position-bottomcenter[b-o26fhm3ku4] {
        bottom: 1rem;
        left: 50%;
        margin-left: -15rem;
    }
}
/* /Shared/Components/UserInfo/UserInfo.razor.rz.scp.css */
/* User account panel */
.user-info[b-erluok28tk] {
    padding: var(--padding);
    align-items: center;
    display: flex;
}

.user-info img[b-erluok28tk] {
    border-radius: 50%;
    height: 2.25rem;
    user-select: none;
    width: 2.25rem;
}

.user-info div[b-erluok28tk] {
    display: flex;
    flex-flow: column;
    padding-left: var(--padding-small);
}

.user-info span:last-child[b-erluok28tk] {
    color: var(--color-text-muted);
    font-size: var(--size-text-small);
    line-height: 1.1rem;
}
/* /Shared/FilterPanel.razor.rz.scp.css */
.filters[b-fginiprlic] {
    padding: var(--padding);
}

[b-fginiprlic] .filters form > div:last-of-type {
    flex-flow: row;
    justify-content: space-between;
    padding-top: var(--padding);
}

.filter-header[b-fginiprlic] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.filter-dismiss[b-fginiprlic] {
    border-radius: 4px;
    cursor: pointer;
    padding: 0 8px 0 8px;
}

.filter-dismiss[b-fginiprlic] {
    display: flex;
    align-content: baseline;
    padding: 4px;
}

.filter-dismiss:hover[b-fginiprlic] {
    background: var(--grey-100);
}

.filter-dismiss svg[b-fginiprlic] {
    width: 20px;
    height: 20px;
}

.filter-dismiss svg path[b-fginiprlic] {
    fill: var(--grey-500);
}

.filter-dismiss:hover svg path[b-fginiprlic] {
    fill: var(--primary-500);
}

[b-fginiprlic] .checkbox-filter-container > .ms-Checkbox {
    margin-bottom: var(--padding-x-tiny);
}

[b-fginiprlic] .checkbox-filter-container > .ms-Checkbox:last-child {
    margin-bottom: 0rem;
}
/* /Shared/LeftNav.razor.rz.scp.css */
.logo[b-opd5yn6jx6] {
    padding: var(--padding);
    margin-top: -10px;
    margin-left: -13px;
}

.logo img[b-opd5yn6jx6] {
    object-fit: contain; 
}

/* NAVBAR */

.left-nav[b-opd5yn6jx6] {
    transition: all .3s;
    overflow: visible;
    display: flex;
    flex-flow: column;
    width: var(--app-main-nav-width);
    user-select: none;
}

.left-nav.left-nav--collapsed[b-opd5yn6jx6] {
    width: var(--app-main-nav-width-collapsed);
}

.left-nav nav[b-opd5yn6jx6] {
    flex: 1;
}

.left-nav-footer[b-opd5yn6jx6] {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content;
}

.left-nav:not(.left-nav--collapsed) svg.left-nav-hide[b-opd5yn6jx6] {
    display: block;
}

.left-nav:not(.left-nav--collapsed) svg.left-nav-show[b-opd5yn6jx6] {
    display: none;
}

.left-nav.left-nav--collapsed svg.left-nav-hide[b-opd5yn6jx6] {
    display: none;
}

.left-nav.left-nav--collapsed svg.left-nav-show[b-opd5yn6jx6] {
    display: block;
}

svg.left-nav-hide[b-opd5yn6jx6],
svg.left-nav-show[b-opd5yn6jx6] {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    height: 100%;
    margin: 0.5rem;
}

[b-opd5yn6jx6] svg.left-nav-hide:hover > path,
[b-opd5yn6jx6] svg.left-nav-show:hover > path {
    fill: var(--primary-500);
}

[b-opd5yn6jx6] svg.left-nav-hide:not(:hover) > path,
[b-opd5yn6jx6] svg.left-nav-show:not(:hover) > path {
    fill: var(--grey-300);
}

.left-nav.left-nav--collapsed .left-nav-footer[b-opd5yn6jx6] {
    display: flex;
    flex-direction: column;
}

.left-nav.left-nav--collapsed .left-nav-footer[b-opd5yn6jx6] {
    display: flex;
    flex-direction: column;
}


/* MENU */

.menu-section[b-opd5yn6jx6] {
    position: relative;
}

.menu-header > svg[b-opd5yn6jx6] {
    fill-opacity: 1;
    height: 24px;
    width: 24px;
    stroke-width: 0.1;
    stroke: var(--black);
    stroke-opacity: 0.8;
}

.menu svg[b-opd5yn6jx6],
.context-menu svg[b-opd5yn6jx6] {
    height: 24px;
    width: 24px;
    margin: 0;
}

[b-opd5yn6jx6] .menu-header {
    height: 2.5rem;
    align-items: center;
    cursor: pointer;
    font-size: var(--size-text-medium);
    font-weight: 600;
    position: relative;
    height: 3rem;
    display: grid;
    align-items: center;
    grid-template-columns: 32px 1fr;
    gap: .5rem;
    padding: 0.5rem 0 0.5rem 1rem;
    text-decoration: none;
}

[b-opd5yn6jx6] .menu-header:active,
[b-opd5yn6jx6] .menu-header:visited,
[b-opd5yn6jx6] .menu-header:link {
    color: var(--color-text);
}

.menu-section:not(.menu-section--opened) .menu[b-opd5yn6jx6] {
    display: none;
}

[b-opd5yn6jx6] .menu-header:hover,
[b-opd5yn6jx6] .menu li:hover,
[b-opd5yn6jx6] .context-menu li:hover  
{
    background: rgba(0,0,0,0.05)
}

[b-opd5yn6jx6] ul.menu {
    box-shadow: inset -3px 3px 11px 0px rgb(0 0 0 / 5%)
}

[b-opd5yn6jx6] .menu li {
    height: 2.5rem;
}

[b-opd5yn6jx6] .menu a {
    align-items: center;
    color: var(--color-text);
    display: flex;
    text-decoration: none;
    width: 100%;
    height: 100%;
    gap: 1.0rem;
    padding-left: 1rem;
}

[b-opd5yn6jx6] .menu .active {
    color: var(--primary-500);
    position: relative;
    margin: 0;
}

[b-opd5yn6jx6] .menu a.active::before {
    background: var(--primary-600);
    content: '';
    left: 4px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 0.25rem;
    z-index: var(--z-index-default);
    border-radius: 10px;
}

[b-opd5yn6jx6] .menu .active svg > path {
    fill: var(--primary-600);
}


/* CONTEXTUAL MENU */

.context-menu-container[b-opd5yn6jx6] {
    display: none;
}

.left-nav.left-nav--collapsed .menu-section:not(.menu-section--opened) > .menu-header:hover > .context-menu-container[b-opd5yn6jx6] {
    display: block;
}

.context-menu-container[b-opd5yn6jx6] {
    font-weight: 400;
    position: absolute;
    z-index: var(--z-index-above-default);
    top: 0px;
    bottom: auto;
    right: 0px;
    background: var(--white);
}

.context-menu-header[b-opd5yn6jx6] {
    z-index: var(--z-index-above-default);
    font-weight: 600;
    background: var(--white);
    padding: 0.25rem;
}

.context-menu[b-opd5yn6jx6] {
    position: fixed;
    cursor: pointer;
    width: 12rem;
    background: var(--white);
    box-shadow: 0 0.2rem 0.45rem 0 rgba(0, 0, 0, 0.13),
    0 0.038rem 0.113rem 0 rgba(0, 0, 0, 0.11);
    border-radius: var(--size-default-radius);
}

.context-menu > ul[b-opd5yn6jx6] {
    margin: 0.2rem;
}

[b-opd5yn6jx6] .context-menu li a {
    align-items: center;
    color: var(--color-text);
    display: flex;
    text-decoration: none;
    width: 100%;
    height: 100%;
    gap: 0.5rem;
    padding: 0.5rem; 
}

[b-opd5yn6jx6] .menu li:hover .tooltip-wrapper {
    opacity: 1;
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-p0ljf6zet3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-p0ljf6zet3] {
    flex: 1;
}

.sidebar[b-p0ljf6zet3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p0ljf6zet3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p0ljf6zet3]  a, .top-row .btn-link[b-p0ljf6zet3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-p0ljf6zet3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-p0ljf6zet3] {
        display: none;
    }

    .top-row.auth[b-p0ljf6zet3] {
        justify-content: space-between;
    }

    .top-row a[b-p0ljf6zet3], .top-row .btn-link[b-p0ljf6zet3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p0ljf6zet3] {
        flex-direction: row;
    }

    .sidebar[b-p0ljf6zet3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p0ljf6zet3] {
        position: sticky;
        top: 0;
        z-index: var(--z-index-default);
    }

    .main > div[b-p0ljf6zet3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/PageHeader.razor.rz.scp.css */
.page-header-container[b-t1wmpfcni7] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: var(--padding-tiny);
    user-select: none;
    margin-top: -0.875rem;
    overflow: auto;
}

.page-header-vertical-container[b-t1wmpfcni7] {
    min-height: 1rem;
}

.page-header[b-t1wmpfcni7] {
    padding-top: 4px;
    align-items: center;
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.page-header-back[b-t1wmpfcni7] {
    cursor: pointer;
    border-radius: var(--size-default-radius);
    height: 2rem;
    width: 2rem;
    position: relative;
}

    .page-header-back:hover[b-t1wmpfcni7] {
        background: var(--grey-50);
    }

.content-details .page-header-back:hover[b-t1wmpfcni7] {
    background: var(--grey-150);
}

.page-header-back svg[b-t1wmpfcni7] {
    margin: 6px;
    height: 1.3rem;
    width: 1.3rem;
}

.filter-open[b-t1wmpfcni7] {
    border-radius: var(--size-default-radius);
    cursor: pointer;
    padding: 0 8px 0 8px;
}

.filter-open:hover[b-t1wmpfcni7] {
    background: var(--grey-50);
}

.filter-open svg path[b-t1wmpfcni7] {
    fill: var(--grey-500);
}

.filter-open:hover svg path[b-t1wmpfcni7] {
    fill: var(--primary-500);
}
