/* /Shared/Layout/SplitLayout.razor.rz.scp.css */
.collapser[b-oalws6gghf] {
    position: absolute;
    top: 15px;
    left: -15px;
    width: 15px;
    height: 30px;
    cursor: pointer;

}

.collapser[b-oalws6gghf]  > svg {
    margin-left: -5px;
    margin-top: 2px;
}

.panels[b-oalws6gghf]  .side-hidden {
    display: none;
}

.panels[b-oalws6gghf]  .side-visible {
    
}
/* /Shared/Layout/SplitLayoutDrag.razor.rz.scp.css */

.collapser[b-wjuxrwo08z] {
    position: absolute;
    top: 15px;
    left: -15px;
    width: 15px;
    height: 30px;
    cursor: pointer;

}

.collapser[b-wjuxrwo08z]  > svg {
    margin-left: -5px;
    margin-top: 2px;
}

.panels[b-wjuxrwo08z]  .side-hidden {
    display: none;
}

.panels[b-wjuxrwo08z]  .side-visible {
    
}

.dragleftSide[b-wjuxrwo08z] {
    /* set that it ca no be smaller than contnet */
    /*  min-width: fit-content ; */
    /* scrolbar at the bottom of the div */
    /*  overflow: auto;*/
    /*  overflow: hidden; as table already has a overflow*/
    /* overflow: hidden;*/
    overflow-x: hidden;
    overflow-y: auto;
    min-width: var(--div-minwidth,20%);
    width: var(--div-startwidth,20%);
    /*max-height: calc(100vh - 48px);
    height: calc(100vh - 48px);*/
    max-height: calc(var(--div-sheigth) - 48px);
    height: calc(var(--div-sheigth) - 48px);
}

.dragmiddle[b-wjuxrwo08z] {
    /* width: 5px;
    cursor: ew-resize;
    border-right: 1px solid black;
       */
    width: 6px;
    cursor: ew-resize;
    background-color: var(--mud-palette-table-lines);
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==)
}

.dragrightSide[b-wjuxrwo08z] {
    flex: 1 1 0%;
    padding:4px;
    overflow: auto;
    white-space: nowrap;
    min-width:20%
}

.dragoutside[b-wjuxrwo08z] {
    display: flex;

  
}

/* /Shared/Navigation/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5jv7v4ypmb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5jv7v4ypmb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5jv7v4ypmb] {
    font-size: 1.1rem;
}

.oi[b-5jv7v4ypmb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5jv7v4ypmb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5jv7v4ypmb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5jv7v4ypmb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5jv7v4ypmb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5jv7v4ypmb]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5jv7v4ypmb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5jv7v4ypmb] {
        display: none;
    }

    .collapse[b-5jv7v4ypmb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PmoComponent/PmoDateTime.razor.rz.scp.css */
.PmoDateTimebreak[b-zal07fywjl] {
    flex-basis: 100%;
    width: min-content;
}


.PmoDateTimebreakOutside[b-zal07fywjl] {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    align-content: flex-start;
}
/* /Shared/PmoComponent/PmoEditorWithValidation.razor.rz.scp.css */


[b-3ecwllydu8] .invalid {
    color: var(--mud-palette-error);
}

[b-3ecwllydu8] .valid {
 
}
/* /Shared/PmoComponent/PmoMudTablePager.razor.rz.scp.css */


/*::deep button[aria-label="First page"]:hover{
   
    background-color: gray;
   
}*/

/*#fp {
    display: none;*/
   /* width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;*/
    /* Position the tooltip */
    /*position: absolute;
    z-index: 99;
    overflow:visible
}*/


/*::deep .pmopagerfirstpage:hover + #fp {
    display: block;
}*/



/*::deep button[aria-label="First page"]:hover ::before {
    color: aqua;
    background-color: red;
    content: 'first Page'
}*/
/* /Shared/PowerBI/PowerBI.razor.rz.scp.css */
.pbi_container[b-d31tbpevlw] {
    margin-top: 20px;
    position: relative;
}

.pbi_embed[b-d31tbpevlw] {
    min-height: 800px;
}
