/* /Components/Polygon/PolygonEditor.razor.rz.scp.css */
body[b-nry91urd5x] {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.editor-btn-close[b-nry91urd5x] {
    background-color: rgb(238, 238, 238);
}

.editor-btn-close:hover[b-nry91urd5x] {
    background-color: rgb(0, 160, 233);
}

#polygon-point-container .input-group[b-nry91urd5x] {
    margin-bottom: 3px;
}

#polygon-point-container .input-group-text[b-nry91urd5x] {
    min-width: 65px;
}

#polygon-point-container .btn-primary[b-nry91urd5x] {
    margin-left: 5px;
}

#polygon-point-container .dropdown[b-nry91urd5x] {
    width: calc(100% - 65px);
}

.PolygonEditor[b-nry91urd5x] {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    display: none;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: white;
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-touch-callout: none; /*iOS Safari */
    -webkit-user-select: none; /*Chrome/Safari/Opera */
    -khtml-user-select: none; /*Konqueror */
    -moz-user-select: none; /*Firefox */
    -ms-user-select: none; /*Internet Explorer/Edge */
    user-select: none; /*Non-prefixed version, currently*/
}

.showTag[b-nry91urd5x] {
    display: block;
}

.tree[b-nry91urd5x] {
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border-right: 1px solid #F5F5F5;
    padding-top: 15px;
    padding-left: 2px;
    margin: 0px;
}
    /*滚动条样式*/
    .tree[b-nry91urd5x]::-webkit-scrollbar {
        width: 8px;
        /*height: 4px;*/
    }

    .tree[b-nry91urd5x]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }

    .tree[b-nry91urd5x]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
/* /Components/Print/PrintPriceList.razor.rz.scp.css */
/*样式隔离无效，暂注释，已在界面内添加样式*/

/*#print-table {
    width: 1000px;
}

    #print-table * {
        padding: 0;
        margin: 0;
    }

    #print-table .header {
        width: 100%;
        height: 50px;
        text-align: center;
        padding-top: 10px;
    }

        #print-table .header .logo {
            height: 50px;
            width: 100px;
            float: left;
        }

        #print-table .header .order-num {
            float: right;
            line-height: 70px;
        }*/

/* 第一行客户信息 */
/*#print-table .custom-info .row:first-child {
        display: grid;
        width: 1000px;
        grid-template-columns: 400px 430px auto;
        border-bottom: 1px solid #7e7d79;
    }*/

/* 第二行客户地址信息 */
/*#print-table .custom-info .row:last-child {
        margin-top: 10px;
        display: grid;
        width: 1000px;
        grid-template-columns: 830px auto;
        border-bottom: 1px solid #7e7d79;
    }


    #print-table .custom-info div span {
        width: 100px;
        font-weight: bold;
        padding-right: 10px;
    }

        #print-table .custom-info div span:last-child {
            margin-left: 0;
        }*/


/* 表格部分，让表格有外边框 */
/*#print-table table {
        margin-top: 20px;
        width: 1000px;
        text-align: center;
        border: 1px solid black;
        border-left: 0;
        border-bottom: 0;
        padding: 0;
    }*/

/* 表单头部 */
/*#print-table table thead tr {
            background-color: #EEECE1;
            font-weight: bold;
            padding: 0;
        }*/



/* #print-table table tbody tr td:first-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            }*/

/* 表格内容 只有左侧 和 底部 线条 */
/*#print-table table thead tr td,
            tbody tr td {
                border-left: 1px solid black;
                border-bottom: 1px solid black;
            }*/

/* 表格合计区域 */
/*#print-table table tbody tr.total {
            background-color: #F2F2F2;
        }

            #print-table table tbody tr.total td:first-child {
                text-align: right;
                font-weight: bold;
                padding-right: 15px;
            }*/
/* /Components/Templet/板件模板/Plank_templet.razor.rz.scp.css */
/*CSS隔离无效果，还是继续放在razor界面中*/ 
/*CSS隔离无效果，还是继续放在razor界面中*/ 
/*CSS隔离无效果，还是继续放在razor界面中*/ 
/*CSS隔离无效果，还是继续放在razor界面中*/

/*html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.templet-btn-close {
    background-color: rgb(238, 238, 238);
}

    .templet-btn-close:hover {
        background-color: rgb(0, 160, 233);
    }

.planktemplet {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    display: none;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: white;
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-touch-callout: none;*/ /*iOS Safari */
    /*-webkit-user-select: none;*/ /*Chrome/Safari/Opera */
    /*-khtml-user-select: none;*/ /*Konqueror */
    /*-moz-user-select: none;*/ /*Firefox */
    /*-ms-user-select: none;*/ /*Internet Explorer/Edge */
    /*user-select: none;*/ /*Non-prefixed version, currently*/
/*}

.showTag {
    display: block;
}

.gdkw .input-group, .kw .input-group {
    padding-bottom: 10px;
}

.btn-right {
    text-align: right;
}*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-m6zffd1jue] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-m6zffd1jue] {
    flex: 1;
}

.sidebar[b-m6zffd1jue] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m6zffd1jue] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m6zffd1jue]  a, .top-row .btn-link[b-m6zffd1jue] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-m6zffd1jue] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m6zffd1jue] {
        display: none;
    }

    .top-row.auth[b-m6zffd1jue] {
        justify-content: space-between;
    }

    .top-row a[b-m6zffd1jue], .top-row .btn-link[b-m6zffd1jue] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m6zffd1jue] {
        flex-direction: row;
    }

    .sidebar[b-m6zffd1jue] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m6zffd1jue] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-m6zffd1jue] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
