@import '_content/StoneX.CommoditySolutions.Frontend.Core/StoneX.CommoditySolutions.Frontend.Core.bundle.scp.css';
@import '_content/StoneX.CommoditySolutions.Frontend.Shared/StoneX.CommoditySolutions.Frontend.Shared.bundle.scp.css';
@import '_content/StoneX.CommoditySolutions.Frontend.Shipping/StoneX.CommoditySolutions.Frontend.Shipping.bundle.scp.css';
@import '_content/InventoryManagement.Frontend/InventoryManagement.Frontend.bundle.scp.css';
@import '_content/PortfolioManagement/PortfolioManagement.bundle.scp.css';
@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.bundle.scp.css';

/* /Shared/DropDownMenu.razor.rz.scp.css */
[b-zhmsl3agdm].drop-down-menu span.k-button-icon.k-svg-icon svg:hover {
    background-color: var(--gray5);
    border: 5px solid var(--gray5) !important;
    border-radius: 12px;
    transform: scale(2);
    opacity: 0.7;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-f3rumqwl0j] {
    display: flex;
    flex-direction: row;
    background-color: white;
    font-size: 12px;
    min-height: 40px;
    color: var(--default-font-color);
    align-items: center;
    border-top: 1px solid #CFD3D3;
    bottom:0;
    right:0;
    left:0;
}

    .footer > div a[b-f3rumqwl0j] {
        text-decoration: none;
        color: #336094;
    }

.links[b-f3rumqwl0j] {
    flex:1;
    margin-left:2em;

}

.links > span[b-f3rumqwl0j] {
    margin-left: 3px;
    margin-right: 3px;
}

.footer .icons[b-f3rumqwl0j]{
    margin-right: 2em;
}
/* /Shared/GlobalSearchTextBox.razor.rz.scp.css */
.globalSearchTextBox[b-tq96tbsj45] {
    display:flex;
    align-items: center;
    margin-left: 2em;
    margin-right: 2em;
    width:320px;
}

[b-tq96tbsj45] .tb-icon-container {
    position: relative;
    display: flex;
    align-items: center;
}

    /* these rules position the icon. Update with your own selector if you add HTML elements for click events */
    [b-tq96tbsj45] .tb-icon-container .k-icon {
        position: absolute;
        z-index: 1;
        left: 0.5em;
    }

    /* no floating label */
    [b-tq96tbsj45] .tb-icon-container input.k-textbox,
    /* for the floating label */
    [b-tq96tbsj45] .tb-icon-container .k-textbox input,
    [b-tq96tbsj45] .tb-icon-container .k-state-empty .k-label {
        padding-left: 2em;
    }

    /* this rule also positions the icon for the floating label scenario, tweak it with your own selectors if you use other HTML */
    [b-tq96tbsj45] .tb-icon-container.with-label .k-icon {
        top: 0.5em;
    }
/* /Shared/Logo.razor.rz.scp.css */
.logo[b-o00ti4985b] {        
    width: 100px;
    margin-left: 20px;
}

#logoContainer[b-o00ti4985b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top:0.5em;
    margin-bottom:0.5em;
    cursor:pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-50576rkmrx] {
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    margin-inline: 10px;
    padding-top: 1.1em;
}

main[b-50576rkmrx] {
    flex: 1;
}

.sidebar[b-50576rkmrx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-50576rkmrx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-50576rkmrx]  a, .top-row[b-50576rkmrx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-50576rkmrx]  a:hover, .top-row[b-50576rkmrx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-50576rkmrx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-50576rkmrx] {
        display: none;
    }

    .top-row.auth[b-50576rkmrx] {
        justify-content: space-between;
    }

    .top-row[b-50576rkmrx]  a, .top-row[b-50576rkmrx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-50576rkmrx] {
        flex-direction: row;
    }

    .sidebar[b-50576rkmrx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-50576rkmrx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-50576rkmrx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }    
}
/* /Shared/Menu.razor.rz.scp.css */
.topMenu[b-k9pditewza] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-bottom: 1px solid var(--gray5);
}

[b-k9pditewza] #logoContainer {
    margin-right: 5em;
}

[b-k9pditewza] #mainMenu {
    flex-grow: 1;
}

[b-k9pditewza] .LoginDisplay {
    display: flex;
    align-items: center;
    margin-left: 2em;
}

.mainMenu[b-k9pditewza] {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 0px;
}

[b-k9pditewza] .mainMenu > ul {
    margin: 0px;
}

[b-k9pditewza] .mainMenu > .navigationLink > a {
    text-transform: uppercase;
}

    [b-k9pditewza] .mainMenu > .navigationLink > a[isactive] {
        border-bottom: 2px solid black;
        color: black;
        font-weight: bold;
    }

[b-k9pditewza] .subNav {
    background-color: var(--gray3);
    height: 40px;
    display: flex;
    flex-direction: row;
}

[b-k9pditewza] .subNavMenu {
    display: flex;
    font-weight: 400;
}

    [b-k9pditewza] .subNavMenu > .navigationLink > a {
        height: 40px;
        color: black;
        padding: 0px 30px;
        width: auto;
        margin-right: 0;
    }

        [b-k9pditewza] .subNavMenu > .navigationLink > a[isactive] {
            background-color: white;
            border-left: 1px solid var(--gray4);
            border-right: 1px solid var(--gray4);
        }

/*hiding admin menu from top nav. we are using the gear icon on the top-right to drive admin menu*/
[b-k9pditewza] #menu-administration {
    display: none;
}
/* /Shared/NavigationIcon.razor.rz.scp.css */
.navigation-icon[b-wjhqo7m49z] {
    margin-right: 5px;
    cursor:pointer;
}

[b-wjhqo7m49z] .media-icon {
    font-size: 20px;
}

.navigation-icon:hover[b-wjhqo7m49z] {
    background-color: var(--gray5);
    border: 5px solid var(--gray5);
    border-radius: 12px;
    transform: scale(1.4);
    opacity: 0.7;
}

span.navigation-icon[b-wjhqo7m49z] {
    color: var(--gray7);
}
/* /Shared/NavigationLink.razor.rz.scp.css */
.navigationLink > a[b-ip7jibw9w0] {
    height: 60px;
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: var(--gray7);
    margin-right: 2em;
}

.navigationLink-tooltip > span > span[b-ip7jibw9w0] {
    height: 40px;
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: not-allowed;
    text-decoration: none;
    color: var(--gray8);
    margin-right: 2em;
}

[b-ip7jibw9w0] .active {
    border-bottom: 2px solid black;
    font-weight: bold;
    color: black;
}
/* /Shared/UserProfile.razor.rz.scp.css */
.user-profile[b-6uthrdp72r] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:center;
    padding-right:1em;
}

[b-6uthrdp72r] #UserProfileDropDownButton {
    border: none;
    background: transparent;
}

    [b-6uthrdp72r] #UserProfileDropDownButton > span {        
        font-size:20px;
    }

        [b-6uthrdp72r] #UserProfileDropDownButton > span,
        [b-6uthrdp72r] .navigation-icon > span {
            color: black;
        }

        /*hide down arrow from user profile drop down button*/
        [b-6uthrdp72r] .drop-down-menu > button > span:last-child{
            display: none;
        }
