﻿.transition {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.transition_left {
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

.transition_right {
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.transition_width {
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.transition_height {
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.transition_margin {
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
}



body.textureBg {
    background-color: #f2f2f5;
}

body {
    overflow: hidden;
}

.mainBody {
    /*margin: 15px;*/
    padding: 15px;
    height: 100%;
    box-sizing: border-box;
}
/* 面包屑导航 */
.breadcrumb_nav {
    margin-bottom: 15px;
    overflow: hidden;
}

.left_greeting {
    height: 25px;
    line-height: 25px;
    color: #000;
    font-size: 14px;
    float: left;
    cursor: pointer;
}

    .left_greeting > i {
        margin-left: 5px;
        font-size: 14px;
        color: #7D7D7D;
    }

    .left_greeting .userinfo_wrap {
        display: none;
        position: fixed;
        top: 30px;
        left: 65px;
        padding-top: 20px;
        z-index: 9999;
    }

    .left_greeting .userinfo {
        position: relative;
        background-color: #333;
        border-radius: 4px;
        padding: 20px 45px 25px 25px;
    }

        .left_greeting .userinfo:before {
            content: " ";
            position: absolute;
            left: 20px;
            top: -7px;
            border-left: 5px solid #0000;
            border-right: 5px solid #0000;
            border-bottom: 7px solid #333;
        }

        .left_greeting .userinfo p {
            color: #fff;
            font-size: 14px;
            line-height: 24px;
        }

            .left_greeting .userinfo p i {
                font-size: 14px;
                color: #35B6FF;
            }

    .left_greeting:hover .userinfo_wrap {
        display: block;
    }

.left_nav {
    float: left;
    background-image: url('/Images/New/nav-home.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 22px;
    text-indent: 27px;
    height: 25px;
    line-height: 25px;
}

    .left_nav span {
        font-style: normal;
        font-size: 14px;
        color: #333;
    }

        .left_nav span.arrow {
            margin: 0 5px;
        }

        .left_nav span.link {
            cursor: pointer;
        }

        .left_nav span:last-child, .left_nav span.curr {
            color: #0089FF;
            cursor: default;
        }

.right_help {
    float: right;
    background-image: url('/Images/New/nav-help2.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    text-indent: 20px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    margin-left: 20px;
}

.right_close {
    float: right;
    background-image: url('/Images/New/nav-close.png');
    background-repeat: no-repeat;
    background-position: 2px center;
    text-indent: 20px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    margin-left: 15px;
}

.right_refresh {
    float: right;
    background-image: url('/Images/new/Refresh.png');
    background-repeat: no-repeat;
    background-position: 2px center;
    text-indent: 20px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    margin-left: 15px;
}

.right_guide {
    float: right;
    background-image: url('/Images/New/nav-guide.png');
    background-repeat: no-repeat;
    background-position: 0 4px;
    text-indent: 20px;
    height: 25px;
    line-height: 25px;
    color: #000;
    cursor: pointer;
    margin-left: 20px;
    display:none;
}

.right_config {
    float: right;
    background-image: url('/Images/New/nav-config.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    text-indent: 18px;
    height: 25px;
    line-height: 25px;
    color: #000;
    cursor: pointer;
    margin-left: 20px;
}

.leftContainer {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 55px;
    background-color: #fff !important;
}

.pageView .transition_right .leftContainer {
    background-color: #f2f2f5 !important;
}

.leftNav {
    width: 100%;
}

    .leftNav.expand {
        height: auto;
    }

.leftNav-header div:before {
    content: ' ';
    width: 10px;
    height: 34px;
    display: block;
    float: left;
    background: url(/Images/Context/comArrow.png) center no-repeat;
    background-size: 10px;
}

.leftNav-body .leftNav_ContentContainer {
    width: 175px !important;
}

.leftNav-header, .leftNav-body, .leftNav-body .leftNav_ContentContainer, .funNavSetting2019 {
    background-color: #fff !important;
    overflow: initial !important;
}

.transition_right .leftNav-header {
    border-bottom: 1px solid #eee;
}

    .transition_right .leftNav-header div:before {
        display:none;
    }

    .leftNav-body a {
        font-size: 14px;
    }

    .leftNav-header div {
        width: 115px;
        margin-left: 15px;
    }

.pageView .leftNav-header .img_comm_Toggle {
    display: inline-block;
    background-image: url(/Images/arrow-up_layout.png);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 33px;
    cursor: pointer;
    float: right;
    position: relative;
    top: 5px;
    right: 15px;
    background-position: center;
}

    .pageView .leftNav-header .img_comm_Toggle.up {
        background-image: url(/Images/arrow-down_layout.png);
    }

.pageView .leftNav-header .img_comm_Refresh {
    background-image: url(/Images/NormalIcon/refresh.png);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    width: 30px;
    height: 30px;
    margin: 6px 0px 0px;
}

.leftNav-header .close-Icon {
    margin-top: 0 !important;
    height: 100%;
    background-position: center;
}

    .leftNav-header .refresh-Icon {
        height: 100%;
    }

    .leftNav-header .GroupComponentTitle, .leftNav-header .recentAccessTitle {
        height: 33px;
        line-height: 33px;
    }

.leftContainer .jstree .jstree-icon {
    vertical-align: top;
    position: relative;
    top: 5px;
}

.jstree-ok {
    position:relative;
    top:3px;
}

.expand .leftNav-header div:before {
    transform: rotate(90deg);
}

.leftNav-body .leftNav_ContentContainer > ul {
    margin-left: 24px;
    margin-bottom: 5px;
    margin-top: -3px;
}

    .leftNav-body .leftNav_ContentContainer > ul li.jstree-open > ul {
        margin-top: -4px;
    }

.pageList .jstree-classic {
    padding: 0px 5px !important;
}

html, body {
    height: 100%;
}

.mainGridContentScroll {
    height: auto !important;
    overflow: hidden auto;
    position: absolute;
    top: 68px;
    left: 20px;
    right: 8px;
    bottom: 0;
    padding-bottom: 15px;
}

    .mainGridContentScroll.PicTextModel {
        top:80px;
    }

    .mainGridContentScroll .PageGrid {
        margin-right: 20px;
    }

.popMenu {
    position: fixed;
}

    .popMenu#divPop_Linkman {
        position: absolute;
    }

#divTopOperatorItem1 .popMenu {
    position: absolute;
    left: initial;
    right: calc(100% - 15px);
    margin-top: -25px
}


.funNavSetting2019 {
    width: 225px;
    bottom: 15px;
}

    .funNavSetting2019 .funNavSettingPlane {
        width: 145px;
        box-sizing: border-box;
        margin: 10px auto 0px;
    }

.left_wrap {
    position: absolute;
    width: 225px;
    top: 55px;
    left: 15px;
    bottom: 15px;
    background-color: #fff;
}

.right_wrap {
    position: absolute;
    top: 55px;
    left: 255px;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
}

.left_fold {
    position: fixed;
    left: 240px;
    bottom: 200px;
    width: 14px;
    height: 36px;
    z-index: 1000;
    border-radius: 0px 6px 6px 0px;
    background-color: #0089FF;
    opacity: 0.4;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

    .left_fold:before {
        position: absolute;
        height: 20px;
        content: '折叠';
        display: none;
        left: 26px;
        top: 8px;
        color: white;
        font-size: 13px;
        animation: my_left_fold 0.7s;
    }

@keyframes my_left_fold {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes my_left_fold /* Safari and Chrome */
{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

    .left_fold:hover {
        width: 65px;
        border-radius: 0px 20px 20px 0px;
        opacity: 1;
    }

        .left_fold:hover:before {
            display:block;
        }

.left_fold i {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    cursor: pointer;
    transition: left 0.3s ease-in-out 0s;
    background: url(/Images/New/fold_left.png) no-repeat;
    background-position: 0px center;
/*    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;*/
}

.left_fold:hover i {
    background-position: 8px 10px;
}

.fold .left_fold i {
    background: url(/Images/New/fold_right.png) no-repeat;
    background-position: -1px center;
}

.fold .left_fold:hover i {
    background-position: 43px center;
}

        .fold .left_fold {
            left: 0px;
            border-radius: 0px 6px 6px 0px;
            opacity: 0.4;
        }

            .fold .left_fold:hover {
                width: 65px;
                border-radius: 0px 20px 20px 0px;
                opacity: 1;
            }

            .fold .left_fold:hover:before {
                display: block;
                left:12px;
                content:'展开';
            }

.fold .left_wrap {
    left: -224px;
}

.fold .right_wrap {
    left: 15px;
}


#tbContent {
    border: none;
}

.tdMainContent {
    border: 1px solid #e8e8e8;
}

.pageList .tdMainContent {
    border: 2px solid #e8e8e8;
}

.common_tool {
    margin: 20px 0 50px 0;
    width: 650px;
    border: 2px solid #e8e8e8;
    padding: 30px 20px 20px 60px;
}


.table_tool {
    margin: 20px 0 50px 0;
    width: 600px;
    border: 2px solid #e8e8e8;
    padding: 30px 20px 20px 60px;
    overflow: hidden;
    display:none;
}

.module-tool-nodata {
    background: url(/Images/DesktopIcon/noSalesTarget.png) center 0px no-repeat;
    height: 200px;
    background-position-y: 30px;
}

        .module-tool-nodata > div {
            color: #D0C9C1;
            text-align: center;
            font-size: 14px;
            position: relative;
            top: 150px;
        }

    .table_tool p {
        height: 40px;
        line-height: 40px;
        background-position: left center;
        background-repeat: no-repeat;
        text-indent: 50px;
        font-weight: bold;
    }

    .table_tool ul {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 10px 0 10px 10px;
        padding: 0 0 0 5px;
    }

        .table_tool ul li {
            background: url('/Images/New/table_tool_item.gif') no-repeat scroll left center;
            padding: 0 0 3px 20px;
        }

            .table_tool ul li a {
                border-bottom: 1px solid #000;
                color: #000;
                line-height: 18px;
            }


    .table_tool .table_tool_common {
        width: 200px;
        float: left;
    }

        .table_tool .table_tool_common p {
            background-image: url('/Images/New/table_tool_common.png');
        }


    .table_tool .table_tool_analyse {
        width: 200px;
        float: left;
    }

        .table_tool .table_tool_analyse p {
            background-image: url('/Images/New/table_tool_analyse.png');
        }


.th-cbx {
    width: 36px !important;
    border-right: 1px solid #e6e6e6;
}

.pageList .th-cbx input, .pageView .th-cbx input, .pageEdit .th-cbx input {
    left: initial;
}

.trCheckAll {
    border-bottom: none !important;
}

    .trCheckAll td {
        padding-left: 0;
    }

.pageList .trSelectRow .selectAll_CkBox, .pageView .trSelectRow .selectAll_CkBox, .pageEdit .trSelectRow .selectAll_CkBox {
    margin-left: 12px;
}

.th-operator {
    width: 90px !important;
    border-right: 1px solid #e6e6e6;
    text-align: center !important;
}

.editIcon {
    vertical-align: top;
    margin-right: 10px;
}

.DelIcon {
    vertical-align: bottom;
    margin-right: 0;
}

.right_wrap .gridTitle {
    position: absolute;
    height: 38px;
    top: 15px;
    z-index: 2;
}

.right_wrap .moduleImg {
    margin-left: 20px;
    height: 34px;
    width: 34px;
    padding: 0px !important;
    position: relative;
    top: 0px;
    margin-left: 25px;
    background-color: #30B5FF;
}

.right_wrap #imgModuleLogo {
    width: 34px;
    height: 34px;
}


.pageList .right_wrap .moduleImg {
    top: 2px;
    margin-left: 20px;
}

.right_wrap #recordInfo #imgModuleLogo {
    width: 54px;
    height: 54px;
    left: -22px;
    top: 17px;
}

.pageEdit .right_wrap #recordInfo #imgModuleLogo {
    width: 34px;
    height: 34px;
}

.pageList .right_wrap .operation_View {
    margin-left: 43px;
}


.rightOperatorBtn {
    padding-right: 20px;
}

.contentScroll {
    margin-top: 0px !important;
}

.right_wrap .tabContent {
    position: absolute;
    top: 132px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden auto;
}

    .pageEdit .right_wrap .tabContent, .pageView .right_wrap .tabContent {
        position: initial;
    }

.right_wrap .tabItemsContainer {
    border-bottom: none;
    padding-bottom: 2px;
}

.right_wrap #div_Tab_list {
    margin-left: 25px;
    margin-right: 100px;
    padding-top: 0;
}

    .right_wrap #div_Tab_list .tab_Normal {
        min-width: initial;
        width: auto;
        padding: 0;
        margin-right: 40px;
        background-color: transparent !important;
        border: none;
    }

    .right_wrap #div_Tab_list li span {
        font-size: 14px;
        color: #313131;
        position: initial !important;
    }

    .right_wrap #div_Tab_list li.tab_Current span {
        color: #0087ff;
    }

    .right_wrap #div_Tab_list li.tab_Current:after {
        content: " ";
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #0087ff;
        position: absolute;
        bottom: -3px;
        left: calc(50% - 10px);
    }


    .right_wrap #div_Tab_list .ml_line_first {
        display: none;
    }

.right_wrap .groupList {
    padding: 25px 25px 15px 25px;
}

    .right_wrap .groupList .tt {
        background-color: #f4f7fe;
        cursor: default;
    }

.right_wrap .moduleItem {
    margin-bottom: 10px;
}

    .right_wrap .moduleItem .mdname {
        font-size: 13px;
        padding-left: 30px !important;
        background-position: 15px center;
        cursor: pointer;
    }

.pageEdit .right_wrap .ThreeLayoutTbMiddle, .pageEdit .right_wrap .FieldLabel, .pageEdit .right_wrap .FieldValue, .pageEdit .right_wrap .ThreeLayoutTbLast, .pageEdit .right_wrap .LayoutTbLast,
.pageView .right_wrap .ThreeLayoutTbMiddle, .pageView .right_wrap .FieldLabel, .pageView .right_wrap .FieldValue, .pageView .right_wrap .ThreeLayoutTbLast, .pageView .right_wrap .LayoutTbLast {
    background-color: #fff;
    box-sizing: border-box;
}

.pageEdit .ThreeLayoutTbMiddle {
    width: 2%;
}

.LayoutTbMiddle {
    width: 6%;
}

.ThreeLayoutTbMiddle {
    width: 1%;
}

.LayoutTbLast {
    width:0px;
}

.pageEdit .right_wrap .FieldLabel, .pageView .right_wrap .FieldLabel {
    text-align: left;
    padding-left: 31px;
}

    .pageEdit .right_wrap .FieldLabel span, .pageView .right_wrap .FieldLabel span {
        font-size: 13px;
    }

        .pageView .right_wrap .FieldLabel span.UdFieldLabel_left_span {
            color: #848484;
        }

        .pageEdit .right_wrap .FieldLabel .field_Icon, .pageView .right_wrap .FieldLabel .field_Icon {
            top: -2px;
        }

    .pageEdit .right_wrap .FieldLabel.UdFieldLabel .field_Icon, .pageView .right_wrap .FieldLabel.UdFieldLabel .field_Icon {
        top: 8px;
    }

.pageEdit .right_wrap .FieldValue, .pageView .right_wrap .FieldValue {
    _padding-right: 30px;
}

.pageView .right_wrap .UdFieldValue .smtime {
    color:black;
}

    .right_wrap .btn_accesoryField_upload {
        right: 58px;
    }

.btn_accesoryField_download {
    right: 70px;
}

.right_wrap .btn_accesoryField_preview {
    right: 11px;
}

.right_wrap .btn_accesoryField_upload, .right_wrap .btn_accesoryField_preview, .right_wrap .btn_accesoryField_download {
    top: 6px;
}


.right_wrap .FieldValue .inputText, .right_wrap .FieldValue .picklist, .right_wrap .FieldValue .combo, .right_wrap .FieldValue .Wdate{
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px !important;
    height: 28px !important;
    line-height: 26px !important;
    outline: none;
    box-sizing: border-box;
}

.right_wrap .FieldValue .areaText {
    /*    border: 1px solid #d8d8d8 !important;
    border-radius: 4px !important;
    outline: none;
    box-sizing: border-box;
    padding:7px;*/

    display: table;
    line-height: 20px;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px;
}

.right_wrap #uploadify-button-Accesory {
    vertical-align: top;
}

.right_wrap #spanUpLoad-Accesory {
    line-height: 24px;
}

.pageEdit .right_wrap #div_Tab_list ul .tab_Current {
    background-color: initial !important;
}

.pageEdit .right_wrap .editLocation {
    margin: 15px 0;
    height: 38px;
}

 .pageEdit .moduleImg {
    top:1px;
}

.pageView .moduleImg {
    width:54px;
    height:54px;
    top:2px;
}


.right_wrap #spanTitleCNName {
    margin-top: 0;
    height: 38px;
    line-height: 38px;
}

.pageEdit .right_wrap .bannerTitle {
    position: relative;
    top: 0px;
    height: 38px;
    line-height: 38px;
}

    .right_wrap .spanViewModuleName {
        margin-top: 8px;
    }

.show {
    display: block !important;
}

.hide {
    display: none !important;
}


.funNavSetting2019 .FunNav_Right .FunNav_Reset {
    left: 11px;
}


.noData {
    padding-top: 90px;
    text-align: center;
    background-image: url('/Images/NoData.png');
    background-position: center 35px;
    background-repeat: no-repeat;
    text-align: center;
}

    .noData:after {
        content: "暂无数据";
        color: #989899;
    }


.left_wrap .leftNav .NoData_DeskTop {
    width: 135px;
}



.right_wrap .formLinkTitle {
    top: 7px;
    cursor: pointer;
}


.span_pagelayout {
    position: absolute;
    top: 75px;
    right: 10px;
    background-image: url('/Images/New/icon_Tab_list_right_tools.png');
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 20px;
}

.left_wrap #div_PicFile_Left {
}

.left_wrap .pageVeImage a {
    width: 80px;
    height: 80px;
    margin-left: 30px;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
}

.left_wrap .pageVeImage img {
    width: 80px;
    height: 80px;
}


.left_wrap .maintainerInfo {
    /*background-position-x: 50px;*/
    background-position-x: 8px;
}

.pageView .TabItem .moduleList {
    margin-top: 0;
}

    .pageView .TabItem .moduleList .moduleItem{
        margin: 5px 20px;
    }

    .pageList .TabItem .moduleList .moduleItem {
        margin: 5px 0px;
    }

        .pageView .TabItem .moduleList .moduleItem .tt, .pageList .TabItem .moduleList .moduleItem .tt {
            height: 32px;
            line-height: 32px;
            background-color: transparent !important;
        }

        .pageView .TabItem .moduleList .moduleItem .targetContent .PageGrid {
            padding-bottom: 10px;
        }

.pageView .DetailNoData, .pageList .DetailNoData {
    position: relative;
}

            .pageView .DetailNoData::before, .pageList .DetailNoData::before {
                position: absolute;
                border-top: 1px solid rgb(238, 238, 238);
                content: "";
                width: 200%;
                height: 1px;
                left: -50%;
                top: 6px;
            }

.pageView .detail_a_icon {
    margin-top: 5px;
}


.pageView .moduleList .mdname {
    margin-left: 0;
    padding-left: 5px !important;
}


.pageView .groupList .tb_ProductDetails_Grid, .pageEdit .groupList .tb_ProductDetails_Grid {
    background-color: transparent;
}

    .pageView .groupList .tb_ProductDetails_Grid .mdname, .pageEdit .groupList .tb_ProductDetails_Grid .mdname {
        background-color: transparent;
        top: 0;
    }

.pageView .tb_ProductDetails_Grid .rightSearchGroup .quickSearch, .pageEdit .tb_ProductDetails_Grid .rightSearchGroup .quickSearch {
    margin-top: 0;
}

.firstTd .gfItem {
    margin-top: 10px;
}


.rightButtonGroup .rightBtnGroup_Div a.sysResourcePool {
    letter-spacing: 0px;
    background-color: #FFA30F;
    border: 1px solid #FFA30F;
    color: white;
}

    .rightButtonGroup .rightBtnGroup_Div a.sysResourcePool:hover {
        background-color: #E8900B;
        border: 1px solid #E8900B;
    }

.rightButtonGroup .rightBtnGroup_Div a.MRMAnalysis {
/*    letter-spacing: 0px;
    background-color: #FFA30F;
    border: 1px solid #FFA30F;
    color: white;*/
}

    .rightButtonGroup .rightBtnGroup_Div a.MRMAnalysis:hover {
/*        background-color: #E8900B;
        border: 1px solid #E8900B;*/
    }

.bannerTitle {
    font-size:18px;
}

.pageView .bannerTitle {
    font-size: 20px;
    margin-left: 15px;
}

.pageEdit .bannerTitle {
    font-size: 18px;
    margin-left: 15px;
}

.pointToRightIcon {
    background-position-y: center;
}


.right_wrap #div_Details {
    position: absolute;
    top: 138px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden auto;
}

.loader {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-bottom: -20px;
}

.viewContainer {
    background: none;
    border: none;
    width: auto !important;
    height: auto;
}


.ddlview_Parent {

    overflow: hidden;
    border: 1px solid transparent;
    margin-left: 8px;
    height: 34px;
    width: auto;
    border-radius: 3px;
    box-sizing: border-box;
}

.pageList .ddlview_Parent {
    background-color: #E6ECF6;
}

    .pageList .ddlview_Parent:hover {
        background-color: #CDDAF4;
    }


    .E2018ViewUl {
        display: none;
        position: fixed;
        background-color: white;
        z-index: 999;
        box-shadow: 2px 3px 5px #b5b5b5;
        border: 1px solid #b5b5b5;
        min-width: 120px;
    }

    .E2018ViewUl > ul {
        margin: 9px 0px 4px 0px;
    }

.E2018ViewChildUl li {
    font-size: 14px;
    cursor: pointer;
    padding: 4px 30px 4px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

    .E2018ViewChildUl li:hover {
        background-color: #e1e1e1;
    }

    .E2018ViewChildUl li:last-child {
        margin-bottom: 10px;
    }

    .E2018ViewChildUl li.viewGroupName {
        font-size: 12px;
        color: #aaa;
        background-color: transparent !important;
        cursor: default;
    }

.E2018ViewUl .E2018AddView {
    color: #02a7f0;
    border-top: 1px solid #ccc;
    padding: 8px 0px;
    font-size: 14px;
    height: 27px;
}

    .E2018ViewUl .E2018AddView span {
        font-size: 18px;
        color: #999999;
        position: relative;
        top: -1px;
    }

    .E2018ViewUl .E2018AddView .c_add {
        font-size: 13px;
        float: left;
        margin-left: 20px;
        cursor: pointer;
    }

    .E2018ViewUl .E2018AddView .c_view {
        font-size: 13px;
        float: right;
        line-height: 27px;
        text-indent: 5px;
        margin-right: 20px;
        cursor: pointer;
    }

.E2018AddView ul {
    float: left;
    position: relative;
    top: 9px;
}

    .E2018AddView ul li {
        border-bottom: 1px solid #999999;
        width: 14px;
        margin-bottom: 3px;
    }


.E2018ViewDefault {
    height: 29px;
    line-height: 29px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    min-width: 82px;
}

    .E2018ViewDefault span {
        font-size: 14px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: black;
        padding-right: 18px;
    }

.E2018ddlViewImg {
    background: transparent url(/Images/viewselect_icon.png) no-repeat center;
    width: 27px;
    height: 100%;
    float: right;
    background-position: 2px 5px;
    position: absolute;
    right: 0px;
    top: 1px;
}

.tb_View {
    height: 38px;
    margin: 15px 0 !important;
    position: relative;
}

    .tb_View .operation_View {
        margin-top: 0;
        width: auto;
    }


    .tb_View .operatorContainer {
        display: none;
        background: none;
        border: none;
        width: 46px;
        padding-right: 7px;
        padding-left: 15px;
    }

    .tb_View .operatorList {
        padding-left: 0;
        width: 60px;
        height: 32px;
        display: block;
        color: #000;
        line-height: 34px;
        font-size: 16px;
        background: none;
    }

.ViewRefreshImg {
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 0px;
}

.td_View:hover .E2018ViewDefault {
/*    border: 1px solid #b5b5b5;*/
}

.td_View:hover .operatorContainer {
    display: block;
}


.locationContainer {
    min-height: 45px;
    height: auto;
    width: 100%;
    margin: 0 !important;
    background-color: #fff;
    text-indent: 10px;
    cursor: pointer;
}


    .locationContainer .spanFromTypeName {
        background: url(images/quickSearch-right.png) no-repeat;
        background-size: 20px;
        padding-left: 20px;
        background-position: 0px 1px;
        color: #000;
        font-size: 13px;
        padding: 5px 0px 5px 22px;
    }

    .locationContainer span {
        font-family: 宋体;
    }

        .locationContainer .group .ViewTag span {
            font-size: 14px;
        }

        .locationContainer .group .ViewTag ul {
            display: table;
        }

            .locationContainer .group .ViewTag ul li {
                float: left;
                margin-right: 15px;
                text-align: center;
                cursor: default;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                color: #09f;
                cursor: pointer;
            }

                .locationContainer .group .ViewTag ul li .close {
                    background-size: 9px;
                    width: 11px;
                    height: 9px;
                    float: right;
                    cursor: pointer;
                    display: block;
                    margin-top: 4px;
                    background: url(/Images/Close.gif) no-repeat;
                    visibility: hidden;
                    margin-left: 2px;
                }

    .locationContainer .group.ViewTag {
        height:auto;
    }

        .locationContainer .group.ViewTag .ViewTag ul li {
            margin-bottom:10px;
        }

        .CloseView {
            width: 35px;
            height: 45px;
            background: url(/Images/NormalIcon/icon-close.png) no-repeat center;
            margin-right: 20px;
            cursor: pointer;
            background-size: 16px;
            position: absolute;
            top: 8px;
            right: 0px;
        }


.mainGridContentScroll {
    /*top: 167px;*/
}


.viewWrap {
    display: table;
}

    .viewWrap .select {
        display: table-cell;
    }

    .viewWrap .viewGroupSeparate {
        width: 1px;
        position: relative;
    }

        .viewWrap .viewGroupSeparate:before {
            content: "";
            width: 1px;
            left: 0px;
            top: 20px;
            bottom: 20px;
            background-color: #e6e6e6;
            position: absolute;
        }

    .viewWrap .viewGroupName + .noExtendView {
        display: block;
    }


    .viewWrap .noExtendView {
        background-image: url('/Images/New/noData2.png');
        background-repeat: no-repeat;
        background-position: center 20px;
        padding-top: 80px;
        background-color: transparent !important;
        cursor: default;
        display: none;
    }

        .viewWrap .noExtendView p {
            text-align: center;
            color: #aaa;
            line-height: 20px;
        }

        .viewWrap .noExtendView .btnAddView {
            margin: 10px auto;
            cursor: pointer;
            display: block;
            width: 120px;
            height: 34px;
            line-height: 34px;
            border-radius: 17px;
            text-align: center;
            background-color: #02a7f0;
            color: #fff;
            font-size: 13px;
        }


.pageCenter_Content {
    padding-top: 0;
}

/*.RememberList {
    position: fixed;
}*/


.CommonHeightBg {
    height: 10px;
    background-color: #f2f2f5;
}


.rightButtonGroup .rightSearchGroup {
    width: auto;
    margin-right: 8px;
}

.rightButtonGroup .quickSearch .center {
    width: 178px;
}

select {
    outline: none;
}

select, .inputText {
    text-indent: 5px;
}


.dataTag ul li {
    text-indent: 0;
}

    .dataTag ul li:hover {
        color: #fff;
        background: #0492E3;
        border-color: #0492E3 !important;
    }

        .dataTag ul li:hover span {
            color: #fff !important;
        }

.NoData {
    height: 70px;
    padding-top: 50px;
}


.dialog_SearchModole {
    top: 55px;
}

    .dialog_SearchModole .SearchModole .sm_top {
        height: 35px;
        line-height: 35px;
    }


.detailsGroup {
    position: relative;
    padding: 0 25px !important;
}

    .detailsGroup .tt {
        background-color: #fff !important;
        margin-top: 10px;
    }

        .detailsGroup .tt .pointToBottomIcon, .detailsGroup .tt .pointToRightIcon {
            background-image: url('/Images/New/icon-details.png');
            background-position: left center;
            padding-left: 25px !important;
            font-size: 14px;
            color: #1e1e1e;
        }


    .detailsGroup .gfItem {
        border: 1px solid #d7d7d7;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .detailsGroup .listViewTable {
        border-top: none !important;
    }

    .detailsGroup .tdClick .readOnly {
        background-color: #F7E7D8 !important;
    }

    .detailsGroup .readOnly {
        background-color: #fff !important;
    }

    .detailsGroup .rtmenu_curr, .detailsGroup .rtmenu_curr .readOnly {
        background-color: #F7E7D8 !important;
    }

.listViewTable thead tr th {
    padding-left: 6px;
}

.detailsGroup .listViewTable thead tr th {
    height: 40px !important;
    line-height: 40px !important;
    border-left: 1px solid #d7d7d7 !important;
    background: #F8F8F8 !important;
}

.detailsGroup .listViewTable td {
    height: 40px !important;
    line-height: initial !important;
    border-left: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    position: relative;
}

.detailsGroup .listViewTable .th-cbx {
    border-left: none !important;
}

.detailsGroup .listViewTable .inputInDetails {
    width: 100% !important;
}

.detailsGroup .listViewTable .choose {
    position: absolute;
    right: 10px;
}

.detailsGroup .btnGroup_Bottom {
    background-color: #f8f8f8;
    border-top: 1px solid #d7d7d7;
}

    .detailsGroup .btnGroup_Bottom td {
        height: 40px;
        line-height: 40px;
    }

.detailsGroup .switch-checkbox-label {
    color: #959595;
    font-size: 14px;
    margin: 0 10px 0 20px;
}

.detailsGroup .rightSearchGroup .quickSearch {
    float: right;
}

.detailsGroup .moduleItem_ProductDetails .quickSearch .leftwhite, .detailsGroup .moduleItem_ProductDetails .quickSearch .center, .detailsGroup .moduleItem_ProductDetails .quickSearch .right {
    border: none;
    background-color: #f2f2f5;
    height: 30px !important;
}

.detailsGroup .moduleItem_ProductDetails .quickSearch .leftwhite {
    width: 15px !important;
}

.detailsGroup .moduleItem_ProductDetails .quickSearch .right div {
    height: 30px !important;
}

.detailsGroup .searchStyle {
    height: 30px !important;
    line-height: 30px !important;
}

.detailsGroup .detailsSetting {
    width: 74px;
    position: relative;
    right: -5px;
}

    .detailsGroup .detailsSetting .separator {
        float: left;
        width: 1px;
        height: 16px;
        margin: 1px 15px;
        background-color: #b9b9b9;
    }

    .detailsGroup .detailsSetting .setting {
        float: left;
        width: 18px;
        height: 18px;
        background-image: url(/Images/New/core_app_set.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 10px;
        cursor: pointer;
        display: none;
    }

    .detailsGroup .detailsSetting .fullScreen {
        float: left;
        width: 18px;
        height: 18px;
        background-image: url(/Images/New/details_fullScreen.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 6px;
        cursor: pointer;
    }

    .detailsGroup .detailsSetting .moreSetting {
        float: left;
        width: 18px;
        height: 18px;
        background-image: url(/Images/New/details_moreSetting.png);
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }

.detailsGroup .scanTable td img {
    display: none;
}


.quickAddLinkmanGroup {
    position: relative;
    padding: 0 25px !important;
    /*border-bottom: 10px solid #f2f2f5;*/
}

    .quickAddLinkmanGroup .tt {
        background-color: #fff !important;
        margin-top: 10px;
    }


    .quickAddLinkmanGroup .moduleItem .pointToRightIcon, .quickAddLinkmanGroup .moduleItem .pointToBottomIcon {
        background-image: url('/Images/New/icon-quickAddLinkman.png');
        background-position: left center;
        padding-left: 30px !important;
        font-size: 14px;
        color: #1e1e1e;
    }


    .quickAddLinkmanGroup .moduleItem .separator {
        display: inline-block;
        width: 1px;
        height: 16px;
        margin: 1px 15px;
        background-color: #b9b9b9;
        vertical-align: top;
        margin-top: 8px;
    }

    .quickAddLinkmanGroup .moduleItem .scan {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url('/Images/New/icon-quickAddLinkmanScan.png');
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        margin: 7px 10px 0 0;
        cursor: pointer;
        position:relative;
    }

    .quickAddLinkmanGroup .moduleItem .setting {
        float: right;
        width: 18px;
        height: 18px;
        background-image: url(/Images/New/core_app_set.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: 7px 10px 0 0;
        cursor: pointer;
    }

    .quickAddLinkmanGroup .moduleItem .moreSetting {
        float: right;
        width: 18px;
        height: 18px;
        background-image: url(/Images/New/details_moreSetting.png);
        background-repeat: no-repeat;
        background-position: right center;
        margin: 6px 0 0 0;
        cursor: pointer;
    }

    .quickAddLinkmanGroup .QuickAddLinkmanPanel {
        margin: 10px 0 0 30px;
        border-top: 1px solid #d7d7d7;
        padding-top: 20px;
    }


    .quickAddLinkmanGroup .linkmanRow {
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
    }

        .quickAddLinkmanGroup .linkmanRow + .linkmanRow {
            margin-top: 10px;
        }


        .quickAddLinkmanGroup .linkmanRow .linkmanCol {
            display: inline-block;
            margin-right: 5px;
        }

            .quickAddLinkmanGroup .linkmanRow .linkmanCol .addLinkmanRow {
                display: inline-block;
                width: 16px;
                height: 16px;
                cursor: pointer;
                background-image: url("/Images/New/quickAdd_AddRow.png");
                background-position: center;
                background-repeat: no-repeat;
                vertical-align: top;
                margin: 7px 5px 0 0;
            }

            .quickAddLinkmanGroup .linkmanRow .linkmanCol .removeLinkmanRow {
                display: inline-block;
                width: 16px;
                height: 16px;
                cursor: pointer;
                background-image: url("/Images/New/quickAdd_RemoveRow.png");
                background-position: center;
                background-repeat: no-repeat;
                vertical-align: top;
                margin: 7px 10px 0 0;
            }

            .quickAddLinkmanGroup .linkmanRow .linkmanCol .picklist {
                width: 60px;
            }


            .quickAddLinkmanGroup .linkmanRow .linkmanCol .inputText, .quickAddLinkmanGroup .linkmanRow .linkmanCol .picklist {
                height: 30px !important;
                line-height: 30px !important;
                vertical-align: top;
                border-color: #d7d7d7;
                border-radius: 3px;
            }

            .quickAddLinkmanGroup .linkmanRow .linkmanCol .error {
                border-color: #f00;
            }

.pageConfigList {
    margin: 25px 40px;
}

    .pageConfigList li {
        margin-bottom: 10px;
    }

        .pageConfigList li.separator {
            height: 1px;
            background-color: #d7d7d7;
            padding: 0;
            margin-bottom: 25px;
        }

        .pageConfigList li .switch-checkbox {
            float: left;
        }

        .pageConfigList li p {
            margin-left: 60px;
            font-size: 14px;
            color: #333;
            line-height: 16px;
            padding-bottom: 15px;
        }


.pageView .tabItemsContainer, .pageEdit .tabItemsContainer {
    position: relative;
}

    .pageView .tabItemsContainer #div_Tab_list, .pageEdit .tabItemsContainer #div_Tab_list {
        float: left;
        margin: 0;
        position: relative;
        left: 0;
        white-space: nowrap;
    }


    .pageView .tabItemsContainer ul li, .pageEdit .tabItemsContainer ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }



.tabListWrap {
    /*margin: 0 100px 0 70px;*/
    position: absolute;
    left: 70px;
    right: 100px;
    overflow: hidden;
    height: 34px;
}


.tabItemsContainer .tabMoveLeft {
    float: left;
    width: 12px;
    height: 18px;
    margin: 4px 0 0 25px;
    background: url('/Images/New/leftItem.png') no-repeat center center;
    cursor: pointer;
}

.tabItemsContainer .separator {
    float: left;
    width: 1px;
    height: 14px;
    margin: 1px 15px;
    background-color: #D0D0D0;
    vertical-align: top;
    margin-top: 7px;
    display:none;
}

    .tabItemsContainer .separator.sfirst {
        display:none;
    }

    .tabItemsContainer .tabMoveRight {
        float: right;
        width: 16px;
        height: 23px;
        margin: 2px 0 0 0;
        background: url('/Images/New/rightItem.png') no-repeat center center;
        cursor: pointer;
    }

.tabItemsContainer .tabMoreSetting {
    float: right;
    width: 18px;
    height: 18px;
    background-image: url(/Images/New/details_moreSetting.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin: 5px 20px 0 0;
    cursor: pointer;
}

    .tabItemsContainer .tabMoreSetting + .separator {
        float: right;
    }


.tabItemsContainer + .CommonHeightBg + .tabContent .TabItem .CommonHeightBg:first-child {
    display: none;
}

.formLinkTitle > .icon {
    background-image: url('/Images/New/icon-quickAddLinkmanScan.png');
    background-size: auto;
}

.need {
    font-weight: normal;
}

.listViewTable .need {
    font-size: 20px;
    float: left;
    right: 0;
    top: 3px;
    margin-right: 2px;
}

.popMenu-div {
    padding-bottom: 7px;
}

.addedImage a {
    padding-left: 18px;
}

.popMenu-div a {
    text-indent: 10px;
}

.leftNav-body-content {
    max-height: initial;
}

.totalText {
    padding-left: 5px !important;
}


.fullscreen {
    position: fixed;
    left: 15px;
    top: 55px;
    right: 15px;
    bottom: 15px;
    z-index: 9999999;
    background-color: #fff;
}

    .fullscreen .gfItem {
        position: absolute;
        top: 42px;
        left: 25px;
        right: 25px;
        bottom: 15px;
    }

    .fullscreen .EditDetailsGridContainer {
        height: auto !important;
        position: absolute;
        top: 0;
        bottom: 42px;
        width:100%;
    }

    .fullscreen .btnGroup_Bottom {
        position: absolute;
        bottom: 0;
    }

    .fullscreen .fullScreen {
        transform: rotate(180deg);
    }


.GroupDiv {
    background: none !important;
    cursor: default;
}

    .GroupDiv .groupName {
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 15px;
        cursor: pointer;
    }

.GroupCollapse .groupName {
    background-image: url('/Images/pointToBottom.gif');
}

.GroupExpland .groupName {
    background-image: url('/Images/pointToRight.gif');
}

.tt {
    cursor: default;
    height: 32px;
    line-height: 32px;
}

    .tt .mdname {
        cursor: pointer;
        font-size: 13px;
    }

.addtopBlank {
    margin-top: 0;
}

.tt-body + .tt {
    margin-top: 10px;
}

.left_wrap .jstree a {
    vertical-align: top;
    height: 24px !important;
    line-height: 24px !important;
}

.left_wrap .jstree > ul > li > a {
    max-width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left_wrap .jstree > ul > li ul a {
    max-width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left_wrap .jstree-classic .jstree-clicked {
    color: #0087ff;
}

.ui-widget-overlay {
    _opacity: 0.6;
    background: #262626;
}

.ui-dialog .letterContainer {
    margin-left: -3px;
}

.ui-dialog .letterContainer, .ui-dialog .operatorDialog-content .tb_View {
    padding-left: 0 !important;
}

.ui-dialog .ddlview_Parent {
    margin-left: 0;
}

.ui-dialog .tdMainContent {
    border-top: none;
    border-width: 1px;
}

.ui-dialog #div_UserTabs {
    margin: 0;
}

.ui-dialog .tabItemsContainer {
    margin: 0 10px;
    width: auto;
}

    .ui-dialog .tabItemsContainer ul .tab_Normal {
        width: auto;
    }

    .ui-dialog .tabItemsContainer ul li {
        padding: 0;
        min-width: initial !important;
        margin-right: 25px;
    }

        .ui-dialog .tabItemsContainer ul li span {
            left: 0;
        }

.ui-dialog .rightButtonGroup .rightSearchGroup {
    margin-right: 0;
}

.ui-dialog .selectClassValue {
    left: 0;
}


.quickSearch .left div, .quickSearch .right div {
    height: 32px;
}

.pageLeft ol li {
    line-height: 22px;
}


#divRoleRelation ol li {
    padding-left: 28px;
    line-height: 28px;
}

.leftNav .divList {
    width: auto;
}

.leftSearchRole {
    margin-left: 28px;
    margin-right: 27px;
    margin-bottom: 5px;
}

.leftSearchRoleBak {
    width: 100%;
}


/* 滚动条 start  */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-thumb {
    background: #b0c0d0;
    border-radius: 4px
}

    ::-webkit-scrollbar-thumb:active {
        background: #b0c0d0
    }

::-webkit-scrollbar-track, ::-webkit-scrollbar-track:hover {
    background: transparent
}

    ::-webkit-scrollbar-corner, ::-webkit-scrollbar-track:active {
        background: transparent
    }
/* 滚动条 end  */


.leftNav .moduleList {
    width: auto;
    height: auto !important;
    padding-left: 30px !important;
}

.detailContainer {
    padding-left: 15px;
}


.targetContent .PageGrid {
    margin-top: 10px;
}


.listViewTable {
    border-top: none;
}


.leftNav_ContentContainer .jstree-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:14px;
    margin-top:1px;
}

.leftNav_ContentContainer > ul > li > a > .jstree-item-name {
    max-width: 189px;
}


.leftNav_ContentContainer > ul > li > ul > li > a > .jstree-item-name {
    max-width: 172px;
}

.leftNav_ContentContainer > ul > li > ul > li > ul > li > a > .jstree-item-name {
    max-width: 155px;
}

.leftNav_ContentContainer > ul > li > ul > li > ul > li > ul > li > a > .jstree-item-name {
    max-width: 138px;
}

.pageView .leftContainer {
    padding-top:0px;
}

    .pageView .leftContainer::-webkit-scrollbar-track, ::-webkit-scrollbar-track:hover {
        background: #f0f0f0;
    }

.rightButtonGroup .rightBtnGroup_Div a.audit-btn {
    background-color: #FFA30F;
    border: 1px solid #FFA30F;
    color: white;
}

    .rightButtonGroup .rightBtnGroup_Div a.audit-btn:hover {
    }

.normalBtn .a-child-add {
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.pageView #divMultiClassContent {
    margin-top: 3px;
}

#UlOtherMoney {
    margin-left: 30px;
}

@media screen and (max-width: 1240px) { /*iframe宽度*/
    .pageList .rightButtonGroup .quickSearch .center {
        width: 100px;
        display: block
    }

    .pageList .searchStyle {
        width: 100px;
    }
}

@media screen and (max-width: 1150px) { /*iframe宽度*/
    .pageList .rightButtonGroup .rightSearchGroup {
        display: none
    }
}

.module-tool {
    margin: 20px 0px;
    border: 2px solid #e8e8e8;
    padding: 20px 70px;
    width: 750px;
}

    .module-tool.nodata {
        margin: 20px 0px;
        border: 2px solid #e8e8e8;
        padding: 10px 0px;
        width: 700px;
    }

    .module-tool .mt-item {
        display: inline-block;
        vertical-align: top;
        margin-right: 140px;
    }

    .module-tool .mt-item:last-child {
        margin-right:0px;
    }

        .module-tool .mt-item .mt-top {
            height: 40px;
            line-height: 40px;
            font-weight: 600;
        }

            .module-tool .mt-item .mt-top .mt-icon {
                background: url(/Images/DataGrid/module-tool-icon-1.png) no-repeat center;
                width: 40px;
                height: 40px;
                float: left;
                margin-right: 5px;
            }

                .module-tool .mt-item .mt-top .mt-icon.mt-icon-2 {
                    background-image: url(/Images/DataGrid/module-tool-icon-2.png);
                }

                .module-tool .mt-item .mt-top .mt-icon.mt-icon-3 {
                    background-image: url(/Images/DataGrid/module-tool-icon-3.png);
                }

        .module-tool .mt-item .mt-list {
            clear: both;
            margin-top: 7px;
        }

        .module-tool .mt-item .mt-list ul{
        }

            .module-tool .mt-item .mt-list ul li {
                background-image: url(/Images/NormalIcon/rightArrow_Yellow.gif);
                background-repeat: no-repeat;
                background-position: 7px 5px;
                padding-left: 30px;
                margin-bottom: 6px;
                text-decoration: underline;
                text-underline-offset: 3px;
                cursor:pointer;
            }

        .module-tool .mt-item.data .mt-list ul li {
            cursor:default;
        }

                .module-tool .mt-item .mt-list ul li .mt-li-icon {
                }


/*新明细*/
.pageList .right_wrap .tabContent.main-grid-list-details {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow:initial;
}

.pageList .right_wrap .main-grid-list-details #div_Details {
    position: relative;
    top: 0px !important;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: initial;
}

.pageList .tabItemsContainer ul .tab_Normal .ml_line {
    background-color: rgb(208, 208, 208);
    width: 1px;
    height: 14px;
    position: absolute;
    right: -21px;
    top: 8px;
    display: block !important;
}

.pageList .right_wrap .main-grid-list-details .moduleItem .mdname {
    padding-left: 0px !important;
    cursor: pointer;
    margin-left:10px;
}

.pageList .right_wrap #div_Tab_list {
    margin-left: 0px;
}

.pageList .GroupToolParent {
    display:none;
}

.pageList .main-grid-list-details .moduleList .quickSearch li.right {
    border-right: 1px solid #aaa;
}

.pageList .tabItemsContainer.main-grid-list-tab-details .tabMoveLeft {
    margin-left: 0px;
}

.pageList .tabItemsContainer.main-grid-list-tab-details .tabListWrap {
    left: 50px;
}

.pageList .tabItemsContainer.main-grid-list-tab-details .tabfoldNav {
    float: right;
    width: 18px;
    height: 18px;
    background-image: url(/Images/New/foldNav.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin: 5px 0px 0 0;
    cursor: pointer;
}

.pageList .mainGridContentScroll {
    height: auto !important;
    overflow: hidden auto;
    position: absolute;
    top: 68px;
    left: 0px;
    right: 0px;
    bottom: 0;
    padding-bottom: 15px;
}

    .pageList .mainGridContentScroll .mainGridContentChild {
        margin-left:20px;
    }

.pageList .moduleChild {
    position:relative;
    left:-20px;
    width:calc(100% + 100px);
}

.pageList .moduleChild {
    position: relative;
    left: -20px;
    width: calc(100% + 100px);
}

    .pageList .moduleChild.mtop {
        margin-top:20px;
    }

.pageList .firstTd .CommonHeightBg {
    position: relative;
    left: -20px;
    width: calc(100% + 100px);
}

.pageList .main-grid-list-details .PageGrid {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: -14px;
}

.pageList .moduleItem .mdtool {
    margin-right: 5px;
}

.pageList .moduleChild-Panel {
    position: relative;
    top:0px;
}

    .pageList .moduleChild-Panel.fold_nav {
        top: -20px;
    }

        .pageList .moduleChild-Panel.fold_nav .tabfoldNav {
            transform: rotateX(180deg);
        }

#divPop_ReceivingTel.popMenu {
    position: absolute;
}

.picDiv#divUpLoadContainer {
    position:fixed;
}

.indexAccesory_Header, .indexAccesory {
    width:40px;
}



@media screen and (max-width: 1440px) {

    .left_wrap {
        width: 180px;
    }

    .fold .left_wrap {
        left: -179px;
    }

    .right_wrap {
        left: 210px;
    }

    .left_fold {
        left:195px;
    }

    .funNavSetting2019 {
        width: 180px;
    }
}