@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.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-ut8twi9wnc] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*Code I added - Start*/
    min-height: 100vh;
    /*Code I added - End*/
}
main[b-ut8twi9wnc] {
    flex: 1;
}
.sidebar[b-ut8twi9wnc] { /*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-ut8twi9wnc] {
    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-ut8twi9wnc]  a, .top-row[b-ut8twi9wnc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }
        .top-row[b-ut8twi9wnc]  a:hover, .top-row[b-ut8twi9wnc]  .btn-link:hover {
            text-decoration: underline;
        }
        .top-row[b-ut8twi9wnc]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }
/*Code I added - Start*/
.bottom-row[b-ut8twi9wnc] {
    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-ut8twi9wnc] {
        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-ut8twi9wnc] {
    float: left;
    width: 33.33%;
    padding: 1px;
    height: auto;
    text-align: left;
    vertical-align: top;
    font-size: small;
    display: inline-block;
}
.columnFooterRight[b-ut8twi9wnc] {
    float: left;
    width: 33.33%;
    padding: 1px;
    height: auto;
    text-align: right;
    vertical-align: top;
    font-size: small;
    display: inline-block;
}
.columnFooterInner[b-ut8twi9wnc] {
    /*float: left;
    width: 33.33%;*/
    padding: 1px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    display: inline-block;
}
.columnHeaderLeft[b-ut8twi9wnc] {
/*    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-ut8twi9wnc] {
/*    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-ut8twi9wnc] {
    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-ut8twi9wnc]:after {
    content: "";
    display: table;
    clear: both;
}
.pTitle[b-ut8twi9wnc] {
    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-ut8twi9wnc] {
        justify-content: space-between;
    }
        .top-row[b-ut8twi9wnc]  a, .top-row[b-ut8twi9wnc]  .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-ut8twi9wnc] {
        flex-direction: row;
    }
    .sidebar[b-ut8twi9wnc] {
        width: 1000px; /*400px;*/
        height: 100vh;
        position: sticky;
        top: auto;
        margin-top:100px;
    }
    /*Code I added - Start*/
    .bottom-row[b-ut8twi9wnc] {
        left: 250px;
        width: calc(100vw - 250px);
        justify-content: flex-end;
    }
    /*Code I added - End*/
    .top-row[b-ut8twi9wnc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
        .top-row.auth[b-ut8twi9wnc]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
    .top-row[b-ut8twi9wnc], article[b-ut8twi9wnc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#footer[b-ut8twi9wnc] {
    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-ut8twi9wnc] {
        float: right;
        padding-right: 10px;
        margin: 4px;
    }

    #footer .links[b-ut8twi9wnc] {
        font-size: 60%;
        white-space: nowrap;
        border-left: 1px solid #ccc;
        margin: 0 0 0 150px;
        padding: 0 0 0 7px;
    }
.copywriteSection[b-ut8twi9wnc] {
    font-size: 9.1px;
}

.copywriteSection p[b-ut8twi9wnc] {
   padding:0px
}

/*img {
    height: 50px;
}*/
input[b-ut8twi9wnc] {
    height: 50px;
    vertical-align: middle;
}
#blazor-error-ui[b-ut8twi9wnc] {
    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-ut8twi9wnc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


#breadcrumbSection[b-ut8twi9wnc] {
    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-ut8twi9wnc], #breadcrumSection ul[b-ut8twi9wnc] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainContent[b-ut8twi9wnc]{
   padding-bottom:100px;
   margin-bottom:50px;
}
/* _content/PrmaHelp/Components/Pages/Home.razor.rz.scp.css */
#parent[b-k25cmci7sp] {
    white-space: nowrap;
    overflow-x: auto; /* Optional: Show horizontal scrollbars for overflowing content */
}

.child[b-k25cmci7sp] {
    display: inline-block;
}

.header1Menu[b-k25cmci7sp] {
    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-3samasfavj] {
    /* 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-3samasfavj] tbody tr {
    height: 1.8rem;
}

.page-size-chooser[b-3samasfavj] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .page-size-chooser select[b-3samasfavj] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
    }

/* Button styles*/
button[b-3samasfavj] {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover[b-3samasfavj] {
        background-color: #6884f9;
    }

    button:active[b-3samasfavj] {
        background-color: #192e86;
    }



[b-3samasfavj] .quickgrid[theme=helpPage] {
    font-family: 'Tahoma', 'Times New Roman', serif;
    color: blue;
    border: solid 1px black;
}

    [b-3samasfavj] .quickgrid[theme=helpPage] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-3samasfavj] .quickgrid[theme=helpPage] .sort-indicator {
        color: darkblue;
    }

    [b-3samasfavj] .quickgrid[theme=helpPage] button.col-title:hover, [b-3samasfavj] .quickgrid[theme=helpPage] .col-options-button:hover {
        background-color: hotpink;
    }

    [b-3samasfavj] .quickgrid[theme=helpPage] button.col-title:active, [b-3samasfavj] .quickgrid[theme=helpPage] .col-options-button:active {
        background-color: yellow;
    }
}
/* _content/PrmaHelp/Shared/BreadcrumbTrail.razor.rz.scp.css */
.toolTip-1[b-mue1yil3rd] {
    margin-right: 0.25rem;
    line-height: normal;
}
.divBreadcrumb[b-mue1yil3rd] {
    display: block;
    color: black;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    /*margin: 1.0rem;*/
}

.divBreadcrumb ul li[b-mue1yil3rd]{
    list-style:none;
}



.breadcrumbBox[b-mue1yil3rd] {
    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-9q8iuxzwbc] {
    box-sizing: border-box;
    list-style:none;
}
html[b-9q8iuxzwbc], body[b-9q8iuxzwbc] {
    height: 100%;
}
.divHeaderRow[b-9q8iuxzwbc] {
    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-9q8iuxzwbc] {
    float: left;
    padding: 1px;
    height: auto;
    display: inline-block;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
}
.divHeaderColumnMiddle[b-9q8iuxzwbc] {
    float: left;
    padding: 1px;
    height: auto;
    /*display: inline-block;*/
    justify-content: center;
    align-items: center;
    text-align: center;
}
.divHeaderColumnRight[b-9q8iuxzwbc] {
    float: left;
    padding: 1px;
    height: auto;
    display: inline-block;
    justify-content: right;
    align-items: flex-end;
    text-align: right;
}
.divHeaderRow[b-9q8iuxzwbc]:after {
    content: "";
    display: table;
    clear: both;
}
.divHeaderTitle[b-9q8iuxzwbc] {
    font-size: larger;
    font-weight: bold;
    color: #000000;
    padding-left: 1.0rem;
}
.divBreadcrumbs[b-9q8iuxzwbc] {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin: 1.0rem;
}
.breadcrumbBox[b-9q8iuxzwbc] {
    border: 1px solid black;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0.5rem;
    float: left;
}
.breadcrumb[b-9q8iuxzwbc] {
    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-9q8iuxzwbc]{
    text-align:right;
    padding-right:10px;
    width:100%;
}

.printDiv[b-9q8iuxzwbc]{
    float:right;


}

button[b-9q8iuxzwbc]{
    padding:0px;
    border-color:none;
    border: none;
}
/* _content/PrmaHelp/Shared/NavLinks.razor.rz.scp.css */
.navgroup[b-q0jzb0z3k2], .showbuttons[b-q0jzb0z3k2] {
    float: left;
    width: 100%;
}

#navlinks[b-q0jzb0z3k2] {
    float: left;
    font-weight: 700;
    font-size: 90%;
    margin: 0;
    padding: 0 0 0 10px;
}

    #navlinks .separator[b-q0jzb0z3k2] {
        border-right: 1px solid #ccc;
        margin-right: 6px;
        padding-right: 6px;
    }
/* _content/PrmaHelp/Shared/PrintControls.razor.rz.scp.css */
.printButton[b-ezvvuoz51l] {
    border: none !important;
    padding: 0 !important;
    border-color: none;
}
/* _content/PrmaHelp/Shared/Search.razor.rz.scp.css */
.btnSearch[b-0jdgqn6io2] {
    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-0jdgqn6io2] {
    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-0jdgqn6io2] {
    height: auto;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    font-size: medium;
    margin-right: 0.5rem;
}
.divSearch[b-0jdgqn6io2] {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
.searchBox[b-0jdgqn6io2] {
    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-0jdgqn6io2] {
    list-style:none;
    color:green;
}


