﻿@import url("/third-party/jquery-ui/jquery-ui-1.8.15.custom.css");
@import url('/third-party/jstree/themes/default/style.min.css');

/*html {
    -webkit-filter: grayscale(100%);
}*/

*, body {
    font-family: 微软雅黑,"ProximaNovaRegular",Arial,sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    outline: none;
}

/* 滚动条 */
* {
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-face-color: #dedede;
    scrollbar-3dlight-color: #dedede;
    scrollbar-darkshadow-color: #dedede;
    scrollbar-track-color: #f1f1f1;
    scrollbar-arrow-color: #797979;
}
/* end */

.center {
    text-align: center;
}

@keyframes delay {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8a8a8;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #787878;
    }

input:focus, input:hover {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

input::-webkit-input-placeholder, input::-moz-input-placeholder, input::-ms-input-placeholder {
    color: #d8d8d8;
}

.mainIframe {
    user-select: none;
}

/*loading*/
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 42px;
    line-height: 42px;
    margin-top: -21px;
    margin-left: -110px;
    padding: 0 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dbdce0;
    box-shadow: 0 2px 5px #f1f0f0;
    border-radius: 5px;
    z-index: 10001;
}

    .loading > div {
        display: inline-block;
        background-color: #3c8ee9;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        animation: bounce 1.5s infinite ease-in-out;
        -moz-animation: bounce 1.5s infinite ease-in-out;
        -webkit-animation: bounce 1.5s infinite ease-in-out;
        animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

        .loading > div:nth-child(1) {
            animation-delay: -0.32s;
            -moz-animation-delay: -0.32s;
            -webkit-animation-delay: -0.32s;
        }

        .loading > div:nth-child(2) {
            animation-delay: -0.16s;
            -moz-animation-delay: -0.16s;
            -webkit-animation-delay: -0.16s;
        }

        .loading > div:nth-child(3) {
            margin-right: 10px;
        }

        .loading > div + div {
            margin-left: 5px;
        }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
    }
}

@-moz-keyframes bounce {
    0%, 80%, 100% {
        -moz-transform: scale(0.0);
    }

    40% {
        -moz-transform: scale(1.0);
    }
}

@-webkit-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

.web_loading {
    z-index: 10001;
    width: 100%;
}

    .web_loading div {
        width: 0;
        height: 2px;
        background: #FF9F15;
        position: fixed;
        top: 0px;
    }

input[type="text"]:disabled {
    background-color: #f4f4f1;
    color: gray !important;
    border-bottom: 1px solid #d8d8d8;
    cursor: not-allowed;
}

select:disabled {
    background-color: #f4f4f1;
    color: gray !important;
    border-bottom: 1px solid #d8d8d8;
    cursor: not-allowed;
}

div.p20 {
    padding: 20px;
}

div.p30 {
    padding: 30px;
}

textarea {
    padding: 2px;
}

body {
    background-color: White;
    margin: 0px;
    padding: 0px;
}

table.singleTable td.right, table.tbDialogTable td.right {
    text-align: right;
}

.pageContent {
    padding: 15px;
    overflow: auto;
    background-color: white;
    width: 100%;
}

    .pageContent .Contents {
        margin: 15px;
    }

.noBg {
    background: none;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.hidden {
    overflow: hidden;
}

select {
    border: 1px solid #b5b5b5;
    height: 24px;
    background-color: transparent;
}

.onlyBottomBorder {
    border: 0px !important;
    border-bottom: 1px solid #d8d8d8 !important;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.red {
    color: red;
}

.circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media print {
    .notPrint {
        display: none !important;
    }
}

table {
    border: 0px;
}

img {
    border: 0px;
    user-select: none;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul li {
        margin: 0px;
        padding: 0px;
    }

        ul li a {
            user-select: none;
        }

.help {
    background: url(/assets/img/NormalIcon/help.png)no-repeat;
    background-size: 16px;
    display: none !important;
}

    .help:hover {
        background: url(/assets/img/NormalIcon/help-hover.png)no-repeat;
        background-size: 16px;
    }

.filter {
    background: url(/assets/img/NormalIcon/filter.png)no-repeat;
    background-size: 22px;
    background-position: left -1px;
}

    .filter:hover {
        background: url(/assets/img/NormalIcon/filter-hover.png)no-repeat;
        background-size: 22px;
        background-position: left -1px;
    }

.fixedGroup {
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 9000;
}

    .fixedGroup .goTop {
        background: url(/assets/img/NormalIcon/goTop.png) no-repeat;
        width: 32px;
        height: 32px;
        display: block;
        opacity: 0.7;
    }

        .fixedGroup .goTop:hover {
            background: url(/assets/img/NormalIcon/goTop-active.png) no-repeat;
            width: 32px;
            height: 32px;
            opacity: 1.0;
        }

a {
    color: #000;
    border: 0px;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #668cb3;
    }

.bannerTitle {
    font-weight: bold;
    font-family: 宋体;
}

.autoTrim {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.autoTrimTd, .autoTrimTd a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap !important;
    height: auto;
}

.clearfix {
    clear: both;
}

.triangle-up {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: black;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid black;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid black;
}

.mauto {
    margin: auto;
}

.copyRight {
    width: 100%;
    text-align: center;
    color: rgb(170, 170, 170);
    margin: 25px 0px 0px 0px;
}

.rightInButton {
    position: absolute;
    top: 25px;
    left: 30px;
}

.blank {
    height: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* Color */
.blue {
    color: Blue;
}

.red {
    color: Red;
}

.black {
    color: black;
}

.link {
    color: #668cb3 !important;
    text-decoration: none !important;
}

    .link:hover {
        border-bottom: 1px solid #668cb3 !important;
    }

.link_large {
    color: blue !important;
    text-decoration: none !important;
}

    .link_large:hover {
        text-decoration: underline !important;
    }

.link-none {
    color: #668cb3;
    cursor: default;
}

.underline {
    color: #668cb3 !important;
    border-bottom: 1px solid #668cb3;
    *border: 0px;
    *text-decoration: underline;
}

.underline_before {
    color: #f6af39;
    border-bottom: 1px solid #668cb3;
    *border: 0px;
    *text-decoration: underline;
}

.gray {
    color: Gray;
}

.gray_s {
    color: Gray;
    font-size: 10px;
}

.gray_s_count {
    color: Gray;
    font-size: 10px;
    margin-left: 5px;
}

.safe {
    color: green;
}

.importantText {
    color: Red;
    font-weight: bold;
}

.importantText_S {
    color: red;
    font-weight: bold;
}

.importantTime {
    font-weight: bold;
    color: red;
}

.bigDate {
    color: red;
    font-weight: bold;
}

.importantNumber {
    color: Red;
    font-size: 10px;
    font-weight: bold;
}

.MoreDisabled {
    color: #d8d8d8;
    background-color: #f4f0f0;
}

.lineThrough {
    text-decoration: line-through;
}
/* end */

.promptText {
    color: #bbb;
    padding-left: 12px;
    clear: both;
    line-height: 80px;
}

.NoComment {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 120px;
    background: url(/assets/img/NormalIcon/icon-noComment.png) no-repeat;
    background-position: center;
}

/* 提示信息 */
.progressInfo {
    position: fixed;
    top: 9px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 9998;
    max-width: 1000px;
    margin: auto;
}

    .progressInfo span {
        z-index: 10000;
        display: inline-block;
        _min-width: 80px;
        _max-height: 500px;
        min-width: 80px;
        max-width: 500px;
        line-height: 25px;
        height: 26px;
        padding: 1px 10px 1px 10px;
        color: white;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-left: 32px;
        background-image: url(/assets/img/NormalIcon/icon-question.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 10px 5px;
        text-align: left;
    }

        .progressInfo span a {
            color: white;
        }

            .progressInfo span a.link {
                color: white !important;
            }

                .progressInfo span a.link:hover {
                    border-bottom: 1px solid white !important;
                }

        .progressInfo span.bg_Success {
            background-color: #68af02;
        }

        .progressInfo span.bg_Fail {
            background-color: #f53642;
        }

.statusNumber {
    color: #d9eefa;
    position: fixed;
    left: 48%;
    top: 50%;
    font-size: 60px;
    font-family: Arial;
    font-weight: bold;
}

.ym-content {
    padding: 10px 0 0;
    text-align: left;
}
/* end */

.picklist {
    height: 28px !important;
    line-height: 28px;
    border: solid #d8d8d8 1px;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    text-indent: 5px;
}

.inputText {
    padding: 0px;
    height: 26px !important;
    line-height: 26px;
    border: 1px solid #d8d8d8;
    text-indent: 8px;
}

input.center {
    text-align: center;
    text-indent: 0px;
}

textarea {
    border: 1px solid #d8d8d8;
}

.star, .star_Active {
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: 2px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.star {
    background: url(/assets/img/NormalIcon/star.png) no-repeat;
    background-size: 16px;
}

.star_Active {
    background: url(/assets/img/NormalIcon/star_Active.png) no-repeat;
    background-size: 16px;
}

.tbSelect a {
    display: block;
}

.tbSelect thead tr th {
    text-align: center;
    font-weight: normal;
}

.tbSelect .sel_column {
    width: 180px;
    height: 300px;
    padding: 5px;
}

.tbSelect select option.gray_s {
    font-size: 14px;
}

.WangWang {
    background: transparent url(/assets/img/Field/wangwang.png) no-repeat scroll 0px 0px;
    vertical-align: middle;
    padding-left: 20px;
}

.URL {
    background: transparent url(/assets/img/Field/url.png) no-repeat scroll 0px 0px;
    vertical-align: middle;
    padding-left: 20px;
}

.QQ {
    background: transparent url(/assets/img/Field/qq.png) no-repeat scroll 0px 0px;
    vertical-align: middle;
    padding-left: 20px;
}

.MSN {
    background: transparent url(/assets/img/Field/msn.png) no-repeat scroll 0px 0px;
    vertical-align: middle;
    padding-left: 20px;
}

.Skype {
    background: transparent url(/assets/img/Field/skype.png) no-repeat scroll 0px 0px;
    vertical-align: middle;
    padding-left: 20px;
}

.Mobile {
    background: transparent url(/assets/img/Field/mobile.png) no-repeat scroll 0px 0px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    padding-left: 20px;
}

.mobile_s {
    background: transparent url(/assets/img/Field/mobile_s.png) no-repeat scroll 0px 0px;
    height: 12px;
    vertical-align: middle;
    padding-left: 16px;
}

.Tel {
    background: transparent url(/assets/img/Field/phone.png) no-repeat scroll 0px 0px;
    height: 16px;
    vertical-align: middle;
    padding-left: 20px;
}

.Fax {
    background: transparent url(/assets/img/Field/fax.png) no-repeat scroll 0px 0px;
    height: 14px;
    vertical-align: middle;
    padding-left: 20px;
}

.Email {
    background: transparent url(/assets/img/Field/email.png) no-repeat scroll 0px 0px;
    vertical-align: middle;
    padding-left: 20px;
}

.ulFlow {
}

    .ulFlow li {
        float: left;
        padding: 3px;
    }

.pointToRightIcon {
    background: url('/assets/img/NormalIcon/pointToRight.gif') 0px 6px no-repeat;
    padding-left: 12px;
}

.pointToBottomIcon {
    background: url('/assets/img/NormalIcon/pointToBottom.gif') 0px 6px no-repeat;
    padding-left: 12px;
}

.inputTextneedTxt {
    padding: 0;
    height: 18px !important;
    border: solid #B5B5B5 1px;
    text-indent: 2px;
    background-color: #f5f5f5;
}

.icon-approve {
    cursor: pointer;
}

.icon-WaitApply {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/assets/img/Approve/WaitApply-16.png) no-repeat;
    margin-left: 4px;
    background-size: 18px;
}

.icon-WaitApprove {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/img/Approve/WaitApprove-16.png) no-repeat;
    margin-left: 5px;
}

.icon-Approving {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/img/Approve/Approving-16.png) no-repeat;
    margin-left: 5px;
}

.icon-Finished {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/img/Approve/Finished-16.png) no-repeat;
    margin-left: 5px;
}

.icon-Reject {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/img/Approve/Reject-16.png) no-repeat;
    margin-left: 5px;
}

.icon-Cancel {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/img/Approve/Cancel-16.png) no-repeat;
    margin-left: 5px;
}

.topDescription {
    color: gray;
    line-height: 32px;
    margin: 10px 10px 10px 10px;
}

div.qx_0 {
    width: 12px;
    height: 12px;
    background: url(/assets/img/Setting/qx_notSupport.png) no-repeat;
    display: inline-block;
    cursor: default;
    opacity: 0.3;
}

.qx_1 {
    width: 12px;
    height: 12px;
    background: url(/assets/img/Setting/qx_none.png) no-repeat;
    display: inline-block;
}

.qx_2 {
    width: 12px;
    height: 12px;
    background: url(/assets/img/Setting/qx_owner.png) no-repeat;
    display: inline-block;
}

.qx_3 {
    width: 12px;
    height: 12px;
    background: url(/assets/img/Setting/qx_dept.png) no-repeat;
    display: inline-block;
}

.qx_4 {
    width: 12px;
    height: 12px;
    background: url(/assets/img/Setting/qx_deptwithchild.png) no-repeat;
    display: inline-block;
}

.qx_5 {
    width: 12px;
    height: 12px;
    background: url(/assets/img/Setting/qx_all.png) no-repeat;
    display: inline-block;
}

.btn_txt_btn {
    display: inline-block;
}

    .btn_txt_btn a.number {
        width: 32px;
        height: 32px;
        line-height: 28px;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        background-color: #3598dc;
        color: white;
        display: inline-block;
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    .btn_txt_btn .txtNumber {
        width: 100px;
        height: 30px;
        line-height: 30px;
        line-height: 100%;
        text-indent: 12px;
        border: 0px;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        top: -4px;
    }

    .btn_txt_btn.ownerPage .txtNumber {
        height: 32px;
    }

.tbDialogTable {
    line-height: 42px;
    padding: 3px;
}

    .tbDialogTable td:first-child {
        vertical-align: top;
    }

.tbBorder {
    background: black;
}

    .tbBorder td {
        background: white;
    }

img.r8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

img.r16 {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

img.r32 {
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}

.promptIcon {
    background: url(/assets/img/NormalIcon/help.png)no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.pageContainer {
    width: 100%;
}

    .pageContainer .pLeft {
        float: left;
        width: 220px;
        height: 100%;
        overflow: auto;
        background-color: #f6f6f6;
        border-left: 10px solid #eee;
        border-right: 10px solid #eee;
        overflow: hidden;
    }

    .pageContainer .pRight {
        overflow: hidden;
    }

    .pageContainer .pLeft .jstree-anchor {
        font-size: 14px;
    }

    .pageContainer .pLeft .icon-allDirectory {
        margin: 12px 0px 0px 15px;
    }

        .pageContainer .pLeft .icon-allDirectory a {
            color: #666666;
            padding: 0px 10px 0px 5px;
            height: 28px;
            line-height: 28px;
            font-size: 14px;
        }

    .pageContainer .pLeft #divTree {
        margin: 8px;
    }

    .pageContainer .pLeft .jstree-default .jstree-clicked {
        background: #dddddd !important;
    }

    .pageContainer .pLeft .icon-allDirectory a.selected {
        background: #dddddd !important;
    }

.navDesc {
    padding-left: 8px;
    font-family: 宋体;
}

.pRight .pagebanner {
    border-bottom: 1px solid #efefef;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.body-report .mainTop, .body-Monitor .tabBar {
    background-color: #122e5b;
}

.moreFuns {
    display: none;
}

    .moreFuns span {
        font-size: 32px;
        letter-spacing: 2px;
        color: white;
        padding: 0px 10px 0px 12px;
        display: inline-block;
        height: 52px;
        line-height: 32px;
        user-select: none;
        _user-select: none;
        font-size: 12px;
    }

        .moreFuns span.selected {
            background-color: #fefefe;
        }

        .moreFuns span.selected {
            color: black;
        }

.childMenu {
    display: none;
}

.menuContainer {
    overflow: hidden;
    position: absolute;
    background-color: white;
    padding: 0;
    border: 1px solid #c2c2c2;
    border-top: 0px;
    margin-left: -1px;
    margin-top: 3px;
}

    .menuContainer > table {
        line-height: 20px;
    }

    .menuContainer.submenuContainer {
        border-top: none !important;
        max-height: 550px;
        overflow: auto;
    }

        .menuContainer.submenuContainer > table:first-child {
            border-top: 1px solid #c2c2c2;
        }

    .menuContainer.disabled {
        border-top: 5px solid #999;
        background-color: gray;
    }

    .menuContainer .line {
        background-color: transparent;
        width: 100%;
    }

        .menuContainer .line.title {
            background-color: black;
        }

    .menuContainer.disabled .line.title {
        background-color: #999;
    }

    .menuContainer .line.title a {
        color: #ccc;
    }

    .menuContainer.disabled .line.title a {
        color: #7f8182;
    }

    .menuContainer td a {
        text-decoration: none;
        color: #808080;
        display: block;
        height: 100%;
    }

    .menuContainer td.voice {
        padding: 7px;
    }

    .menuContainer .separator {
        background-color: #e3e2de;
        height: 1px;
        padding: 0;
        margin: 0;
    }

    .menuContainer td.img {
        text-align: center;
        font-size: 12px;
        color: #c3c3c3;
        background-color: transparent;
        width: 24px;
        padding: 5px;
    }

        .menuContainer td.img img {
            width: 20px;
        }

    .menuContainer .selected td {
        background-color: #f5f5f5;
    }

        .menuContainer .selected td a {
            color: #000;
            display: block;
        }

    .menuContainer .disabled td, .menuContainer .disabled td a {
        color: #555;
    }

    .menuContainer .subMenuOpener {
        background-image: url("/assets/img/normalIcon/icon-childMenu.png");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: right;
    }

.ulQuickNav {
    margin: auto;
    height: 2000px;
    overflow-y: hidden;
}

    .ulQuickNav li {
        padding: 12px;
        width: 32px;
        height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

        .ulQuickNav li .icon {
            width: 16px;
            height: 16px;
            margin-left: 8px;
        }

        .ulQuickNav li .text {
            text-align: center;
            display: none;
            color: white;
        }

        .ulQuickNav li:hover {
            background-color: #3d3b3b;
        }

    .ulQuickNav .portal .icon {
        background: url(/assets/img/quickBar/portal.png) no-repeat;
        opacity: 0.8;
    }

    .ulQuickNav .funCenter .icon {
        background: url(/assets/img/quickBar/funCenter.png) no-repeat;
    }

    .ulQuickNav .form .icon {
        background: url(/assets/img/quickBar/form.png) no-repeat;
    }

    .ulQuickNav .approve .icon {
        background: url(/assets/img/quickBar/approve.png) no-repeat;
    }

    .ulQuickNav .calendar .icon {
        background: url(/assets/img/quickBar/calendar.png) no-repeat;
    }

    .ulQuickNav .task .icon {
        background: url(/assets/img/quickBar/task.png) no-repeat;
    }

    .ulQuickNav .customer .icon {
        background: url(/assets/img/quickBar/customer.png) no-repeat;
    }

    .ulQuickNav .knowledge .icon {
        background: url(/assets/img/quickBar/knowledge.png) no-repeat;
    }

    .ulQuickNav .report .icon {
        background: url(/assets/img/quickBar/report.png) no-repeat;
    }

    .ulQuickNav li:hover .icon {
        display: none;
    }

    .ulQuickNav li:hover .text {
        display: block;
    }

.textureBg {
    margin: 0px;
}

.noBg {
    background-color: white !important;
}


.quickIcon-view {
    display: inline-block;
}

    .quickIcon-view a {
        margin-right: 10px;
    }

    .quickIcon-view .attach {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-attach.png) no-repeat;
        background-size: 16px;
        background-position: 0px 1px;
        padding-left: 18px;
    }

    .quickIcon-view .viewHistory {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-viewHistory.png) no-repeat;
        background-position: 0px -1px;
        background-size: 20px;
        padding-left: 22px;
    }

    .quickIcon-view .print {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-print.png) no-repeat;
        background-size: 20px;
        padding-left: 22px;
        cursor: default;
    }

    .quickIcon-view .team {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-team-new.png) no-repeat;
        background-size: 20px;
        padding-left: 22px;
    }

    .quickIcon-view .assign {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-assign.png) no-repeat;
        background-size: 20px;
        padding-left: 22px;
    }

    .quickIcon-view .dataDynamic {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-dataDynamic.png) no-repeat;
        background-size: 20px;
        padding-left: 22px;
    }

    .quickIcon-view .task_Track {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-log.png) no-repeat;
        background-size: 18px;
        padding-left: 20px;
        background-position: 0px 0px;
        height: 20px;
    }

    .quickIcon-view .buttjoint {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-buttjoint.png) no-repeat;
        background-size: 18px;
        padding-left: 20px;
    }

    .quickIcon-view .comment {
        display: inline-block;
        background: url(/assets/img/NormalIcon/icon-comment.png) no-repeat;
        background-size: 18px;
        padding-left: 20px;
    }

.ulTable {
    display: table;
    margin: 0px;
    padding: 0px;
}

    .ulTable li {
        display: table-cell;
    }

/* 主菜单 Start */
.bgMainMenu {
    background: url(/assets/img/portal/bg-mainmenu.png);
    background-size: cover;
    background-position: left center;
    height: 100%;
    width: 100%;
}

.popMainMenu {
    position: fixed;
    padding-top: 30px;
    margin: auto;
    filter: alpha(opacity=95);
    opacity: 0.95;
    width: 100%;
}

    .popMainMenu .sliderContainer {
        width: auto;
    }

    .popMainMenu:hover .skippr-previous, .popMainMenu:hover .skippr-next {
        opacity: 1.0;
    }

    .popMainMenu .skippr-previous {
        width: 36px;
        height: 36px;
        left: 30px;
        top: 100px;
        opacity: 0.2;
    }

    .popMainMenu .skippr-next {
        width: 36px;
        height: 36px;
        right: 30px;
        top: 100px;
        opacity: 0.2;
    }

    .popMainMenu .modules {
        display: table;
        width: auto;
        max-width: 840px;
        margin: auto;
        min-height: 236px;
    }

.tab_MainFuns {
    margin-top: 60px;
    margin-bottom: 5px;
}

    .tab_MainFuns .topLine {
        border: 0px;
        border-top: 2px solid white;
    }

    .tab_MainFuns .funs {
        display: table;
        margin: auto;
        position: relative;
        top: -2px;
    }

        .tab_MainFuns .funs li {
            padding: 8px 24px 8px 24px;
            cursor: pointer;
        }

            .tab_MainFuns .funs li span {
                color: #ccc;
                font-weight: normal;
            }

            .tab_MainFuns .funs li.current {
                border-left: 2px solid white;
                border-right: 2px solid white;
                border-bottom: 2px solid white;
                border-top: 2px solid #7ab1c7;
            }

                .tab_MainFuns .funs li.current span {
                    color: white;
                    font-weight: bold;
                }

/*主菜单 End*/

.body-report .mainTabItem_Current {
    background: #052352;
}

.body-Monitor .mainTabItem_Current {
    background: #052352;
}

.second-panel {
    width: 350px;
    overflow-y: auto;
    background: #f8f8f6;
    border: 1px solid #f8f8f6;
    color: #2f80d1;
    z-index: 10;
    padding: 0px 10px;
    margin-left: -1px;
    border: 1px solid #f8f8f6;
    border-left: 1px solid #dddddd;
}

    .second-panel h4 {
        margin: 15px 0px;
        margin-bottom: 5px;
        padding-left: 22px;
    }

    .second-panel a {
        color: #686868;
        border-radius: 3px;
        margin: 3px 10px;
    }

a.second-menu-item {
    padding: 3px 5px;
    display: inline-block;
    text-decoration: none;
}

    a.second-menu-item:hover {
        color: #fff;
        background-color: #b4c2cc;
        text-decoration: none;
    }

.second-menu {
    margin: 0;
    padding: 0;
}

    .second-menu li {
        float: left;
        list-style: none;
        width: 99px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        line-height: 14px;
    }

        .second-menu li.expand {
            clear: both;
            width: 100%;
            margin-top: 10px;
        }

    .second-menu .expand > a,
    .second-menu .expand > a:hover {
        color: #2f80d1;
        background: #fff;
        font-weight: bold;
        cursor: default;
    }

a.second-menu-item {
    padding: 3px 5px;
    display: inline-block;
    text-decoration: none;
}

    a.second-menu-item:hover {
        color: #fff;
        background-color: #b4c2cc;
        text-decoration: none;
    }

.menuContentContainer-leftArrow {
    width: 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dadada;
    border-right: 0px;
    color: #4791d9;
    font-weight: bold;
    font-family: 宋体;
    text-align: center;
    position: relative;
    float: left;
    top: 100px;
    z-index: 10;
    background-color: #f8f8f6;
    cursor: pointer;
}

.second-panel {
    float: left;
}

.WelcomeInfo {
    line-height: 24px;
}

    .WelcomeInfo span {
        color: blue;
        font-weight: bold;
    }

.info-wrap {
    position: absolute;
    left: -115px;
    width: 266px;
    z-index: 99;
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-top: #fff;
    margin: 0;
}

.person-info-header {
    padding: 8px;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #f8f8f6;
}

.person-info-avator {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin: 5px;
    border-radius: 30px;
}

    .person-info-avator img {
        width: 64px;
    }

.person-info-content {
    text-align: left;
    margin-left: 75px;
}

.person-info-name {
    color: #333;
    font-weight: normal;
    margin: 4px 0px 4px 0px;
}

.person-info-online {
    font-weight: normal;
    position: relative;
    display: inline-block;
}

    .person-info-online i {
        cursor: pointer;
    }

.person-info-tip {
    display: none;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    position: absolute;
    left: -1px;
    top: 24px;
    width: 70px;
}

    .person-info-tip a {
        display: block;
        text-decoration: none;
        height: 20px;
        line-height: 20px;
    }

        .person-info-tip a:hover {
            background-color: #e3e3e3;
        }

.person-info-body a {
    display: inline-block;
    padding: 10px 45px;
    text-decoration: none;
}

#person_info {
    border-right: 1px solid #ddd;
}

/* 页面结构 */
.tabItem .GroupContent td {
    line-height: 32px;
}

.pageLeft {
    width: 220px !important;
    vertical-align: top;
}

.pageCenter {
    vertical-align: top;
    padding: 0 0 5px 3px;
    padding-left: 3px !important;
}

.pageCenter_Content {
    /*border: 1px solid #919191;*/
    border-top: 0px;
    padding-top: 15px;
    overflow: hidden;
    width: 100%;
    background-color: White;
    padding-bottom: 5px;
    margin-left: 2px;
}

.pageCenter_Content_border {
    width: 844px;
    margin: 0px;
}

.pageRight-collapse {
    width: 20px;
    vertical-align: top;
    padding-left: 10px;
}

.pageRight {
    width: 200px;
    vertical-align: top;
    padding-top: 74px;
    padding-right: 5px;
}

.leftContainer {
    width: 213px;
    z-index: 100;
    margin: auto;
    background-color: #dfdfdf;
    border-left: 1px solid #919191;
    border-right: 1px solid #919191;
    position: fixed;
    height: 100%;
    left: 5px;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
}

.pageRightContent {
    width: 196px;
    border: 1px solid #919191;
    border-top: 0px;
    min-height: 400px;
    clear: both;
    text-align: center;
}
/* 全局搜索 */
.leftNav-globalsearch {
    width: 365px;
    border-top: 0px solid #4a9abc;
    border-bottom: 1px solid gray;
    *border-bottom: 1px solid gray;
    margin-bottom: 0px;
    background-color: #F5F5F5;
    border-left: 1px solid #919191;
    border-right: 1px solid #919191;
    filter: DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=0,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=90,strength=5) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=180,strength=8);
}

#divGlobalSearch {
    position: absolute;
    width: 350px;
    height: 132px;
    display: none;
    z-index: 1000;
}

/* 左侧分组 */
.leftNav {
    width: 213px;
    border-top: 0px solid #4a9abc;
    border-bottom: 1px solid #b2b1b1;
    *border-bottom: 1px solid #b2b1b1;
    margin-bottom: 0px;
    background-color: White;
}

.firstLeftNav {
    border-top: 1px solid #b2b1b1 !important;
}

.leftNav-header {
    background-color: #ebebeb;
    height: 30px;
    border-bottom: 1px solid #e3e3e3;
    width: 34px;
}

    .leftNav-header div {
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        table-layout: fixed;
        display: inline-block;
        top: 2px;
        padding: 0px;
        word-break: break-all;
    }

.leftNav-body {
    padding: 0px 1px 0px 0px;
}

.leftNav-body-content {
    min-height: 200px;
    max-height: 300px;
    overflow: auto;
}

.withSpace {
    padding: 8px;
}

.leftNav-bottom {
    margin-bottom: 0;
    border-bottom: 0px;
}

.mainFace {
    background-color: White;
    text-align: center;
    border: 1px solid #7f7f7f;
    border-bottom: 0px;
    height: 110px;
    padding-top: 20px;
}

    .mainFace ul li {
        float: left;
        height: 96px;
        vertical-align: middle;
    }

.faceImg {
    width: 96px;
    margin-left: 20px;
}

    .faceImg img {
        width: 96px;
        height: 96px;
    }

.faceText {
    margin-top: 5px;
    margin-right: 5px;
    line-height: 28px;
    color: #5b595a;
    font-family: 宋体;
    font-size: 10px;
}

.pyContainer {
    width: 100%;
    background-color: White;
    cursor: default;
}

    .pyContainer tr td {
        text-align: center;
        background-color: #f2f7fc;
        height: 28px;
        width: 18px;
    }

.disabled {
    color: #aca899;
}

.globalSearch li {
    height: 28px;
    line-height: 28px;
}

.leftSummaryInfo {
    padding: 8px;
    padding-right: 0px;
}

    .leftSummaryInfo li {
        line-height: 21px;
        cursor: default;
    }

    .leftSummaryInfo .item {
        padding-left: 20px;
    }

.leftNav .moduleList {
    height: 300px;
    min-height: 200px;
    overflow: auto;
    width: 196px;
}

.leftNav .divList {
    height: 150px;
    min-height: 110px;
    overflow: auto;
    width: 190px;
}

/*左侧菜单图标隐藏*/
#hiddenIcoDiv {
    position: absolute;
    bottom: 0;
    width: 207px;
    text-indent: 8px;
    background: url(images/groupHeadBg.png) repeat-x;
    height: 30px;
    border: 1px solid #919191;
    line-height: 28px;
    display: none;
    overflow: hidden;
}

    #hiddenIcoDiv img {
        padding: 6px 2px;
        width: 16px;
        cursor: pointer;
    }

        #hiddenIcoDiv img:hover {
            background-color: #BAD3FC;
        }
/* end */

/* 主页面 */
.gridTitle {
    height: 32px;
    line-height: 32px;
    margin: 0px;
    display: none;
}

    .gridTitle li {
        padding: 0px;
    }

    .gridTitle .ulButton {
        padding-top: 3px;
    }

    .gridTitle .btnGroup {
        margin-top: 0px !important;
    }

.bannerTitle {
    margin-left: 10px;
    color: black;
}

.bannerTitle_link {
    color: black !important;
}

#spanViewCNName {
    margin-left: 0px !important;
}

#imgFunLogo {
    margin-top: 0px;
    margin-left: 10px;
}

.locationContainer {
    margin: 0px 0px 2px 10px;
    height: 16px;
    line-height: 16px;
    cursor: default;
    display: none;
    clear: both;
}

    .locationContainer span {
        font-family: 宋体;
    }

    .locationContainer a.activated {
        color: Red;
        cursor: default;
    }

.picfileContent {
    background-color: White;
    text-align: center;
    padding: 10px;
    border-bottom: 0px;
    padding-left: 2px;
}

    .picfileContent a {
        display: block;
        background: url(/assets/img/Layout/picFile_bg.png) no-repeat;
        width: 135px;
        height: 160px;
        margin: auto;
        margin-top: -5px;
        margin-bottom: -3px;
    }

    .picfileContent img {
        margin-top: 15px;
        width: 110px;
        height: 130px;
    }
/* end */

/* 视图及查找 */
.searchButton {
    background: url(images/qfind.gif) no-repeat;
    width: 21px;
    height: 22px;
    cursor: pointer;
}

.rightSearchBtn {
    width: 22px;
    padding: 0px 5px 0px 0px;
    line-height: 26px;
    height: 26px;
}

.helpSearchStyle {
    color: #B5B5B5;
    width: 350px;
    padding-left: 2px;
}

.sel {
    background: url("/assets/img/Field/yes.png") no-repeat scroll 0 4px transparent !important;
    padding-left: 20px;
}

.fieldList li {
    float: left;
    padding-right: 5px;
}

.fieldList tr {
    border: none;
}

.secContent {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #B7C9E8;
    border-left: 1px solid #B7C9E8;
    border-right: 1px solid #B7C9E8;
}

.numericOption {
    color: black;
}

.totalRecordNum {
}

/*浅蓝#0099FF*/
.dateOption {
    color: black;
}

.boolOption {
    color: black;
}

.mustOption {
    color: Red;
}

.viewOption {
    color: #7f8182666;
}

/* 左右选择 */
.viewarrow {
    display: block;
    width: 24px;
    height: 36px;
    margin: auto;
}

.arrow-right {
    background: url(/assets/img/NormalIcon/arrow-right.png) no-repeat;
    background-size: 20px;
}

    .arrow-right:hover {
        background: url(/assets/img/NormalIcon/arrow-right-hover.png) no-repeat;
        background-size: 20px;
    }

.arrow-left {
    background: url(/assets/img/NormalIcon/arrow-left.png) no-repeat;
    background-size: 20px;
}

    .arrow-left:hover {
        background: url(/assets/img/NormalIcon/arrow-left-hover.png) no-repeat;
        background-size: 20px;
    }

.arrow-top {
    background: url(/assets/img/NormalIcon/arrow-top.png) no-repeat;
    background-size: 20px;
}

    .arrow-top:hover {
        background: url(/assets/img/NormalIcon/arrow-top-hover.png) no-repeat;
        background-size: 20px;
    }

.arrow-up {
    background: url(/assets/img/NormalIcon/arrow-up.png) no-repeat;
    background-size: 20px;
}

    .arrow-up:hover {
        background: url(/assets/img/NormalIcon/arrow-up-hover.png) no-repeat;
        background-size: 20px;
    }

.arrow-down {
    background: url(/assets/img/NormalIcon/arrow-down.png) no-repeat;
    background-size: 20px;
}

    .arrow-down:hover {
        background: url(/assets/img/NormalIcon/arrow-down-hover.png) no-repeat;
        background-size: 20px;
    }

.arrow-bottom {
    background: url(/assets/img/NormalIcon/arrow-bottom.png) no-repeat;
    background-size: 20px;
}

    .arrow-bottom:hover {
        background: url(/assets/img/NormalIcon/arrow-bottom-hover.png) no-repeat;
        background-size: 20px;
    }
/* end */

/* 设置列宽 */
.fieldWidthContainer {
    width: 100%;
    overflow: auto;
    height: 190px;
}
/* end */

/*主数据网格  .listViewTable tbody tr td{cursor:default;}*/
.dataGrid {
    background: #FFFFFF none repeat scroll 0 0;
    border-top: 0px;
    width: 100%;
    border-bottom: 0px;
    color: #646464;
    min-width: 780px;
}

.dataGrid-topBorder {
    border-top: 1px solid #dad7d7;
    padding-top: 1px;
}

#tbBottomButton {
    margin-top: -1px;
}

#tbContent {
    width: 100%;
    table-layout: fixed;
}

.listViewTable {
    border-collapse: collapse;
    border: 0;
    border-top: 0px solid #dad7d7;
    display: inline-table;
}

    .listViewTable thead tr th {
        font-weight: normal;
        height: 30px;
        padding-left: 4px;
        padding-right: 4px;
        line-height: 28px;
        white-space: nowrap;
        background-color: #f5f5f5;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: left;
        border-bottom: 2px solid #6fbce2;
    }

    .listViewTable thead th a img, .orderfield img {
        vertical-align: middle;
    }

    .listViewTable tr {
        display: table-row;
        vertical-align: inherit;
    }

    .listViewTable td {
        border-bottom: 1px solid #E3E6EB;
        padding-left: 4px;
        padding-right: 4px;
        table-layout: fixed;
        empty-cells: show;
        height: 30px;
    }

        .listViewTable td, .listViewTable td a {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .listViewTable td.padding0, .listViewTable thead tr th.padding0 {
                padding-left: 0px;
                padding-right: 0px;
            }

.fieldId_0, .padding0, .field_star {
    border-left: 0px !important;
}

.tr_Summary td {
    background-color: #f5f5f5;
}

/*.listViewTable thead tr th.fixedHead{background-color: #E2EFF8;}*/
.listEditTable .orderfield {
}

.listEditTable tbody {
    border: 0;
}

.listEditTable tr {
    border: 0;
    border-top: 1px solid #c1c8d2;
}

.listEditTable td {
    border: 0;
    padding-left: 0;
    padding-right: 4px;
}

.gridGroupTitle td {
    color: #006091;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    border-bottom: 1px solid #6fbce2;
    text-indent: 5px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.groupImg {
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    vertical-align: middle;
    background: url("/assets/img/s_Fold.png") no-repeat;
    background-position: 50% 45%;
}

.groupImgexpand {
    background: url("/assets/img/s_expand.png") no-repeat;
    background-position: 50% 45%;
}

.gridGroupNum {
    font-size: 10px;
    padding-left: 2px;
}

.totalText {
    font-family: "\5B8B\4F53" !important;
    font-size: 11pt !important;
    padding-left: 5px !important;
}

/* 明细网格 */
.gfItem ul {
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: table;
}

.addedRow-Bg {
    background-color: #e7e7e7 !important;
}

.detailsUploadLink {
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
}

/* 弹出页面表格 */
.dialogViewTable {
    border-collapse: collapse;
    border: 0;
    border-top: 0px solid #dad7d7;
}

    .dialogViewTable thead tr th {
        font-weight: normal;
        height: 20px;
        padding-left: 3px;
        padding-right: 3px;
        line-height: 20px;
        border-bottom: 1px solid #c1c8d2;
        white-space: nowrap;
        background-color: #f2f4f6;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dialogViewTable thead th a img, .orderfield img {
        vertical-align: middle;
    }

    .dialogViewTable tr {
        display: table-row;
        vertical-align: inherit;
    }

    .dialogViewTable td {
        padding-left: 3px;
        padding-right: 3px;
        empty-cells: show;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        height: 23px;
    }

    .dialogViewTable td, .listViewTable td a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .dialogViewTable td.padding0, .listViewTable thead tr th.padding0 {
            padding-left: 0px;
            padding-right: 0px;
        }
/*.dialogViewTable thead tr th.fixedHead{background-color: #E2EFF8;}*/

.orderfield {
}

.orderfield-large {
    height: 40px !important;
}

.requiredBg {
    background-repeat: no-repeat;
    BACKGROUND-IMAGE: url(images/resize-Required.gif) !important;
    background-position: left 2px;
}

.tdhover {
    background-color: #f1f7f8;
}

*.thOver {
    background-color: #f8f8f8 !important;
}

.tdMainContent .roottbl {
    overflow: auto;
    overflow-y: hidden;
    height: 100%;
}

.tf {
    white-space: nowrap;
}

.Header_NotTab tr th {
    border-top: 0px solid white;
    height: 24px;
    padding: 0px;
    margin: 0px;
}

.Header_Tab tr th {
    border-top: 0px;
}

.th-cbx {
    padding: 0px !important;
    text-align: center !important;
    BACKGROUND-IMAGE: none !important;
    cursor: default;
}

    .th-cbx input {
        background-color: transparent;
    }

.jrating {
    background-color: #FBFBFB;
}
/*顺序变化可能会引起样式优先级变化*/
.tdout {
    background-color: #FFFFFF;
}

.tdDoubleRow {
    background-color: #f2f7fc;
}

.tdcurr {
    background-color: #e0ecf9;
}

.tdClick, .rtmenu_curr {
    background-color: #e0ecf9;
}

.tdhover .indIcon {
    visibility: visible;
}

.pagesize {
}

.tbBottomButton {
    margin-top: 1px;
}

.tbTopButton {
    margin-bottom: 3px;
    margin-top: 10px;
}

.tbTopButton, .tbBottomButton {
    border-left: 0px;
    border-right: 0px;
}

.tb-button {
    height: 36px;
    line-height: 36px;
}

    .tb-button a:first-child {
        background-color: #ff7900;
        border: 1px solid #ff7900;
        color: white;
        height: 28px;
        line-height: 28px;
    }

    .tb-button a {
        display: block;
        float: left;
        vertical-align: middle;
        background-color: white;
        height: 28px;
        line-height: 28px;
        min-width: 48px;
        padding-left: 15px;
        padding-right: 15px;
        color: #7f8182;
        border: 1px solid #d8d8d8;
        border-left: 0px;
        text-align: center;
    }

        .tb-button a:hover {
            color: white;
            background-color: #ff7900;
            border: 1px solid #ff7900;
        }

.tb-paging {
    width: 450px;
    padding-right: 5px;
    text-align: right;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
}

    .tb-paging select.pagesize {
        height: 18px;
        width: 55px;
        border: 0px;
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        margin-left: -5px;
    }

    .tb-paging .ulFlow {
        float: right;
        height: 29px;
        line-height: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .tb-paging .ulFlow li {
            padding-left: 5px;
            position: relative;
        }

.ulFlow .normalBtn {
    margin-right: 5px;
}

.tb-paging .refresh-Icon {
    margin-top: 6px;
}

.tb-paging .GoPageContainer {
    z-index: 100;
    display: none;
    position: absolute;
    top: 22px;
    right: -10px;
    width: 135px;
    padding: 0 10px;
    background-color: #F8F8F8;
    border: 1px solid #7F7F7F;
    -moz-box-shadow: 1px 0px 2px #aaa;
    -webkit-box-shadow: 1px 2px 2px #aaa;
    box-shadow: 1px 2px 2px #aaa;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=0,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=90,strength=5) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=180,strength=8) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=270,strength=5)";
    *filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=0,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=90,strength=5) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=180,strength=8) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=270,strength=5);
}

    .tb-paging .GoPageContainer .LineEdit {
        width: 40px;
        text-align: center;
    }

    .tb-paging .GoPageContainer label {
        color: #646464;
    }

.btnGroup_Bottom .tb-button, .btnGroup_Bottom .tb-paging {
    border-top: 0px !important;
}

.boolean_true, .boolean_True, .boolean_1 {
    background: transparent url(/assets/img/Field/yes.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
}

.boolean_false, .boolean_False, .boolean_0 {
    background: transparent url(/assets/img/Field/no.png) center no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
    text-align: center;
}

.smtime {
    color: #7f8182;
    font-size: 10px;
    margin-left: 5px;
}

.summaryData {
    color: green !important;
    text-align: right;
}

    .summaryData .link {
        color: green;
    }

.trSelectRow td {
    background-color: #f5f5f5;
    height: 28px;
    border-bottom: 0px;
}
/*end*/

/*明细数据网格 */
.tabItemsContainer ul li.splitTab {
    padding: 0px !important;
    width: 4px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.tabItemsContainer ul li.splitTab_left {
    display: none;
    border: 1px solid white;
    border-left: 0px;
    border-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 6px;
    margin-top: -2px;
}

.tabItemsContainer ul li.tab_Free {
    border: 1px solid white;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #919191;
    width: 0px;
    padding: 0px !important;
}

.tabItemsContainer {
    cursor: default;
    margin-top: 10px;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
}

    .tabItemsContainer ul {
        height: 28px;
        padding-top: 0px;
    }

        .tabItemsContainer ul li {
            float: left;
            margin: 0px 0px 0px 0px;
            white-space: nowrap;
            padding: 0px 8px 0px 8px;
            height: 32px;
            line-height: 20px;
            text-align: center;
            border-bottom: 0px;
            display: block;
        }

        .tabItemsContainer ul .tab_Normal {
            height: 28px;
            color: #646464;
            min-width: 60px;
            max-width: 100px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-top: -1px;
            cursor: pointer;
            background: none;
        }

        .tabItemsContainer ul .tab_Current {
            color: #ff7900;
            min-width: 60px;
            max-width: 100px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-top: -1px;
            height: 28px;
            border-bottom: 0px;
            cursor: pointer;
        }

            .tabItemsContainer ul .tab_Current span {
                border-bottom: 3px solid blue;
                padding-bottom: 6px;
                padding-left: 7px;
                padding-right: 5px;
            }

.tab_Group {
    white-space: nowrap !important;
    text-overflow: inherit !important;
    max-width: none !important;
}

.margin_top {
    margin-top: 10px;
}

.tableTabItemContainer_Content {
    width: 100%;
    border: 0px;
    min-height: 100px;
}

    .tableTabItemContainer_Content .firstTd {
        vertical-align: top;
        padding-top: 5px;
    }

.readOnly {
    background-color: #FFFFEC !important;
}

.detailsViewTable {
    table-layout: fixed;
}

    .detailsViewTable td {
        /*border-left: 1px solid #E3E6EB !important;*/
        height: 20px !important;
        line-height: 20px !important;
    }

    .detailsViewTable .orderfield {
        cursor: default !important;
    }

    .detailsViewTable thead tr th {
        height: 24px !important;
        line-height: 24px !important;
    }

.indexNumber_Header, .indexNumber {
    width: 30px;
    text-align: center;
}

.isNumber {
    text-align: left;
}
/*end*/

/* 扩展菜单 */
.popMenu {
    position: absolute;
    z-index: 100;
    display: none;
    min-width: 200px;
    border: 0px;
    line-height: 20px;
    position: absolute;
    z-index: 9998;
    display: none;
    border: 1px solid #e0e0e0;
    background: white;
}

.popMenu-div > .link {
    color: #646464 !important;
}

    .popMenu-div > .link.topBorder {
        border-top: 1px solid #f0f0f0;
    }

.popMenu-div > a {
    cursor: pointer;
    color: black;
    display: block;
    text-indent: 5px;
    height: 30px;
    line-height: 30px;
    color: #646464;
    transition: 0.3s;
}

    .popMenu-div > a[disabled=true] {
        color: rgb(204, 204, 204) !important;
    }

    .popMenu-div > a:hover {
        display: block;
        background-color: #008cd7;
        text-decoration: none !important;
        border-bottom: 0px !important;
        color: white !important;
    }

.popMenu-div {
    background-color: #ffffff;
    padding: 0px;
    max-height: 400px;
    overflow-y: auto;
}

.addedImage a {
    PADDING-LEFT: 18px;
}

.tip_Arrow {
    background: url(images/tip_arrow.gif) no-repeat;
    width: 10px;
    height: 23px;
    position: absolute;
    display: none;
}
/**/

/* 顶部图标及帮助 */
.pageLogo {
    margin: 0px;
}

.pageHeader {
    font-weight: bold;
}

.helpInfo {
    border: 1px solid #fadc80;
    background-color: #fff9e3;
    padding: 10px;
    margin: 10px;
    display: none;
}

    .helpInfo ul {
        margin: 5px;
    }

        .helpInfo ul li {
            line-height: 16px;
            margin-left: 30px;
            font-weight: normal;
        }
/**/

.FieldValue .gray_s {
    font-weight: normal;
}

.editLocation {
    height: 32px;
    line-height: 32px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    clear: both;
    display: none;
}

#divEditButtonGroup {
    float: left;
    width: 100%;
    height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    clear: both;
}

/* 页面布局 */
.pageLayoutLayer {
    width: 60%;
    display: table-cell;
    border: 1px solid gray;
    padding: 1px;
    text-align: inherit;
    vertical-align: top;
}

.UserGroupPanel {
    position: fixed;
    top: 130px;
}

    .UserGroupPanel span {
        line-height: 25px;
    }

.GroupPanel {
    border: #d5d5d5 1px solid;
    margin: 0px 0px 10px;
    width: auto;
    cursor: move;
    color: #FFF;
}

    .GroupPanel span {
        padding-left: 10px;
        line-height: 25px;
        font-weight: normal !important;
        user-select: none;
    }

    .GroupPanel .tt.selected span {
        color: white;
    }

.GroupPanelContent {
    padding: 0px;
    background-color: #FFF;
    cursor: default;
}

.FieldPanel {
    width: 100%;
    border: 1px solid #dad7d7;
    height: 25px;
    background-color: white !important;
    margin-top: 5px;
}

.FieldPanelContent {
    background: #FFFFFF none repeat scroll 0 0;
    width: 100%;
    margin: auto;
}

.UserGroupPanelContent .FieldPanelContent td {
    padding: 10px;
}

.Field {
    width: 100%;
    float: left;
}

*.Field div {
    float: right;
    text-align: left;
    user-select: none;
    cursor: move;
}

.Field span {
    color: #443;
    margin: 0;
    position: relative;
    top: 4px;
    line-height: 150%;
    user-select: none;
}

.Fieldplaceholder {
    border: 2px dashed #d8d8d8;
    height: 35px;
    padding-top: 5px;
    width: auto;
    cursor: move;
}

.btn_a_del {
    cursor: pointer;
}

.chkbxcls {
    float: right;
    position: relative;
    cursor: default;
    padding: 0 5px 0 0;
    top: -4px;
}

    .chkbxcls span {
        padding-left: 0px;
    }

.validatorTrue {
    background: url("/assets/img/field/required.gif") no-repeat scroll 0 0 transparent;
    padding-left: 16px;
}

.validatorFalse {
    padding-left: 16px;
}

.ui-sortable-remove {
    min-height: 150px;
    width: 235px;
    background-color: #f0f0f0;
}
/*end*/

/* 字段 */
.rightContent {
    padding: 5px 5px 5px 10px;
}

    .rightContent div {
        margin-bottom: 10px;
    }

.fieldType {
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    color: Black;
    width: 90%;
}

.selected {
    background: none repeat scroll 0 0 #BAD3FC;
    color: #FFFFFF;
}
/*end*/

/*通用 */
.GroupHead {
    background: #f5f5f5;
    color: #191919;
    height: 28px;
    line-height: 28px;
    width: 100%;
    border: 0px;
}

.head-left {
    padding-left: 10px;
}

.GroupContent {
    border-spacing: 0px;
    width: 100%;
}

    .GroupContent tr td {
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
    }

.FieldLabel {
    text-align: right;
    background-color: #f5f5f5;
    color: #000000;
    padding: 0px 5px 0px 10px;
}

.FieldValue {
    background-color: white;
    /*font-weight: bold;*/
    padding: 0px 10px 0px 5px;
    text-align: left;
    word-break: break-all;
}

.pageLayout_editDan {
    font-weight: normal;
    color: gray;
}

.GroupDiv {
    /*padding-left: 10px;*/
    /*cursor: pointer;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 12px;*/
}

    .GroupDiv a {
        font-weight: bold;
    }

/*.GroupCollapse {
    background-image: url(/assets/img/Field/collapse.gif);
}

.GroupExpland {
    background-image: url(/assets/img/Field/expand.gif);
}*/

.EditPage {
    width: 100%;
}

.component-header {
    height: 24px;
    line-height: 24px;
    background: #4a9abc;
    text-indent: 10px;
    cursor: pointer;
}

.needTxt {
    /*background-color: #ffffe1;*/
}

.need {
    /*position: relative;
    float: right;
    top: 3px;
    height: 21px;
    width: 2px;
    background-color: red;*/
    display: none;
}

.required {
    color: #ff7900;
    padding-right: 2px;
    font-family: 宋体;
}

.unneed {
    position: relative;
    float: right;
    top: 3px;
    height: 21px;
    width: 2px;
    display: none;
}

.shortNeed {
    position: relative;
    float: right;
    height: 21px;
    width: 2px;
    background-color: red;
}

.spanText {
    width: auto;
    white-space: pre-wrap;
    overflow: hidden;
    float: left;
    word-spacing: normal;
    display: block;
    word-break: break-all;
}

.ASC {
    border: 0;
    padding: 0;
    background: url(/assets/img/ASC_9.gif) no-repeat;
    width: 9px;
    height: 9px;
}

.DESC {
    border: 0;
    padding: 0;
    background: url(/assets/img/DESC_9.gif) no-repeat;
    width: 9px;
    height: 9px;
}

/*可编辑列头*/
.editHeaderTb {
    border-spacing: 0px;
    background: #f2f4f6 0px 0px;
    border-top: 0px;
    margin-top: 4px;
    margin-bottom: 5px;
    *margin-bottom: 20px;
    width: 100%;
}

    .editHeaderTb tr td {
        vertical-align: middle;
    }

.editHeader {
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
    width: 100%;
}

    .editHeader thead tr th {
        font-weight: normal;
        height: 20px;
        line-height: 20px;
        text-indent: 5px;
        white-space: nowrap;
        background-color: #f2f4f6;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .editHeader td {
        empty-cells: show;
    }

    .editHeader a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.selectedTh {
    border: dashed 2px green;
}

.left-head-bg {
    width: 100%;
    background: url(images/nav-child-bg.gif) repeat-x;
    height: 32px;
}

/*sideBar列表左边*/
#bodyTable {
    width: 100%;
    border: 0;
    min-width: 800px;
}

.treeDiv {
    overflow: auto;
    height: 100%;
    min-height: 100px;
    margin-right: 0px;
    width: 196px;
}

.sideBar {
    border: 0px;
    width: 100%;
    background-color: White;
}

.sideBar_TopBanner {
    font-weight: bold;
    width: 215px;
    padding-top: 0px !important;
}

.sideBar ul {
    padding: 0;
    list-style: none outside none;
}

.sideBar ins {
    border: 0 none;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 0;
    text-decoration: none;
}

.sideBar .sideBar-team-list {
    padding-left: 5px;
}

.sideBar-team-list a {
    color: black;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 1px 2px;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

.sideBar-team-list li {
    cursor: default;
    line-height: 20px;
}

.sideBar-team-list-title {
    height: 22px;
    margin: 0px 3px;
    overflow: hidden;
}

    .sideBar-team-list-title a {
        border: 0;
        color: #000000;
        display: block;
        height: 20px;
        padding-left: 20px;
        line-height: 20px;
        margin-top: -20px;
    }

    .sideBar-team-list-title img {
        background: url(/assets/img/Img_fileIcon/folder.gif) no-repeat 0 3px transparent;
        width: 16px;
        height: 20px;
        cursor: pointer;
    }

.sideBar-current img {
    background: url(/assets/img/Img_fileIcon/folder_open.gif) no-repeat 0 3px transparent;
}

.sideBar-team-list-con li {
    color: #838383;
    height: 20px;
    overflow: hidden;
}

.sideBar-team-list-con a {
    margin: 0 3px;
    overflow: hidden;
    padding: 2px 0 2px 15px;
}

.sideBar-team-list-con .current {
    background-color: #F1F7F8;
}

.sideBar-none {
    display: none;
}

.sideBar-icon {
    padding-right: 5px;
}

.sideBar-icon-year {
}

.sideBar-icon-month {
    background: url(/assets/img/calendar_view_month.gif) no-repeat transparent;
}

.leftNav tr .divClose {
    margin-top: -6px;
    *margin-top: 0;
    display: none;
}

.leftNav tr:hover .divClose {
    display: block;
}

.leftNav-header-td1 {
    width: 164px;
}

.leftNav-header-td2 {
    width: 42px;
}

.leftNav-header img, .leftNav-header span {
    cursor: pointer;
    padding-right: 2px;
}

.divClose {
    background: url(/assets/img/divClose_Over.png) no-repeat transparent;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 5px;
}

.mo-ve {
    cursor: default;
}

.gDiv {
    overflow: auto;
}

/*百家姓*/
.bjx {
    line-height: 140%;
    *line-height: 140%;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    white-space: pre-wrap;
    width: 206px;
    *width: auto;
}

    .bjx tr {
        display: table-row;
    }

    .bjx p {
        line-height: normal;
    }

    .bjx td {
        border-bottom: 1px dashed #BFBFBF;
        margin: 2px;
    }

.bjxleft a {
    border-bottom: 1px solid #21449C;
    height: 20px;
    *height: 20px;
    line-height: 20px;
    *line-height: 20px;
    padding-bottom: 0;
}

.bjxright {
    white-space: normal;
    padding-right: 17px;
    *padding-right: 12px;
}

    .bjxright a {
        border-bottom: 1px solid #21449C;
        height: 20px;
        *height: 20px;
        line-height: 20px;
        *line-height: 20px;
        padding-bottom: 0;
    }

/*点评#comment-add table{height:330px;}#comment-editor table{width:100%; height:300px;border:none;}#comment-editor > div{padding:0; height:330px;}*/
#comment-editor .ratingNum {
    font-size: 25px !important;
    font-style: italic !important;
    font-weight: bold !important;
}

#comment-list ul {
    padding-top: 10px;
}

    #comment-list ul li {
        float: right;
        padding-right: 3px;
    }

/*点评列表*/
.data-item {
    border-bottom: dotted #d8d8d8;
    border-width: 1px;
    line-height: 150%;
    padding: 5px 1px 15px 1px;
}

    .data-item:hover {
        background-color: #F1F7F8;
    }

    .data-item h3 {
        margin: 0 0 5px;
    }

    .data-item a.link-title:link, .data-item a.link-title:active {
        color: #105CB6;
        font-weight: bold;
        text-decoration: underline;
    }

    .data-item a.link-title:hover {
        color: Red;
    }

    .data-item .comment-star {
        width: 120px;
    }

    .data-item p {
        color: #333333;
        line-height: 1.8em;
        margin-bottom: 5px;
        overflow: hidden;
        padding-right: 5px;
        padding-top: 5px;
    }

    .data-item .data-man {
        border: 1px solid #d8d8d8;
        height: 48px;
        margin-right: 5px;
        margin-top: 3px;
        padding: 1px;
        width: 48px;
    }

    .data-item .data-do {
        display: none;
        padding-right: 5px;
    }

    .data-item:hover .data-do {
        display: inline;
    }

    .data-item .item-foot {
        color: #555555;
        margin-right: 10px;
        padding-top: 5px;
        text-align: right;
    }

        .data-item .item-foot a.lightblue:link, .data-item .item-foot a.lightblue:active, .data-item .item-foot a.lightblue:visited {
            color: #005A94;
            text-decoration: none;
        }

.pager {
    color: #2E6AB1;
    line-height: 200%;
    margin: 25px 0;
    text-align: center;
}

    .pager a {
        color: #2E6AB1;
        margin: 0 2px;
        padding: 2px 5px;
        text-decoration: none;
    }

        .pager a:hover {
            color: #FF9900;
        }

/*标签*/
a.index:link, a.index:active, a.index:visited {
    font-family: arial,sans-serif;
    padding: 0 3px;
    text-decoration: underline;
    font-weight: bold;
}

a.red:link, a.red:active, a.red:visited {
    font-family: arial,sans-serif;
    color: Red;
    font-weight: bold;
}

.CM_SpanBg_Current {
    background-image: url("/assets/img/Tabstrip/MButtonBg1.gif");
    background-repeat: no-repeat;
    color: black;
    height: 21px;
    line-height: 21px;
}

.CM_SpanBg_Current_Tab {
    background-image: url("/assets/img/Tabstrip/MButtonBg1_Tab.gif");
    background-repeat: no-repeat;
    color: black;
    height: 21px;
    line-height: 21px;
}

.CM_SpanBg_Normal {
    background-image: url("/assets/img/Tabstrip/MButtonBg2.gif");
    background-repeat: no-repeat;
    color: black;
    height: 21px;
    line-height: 21px;
}

.CM_SpanBg_Other {
    border-bottom: 1px solid #B7C9E8;
}

.Bottom_Current_Tab {
    background-image: url("/assets/img/Tabstrip/MButtonBg2_Tab.gif");
    background-repeat: no-repeat;
    color: black;
    height: 21px;
    line-height: 21px;
}

.Bottom_Normal {
    background: url("/assets/img/Tabstrip/MButtonBg3.gif") repeat-x scroll 0 0 transparent;
    background-repeat: no-repeat;
    color: black;
    height: 21px;
    line-height: 21px;
}

.tab_Current_Middle {
    padding-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    background: url("images/tab_Current_Center.gif") repeat-x scroll 0 0 transparent;
    height: 24px;
}

.tab_Current_Left {
    background: url("images/tab_Current_Left.gif") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 3px;
}

.tab_Current_Right {
    background: url("images/tab_Current_Right.gif") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 3px;
}

.tab_Content {
    padding-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    background: url("images/tab_bg_Center.gif") repeat-x scroll 0 0 transparent;
    height: 24px;
}

.tab_Content_Left {
    background: url("images/tab_bg_Left.gif") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 3px;
}

.tab_Content_Right {
    background: url("images/tab_bg_Right.gif") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 3px;
}

/* 数据网格下方标签组*/
#div_Tab .Arr {
    margin-bottom: 10px;
}

.css_Tab_list {
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 28px;
    background: url(images/setupHeaderBg.gif) repeat-x;
    cursor: default;
}

    .css_Tab_list li {
        float: left;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 28px;
        background: url(images/setupSep.gif) no-repeat;
        background-position: right top;
        display: block;
    }

        .css_Tab_list li .txt {
            float: left;
            min-width: 80px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-align: center;
        }

        .css_Tab_list li .num {
            font-size: 10px;
            color: gray;
        }

.moduleItem {
    margin-bottom: 5px;
    clear: both;
}

.feeDiv {
}

    .feeDiv ul li {
        line-height: 30px;
        height: 30px;
    }

.Ulfee {
    margin: 0 auto;
    width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Ulfee li {
        line-height: 30px;
        height: 30px;
    }

        .Ulfee li input {
            margin-left: 5px;
        }

.LineEdit {
    border: 0px;
    border-bottom: #B5B5B5 1px solid;
    height: 18px;
    line-height: 18px;
    background: transparent;
}

.Li {
    list-style-type: disc;
    float: left;
}

.tt {
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    border-bottom: 1px dotted #e0dfdf;
}

.addtopBlank {
    margin-top: 5px;
}

.mdtool {
    float: right;
    margin-right: 5px;
    margin-top: 4px;
    display: none;
}

    .mdtool a {
        margin: 2px;
    }

/* .moduleItem .mdNum{ padding-left:8px; color:#7f8182; font-size:10px;} */
.mdNum {
    padding-left: 8px;
    color: #7f8182;
    font-size: 10px;
}

.pageCenter .Arr {
    width: 23px;
    height: 13px;
    display: block;
    margin-top: 0px;
    background: url(images/sarrbg.gif) no-repeat;
    position: relative;
}

.TabItem .moduleList {
    width: 100%;
}

.TabItem .listViewTable thead tr th {
    color: #646464 !important;
}

/* 冒泡提示 */
.tip-yellowsimple {
    z-index: 2000;
    text-align: left;
    border: 1px solid #c7bf93;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    min-width: 45px;
    max-width: 300px;
    color: #000;
    background-color: #fff9c9;
}

    .tip-yellowsimple .tip-inner {
        font: 12px/16px arial,helvetica,sans-serif;
    }

    .tip-yellowsimple .tip-arrow-top {
        margin-top: -6px;
        margin-left: -5px;
        top: 0;
        left: 50%;
        width: 9px;
        height: 6px;
        background: url(images/tip-yellowsimple_arrows.gif) no-repeat;
    }

    .tip-yellowsimple .tip-arrow-right {
        margin-top: -4px;
        margin-left: 0;
        top: 50%;
        left: 100%;
        width: 6px;
        height: 9px;
        background: url(images/tip-yellowsimple_arrows.gif) no-repeat -9px 0;
    }

    .tip-yellowsimple .tip-arrow-bottom {
        margin-top: 0;
        margin-left: -5px;
        top: 100%;
        left: 50%;
        width: 9px;
        height: 6px;
        background: url(images/tip-yellowsimple_arrows.gif) no-repeat -18px 0;
    }

    .tip-yellowsimple .tip-arrow-left {
        margin-top: -4px;
        margin-left: -6px;
        top: 50%;
        left: 0;
        width: 6px;
        height: 9px;
        background: url(images/tip-yellowsimple_arrows.gif) no-repeat -27px 0;
    }
/* end冒泡提示 */

/* 冒泡提示 */
.tipDesktop-inner {
    font: 12px/16px arial,helvetica,sans-serif;
}

.tipDesktop-arrow-top {
    margin-top: -6px;
    margin-left: -5px;
    top: 0;
    left: 50%;
    width: 9px;
    height: 6px;
}

.tipDesktop-arrow-right {
    margin-top: -4px;
    margin-left: 0;
    top: 50%;
    left: 100%;
    width: 6px;
    height: 9px;
}

.tipDesktop-arrow-bottom {
    margin-top: 0;
    margin-left: -5px;
    top: 100%;
    left: 50%;
    width: 9px;
    height: 6px;
}

.tipDesktop-arrow-left {
    margin-top: -4px;
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 6px;
    height: 9px;
}
/* end冒泡提示 */

/*按钮 */
.btnGroup {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    clear: both;
    padding: 0px;
    margin-bottom: 5px;
    text-align: right;
    z-index: 1000;
}

    .btnGroup a {
        display: inline-block;
        border-left: 0px;
        user-select: none;
    }

    .btnGroup .more_Icon {
        margin-left: 5px;
    }

    .btnGroup a[data-role='prevRecordId'], .btnGroup a[data-role='nextRecordId'] {
        font-size: 12px;
        font-weight: bold;
        min-width: 30px;
    }

.normalBtn, .more_Icon {
    background-color: white;
    border: 1px solid #c2c2c2;
    padding-left: 12px;
    padding-right: 12px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    color: #7f8182;
    transition: 0.3s;
    font-size: 12px;
    min-width: 50px;
}

    .normalBtn:hover, .more_Icon:hover {
        background-color: #f1f1f1;
        color: #7f8182;
    }

a.more_Icon {
    min-width: 20px;
    width: 20px;
}

.quickBtn {
    background-color: #ff7900 !important;
    color: white;
    border: 1px solid #ff7900;
    min-width: 64px;
    padding-left: 12px;
    padding-right: 12px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    font-size: 12px;
}

.quickBtn-cancel {
    background-color: white;
    color: #ff7900;
    border: 1px solid #ff7900 !important;
    min-width: 64px;
    padding-left: 12px;
    padding-right: 12px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    font-size: 12px;
}

.btnGroup a:first-child {
    background-color: #008cd7 !important;
    border: 1px solid #008cd7 !important;
    color: white;
}

    .btnGroup a:first-child:hover {
        background-color: #e78102;
    }

.btnGroup a.more_Icon:first-child {
    background: url(/assets/img/NormalIcon/moreAction_hover.png) no-repeat;
    background-size: 16px;
    background-position: center;
}


#btnMore_Layout, .more_Icon {
    background: url(/assets/img/NormalIcon/moreAction.png) no-repeat;
    background-size: 16px;
    background-position: center;
    border: 1px solid #c2c2c2 !important;
}

.gridTopSearch {
    background-color: #ff7900 !important;
    border: 1px solid #ff7900 !important;
    color: white;
}

.grayBtn {
    background-color: #eee !important;
    border: 1px solid #dcdcdc !important;
    color: #7f8182 !important;
}

.searchContainer {
    position: relative;
    top: -5px;
}

.topSearchContainer .grayBtn {
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.dialogButton {
    background-color: #dadada;
    border: 1px solid gray;
    min-width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    height: 22px;
    line-height: 22px;
    display: block;
    text-align: center;
    color: black;
    margin-left: 5px;
}

    .dialogButton:hover {
        color: white !important;
        background-color: #dadada;
        border: 1px solid gray;
    }

.uiButtonBg {
    background: url("images/Dialog/dialogButton_Center_Bg.png") repeat-x scroll 0 0 transparent;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    border: 1px solid #d8d8d8;
}

.ulButton {
    list-style-type: none;
    margin-right: 3px;
}

    .ulButton li {
        float: left;
        height: 28px;
        line-height: 28px;
        vertical-align: middle;
        padding: 0px !important;
        text-indent: 0px !important;
    }

    .ulButton .left {
        background-color: #ff8d00;
        width: 5px;
    }

    .ulButton .center {
        background-color: #ff8d00;
        min-width: 70px;
        color: White;
        text-align: center;
    }

        .ulButton .center span {
            padding-left: 5px;
            padding-right: 5px;
            text-indent: 0px !important;
        }

    .ulButton .right {
        background-color: #ff8d00;
        width: 5px;
    }

.btnExtendGroup_Edit {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.btnExtendGroup_View {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.btn {
    border: #7ab2e9 1px solid;
    padding: 2px 2px 0px 2px;
    FONT-SIZE: 12px;
    height: 25px;
    CURSOR: pointer;
    COLOR: black;
    min-width: 80px;
}

.btnMore {
    border: #7ab2e9 1px solid;
    padding: 2px 2px 0px 2px;
    FONT-SIZE: 12px;
    height: 25px;
    CURSOR: pointer;
    COLOR: black;
    min-width: 28px;
}

.helpDialog {
    height: 16px;
    width: 16px;
    display: block;
    background: url(/assets/img/TuBiao/621.gif) no-repeat;
}

.searchHelp {
    background-image: url(/assets/img/DataGrid/magnifier.png);
}

.btn_Dialog {
    border: #E78F08 1px solid;
    padding: 2px 2px 0px 2px;
    FONT-SIZE: 12px;
    height: 25px;
    background: url(images/btn_Dialog_bg.gif) repeat-x;
    CURSOR: pointer;
    COLOR: black;
    min-width: 60px;
}
/*end*/

/*div框样式 */
.divDialogStyle {
    display: none;
    position: absolute;
}

.divTableStyle {
    background-color: white;
    background-image: url(images/content_bg.gif);
    background-repeat: repeat-x;
    padding: 0;
    border: #255ba9 1px solid;
}

    .divTableStyle .firstTr td {
        vertical-align: top;
        height: 25px;
        background-image: url(images/divHeaderBg.gif);
        background-repeat: repeat-x;
    }

        .divTableStyle .firstTr td span {
            color: #ffffff;
        }

.dialog-content {
    padding: 10px;
    cursor: default;
    min-width: 500px;
    min-height: 120px;
}

.divFootStyle {
    line-height: 32px;
    height: 32px;
    text-align: right;
    background-color: #9bc2ed;
    padding-right: 5px;
    cursor: default;
}
/*end*/

/* 选择部门档案人员样式 */
.selectorTable {
    width: 100%;
    height: 100%;
}

.selectorDiv {
    background-color: White;
    /*border: 1px solid #979797;*/
    border-top: 0px;
    padding: 5px;
}

    .selectorDiv .searchStyle {
        width: 250px !important;
    }

    .selectorDiv .tb_View {
        padding: 8px !important;
    }

.tabContentDiv {
    width: 410px;
    height: 220px;
    margin: auto;
    margin-bottom: 0px;
    overflow: auto;
    display: none;
    /*border: 1px solid #979797;*/
    background-color: White;
}

.tabContentDiv-dialog {
    width: 480px; /*height: 175px;*/
    margin: 0px;
    /*border: 1px solid #979797;*/
    background-color: #f1f1f1;
}

.TabDialog_bg {
    background-color: #FBFBFB;
}

.tt-body {
    padding: 10px;
    margin: 0 auto;
}

.tt-body-dialog {
    padding: 10px;
    width: 438px;
    height: 155px;
    margin: 0 auto;
}

    .tt-body-dialog .empty_NotFind {
        line-height: 155px;
        height: 155px;
        color: Gray;
    }

.selectorResult {
    margin: auto;
    margin-top: 5px;
    line-height: 18px;
    min-height: 22px;
    width: 428px;
}

.selectorResult-more {
    margin: auto;
    margin-top: 5px;
    line-height: 18px;
    min-height: 22px;
    width: 428px;
    height: 60px;
    overflow: auto;
}

#ulSelected li {
    float: left;
}

#ulSelected .selectedUser {
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-right: 9px;
    cursor: default;
}

#ulSelected .remove {
    background-image: url(/assets/img/NormalIcon/remove.gif);
}

.letterContainer {
    padding: 5px 0px 5px 5px;
    height: 32px;
    line-height: 32px;
}
/*end*/

/* 系统设置 */
.setup-leftshadow {
    padding: 0 0 0 13px;
    width: 194px;
}

.setup-category {
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0;
}

.setup-heading {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.setup-subheading {
    background-image: url(/assets/img/Field/expand.gif);
}

.setup-subheading-down {
    background-image: url(/assets/img/Field/collapse.gif);
}

.setup-subheading, .setup-subheading-down {
    color: #0055A4;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 0 3px 19px;
    background-position: 5px center;
    background-repeat: no-repeat;
}

.pageLeft ol {
    margin: 0px;
    padding: 0px;
}

    .pageLeft ol li {
        background: url(/assets/img/TopNav/ol_li.gif) no-repeat 5px 5px;
        line-height: 20px;
        list-style: none;
        padding: 0 0 3px 20px;
    }

.noBg {
    background: none !important;
}

.tbItemContainer {
    border: 0px;
    width: 100%;
    /*background-color: #f5f5f5;*/
}

.item-head {
    padding: 15px 0px 5px 24px;
    font-weight: bold;
}

.item-line {
    padding: 0px 20px 0px 20px;
    height: 15px;
    line-height: 15px;
    vertical-align: top;
}

    .item-line hr {
        border: 1px solid #8ba7cc;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

.item-label {
    width: 150px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    vertical-align: top;
}

.item-content {
    line-height: 24px;
}

.descriptionInfo {
    color: Gray;
}

.marginLeft10 {
    margin-left: 10px;
}

.descGroupItem {
    padding: 10px 20px 10px 20px;
    display: block;
}

/* 权限勾选图标 */
.setup-checkbox {
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    padding-left: 14px !important;
    padding-top: 0px !important;
    padding-bottom: 2px !important;
    text-decoration: none;
    width: 18px;
    height: 18px;
}

.setup-checked {
    background-image: url(/assets/img/SysInfo/btn_checked.png);
}

.setup-unchecked {
    background-image: url(/assets/img/SysInfo/btn_unchecked.png);
}

.setup-nocheck {
    background-image: url(/assets/img/SysInfo/btn_nocheck.png);
    cursor: default;
}

.setup-checkAll {
    background-image: url(/assets/js/jstree/themes/classic/d.png);
    background-position: -36px -19px;
}

.setup-checkUndetermined {
    background-image: url(/assets/js/jstree/themes/classic/d.png);
    background-position: -18px -19px;
}

.setup-checkNon {
    background-image: url(/assets/js/jstree/themes/classic/d.png);
    background-position: 0px -19px;
}
/*end*/

/* 上传 */
.uploadify {
    position: relative;
    margin-bottom: 1em;
}

.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #7f8182;
}

.uploadify-queue {
    margin-bottom: 1em;
}

.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}

.uploadify-error {
    background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
    background: url('oa/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}

.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}
/*end*/

/* 发送范围 */
.tb_SendRange {
    line-height: 28px;
    margin-left: 180px;
}

    .tb_SendRange td {
        vertical-align: middle;
    }

.sendRange-item {
    text-indent: 4pt;
    line-height: 20px;
}
/* end */

/* 多级审核相关 */
.tbAuditFlow {
    width: 455px;
    line-height: 20px;
    background-color: #dad7d7;
    margin: auto;
}

    .tbAuditFlow td {
        background-color: #f7f7f7;
        padding: 2px;
        text-align: center;
        word-break: break-all;
    }

    .tbAuditFlow .thead td {
        background-color: #ededed;
    }

    .tbAuditFlow .notComplete {
        color: Red;
    }

.tbAuditFlowContainer {
    height: 160px;
    overflow: auto;
}

.auditSummaryInfo {
    color: Gray;
    line-height: 20px;
    margin-top: 5px;
    padding-left: 10px;
}

#content_AuditHistory {
    padding-left: 5px !important;
}

.tbAuditFlow-all-container {
    width: 920px;
    margin: auto;
}

.tbAuditFlow-all {
    line-height: 16px;
    background-color: #dad7d7;
}

    .tbAuditFlow-all td {
        background-color: #f7f7f7;
        padding: 2px;
        text-align: center;
    }

    .tbAuditFlow-all .thead td {
        background-color: #ededed;
    }

    .tbAuditFlow-all .notComplete {
        color: Red;
    }

.upAuditaccesory {
    float: left;
    width: 50px;
    cursor: pointer;
    height: 24px;
    margin-right: 10px;
    color: #668cb3;
    text-decoration: underline;
}

.commonidea {
    float: right;
    cursor: pointer;
    text-decoration: underline;
    line-height: 20px;
    display: block;
    height: 20px;
    overflow: hidden;
}

    .commonidea:hover {
    }

    .commonidea a {
        float: right;
    }

    .commonidea ul {
        clear: both;
        position: absolute;
        right: 20px;
        top: 100px;
        padding: 3px 5px;
        display: none;
        width: 180px;
    }

    .commonidea:hover ul {
        display: block;
    }

    .commonidea ul li {
        float: none;
        border-bottom: 1px dotted #000000;
        text-align: left;
        background-color: #eee;
        width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .commonidea ul li:hover {
            background-color: #d8d8d8;
        }

        .commonidea ul li a {
            float: none;
            text-align: left;
        }
/* end */

.globalSearch {
    margin: 10px;
}

.RememberList {
    width: 330px;
    background-color: white;
    border: 1px solid #d8d8d8;
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    margin-left: 24px;
    margin-top: 3px;
}

    .RememberList .rememberDiv {
        padding: 0px;
        cursor: pointer;
        color: #646464;
        text-indent: 12px;
        height: 28px;
        line-height: 28px;
        padding: 3px 0px 3px 0px;
    }

        .RememberList .rememberDiv img {
            display: none;
            float: right;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            top: 5px;
            right: 5px;
        }

        .RememberList .rememberDiv:hover {
            background-color: #f1f1f1;
            cursor: pointer;
        }

            .RememberList .rememberDiv:hover img {
                display: block;
                cursor: pointer;
            }

        .RememberList .rememberDiv .rememberItem {
            width: 250px;
        }

/*工作日报*/
.log_head {
    background-color: #fffeec;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #ddddd5;
    border-bottom: 1px solid #ddddd5;
    padding: 0px 10px 0px 5px;
    color: #8f8d80;
}

    .log_head .date {
        color: #738697;
        font-weight: bold;
        padding-right: 10px;
    }
/*工作日报结束*/

/* 消息设置样式 */
#awakeSetup > div {
    border-bottom: solid 1px #F6A828;
}

#awakeSetup textarea {
    width: 415px;
    padding: 3px 0 0 2px;
    margin: 4px 0 7px;
    overflow: auto;
}

#awakeSetup .dateselector {
    padding: 15px 0 5px;
    *padding-top: 5px;
}

#awakeSetup .selectortitle {
    margin-top: -10px;
    height: 19px;
}

#awakeSetup .selectorremark {
    margin-top: 3px;
    height: 15px;
}

    #awakeSetup .selectorremark span {
        margin-top: 8px;
        *margin-top: 5px;
        color: #1D76AD;
    }

#awakeSetup .repeatselector {
    width: 200px;
}

#awakeSetup select {
    min-width: 50px;
}
/* end 消息设置样式 */


/* 消息消息样式 */
#awakeMessage {
    padding: 0;
}

    #awakeMessage table {
        width: 100%;
        height: 100%;
    }

    #awakeMessage .context {
        vertical-align: top;
        padding-left: 5px;
    }

        #awakeMessage .context .content {
            width: 100%;
            height: 75px;
            overflow-y: auto;
            word-wrap: break-word;
            word-break: break-all;
            -ms-word-wrap: break-word;
            white-space: pre-wrap;
            line-height: 24px;
            text-indent: 2em;
        }

        #awakeMessage .context .link {
            cursor: pointer;
        }

            #awakeMessage .context .link:hover {
                text-decoration: underline;
            }

    #awakeMessage .bottom {
        height: 25px;
        line-height: 25px;
        text-indent: 10px;
        padding-right: 0px;
    }

    #awakeMessage ins {
        text-decoration: none;
        cursor: pointer;
    }

    #awakeMessage .iKnow, #awakeMessage .iKnowAll {
        color: blue;
    }

    #awakeMessage .nav {
        width: 9px;
        height: 9px;
        background-repeat: no-repeat;
        background-position: left 3px;
    }

    #awakeMessage .prev {
        padding-right: 15px;
        background-image: url(/assets/img/NormalIcon/prev.gif);
    }

    #awakeMessage .next {
        padding-left: 5px;
        background-image: url(/assets/img/NormalIcon/next_s.gif);
    }

    #awakeMessage .navnumber {
        padding-right: 10px;
        color: #B19496;
        cursor: default;
    }

.awake-message-dialog {
    position: fixed !important;
    bottom: 5px !important;
    right: 5px !important;
    left: auto !important;
    top: auto !important;
}
/* end 消息消息样式 */

/* 温馨提示框*/
.infoSummary-container {
    height: 273px;
    overflow: auto;
}

.infoSummary {
    margin: 0px;
    padding: 0px;
}

    .infoSummary li {
        line-height: 20px;
    }

#suvInfoSummaryDialog {
    background-image: none;
    background-color: #fff9e1;
}

.importantText a {
    font-weight: bold;
}

.infoSummary {
    margin: 0px;
    padding: 0px;
}

    .infoSummary li {
        background: url(/assets/img/TopNav/ol_li.gif) no-repeat 5px 5px;
        line-height: 20px;
        list-style: none;
        padding: 0 0 3px 20px;
    }

.infoSummary-btn .left {
    margin-bottom: 3px;
    float: left;
}

.infoSummary-btn .right {
    float: right;
}

.infoSummary-date {
    font-weight: bold;
    color: red;
    margin: 5px 5px 8px 5px;
}

/* 百度地图 */
.ul-MapContent {
    padding: 0px;
    margin: 0px;
    line-height: 22px;
}

    .ul-MapContent li {
        display: block;
    }

.iw_poi_title {
    color: #CC5522;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    white-space: pre-wrap;
}

.mapContainer {
    height: 500px;
    border: #d8d8d8 solid 1px;
    margin: auto;
    margin: 10px;
}

#radioPass {
    margin-right: 2px;
}

#radioNoPass {
    margin-right: 2px;
}

/* 电子邮件主界面 */
.settingDiv table tr {
    line-height: 18px;
    height: 18px;
}

    .settingDiv table tr td {
        padding: 5px;
    }

.settingDiv {
    margin: 15px;
    zoom: 1;
    overflow: hidden;
    margin-top: 0px;
    clear: both;
}

.no_bt {
    border-top-width: 0px !important;
}

.settingtable .p1 {
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 20px;
}

.lh1 {
    padding-left: 6px;
}

.settingtd {
    border-top: 0px;
}

.attbg {
    background: #ebebeb;
}

.addr_line {
    border-bottom: #7dafa1 1px solid;
}

.settingtable {
    background: #ecf5ef;
}

.addrtitle {
    color: #768993;
}

.settingtd {
    border-top: #fff 1px solid;
}

.addr_line {
    border-bottom-width: 2px;
}

.settingline {
    border-bottom: #fff 1px solid;
}

.txt {
    border-bottom: #718da6 1px solid;
    border-left: #718da6 1px solid;
    height: 20px;
    border-top: #718da6 1px solid;
    border-right: #718da6 1px solid;
    padding-top: 2px;
}

.qqshowbd {
    border-bottom: #bad5cb 1px solid;
    border-left: #bad5cb 1px solid;
    border-top: #bad5cb 1px solid;
    border-right: #bad5cb 1px solid;
}

.settingtd {
    border-bottom: #bad5cb 1px solid;
}

.addr_line {
    vertical-align: bottom;
    padding-top: 30px;
}

.blankRow {
    height: 20px;
}

/*照片墙   begin*/
.photoWallBg {
    background: url(/assets/img/OA/PhotoWall/bg_wall.jpg) repeat;
}

#photoWallMain {
    padding-bottom: 0px;
    border: 0px;
    width: 100%;
    background-color: transparent;
    overflow: auto;
}

#photoBorderList {
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #c1c8d2;
    overflow: auto;
    padding-left: 50px;
}

.imgBorderDiv {
    float: left;
    max-width: 80px;
    width: 80px;
    max-height: 100px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    padding: 5px;
    cursor: pointer;
    background-color: white;
}

    .imgBorderDiv table {
        width: 100%;
        height: 80px;
        margin-bottom: 3px;
        border: 0px;
    }

#photoBorderList img {
    width: 60px;
    max-height: 80px;
}

#noPicDiv {
    width: 200px;
    height: 177px;
    background-color: transparent;
    line-height: 177px;
    position: absolute;
    top: 35%;
    left: 50%;
    background: url(/assets/img/OA/PhotoWall/noPhoto.png) no-repeat;
    text-align: center;
    display: none;
    color: gray;
}

.imgMessageContainer {
    width: 100%;
    height: 100%;
    background-color: white;
}

.photoWallAddBtn {
    background: url(/assets/img/NormalIcon/edit.png) no-repeat transparent;
    width: 16px;
    height: 16px;
    border: 0px;
    cursor: pointer;
    margin-top: 5px;
}

.iw_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

ul.iw_thumbs li.NothingPic {
    color: gray;
    text-align: center;
}

ul.iw_thumbs li {
    float: left;
    margin: 5px;
}

    ul.iw_thumbs li div {
        display: none;
        z-index: 1;
        cursor: pointer;
    }

    ul.iw_thumbs li img {
        padding: 10px;
        cursor: pointer;
        position: relative;
        -moz-box-shadow: 5px 5px 10px #777;
        -webkit-box-shadow: 5px 5px 10px #777;
        box-shadow: 5px 5px 10px #777;
    }

        ul.iw_thumbs li img:hover {
            -moz-box-shadow: 10px 10px 20px #777;
            -webkit-box-shadow: 10px 10px 20px #777;
            box-shadow: 10px 10px 20px #777;
        }

.iw_ribbon {
    position: fixed;
    height: 100%; /*first 126 then 0 to close and 100% to open (while top goes to 0) */
    width: 100%; /*first 0 then animate to 100%*/
    left: 0px; /*or right 0*/
    top: 0px; /*First, top of thumb, then animate to 0*/
    overflow: hidden;
    display: none;
    z-index: 102;
}

.ribbonTop {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.iw_close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #f0f0f0 url(/assets/img/OA/PhotoWall/close.gif) no-repeat center center;
    width: 18px;
    height: 18px;
    display: none;
    cursor: pointer;
}

.iw_down {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/img/page_down.gif) no-repeat;
}

.iw_zoom {
    color: white;
    font-size: 8px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    display: none;
    float: right;
    margin-right: 30px;
}

.iw_ribbon img {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 7px solid #fff;
}

.divribbonImg {
    float: left;
    max-width: 350px;
    min-height: 250px;
    max-height: 460px;
    width: 350px;
}

    .divribbonImg div.picmess {
        margin-top: 6px;
    }

.divDianPing {
    float: right;
    width: 300px;
    max-height: 460px;
    overflow: hidden;
    background-color: white;
}

#txtDianPing {
    width: 100%;
    height: 90px;
}

#divdianPingList {
    overflow: auto;
    max-height: 460px;
}

    #divdianPingList div {
        border-bottom: 1px dashed black;
        width: 100%;
        word-wrap: break-word;
        -ms-word-wrap: break-word;
        white-space: pre-wrap;
        margin: 0 auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
        line-height: 20px;
    }

.iw_loading {
    background: #fff url(/assets/img/OA/PhotoWall/loader.gif) no-repeat center center;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9998;
    margin: -14px 0px 0px -14px;
}

.photoDelete {
    position: absolute;
    background: url(/assets/img/Top/tab_Close.png) no-repeat transparent;
    width: 14px;
    height: 14px;
    right: 0;
    top: 0;
}
/*照片墙    end*/

/*横向树*/
.boxStyle {
    cursor: default;
    padding: 5px 5px 5px 5px;
    clear: left;
    float: left;
    text-align: center;
    position: absolute;
}

.rootBox {
    width: 500px;
    height: 50px;
    font-size: 16px !important;
}

    .rootBox span {
        color: #FFA500;
        font-size: 16px;
    }

.companyBox {
    width: 60px;
    height: 70px;
    border: 1px solid gray;
    background-color: #fce6e6;
}

    .companyBox span {
        color: gray;
    }

.departBox {
    width: 40px;
    height: 70px;
    border: 1px solid green;
    background-color: #e7f3fe;
}

    .departBox span {
        color: gray;
    }

.userBox {
    width: 16px;
    height: 70px;
    border: 1px solid #ffc645;
    background-color: #f9faea;
}

    .userBox span {
        color: gray;
    }

.box-Text-En {
    margin-top: 33px;
    width: 80px;
    border: 1px solid gray;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .box-Text-En span {
        height: 16px;
    }

.topBox {
    width: 150px;
    height: 30px;
    line-height: 15px;
    border: 1px solid #ff9a00;
    background-color: #ffc136;
}

    .topBox span {
        color: white;
        font-weight: bold;
    }

.childBox {
    width: 80px;
    height: 30px;
    line-height: 15px;
    border: 1px solid #ff9a00;
    background-color: #ffc136;
}

    .childBox span a {
        color: white !important;
    }

.childBox_NotFlow {
    width: 80px;
    height: 30px;
    line-height: 15px;
    border: 1px solid #ff9127;
    background-color: #eef3fa;
    color: gray;
}

/*关系树*/
.topBox_RelationTree {
    line-height: 15px;
    background: url(images/relationTree_bg_Company-Top.png) no-repeat;
    width: 120px;
    height: 70px;
    padding: 0px;
}

.childBox_RelationTree {
    line-height: 15px;
    background: url(images/relationTree_bg_Company.png) no-repeat;
    width: 120px;
    height: 70px;
    padding: 0px;
}

.childBox_NotFlow_RelationTree {
    line-height: 15px;
    color: gray;
    background: url(images/relationTree_notFlow_bg_Company.png) no-repeat;
    width: 120px;
    height: 70px;
    padding: 0px;
}

.topBox_RelationTree span a {
    font-weight: bold;
}

.topBox_RelationTree span, .childBox_RelationTree span, .childBox_NotFlow_RelationTree span {
    display: block;
    padding-top: 53px;
    color: white;
    width: 80px;
    margin: auto;
    background-position: 16px 2px !important;
    background-size: 48px 48px !important;
}

    .topBox_RelationTree a, .childBox_RelationTree span a, .childBox_NotFlow_RelationTree a {
        color: white !important;
        width: 80px;
        display: block;
        margin: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

/*决策链*/
.topBox_DecisionChain {
    line-height: 15px;
    background: url(images/decisionChain_bg_Company-Top.png) no-repeat;
    width: 120px;
    height: 70px;
    padding: 0px;
}

.childBox_DecisionChain {
    line-height: 15px;
    background: url(images/decisionChain_bg_Company.png) no-repeat;
    width: 120px;
    height: 70px;
    padding: 0px;
}

.childBox_NotFlow_DecisionChain {
    line-height: 15px;
    color: gray;
    background: url(images/decisionChain_notFlow_bg_Company.png) no-repeat;
    width: 120px;
    height: 70px;
    padding: 0px;
}

.topBox_DecisionChain span a {
    font-weight: bold;
}

.topBox_DecisionChain span, .childBox_DecisionChain span, .childBox_NotFlow_DecisionChain span {
    display: block;
    padding-top: 53px;
    color: white;
    width: 80px;
    margin: auto;
    background-position: 16px 2px !important;
    background-size: 48px 48px !important;
}

    .topBox_DecisionChain a, .childBox_DecisionChain span a, .childBox_NotFlow_DecisionChain a {
        color: white !important;
        width: 80px;
        display: block;
        margin: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
/*---end*/

/*---end*/

/*流程图Start  */
.tabwdx {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 0px solid black;
    border-right: 0px solid black;
    background-color: #e5e0ec;
    text-align: center;
    margin-top: 10px;
}

    .tabwdx td {
        border-right: 1px solid #7f8182;
        border-bottom: 1px solid #7f8182;
        line-height: 25px;
    }

    .tabwdx .noright {
        border-right: 1px solid #c5d9f1;
    }

    .tabwdx .onetr {
        background-color: white;
        line-height: 32px;
    }

    .tabwdx .twotr {
        background-color: white;
        line-height: 32px;
    }

    .tabwdx .summaryDes {
        background-color: white;
    }

.tablechat {
    width: 800px;
    height: 140px;
    margin-left: 20px;
    margin-top: -15px;
}

    .tablechat .oneTr {
        height: 0px;
    }

    .tablechat .twoTr {
        height: 0px;
    }

    .tablechat .oneTd {
        width: 40px;
    }

.oneDiv {
    padding: 8px 8px 8px 8px;
    width: 100px;
    height: 13px;
    cursor: pointer;
    background-color: #00BB00;
    position: absolute;
    z-index: 0;
}

.tablechat .twoTd {
    width: 15px;
}

.twoDiv {
    padding: 8px 8px 8px 8px;
    width: 30px;
    height: 13px;
    position: absolute;
    z-index: 0;
}

.tablechat .twoTd img {
    width: 100%;
    height: 100%;
}

.innerDiv {
    position: absolute;
    background-color: red;
    z-index: -10;
    top: 0px;
    height: 29px;
}

.fontDiv {
    top: -1.5px;
    left: -1px;
    color: white;
}

.div-left-radius {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.div-left-radius {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.div-right-radius {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.div-right-radius {
    -moz-border-radius-bottom-right: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*流程图End  */

/*表格固定列头Start  */
.sBase {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sHeader {
    position: absolute;
    z-index: 3;
    background-color: #E8F6FC;
}

.sHeaderInner {
    position: relative;
}

    .sHeaderInner table {
        border-spacing: 0px 0px !important;
        border-collapse: collapse !important;
        width: 1px;
        table-layout: fixed !important;
        background-color: #ffffff;
    }

        .sHeaderInner table tr th {
            font-weight: normal;
            height: 28px;
            padding-left: 4px;
            padding-right: 4px;
            line-height: 28px;
            white-space: nowrap;
            background-color: #f5f5f5;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            text-align: left;
            border-bottom: 2px solid #6fbce2;
        }

.sFHeader {
    position: absolute;
    z-index: 4;
    overflow: hidden;
}

    .sFHeader table {
        border-spacing: 0px 0px !important;
        border-collapse: collapse !important;
        width: 1px;
        table-layout: fixed !important;
        background-color: #ffffff;
    }

.sData {
    position: absolute;
    z-index: 2;
    overflow: auto;
    background-color: #ffffff;
}

    .sData table {
        border-spacing: 0px 0px !important;
        border-collapse: collapse !important;
        width: 1px;
        table-layout: fixed !important;
    }

.sFData {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
}

.sFDataInner {
    position: relative;
}

.sFData table {
    border-spacing: 0px 0px !important;
    border-collapse: collapse !important;
    width: 1px !important;
    table-layout: fixed !important;
}

.EditDetailsGridContainer .sHeaderInner table tr th {
    height: 24px !important;
    line-height: 24px !important;
}
/*表格固定列头End  */

/*新数据网格顶部搜索Start  */
.ulGrid_TopTab {
    display: inline-table;
    margin-bottom: 8px;
    /*background-color: #f5f5f5;*/
    width: 100%;
}

    .ulGrid_TopTab li {
        float: left;
        padding: 5px;
        line-height: 22px;
    }

        .ulGrid_TopTab li a {
            letter-spacing: 2px;
            padding: 3px 12px 3px 12px;
            border-radius: 10px;
            color: #1290d0;
        }

            .ulGrid_TopTab li a:hover {
                background-color: #2f80d1;
                color: white;
            }

.tabfocus {
    background-color: #2f80d1;
    color: white !important;
}

.listfilter {
    background-image: url(/assets/img/Other/filter.png);
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 18px;
    padding-left: 32px !important;
}

.sameBg {
    background-color: #f5f5f5 !important;
}

.pagebanner {
    height: 32px;
    line-height: 32px;
    background-color: #f7f7f7;
    padding-left: 12px;
    display: none;
}

    .pagebanner .left {
        color: #668cb3;
        float: left;
    }

    .pagebanner .right {
        padding-right: 5px;
        padding-top: 8px;
    }

        .pagebanner .right a {
            float: right;
            display: block;
            margin-left: 6px;
        }

        .pagebanner .right .help {
            width: 18px;
            height: 18px;
        }

        .pagebanner .right .filter {
            width: 22px;
            height: 22px;
        }

.topSearchContainer {
    clear: both;
    width: 100%;
}

    .topSearchContainer .normalBtn {
        text-indent: 0px;
    }

    .topSearchContainer .easy {
        display: block;
        text-align: center;
    }

        .topSearchContainer .easy .grayBtn {
            vertical-align: middle;
        }

.condition_Txt {
    width: 250px;
    height: 24px;
    border-radius: 3px;
    padding-left: 2px;
    border: 1px solid #a0a0a0;
}

.condition_Sel {
    width: 200px;
    height: 24px;
    border-radius: 3px;
    padding-left: 2px;
    border: 1px solid #a0a0a0;
}

.condition_Date {
    width: 120px;
    height: 24px;
    border-radius: 3px;
    padding-left: 2px;
    background-color: white;
    border: 1px solid #a0a0a0;
}

.control-focus {
    border: 1px solid #ffa531 !important;
    background-color: #ffffe1;
}

.SearchTxt {
    width: 350px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d8d8d8;
    /*border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
    padding-left: 10px;
    border-right: 0px;
    text-indent: 5px;
    box-shadow: none !important;
}

.grid_top .SearchTxt {
    width: 200px;
}

.SystemGroup.Slave .grid_top {
    padding-top: 0px;
}

.btn-easy, .btn-hard {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

input.btn-easy {
    color: white;
    background-color: #008cd7;
    border: 1px solid #008cd7;
    border-left: 0px;
    /*margin-right: 8px;*/
    width: 60px;
    /*border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

input.btn-hard {
    background-color: #eee !important;
    border: 1px solid #dcdcdc !important;
    color: #7f8182 !important;
}

.searchContainer .easy.setup {
    display: none;
}

    .searchContainer .easy.setup .SearchTxt {
        text-indent: 5px;
    }

.searchContainer .easy.allowSetup .setup {
    display: inline-block;
}

.searchContainer .easy.allowSetup .setup {
    background-image: url(/assets/img/normalIcon/icon-arrow_down.png);
    background-repeat: no-repeat;
    background-size: 13px 7px;
    background-position: center;
    width: 24px;
    height: 24px;
    position: relative;
    top: 8px;
    left: 28px;
}

.searchContainer .easy.allowSetup .SearchTxt {
    text-indent: 18px;
}

/*新数据网格顶部搜索End  */
/*查看页面 Start  */
.tbDetailsSummary {
    border: 0px;
    margin-bottom: 10px;
    border-left: 2px solid #008fde;
}

    .tbDetailsSummary tr td {
        border-bottom: 1px dotted gray;
        line-height: 24px;
    }

    .tbDetailsSummary tr .left {
        color: #7f8182;
        min-width: 100px;
        font-weight: bold;
        padding-left: 8px;
    }

    .tbDetailsSummary tr .right {
        color: black;
        min-width: 360px;
    }
/*查看页面 END  */

#divEditFieldList .tableData, #divEditModuleList .tableData, #divEditViewList .tableData {
    border-bottom: 0px !important;
}

.cleverContextMenu {
    background-color: #F5F5F5;
}

    .cleverContextMenu li a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

/*复杂搜索 Start  */
ol, ul {
    list-style: none;
}

a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

.selector {
    background: #FFF;
    padding-bottom: 10px;
}

    .selector a {
        color: #7f8182;
        text-decoration: none;
    }

    .selector .J_valueList li a:hover {
        background-color: #ff7900;
        border-radius: 8px;
        color: white;
    }

    .selector .sl-v-list .input-txt {
        width: 100px;
        padding: 1px;
        text-indent: 8px;
    }

    .selector .input-txt {
        height: 22px;
        border: 0px;
        border-bottom: 1px solid #d8d8d8;
        padding: 3px;
        width: 145px;
    }

.min-max .input-date {
    margin-top: 0px !important;
}

.selector .input-date {
    border: 0px;
    border-bottom: 1px solid #d8d8d8;
    width: 90px;
    height: 22px;
    line-height: 22px;
}

.selector .input-txt-line {
    height: 22px;
    line-height: 24px;
    border: 0px;
    border-bottom: 1px solid #d8d8d8;
    padding: 0px;
    width: 250px;
    text-indent: 5px;
}

.selector .sl-wrap {
    position: relative;
    _zoom: 1;
    line-height: 42px;
    border-bottom: 1px solid #DDD;
}

.selector .s-title {
    border-bottom: 1px solid #DDD;
    background: #F1F1F1;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    zoom: 1;
}

.selector .s-brand, .selector .s-line, .selector .s-tow-row {
    width: auto;
    height: auto;
    clear: both;
}

.selector .sl-key {
    float: left;
    width: 110px;
    padding-left: 5px;
    color: #7f8182;
    position: relative;
    top: -5px;
}

.selector .sl-value {
    margin-left: 90px;
    padding-right: 90px;
    padding-left: 10px;
    overflow: hidden;
    zoom: 1;
}

.selector .sl-ext {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 52px;
    height: auto;
    line-height: 22px;
    overflow: hidden;
    zoom: 1;
}

.selector .sl-v-list {
    overflow: hidden;
    zoom: 1;
    padding-top: 4px;
    max-height: 300px;
    overflow-y: auto;
}

    .selector .sl-v-list ul {
        float: left;
        overflow: hidden;
        zoom: 1;
    }

    .selector .sl-v-list li {
        float: left;
        _display: inline;
        margin-right: 12px;
        margin-bottom: 8px;
        height: 28px;
        line-height: 28px;
    }

        .selector .sl-v-list li a {
            float: left;
            white-space: nowrap;
            zoom: 1;
            color: #005aa0;
            padding-left: 5px;
            padding-right: 5px;
        }

            .selector .sl-v-list li a:hover {
                color: white;
            }

.selector .sl-btns {
    position: absolute;
    right: 8px;
    top: 5px;
}

    .selector .sl-btns a {
        margin-left: 5px;
    }

    .selector .sl-btns .btn-primary {
        margin-right: 8px;
    }

.selector .btn {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    background: #ff7900;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ff7900;
    padding: 4px 13px 5px;
    color: white;
    min-width: 30px;
}

.selector .btn-default {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    background: #F7F7F7;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #DDD;
    padding: 4px 13px 5px;
    color: #7f8182;
}

.selector .sl-ext .sl-e-more {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 52px;
    height: 22px;
    background: #fff;
    visibility: hidden;
    color: #333;
}

    .selector .sl-ext .sl-e-more i {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #DDD;
        background-position: 4px 7px;
        background: url(/assets/img/Other/search_ele.png) no-repeat 9999px 9999px;
    }

    .selector .sl-ext .sl-e-more:hover i {
        border-color: #55acee;
        background-position: 4px -11px;
    }

.selector .multiple .sl-v-list li.selected a i {
    border-color: #55acee;
    background-position: -1px -107px;
}

.selector .sl-ext .sl-e-more i, .selector .sl-ext .sl-e-multiple i {
    background: url(/assets/img/Other/search_ele.png) no-repeat 4px 7px;
    -webkit-transition: background-position .15s ease-in-out;
    -moz-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}

.selector .sl-ext .sl-e-multiple {
    float: left;
    height: 20px;
    line-height: 20px;
    border: 1px solid #E1E1E1;
    padding: 0 3px 0 18px;
    position: relative;
    background: #F8F8F8;
    color: #333;
}

    .selector .sl-ext .sl-e-multiple i {
        position: absolute;
        display: block;
        font-style: normal;
        left: 3px;
        top: 0px;
        width: 13px;
        height: 20px;
        background-position: 0 -63px;
    }

    .selector .sl-ext .sl-e-multiple:hover i {
        background-position: 0 -84px;
    }

.selector .s-more {
    text-align: center;
    position: relative;
    top: -1px;
    border-top: 1px solid #ddd;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.selector .s-more-empty {
    margin-bottom: 40px;
}

.selector .s-more .sm-wrap {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF #DDD #DDD;
    background: #fff;
    cursor: pointer;
    color: #333;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.selector .s-more:hover {
    border-color: #55acee;
}

    .selector .s-more:hover .sm-wrap {
        color: #e4393c;
        border-color: #FFF #55acee #55acee;
    }

.selector .sl-ext .opened.sl-e-more i {
    background-position: 4px -27px;
}

.selector .sl-ext .opened.sl-e-more:hover i {
    background-position: 4px -45px;
}

.selector .s-more .sm-wrap i {
    position: absolute;
    right: 16px;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/assets/img/Other/search_ele.png) no-repeat 4px 7px;
}

.selector .s-more:hover .sm-wrap i {
    background-position: 4px -10px;
}

.selector .s-more .opened.sm-wrap i {
    background-position: 4px -27px;
}

.selector .s-more:hover .opened.sm-wrap i {
    background-position: 4px -44px;
}

.selector .J_valueList li a.clicked {
    background-color: #2f80d1;
    border-radius: 8px;
    color: white;
}

.selector .J_valueList li select {
    width: 300px;
    height: 24px;
    border: 0px;
    border-bottom: 1px solid gray;
}

.foreign-clear {
    cursor: pointer;
    background: url(/assets/img/NormalIcon/clear.gif) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px !important;
    visibility: hidden;
}

.sl-key:hover .foreign-clear {
    visibility: visible;
}

.selector .s-line .sl-wrap .sl-key .foreign-clear {
    left: -16px;
}

.selector .s-line .sl-wrap .sl-key a {
    position: relative;
    left: -14px;
}

/*复杂搜索 End  */
/*引导 Start  */
.guid {
    width: 340px;
    height: 500px;
    background-color: #fff;
    border: 1px solid rgba(238, 238, 238, 0.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    position: absolute;
    display: none;
}

    .guid .close {
        background: url(/assets/img/NormalIcon/help-close.png) no-repeat;
        background-size: 18px;
        width: 18px;
        height: 18px;
        background-position: right;
        float: right;
        top: -10px;
        position: relative;
        right: -5px;
        cursor: pointer;
    }

    .guid .guid-head, .guid .guid-body {
        width: 300px;
        padding: 20px;
    }

    .guid .guid-head {
        height: 70px;
        background-color: #4BA0F0;
        color: white;
        background-image: url(/assets/img/NormalIcon/guid_bg.png);
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: 300px 15px;
    }

        .guid .guid-head .title {
        }

        .guid .guid-head .description {
            margin-top: 8px;
            line-height: 22px;
            width: 95%;
        }

    .guid .guid-body {
        height: 350px;
        overflow: auto;
        overflow-x: hidden;
        background-color: white;
    }

        .guid .guid-body .ulGuid {
            margin: 0px;
            padding: 0px;
        }

            .guid .guid-body .ulGuid li {
                margin-bottom: 10px;
            }

        .guid .guid-body .subTitle {
            line-height: 24px;
        }

        .guid .guid-body .subDescrption {
            color: #999;
            line-height: 24px;
        }

        .guid .guid-body .Content {
            margin-top: 10px;
            padding: 5px;
        }
/*引导 End  */

/*门户 Start  */
.funCenter:hover .portals_container {
    display: block;
    transition: 0.3s;
}

.portals_container {
    max-width: 585px;
    margin: 0px auto;
    position: fixed;
    margin-left: 36px;
    margin-top: -218px;
    background: #3d3b3b;
    padding: 8px;
    display: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .portals_container .portal {
        width: 136px;
        margin: 5px 5px;
        float: left;
        cursor: pointer;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        user-select: none;
    }

        .portals_container .portal:hover {
            background-color: #fb8b27;
        }

            .portals_container .portal:hover span {
            }

        .portals_container .portal span {
            display: block;
            font-family: 微软雅黑;
            color: #fff;
            padding-top: 64px;
            padding-bottom: 12px;
            text-align: center;
        }

    .portals_container .bg-myprotal {
        background-color: green;
    }

.portal-entrance {
    background-size: cover;
    background-repeat: no-repeat;
}

.portals_container .bg-weChat {
    background-color: #6abde2;
}

.portals_container .bg-report {
    background-color: #00bb9c;
}

.portal-Report div.pLeft {
    background-color: #122e5b;
    margin: 0px;
}

.portal-Report div.pRight {
    background-color: #eef1f7;
}

.portal-Report .navMenu li:hover, .portal-Report .navMenu li.active {
    background-color: #1c273c;
}

    .portal-Report .navMenu li:hover a, .portal-Report .navMenu li.active a {
        color: white;
    }

.portal-Monitor.first {
    background-color: #122e5b;
}

    .portal-Monitor.first .pLeft {
        /*border-right: 1px solid gray;*/
    }

    .portal-Monitor.first .pRight {
        color: white;
    }

    .portal-Monitor.first .pageContent {
        background-color: transparent;
    }

.portal-Monitor div.pLeft {
    background-color: #122e5b;
    margin: 0px;
}

.portal-Monitor .navMenu li:hover, .portal-Monitor .navMenu li.active {
    background-color: #1c273c;
}

    .portal-Monitor .navMenu li:hover a, .portal-Monitor .navMenu li.active a {
        color: white;
    }

body.portal-Report, body.portal-Monitor, body.portal-Report .pRight, body.portal-Monitor .pRight {
    background: #122e5b;
}

.portal-Report .pageContent {
    padding: 0px;
    margin: 0px;
    background-color: #122e5b;
}

.portal-Monitor .pageContent {
    padding: 0px;
    margin: 0px;
    background-color: #122e5b;
}

.portal-Monitor .custom_listDetails {
    margin-top: 12px;
    max-height: 800px;
    overflow-y: auto;
}

.portals_container .bg-managecenter {
    background-color: #495faa;
}

.portals_container .bg-hrcenter {
    background-color: #ff993e;
}

.portals_container .bg-implement {
    background-color: #11cd6e;
}

.portals_container .bg-help {
    background-color: #f36f9e;
}

.portals_container .bg-score {
    background-color: #f36f9e;
}

.portals_container .bg-Monitor {
    background-color: #9d55b8;
}

.portal-Monitor div.pLeft {
    margin-right: 0px;
}

.portals_container .bg-api {
    background-color: #cc5041;
}

.portals_container .portal span.icon-WeChat {
    background: url(/assets/img/portal/icon-weChat.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Personal {
    background: url(/assets/img/portal/icon-personalcenter.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Report {
    background: url(/assets/img/portal/icon-report.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Manage {
    background: url(/assets/img/portal/icon-managecenter.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Hr {
    background: url(/assets/img/portal/icon-hrcenter.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Score {
    background: url(/assets/img/portal/icon-score.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Implement {
    background: url(/assets/img/portal/icon-implement.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Help {
    background: url(/assets/img/portal/icon-help.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Monitor {
    background: url(/assets/img/portal/icon-Monitor.png) center 15px no-repeat;
    background-size: 36px;
}

.portals_container .portal span.icon-Api {
    background: url(/assets/img/portal/icon-api.png) center 15px no-repeat;
    background-size: 36px;
}
/*门户 End  */

/* #大图标列表效果*/
.bg1 {
    background-color: #4ecb8d;
}

.bg2 {
    background-color: #d3a571;
}

.bg3 {
    background-color: #7c828a;
}

.bg4 {
    background-color: #fe9024;
}

.bg5 {
    background-color: #3ab6f4;
}

.bg6 {
    background-color: #58c443;
}

.bg7 {
    background-color: #23b6b6;
}

.bg8 {
    background-color: #9285e2;
}

.modules {
    display: table;
}

    .modules .item {
        width: 86px;
        height: 86px;
        text-align: center;
        float: left;
        margin: 16px;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        cursor: pointer;
    }

        .modules .item.itemSelected, .modules .item:hover {
            background: red;
        }

            .modules .item.itemSelected span, .modules .item:hover span {
                color: white;
            }

        .modules .item img {
            display: block;
            margin: auto;
            margin-top: 8px;
            margin-bottom: 5px;
            width: 48px;
            height: 48px;
        }

        .modules .item span {
            color: white;
        }

.modules_s {
    display: table;
}

    .modules_s .item {
        width: 120px;
        height: 96px;
        text-align: center;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
        cursor: pointer;
        border: 2px solid white;
    }

        .modules_s .item.itemSelected, .modules_s .item:hover {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 2px solid #fe9024;
        }

        .modules_s .item img {
            display: block;
            margin: auto;
            margin-top: 15px;
            margin-bottom: 5px;
            width: 36px;
            height: 36px;
        }

        .modules_s .item span {
            color: #666;
            position: relative;
            top: 3px;
        }

#divTeamwork_data .modules_s .item span {
    color: white;
}

#div_Teamwork .modules_s .item {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

/* #endregion*/
/* #按钮图标效果*/
.iconBtn {
    display: table;
    width: 305px;
    margin: auto;
}

    .iconBtn a {
        display: block;
        float: left;
        width: 64px;
        height: 56px;
        background-repeat: no-repeat;
        background-position-x: center 2px;
        background-size: 24px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .iconBtn a.disabled {
            background-color: gray !important;
        }

        .iconBtn a.view {
            background-color: #4ecb8d;
            background-image: url(/assets/img/portal/icon-view.png);
            background-position: center 6px;
        }

        .iconBtn a.add {
            background-color: #fe9024;
            background-image: url(/assets/img/portal/icon-add.png);
            background-position: center 6px;
        }

        .iconBtn a.edit {
            background-color: #d3a571;
            background-image: url(/assets/img/portal/icon-edit.png);
            background-position: center 6px;
        }

        .iconBtn a.delete {
            background-color: #58c443;
            background-image: url(/assets/img/portal/icon-delete.png);
            background-position: center 6px;
        }

        .iconBtn a.layout {
            background-color: #3ab6f4;
            background-image: url(/assets/img/portal/icon-layout.png);
            background-position: center 6px;
        }

        .iconBtn a.numberRule {
            background-color: #3ab6f4;
            background-image: url(/assets/img/portal/icon-numberRule.png);
            background-position: center 6px;
        }

        .iconBtn a.permission {
            background-color: #9285e2;
            background-image: url(/assets/img/portal/icon-permission.png);
            background-position: center 6px;
        }

        .iconBtn a.lock {
            background-color: #fe962f;
            background-image: url(/assets/img/portal/icon-lock.png);
            background-position: center 6px;
        }

        .iconBtn a.releaselock {
            background-color: #44baf5;
            background-image: url(/assets/img/portal/icon-releaselock.png);
            background-position: center 6px;
        }

        .iconBtn a.resetpwd {
            background-color: #60c74c;
            background-image: url(/assets/img/portal/icon-resetpwd.png);
            background-position: center 6px;
        }

        .iconBtn a.bindMac {
            background-color: #D24143;
            background-image: url(/assets/img/portal/icon-bindMac.png);
            background-position: center 6px;
        }

        .iconBtn a:focus, .iconBtn a:hover {
            background-color: #5694ed;
        }

        .iconBtn a:last-child {
            margin-right: 0px;
        }

        .iconBtn a span {
            position: relative;
            top: 35px;
            color: white;
            font-size: 12px;
        }
/* #endregion*/

.icon-on {
    background: url(/assets/img/NormalIcon/icon-on.png)no-repeat;
    background-size: 31px 19px;
    width: 31px;
    height: 19px;
    cursor: pointer;
}

.icon-off {
    background: url(/assets/img/NormalIcon/icon-off.png)no-repeat;
    background-size: 31px 19px;
    width: 31px;
    height: 19px;
    cursor: pointer;
}

.icon-off-disabled {
    background: url(/assets/img/NormalIcon/icon-off-disabled.png)no-repeat;
    background-size: 31px 19px;
    width: 31px;
    height: 19px;
    cursor: pointer;
}

.icon-on-large {
    background: url(/assets/img/NormalIcon/icon-on-large.png)no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.icon-off-large {
    background: url(/assets/img/NormalIcon/icon-off-large.png)no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.icon-off-large-disabled {
    background: url(/assets/img/NormalIcon/icon-off-disabled-large.png)no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

/* #region */
.usericon {
    position: absolute;
    top: 200px;
    left: 700px;
    text-align: center;
}

    .usericon .user {
        width: 96px;
        height: 96px;
        border: 1px solid #d8d8d8;
        vertical-align: middle;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        padding: 1px;
    }

        .usericon .user img {
            width: 96px;
            height: 96px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

    .usericon a {
        position: relative;
        top: 5px;
    }

.summaryList {
    margin: 10px 20px 15px 20px;
}

    .summaryList .head {
        line-height: 28px;
        height: 28px;
    }

        .summaryList .head .title {
            color: #7f8182;
            float: left;
            width: 120px;
        }

        .summaryList .head .line {
            height: 1px;
            background-color: #dedede;
            width: 600px;
            position: relative;
            top: 16px;
            left: 80px;
        }

    .summaryList .body {
        clear: both;
        display: block;
    }

        .summaryList .body li {
            height: 42px;
            line-height: 42px;
            clear: both;
        }

        .summaryList .body .left {
            color: #7f8182;
            width: 90px;
            float: left;
            text-align: right;
            padding-right: 12px;
        }

        .summaryList .body .middle {
            min-width: 300px;
            float: left;
        }

        .summaryList .body .right {
            float: left;
        }
/* #endregion*/

.edit-txt {
    height: 24px;
    width: 290px;
    padding: 3px;
    border: 1px solid #d8d8d8;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn_quick {
    background-color: #f9f9f9;
    background-image: none;
    box-shadow: none;
    border: 0px;
    text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.btn-primary {
    background-color: #008cd7;
    border-color: white;
    color: white;
    min-width: 60px;
    padding: 0px 24px 0px 24px;
}

    .btn-primary:hover {
        background-color: #3ca9fc;
    }

input.btnWidthAuto {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.btn-cancel {
    background-color: #f9f9f9;
    border-color: #d8d8d8;
    color: #333333;
    width: 60px;
    min-width: 60px;
}

    .btn-cancel:hover {
        background-color: #e6e6e6;
    }

.switchPanel {
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
}

    .switchPanel li {
        display: table;
        width: 100%;
        margin-top: 18px;
    }

    .switchPanel .c1 {
        float: left;
        width: 32px;
        height: 32px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        text-align: center;
        margin-left: 28px;
    }

        .switchPanel .c1 img {
            width: 24px;
            height: 24px;
            position: relative;
            top: 4px;
        }

    .switchPanel .c2 {
        float: left;
        color: white;
        font-weight: bold;
        margin-left: 12px;
        position: relative;
        top: 7px;
    }

    .switchPanel .c3 {
        float: right;
        margin-right: 28px;
        position: relative;
        top: 6px;
    }

.f-right {
    float: right;
}

.list-image-model {
    display: block;
    height: 24px;
}

    .list-image-model li {
        float: left;
        border: 1px solid #ff6600;
        line-height: 24px;
        padding-left: 32px;
        padding-right: 10px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 12px 4px;
    }

        .list-image-model li.current {
            cursor: default;
        }

        .list-image-model li:hover, .list-image-model li.current {
            background-color: #ff6600;
            color: white;
        }

        .list-image-model li.model-image {
            background-image: url(/assets/img/NormalIcon/icon-model-image.png);
        }

            .list-image-model li.model-image.current, .list-image-model li.model-image:hover {
                background-image: url(/assets/img/NormalIcon/icon-model-image-hover.png);
            }

        .list-image-model li.model-list {
            background-image: url(/assets/img/NormalIcon/icon-model-list.png);
        }

            .list-image-model li.model-list.current, .list-image-model li.model-list:hover {
                background-image: url(/assets/img/NormalIcon/icon-model-list-hover.png);
            }

.grid_top {
    height: 30px;
    padding: 10px 0px 15px 0px;
}

div.btns_grid {
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    padding: 5px 5px 5px 0px;
    margin-bottom: 5px;
}

.childTabs-content div.btns_grid {
    margin-top: 10px;
}

.childTabs-content .slaveBtnContainer div.btns_grid {
    margin-top: 10px;
    z-index: 100;
}

.dataGridContainer {
    margin-bottom: 10px;
}

.dataGridContainer_slave {
    margin-bottom: 20px;
}

    .dataGridContainer_slave .slaveBtnContainer .fRight {
        right: 5px;
    }

.slave.caption {
    font-size: 14px;
    color: #3399ff;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 6px;
}

#colListContent {
    overflow: auto;
    height: auto !important;
    height: 170px;
    max-height: 300px;
    padding-right: 2px;
}

#colList {
    margin: 0 auto;
    width: 360px;
}

    #colList li input {
        border: 0px;
        border-bottom: 1px solid #C1C1C1;
        height: 24px;
        display: block;
        padding: 0px;
        vertical-align: middle;
        line-height: 24px;
    }

    #colList li {
        height: 26px;
        margin: 5px 0px 5px 0px;
    }

    #colList .width_txt {
        background-color: #FFFFFF;
        width: 280px;
        float: left;
        padding-left: 2px;
    }

    #colList .width_input {
        width: 65px;
        float: right;
        padding-left: 2px;
    }

/* #region 编辑页面*/
.btnGroup.viewEdit {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 501;
}

.summaryTitle {
    background-color: white;
    display: table;
    width: 100%;
    padding: 12px 0px 12px 12px;
    border-bottom: 10px solid #eee;
}

    .summaryTitle .funIcon {
        height: 32px;
        margin-left: 14px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

        .summaryTitle .funIcon img {
            width: 48px;
            height: 48px;
            position: relative;
            left: -8px;
            top: -4px;
        }

    .summaryTitle .title {
        padding: 0px 0px 0px 8px;
    }

    .summaryTitle .actionName {
        font-size: 18px;
        padding-bottom: 3px;
        position: relative;
        top: -3px;
    }

        .summaryTitle .actionName .titleValue {
            font-size: 18px;
            display: inline-block;
            position: relative;
            top: 5px;
            max-width: 300px;
        }

    .summaryTitle .createBy {
    }

    .summaryTitle .createDate {
        margin-left: 5px;
        color: gray;
    }

.pLeft .summaryTitle {
    border-bottom: 0px;
}

.mainBody {
    background: white;
    padding: 20px;
}

    .mainBody.dataViewEdit {
        padding: 0px;
        background: #f4f4f4;
    }

.dataViewEdit.mainBody {
    background: #f4f4f4;
}

.dataViewEdit .ulFlow.summaryTitle {
    position: fixed;
    top: 0px;
    background: white;
    z-index: 200;
}

.columnGroups {
    margin: 0px 0px 10px 0px;
    padding-top: 20px;
    overflow-x: hidden !important;
}

    .columnGroups > table {
        margin-top: 10px;
    }

    .columnGroups table.tbColums > thead tr th {
        background-color: #f3f3f3;
        line-height: 32px;
        text-align: left;
        padding-bottom: 4px;
        text-indent: 12px;
    }

    .columnGroups .groupName {
        cursor: pointer;
        font-weight: normal;
        user-select: none;
        font-size: 14px;
    }

    .columnGroups .tbColums {
        border: 0px;
        width: 100%;
        margin: auto;
        margin-bottom: 12px;
    }

    .columnGroups td.columnTitle {
        width: 12%;
        text-align: left;
        background-color: #f5f5f5;
    }

        .columnGroups td.columnTitle * {
            color: #7f8182;
        }

.tbColums .picklist {
    width: 150px;
}

.tbColums tbody tr:nth-child(2n+1) td {
}

    .tbColums tbody tr:nth-child(2n+1) td.tdFree {
        background-color: white;
    }

.columnGroups .IsView.tbColums td {
    line-height: 32px;
}

.columnGroups .tbColums td {
    border-bottom: 1px solid #f0f0f0;
    line-height: 35px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap !important;
}

    .columnGroups .tbColums td .leftFree {
        height: 24px;
        width: 24px;
        display: inline-block;
        text-align: right;
        clear: both;
    }

    .columnGroups .tbColums td.htmlColumn, .columnGroups .tbColums td.htmlColumn td {
        border-bottom: 0px;
    }

span.required {
    color: #ff7900 !important;
}

.columnTitle span.required {
    background: url(/assets/img/NormalIcon/requiredBg.png) no-repeat;
    padding-bottom: 5px;
    background-position: 0px 16px;
}

.columnTitle .Clear {
    cursor: pointer;
    background: url('/assets/img/NormalIcon/clear.gif') no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px !important;
    left: -2px;
}

.columnTitle span {
    cursor: default;
}

.columnValue {
    width: 38%;
}

    .columnValue .cbx {
        vertical-align: middle;
    }

    .columnValue #Province, .columnValue #City, .columnValue #District {
        width: 120px;
    }

.columnValue3 #Province, .columnValue3 #City, .columnValue3 #District {
    width: 120px;
}

.columnValue .inputText {
    width: 100%;
    background-color: transparent;
}

.columnValue textarea {
    width: 98%;
    background-color: transparent;
}

.columnValue .picklist {
    width: 100%;
}

.columnGroups .tbColums tr td {
    padding-left: 10px;
}

    .columnGroups .tbColums tr td.columnTitle {
        text-align: right;
        padding-left: 5px;
        padding-right: 10px;
    }

        .columnGroups .tbColums tr td.columnTitle span {
            /*line-height: 20px;
            display: inline-block;*/
        }

.columnGroups .IsView.oneColumnTb {
    width: 100% !important;
}

.columnGroups .oneColumnTb {
    width: 820px !important;
}

    .columnGroups .oneColumnTb td.columnTitle {
        width: 25%;
        text-align: right;
        padding-right: 25px;
    }

.columnGroups td.columnValue3 {
    padding: 5px 10px 5px 10px;
    line-height: 24px;
}

.columnGroups .tbColums.oneColumnTb {
    max-width: 1000px;
    margin: inherit;
    margin-bottom: 12px;
    clear: both;
}

.columnGroups .oneColumnTb td.columnTitle {
    width: 200px;
}

.columnGroups .oneColumnTb td.columnValue3.htmlColumn .inputHtml {
    min-width: 818px;
}

.columnGroups td:hover input, .columnGroups td:hover select {
    transition: 0.3s;
}

.columnGroups td #cbx_All {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.columnGroups .oneColumnTb tr .columnTitle {
    border-right: 0px;
}

.columnGroups .oneColumnTb tr td.columnValue3 {
    border-left: 0px;
    width: 75%;
}

.columnGroups .oneColumnTb tr:hover .htmlColumn {
    background-color: transparent !important;
}

.columnGroups .oneColumnTb td.columnValue3 {
    padding: 0px;
    padding-left: 10px;
}

.twoColumnTb tbody tr td.tdFree {
    border-bottom: 0px;
}

    .twoColumnTb tbody tr td.tdFree div {
        width: 0px;
    }

.columnValue .areaText {
    line-height: 22px;
    overflow-y: hidden;
    padding: 2px 3px 2px 7px;
    position: relative;
    top: 3px;
}

.columnValue3 .areaText {
    width: 100%;
    line-height: 22px;
    overflow-y: hidden;
    padding: 2px 3px 2px 7px;
    position: relative;
    top: 3px;
}

.twoColumnTb .columnValue3 .areaText {
    width: 99.3%;
    min-height: 56px;
}

.columnValue3 select.picklist {
    width: 300px;
}

.columnValue3 .inputText {
    width: 100%;
    background-color: transparent;
}

.columnGroups td.columnValue .YearMonth {
    border-right: 0px;
}

/*一列的宽度*/
.columnGroups .oneColumnTb td.columnTitle {
    width: 15%;
}

.columnGroups .oneColumnTb td.columnValue {
    width: 85%;
    padding-right: 10px;
}

/*二列的宽度*/
.columnGroups .twoColumnTb td.columnTitle {
    width: 12%;
}

.columnGroups .twoColumnTb td.columnValue {
    width: 38%;
    padding-right: 10px;
}

/*三列的宽度*/
.columnGroups .threeColumnTb td.columnTitle {
    width: 8%;
}

.columnGroups .threeColumnTb td.columnValue {
    width: 24%;
    padding-right: 10px;
}

.inputHtml {
    width: 100%;
    min-height: 350px;
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
}

.htmlColumn > div {
    word-break: break-all;
    margin: 5px 0px 0px 0px;
}

.SystemGroup.Slave .slaveBtnContainer {
    padding-top: 0px;
}

.slaveBtnContainer {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-top: 10px;
}

    .slaveBtnContainer .btnGroup {
        vertical-align: middle;
        clear: both;
        padding: 5px 5px 5px 0px;
        text-align: right;
    }

        .slaveBtnContainer .btnGroup a {
            display: inline-block;
            border-left: 0px;
        }

    .slaveBtnContainer .fRight {
        position: relative;
        top: 7px;
        right: 0px;
    }

        .slaveBtnContainer .fRight #selGoodsPriceName {
            height: 32px;
            border-bottom: 1px solid #d8d8d8 !important;
        }

    .slaveBtnContainer .normalBtn {
        background-color: white;
        border: 1px solid #c2c2c2;
        display: block;
        text-align: center;
        color: #7f8182;
        padding: 0px 8px 0px 8px;
    }

        .slaveBtnContainer .normalBtn:hover {
            background: #f1f1f1;
        }

    .slaveBtnContainer .btnGroup a:first-child {
        background-color: #008cd7 !important;
        border: 1px solid #008cd7 !important;
        color: white;
    }

    .slaveBtnContainer .btnGroup a.more_Icon:first-child {
        background: url(/assets/img/NormalIcon/moreAction_hover.png) no-repeat;
        background-size: 16px;
        background-position: center;
        background-color: #008cd7 !important;
    }

    .slaveBtnContainer #btnMore_Layout:hover, .slaveBtnContainer .more_Icon:hover {
        background-size: 16px;
        background-position: center;
    }

.searchTxt_Child {
    line-height: 26px;
    height: 26px;
    text-indent: 12px;
    border: 1px solid #B5B5B5;
    border-right: 0px;
    width: 220px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    position: relative;
    top: 1px;
}

.searchBtn_Child {
    min-width: 42px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
    line-height: 28px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    color: white;
    background-color: #ff993e;
    border: 0px;
    text-align: center;
    font-weight: bold;
}

.ui-jqgrid-btable .inputText {
    width: 98%;
    height: 16px;
}

.choose_foreign, .choose_serialNumber {
    display: inline-block;
    cursor: pointer;
    background: url('/assets/img/NormalIcon/openDialog.png') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.clear_foreign {
    cursor: pointer;
    background: url('/assets/img/NormalIcon/clear.gif') no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: none;
    position: relative;
    top: 2px;
    left: 5px;
}
/* #endregion 编辑页面*/

/* #region 扩展 */
.Slave input.inputText, .Slave input.Wdate, .Slave select {
    border: 0px !important;
    background-color: white;
}

    .Slave input.inputText:disabled, .Slave input.Wdate:disabled, .Slave select:disabled {
        background-color: transparent;
        cursor: not-allowed;
    }

.Slave .ui-th-column {
    line-height: 12px;
}

.Slave.Add .ui-jqgrid tr.jqgrow td, .Slave.Edit .ui-jqgrid tr.jqgrow td {
    border-left: 1px solid #ebeff5;
    height: 36px;
}

    .Slave.Add .ui-jqgrid tr.jqgrow td:last-child, .Slave.Edit .ui-jqgrid tr.jqgrow td:last-child {
        border-right: 1px solid #ebeff5;
    }

.Slave.Add .ui-jqgrid-btable tbody tr.jqgrow td:hover {
    border-bottom: 1px solid #a5a5a5;
}

.Slave .ui-state-default, .Slave .ui-widget-content .ui-state-default, .Slave .ui-widget-header .ui-state-default {
    border: 1px solid #ebeff5;
    background: #f5f5f5;
    color: #1c94c4;
}

.ui-th-column.required .ui-th-div {
    display: inline-block;
    border-bottom: 2px solid #ff7900;
}

.ui-jqgrid-htable thead tr th.ui-state-hover {
    background-color: #ebeff5 !important;
    color: white;
}

.Slave.Edit .ulTable:hover .clear_foreign {
    display: inline-block !important;
}

.Slave .ulTable {
    width: 100%;
}

    .Slave .ulTable .inputText {
        width: 100%;
    }

    .Slave .ulTable .opbtns {
        width: 30px;
    }

.Slave .ui-paging-pager {
    position: relative;
    top: -3px;
    line-height: 24px;
}

    .Slave .ui-paging-pager .ui-pg-input {
        line-height: 12px;
    }
/* #endregion */

/* #region 审批设置 */
.tbApprove {
    margin-left: 16px;
    width: 98%;
    line-height: 36px;
    background-color: #d4d4d4;
    margin-bottom: 10px;
}

    .tbApprove thead tr th {
        background-color: #f6f6f6;
        font-weight: normal;
        line-height: 40px;
    }

    .tbApprove tbody tr td {
        background-color: white;
        padding: 5px;
        border-bottom: 1px solid #E3E6EB;
    }

    .tbApprove .left {
        width: 120px;
        vertical-align: top;
    }

    .tbApprove .right {
    }

    .tbApprove tbody tr:hover td {
        background-color: #f5f5f5;
    }

    .tbApprove * {
        user-select: none;
        -ms-user-select: none;
    }

.cbx:first-child {
    margin-left: 0px;
}

.tbApprove .one .cbx {
    margin-left: 12px;
}

.tbApprove .one .boss {
    margin-top: 10px;
    color: #11cd6e;
}

    .tbApprove .one .boss .cbx:first-child {
        margin-left: 0px !important;
    }

.tbApprove .one {
    margin-left: 10px;
}

.tbApprove .more {
    margin-left: 4px;
}

.cbx_More {
    margin-left: 20px;
}

.addApproveDefine {
    margin-left: 20px;
}

.tb_More_Details {
    width: 90%;
}

    .tb_More_Details tbody tr td.c1 {
        vertical-align: top;
        width: 8px;
    }

    .tb_More_Details tbody tr td.c2 {
        vertical-align: top;
        width: 200px;
    }

    .tb_More_Details tbody tr td.c3 {
        vertical-align: top;
    }

    .tb_More_Details tbody tr td {
        padding-top: 10px;
        border-bottom: 0px;
    }

.tbApprove .delete {
    padding-left: 10px;
}

.tbApprove .Empty {
    color: gray;
}

input.mLeft0 {
    margin-left: 0px !important;
}

.tbApprove-dialog {
    width: 100%;
    line-height: 28px;
    background-color: #d4d4d4;
    margin-bottom: 10px;
}

    .tbApprove-dialog thead tr th {
        background-color: white;
        font-weight: normal;
    }

    .tbApprove-dialog td {
        background-color: white;
        padding: 5px;
    }

    .tbApprove-dialog .left {
        width: 70px;
        vertical-align: middle;
        text-align: center;
    }

    .tbApprove-dialog .right {
    }

        .tbApprove-dialog .right .cbx:first-child {
            margin-left: 0px;
        }

        .tbApprove-dialog .right input[type='checkbox'] {
            position: relative;
            top: -2px;
        }

        .tbApprove-dialog .right label {
            margin-right: 10px;
        }

        .tbApprove-dialog .right .split {
            margin: 10px 0px 10px 0px;
        }

    .tbApprove-dialog .boss {
        color: #11cd6e;
    }

.fixed-right-icons {
    position: fixed;
    right: 16px;
    top: 83px;
    z-index: 500;
    margin: 0px;
    padding: 0px;
    opacity: 0.8;
    transition: 0.5s;
}

    .fixed-right-icons:hover {
        opacity: 1.0;
    }

    .fixed-right-icons li {
        display: block;
        width: 56px;
        line-height: 20px;
        text-align: center;
        color: white;
        border-bottom: 1px solid white;
        background: #55acee;
        padding: 8px 6px 8px 6px;
        cursor: pointer;
        transition: 0.3s;
    }

        .fixed-right-icons li:hover {
            background-color: #008cd7;
        }

        .fixed-right-icons li.disabled {
            background-color: #dfe1dd;
            cursor: not-allowed;
            display: none;
        }

        .fixed-right-icons li.bg1 {
            background-color: #4ecb8d;
        }

        .fixed-right-icons li.bg2 {
            background-color: #d3a571;
        }

        .fixed-right-icons li.bg3 {
            background-color: #7c828a;
        }

        .fixed-right-icons li.bg4 {
            background-color: #fe9024;
        }

        .fixed-right-icons li.bg5 {
            background-color: #3ab6f4;
        }

        .fixed-right-icons li.bg6 {
            background-color: #58c443;
        }

.topApprove {
    margin: auto;
    padding-top: 10px;
}

    .topApprove li {
        text-align: center;
        width: 50px;
    }

        .topApprove li .topIcon {
            width: 50px;
            height: 36px;
            background-size: 32px;
            background-position: center;
        }

    .topApprove .name {
        margin-top: 5px;
        user-select: none;
    }

.top-Save {
    background: url('/assets/img/approve/top-Save.png') no-repeat;
}

.unfinished .top-Save {
    background: url('/assets/img/approve/top-Save-Disabled.png') no-repeat;
}

.top-WaitApply {
    background: url('/assets/img/approve/top-WaitApply.png') no-repeat;
}

.unfinished .top-WaitApply {
    background: url('/assets/img/approve/top-WaitApply-Disabled.png') no-repeat;
}

.top-WaitApprove {
    background: url('/assets/img/approve/top-WaitApprove.png') no-repeat;
}

.unfinished .top-WaitApprove {
    background: url('/assets/img/approve/top-WaitApprove-Disabled.png') no-repeat;
}

.top-Approving {
    background: url('/assets/img/approve/top-Approving.png') no-repeat;
}

.unfinished .top-Approving {
    background: url('/assets/img/approve/top-Approving-Disabled.png') no-repeat;
}

.top-Finished {
    background: url('/assets/img/approve/top-Finished.png') no-repeat;
}

.unfinished .top-Finished {
    background: url('/assets/img/approve/top-Finished-Disabled.png') no-repeat;
}

.top-Reject {
    background: url('/assets/img/approve/top-Reject.png') no-repeat;
}

.top-Cancel {
    background: url('/assets/img/approve/top-Cancel.png') no-repeat;
}

.unfinished .name {
    color: gray;
}

.bg-arrow-0 {
    background: url('/assets/img/approve/bg-arrow-0.png') no-repeat;
    width: 93px;
    height: 9px;
    position: relative;
    top: -30px;
}

.bg-arrow-50 {
    background: url('/assets/img/approve/bg-arrow-50.png') no-repeat;
    width: 94px;
    height: 9px;
    position: relative;
    top: -30px;
}

.bg-arrow-100 {
    background: url('/assets/img/approve/bg-arrow-100.png') no-repeat;
    width: 93px;
    height: 9px;
    position: relative;
    top: -30px;
}

.approveStatus_Log {
    position: relative;
    float: right;
    font-size: 24px;
    transform: rotate(45deg);
    border-bottom: 2px solid #6bc30d;
    width: auto;
    right: -59px;
    top: -3px;
    padding: 2px 40px 10px 40px;
    color: #6bc30d;
    font-weight: bold;
}

.tbApproveLog {
    line-height: 26px;
    width: 550px;
    padding: 0px 0px 0px 0px;
}

    .tbApproveLog td {
        padding: 2px;
        vertical-align: top;
    }

    .tbApproveLog .left {
        width: 80px;
        text-align: right;
    }

    .tbApproveLog .contents {
        max-height: 300px;
        overflow: auto;
        padding-left: 40px;
    }

        .tbApproveLog .contents ul {
            display: block;
            margin: 10px;
        }

            .tbApproveLog .contents ul li {
                height: 80px;
                padding-left: 30px;
                display: block;
                background: url('/assets/img/Approve/flow-down.png') no-repeat;
                line-height: 28px;
            }

                .tbApproveLog .contents ul li.finished {
                    background: url('/assets/img/Approve/flow-down-finished.png') no-repeat;
                }

                .tbApproveLog .contents ul li.continue {
                    background: url('/assets/img/Approve/flow-down-continue.png') no-repeat;
                }

                .tbApproveLog .contents ul li div {
                    position: relative;
                    top: -4px;
                }

    .tbApproveLog span, .tbApproveLog div, .tbApproveLog td {
    }
/* #endregion */

/* #region 附属标签 */
.childTabContainer {
    /*width: 100%;*/
    background: white;
    padding-bottom: 40px;
    padding-top: 10px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 10px solid white;
    border-right: 10px solid white;
}

    .childTabContainer .flag {
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top: 12px solid #3399ff;
        transform: rotate(-225deg);
        position: relative;
        float: left;
        top: -17px;
        left: -12px;
        opacity: 0.7;
        display: none;
    }

    .childTabContainer .bottomLine {
        border: 0px;
        position: relative;
        top: 34px;
    }

.dataViewEdit .childTabContainer .flag {
    display: block;
}

.childTabs {
    display: table;
    position: relative;
    float: left;
    background: white;
    /*width: 100%;*/
    padding-left: 10px;
}

    .childTabs li {
        display: table-cell;
        height: 22px;
        line-height: 22px;
        text-align: center;
        border-top: 1px solid white;
        border-bottom: 1px solid #d8d8d8;
        min-width: 50px;
        padding: 5px 20px 5px 20px;
        cursor: pointer;
    }

        .childTabs li:first-child {
        }

        .childTabs li:last-child {
            background-image: none;
        }

        .childTabs li div.name {
            color: #7f8182;
            user-select: none;
            font-size: 14px;
        }

        .childTabs li.actived {
            background-image: none;
            border: 0px;
            border-bottom: 2px solid #3399ff;
        }

            .childTabs li.actived .name, .childTabs li:hover .name {
                color: #3399ff;
                font-weight: bold;
                font-size: 11pt;
            }

                .childTabs li.actived .name span, .childTabs li:hover .name span {
                    color: #3399ff;
                    font-weight: bold;
                }

.childTabContainer .childTabs li {
    border-bottom: 0px;
}

    .childTabContainer .childTabs li.actived {
        background-image: none;
        border: 0px;
        border-bottom: 2px solid #3399ff;
    }

/* #endregion */

.btnChooseUploadFile {
    width: 80px;
    height: 24px;
    border: 0px;
    background-color: #11cd6e;
    color: white;
}

.btnSubmitUploadFile {
    width: 60px;
    height: 24px;
    border: 1px solid gray;
}

.tbUploadList-container {
    width: 470px;
    max-height: 155px;
    overflow: auto;
    padding: 5px;
}

.tbUploadList {
    line-height: 24px;
}

    .tbUploadList td {
        padding: 2px;
        border-bottom: 1px dotted gray;
    }

    .tbUploadList .left {
        width: 350px;
    }

    .tbUploadList .right {
        width: 80px;
    }

a.chooseFromHistory {
    right: -1px;
}

.frame_upload {
    margin: 0px;
    width: 60px;
    height: 26px;
}

.btn-select-img {
    right: 59px;
}

.btn-preview-img {
    right: -1px;
}

.btn-floatInput {
    color: #7f8182;
    z-index: 1;
    float: right;
    position: absolute;
    top: 4px;
    min-width: 60px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    background: #f4f4f1;
    border-left: 1px solid #d8d8d8;
}

    .btn-floatInput:hover {
        color: #668cb3;
    }

.columnValue3 .btn-floatInput {
    top: 1px;
}

.btn-yellow {
    min-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
    line-height: 24px;
    color: white;
    border: 0px;
    background-color: #008cd7;
    cursor: pointer;
    line-height: normal !important;
}

.btn-normal {
    min-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
    line-height: 24px;
    color: white;
    border: 0px;
    background-color: gray;
    cursor: pointer;
    line-height: normal !important;
}

.btn-gray {
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: black;
    background-color: #f9f9f9;
    cursor: pointer;
    border: 1px solid #d8d8d8;
    position: relative;
    top: 1px;
    line-height: normal !important;
}

.taskReportContainer {
    width: 98%;
    padding: 10px;
    padding-top: 5px;
    clear: both;
}

    .taskReportContainer ul {
        display: block;
    }

        .taskReportContainer ul li {
            border-top: 1px solid #e5e5e5;
            display: table;
            padding: 10px;
            width: 98%;
        }

            .taskReportContainer ul li:hover {
                background-color: #efeeee;
            }

            .taskReportContainer ul li:first-child {
                border-top: 0px;
            }

    .taskReportContainer .icon {
        width: 48px;
        height: 48px;
        background-size: 48px;
        border-radius: 48px;
        -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
        border: 1px solid #ebebeb;
        float: left;
    }

    .taskReportContainer .taskReportItem {
        margin-left: 68px;
    }

        .taskReportContainer .taskReportItem .title {
            line-height: 32px;
        }

            .taskReportContainer .taskReportItem .title .personName {
                color: #00bc3e;
                display: inline-block;
                width: 60px;
            }

            .taskReportContainer .taskReportItem .title .time {
                color: #cccccc;
            }

        .taskReportContainer .taskReportItem .progress {
            padding: 5px 10px 0px 0px;
        }

        .taskReportContainer .taskReportItem .contents {
            float: left;
            line-height: 32px;
            width: 470px;
            overflow: auto;
            word-break: break-all;
            margin-bottom: 18px;
        }

/* 日历 Start*/
#calendar {
    font-size: 8px;
    font-family: arial;
    border-right: 0px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

    #calendar #calendarTop {
        height: 24px;
        line-height: 24px;
        color: #003784;
        text-align: left;
        border-right: 0px;
        padding-left: 5px;
    }

        #calendar #calendarTop span, #calendar #calendarTop a {
            letter-spacing: 2px;
        }

        #calendar #calendarTop .prev, #calendar #calendarTop .next {
            width: 8px;
            height: 14px;
            position: relative;
            top: 2px;
        }

        #calendar #calendarTop .prev {
            display: inline-block;
            background-image: url(/assets/img/NormalIcon/arrow-left-big.png);
            background-repeat: no-repeat;
            margin-right: 40px;
        }

            #calendar #calendarTop .prev:hover {
                display: inline-block;
                background-image: url(/assets/img/NormalIcon/arrow-left-big.png);
                background-repeat: no-repeat;
                margin-right: 40px;
            }

        #calendar #calendarTop .next {
            display: inline-block;
            background-image: url(/assets/img/NormalIcon/arrow-right-big.png);
            background-repeat: no-repeat;
            margin-left: 40px;
        }

            #calendar #calendarTop .next:hover {
                display: inline-block;
                background-image: url(/assets/img/NormalIcon/arrow-right-big-hover.png);
                background-repeat: no-repeat;
                margin-left: 40px;
            }

        #calendar #calendarTop select {
        }

        #calendar #calendarTop input {
            padding: 0;
        }

    #calendar ul#week {
        margin: 0;
        padding: 0;
        height: 20px;
        margin-top: 6px;
        margin-bottom: 6px;
    }

        #calendar ul#week li {
            float: left;
            width: 30px;
            text-align: center;
            line-height: 20px;
            list-style: none;
        }

            #calendar ul#week li b {
                font-weight: normal;
                color: #c60b02;
            }

    #calendar #cm {
        clear: left;
        position: relative;
    }

        #calendar #cm .cell {
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            margin: 2px;
            cursor: pointer;
        }

.cell div {
    font-size: 10px !important;
}

#calendar #cm .cell .so {
    font-size: 14px !important;
}

#calendar #bm {
    text-align: right;
    height: 24px;
    line-height: 24px;
    padding: 2px;
}

    #calendar #bm a {
        color: #7977ce;
    }

#calendar #fd {
    display: none;
    position: absolute;
    border: 1px solid #dddddf;
    background: #feffcd;
    padding: 2px;
    width: 100%;
}

    #calendar #fd b {
        font-weight: normal;
        color: #c60a00;
    }

#calendar .currentday {
    background-color: #2299ee;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
/*  end */

.add-Icon {
    background: url(/assets/img/NormalIcon/add.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    border: 0px;
}

    .add-Icon:hover {
        background: url(/assets/img/NormalIcon/add-hover.png) no-repeat;
        width: 16px;
        height: 16px;
        float: right;
        border: 0px;
    }


/* #region 选择 */
.deptPersonTreeContainer {
    overflow: hidden;
}

    .deptPersonTreeContainer table {
    }

        .deptPersonTreeContainer table td {
            vertical-align: top;
        }

    .deptPersonTreeContainer .input-DeptPerson {
        width: 220px;
        height: 30px;
        border: 1px solid #d8d8d8;
        color: #cccccc;
        text-indent: 8px;
    }

    .deptPersonTreeContainer .searchPerson {
        background: url(/assets/img/NormalIcon/search-gray.png) no-repeat;
        background-size: 16px;
        background-position: center;
        border: 1px solid #d8d8d8;
        border-left: 0px;
        width: 30px;
        height: 32px;
        line-height: 32px;
        cursor: pointer;
        float: right;
    }

    .deptPersonTreeContainer .deptPersonTree {
        height: 320px;
        border: 1px solid #d8d8d8;
        padding: 5px;
        width: 240px;
        overflow: auto;
    }

    .deptPersonTreeContainer .treeHead {
        border: 1px solid #d8d8d8;
        border-bottom: 0px;
        background-color: #f5f5f5;
        height: 30px;
        line-height: 30px;
        width: 218px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .deptPersonTreeContainer .treeHead.left {
            margin-top: 8px;
            width: 240px;
        }

            .deptPersonTreeContainer .treeHead.left a.icon-RefreshTree {
                background: url(/assets/img/normalIcon/refresh.png) center center / 16px no-repeat;
                display: inline-block;
                width: 16px;
                height: 16px;
                float: right;
                position: relative;
                top: 7px;
                right: 3px;
            }

        .deptPersonTreeContainer .treeHead .clearAll {
            float: right;
        }

    .deptPersonTreeContainer .selectResult {
        width: 218px;
        height: 360px;
        border: 1px solid #d8d8d8;
        padding: 5px;
        overflow: auto;
    }

        .deptPersonTreeContainer .selectResult ul {
            line-height: 24px;
        }

            .deptPersonTreeContainer .selectResult ul li {
                cursor: pointer;
            }

                .deptPersonTreeContainer .selectResult ul li:hover {
                    background-color: #f5f5f5;
                }
/* #endregion */

.viewHistoryContainer {
    overflow: auto;
}

    .viewHistoryContainer table {
        width: 430px;
        margin: 0px;
    }

        .viewHistoryContainer table td {
            padding: 5px;
            border-bottom: 1px dotted gray;
        }

            .viewHistoryContainer table td.left {
            }

            .viewHistoryContainer table td.right {
                width: 150px;
                color: gray;
            }

        .viewHistoryContainer table img {
            width: 36px;
            height: 36px;
            border-radius: 36px;
            -webkit-border-radius: 36px;
            -moz-border-radius: 36px;
            position: relative;
            top: 1px;
        }

        .viewHistoryContainer table a.link {
            position: relative;
            top: -10px;
        }

        .viewHistoryContainer table tr:hover {
            background-color: #f5f5f5;
        }

.tbSendRange td {
    line-height: 28px;
}

.icon-public, .icon-recycle {
    position: fixed;
    float: left;
    font-size: 24px;
    transform: rotate(-45deg);
    /*border-bottom: 2px solid #ff7900;*/
    width: auto;
    left: -33px;
    top: 7px;
    padding: 2px 40px 10px 40px;
    color: chartreuse;
    font-weight: bold;
    z-index: 9900;
}

/* 工单处理及工单回访详情 Start*/
.serviceInfo_head {
    border-bottom: 1px solid #d0daf3;
    height: 48px;
    margin: 0px 0px 20px 0px;
}

    .serviceInfo_head .text {
        font-size: 16px;
        position: relative;
        top: 12px;
    }

.serviceProc_info {
    border: 0px;
    line-height: 28px;
    margin-bottom: 20px;
}

    .serviceProc_info td.left {
        width: 100px;
        vertical-align: top;
        text-align: right;
        padding-right: 12px;
    }

    .serviceProc_info td div.moreContent {
        max-width: 700px;
        overflow: auto;
    }

.serviceProcInfo_head {
    border-bottom: 1px solid #d0daf3;
    height: 48px;
    margin: 0px 0px 20px 0px;
}

    .serviceProcInfo_head .text {
        font-size: 16px;
        position: relative;
        top: 12px;
    }
/* 工单处理及工单回访详情 End*/

.childTab_Prompt {
    color: gray;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 10px;
    min-height: 2px;
}

.tbFriendFilter {
    background-color: #eeeeee;
    font-family: 微软雅黑;
}

    .tbFriendFilter td {
        background-color: white;
        height: 48px;
        line-height: 48px;
    }

    .tbFriendFilter .tbLeft {
        background-color: #fcfcfc;
        text-align: right;
        padding-right: 12px;
        color: #555555;
    }

    .tbFriendFilter .tbRight {
        padding-left: 12px;
    }

    .tbFriendFilter a.filterItem {
        line-height: 32px;
        height: 32px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        color: #555555;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 0px 12px 0px 12px;
        margin-right: 5px;
    }

        .tbFriendFilter a.filterItem.selected {
            color: white;
            background: #ff7f02;
        }

        .tbFriendFilter a.filterItem:hover {
            color: white;
            background: #ff7f02;
        }

.topList {
    border: 1px solid #e4e4e4;
}

    .topList .banner {
        background: #f4f4f4;
        text-align: center;
        height: 42px;
        line-height: 42px;
    }

    .topList .content {
        padding: 10px 10px 5px 10px;
    }

.tbTopList_content {
    width: 100%;
}

    .tbTopList_content thead {
        height: 24px;
        line-height: 24px;
        color: #818181;
    }

        .tbTopList_content thead th {
            border-bottom: 1px dashed #dedede;
        }

    .tbTopList_content tbody {
        background: white;
    }

        .tbTopList_content tbody td {
            border-bottom: 1px dashed #dedede;
            height: 42px;
            line-height: 42px;
        }

    .tbTopList_content .tbLeft {
        text-align: left;
        color: #164a84;
        width: 200px;
    }

    .tbTopList_content .tbRight {
        text-align: right;
        color: #818181;
    }

.top_1 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: 0px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_2 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -9px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_3 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -18px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_4 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -27px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_5 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -36px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_6 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -45px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_7 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -54px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_8 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -63px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_9 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -72px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.top_10 {
    background: url(/assets/img/NormalIcon/TopNumber.png) no-repeat;
    background-position-y: -81px;
    width: 17px;
    height: 9px;
    padding-right: 5px;
    display: inline-block;
}

.tbSort {
    background: #e6e6e6;
}

    .tbSort td {
        background: #fafafa;
        line-height: 40px;
        height: 40px;
        text-align: center;
    }

        .tbSort td a {
        }

            .tbSort td a.sort-asc {
                background: url(/assets/img/NormalIcon/icon-sort-asc.png) no-repeat;
                background-position: right;
                display: inline-block;
                padding-right: 20px;
            }

            .tbSort td a.sort-desc {
                background: url(/assets/img/NormalIcon/icon-sort-desc.png) no-repeat;
                background-position: right;
                display: inline-block;
                padding-right: 20px;
            }

            .tbSort td a.sort-asc-current {
                background: url(/assets/img/NormalIcon/icon-sort-asc-current.png) no-repeat;
                background-position: right;
                display: inline-block;
                padding-right: 20px;
            }

            .tbSort td a.sort-desc-current {
                background: url(/assets/img/NormalIcon/icon-sort-desc-current.png) no-repeat;
                background-position: right;
                display: inline-block;
                padding-right: 20px;
            }

.taskList {
}

    .taskList li {
        padding: 10px;
        padding-bottom: 0px;
        border-bottom: 1px dashed #cecece;
    }

        .taskList li:hover {
            background-color: #fafafa;
        }

    .taskList .icon-task {
        padding: 10px;
    }

    .taskList .content {
        padding: 10px 0px 20px 20px;
    }

        .taskList .content .theTitle {
            font-size: 16px;
            line-height: 32px;
            font-family: 微软雅黑;
        }

            .taskList .content .theTitle .typeName {
                line-height: 32px;
                font-family: 微软雅黑;
                color: red;
            }

        .taskList .content .theBody {
            line-height: 24px;
            font-family: 微软雅黑;
        }

    .taskList .moreInfo {
        text-align: center;
        width: 140px;
        padding: 10px;
    }

        .taskList .moreInfo .info-money {
            font-size: 18px;
            color: #ff7f02;
            margin: 0px 0px 10px 0px;
        }

        .taskList .moreInfo .btn-viewDetails {
            background-color: #4f8ee6;
            color: white;
            text-align: center;
            width: 110px;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            font-family: 微软雅黑;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            margin: 8px 0px 10px 0px;
        }

        .taskList .moreInfo .num-view {
            color: #777777;
            margin: 8px 0px 0px 0px;
        }

.tbSort_Day {
    border: 0px;
    width: 100%;
}

    .tbSort_Day td {
        text-align: center;
        width: 50%;
        height: 42px;
        line-height: 42px;
        background-color: #f4f5f9;
    }

        .tbSort_Day td:hover, .tbSort_Day td.selected {
            background-color: #31c37c;
            color: white;
        }

.tbSort_Data {
    line-height: 32px;
    height: 32px;
    width: 100%;
}

    .tbSort_Data thead {
    }

        .tbSort_Data thead th {
            text-align: center;
            border-bottom: 1px solid #e8e8e8;
            font-weight: normal;
            height: 42px;
        }

    .tbSort_Data tbody {
    }

        .tbSort_Data tbody tr:nth-child(2n+1) {
            background: #f4f5f9;
        }

        .tbSort_Data tbody tr:hover {
            background: #ccc;
        }

        .tbSort_Data tbody td {
            text-align: center;
            line-height: 42px;
        }

.ulSortData_Recent {
    display: table;
}

    .ulSortData_Recent li {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .ulSortData_Recent li:hover {
            background: #f4f5f9;
        }

    .ulSortData_Recent .left1 {
        padding: 24px;
    }

    .ulSortData_Recent .left2 {
        padding: 10px;
        line-height: 20px;
    }

.sort_rightContainer {
    width: 100%;
    border: 1px solid #e8e8e8;
}

.ulConditions .li-condition span.btns {
    visibility: hidden;
}

.ulConditions .li-condition:hover span.btns {
    visibility: visible;
}

.commentBody {
    width: 550px;
    margin: auto;
    margin-bottom: 40px;
}

.bigTitle {
    width: 100%;
    text-align: center;
}

    .bigTitle span {
        padding-bottom: 16px;
        font-family: "simhei";
        font-size: 26px;
        color: #000 !important;
        font-weight: normal;
    }

.counterInfo {
    float: right;
    color: #c2c0c0;
    line-height: 32px;
}

.commentContainer {
    border: 1px solid #379be9;
    text-align: right;
}

    .commentContainer .commentContent {
        height: 85px;
        overflow: auto;
        text-align: left;
        line-height: 24px;
        padding: 5px;
        word-break: break-all;
        background-color: white;
    }

    .commentContainer .splitline {
        border-top: 1px solid #dddddd;
    }

    .commentContainer .btnComment, .commentContainer .btnReply, .commentContainer .btnReply_Cancel {
        width: 68px;
        height: 28px;
        background-color: #379be9;
        color: white;
        border: 0px;
        border-right: 1px solid #9bcdf4;
        border-bottom: 1px solid #9bcdf4;
        margin: 5px;
    }

    .commentContainer .btnReply_Cancel {
        background-color: #ccc;
        border: 1px solid #ccc;
    }

.commentBody .tabItemsContainer {
    margin-top: 20px;
    margin-bottom: 5px;
}

    .commentBody .tabItemsContainer ul li span {
    }

.ulComment {
    display: table;
    width: 100%;
}

    .ulComment li {
        width: 100%;
        display: table;
        clear: both;
        border: 0px;
        border-bottom: 1px solid #dddddd;
        padding: 5px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .ulComment li:hover {
            background-color: #fafafc;
        }

        .ulComment li .icon {
            width: 48px;
            height: 48px;
            background-size: 48px;
            border-radius: 48px;
            -webkit-border-radius: 48px;
            -moz-border-radius: 48px;
            border: 1px solid #ebebeb;
            float: left;
        }

        .ulComment li .item {
            float: left;
            margin-left: 10px;
            line-height: 24px;
            max-width: 480px;
        }

            .ulComment li .item a {
                margin-right: 12px;
            }

            .ulComment li .item span.timeSummary {
                color: #7f8182;
            }

            .ulComment li .item .icon_prize {
                color: #7f8182;
                margin-right: 12px;
                background: url(/assets/img/NormalIcon/icon-prize.png) no-repeat;
                background-position: left center;
                background-size: 16px;
                display: inline-block;
                padding-left: 18px;
                cursor: pointer;
            }

                .ulComment li .item .icon_prize:hover {
                    background: url(/assets/img/NormalIcon/icon-prize-hover.png) no-repeat;
                    background-position: left center;
                }

            .ulComment li .item .icon_reply {
                color: #7f8182;
                background: url(/assets/img/NormalIcon/icon-reply.png) no-repeat;
                background-position: left center;
                background-size: 16px;
                display: inline-block;
                padding-left: 18px;
                cursor: pointer;
            }

                .ulComment li .item .icon_reply:hover {
                    background: url(/assets/img/NormalIcon/icon-reply-hover.png) no-repeat;
                    background-position: left center;
                }

    .ulComment .commentContainer {
        width: 470px;
        margin-left: 60px;
        margin-top: 80px;
        border: 1px solid #bbbbbb;
    }

        .ulComment .commentContainer .commentContent {
            border-bottom: 0px;
        }

.ulComment-child .ulComment li {
    border-bottom: 0px;
    padding-bottom: 0px;
    border-top: 1px dotted gray;
    margin-top: 20px;
    padding-top: 20px;
}

.ulComment-child {
    width: 600px;
    margin-left: 50px;
}

    .ulComment-child .ulComment .commentContainer {
        width: 580px !important;
    }

div.pageContent {
    overflow: auto;
}

.pageContent .apiPanel {
    width: 900px;
    word-wrap: break-word;
    padding: 20px;
    padding-top: 0px;
}

h2.head-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.apiurl {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: red;
}

.introduction, .introduction * {
    line-height: 36px;
}

.api-table {
    width: 900px;
    border-collapse: collapse;
}

    .api-table th, .api-table th:hover {
        background: #333;
        color: #ddd;
    }

    .api-table th, .api-table td {
        padding: 12px;
        text-align: left;
        border: 1px solid #ddd;
        font-weight: normal;
    }

    .api-table tr:hover td {
        background: #e8e8e8;
    }

    .api-table th.center, .api-table td.center {
        text-align: center;
    }

.codePre {
    width: 880px;
    padding: 10px;
    border: 1px dashed rgb(47, 111, 171);
    color: rgb(85, 85, 85);
    background-color: rgb(251, 251, 231);
}

.icon-allDirectory {
    background: url(/assets/img/NormalIcon/icon-doc.png) no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
    margin: 5px;
    background-position: 0px 5px;
}

    .icon-allDirectory a {
        display: inline-block;
    }

        .icon-allDirectory a.selected {
            background: #beebff;
            color: black;
        }

.dirPath {
    height: 40px;
    line-height: 40px;
    width: 98%;
    margin: 10px 0px 10px 0px;
    background: #f5f5f5;
    padding-left: 8px;
}

.icon-home {
    display: inline-block;
    background: url(/assets/img/NormalIcon/icon-home.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.icon-arrow-right-black {
    display: inline-block;
    background: url(/assets/img/NormalIcon/icon-arrow-right-black.png) no-repeat;
    background-size: 7px;
    width: 7px;
    height: 7px;
}

.dirPath .icon-home {
    position: relative;
    top: 5px;
}

.dirPath .icon-arrow-right-black {
    position: relative;
    top: -1px;
    margin: 0px 8px 0px 8px;
}

.dirList {
    padding: 12px;
}

    .dirList .dirItem {
        width: 180px;
        height: 143px;
        text-align: center;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        border-radius: 5px;
    }

        .dirList .dirItem .text {
            margin: auto;
            padding-top: 15px;
            width: 160px;
            color: #7f8182;
        }

        .dirList .dirItem:hover {
            background: #e5f3ff;
        }

            .dirList .dirItem:hover .icon-folder {
                background: url(/assets/img/NormalIcon/icon-directory-big-hover.png) no-repeat;
                width: 53px;
                height: 53px;
                margin: auto;
                margin-top: 36px;
            }

            .dirList .dirItem:hover .icon-person {
                background: url(/assets/img/NormalIcon/icon-person-hover.png) no-repeat;
                width: 53px;
                height: 53px;
                margin: auto;
                margin-top: 36px;
            }

            .dirList .dirItem:hover .icon-dept {
                background: url(/assets/img/NormalIcon/icon-dept-hover.png) no-repeat;
                width: 53px;
                height: 53px;
                margin: auto;
                margin-top: 36px;
            }

            .dirList .dirItem:hover .icon-role {
                background: url(/assets/img/NormalIcon/icon-role-hover.png) no-repeat;
                width: 53px;
                height: 53px;
                margin: auto;
                margin-top: 36px;
            }

        .dirList .dirItem .icon-folder {
            background: url(/assets/img/NormalIcon/icon-directory-big.png) no-repeat;
            width: 53px;
            height: 53px;
            margin: auto;
            margin-top: 36px;
            float: none;
        }

        .dirList .dirItem .icon-person {
            background: url(/assets/img/NormalIcon/icon-person.png) no-repeat;
            width: 53px;
            height: 53px;
            margin: auto;
            margin-top: 36px;
            float: none;
        }

        .dirList .dirItem .icon-dept {
            background: url(/assets/img/NormalIcon/icon-dept.png) no-repeat;
            width: 53px;
            height: 53px;
            margin: auto;
            margin-top: 36px;
            float: none;
        }

        .dirList .dirItem .icon-role {
            background: url(/assets/img/NormalIcon/icon-role.png) no-repeat;
            width: 53px;
            height: 53px;
            margin: auto;
            margin-top: 36px;
            float: none;
        }

        .dirList .dirItem .subTag {
            float: left;
            position: relative;
            top: 67px;
            left: 77px;
            opacity: 0.5;
            float: none;
        }

        .dirList .dirItem.add .icon {
            background: url(/assets/img/NormalIcon/icon-directory-big-add.png) no-repeat;
            width: 53px;
            height: 53px;
            margin: auto;
            margin-top: 48px;
            float: none;
        }

        .dirList .dirItem.add .text {
            display: none;
        }

        .dirList .dirItem.add:hover .icon {
            display: none;
        }

        .dirList .dirItem.add:hover .text {
            color: #008df6;
            position: relative;
            top: 50px;
            display: block;
        }

        .dirList .dirItem .icon-dir-add {
            display: none;
        }

        .dirList .dirItem:hover .icon-dir-add {
            background: url(/assets/img/NormalIcon/edit-hover.png) no-repeat;
            background-size: 16px;
            width: 16px;
            height: 16px;
            display: inline-block;
            position: relative;
            float: right;
            top: 8px;
            right: 8px;
        }

div.approveIdeaList {
    position: fixed;
    margin-top: -5px;
    margin-left: -5px;
    max-height: 280px;
    overflow: auto;
}

    div.approveIdeaList .popMenu-div > a {
        text-align: left;
        padding-left: 12px;
    }

.tdApproveIdea:hover div.approveIdeaList {
    display: block !important;
}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0,0,0,.8);
    color: #ddd;
    font-size: 17px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    pointer-events: none;
}

    .doughnutTip:after {
        position: absolute;
        left: 50%;
        bottom: -6px;
        content: "";
        height: 0;
        margin: 0 0 0 -6px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 6px solid rgba(0,0,0,.7);
        line-height: 0;
    }

.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    text-shadow: 0 -1px 0 #111;
    cursor: default;
}

.doughnutSummaryTitle {
    position: relative;
    left: -17px;
    top: 20px;
    width: 100px;
}

.doughnutSummaryNumber {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15%;
    font-size: 55px;
    display: none;
}

.chart path:hover {
    opacity: .65;
}

div.doughnutChart_outside {
    position: relative;
    top: 10px;
    left: 0px;
    width: 400px;
    height: 400px;
}

div.doughnutChart_inside {
    position: relative;
    top: -308px;
    left: 81px;
    width: 238px;
    height: 238px;
}

.doughnutText {
    z-index: 1000;
    position: absolute;
    color: white;
    text-align: center;
}

    .doughnutText .totalRecord {
    }

.lifecycle {
    position: relative;
}

    .lifecycle .lifecycle-arrow {
        width: 180px;
        height: 180px;
        background: url(/assets/img/NormalIcon/icon-lifecycle-arrow.png) no-repeat;
        background-size: 180px;
        position: absolute;
        z-index: 9998;
        left: 110px;
        top: 120px;
        display: none;
    }

    .lifecycle .caption {
        position: relative;
        left: 156px;
        top: -212px;
    }

.lifecycle_desc {
    line-height: 32px;
    float: left;
    position: relative;
    top: 30px;
    left: 40px;
    width: 450px;
}

    .lifecycle_desc span {
    }

.lifecycleRule_desc {
    color: gray;
    margin-top: 10px;
    margin-bottom: 20px;
}

.doughnutChart_outside path:hover {
    cursor: pointer;
}

.doughnutText.outside {
    cursor: pointer;
}

.QRCode_BindLogin {
    text-align: center;
    margin: 30px;
    margin-left: 0px;
    width: 260px;
}

    .QRCode_BindLogin .qrCodeContainer {
        border: 1px solid #d8d8d8;
        width: 260px;
        height: 260px;
        text-align: center;
    }

        .QRCode_BindLogin .qrCodeContainer .imgCode {
            width: 258px;
            height: 258px;
        }

    .QRCode_BindLogin .footer {
        color: white;
        background: #232323;
        width: 200px;
        height: 32px;
        line-height: 32px;
        border-radius: 24px;
        margin: auto;
        margin-top: 12px;
    }

.QRCode_Desc {
    width: 80%;
    line-height: 32px;
    margin: 18px;
}

.cancelBind {
}

.topTag {
    padding-top: 8px;
    padding-bottom: 0px;
    background: white;
    margin: 0px 10px 0px 10px;
    border-bottom: 1px solid #eee;
    display: none;
}

    .topTag .caption {
        margin: 5px 0px 15px 0px;
        color: #7f8182;
        display: inline-block;
    }

    .topTag .flag {
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top: 15px solid #f48202;
        transform: rotate(-225deg);
        position: relative;
        float: left;
        top: -25px;
        left: -14px;
        opacity: 0.7;
    }

.topSummary {
    margin: 0px 10px 0px 10px;
    background-color: white;
    padding: 5px 0px 5px 0px;
    border-bottom: 10px solid #eee;
    display: none;
}

    .topSummary .flag {
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top: 12px solid #2aa515;
        transform: rotate(-225deg);
        position: relative;
        float: left;
        top: -17px;
        left: -12px;
        opacity: 0.7;
        display: none;
    }

    .topSummary .caption {
        margin: 5px 0px 5px 0px;
        color: #7f8182;
        display: inline-block;
        display: none;
    }

    .topSummary table {
        height: 36px;
        line-height: 36px;
        margin-left: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .topSummary table tr td {
            border-bottom: 1px dotted #d8d8d8;
            line-height: 24px;
            padding: 3px 5px 3px 5px;
        }

            .topSummary table tr td.left {
                padding-left: 5px;
            }

                .topSummary table tr td.left span {
                    width: 8px;
                    height: 8px;
                    background-color: #ccc;
                    display: inline-block;
                    transform: rotate(45deg);
                    position: relative;
                    top: -4px;
                }

                .topSummary table tr td.left div.text {
                    color: #7f8182;
                    width: 70px;
                    display: inline-block;
                    position: relative;
                    top: 3px;
                    left: 5px;
                }

            .topSummary table tr td.right {
                font-size: 14px;
            }

                .topSummary table tr td.right div.autoTrim {
                    width: 160px;
                }

                .topSummary table tr td.right a {
                    font-size: 14px;
                }

.item-rectangle {
    clear: both;
    margin-bottom: 36px;
}

    .item-rectangle .caption {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        color: #000066;
    }

    .item-rectangle .child {
        height: 100px;
    }

        .item-rectangle .child .rectangle {
            width: 250px;
            height: 110px;
            float: left;
            margin-right: 12px;
            text-align: center;
            margin-bottom: 12px;
            border-radius: 6px;
            -webkit-border-radius: 6px;
        }

            .item-rectangle .child .rectangle:hover {
                background: #2f89ea;
            }

        .item-rectangle .child .rectangle-bg-0 {
            background: #9d55b8;
        }

        .item-rectangle .child .rectangle-bg-1 {
            background: #339900;
        }

        .item-rectangle .child .rectangle-bg-2 {
            background: #ff993e;
        }

        .item-rectangle .child .rectangle-bg-3 {
            background: #6abde2;
        }

        .item-rectangle .child .rectangle-bg-4 {
            background: #11cd6e;
        }

        .item-rectangle .child .number {
            font-family: Arial;
            font-size: 36px;
            color: white;
            text-decoration: none;
            position: relative;
            top: 16px;
        }

            .item-rectangle .child .number:hover {
                color: blue;
            }

        .item-rectangle .child .text {
            color: white;
            position: relative;
            top: 20px;
        }

.childTabs-content {
    margin: 10px;
    margin-top: 0px;
    background: white;
}

    .childTabs-content div.fRight {
        position: relative;
        top: 8px;
    }

.ui-jqgrid-btable td a {
    font-size: 13px;
}

    .ui-jqgrid-btable td a.link {
        color: #7f8182 !important;
    }

        .ui-jqgrid-btable td a.link:hover {
            color: #668cb3 !important;
        }

.ui-jqgrid-btable a.underline {
    border-bottom: 0px;
}

.ui-jqgrid-btable tr:hover .underline {
    border-bottom: 1px solid #668cb3;
}

.dataTag {
    margin-left: 36px;
    margin: 5px 0px 5px 0px;
}

    .dataTag ul {
        display: table;
    }

        .dataTag ul li {
            float: left;
            margin: 5px 0px 5px 0px;
            text-align: center;
            padding: 3px 8px 3px 5px;
            cursor: default;
            -webkit-user-select: none; /* Chrome all / Safari all */
            -moz-user-select: none; /* Firefox all */
            -ms-user-select: none; /* IE 10+ */
            border-radius: 5px;
        }

            .dataTag ul li span.text {
                color: #7f8182;
                font-weight: bold;
            }

            .dataTag ul li span.doute {
                width: 14px;
                height: 14px;
                display: inline-block;
                border-radius: 50%;
                margin-right: 5px;
                position: relative;
                top: 1px;
            }

            .dataTag ul li.add {
                border: 1px dotted #999999;
                background-color: #ffffff;
                padding: 3px 24px 3px 24px;
                cursor: pointer;
                text-align: center;
            }

                .dataTag ul li.add span {
                    color: #999999;
                    position: relative;
                    top: -2px;
                }

            .dataTag ul li .close {
                background: url(/assets/img/normalIcon/icon_close.png) no-repeat;
                background-size: 9px;
                width: 9px;
                height: 9px;
                position: relative;
                right: -3px;
                top: 0px;
                float: right;
                cursor: pointer;
                visibility: hidden;
            }

            .dataTag ul li:hover span.text {
                color: #ff7900;
            }

            .dataTag ul li:hover .close {
                visibility: visible;
            }

            .dataTag ul li .close:hover {
                background: url(/assets/img/normalIcon/icon_close_hover.png) no-repeat;
                background-size: 9px;
            }

.dataTagItems {
    background-color: white;
    border: 2px solid #e0e0e0;
    padding: 12px;
    z-index: 9001;
    position: absolute;
    top: 129px;
    left: 562px;
    display: none;
    width: 480px;
    height: 150px;
}

    .dataTagItems .items {
        clear: both;
        width: 480px;
        min-height: 120px;
        max-height: 200px;
        overflow: auto;
    }

        .dataTagItems .items .NoData div {
            margin-top: 3px;
        }

        .dataTagItems .items ul {
            display: table;
            width: 100%;
        }

    .dataTagItems ul li {
        background-color: #ff7900;
        border: 1px solid #ff7900;
        color: white;
        float: left;
        margin-right: 8px;
        margin-bottom: 8px;
        text-align: center;
        padding: 3px 18px 3px 18px;
        cursor: pointer;
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        border-radius: 5px;
    }

        .dataTagItems ul li:hover {
            color: white;
        }

    .dataTagItems .tip {
        color: rgb(153, 153, 153);
    }

    .dataTagItems .close {
        width: 10px;
        height: 10px;
        background: url(/assets/img/normalIcon/icon_close.png) no-repeat;
        background-size: 10px;
        position: relative;
        float: right;
        top: -17px;
        cursor: pointer;
    }

        .dataTagItems .close:hover {
            background: url(/assets/img/normalIcon/icon_close_hover.png) no-repeat;
            background-size: 10px;
        }

    .dataTagItems .setup {
        background: url(/assets/img/normalIcon/edit.png) no-repeat;
        background-size: 16px;
        width: 16px;
        height: 16px;
        position: relative;
        float: right;
        right: 10px;
        top: -20px;
        cursor: pointer;
    }

.iconDescription {
    padding-top: 8px;
}

/* #region 导航菜单*/
.navContainer {
    margin: 0px;
    position: relative;
    clear: both;
}

    .navContainer .btns {
        position: absolute;
        right: 5px;
        top: 24px;
        z-index: 100;
    }

        .navContainer .btns a {
            margin-right: 5px;
            width: 16px;
            height: 16px;
            display: inline-block;
            opacity: 0.5;
            margin-right: 8px;
        }

            .navContainer .btns a.setup {
                background: url(/assets/img/normalIcon/setup.png) no-repeat;
                background-position: center center;
                background-size: 14px;
            }

            .navContainer .btns a.refresh {
                background: url(/assets/img/normalIcon/refresh.png) no-repeat;
                background-position: center center;
                background-size: 14px;
            }

            .navContainer .btns a:hover {
                opacity: 1.0;
            }

.pLeft .navContainer {
    overflow-x: hidden !important;
    padding-top: 10px;
}

.triangle {
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 16px solid #52a9ff;
    transform: rotate(-225deg);
    position: relative;
    float: left;
    top: -21px;
    left: -16px;
    position: fixed;
    left: -5px;
}

.dataList_leftTop {
    display: table;
    width: 100%;
    padding: 8px 0px 8px 8px;
    border-bottom: 10px solid #eee;
}

    .dataList_leftTop li {
        float: left;
    }

    .dataList_leftTop .funIcon {
        margin-left: 14px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

        .dataList_leftTop .funIcon img {
            width: 48px;
            height: 48px;
        }

    .dataList_leftTop .title {
        padding: 0px 0px 0px 8px;
    }

    .dataList_leftTop .actionName {
        max-width: 150px;
        font-size: 16px;
        padding-bottom: 3px;
        position: relative;
        top: 16px;
        /*color: white;*/
    }

.navMenu {
    padding: 0px;
}

    .navMenu.head li {
        padding-left: 28px;
    }

    .navMenu.childs li.navItem-icon a {
        line-height: 36px;
        height: 36px;
    }

.other-icon {
    padding-left: 8px;
}

.navMenu li {
    padding-left: 47px;
    transition: 0.3s;
}

    .navMenu li.other-icon {
        padding-left: 8px;
    }

    .navMenu li.head {
        padding-left: 24px;
    }

    .navMenu li:first-child {
        display: block;
    }

    .navMenu.s_hide, .navMenu li.s_hide {
        display: none;
    }

    .navMenu li a {
        height: 42px;
        line-height: 42px;
        display: block;
        color: #666666;
        -ms-user-select: none;
        user-select: none;
        font-size: 14px;
    }

        .navMenu li a .doute {
            width: 14px;
            height: 14px;
            display: inline-block;
            border-radius: 50%;
            margin-right: 5px;
            position: relative;
            top: 1px;
        }

    .navMenu li:hover {
        background-color: #ebebeb;
    }

    .navMenu li.active {
        background-color: #dedede;
    }

        .navMenu li:hover a, .navMenu li.active a {
        }

    .navMenu li.split-bottom {
        border-bottom: 1px solid #E3E6EB;
    }

    .navMenu li.nav_star {
        background-image: url(/assets/img/NormalIcon/star_Active.png);
        background-repeat: no-repeat;
        background-position: 8px center;
        background-size: 16px;
    }

    .navMenu li a span.num {
        font-size: 10px;
        color: #d93026;
        padding-right: 12px;
        float: right;
    }

    .navMenu li a span.new {
        display: inline-block;
        background-image: url(/assets/img/normalIcon/icon-new.png);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-left: 5px;
    }

.pLeft .navMenu.head.up li {
    background-image: url(/assets/img/normalIcon/icon_arrow_up_black.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 180px center;
}

.pLeft .navMenu.head.down li {
    background-image: url(/assets/img/normalIcon/icon_arrow_down_black.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 180px center;
}

.head a {
}

.split-bottom {
    /*border-bottom: 1px solid #6e6f6f;*/
}

.split-top {
    border-top: 1px solid #eee;
}

.navMenu li.portal-icon {
    background-image: url(/assets/img/quickBar/portal.png);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 72px;
    background-position: 40px center;
}

/* #endregion */
/* #region 折叠面板*/
.accordion .group {
    margin-right: 15px;
    border-bottom: #dddddd 1px solid;
}

    .accordion .group > .groupTitle {
        background-image: url(/assets/img/NormalIcon/accordion_open.gif);
        background-repeat: no-repeat;
        background-position: 5px 22px;
        background-size: 16px;
        padding: 20px 0 20px 27px;
        color: #069cfb;
        cursor: pointer;
        font-weight: normal;
    }

.accordion .open > .groupTitle {
    background-image: url(/assets/img/NormalIcon/accordion_close.gif);
}

.irSection h2 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 0 0 5px;
}

.accordion .group > .groupContent {
    padding: 0 0 0px 30px;
}
/* #endregion */

/* #region 人员块*/
.col2Box {
    position: relative;
    padding-bottom: 20px;
}

    .col2Box :nth-child(2n+1).item {
        margin-right: 10px;
    }

    .col2Box .item {
        float: left;
        width: 220px !important;
        border: 1px solid #d8d8d8;
        cursor: pointer;
        margin-bottom: 15px;
        position: relative;
        margin-right: 15px;
        background-position: 135px 10px;
        border-radius: 5px;
    }

    .col2Box .boxTitle {
        padding: 5px;
        background-image: url(/assets/img/NormalIcon/accordion_close.png);
        background-position: right 12px center;
        background-repeat: no-repeat;
        padding-left: 10px;
        padding-top: 0px;
        height: 45px;
    }

        .col2Box .boxTitle.contentEmpty {
            background-image: none;
        }

        .col2Box .boxTitle .subTitle {
            color: #7d7d7d;
        }

    .col2Box .selected .boxTitle {
        background-image: url(/assets/img/NormalIcon/accordion_open.png);
    }

        .col2Box .selected .boxTitle.contentEmpty {
            background-image: none;
        }

    .col2Box .item.selected, .col2Box .item:hover {
        border: 1px solid #FF6600;
    }

    .col2Box .item .title {
        display: block;
        font-weight: 400;
        color: #333;
        line-height: 26px;
    }

    .col2Box .item.selected .boxContent {
        color: black;
    }

    .col2Box .boxContent {
        z-index: 100;
        position: absolute;
        border: 1px solid #FF6600;
        left: -1px;
        display: none;
        width: inherit !important;
        background-color: #F0EECA;
        margin-top: -2px;
    }

        .col2Box .boxContent p {
            padding: 6px;
            line-height: 24px;
            word-break: break-all;
            max-height: 250px;
            overflow: auto;
        }
/* #endregion */

.ulSetting {
    padding: 0px;
    margin: 25px;
}

    .ulSetting li {
        clear: both;
        display: table;
        line-height: 36px;
        width: 900px;
        padding: 10px;
        border-bottom: 1px solid #eee;
        margin-bottom: 24px;
    }

        .ulSetting li .title {
            font-size: 16px;
            color: #333;
        }

        .ulSetting li .description {
            color: #7f8182;
        }

        .ulSetting li .right {
            position: relative;
            float: right;
        }

        .ulSetting li:hover {
            background-color: #f5f5f5;
        }

.easyNumberGroup div {
    width: 18px;
    height: 18px;
    background: #7f8182;
    color: white;
    line-height: 18px;
    text-align: center;
    float: right;
    margin-right: 3px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    cursor: pointer;
}

    .easyNumberGroup div.active, .easyNumberGroup div:hover {
        background-color: #2299ee;
        color: white;
    }

div.pager {
    clear: both;
    text-align: left;
    padding: 3px;
    margin: 3px;
    margin-left: 0px;
    padding-left: 0px;
}

    div.pager span {
        user-select: none;
    }

        div.pager span.current {
            border: #000099 1px solid;
            margin: 2px;
            padding: 5px;
            font-weight: bold;
            color: #fff;
        }

    div.pager a.current {
        background-color: #D5ECFE;
    }

    div.pager span.disabled {
        border: #eee 1px solid;
        color: #ddd;
    }

    div.pager span .recordCount {
        color: red;
        margin: 0px 2px 0px 2px;
    }

    div.pager span .pageIndex {
        color: red;
    }

    div.pager span .pageSize {
        color: red;
        margin: 0px 2px 0px 2px;
    }

    div.pager span .nav {
    }

        div.pager span.nav a {
            border: 1px solid #aaaadd;
            height: 32px;
            line-height: 32px;
            padding: 3px 10px 3px 10px;
            text-decoration: none;
            color: #000099;
            margin-left: 0px;
            margin-right: 6px;
            cursor: pointer;
            -ms-user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
        }

            div.pager span.nav a:hover {
                border: #3388ff 1px solid;
                color: #000;
            }

            div.pager span.nav a:active {
                border: #000099 1px solid;
                color: #000;
            }

    div.pager span.first, div.pager span.prev, div.pager span.next, div.pager span.lastP {
        border: 1px solid #aaaadd;
        height: 32px;
        line-height: 32px;
        padding: 3px 10px 3px 10px;
        color: #000099;
        margin-left: 0px;
        margin-right: 3px;
        cursor: pointer;
    }

        div.pager span.first:hover, div.pager span.prev:hover, div.pager span.next:hover, div.pager span.lastP:hover {
            border: #3388ff 1px solid;
            color: #000;
        }

.highlight {
    background: yellow;
    color: red;
}

.singleTable {
    width: 98%;
    border-collapse: collapse;
    border: 0;
    display: inline-table;
}

    .singleTable thead tr th {
        font-weight: normal;
        height: 40px;
        padding-left: 4px;
        padding-right: 4px;
        line-height: 40px;
        white-space: nowrap;
        background-color: #f5f5f5;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: left;
        font-size: 13px;
        color: #777;
    }


    .singleTable tbody tr {
        display: table-row;
        vertical-align: inherit;
    }

        .singleTable tbody tr td {
            border-bottom: 1px solid #E3E6EB;
            padding-left: 4px;
            padding-right: 4px;
            table-layout: fixed;
            empty-cells: show;
            line-height: 40px;
            word-break: break-all;
            white-space: normal !important;
            font-size: 13px;
            color: #646464;
        }

            .singleTable thead tr th:first-child, .singleTable tbody tr td:first-child {
                padding-left: 8px;
            }

            .singleTable tbody tr td, .singleTable tbody tr td a {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: 13px;
            }

                .singleTable tbody tr td .contents {
                    font-size: 13px;
                }

        .singleTable tbody tr:hover td {
            background-color: #f5f5f5;
        }

    .singleTable th.center, .singleTable td.center {
        text-align: center;
    }

    .singleTable tbody tr td .zero {
        line-height: 24px;
    }

.ulAttachContainer {
    padding: 10px;
    list-style: none;
    margin-top: 10px;
}

    .ulAttachContainer li {
        line-height: 36px;
        margin: 0px;
        padding: 0px;
    }

        .ulAttachContainer li .imgFileType {
            position: relative;
            top: -5px;
            width: 32px;
            height: 32px;
        }

        .ulAttachContainer li .fileInfo {
            position: relative;
            top: -5px;
            margin-left: 6px;
        }

            .ulAttachContainer li .fileInfo .btnContainer {
                display: inline-block;
            }

.drag-active {
    border-style: dotted !important;
}

.drop-hover {
    border-style: solid !important;
    border-color: #E05E00 !important;
}

div.btns_grid a.needchoose {
    display: none;
}

.empty_NotFind {
    height: 120px;
    line-height: 120px;
    border-bottom: 1px solid #e9e9e9;
    margin-left: 8px;
    clear: both;
}

    .empty_NotFind span {
        font-style: italic;
        color: #bbb;
        padding-right: 30px;
        user-select: none;
    }

    .empty_NotFind a.add {
        color: #3399ff;
    }

.singleTable .empty_NotFind {
    border-bottom: 0px;
}

.empty_NotFind.noBorder {
    border: 0px;
}

.mainContainer {
    background: white;
    margin: 10px;
}

.dataViewEdit .mainContainer {
    margin: 0px 0px 10px 0px;
}

.htmlFieldContainer {
    margin: 12px 0px 12px 0px;
    border: 1px solid #f1f1f1;
}

/* 对话框 Start */
.dialog_fixed {
    position: fixed;
    top: 0px;
    border: 1px solid #ddd;
    -webkit-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
    -o-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
    box-shadow: -3px 0 4px rgba(0,0,0,0.1);
    border-top: 0px;
    height: 100%;
    z-index: 999;
    background-color: #f9f9f9;
}

.dialog_fixed {
}

    .dialog_fixed .head {
        height: 50px;
        line-height: 50px;
        padding: 0px 0px 0px 20px;
        user-select: none;
    }

        .dialog_fixed .head .icon {
            float: left;
            font-size: 16px;
            max-width: 200px;
        }

        .dialog_fixed .head .btns {
            float: right;
            padding-right: 12px;
        }

            .dialog_fixed .head .btns a {
                padding: 3px 20px 3px 20px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 1px solid #d8d8d8;
                min-width: 60px;
                text-align: center;
                margin-right: 10px;
                color: #7f8182;
            }

                .dialog_fixed .head .btns a:hover, .dialog_fixed .head .btns a:first-child {
                    background: #55acee;
                    border: 1px solid #55acee;
                    color: white;
                }

        .dialog_fixed .head .close {
            width: 40px;
            height: 50px;
            float: right;
            top: 0px;
            right: 0px;
            text-align: center;
            cursor: pointer;
        }

            .dialog_fixed .head .close a {
                font-size: 20px;
                display: inline-block;
                position: relative;
                top: 0px;
            }

            .dialog_fixed .head .close:hover {
                background: #e81123;
            }

                .dialog_fixed .head .close:hover a {
                    color: white;
                }

    .dialog_fixed .body {
        padding: 20px;
        overflow-y: auto;
        background: white;
    }

#dialog_record_view_add_edit.dialog_fixed .body {
    padding: 0px;
}

.icon-advancedsearch {
    background: url(/assets/img/normalicon/icon-advancedsearch.png) no-repeat;
    background-size: 24px;
    padding-left: 32px;
    background-position: left center;
}

.icon-dialog-comment {
    background: url(/assets/img/normalicon/icon-comment.png) no-repeat;
    background-size: 24px;
    padding-left: 32px;
    background-position: left center;
}

.icon-info {
    background: url(/assets/img/normalicon/icon-info.png) no-repeat;
    background-size: 24px;
    padding-left: 32px;
    background-position: left center;
}

.icon-log {
    background: url(/assets/img/normalicon/icon-log.png) no-repeat;
    background-size: 24px;
    padding-left: 32px;
    background-position: left center;
}

.icon-team {
    background: url(/assets/img/normalicon/icon-team.png) no-repeat;
    background-size: 24px;
    padding-left: 32px;
    background-position: left center;
}

/* 对话框 End */

.dia-entryNotice {
    margin-left: 20px;
}

    .dia-entryNotice .groupName {
        font-size: 14px;
        width: 445px;
    }

    .dia-entryNotice > ul {
        line-height: 36px;
        margin-bottom: 12px;
        padding: 5px;
    }

        .dia-entryNotice > ul li {
            padding-left: 12px;
        }

            .dia-entryNotice > ul li span {
                width: 70px;
                display: inline-block;
                text-align: right;
                padding-right: 10px;
            }

            .dia-entryNotice > ul li input {
                width: 320px;
                height: 28px;
                line-height: 28px;
                background-color: transparent !important;
                text-indent: 12px;
            }

            .dia-entryNotice > ul li select {
                width: 320px;
                height: 28px;
                line-height: 28px;
            }

.quotaSetting {
    border-radius: 6px;
    background-color: white;
    margin-bottom: 20px !important;
}

    .quotaSetting .head {
        padding: 20px;
        padding-left: 5px;
        height: 39px;
        line-height: 39px;
        border-bottom: 2px solid #ff7900;
    }

        .quotaSetting .head .name {
            float: left;
            color: #B2C0D1;
            font-size: 20px;
            margin-right: 24px;
        }

        .quotaSetting .head .selYear, .quotaSetting .head .selQuota, .quotaSetting .head .selPerson {
            float: left;
            min-height: 40px;
            line-height: 40px;
            font-size: 14px;
            border: 1px solid #dadfe6;
            padding: 6px 9px;
            border-radius: 4px;
            transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s, -moz-box-shadow linear .2s;
            margin-right: 24px;
            color: #82939e;
            margin-bottom: 5px;
        }

        .quotaSetting .head .selYear {
            width: 120px;
        }

        .quotaSetting .head .selQuota {
            width: 150px;
        }

        .quotaSetting .head .selPerson {
            width: 150px;
        }

/*年、月、季度数据展示（计划值/实际值） Start*/
.quotaBody {
    padding: 20px 0px 25px 15px;
}

    .quotaBody .panel {
        clear: both;
        height: 50px;
        border-top: 2px solid #ebeff6;
        padding-top: 20px;
    }

        .quotaBody .panel:first-child {
            padding-top: 0px;
            border-top: 0px;
        }

        .quotaBody .panel .item:first-child {
            padding-left: 0px;
        }

        .quotaBody .panel .item:last-child {
            border-right: 0px;
        }

        .quotaBody .panel .item:nth-child(4n+4) {
            border-right: 0;
        }

        .quotaBody .panel .item {
            float: left;
            border-right: 1px solid #ebeff6;
            margin-bottom: 15px;
            margin: 0 0 20px 19px;
            padding-right: 20px;
            position: relative;
        }

            .quotaBody .panel .item .top {
                margin-bottom: 5px;
                height: 32px;
                line-height: 32px;
            }

                .quotaBody .panel .item .top .name {
                    float: left;
                    font-size: 14px;
                    color: #82939e;
                    font-weight: bold;
                }

                .quotaBody .panel .item .top .number {
                    float: right;
                }

                    .quotaBody .panel .item .top .number .real {
                        font-weight: bold;
                        font-size: 16px;
                        margin-right: 4px;
                    }

                    .quotaBody .panel .item .top .number .sign {
                        margin-left: 2px;
                        font-size: 12px;
                        color: #82939e;
                        margin-right: 2px;
                    }

                    .quotaBody .panel .item .top .number .plan {
                        margin-left: 4px;
                        color: #82939e;
                        font-size: 14px;
                    }

            .quotaBody .panel .item .bar {
                clear: both;
                width: 100%;
                height: 12px;
                overflow: hidden;
            }

        .quotaBody .panel.month {
            display: table-cell;
        }

            .quotaBody .panel.month .item .top .number .real {
                color: #3497DB;
            }

        .quotaBody .panel.quarter .item .top .number .real {
            color: #a7d85a;
        }

        .quotaBody .panel.year {
            padding-right: 65px;
        }

            .quotaBody .panel.year .item {
                width: 100%;
                margin-bottom: 15px;
            }

                .quotaBody .panel.year .item .top .number .real {
                    color: #ffbb6d;
                }

        .quotaBody .panel .item .bar {
            background: #dddddd;
        }

            .quotaBody .panel .item .bar .fill {
                background: green;
                height: 100%;
            }

input[type="text"].tar-num:disabled {
    border: 0px;
}

/*年、月、季度数据展示（计划值/实际值） End*/

.target-info-table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #82939e;
}

    .target-info-table tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }

    .target-info-table tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

        .target-info-table tr th {
            padding: 0px 15px 0px 10px;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(235, 239, 246);
            border-image: initial;
            text-align: left;
            display: table-cell;
            vertical-align: inherit;
        }

        .target-info-table tr td {
            padding: 10px 10px 0px;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(235, 239, 246);
            border-image: initial;
            display: table-cell;
            vertical-align: inherit;
        }

            .target-info-table tr td .mbs {
                margin-bottom: 10px;
            }

            .target-info-table tr td .tar-num-read {
                display: inline-block;
                margin-left: 2px;
                width: 130px;
                font-weight: 700;
                text-align: right;
            }

            .target-info-table tr td .tar-num {
                margin-left: 2px;
                height: 30px;
                width: 130px;
                min-height: 30px;
                text-align: right;
            }

            .target-info-table tr td .tar-num-tiem {
                height: 32px;
                width: 185px;
                line-height: 30px;
                overflow: hidden;
            }

                .target-info-table tr td .tar-num-tiem .tar-unit {
                    display: inline-block;
                    width: 32px;
                }

                .target-info-table tr td .tar-num-tiem .unit {
                    margin-left: 4px;
                }

    .target-info-table input[type="text"] {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 40px;
        padding: 6px 9px;
        font-family: Arial, "Microsoft Yahei";
        font-size: 14px;
        line-height: 20px;
        color: #82939e;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #dadfe6;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: border linear .2s, box-shadow linear .2s;
        -moz-transition: border linear .2s, box-shadow linear .2s;
        -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
        transition: border linear .2s, -webkit-box-shadow linear .2s;
        -moz-transition: border linear .2s, box-shadow linear .2s, -moz-box-shadow linear .2s;
        transition: border linear .2s, box-shadow linear .2s;
        transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s, -moz-box-shadow linear .2s;
    }

/*时间轴效果*/
.history_title {
    height: 85px;
    line-height: 85px;
    text-indent: 50px;
}

    .history_title h2 {
        color: #7c7c7c;
        font-size: 18px;
        font-weight: 500;
    }

    .history_title .clock {
        display: block;
        cursor: default
    }

    .history_title .circle {
        width: 60px;
        height: 60px;
        position: relative;
        top: -74px;
        left: 152px;
        border: 6px solid rgba(0,0,0,0.15);
        border-radius: 95px;
        text-indent: 0;
        text-align: center;
    }

        .history_title .circle .cmsk {
            height: 60px;
            position: absolute;
            width: 60px;
            top: 0;
            left: 0;
        }

        .history_title .circle:hover {
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            border-color: rgba(255,255,255,0.6);
            background-color: #6bc30d;
        }

            .history_title .circle:hover .clock {
                display: block;
            }

            .history_title .circle:hover .circlecontent {
                display: none;
            }

        .history_title .circle span {
            font-size: 18px;
            color: #b0b0b0;
        }

        .history_title .circle .clock {
            background: url(/assets/img/timeHistory/icon-detail.png) no-repeat 15px 15px;
            background-size: 32px;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
            border-radius: 0;
        }

        .history_title .circle:hover .clock {
            border-radius: 60px;
        }

        .history_title .circle .timeblock {
            height: 28px;
            font-size: 20px;
            color: #6bc30d;
            position: relative;
            top: -13px;
            font-weight: bold;
        }

        .history_title .circle .timeyear {
            color: #b0b0b0;
            font-size: 18px;
            line-height: 20px;
            margin-top: 25px;
        }

.history_content {
    overflow-y: auto;
    background: url(/assets/img/timeHistory/vertical.png) no-repeat 184px 0px;
}

    .history_content .list {
        overflow: hidden;
        position: relative;
    }

        .history_content .list li {
            height: 85px;
            vertical-align: bottom;
            overflow: hidden;
            position: relative;
        }

            .history_content .list li .liwrap {
                height: 75px;
                margin-top: 18px;
            }

            .history_content .list li .lileft {
                position: absolute;
                top: 0;
                left: 0px;
                height: 75px;
                width: 150px;
                line-height: 55px;
                text-align: right;
            }

            .history_content .list li .liright {
                position: absolute;
                top: 0;
                left: 228px;
                height: 75px;
                width: 700px;
            }

            .history_content .list li .histt {
                height: 35px;
                line-height: 35px;
            }

                .history_content .list li .histt a, .history_content .list li .histt span {
                    font-size: 16px;
                    color: #747474;
                    -webkit-transition: all 0.3s linear;
                    -moz-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;
                    transition: all 0.3s linear;
                    text-decoration: none;
                }

            .history_content .list li .hisct {
                font-size: 14px;
                color: #6e6e6e;
                width: 400px;
            }

            .history_content .list li .md {
                font-size: 16px;
                color: #AEAEAE;
            }

            .history_content .list li .year {
                font-size: 12px;
                color: #AEAEAE;
                margin-right: 10px;
            }

            .history_content .list li .point {
                width: 55px;
                height: 55px;
                position: absolute;
                top: 0;
                left: 159px;
                background: url(/assets/img/timeHistory/point.png) no-repeat 0px 18px;
                overflow: hidden;
            }

                .history_content .list li .point b {
                    height: 16px;
                    width: 16px;
                    background: #fff;
                    display: block;
                    margin: 17px 0 0 19px;
                    border-radius: 18px;
                    border: 2px solid #6bc30d;
                    -webkit-transition: all 0.1s linear;
                    -moz-transition: all 0.1s linear;
                    -o-transition: all 0.1s linear;
                    transition: all 0.1s linear;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

            .history_content .list li:hover .point b {
                border: 7px solid rgba(107,195,13,0.6);
                margin: 12px 0px 0px 14px;
                border-radius: 52px;
            }

            .history_content .list li:hover .histt a {
                color: #6bc30d;
            }

.appContainer {
    padding-top: 10px;
}

.appGroup {
    margin-bottom: 30px;
    padding: 10px 0px 0px 55px;
    clear: both;
}

    .appGroup .head {
        padding-bottom: 16px;
        border-bottom: 1px solid #dedede;
    }

        .appGroup .head span {
            font-size: 16px;
            color: #333333;
        }

    .appGroup .body {
        padding: 20px;
    }

        .appGroup .body .item {
            width: 330px;
            height: 90px;
            margin-right: 40px;
            margin-bottom: 5px;
            float: left;
            padding: 10px;
        }

            .appGroup .body .item:hover {
                transition: 0.3s;
                background: #f1f1f1;
            }

            .appGroup .body .item .left {
                width: 66px;
                height: 66px;
                line-height: 66px;
                border-radius: 5px;
                text-align: center;
                float: left;
                position: relative;
                top: 12px;
            }

                .appGroup .body .item .left.app_bg1 {
                    background: #199ed8;
                }

                .appGroup .body .item .left.app_bg2 {
                    background: #ff7c35;
                }

                .appGroup .body .item .left.app_bg3 {
                    background: #74bb6a;
                }

                .appGroup .body .item .left.app_bg4 {
                    background: #800080;
                }

                .appGroup .body .item .left.app_bg5 {
                    background: #199ed8;
                }

                .appGroup .body .item .left.app_bg6 {
                    background: #9a89b9;
                }

                .appGroup .body .item .left.app_bg7 {
                    background: #cc6600;
                }

                .appGroup .body .item .left.app_bg8 {
                    background: #199ed8;
                }

                .appGroup .body .item .left img {
                    width: 38px;
                    height: 38px;
                    position: relative;
                    top: 12px;
                }

            .appGroup .body .item .content {
                margin-left: 86px;
                width: 240px;
            }

                .appGroup .body .item .content .switch {
                    position: relative;
                    float: right;
                    right: 0px;
                    top: 0px;
                    display: block;
                    padding: 2px 20px 2px 20px;
                    border-radius: 16px;
                }

                    .appGroup .body .item .content .switch.open {
                        color: #74bb6a;
                        border: 1px solid #74bb6a;
                    }

                    .appGroup .body .item .content .switch.close {
                        color: red;
                        border: 1px solid red;
                        display: none;
                    }

            .appGroup .body .item:hover .content .switch.close {
                display: block;
                transition: 0.3s;
            }

            .appGroup .body .item .content .new {
                width: 24px;
                height: 24px;
                background: url(/assets/img/normalIcon/icon-new.png) no-repeat;
                background-size: 24px;
                display: inline-block;
                position: relative;
                top: -10px;
                left: 5px;
            }

            .appGroup .body .item .content .name {
                color: rgb(137, 137, 137);
                font-size: 14px;
                font-weight: bold;
                margin-top: 12px;
                margin-bottom: 10px;
            }

            .appGroup .body .item .content .desc {
                color: #333333;
            }

/*重写网格行颜色*/
.ui-jqgrid tr.jqgrow.row-red td, .ui-jqgrid tr.jqgrow.row-red td .smtime, .ui-jqgrid-btable tr.jqgrow.row-red td a {
    color: red !important;
}

.ui-jqgrid tr.jqgrow.row-green td, .ui-jqgrid tr.jqgrow.row-green td .smtime, .ui-jqgrid-btable tr.jqgrow.row-green td a {
    color: green !important;
}

.ui-jqgrid tr.jqgrow.row-blue td, .ui-jqgrid tr.jqgrow.row-blue td .smtime, .ui-jqgrid-btable tr.jqgrow.row-blue td a {
    color: blue !important;
}

.ui-jqgrid tr.jqgrow.row-red td input {
    color: red !important;
}

.ui-jqgrid tr.jqgrow.row-blue td input {
    color: blue !important;
}

.ui-jqgrid tr.jqgrow.row-green td input {
    color: green !important;
}

.ac_results {
    background: white;
    border: 1px solid #d8d8d8;
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 9998;
    display: none;
    max-height: 300px;
    max-width: 500px;
    text-indent: 8px;
}

    .ac_results li {
        height: 30px;
        line-height: 30px;
        display: block;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ac_over {
    background-color: #008cd7;
    color: white;
    cursor: pointer;
}

.ac_match {
    text-decoration: underline;
}

.ulSelectInput {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-indent: 8px;
    border: 1px solid #d8d8d8;
    max-height: 300px;
    overflow-y: auto;
    position: fixed;
    z-index: 9999;
    display: none;
}

    .ulSelectInput li {
        height: 30px;
        line-height: 30px;
        background: white;
        cursor: pointer;
        user-select: none;
    }

        .ulSelectInput li:hover {
            background: #008cd7;
            color: white;
        }

        .ulSelectInput li.empty {
            background: #008cd7;
            height: 24px;
            line-height: 24px;
        }

.inputSelect {
    background-image: url(/assets/img/normalIcon/icon-arrow-inputSelect.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.sale7 {
    font-size: 14px;
    width: 920px;
}

    .sale7 .caption {
    }

        .sale7 .caption .head {
            background: #eee;
            font-weight: bold;
            height: 36px;
            line-height: 36px;
            padding-left: 12px;
        }

        .sale7 .caption .body {
            padding: 10px 0px 10px 12px;
            border: 1px solid #f1f1f1;
            border-top: 0px;
        }

            .sale7 .caption .body span:first-child {
                width: 200px;
                margin-right: 36px;
                display: inline-block;
            }

    .sale7 .item {
        line-height: 36px;
    }

        .sale7 .item .head {
            background-color: #eee;
            font-weight: bold;
            padding-left: 12px;
        }

            .sale7 .item .head span:first-child {
            }

                .sale7 .item .head span:first-child a {
                    background-image: url(/assets/img/NormalIcon/pointToRight.gif);
                    background-repeat: no-repeat;
                    background-size: 7px 7px;
                    background-position: 0px 13px;
                    display: inline-block;
                    padding-left: 10px;
                    user-select: none;
                }

        .sale7 .item.collapsed .head span:first-child a {
            background-image: url(/assets/img/NormalIcon/pointToBottom.gif);
            background-repeat: no-repeat;
            background-size: 7px 7px;
            background-position: 0px 13px;
        }

        .sale7 .item .head select {
            width: 80px;
            border: 0px;
            background-color: white;
            height: 24px;
            line-height: 24px;
            text-indent: 5px;
        }

        .sale7 .item .body {
            border: 1px solid #f1f1f1;
            border-top: 0px;
            transition: 0.3s;
        }

            .sale7 .item .body .desc {
                margin: 4px 12px 4px 12px;
            }

            .sale7 .item .body table {
                background: #ccc;
                line-height: 32px;
                margin: 0px 10px 10px 10px;
            }

                .sale7 .item .body table thead {
                }

                    .sale7 .item .body table thead tr {
                    }

                    .sale7 .item .body table thead th {
                        font-weight: bold;
                        text-align: center;
                        padding: 0px 5px 0px 5px;
                        background: #f5f5f5;
                    }

                    .sale7 .item .body table thead tr th:nth-child(1) {
                        width: 30px;
                    }

                    .sale7 .item .body table thead tr th:nth-child(2) {
                        width: 30px;
                    }

                    .sale7 .item .body table thead tr th:nth-child(3) {
                        width: 610px;
                    }

                    .sale7 .item .body table thead tr th:nth-child(4) {
                        width: 70px;
                    }

                    .sale7 .item .body table thead tr th:nth-child(5) {
                        width: 100px;
                    }

                .sale7 .item .body table tbody {
                }

                    .sale7 .item .body table tbody tr {
                    }

                        .sale7 .item .body table tbody tr:hover td {
                            background: #f5f5f5;
                        }

                    .sale7 .item .body table tbody td {
                        background: white;
                        padding: 0px 5px 0px 5px;
                    }

                    .sale7 .item .body table tbody tr td:nth-child(1) {
                        width: 30px;
                        text-align: center;
                    }

                    .sale7 .item .body table tbody tr td:nth-child(2) {
                        width: 30px;
                        text-align: center;
                    }

                    .sale7 .item .body table tbody tr td:nth-child(3) {
                        width: 550px;
                        line-height: 24px;
                    }

                    .sale7 .item .body table tbody tr td:nth-child(4) {
                        width: 70px;
                        text-align: center;
                    }

                        .sale7 .item .body table tbody tr td:nth-child(4) select {
                            width: 35px;
                            border: 0px;
                            text-align: center;
                        }

                    .sale7 .item .body table tbody tr td:nth-child(5) {
                        width: 100px;
                        text-align: center;
                    }

                    .sale7 .item .body table tbody td a {
                    }

        .sale7 .item.collapsed .head {
            border-bottom: 1px solid white;
        }

        .sale7 .item.collapsed .body {
            display: none;
            transition-delay: 0.3s;
        }

.ulListDesc {
    line-height: 32px;
}

    .ulListDesc li {
        border-bottom: 1px dotted #d8d8d8;
        padding: 12px;
    }

        .ulListDesc li:hover {
            background-color: #f5f5f5;
        }

.icon-folder-shared {
    background: url(/assets/img/filetype/folder_shared.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 12px;
    float: left;
}

.icon-folder {
    background: url(/assets/img/filetype/folder.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 12px;
    float: left;
}

.icon-file {
    background-size: 16px !important;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 8px;
    float: left;
}

.ui-jqgrid-btable tbody tr td .star {
    visibility: hidden;
}

.ui-jqgrid-btable tbody tr:hover td .star {
    visibility: visible;
}

.floatTableHeader {
    position: fixed;
    background-color: white;
    display: none;
}

.help-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/assets/img/normalIcon/icon-help.png);
    background-repeat: no-repeat;
    background-size: 24px;
    position: fixed;
    right: 16px;
    top: 5px;
    z-index: 9000;
}

.tooltip {
    background: #fff;
    position: fixed;
    max-width: 300px;
    padding: 18px 42px 14px 16px;
    box-shadow: 0 0 12px 0 rgba(29,45,80,.2);
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 10002;
    display: none;
}

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        background: rgba(0,0,0,0);
        border-width: 4px;
        border-style: solid;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .tooltip.tooltip-placement-topRight .tooltip-arrow {
        background: white;
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: rgba(0,0,0,0);
        border-bottom-color: rgba(0,0,0,0);
        box-shadow: -2px -2px 5px rgba(0,0,0,.06);
        top: -4px;
        right: 16px;
    }

    .tooltip.tooltip-placement-topLeft .tooltip-arrow {
        background: white;
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: rgba(0,0,0,0);
        border-bottom-color: rgba(0,0,0,0);
        box-shadow: -2px -2px 5px rgba(0,0,0,.06);
        top: -4px;
        left: 16px;
    }

    .tooltip .tooltip-wrapper .tooltip-content {
        color: #7f8182;
        font-size: 14px;
        line-height: 24px;
        padding: 0px;
        margin: 0px;
        text-align: left;
    }

    .tooltip .tooltip-wrapper .tooltip-close {
        position: absolute;
        top: 16px;
        right: 16px;
        cursor: pointer;
        background: url(/assets/img/normalIcon/icon-dialog-close.png) no-repeat left center;
        background-size: 16px;
        width: 16px;
        height: 16px;
    }

    .tooltip.blue {
        background-color: #3b6ba9;
    }

        .tooltip.blue.tooltip-placement-topRight .tooltip-arrow {
            background: #3b6ba9;
            border-top-color: #3b6ba9;
            border-left-color: #3b6ba9;
        }

        .tooltip.blue.tooltip-placement-topLeft .tooltip-arrow {
            background: #3b6ba9;
            border-top-color: #3b6ba9;
            border-left-color: #3b6ba9;
        }

        .tooltip.blue .tooltip-wrapper .tooltip-content {
            color: white;
        }

/*图片查看器 Start*/
.viewer-container {
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.viewer-navbar {
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.viewer-canvas {
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.viewer-container {
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.viewer-footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.viewer-player {
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.viewer-button {
    overflow: hidden;
}

.viewer-canvas {
    overflow: hidden;
}

.viewer-container {
    overflow: hidden;
}

.viewer-footer {
    overflow: hidden;
}

.viewer-list {
    overflow: hidden;
}

.viewer-navbar {
    overflow: hidden;
}

.viewer-open {
    overflow: hidden;
}

.viewer-title {
    overflow: hidden;
}

.viewer-toolbar {
    overflow: hidden;
}

    .viewer-toolbar > li {
        overflow: hidden;
    }

.viewer-close::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-flip-horizontal::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-flip-vertical::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-fullscreen-exit::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-fullscreen::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-next::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-one-to-one::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-play::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-prev::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-reset::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-rotate-left::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-rotate-right::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-zoom-in::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-zoom-out::before {
    width: 20px;
    height: 20px;
    color: transparent;
    line-height: 0;
    font-size: 0px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
}

.viewer-zoom-in::before {
    background-position: 0px 0px;
    content: "Zoom In";
}

.viewer-zoom-out::before {
    background-position: -20px 0px;
    content: "Zoom Out";
}

.viewer-one-to-one::before {
    background-position: -40px 0px;
    content: "One to One";
}

.viewer-reset::before {
    background-position: -60px 0px;
    content: "Reset";
}

.viewer-prev::before {
    background-position: -80px 0px;
    content: "Previous";
}

.viewer-play::before {
    background-position: -100px 0px;
    content: "Play";
}

.viewer-next::before {
    background-position: -120px 0px;
    content: "Next";
}

.viewer-rotate-left::before {
    background-position: -140px 0px;
    content: "Rotate Left";
}

.viewer-rotate-right::before {
    background-position: -160px 0px;
    content: "Rotate Right";
}

.viewer-flip-horizontal::before {
    background-position: -180px 0px;
    content: "Flip Horizontal";
}

.viewer-flip-vertical::before {
    background-position: -200px 0px;
    content: "Flip Vertical";
}

.viewer-fullscreen::before {
    background-position: -220px 0px;
    content: "Enter Full Screen";
}

.viewer-fullscreen-exit::before {
    background-position: -240px 0px;
    content: "Exit Full Screen";
}

.viewer-close::before {
    background-position: -260px 0px;
    content: "Close";
}

.viewer-container {
    top: 0px;
    line-height: 0;
    font-size: 0px;
    position: absolute;
    direction: ltr !important;
    -ms-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

    .viewer-container ::selection {
        background-color: transparent;
    }

    .viewer-container::selection {
        background-color: transparent;
    }

    .viewer-container img {
        width: 100%;
        height: auto;
        display: block;
        min-height: 0px !important;
        max-height: none !important;
        min-width: 0px !important;
        max-width: none !important;
    }

.viewer-player {
    display: none;
    position: absolute;
}

.viewer-tooltip {
    display: none;
    position: absolute;
}

.viewer-canvas {
    top: 0px;
    position: absolute;
}

    .viewer-canvas > img {
        margin: 15px auto;
        width: auto;
        height: auto;
        max-width: 90% !important;
    }

.viewer-footer {
    text-align: center;
    position: absolute;
}

.viewer-navbar {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.viewer-list {
    margin: 0px;
    padding: 1px 0px;
    height: 50px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

    .viewer-list > li {
        width: 30px;
        height: 50px;
        color: transparent;
        line-height: 0;
        overflow: hidden;
        font-size: 0px;
        float: left;
        cursor: pointer;
        opacity: 0.5;
    }

        .viewer-list > li + li {
            margin-left: 1px;
        }

    .viewer-list > .viewer-active {
        opacity: 1;
    }

.viewer-player {
    top: 0px;
    cursor: none;
    background-color: rgb(0, 0, 0);
}

    .viewer-player > img {
        left: 0px;
        top: 0px;
        position: absolute;
    }

.viewer-toolbar {
    margin: 0px auto 5px;
    padding: 3px 0px;
    width: 308px;
}

    .viewer-toolbar > li {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        float: left;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.5);
    }

        .viewer-toolbar > li:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .viewer-toolbar > li::before {
            margin: 2px;
        }

        .viewer-toolbar > li + li {
            margin-left: 1px;
        }

    .viewer-toolbar > .viewer-play {
        width: 30px;
        height: 30px;
        margin-top: -3px;
        margin-bottom: -3px;
    }

        .viewer-toolbar > .viewer-play::before {
            margin: 5px;
        }

.viewer-tooltip {
    border-radius: 10px;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 12px;
    margin-top: -10px;
    margin-left: -25px;
    background-color: rgba(0, 0, 0, 0.8);
}

.viewer-title {
    margin: 0px 5% 5px;
    color: rgb(204, 204, 204);
    line-height: 1;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    max-width: 90%;
    opacity: 0.8;
}

    .viewer-title:hover {
        opacity: 1;
    }

.viewer-button {
    border-radius: 50%;
    top: -40px;
    width: 80px;
    height: 80px;
    right: -40px;
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}

    .viewer-button::before {
        left: 15px;
        bottom: 15px;
        position: absolute;
    }

.viewer-fixed {
    position: fixed;
}

.viewer-show {
    display: block;
}

.viewer-hide {
    display: none;
}

.viewer-invisible {
    visibility: hidden;
}

.viewer-move {
    cursor: move;
}

.viewer-fade {
    opacity: 0;
}

.viewer-in {
    opacity: 1;
}

.viewer-transition {
    transition: 0.3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

@media all and (max-width:767px) {
    .viewer-hide-xs-down {
        display: none;
    }
}

@media all and (max-width:991px) {
    .viewer-hide-sm-down {
        display: none;
    }
}

@media all and (max-width:1199px) {
    .viewer-hide-md-down {
        display: none;
    }
}

.imgViewContainer {
    margin: 0 auto;
    font-size: 0;
    display: none;
}

    .imgViewContainer li {
        display: inline-block;
        width: 32%;
        margin-left: 1%;
        padding-top: 1%;
    }
/*图片查看器 End*/

.icon-true {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/assets/img/normalicon/icon-true.png) no-repeat;
    background-size: 16px;
    position: relative;
    top: 4px;
}

.icon-dataType {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 3px;
}

.dataType-4 {
    background: url(/assets/img/field/currency.png) no-repeat;
    background-size: 16px;
}

.dataType-8 {
    background: url(/assets/img/field/phone.png) no-repeat;
    background-size: 16px;
}

.dataType-5, .dataType-6 {
    background: url(/assets/img/field/datetime.png) no-repeat;
    background-size: 16px;
}

.dataType-23, .dataType-24 {
    background: url(/assets/img/NormalIcon/icon-attach.png) no-repeat;
    background-size: 16px;
}

.dataType-20 {
    background: url(/assets/img/field/address.png) no-repeat;
    background-size: 16px;
}

.kouhao {
    font-size: 42px;
    position: fixed;
    top: 50%;
    right: 40%;
    transform: rotate(-25deg);
    opacity: 0.1;
    z-index: 100;
    user-select: none;
}

.custom_listDetails .tbReportDetails {
    margin-bottom: 0px;
}

.tbReportDetails {
    clear: both;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfd5de;
    border-right: 1px solid #cfd5de;
    border-left: 1px solid #cfd5de;
}

    .tbReportDetails tr:nth-child(even) > td {
        background-color: #dee2e9;
    }

    .tbReportDetails thead tr th {
        background-color: #cfd5de;
        padding: 8px 5px 8px 5px;
        text-align: center;
        border-right: 1px solid #bac2ce;
        font-weight: normal;
    }

        .tbReportDetails thead tr th:last-child {
            border-right: 0px;
        }

        .tbReportDetails thead tr th span {
            line-height: 24px;
        }

    .tbReportDetails tbody tr > td {
        line-height: 32px;
        background-color: #eef1f7;
        padding: 3px 5px 3px 5px;
        border-right: 1px solid #bac2ce;
        transition: 0.3s;
        text-align: center;
    }

    /*合计行样式 Begin*/
    .tbReportDetails.totalRow tbody tr:last-child > td {
        color: #ff7900;
        font-weight: bold;
    }

        .tbReportDetails.totalRow tbody tr:last-child > td a.link {
            color: #ff7900 !important;
            font-weight: bold;
        }
    /*合计行样式 End*/

    /*合计列样式 Begin*/
    .tbReportDetails.totalColumn tbody tr > td:last-child {
        border-right: 0px;
        color: #ff7900;
        font-weight: bold;
    }

        .tbReportDetails.totalColumn tbody tr > td:last-child a.link {
            border-right: 0px;
            color: #ff7900 !important;
            font-weight: bold;
        }
    /*合计列样式 End*/

    .tbReportDetails tbody tr:hover > td, .tbReportDetails tbody tr.choosed > td {
        background-color: #0090d6;
        color: white;
    }

        .tbReportDetails tbody tr:hover > td a, .tbReportDetails tbody tr.choosed > td a {
            color: white !important;
        }

    .tbReportDetails tbody tr > td a.autoTrim {
        max-width: 250px;
        margin: auto;
    }

.menuScroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.search_keydown {
    width: 100%;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #E3E6EB;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .search_keydown input {
        border: 0px;
        text-indent: 36px;
        height: 24px;
        line-height: 24px;
        margin: 8px;
        background-image: url(/assets/img/normalIcon/search-gray.png);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 12px center;
        background-color: transparent;
        box-shadow: none !important;
        user-select: none;
        background-color: #f1f3f4;
        border-radius: 5px;
        width: 190px;
    }

    .search_keydown a.clear {
        background: url(/assets/img/normalIcon/close.png) no-repeat;
        background-size: 16px;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 16px;
        top: 10px;
        float: right;
        display: none;
    }

.portal-Monitor .search_keydown input, .portal-Report .search_keydown input {
    margin-top: 0px;
    color: white;
    background-size: 16px;
    background-color: transparent;
    width: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    background-image: url(/assets/img/normalIcon/search-white.png);
}

    .portal-Monitor .search_keydown input::-webkit-input-placeholder, .portal-Report .search_keydown input::-webkit-input-placeholder {
        color: #e7e4e4;
    }

.portal-Monitor .navMenu li a, .portal-Report .navMenu li a {
    color: white;
}

.dataViewOption {
    position: relative;
    float: left;
    left: 5px;
    top: 8px;
}

    .dataViewOption a {
        margin-right: 8px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

        .dataViewOption a.setup {
            background-image: url(/assets/img/normalIcon/icon-option-gray.png);
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .dataViewOption a.expand {
            background-image: url(/assets/img/normalIcon/icon_arrow_down_black.png);
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: center center;
            display: none;
        }

        .dataViewOption a.unExpand {
            background-image: url(/assets/img/normalIcon/icon_arrow_up_black.png) !important;
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: center center;
        }

.tbQuickAdd {
    border: 0px;
    line-height: 40px;
}

    .tbQuickAdd .left {
        width: 120px;
        text-align: right;
        padding-right: 20px;
    }

@media screen and (max-width: 1366px) {
    *, body {
        font-size: 12px;
    }

    .navMenu li a {
        height: 36px;
        line-height: 36px;
    }

    div.ui-jqgrid .ui-jqgrid-htable th {
        height: 36px;
    }

    div.ui-jqgrid tr.jqgrow td {
        height: 34px;
    }

    div.panel_desktop .container .head span {
        font-size: 14px;
    }

    div.panel_desktop .content-items li {
        line-height: 32px;
        height: 32px;
    }

    div.topSummary table {
        height: 28px;
        line-height: 28px;
    }

    .menuContainer > table {
        line-height: 10px;
    }

    .menuContainer td a {
        font-size: 10pt;
    }

    a.normalBtn, a.more_Icon {
        padding-left: 5px;
        padding-right: 5px;
        height: 26px;
        line-height: 26px;
    }

    .btn-floatInput {
        top: 4px;
    }

    .columnValue3 .btn-floatInput {
        top: 1px;
    }

    .searchContainer .easy.allowSetup .SearchTxt {
        width: 220px;
    }

    .RememberList {
        width: 230px;
    }
}

.itemGroup_10 {
    clear: both;
}

    .itemGroup_10 .name {
        font-size: 16px;
        line-height: 36px;
        margin: 20px 0px 0px 0px;
        color: #339900;
        font-weight: bold;
    }

    .itemGroup_10 .item {
        padding: 10px;
        width: 150px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

        .itemGroup_10 .item .number {
            font-size: 24px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .itemGroup_10 .item .text {
            background-color: #f2f2f2;
            padding: 8px 12px 8px 12px;
            text-align: center;
            font-size: 14px;
            border-radius: 5px;
        }

.foreignValues .foreignValue_Single {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

    .foreignValues .foreignValue_Single a.underline {
        margin-right: 8px;
    }

    .foreignValues .foreignValue_Single a.remove {
        background-image: url(/assets/img/normalIcon/icon-dialog-close.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center center;
        display: inline-block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0px;
        right: 6px;
        display: none;
    }

    .foreignValues .foreignValue_Single:hover a.remove {
        display: inline-block;
    }

    .foreignValues .foreignValue_Single:last-child a.remove {
        right: -9px;
    }

#divDialog_SelectPerson i.jstree-icon.jstree-themeicon,
#divDialog_SelectDept i.jstree-icon.jstree-themeicon {
    width: 5px !important;
    background-image: none !important;
}

.fusioncharts-label {
    transform: rotate(0deg);
}

.fusioncharts-yaxis-0-title {
    display: none;
}

.fusioncharts-xaxis-0-title {
    display: none;
}

.highcharts-credits {
    display: none;
}

.watermarkContainer span {
    font-size: 16px;
    position: fixed;
    transform: rotate(-30deg);
    opacity: 0.1;
    z-index: 0;
    user-select: none;
}

.singleClass_input {
    border: 0px;
    border-bottom: 1px solid #C1C1C1;
    height: 28px;
    line-height: 28px;
    width: 225px;
    background-color: transparent;
    text-indent: 6px;
}

.highcharts-legend-item text {
    font-weight: normal !important;
}

/*start 以下是针对浮窗显示查看编辑页面，追加的css*/
.bodyInDialog_view .columnGroups .twoColumnTb td.columnTitle {
    width: 17%;
}

.bodyInDialog_view .columnGroups .twoColumnTb td.columnValue {
    width: 33%;
}

.bodyInDialog_edit .columnGroups td.columnTitle {
    width: 20%;
}

.bodyInDialog_edit .columnGroups td.columnValue {
    width: 30%;
}

.bodyInDialog_view .quickIcon-view, .bodyInDialog_view .funIcon, .bodyInDialog_edit .funIcon {
    display: none;
}

.bodyInDialog_view .dialog_fixed {
    position: fixed;
    z-index: 9999;
}

.bodyInDialog_view .summaryTitle .actionName .titleValue, .bodyInDialog_edit .summaryTitle .actionName .titleValue {
    max-width: 150px;
}

.bodyInDialog_view .columnGroups thead tr th, .bodyInDialog_edit .columnGroups thead tr th {
    background-color: transparent;
}

.bodyInDialog_view .columnGroups, .bodyInDialog_edit .columnGroups {
    padding-top: 10px;
}

    .bodyInDialog_view .columnGroups .oneColumnTb, .bodyInDialog_edit .columnGroups .oneColumnTb {
        width: 99% !important;
    }
/*end*/

.tb_ChangeProject {
}

    .tb_ChangeProject td {
        line-height: 24px;
        padding: 3px 5px 3px 5px;
    }

    .tb_ChangeProject td.left {
        width: 80px;
        text-align: right;
        padding-right: 10px;
    }

    .tb_ChangeProject td.right {
    }

        .tb_ChangeProject td.right .rows {
            
        }

            .tb_ChangeProject td.right .rows .row {
                margin-bottom: 10px;
            }

                .tb_ChangeProject td.right .rows .row .text {
                    height: 32px;
                    line-height: 32px;
                    color: #999;
                }

                .tb_ChangeProject td.right .rows .row textarea {
                    margin: 5px 0px 5px 0px;
                }