@import '_content/blazor-common/Informco.Blazor.Common.bundle.scp.css';
@import '_content/Informco.Blazor.FluentUI/Informco.Blazor.FluentUI.bundle.scp.css';

/* /App.razor.rz.scp.css */
[b-xxf0d4hkuc] .blazored-modal{
    border: 0;
}

[b-xxf0d4hkuc] .blazored-modal {
    padding: 0;
}
/* /Components/CardFilters.razor.rz.scp.css */
.card-filter-panel[b-bic3in715f] {
    max-height: 100%;
    display: flex;
    flex-direction: column;
}

[b-bic3in715f] .filter-grid {
    flex: 1 1 auto;
    margin: 0 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
}

.filter-grid > *[b-bic3in715f] {
    margin-right: 20px;
    margin-bottom: 15px;
}

.filter-row[b-bic3in715f]{
    display: flex;
    flex-direction: row;
}
/* /Components/Catalog.razor.rz.scp.css */
.main-panel[b-t8f4xtgzxz] {
    display: flex;
    flex-direction: row;
    height: 100%;
    max-height: 100%;
}

.filter-panel[b-t8f4xtgzxz] {
    width: 230px;
    flex: none;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}


    .filter-panel > *:not(:last-child)[b-t8f4xtgzxz] {
        margin-bottom: 20px;
    }

.main-container[b-t8f4xtgzxz] {
    display: flex;
    flex-direction: column;
    flex: auto;
    position: relative;
}

[b-t8f4xtgzxz] .products-grid {
    flex: 1 1 auto;
    margin: 0 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
}

.products-grid > *[b-t8f4xtgzxz] {
    margin-right: 20px;
    margin-bottom: 15px;
}

.products-row[b-t8f4xtgzxz] {
    display: flex;
    flex-direction: row;
    flex: auto;
}

.actions-panel[b-t8f4xtgzxz] {
    width: 180px;
    flex: none;
}

.filter-group[b-t8f4xtgzxz] {
}


[b-t8f4xtgzxz] .filter-check:not(:last-child) {
    margin-bottom: 5px;
}


.filter-group-name[b-t8f4xtgzxz] {
    font-size: 12pt;
    font-weight: 700;
    line-height: revert;
}

.group-filters[b-t8f4xtgzxz] {
    padding: 0 16px;
}

[b-t8f4xtgzxz] .custom-control + .custom-control {
    margin-top: 0;
}

.product-count[b-t8f4xtgzxz] {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}


[b-t8f4xtgzxz] .custom-select:focus, .form-control-file:focus[b-t8f4xtgzxz], .form-control:focus[b-t8f4xtgzxz] {
    border-color: #d78825;
    box-shadow: inset 0 -2px 0 -1px #d78825;
    outline: 0;
}

/* /Components/CatalogActions.razor.rz.scp.css */
.action-container[b-hdvl7g0fh0] {
    width: 180px;
}

.action-title[b-hdvl7g0fh0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 0;
    color: var(--b-theme-text-primary)
}

.action-list[b-hdvl7g0fh0] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.action-item[b-hdvl7g0fh0] {
    margin: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

    .action-item:hover[b-hdvl7g0fh0] {
        cursor: pointer;
    }


.action-icon[b-hdvl7g0fh0] {
    width: 16px;
    height: 16px;
}



.actions-group-name[b-hdvl7g0fh0] {
    font-size: 12pt;
    font-weight: 700;
    line-height: revert;
}

.action-link[b-hdvl7g0fh0] {
    color: var(--neutral-foreground-rest);
    font-weight: bold;
}
/* /Components/CustomizationInput.razor.rz.scp.css */
.image-panel[b-u6n7utgmjt]{
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}

.hscroll-image-panel:not(:last-child)[b-u6n7utgmjt]{
    margin-right: 5px;
}

.image[b-u6n7utgmjt] {
}

.image-selected[b-u6n7utgmjt]{
    border: 2px solid blue;
    width: 120px;
    height: 120px;
}

.mouseover-image[b-u6n7utgmjt] {
    width: 120px;
    height: 120px;
}
/* /Components/FilterCard.razor.rz.scp.css */
.filter-card[b-ohc0jefpq2] {
    background-color: white;
    width: 316px;
    height: 336px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 8px;
    display: flex;
    flex-direction: column;
}

    .filter-card:hover[b-ohc0jefpq2] {
        background-color: rgba(112,112,112,0.15);
        border: 1px solid var(--accent-base-color);
        cursor: pointer;
    }

.filter-description-container[b-ohc0jefpq2] {
    width: 100%;
    color: black;
    background-color: transparent;
    padding: 0;
    text-align: left;
    line-height: 20px;
    max-height: 24px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}

.filter-title[b-ohc0jefpq2] {
    flex: auto;
    font-size: 24px;
    margin-bottom: 10px;
}

.filter-image[b-ohc0jefpq2]{
    flex: 1 1 auto;
}

.filter-description[b-ohc0jefpq2] {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}




/* /Components/Image.razor.rz.scp.css */
img[b-8e77w6ejx6] {
    max-width: 100%;
    max-height: 100%;
}
/* /Components/PdfViewer.razor.rz.scp.css */
.view-main[b-znh0s2tgz4] {
    height: 100%;    
    max-width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

.pdf-viewer-panel[b-znh0s2tgz4] {
    max-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--body-bg-color);
    /* Font size is needed to make the activity bar the correct size. */
    font-size: 10px;
    overflow: hidden;
}

.pdf-view-container[b-znh0s2tgz4] {
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


[b-znh0s2tgz4] .pdf-page {
    padding: 0 20px 15px 20px;
}


#toolbarViewer input[b-znh0s2tgz4] {
    background-color: var(--background-color);
}
#toolbarViewer select[b-znh0s2tgz4] {
    background-color: var(--background-color);
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


.pdf-viewer-panel[b-znh0s2tgz4] {
    --sidebar-width: 200px;
    --sidebar-transition-duration: 200ms;
    --sidebar-transition-timing-function: ease;
    --scale-select-container-width: 140px;
    --scale-select-overflow: 22px;
    --loadingBar-end-offset: 0;
    --toolbar-icon-opacity: 0.7;
    --doorhanger-icon-opacity: 0.9;
    --main-color: rgb(64, 64, 68);
    --background-color: rgba(249, 249, 250, 1);
    --body-bg-color: rgba(237, 237, 240, 1);
    --errorWrapper-bg-color: rgba(255, 110, 110, 1);
    --progressBar-color: rgba(10, 132, 255, 1);
    --progressBar-indeterminate-bg-color: rgba(221, 221, 222, 1);
    --progressBar-indeterminate-blend-color: rgba(116, 177, 239, 1);
    --scrollbar-color: auto;
    --scrollbar-bg-color: auto;
    --toolbar-icon-bg-color: rgba(0, 0, 0, 1);
    --toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1);
    --sidebar-narrow-bg-color: rgba(237, 237, 240, 0.9);
    --sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
    --toolbar-bg-color: rgba(249, 249, 250, 1);
    --toolbar-border-color: rgba(204, 204, 204, 1);
    --button-hover-color: rgba(221, 222, 223, 1);
    --toggled-btn-color: rgba(0, 0, 0, 1);
    --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
    --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
    --dropdown-btn-bg-color: rgba(215, 215, 219, 1);
    --separator-color: rgba(0, 0, 0, 0.3);
    --field-color: rgba(6, 6, 6, 1);
    --field-bg-color: rgba(255, 255, 255, 1);
    --field-border-color: rgba(187, 187, 188, 1);
    --findbar-nextprevious-btn-bg-color: rgba(227, 228, 230, 1);
    --treeitem-color: rgba(0, 0, 0, 0.8);
    --treeitem-hover-color: rgba(0, 0, 0, 0.9);
    --treeitem-selected-color: rgba(0, 0, 0, 0.9);
    --treeitem-selected-bg-color: rgba(0, 0, 0, 0.25);
    --sidebaritem-bg-color: rgba(0, 0, 0, 0.15);
    --doorhanger-bg-color: rgba(255, 255, 255, 1);
    --doorhanger-border-color: rgba(12, 12, 13, 0.2);
    --doorhanger-hover-color: rgba(12, 12, 13, 1);
    --doorhanger-hover-bg-color: rgba(237, 237, 237, 1);
    --doorhanger-separator-color: rgba(222, 222, 222, 1);
    --overlay-button-border: 0 none;
    --overlay-button-bg-color: rgba(12, 12, 13, 0.1);
    --overlay-button-hover-bg-color: rgba(12, 12, 13, 0.3);
    --toolbarButton-pageUp-icon: url(images/toolbarButton-pageUp.svg);
    --toolbarButton-pageDown-icon: url(images/toolbarButton-pageDown.svg);
    --toolbarButton-zoomOut-icon: url(images/toolbarButton-zoomOut.svg);
    --toolbarButton-zoomIn-icon: url(images/toolbarButton-zoomIn.svg);
}

@media (prefers-color-scheme: dark) {
    .pdf-viewer-panel[b-znh0s2tgz4] {
        --main-color: rgba(249, 249, 250, 1);
        --background-color: rgb(64, 64, 68);
        --body-bg-color: rgba(42, 42, 46, 1);
        --errorWrapper-bg-color: rgba(169, 14, 14, 1);
        --progressBar-color: rgba(0, 96, 223, 1);
        --progressBar-indeterminate-bg-color: rgba(40, 40, 43, 1);
        --progressBar-indeterminate-blend-color: rgba(20, 68, 133, 1);
        --scrollbar-color: rgba(121, 121, 123, 1);
        --scrollbar-bg-color: rgba(35, 35, 39, 1);
        --toolbar-icon-bg-color: rgba(255, 255, 255, 1);
        --toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);
        --sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
        --sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
        --toolbar-bg-color: rgba(56, 56, 61, 1);
        --toolbar-border-color: rgba(12, 12, 13, 1);
        --button-hover-color: rgba(102, 102, 103, 1);
        --toggled-btn-color: rgba(255, 255, 255, 1);
        --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
        --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
        --dropdown-btn-bg-color: rgba(74, 74, 79, 1);
        --separator-color: rgba(0, 0, 0, 0.3);
        --field-color: rgba(250, 250, 250, 1);
        --field-bg-color: rgba(64, 64, 68, 1);
        --field-border-color: rgba(115, 115, 115, 1);
        --findbar-nextprevious-btn-bg-color: rgba(89, 89, 89, 1);
        --treeitem-color: rgba(255, 255, 255, 0.8);
        --treeitem-hover-color: rgba(255, 255, 255, 0.9);
        --treeitem-selected-color: rgba(255, 255, 255, 0.9);
        --treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
        --sidebaritem-bg-color: rgba(255, 255, 255, 0.15);
        --doorhanger-bg-color: rgba(74, 74, 79, 1);
        --doorhanger-border-color: rgba(39, 39, 43, 1);
        --doorhanger-hover-color: rgba(249, 249, 250, 1);
        --doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
        --doorhanger-separator-color: rgba(92, 92, 97, 1);
        --overlay-button-bg-color: rgba(92, 92, 97, 1);
        --overlay-button-hover-bg-color: rgba(115, 115, 115, 1);
        /* This image is used in <input> elements, which unfortunately means that
     * the `mask-image` approach used with all of the other images doesn't work
     * here; hence why we still have two versions of this particular image. */
        --loading-icon: url(images/loading-dark.svg);
    }
}

@media screen and (forced-colors: active) {
    .pdf-viewer-panel[b-znh0s2tgz4] {
        --button-hover-color: Highlight;
        --doorhanger-hover-bg-color: Highlight;
        --toolbar-icon-opacity: 1;
        --toolbar-icon-bg-color: ButtonText;
        --toolbar-icon-hover-bg-color: ButtonFace;
        --toggled-btn-color: HighlightText;
        --toggled-btn-bg-color: LinkText;
        --doorhanger-hover-color: ButtonFace;
        --doorhanger-border-color-whcm: 1px solid ButtonText;
        --doorhanger-triangle-opacity-whcm: 0;
        --overlay-button-border: 1px solid Highlight;
        --overlay-button-hover-bg-color: Highlight;
        --overlay-button-hover-color: ButtonFace;
        --field-border-color: ButtonText;
    }
}

*[b-znh0s2tgz4] {
    padding: 0;
    margin: 0;
}



#toolbarViewer[b-znh0s2tgz4] {
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--background-color);
}



.splitToolbarButton[b-znh0s2tgz4] {
    margin: 2px 2px 0;
    display: inline-block;
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
     align-items: center; 
     justify-content: center;
}

.pdf-viewer-panel[dir="ltr"] .splitToolbarButton > .toolbarButton[b-znh0s2tgz4] {
    float: left;
}

.pdf-viewer-panel[dir="rtl"] .splitToolbarButton > .toolbarButton[b-znh0s2tgz4] {
    float: right;
}

.toolbarButton[b-znh0s2tgz4] {
    border: 0 none;
    background: none;
    width: 28px;
    height: 28px;
}

  

    .toolbarButton > span[b-znh0s2tgz4] {
        display: inline-block;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .toolbarButton[disabled][b-znh0s2tgz4] {
        opacity: 0.5;
    }

.splitToolbarButton.toggled .toolbarButton[b-znh0s2tgz4] {
    margin: 0;
}

.splitToolbarButton > .toolbarButton:hover[b-znh0s2tgz4],
.splitToolbarButton > .toolbarButton:focus[b-znh0s2tgz4],
.dropdownToolbarButton:hover[b-znh0s2tgz4],
.toolbarButton.textButton:hover[b-znh0s2tgz4],
.toolbarButton.textButton:focus[b-znh0s2tgz4] {
    background-color: var(--button-hover-color);
    z-index: 199;
}

.splitToolbarButton > .toolbarButton[b-znh0s2tgz4] {
    position: relative;
}

.pdf-viewer-panel[dir="ltr"] .splitToolbarButton > .toolbarButton:first-child[b-znh0s2tgz4],
.pdf-viewer-panel[dir="rtl"] .splitToolbarButton > .toolbarButton:last-child[b-znh0s2tgz4] {
    margin: 0;
}

.pdf-viewer-panel[dir="ltr"] .splitToolbarButton > .toolbarButton:last-child[b-znh0s2tgz4],
.pdf-viewer-panel[dir="rtl"] .splitToolbarButton > .toolbarButton:first-child[b-znh0s2tgz4] {
    margin: 0;
}

.splitToolbarButtonSeparator[b-znh0s2tgz4] {
    padding: 10px 0;
    width: 1px;
    background-color: var(--separator-color);
    z-index: 99;
    display: inline-block;
    margin: 4px 0;
}

.pdf-viewer-panel[dir="ltr"] .splitToolbarButtonSeparator[b-znh0s2tgz4] {
    float: left;
}

.pdf-viewer-panel[dir="rtl"] .splitToolbarButtonSeparator[b-znh0s2tgz4] {
    float: right;
}

.toolbarButton[b-znh0s2tgz4],
.dropdownToolbarButton[b-znh0s2tgz4] {
    min-width: 16px;
    padding: 2px 6px 0;
    border: none;
    border-radius: 2px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    box-sizing: border-box;
}

.pdf-viewer-panel[dir="ltr"] #toolbarViewerLeft > .toolbarButton:first-child[b-znh0s2tgz4],
.pdf-viewer-panel[dir="rtl"] #toolbarViewerRight > .toolbarButton:last-child[b-znh0s2tgz4] {
    margin-left: 2px;
}

.pdf-viewer-panel[dir="ltr"] #toolbarViewerRight > .toolbarButton:last-child[b-znh0s2tgz4],
.pdf-viewer-panel[dir="rtl"] #toolbarViewerLeft > .toolbarButton:first-child[b-znh0s2tgz4] {
    margin-right: 2px;
}

.toolbarButton:hover[b-znh0s2tgz4],
.toolbarButton:focus[b-znh0s2tgz4] {
    background-color: var(--button-hover-color);
}

.secondaryToolbarButton:hover[b-znh0s2tgz4],
.secondaryToolbarButton:focus[b-znh0s2tgz4] {
    background-color: var(--doorhanger-hover-bg-color);
    color: var(--doorhanger-hover-color);
}

.toolbarButton.toggled[b-znh0s2tgz4],
.splitToolbarButton.toggled > .toolbarButton.toggled[b-znh0s2tgz4],
.secondaryToolbarButton.toggled[b-znh0s2tgz4] {
    background-color: var(--toggled-btn-bg-color);
    color: var(--toggled-btn-color);
}

    .secondaryToolbarButton.toggled[b-znh0s2tgz4]::before {
        background-color: var(--toggled-btn-color);
    }

    .toolbarButton.toggled[b-znh0s2tgz4]::before {
        background-color: var(--toggled-btn-color);
    }

    .toolbarButton.toggled:hover:active[b-znh0s2tgz4],
    .splitToolbarButton.toggled > .toolbarButton.toggled:hover:active[b-znh0s2tgz4],
    .secondaryToolbarButton.toggled:hover:active[b-znh0s2tgz4] {
        background-color: var(--toggled-hover-active-btn-color);
    }

.dropdownToolbarButton[b-znh0s2tgz4] {
    width: var(--scale-select-container-width);
    padding: 0;
    overflow: hidden;
    background-color: var(--dropdown-btn-bg-color);
    margin-top: 2px !important;
}


.pdf-viewer-panel[dir="ltr"] .dropdownToolbarButton[b-znh0s2tgz4]::after {
    right: 7px;
}

.pdf-viewer-panel[dir="rtl"] .dropdownToolbarButton[b-znh0s2tgz4]::after {
    left: 7px;
}

.dropdownToolbarButton > select[b-znh0s2tgz4] {
    width: calc(var(--scale-select-container-width) + var(--scale-select-overflow));
    height: 28px;
    font-size: 12px;
    color: var(--main-color);
    margin: 0;
    padding: 1px 0 2px;
    border: none;
    background-color: var(--dropdown-btn-bg-color);
}

.pdf-viewer-panel[dir="ltr"] .dropdownToolbarButton > select[b-znh0s2tgz4] {
    padding-left: 4px;
}

.pdf-viewer-panel[dir="rtl"] .dropdownToolbarButton > select[b-znh0s2tgz4] {
    padding-right: 4px;
}

.dropdownToolbarButton > select:hover[b-znh0s2tgz4],
.dropdownToolbarButton > select:focus[b-znh0s2tgz4] {
    background-color: var(--button-hover-color);
    color: var(--toggled-btn-color);
}

.dropdownToolbarButton > select > option[b-znh0s2tgz4] {
    background: var(--doorhanger-bg-color);
    color: var(--main-color);
}

#customScaleOption[b-znh0s2tgz4] {
    display: none;
}

#pageWidthOption[b-znh0s2tgz4] {
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}



.toolbarButton[b-znh0s2tgz4]::before {
    /* All matching images have a size of 16x16
   * All relevant containers have a size of 28x28 */
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-color: var(--toolbar-icon-bg-color);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.dropdownToolbarButton:hover[b-znh0s2tgz4]::after,
.dropdownToolbarButton:focus[b-znh0s2tgz4]::after,
.dropdownToolbarButton:active[b-znh0s2tgz4]::after {
    background-color: var(--toolbar-icon-hover-bg-color);
}

.toolbarButton[b-znh0s2tgz4]::before {
    opacity: var(--toolbar-icon-opacity);
    top: 6px;
    left: 6px;
}

.toolbarButton:hover[b-znh0s2tgz4]::before,
.toolbarButton:focus[b-znh0s2tgz4]::before {
    background-color: var(--toolbar-icon-hover-bg-color);
}


.toolbarButton.pageUp[b-znh0s2tgz4]::before {
    -webkit-mask-image: var(--toolbarButton-pageUp-icon);
    mask-image: var(--toolbarButton-pageUp-icon);
}

.toolbarButton.pageDown[b-znh0s2tgz4]::before {
    -webkit-mask-image: var(--toolbarButton-pageDown-icon);
    mask-image: var(--toolbarButton-pageDown-icon);
}

.toolbarButton.zoomOut[b-znh0s2tgz4]::before {
    -webkit-mask-image: var(--toolbarButton-zoomOut-icon);
    mask-image: var(--toolbarButton-zoomOut-icon);
}

.toolbarButton.zoomIn[b-znh0s2tgz4]::before {
    -webkit-mask-image: var(--toolbarButton-zoomIn-icon);
    mask-image: var(--toolbarButton-zoomIn-icon);
}



.toolbarField[b-znh0s2tgz4] {
    padding: 4px 7px;
    margin: 3px 0;
    border-radius: 2px;
    background-color: var(--field-bg-color);
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: var(--field-border-color);
    box-shadow: none;
    color: var(--field-color);
    font-size: 12px;
    line-height: 16px;
    outline-style: none;
}


.toolbarField.pageNumber[b-znh0s2tgz4] {
    -moz-appearance: textfield; /* hides the spinner in moz */
    min-width: 16px;
    text-align: right;
    width: 40px;
}

    .toolbarField.pageNumber.visiblePageIsLoading[b-znh0s2tgz4] {
        background-image: var(--loading-icon);
        background-repeat: no-repeat;
        background-position: 3px;
    }

    .toolbarField.pageNumber[b-znh0s2tgz4]::-webkit-inner-spin-button,
    .toolbarField.pageNumber[b-znh0s2tgz4]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.toolbarField:focus[b-znh0s2tgz4] {
    border-color: #0a84ff;
}

.toolbarLabel[b-znh0s2tgz4] {
    min-width: 16px;
    padding: 7px;
    margin: 2px;
    border-radius: 2px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.pdf-viewer-panel[dir="ltr"] #numPages.toolbarLabel[b-znh0s2tgz4] {
    padding-left: 3px;
}

.pdf-viewer-panel[dir="rtl"] #numPages.toolbarLabel[b-znh0s2tgz4] {
    padding-right: 3px;
}

#numPages[b-znh0s2tgz4] {
    margin-right: 50px;
}
/* /Components/ProductCard.razor.rz.scp.css */
.product-card[b-kyflfh9lms] {
    background-color: white;
    width: 316px;
    height: 336px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 8px;
    display: flex;
    flex-direction: column;
}

    .product-card:hover[b-kyflfh9lms] {
        background-color: rgba(112,112,112,0.15);
        border: 1px solid var(--accent-base-color);
        cursor: pointer;
    }

[b-kyflfh9lms] .product-tooltip {
    max-width: 100%;
    line-height: 0;
}

.product-description[b-kyflfh9lms] {
    width: 100%;
    color: black;
    background-color: transparent;
    padding: 0;
    text-align: left;
    line-height: 20px;
    max-height: 24px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}



.product-heading2[b-kyflfh9lms] {
    flex: 1;
    max-height: 22px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.product-name[b-kyflfh9lms] {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
}

.product-version[b-kyflfh9lms] {
    font-size: 12px;
}

.product-content[b-kyflfh9lms] {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
}

.left-content[b-kyflfh9lms] {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 180px;
}

.right-content[b-kyflfh9lms] {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    width: 120px;
}


.left-section1[b-kyflfh9lms] {
    display: flex;
    margin-bottom: 4px;
}

.product-currentverion[b-kyflfh9lms] {
    flex: 1;
    margin-left: 10px;
}

.left-section2[b-kyflfh9lms] {
    flex: 1;
    height: 100%;
    /*max-height: 230px;*/
    margin-bottom: 2px;
}

.thumbnail[b-kyflfh9lms] {
    width: 170px;
    height: 220px;
    margin: 4px 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}


.product-info[b-kyflfh9lms] {
    margin-left: 12px;
    flex: auto;
}

    .product-info > div[b-kyflfh9lms] {
        margin: 2px 0;
    }

.subscription-info[b-kyflfh9lms] {
    line-height: 100%;
}

.subscription-info-icon-container[b-kyflfh9lms] {
    vertical-align: top;
}

[b-kyflfh9lms] .info-icon {
    color: #d78825;
    height: 12px !important;
    width: 12px !important;
    font-size: 12px !important;
}





.left-section3[b-kyflfh9lms] {
    display: flex;
    flex-direction: row;
}

.product-publishdate[b-kyflfh9lms] {
    margin-right: 8px;
    flex: 1 1 auto;
}

.product-pagecount[b-kyflfh9lms] {
}

.card-image[b-kyflfh9lms] {
    width: 170px;
    height: auto;
}

.bold[b-kyflfh9lms] {
    color: var(--accent-base-color);
    font-weight: bold;
}

.bold-red[b-kyflfh9lms] {
    color: #e4002b;
    font-weight: bold;
}

.item-stock[b-kyflfh9lms] {
    padding-bottom: 8px;
    padding-left: 12px;
}

.icongroup1[b-kyflfh9lms] {
    display: flex;
    flex-wrap: wrap;
    width: 54px;
}

.icon-grid[b-kyflfh9lms] {
    padding-top: 2px;
    padding-left: 8px;
    display: flex;
    justify-content: flex-start;
}

.prop[b-kyflfh9lms] {
    margin: 2px 0 4px 12px;
}

.bold[b-kyflfh9lms] {
    color: var(--accent-base-color);
    font-weight: bold;
}




[b-kyflfh9lms] .icon-button {
    color: var(--accent-base-color);
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 0;
    min-height: 0;
    box-shadow: none;
    border-radius: 20px;
}
/* /Components/ProductCustomization.razor.rz.scp.css */
.main-panel[b-z3e0srertw] {
    display: flex;
    flex: initial;
    flex-direction: column;
    max-height: 100%;
    width: 85vw;
}

.grid1-row1[b-z3e0srertw] {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    overflow: hidden;
}

.grid1-row2[b-z3e0srertw] {
    flex: 0 0 auto;
    align-content: center;
    justify-content: center;
}



.grid2-col1[b-z3e0srertw] {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    width: 30%;
}

.grid2-col2[b-z3e0srertw] {
    margin-left: 20px;
    flex: initial;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    width: 70%;
    border-left: 1px solid black;
}

.grid3-row0[b-z3e0srertw]{
    display: flex;
    margin-bottom: 5px;
}

.grid3-row1[b-z3e0srertw] {
    flex: 1 1 auto;
    position: relative;
    overflow-y: auto;
}

.grid3-row2[b-z3e0srertw] {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
}

.grid2-col1 .ifc-form-control[b-z3e0srertw] {
    width: 100%;
}

[b-z3e0srertw] .grid2-col1 .ifc-form-control fluent-text-field {
    width: 100%;
}

[b-z3e0srertw] .grid2-col1 .ifc-form-control fluent-select {
    width: 100%;
}

[b-z3e0srertw] .grid3-row1 .ifc-form-control fluent-text-field {
    width: inherit;
    height: inherit;
}

[b-z3e0srertw] .grid3-row1 fluent-text-field::part(root) {
    height: inherit;
    margin: 0;
}

[b-z3e0srertw] .grid3-row1 fluent-text-field::part(control) {
    padding: 0 2px;
    margin: 0;
    height: inherit;
}




/*::deep .grid3-row1 .ifc-form-control fluent-checkbox {
    height: inherit;
    width: inherit;
}


::deep .grid3-row1 fluent-checkbox::part(control) {
    height: inherit;
    width: inherit;
}

::deep .grid3-row1 fluent-checkbox::part(control) > * {
    height: inherit;
    width: inherit;
}*/
/* /Components/ProductDialog.razor.rz.scp.css */
body[b-4em9igr7ea] {
    margin: 0;
    padding: 0;
}

.viewer[b-4em9igr7ea] {
    display: flex;
    flex-direction: column;
    height: 80vh;
    margin: 0;
    padding: 5px 20px;
    min-width: 710px;
}



[b-4em9igr7ea] .title-container {
    margin-bottom: 10px;
}

.title[b-4em9igr7ea] {
    display: flex;
    flex: 1 1 auto;
    line-height: 36px;
    font-size: 20px;
    text-overflow: ellipsis;
}


[b-4em9igr7ea] .close-icon {
    color: var(--accent-base-color);
    font-size: 36px;
    border-radius: 36px;
    height: 36px;
    width: 36px;
}

.dialog-content[b-4em9igr7ea] {
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

[b-4em9igr7ea] .dialog-content > * {
    overflow: hidden;
    flex: 1 1 auto;
}
/* /Components/ProductView.razor.rz.scp.css */
.main-panel[b-ay7dcw6zsm] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.preview-container[b-ay7dcw6zsm] {
    flex: 1 1 auto;
    overflow: hidden;
    max-width: 85vw;
}

.embeded-pdf-view-container[b-ay7dcw6zsm] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: 85vw;
    height: 100%;
}


.actions-panel[b-ay7dcw6zsm] {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}


.customize-btn[b-ay7dcw6zsm] {
    align-self: center;
}


[b-ay7dcw6zsm] .close-icon {
    color: var(--accent-base-color);
    font-size: 36px;
    border-radius: 36px;
    height: 36px;
    width: 36px;
}

[b-ay7dcw6zsm] .viewer-button {
    border-radius: 18px;
}


[b-ay7dcw6zsm] .version-select {
    min-width: 150px;
    margin-bottom: 0;
}


.image-panel[b-ay7dcw6zsm] {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

[b-ay7dcw6zsm] .add-to-cart-btn{
    margin-left: 20px;
}
/* /Components/Spinner2.razor.rz.scp.css */
.spinner-panel[b-vwn2fw9vol] {
    flex: 1 1 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color:white;
}

.spinner[b-vwn2fw9vol] {
    background-color:none;
    position: absolute;
    width: 176px;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-vwn2fw9vol] .spinner > * {
    position: absolute;
    width: 100%;
    height: 100%
}

.loading-text[b-vwn2fw9vol] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
/* /Components/ViewProof.razor.rz.scp.css */

.view-proof[b-h34e30oxvl] {
    height: 80vh;
    max-width: 85vw;
    margin: 0;
    padding: 10px;
    overflow: hidden;
}

.container[b-h34e30oxvl] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.title-container[b-h34e30oxvl] {
    width: 100%;
    padding: 10px 20px 20px 10px;
    background-color: var(--accent-base-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.title-container[b-h34e30oxvl] {    
    color: white;
    font-size: 20px;
    font-weight: bold;    
}

.pdf-container[b-h34e30oxvl] {
    flex: 1 1 auto;
    overflow: hidden;
}

.actions-panel[b-h34e30oxvl] {
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}
/* /Pages/Cart.razor.rz.scp.css */

.cart-panel[b-f0t5gu2fvm] {
    width: 1316px;
    padding-left: 20px;
    padding-right: 20px;
}

.table.table-image thead[b-f0t5gu2fvm], .footer-border[b-f0t5gu2fvm] {
    background: var(--accent-base-color);
}

.modal-title[b-f0t5gu2fvm] {
    color: var(--accent-base-color);
    font-weight: bold;
    font-size: 24px;
}

.app-panel[b-f0t5gu2fvm] {
    overflow: auto
}
.table.table-image th[b-f0t5gu2fvm], [b-f0t5gu2fvm] .cart-btn {
    font-weight: bold;
    color: white;
}

.table.table-image td[b-f0t5gu2fvm], .Remove-From-Cart i[b-f0t5gu2fvm]{
    font-weight: bold;
    color: var(--accent-base-color);
}

td[b-f0t5gu2fvm] {
    padding : 10px 5px;
}



.footer-border[b-f0t5gu2fvm] {
    padding-top: 10px;
    border-top: 5px solid #484848;
    color: var(--accent-base-color);
    border-top-color: #00639d;
}

.table tbody td[b-f0t5gu2fvm], .table tbody th[b-f0t5gu2fvm] {
    height: 6.25rem
}

.Remove-From-Cart i[b-f0t5gu2fvm]{
    padding-left:51px;
}

th[b-f0t5gu2fvm], td[b-f0t5gu2fvm] {
    overflow: auto;
}


.table thead td[b-f0t5gu2fvm], .table thead th[b-f0t5gu2fvm] {
    height: 2.5rem;
}

.cart-actions[b-f0t5gu2fvm] {
    padding: 0 16px 0 16px;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.checkout-successful[b-f0t5gu2fvm] {
    margin-top: 50px;
    text-align: center;
}
/* /Pages/Index.razor.rz.scp.css */
.main-panel[b-7bt3siggf5] {
    display: flex;
    flex-direction: row;
}

.filter-panel[b-7bt3siggf5] {
    width: 230px;
}

.products-panel[b-7bt3siggf5] {
    flex: 1 1 auto;
    margin: 0 8px;
    border: 1px solid black;
}

.actions-panel[b-7bt3siggf5] {
    width: 180px;
}
/* /Pages/OrderHistory.razor.rz.scp.css */

.table.table-image thead[b-zqfwqzyrwz], .footer-border[b-zqfwqzyrwz], .HomeButton button[b-zqfwqzyrwz]{
    background: var(--accent-base-color);
}

.modal-title[b-zqfwqzyrwz] {
    color: var(--accent-base-color);
    font-weight: bold;
    font-size: 24px;
}

.app-panel[b-zqfwqzyrwz] {
    overflow: auto
}
.table.table-image th[b-zqfwqzyrwz], .Subtotal h7[b-zqfwqzyrwz] {
    font-weight: bold;
    color: white;
}

.table.table-image td[b-zqfwqzyrwz], .Remove-From-Cart i[b-zqfwqzyrwz]{
    font-weight: bold;
    color: var(--accent-base-color);
}

td[b-zqfwqzyrwz] {
    padding : 10px 5px;
}

.Continue-Shopping[b-zqfwqzyrwz] {
    float: left;
}

.CheckOut-Download[b-zqfwqzyrwz] {
    padding-left: 673px;
}

.footer-border[b-zqfwqzyrwz] {
    padding-top: 10px;
    border-top: 5px solid #484848;
    color: var(--accent-base-color);
    border-top-color: #00639d;
}

.table tbody td[b-zqfwqzyrwz], .table tbody th[b-zqfwqzyrwz] {
    height: 6.25rem
}

.Remove-From-Cart i[b-zqfwqzyrwz]{
    padding-left:51px;
}


/* /Pages/UserProfile.razor.rz.scp.css */
.title[b-kj2rc5cugy] {
    text-align: center;
    font-size: 36px;
}

.image-panel[b-kj2rc5cugy] {
    width: 400px;
}

.user-img[b-kj2rc5cugy] {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 400px;
    height: 400px;
}



.upload-panel[b-kj2rc5cugy] {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}

[b-kj2rc5cugy] .upload-ctrl{
    flex: 1;
}

[b-kj2rc5cugy] .upload-btn{
    margin-left:10px;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer-main-panel[b-oybvs4xk1m] {
    height: 28px;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 10px;
    background: var(--accent-base-color);
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.link-panel[b-oybvs4xk1m] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    margin-left: 60px;
}


.footer-link[b-oybvs4xk1m] {
    line-height: 100%;
    font-size: 10px;
    padding: 0 16px;
}

a[b-oybvs4xk1m], a:hover[b-oybvs4xk1m] {
    color: #fff;
}

.version-info[b-oybvs4xk1m] {
    position: relative;
    right: 0px;
    width: 60px;
    color: white;
}
/* /Shared/Header.razor.rz.scp.css */
[b-tx6tbe5cnw] .top-header {
    margin: 4px 15px 0 15px;
    padding: 0;
    background-color: white;
    vertical-align: top;
}

[b-tx6tbe5cnw] .header {
    margin: 4px 0;
    padding: 0;
    background-color: white;
    vertical-align: top;
}


[b-tx6tbe5cnw] .cmd-btn {
    box-shadow: none;
}

    [b-tx6tbe5cnw] .cmd-btn:hover {
        box-shadow: none;
        color: cornflowerblue;
        background: none;
    }

    [b-tx6tbe5cnw] .cmd-btn:not(:last-child) {
        margin-right: 16px;
    }

.ifclogo-container[b-tx6tbe5cnw] {
    height: 68px;
    max-width: 20%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 58px;
}


.ifclogo-img[b-tx6tbe5cnw] {
    width: auto;
    height: 68px;
}


.menu-panel[b-tx6tbe5cnw] {
    height: 50px;
    flex: 1 1 auto;
    min-width: 700px;
}

.app-title[b-tx6tbe5cnw] {
    margin-right: 100px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}


.login-display[b-tx6tbe5cnw] {
    min-width: 300px;
}

.menu-container[b-tx6tbe5cnw] {
    margin: 0 8px 18px 0;
    border-radius: 50px;
    height: 100%;
    background-color: var(--accent-base-color);
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}


[b-tx6tbe5cnw] .search {
    height: 28px;
    border-radius: 28px;
    padding: 0 0 0 4px;
    background-color: white;
}

.search-panel[b-tx6tbe5cnw] {
    flex: auto;
    padding: 4px;
    min-width: 300px;
}

.search-txt[b-tx6tbe5cnw] {
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #53565a;
    outline: 0;
    border: none;
}

.search-btnbox[b-tx6tbe5cnw] {
    margin: 0;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.clear-btnbox[b-tx6tbe5cnw] {
    margin: 0;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin-right: 5px;
}


.search-btn[b-tx6tbe5cnw] {
    margin: 0;
    padding: 0;
    border-radius: 16px;
    outline: 0;
    border: none;
    background: none;
}

    .search-btn:hover[b-tx6tbe5cnw] {
        cursor: pointer;
        color: cornflowerblue;
    }

    .search-btn:active[b-tx6tbe5cnw] {
        color: cornflowerblue;
    }

[b-tx6tbe5cnw] .bottom-header {
    margin: 4px 0;
    padding: 0;
    background-color: white;
    vertical-align: top;
    margin-top: 10px;
}



.client-logo[b-tx6tbe5cnw], .client-logo-box[b-tx6tbe5cnw] {
    height: 68px;
    padding: 0 8px;
}





.top-menu-items[b-tx6tbe5cnw], .menu-items[b-tx6tbe5cnw] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 24px;
}



.top-menu-items[b-tx6tbe5cnw] {
    color: #53565a;
}







    .top-menu-items li a[b-tx6tbe5cnw] {
        color: #53565a;
        font-weight: normal;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .top-menu-items li a:hover[b-tx6tbe5cnw],
        .top-menu-items li a:active[b-tx6tbe5cnw] {
            color: #57a5f3;
        }

.menu-items li a[b-tx6tbe5cnw] {
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

    .menu-items li a:hover[b-tx6tbe5cnw],
    .menu-items li a:active[b-tx6tbe5cnw] {
        color: #4375ff;
    }

.content-title[b-tx6tbe5cnw] {
    border: 1px solid #53565a;
    border-radius: 18px;
    padding: 0 100px;
    height: 36px;
    color: #53565a;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.content-filters[b-tx6tbe5cnw] {
    margin: 0 8px;
}

.filter[b-tx6tbe5cnw] {
    border: 1px solid #53565a;
    border-radius: 14px;
    padding: 0 20px;
    height: 28px;
    color: #53565a;
    font-size: 8px;
}

.filter-btn[b-tx6tbe5cnw] {
    outline: 0;
}

.sort-btn[b-tx6tbe5cnw] {
    padding: 0;
}

.sort-item-btn[b-tx6tbe5cnw] {
    font-size: 12px;
    line-height: 20px;
    height: 24px;
}

@media(max-width: 959px) {
    mat-toolbar[b-tx6tbe5cnw] {
        border-radius: 0px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.main-layout[b-74j9ysxcy5] {
    display: grid;
    grid-template-columns: 1fr 1467px 1fr;
    grid-template-rows: 100vh;
    grid-template-areas: '. app-panel .';
}

.app-panel[b-74j9ysxcy5] {
    grid-area: app-panel;
    background-color: white;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, auto 1fr auto);
    grid-template-areas: 'header-panel' 'content-panel' 'footer-panel';
}

.header-panel[b-74j9ysxcy5] {
    grid-area: header-panel;
    overflow: hidden;
}

.footer-panel[b-74j9ysxcy5] {
    grid-area: footer-panel;
    overflow: hidden;
}

.content-panel[b-74j9ysxcy5] {
    grid-area: content-panel;
    overflow: hidden; /* left scrollbar occupies 17px     */
}

.main-content[b-74j9ysxcy5] {
    padding-left: 16px;
    padding-right: 16px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.menu-container[b-xijqfzfzv1]{height:100%;display:flex;flex-direction:row;align-items:center}[b-xijqfzfzv1] .menu-link{color:#fff;font-weight:700;font-size:18px;text-decoration:none;text-transform:uppercase}.menu-container>*:not(:last-child)[b-xijqfzfzv1]{margin-right:120px}.link-content[b-xijqfzfzv1]{display:flex}[b-xijqfzfzv1] .menu-icon{padding-right:5px}/*# sourceMappingURL=NavMenu.razor.css.map */
