@import '_content/Majorsoft.Blazor.Components.Notifications/Majorsoft.Blazor.Components.Notifications.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/ContextMenu/ContextMenu.razor.rz.scp.css */
.menu[b-f6jrfr4dhb],
[b-f6jrfr4dhb] .menu {
    background: #999;
    position: absolute;
    border: 1px solid black;
}


[b-f6jrfr4dhb] .menu-item:hover {
    background: #aaa;
}

[b-f6jrfr4dhb] .menu-item {
    position: relative;
    top: 0px;
    padding: 4px;
    display: block;
    color: black;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
/* /Components/ContextMenu/SubMenu.razor.rz.scp.css */
.submenu[b-v76j66ahp2] {
    display: none;
    left: 100%;
    top: -1px;
    z-index: 1;
}

.submenu-item[b-v76j66ahp2] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
}


/* /Components/Window.razor.rz.scp.css */
.window-box[b-qax8nkl677] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

.window[b-qax8nkl677] {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    z-index: 100;
    border-radius: 5px;
    border: solid;
    border-width: 1px;
    overflow: hidden;
    opacity: 0.9;
    min-width: 200px;
}

    .window .footer[b-qax8nkl677] {
        display: flex;
        justify-content: flex-end;
        gap: 3px;
        border-top: solid;
        border-width: 1px;
        background-color: #fff;
    }

    .window .header[b-qax8nkl677] {
        display: flex;
        justify-content: space-between;
        background-color: #ddd;
    }
    .window .content[b-qax8nkl677] {
        padding: 5px;
        background-color: #fff;
        overflow-y: auto;
    }

/* /Pages/StackPage.razor.rz.scp.css */
*[b-9fo7dp73me]::selection {
    background: transparent !important;
}

div:focus[b-9fo7dp73me] {
    outline: none;
}

.selectable[b-9fo7dp73me] {
    border: 1px solid black;
    border-radius: 3px;
    background: white;
    min-width: 40px;
    width: 100%;
    min-height: 16px;
    height: 100%;
}

    .selectable:hover[b-9fo7dp73me] {
        background: #eee
    }

.lastselected[b-9fo7dp73me] {
    border: 2px solid black;
}

.selected:hover[b-9fo7dp73me],
.selected[b-9fo7dp73me] {
    background: peachpuff;
}

.ownedbyus:hover[b-9fo7dp73me],
.ownedbyus[b-9fo7dp73me] {
    background: #00ff0044;
}

.ownedbythem:hover[b-9fo7dp73me],
.ownedbythem[b-9fo7dp73me] {
    background: #ff000044;
}


table:has(.selectable)[b-9fo7dp73me],
tr:has(.selectable)
td:has(.selectable)[b-9fo7dp73me] {
    height: 100%;
}

.tradetool[b-9fo7dp73me] {
    height: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.warning-icon[b-9fo7dp73me] {
    color: red;
    font-size: small;
    font-weight: bold;
    padding: 0px 10px
}

.actionbtn[b-9fo7dp73me] {
    height: 18px;
    margin-left: 3px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
