<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    width:100%;
    overflow-x: auto;
    min-width:1440px;
}
div#topNavigationBar {
    min-width: 1440px;
}
.p2 {
}

.metro.p2 .a {
    color: #000;
}

.nooverflow{
    overflow:hidden;
}

    .p2 button.nice {
        background-color: #d9d9d9;
        color:#222;
    }

        .p2 button.nice:hover {
            background-color: #ccc;
        }

    .p2 button.link {
        background-color: none;
        margin: 0;
    }

    .p2 .full-size {
        width: 100%;
    }

    .p2 hr.up-thin {
        margin: 5px 0 20px;
    }

    .p2 .hover-shadow:hover {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 3px 8px rgba(0, 0, 0, 0.2);
    }

    .p2 .field-table {
    }

    .p2 table td {
        padding-top: 13px;
    }

        .p2 table td.inputTitle {
            width: 20%;
        }

        .p2 table td.selectColumn {
            width: 5%;
        }

    .p2 .checkbox {
        font-weight: bold;
        font-size: 18px;
        color: #999;
        border: none;
    }

        .p2 .checkbox:hover {
            color: #333;
        }

        .p2 .checkbox.left {
            float: left;
            width: auto;
            height: auto;
            margin: 0;
        }

.p2 .h4-title {
    /*font-weight: bold;*/
    color: #696969;
    font-size: 1.6rem;
    font-family: "微软雅黑" !important
}

    .p2 .div-table-td {
        padding-top: 0px;
    }

    .p2 .input-control.select select {
        border: #e5e5e5 1px solid;
        -webkit-box-shadow: 1px 1px 3px #e0e0e0;
        box-shadow: 1px 1px 3px #e0e0e0;
    }

    .p2 .listview .list.full-size {
        width: 100%;
    }

    .p2 .list {
        padding: 10px;
    }

        .p2 .list:hover {
            background-color: #f1f7fd;
        }

    .p2 .list-content .title {
        font-family: "微软雅黑";
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

    .p2 .list-content .field {
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
    }

        .p2 .list-content .field:hover {
            background-color: #eee;
            border-radius: 5px;
        }

        .p2 .list-content .field .remark {
            margin: 0;
            padding: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #888482;
        }

        .p2 .list-content .field:hover .remark {
            color: #000;
        }

    .p2 .right-button {
        float: right;
    }
    .p2 .float-left{
        float: left;
    }

    .p2 .remark {
        color: #666;
        font-style: italic;
    }

    .p2 .table td.inputValue .full-size {
        padding: 0;
        width: auto;
    }

    .p2 table td.inputValue label {
        margin: 0;
    }

    .p2 .table.tr-hoverable tr:hover {
        background-color: #fafafa;
    }

    .p2 .message-tip {
        left: 0;
        bottom: 0;
        top: auto;
        right: auto;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: yellow;
        color: #666;
        font-size: 14px;
        position: fixed;
    }

    .p2 .table.auto-width {
        width: auto;
    }

    .p2 .table.header-line th {
        border-bottom: solid 1px #cacaca;
    }
    .p2 .table.header-line:hover th {
        border-bottom: solid 1px #999;
        color: #000;
    }

    .p2 .table.header-line td {
        border-top: solid 1px #ccc;
        padding-right: 10px;
    }

    .p2 .linkbutton {
        margin-right: 10px;
        cursor: pointer;
        font-size: 14px;
        padding: 2px;
    }

        .p2 .linkbutton:hover {
            color: #3452ac;
            /*background-color: #eaeaea;*/
            text-decoration: underline;
        }

            .p2 .linkbutton:hover i {
                text-decoration: none;
            }

    .p2 .input-control.text .btn-search {
        left: inherit;
    }

    .p2 .input-control.text.search {
        width: auto;
        margin-right: 10px;
        font-size: 14px;
    }

    .p2 .query-highlight {
        background-color: yellow;
        font-weight: inherit;
        font-size: inherit;
        font-family: inherit;
        color: inherit;
    }

    .p2 .wizard-dialog .command-button,
    .p2 .wizard-dialog .command-button:hover {
        color: #222222;
    }

    .p2 .div-table.no-padding {
        padding: 0;
    }

        .p2 .div-table.no-padding .div-table-td {
            padding: 0;
        }

    .p2 .no-padding {
        padding: 0;
    }

    .p2 table.no-padding-inside td {
        padding: 0 !important;
    }

.btn-search.search-user:after {
    content: "\e03b" !important;
}

.btn-search.search-user:before {
    content: "" !important;
}

.next-operation-selector {
}

    .next-operation-selector .operations {
        margin: 10px 10% 30px;
    }

    .next-operation-selector .command-button {
        min-width: 250px;
        width: 100%;
        padding: 10px 20px;
        margin: 5px;
    }

        .next-operation-selector .command-button:hover {
            outline: 0;
            border: 1px #353535 dotted;
        }

        .next-operation-selector .command-button .cls-index {
            display: table-cell;
            width: 40px;
            height: 40px;
            background-color: #696969;
            border-radius: 25px;
            color: white;
            font-size: 2rem;
            text-align: center;
            vertical-align: middle
        }

        .next-operation-selector .command-button .cls-waiting {
            display: table-cell;
            width: 40px;
            height: 40px;
            /*background-color: #696969;*/
            border-radius: 25px;
            color: white;
            font-size: 2rem;
            text-align: center;
            vertical-align: middle
        }

        /* TODO: 讨论在下一步选择时，暂时不加颜色

        .next-operation-selector .command-button:nth-child(1) .cls-index {
            background-color: red;
        }
        .next-operation-selector .command-button:nth-child(2) .cls-index {
            background-color: orange;
        }
        .next-operation-selector .command-button:nth-child(3) .cls-index {
            background-color: green;
        }
        .next-operation-selector .command-button:nth-child(4) .cls-index {
            background-color: blue;
        }
        .next-operation-selector .command-button:nth-child(5) .cls-index {
            background-color: purple;
        }
        .next-operation-selector .command-button:nth-child(6) .cls-index {
            background-color: brown;
        }
        .next-operation-selector .command-button:nth-child(7) .cls-index {
            background-color: cadetblue;
        }
        .next-operation-selector .command-button:nth-child(8) .cls-index {
            background-color: chocolate;
        }
        .next-operation-selector .command-button:nth-child(9) .cls-index {
            background-color: midnightblue;
        }
    */

        .next-operation-selector .command-button .title {
            display: block;
            margin-top: 5px;
            font-size: 1.5rem;
            color: #3c3c3c;
            font-family: '微软雅黑', 'Microsoft YaHei UI';
            width: auto;
        }

        .next-operation-selector .command-button small {
            font-size: 1rem;
            color: #666;
            font-family: '微软雅黑', 'Microsoft YaHei UI';
            display: block;
            margin-top: 5px;
        }

        .next-operation-selector .command-button:hover small,
        .next-operation-selector .command-button:hover small:hover {
            color: #666;
        }

    .next-operation-selector #title {
        margin-left: 10px;
        font-family: '微软雅黑', 'Microsoft YaHei UI';
        display: block;
    }

    .next-operation-selector #description {
        margin-left: 10px;
        font-size: 1rem;
        font-family: '微软雅黑', 'Microsoft YaHei UI';
        display: block;
        margin-top: 5px;
        color: #666
    }
    .next-operation-selector .small {
        margin-left: 10px;
        font-size: 1rem;
        font-family: '微软雅黑', 'Microsoft YaHei UI';
        display: block;
        margin-top: 5px;
        color: #666
    }
    .next-operation-selector #title .text {
        color: #FF6600;
        font-family: '微软雅黑';
    }
    .next-operation-selector .text {
        color: #FF6600;
        font-family: '微软雅黑';
    }

.metro.p2 .tab-control.nice .tabs li a:focus {
    outline: none;
}

.p2 .font14px {
    font-size: 14px;
}
.p2 .list-group .group-title .right-button{
    margin-left: 2px;
}
.metro.p2 .listview-outlook .list.flow-attachment .list-content{
    color: #333333;
    font-size: 14px;
}
.p2 .list-group.active-mission .group-title {
    background-color: #cfcfcf;
}
.p2 .list-group.active-mission .group-title .title {
    font-weight: bold;
}

.p2 .list.flow-attachment:hover {
    background-color: inherit;
    outline: 1px solid #ccc;
}
.p2 .list.flow-attachment .flow-file-row .action-btn{
    display:none;
}
.p2 .list-group[data-status='Creating'] .list.flow-attachment .flow-file-row:hover .action-btn {
    display: inline;
}
.p2 .list.flow-attachment .property-level {
    padding-left: 20px;
}
.p2 .list.flow-attachment .file-level {
    padding-left: 40px;
}
.p2 .p2-draggable {
    cursor: move;
}
.p2 .p2-draggable-edge {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    border: #35a5e5 1px solid;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
.p2 .no-missiondownload-permission{
    display: none!important;
}

.p2 .topbar {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.2);
}

.p2 .footbar {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.2);
}

.p2 .metro .window{
    outline: 8px #3470ac solid;
    border: none;
}

.p2 .form-header .tHead {
    vertical-align: middle;
    padding: 0;
    height: 34px;
    font-size: 11pt;
    font-weight: normal;
    background: -webkit-linear-gradient(left, #2E6398, #4B8AC8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #2E6398, #4B8AC8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #2E6398, #4B8AC8); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #2E6398, #4B8AC8); /* 标准的语法（必须放在最后） */
}

.bx-wrapper .bx-prev {
    z-index: 100 !important;
}

.bx-wrapper .bx-next {
    z-index: 100 !important;
}</pre></body></html>