@import '_content/BlazorComponents.TimeFlow/BlazorComponents.TimeFlow.bundle.scp.css';
@import '_content/BlazorComponents.TimeMatrix/BlazorComponents.TimeMatrix.bundle.scp.css';

/* /Pages/Matrix.razor.rz.scp.css */

.cell-summary-wrapper[b-ay60g9ogcn] {
    /*position: fixed;*/
    position: absolute;
    max-width: 260px;
    min-width: 180px;
}
/* /Pages/MatrixMobile.razor.rz.scp.css */




/*.bg-event-summary {
    border-radius: 5px;
    padding:6px;
    border-width:6px 1px 1px 1px;
}

    .bg-event-summary p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.ref-event-summary {
    border-radius: 5px;
    padding: 6px;
    border-width: 1px 1px 1px 6px;
}

    .ref-event-summary p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.event-summary {
    border-radius: 5px;
    padding: 6px;
    border-top: 6px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

    .event-summary p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }*/
/* /Shared/ArticleContent.razor.rz.scp.css */

.article-content[b-blcgaqs2ef] {
    /*padding: 1.0em 0.6em;*/
    min-height: 100vh;
}

.content-breadcrums[b-blcgaqs2ef] {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: block;
}

    .content-breadcrums li[b-blcgaqs2ef] {
        display: inline-block;
    }

    .content-breadcrums .text[b-blcgaqs2ef] {
        font-size: 16px;
        vertical-align: middle;
    }



@media (max-width: 640.98px) {

    .article-content[b-blcgaqs2ef]{
        overflow-y:hidden;
    }

}
/* /Shared/MainLayout.razor.rz.scp.css */


.page[b-g2647ddeki] {
    position: absolute;
    width: 100%;
    min-height: 100%;
}

.sidebar[b-g2647ddeki] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    min-height: 100%;
    color: #9b9b9b;
    background: #343131;
    z-index: 600;
}


main[b-g2647ddeki] {
    height: 100%;
    margin: auto;
}



.mobile-header[b-g2647ddeki] {
    background: #34414c;
    color: #fff;
    padding: .4045em .809em;
    position: relative;
    line-height: 40px;
    text-align: center;
    font-size: 100%;
    z-index: 600;
    height:50px;
}

    .mobile-header i[b-g2647ddeki] {
        font-size: 30px;
        color: #ffa740;
        float: left;
        cursor: pointer;
        padding-left: 10px;
        padding-top: inherit;
    }

    .mobile-header a[b-g2647ddeki] {
        color: #fff;
        font-size: 18px;
        padding-right: 30px;
    }




/*С��Ļʱ*/
@media (max-width: 640.98px) {
    .sidebar[b-g2647ddeki] {
        left: -240px;
    }

        .sidebar.shift[b-g2647ddeki] {
            width: 55%;
            left: 0;
        }

    main[b-g2647ddeki] {
        min-height: 100%;
    }

        main.shift[b-g2647ddeki] {
            position: fixed;
            min-width: 100%;
            left: 55%;
            top: 0;
            overflow: hidden;
        }


    .sidebar_overlay[b-g2647ddeki] {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(31,30,36,0.24);
        z-index: 599;
    }
}

/*����Ļ*/
@media (min-width: 641px) {

    main[b-g2647ddeki] {
        margin-left: 240px;
    }



    .mobile-header[b-g2647ddeki] {
        display: none;
    }


    .sidebar_overlay[b-g2647ddeki]{
        display: none;
    }
}
