@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/AxialeeAM/Components/App.razor.rz.scp.css */
#reconnect-modal[b-lsw9elxieh] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.7); /* White w/ opacity */

    color: #000000;
    border: 1px solid #888;
    padding-top: 27px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
/* _content/AxialeeAM/Components/Layout/NavMenu.razor.rz.scp.css */
[b-2ox05xmwlw] .fluent-nav-icon {
    padding-top: 5px;
}
/* _content/AxialeeAM/Components/Stock/EventList.razor.rz.scp.css */
.eventListItem:hover[b-4otvq4fonn] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
}
.p.eventRow[b-4otvq4fonn] {
    padding:0;
    margin:0;
}
.eventName[b-4otvq4fonn] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    min-width: 1px;
    font-size: large;
    font-weight: bold;
}
/* _content/AxialeeAM/Components/Stock/StockGrid.razor.rz.scp.css */
.stockListItem:hover[b-whoew59dxm] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
}
.p.stockRow[b-whoew59dxm] {
    padding:0;
    margin:0;
}
.stockName[b-whoew59dxm] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    min-width: 1px;
    font-size: large;
    font-weight: bold;
}
.leftpadSpan[b-whoew59dxm] {
    font-size: small;
    padding-left: 4px;
}

