@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/PrmaHelp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vs53yqj7fb] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*Code I added - Start*/
    min-height: 100vh;
    /*Code I added - End*/
}
main[b-vs53yqj7fb] {
    flex: 1;
}
.sidebar[b-vs53yqj7fb] { /*rgb(5, 39, 103) = 	#052767 */ 
    background-image: linear-gradient(180deg, #0099cc 0%, #000000 70%);
    font-size: x-small;
    min-width: 500px;
    top: auto;
}
.top-row[b-vs53yqj7fb] {
    background-color: #f7f7f7; /*gray*/
    border-bottom: 1px solid #d6d5d5; /*medium gray*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
    .top-row[b-vs53yqj7fb]  a, .top-row[b-vs53yqj7fb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }
        .top-row[b-vs53yqj7fb]  a:hover, .top-row[b-vs53yqj7fb]  .btn-link:hover {
            text-decoration: underline;
        }
        .top-row[b-vs53yqj7fb]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }
/*Code I added - Start*/
.bottom-row[b-vs53yqj7fb] {
    background-color: Background; /*#f7f7f7;*/
    border-top: 1px solid #d6d5d5;
    height: 7%; /* 3.5rem;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    width: 100vw;
}
    /*Select all a elements where parent is a .bottom-row*/
    .bottom-row > a[b-vs53yqj7fb] {
        display: flex;
        color: rgb(33, 37, 41); /*black*/
        /*color and text-decor used to not show it as link*/
        text-decoration: none;
        /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
        font-size: 1.1rem;
    }
/*Optionally this selector will also work: main article.content*/
/*main > .content {
    overflow-y: auto;
    margin-bottom: 3.5rem;
}*/
.columnFooterLeft[b-vs53yqj7fb] {
    float: left;
    width: 33.33%;
    padding: 1px;
    height: auto;
    text-align: left;
    vertical-align: top;
    font-size: small;
    display: inline-block;
}
.columnFooterRight[b-vs53yqj7fb] {
    float: left;
    width: 33.33%;
    padding: 1px;
    height: auto;
    text-align: right;
    vertical-align: top;
    font-size: small;
    display: inline-block;
}
.columnFooterInner[b-vs53yqj7fb] {
    /*float: left;
    width: 33.33%;*/
    padding: 1px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    display: inline-block;
}
.columnHeaderLeft[b-vs53yqj7fb] {
/*    float: left;
    width: 33.33%;*/
    padding: 1px;
    height: auto;
    text-align: left;
    vertical-align: top;
    font-size: medium;
    margin: 0 10px;
    display: inline-block;
}
.columnHeaderRight[b-vs53yqj7fb] {
/*    float: left;
    width: 33.33%;*/
    padding: 1px;
    height: auto;
    text-align: right;
    vertical-align: top;
    font-size: medium;
    margin: 0 10px;
    display: inline-block;
}
.columnHeaderInner[b-vs53yqj7fb] {
    float: left;
    width: 33.33%;
    padding: 1px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: medium;
    margin: 0 10px;
    display: inline-block;
}
/* Clear floats after the columns */
.row[b-vs53yqj7fb]:after {
    content: "";
    display: table;
    clear: both;
}
.pTitle[b-vs53yqj7fb] {
    font-size: x-large;
    background-color: inherit;
    color: crimson;
    font: bold, tahoma;
}

/*Code I added - End*/
/*less than or equal to*/
/*Max-width is the maximum width at which a style will continue to be applied. 
After that, the style will STOP being applied.*/
@media (max-width: 1200px) { /*640.98px*/
    .top-row[b-vs53yqj7fb] {
        justify-content: space-between;
    }
        .top-row[b-vs53yqj7fb]  a, .top-row[b-vs53yqj7fb]  .btn-link {
            margin-left: 0;
        }
}
/*greater than or equal to*/
/*Min-width is the minimum width at which a style will START to be applied*/
@media (min-width: 641px) {
    .page[b-vs53yqj7fb] {
        flex-direction: row;
    }
    .sidebar[b-vs53yqj7fb] {
        width: 1000px; /*400px;*/
        height: 100vh;
        position: sticky;
        top: auto;
        margin-top:100px;
    }
    /*Code I added - Start*/
    .bottom-row[b-vs53yqj7fb] {
        left: 250px;
        width: calc(100vw - 250px);
        justify-content: flex-end;
    }
    /*Code I added - End*/
    .top-row[b-vs53yqj7fb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
        .top-row.auth[b-vs53yqj7fb]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
    .top-row[b-vs53yqj7fb], article[b-vs53yqj7fb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#footer[b-vs53yqj7fb] {
    border-top: 1px solid #ccc;
    background: #F7F7F7 url(images/LNG_bkg_footer.gif) 0 0 no-repeat;
    color: #000;
    margin: 0;
    padding: 7px;
}
    #footer .relx-container[b-vs53yqj7fb] {
        float: right;
        padding-right: 10px;
        margin: 4px;
    }

    #footer .links[b-vs53yqj7fb] {
        font-size: 60%;
        white-space: nowrap;
        border-left: 1px solid #ccc;
        margin: 0 0 0 150px;
        padding: 0 0 0 7px;
    }
.copywriteSection[b-vs53yqj7fb] {
    font-size: 9.1px;
}

.copywriteSection p[b-vs53yqj7fb] {
   padding:0px
}

/*img {
    height: 50px;
}*/
input[b-vs53yqj7fb] {
    height: 50px;
    vertical-align: middle;
}
#blazor-error-ui[b-vs53yqj7fb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
    #blazor-error-ui .dismiss[b-vs53yqj7fb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


#breadcrumbSection[b-vs53yqj7fb] {
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 50px;
    background: #fff url(images/BckgrdBCT.gif) 1px 1px repeat-x;
}
#breadcrumSection ol[b-vs53yqj7fb], #breadcrumSection ul[b-vs53yqj7fb] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainContent[b-vs53yqj7fb]{
   padding-bottom:100px;
   margin-bottom:50px;
}
/* _content/PrmaHelp/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hyojsj6kd8],
.components-reconnect-repeated-attempt-visible[b-hyojsj6kd8],
.components-reconnect-failed-visible[b-hyojsj6kd8],
.components-pause-visible[b-hyojsj6kd8],
.components-resume-failed-visible[b-hyojsj6kd8],
.components-rejoining-animation[b-hyojsj6kd8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hyojsj6kd8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hyojsj6kd8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hyojsj6kd8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hyojsj6kd8],
#components-reconnect-modal.components-reconnect-retrying[b-hyojsj6kd8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hyojsj6kd8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hyojsj6kd8],
#components-reconnect-modal.components-reconnect-failed[b-hyojsj6kd8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hyojsj6kd8] {
    display: block;
}


#components-reconnect-modal[b-hyojsj6kd8] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hyojsj6kd8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hyojsj6kd8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hyojsj6kd8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hyojsj6kd8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hyojsj6kd8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hyojsj6kd8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hyojsj6kd8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hyojsj6kd8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hyojsj6kd8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hyojsj6kd8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hyojsj6kd8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hyojsj6kd8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hyojsj6kd8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hyojsj6kd8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hyojsj6kd8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hyojsj6kd8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hyojsj6kd8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hyojsj6kd8 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/PrmaHelp/Components/Pages/Home.razor.rz.scp.css */
#parent[b-zavk819mg3] {
    white-space: nowrap;
    overflow-x: auto; /* Optional: Show horizontal scrollbars for overflowing content */
}

.child[b-zavk819mg3] {
    display: inline-block;
}

.header1Menu[b-zavk819mg3] {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    display: inline-block;
    color: blue;
}

/* _content/PrmaHelp/Components/Pages/SearchResultsPage.razor.rz.scp.css */
body[b-8y9m126qgd] {
    /* Subtle stripe effect */
    :: deep tr:nth-child(even)

{
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-8y9m126qgd] tbody tr {
    height: 1.8rem;
}

.page-size-chooser[b-8y9m126qgd] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .page-size-chooser select[b-8y9m126qgd] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
    }

/* Button styles*/
button[b-8y9m126qgd] {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover[b-8y9m126qgd] {
        background-color: #6884f9;
    }

    button:active[b-8y9m126qgd] {
        background-color: #192e86;
    }



[b-8y9m126qgd] .quickgrid[theme=helpPage] {
    font-family: 'Tahoma', 'Times New Roman', serif;
    color: blue;
    border: solid 1px black;
}

    [b-8y9m126qgd] .quickgrid[theme=helpPage] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-8y9m126qgd] .quickgrid[theme=helpPage] .sort-indicator {
        color: darkblue;
    }

    [b-8y9m126qgd] .quickgrid[theme=helpPage] button.col-title:hover, [b-8y9m126qgd] .quickgrid[theme=helpPage] .col-options-button:hover {
        background-color: hotpink;
    }

    [b-8y9m126qgd] .quickgrid[theme=helpPage] button.col-title:active, [b-8y9m126qgd] .quickgrid[theme=helpPage] .col-options-button:active {
        background-color: yellow;
    }
}
/* _content/PrmaHelp/Shared/BreadcrumbTrail.razor.rz.scp.css */
.toolTip-1[b-285du3cr31] {
    margin-right: 0.25rem;
    line-height: normal;
}
.divBreadcrumb[b-285du3cr31] {
    display: block;
    color: black;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    /*margin: 1.0rem;*/
}

.divBreadcrumb ul li[b-285du3cr31]{
    list-style:none;
}



.breadcrumbBox[b-285du3cr31] {
    border: 1px solid black;
    color: black;
    width: 500px;
    white-space: nowrap;
    overflow: visible; /* hidden;*/
    margin-right: 0.5rem;
    float: left;
}
/* _content/PrmaHelp/Shared/LayoutHeader.razor.rz.scp.css */
*[b-70m0a32eg6] {
    box-sizing: border-box;
    list-style:none;
}
html[b-70m0a32eg6], body[b-70m0a32eg6] {
    height: 100%;
}
.divHeaderRow[b-70m0a32eg6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
/*    height: 3.5rem;
    display: flex;*/
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1;
}
.divHeaderColumnLeft[b-70m0a32eg6] {
    float: left;
    padding: 1px;
    height: auto;
    display: inline-block;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
}
.divHeaderColumnMiddle[b-70m0a32eg6] {
    float: left;
    padding: 1px;
    height: auto;
    /*display: inline-block;*/
    justify-content: center;
    align-items: center;
    text-align: center;
}
.divHeaderColumnRight[b-70m0a32eg6] {
    float: left;
    padding: 1px;
    height: auto;
    display: inline-block;
    justify-content: right;
    align-items: flex-end;
    text-align: right;
}
.divHeaderRow[b-70m0a32eg6]:after {
    content: "";
    display: table;
    clear: both;
}
.divHeaderTitle[b-70m0a32eg6] {
    font-size: larger;
    font-weight: bold;
    color: #000000;
    padding-left: 1.0rem;
}
.divBreadcrumbs[b-70m0a32eg6] {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin: 1.0rem;
}
.breadcrumbBox[b-70m0a32eg6] {
    border: 1px solid black;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0.5rem;
    float: left;
}
.breadcrumb[b-70m0a32eg6] {
    border-top: 1px solid #ccc;
    background: #fff url(images/BckgrdBCT.gif) 1px 1px repeat-x;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: auto;
    font-size: 90%;
    margin: 0;
    padding: 8px 10px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}


.searchDiv[b-70m0a32eg6]{
    text-align:right;
    padding-right:10px;
    width:100%;
}

.printDiv[b-70m0a32eg6]{
    float:right;


}

button[b-70m0a32eg6]{
    padding:0px;
    border-color:none;
    border: none;
}
/* _content/PrmaHelp/Shared/NavLinks.razor.rz.scp.css */
.navgroup[b-6jyjj41l80], .showbuttons[b-6jyjj41l80] {
    float: left;
    width: 100%;
}

#navlinks[b-6jyjj41l80] {
    float: left;
    font-weight: 700;
    font-size: 90%;
    margin: 0;
    padding: 0 0 0 10px;
}

    #navlinks .separator[b-6jyjj41l80] {
        border-right: 1px solid #ccc;
        margin-right: 6px;
        padding-right: 6px;
    }
/* _content/PrmaHelp/Shared/PrintControls.razor.rz.scp.css */
.printButton[b-gd7qltng2i] {
    border: none !important;
    padding: 0 !important;
    border-color: none;
}
/* _content/PrmaHelp/Shared/Search.razor.rz.scp.css */
.btnSearch[b-598hddepqz] {
    height: auto;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1.0rem;
    outline: hidden;
    border-style: none;
    border-color: none;
    box-sizing: unset;
}
.inputSearch[b-598hddepqz] {
    height: auto;
    width: 30%;
    vertical-align: middle;
    display: inline-block;
    font-size: large;
    max-wdth: 480px;
    min-width: 320px;
    line-height: 1.4;
}
.aboutItem[b-598hddepqz] {
    height: auto;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    font-size: medium;
    margin-right: 0.5rem;
}
.divSearch[b-598hddepqz] {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
.searchBox[b-598hddepqz] {
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-right: 20px;
    line-height: 1.4;
    font-size: medium;
    /*margin-right: 0.5rem;*/
    /*float: right;*/
}
.searchBox ul li[b-598hddepqz] {
    list-style:none;
    color:green;
}


