/* /BlazorComponents/TimeFlow/TimeFlowView.razor.rz.scp.css */


.timeflow-view-wrapper[b-oklvoik37f] {
    min-height: 10px; /*设置最低高度*/
    position: relative;
    padding-bottom: 560px; /*为最下面的popover留出空间*/
}

    .timeflow-view-wrapper .time-flow[b-oklvoik37f] {
        width: 100%;
    }


    .timeflow-view-wrapper .time-indicator[b-oklvoik37f] {
        position: fixed;
        left: 0;
        /*    transform: translateX(-50%);*/
        /*        width: 100vw;
        height: 20px;
        background: #70fff970;*/
        touch-action: none;
        cursor: ns-resize;
    }

        .timeflow-view-wrapper .time-indicator .time-line[b-oklvoik37f] {
            width: 100vw;
            height: 20px;
            background: #0000008c;
            border-top: 1px solid #ff0000;
        }

        .timeflow-view-wrapper .time-indicator .time-title[b-oklvoik37f] {
            width: 50px;
            height: 30px;
            background: #0000008c;
            text-align: center;
        }


    .timeflow-view-wrapper .positionIndicator[b-oklvoik37f] {
        text-align: right;
    }

    .timeflow-view-wrapper .timeflow-popover[b-oklvoik37f] {
        background: white;
        position: absolute;
        writing-mode: vertical-lr;
        display: flex;
        align-items: center;
        text-anchor: middle;
        font-family: inherit;
        font-size: 18px;
        padding: 6px 0;
        border-radius: 8px;
        border-width: 1px;
        z-index: 99;
    }


.timeflowview-timeline[b-oklvoik37f] {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ff4444;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    box-shadow: 0 0 4px rgba(255, 68, 68, 0.6);
}

.timeflowview-timedisplay[b-oklvoik37f] {
    position: absolute;
    right:10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 10;
}
/* /BlazorComponents/TimeMatrix/TimeMatrixView.razor.rz.scp.css */
/* /Pages/Matrix.razor.rz.scp.css */

.cell-summary-wrapper[b-zso1y1atpo] {
    /*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-dsv1pbvhvl] {
    /*padding: 1.0em 0.6em;*/
    min-height: 100vh;
}

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

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

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



@media (max-width: 640.98px) {

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

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


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

.sidebar[b-yu1caywje9] {
    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-yu1caywje9] {
    height: 100%;
    margin: auto;
}



.mobile-header[b-yu1caywje9] {
    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-yu1caywje9] {
        font-size: 30px;
        color: #ffa740;
        float: left;
        cursor: pointer;
        padding-left: 10px;
        padding-top: inherit;
    }

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




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

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

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

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


    .sidebar_overlay[b-yu1caywje9] {
        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-yu1caywje9] {
        margin-left: 240px;
    }



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


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