/* /Pages/ExpectedPerformance.razor.rz.scp.css */
.container.df-expt-perf-container[b-k1hs24nmc0] {
    margin-left: .3rem;
    max-width: calc(100vw - 1rem);
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
}



.row.df-expt-perf-grid-row[b-k1hs24nmc0] {
    flex-wrap: nowrap;
    width: calc(100vw - 21rem);
    max-width: calc(100vw - 21rem);
    max-height: 6000px;
}

    .row.df-expt-perf-grid-row > .col-sm > .df-expt-perf-item[b-k1hs24nmc0] {
        max-width: 100%;
        height: calc(100vw - 40rem);
    }

@media (max-width: 1000px) {
    .df-expt-perf-item[b-k1hs24nmc0] {
        max-width: inherit;
    }

    .df-expt-perf-container.container[b-k1hs24nmc0] {
        min-width: calc(100vw - 1rem);
        max-width: calc(100vw - 1rem);
    }

    .row.df-expt-perf-grid-row[b-k1hs24nmc0] {
        flex-wrap: wrap
    }

    .row.df-expt-perf-grid-row[b-k1hs24nmc0] {
        width: calc(100vw - 5rem);
        max-width: inherit;
    }
    .row.df-expt-perf-grid-row > .col-sm > .df-expt-perf-item[b-k1hs24nmc0] {

        height: calc(100vw);
    }
}

.df-expected-performance-container[b-k1hs24nmc0] {
    height: 92vh;
    width: 85vw;
}

.significant[b-k1hs24nmc0] {
    background-color: yellow;
    font-weight: bold !important;
}

.k-grid a[b-k1hs24nmc0] {
    color: blue;
}

.lastprice[b-k1hs24nmc0] {
    color: blue;
}

.positive[b-k1hs24nmc0] {
    color: white;
    background-color: green;
}

.negative[b-k1hs24nmc0] {
    color: white;
    background-color: red;
}

.positive-font[b-k1hs24nmc0] {
    color: green;
}

.negative-font[b-k1hs24nmc0] {
    color: red;
}
/* CSS Code taken from their site for word wrap: https://docs.telerik.com/blazor-ui/knowledge-base/grid-wrap-and-center-column-text */
.k-grid .k-grid-header th .k-cell-inner[b-k1hs24nmc0],
.k-grid .k-grid-header th .k-cell-inner > .k-link[b-k1hs24nmc0] {
    display: block; /*defaults to flex which makes aligning text harder in it*/
    text-align: center;
    white-space: normal;
}

.k-column-title[b-k1hs24nmc0] {
    white-space: normal;
}

.k-grid td.right-align[b-k1hs24nmc0] {
    text-align: right;
}

.k-grid td.left-align[b-k1hs24nmc0] {
    text-align: left;
}
/* /Pages/Movers.razor.rz.scp.css */

.asof[b-t9n1mgqx3h] {
    font-size: 80%;
    display: flex;
    align-items: flex-end;
}



@media (max-width: 1000px) {
    .df-issuer-item[b-t9n1mgqx3h] {
        max-width: inherit;
        min-width: 800px;
    }
    .asof[b-t9n1mgqx3h] {
        font-size: 50%;
        display: flex;
        align-items: flex-end;
    }
    .df-issuer-container[b-t9n1mgqx3h] {
        min-width: calc(100vw - 1rem);
        max-width: calc(100vw - 1rem);
    }
    }


.df-issuer-container[b-t9n1mgqx3h] {
    display: flex;
    max-height: calc(100vh - 110px);
    max-width: calc(100vw - 310px);
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.df-issuer-item[b-t9n1mgqx3h] {
    max-width: inherit;
    margin: .3rem;
    display: flex;
    overflow: auto;
}



.my-grid > div > div > div > div > div > .k-grid-table > tbody > tr > td.k-hierarchy-cell[b-t9n1mgqx3h],
.my-grid > div > .k-grid-header > div > table > thead > tr > th:first-of-type[b-t9n1mgqx3h] {
    position: sticky;
    left: 0;
    z-index: 3;
}

.k-grid .k-hierarchy-cell + .k-grid-content-sticky[b-t9n1mgqx3h] {
    border-left-width: 0px !important;
}

.my-grid > div > div > div > div > div > .k-grid-table > tbody > tr > .k-grid-content-sticky[b-t9n1mgqx3h],
.my-grid > div > .k-grid-header > div > table > thead > tr > .k-grid-header-sticky[b-t9n1mgqx3h] {
    left: 32px !important;
}

.my-grid > div > div > div > div > div > .k-grid-table > tbody > tr > .k-grid-content-sticky:nth-of-type(3)[b-t9n1mgqx3h],
.my-grid > div > .k-grid-header > div > table > thead > tr > .k-grid-header-sticky:nth-of-type(3)[b-t9n1mgqx3h] {
    left: 157px !important;
}

.k-grid td.k-hierarchy-cell[b-t9n1mgqx3h] {
    background-color: #ffffff;
}

.k-grid th:first-of-type[b-t9n1mgqx3h] {
    background-color: #fafafa;
}

.k-grid .k-master-row.k-alt td.k-hierarchy-cell[b-t9n1mgqx3h] {
    background-color: #f6f6f6;
}

.significant[b-t9n1mgqx3h] {
    background-color: yellow;
    font-weight: bold !important;
}

.k-grid a[b-t9n1mgqx3h] {
    color: blue;
}

.lastprice[b-t9n1mgqx3h] {
    color: blue;
}

.positive[b-t9n1mgqx3h] {
    color: white;
    background-color: green;
}

.negative[b-t9n1mgqx3h] {
    color: white;
    background-color: red;
}

.positive-font[b-t9n1mgqx3h] {
    color: green;
}

.negative-font[b-t9n1mgqx3h] {
    color: red;
}
/* CSS Code taken from their site for word wrap: https://docs.telerik.com/blazor-ui/knowledge-base/grid-wrap-and-center-column-text */
.k-grid .k-grid-header th .k-cell-inner[b-t9n1mgqx3h],
.k-grid .k-grid-header th .k-cell-inner > .k-link[b-t9n1mgqx3h] {
    display: block; /*defaults to flex which makes aligning text harder in it*/
    text-align: center;
    white-space: normal;
}

.k-column-title[b-t9n1mgqx3h] {
    white-space: normal;
}

.k-grid td.right-align[b-t9n1mgqx3h] {
    text-align: right;
}

.k-grid td.left-align[b-t9n1mgqx3h] {
    text-align: left;
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-0g5uar5bs2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0g5uar5bs2] {
    flex: 1;
}

.sidebar[b-0g5uar5bs2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0g5uar5bs2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0g5uar5bs2]  a, .top-row[b-0g5uar5bs2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0g5uar5bs2]  a:hover, .top-row[b-0g5uar5bs2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0g5uar5bs2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0g5uar5bs2] {
        display: none;
    }

    .top-row.auth[b-0g5uar5bs2] {
        justify-content: space-between;
    }

    .top-row[b-0g5uar5bs2]  a, .top-row[b-0g5uar5bs2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1000px) {
    .page[b-0g5uar5bs2] {
        flex-direction: row;
    }

    .sidebar[b-0g5uar5bs2] {
        width: 250px;
        min-width : 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0g5uar5bs2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0g5uar5bs2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0g5uar5bs2], article[b-0g5uar5bs2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0sf5s38xj1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0sf5s38xj1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0sf5s38xj1] {
    font-size: 1.1rem;
}

.oi[b-0sf5s38xj1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0sf5s38xj1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0sf5s38xj1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0sf5s38xj1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0sf5s38xj1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0sf5s38xj1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0sf5s38xj1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1000px) {
    .navbar-toggler[b-0sf5s38xj1] {
        display: none;
    }

    .collapse[b-0sf5s38xj1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Notification.razor.rz.scp.css */

.df-notification[b-t1fsas788s] {
    margin-bottom: 1rem;
    animation: fadeIn-b-t1fsas788s 2s, createBox-b-t1fsas788s 2s;
    -webkit-animation: fadeIn 2s, createBox 2s;
    -moz-animation: fadeIn 2s, createBox 2s;
    -o-animation: fadeIn 2s, createBox 2s;
    -ms-animation: fadeIn 2s, createBox 2s;
}

@keyframes fadeIn-b-t1fsas788s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes createBox-b-t1fsas788s {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes createBox {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes createBox {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes createBox {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes createBox {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}
