.FiletransferImport {
    height: 100%;
    position: relative;
}

    .FiletransferImport .filetranserImport-text {
        /*background-color: #ECECEC;*/
        padding-right: 85px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #bdbdbd;
    }

    .FiletransferImport .filetranserImport-button {
        right: 0;
        width: 80px;
        border-radius: 0 3px 3px 0;
    }

*html .clearFix
{
    zoom: 1;
}
* + html .clearFix
{
    zoom: 1;
}

.clearFix:after
{
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
#main
{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.quickNav
{
    display: none;
    z-index: 9999;
    position: absolute;
}
.start {
    background-repeat: no-repeat;
    background-position: center center;
}
#topNav
{
    width: 100%;
    height: 50px;
    padding: 10px;
    top: 0;
    left: 0;
}

#bottomNav
{
    width: 100%;
    height: 50px;
    padding: 10px;
    bottom: 0;
    left: 0;
}
#leftNav
{
    top: 0;
    left: 0;
    height: 100%;
    width: 70px;
}

#leftNav .start
{
    height: 40px;
    padding-top: 20px;
}
#leftNav .common
{
    position: absolute;
    height: 60px;
    bottom: 10px;
    width: 60px;
    padding: 0 5px 0 5px;
}
#leftNav .common p
{
    line-height: 25px;
    text-align: center;
}
#leftNav .taskbar
{
    width: 70px;
    overflow: auto;
}
#leftNav .taskbar div
{
    height: 30px;
    margin: 5px 0 0 0;
    text-align: center;
    background: url(../Platform/Image/Desktop/taskbar-left.png);
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
#leftNav .taskbar div:hover
{
    background: url(../Platform/Image/Desktop/taskbar-left.png) 0px -30px;
}
#leftNav .taskbar div.activate
{
    background: url(../Platform/Image/Desktop/taskbar-left.png) 0px -60px;
}
#leftNav .taskbar div img
{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
#leftNav .taskbar div p
{
    display: none;
}
#rightNav
{
    height: 50%;
    width: 50px;
    padding: 10px;
    right: 0;
    top: 0;
}
#StartMenu
{
    width: 400px;
    height: 500px;
    display: none;
    position: fixed;
    border: 1px solid #666666;
    padding: 5px;
    moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    z-index: 99999;
}
#StartMenu .content
{
    width: 250px;
    height: 488px;
    border: 1px solid #666666;
    padding: 5px;
    moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    overflow: auto;
    float: left;
}
#StartMenu .content .firstmenu
{
    height: 30px;
    line-height: 30px;
}
#StartMenu .content .menuitem
{
    cursor: pointer;
}
#StartMenu .content .menuitem a
{
    float: left;
}
#StartMenu .content .menuitem img
{
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    margin-top: 5px;
}
#taskbartip
{
    width: 120px;
    height: 120px;
    position: fixed;
    padding: 10px 10px 10px 10px;
    border: 1px solid #666666;
    moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    z-index: 9998;
}
#taskbartip div
{
    border: 1px solid #666666;
    moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    height: 120px;
}
#taskbartip div p
{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px #ccc;
}
#taskbartip div img
{
    width: 80px;
    height: 80px;
}
#StartMenu .content .firstmenu span.ui-icon
{
    margin: 5px 5px 0 0;
    float: left;
}
#StartMenu .content .secondmenu
{
    display: none;
}
#StartMenu .content .secondmenu li
{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    padding: 0 0 0 40px;
}
#StartMenu .content .secondmenu li a
{
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 150px;
}
#StartMenu .leftcontent
{
    width: 130px;
    height: 500px;
    float: right;
    position: relative;
}
#StartMenu .leftcontent ul
{
    margin-top: 30px;
}
#StartMenu .leftcontent ul li
{
    height: 30px;
    line-height: 30px;
    padding: 5px;
    overflow: hidden;
    color:#fff;
    font-weight:bold;
}
#StartMenu .leftcontent ul li a
{
    font-weight:bold;
}
#StartMenu .leftcontent ul li.line
{
    height: 1px;
    margin: 0 10px 0 0;
    background-color: #fff;
    padding: 0px;
    opacity: 0.1;
}
#StartMenu .leftcontent ul li a:link, #StartMenu .leftcontent ul li a:hover, #StartMenu .leftcontent ul li a:visited
{
    color: #EBEBEB;
}
#StartMenu .leftcontent #logout
{
    width: 80px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: center;
    moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}
#desktop
{
    position: fixed;
}
#desktop div.appcontent
{
    border-style: none;
    border-width: 1px;
    position: absolute;
}
#desktop div.appcontent .removeapp
{
    height: 16px;
    width: 16px;
    position: absolute;
    display: none;
    right: 15px;
    top: 8px;
    background: url(../Platform/Image/classichomepage/exit.png);
}
#desktop div.appcontent .app
{
    border-style: none;
    border-width: 1px;
    width: 80px;
    height: 80px;
    margin: 10px;
    text-align: center;
 
}
#desktop div.appcontent .app .imgdiv
{
    margin-top: 5px;
    width: 50px;
    height: 50px;
    margin:0 auto;
}

#desktop div.appcontent .app p
{
    line-height: 20px;
    color: White;
    text-align:center;
    text-shadow: 2px 2px 2px black;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding-top: 65px;
}

.Platform_Desktop_Plug
{
    position: absolute;
    moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.Platform_Desktop_Plug .title
{
    line-height: 25px;
    font-weight: bold;
    padding-left: 5px;
    position: relative;
}
.Platform_Desktop_Plug .title span.close
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.hoteam-login-top-img
{
      width: 100%;
      height:95px;
      margin-left: 30px;
}
.hoteam-login-center-left
{
    width:672px;
    height:456px;
    float:left;
    background:url(../Platform/Image/Login/WelcomeImageLeft.png) no-repeat center;
}
.hoteam-login-center-right
{
    float: right;
    width: 300px;
    margin-top: 45px;
    margin-right:8px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    position:relative;
}

/*第一迭代 19518 开始  李金岳 添加三员单独样式 2020-5-22*/
.hoteam-login-center-right.three-role {
    margin-top: 25px;
}
/*19518 结束*/

.hoteam-login-center-right-d {
    background: #fff;
    background: rgba(255,255,255,0.1);
    filter: Alpha(opacity=10);
    height: 100%;
    background:linear-gradient(-135deg,transparent 3em,rgba(255,255,255,0.15) 0);
}
.hoteam-login-center-right-c
{
    width: 100%;
    position: relative;
    padding: 16px;
}
#lblPluginDownLoad
{
    display: inline-block;
    float: right;
    font-size: 12px;
    cursor:pointer; 
    padding-top:10px;
}
.Login_WelcomeLabel
{
    color: #fff;
    height: 40px;
    line-height: 32px;
    width: 240px;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.login-center-item-img
{
    position:absolute;
    left:8px;
    top:10px;
    opacity:0.6;
}
.login-autologin-img
{
     display:inline-block;
     margin-bottom: -3px;
     cursor:pointer;
}
.login-autologin-text
{
     display:inline-block;
     cursor:pointer;
     color:#fff;
     font-size:12px;
}
.login-advanced-setting-img
{
    margin-bottom:-3px;
    cursor:pointer;
}
#advancedsetting
{
    color: #fff;
    font-size: 12px;
    cursor:pointer; 
}
.login-advanced-setting-c
{
    display:none;
}
.login-center-item
{
    margin-bottom: 24px;
    position: relative;
}
.login-center-item .login-center-item-sel
{
    width:330px;
    height:30px;
    background-color:#fff !important;
    cursor:pointer;
}
.login-center-item-selul
{
    position: absolute;
    background-color:#fff;
    background: rgba(255,255,255,0.85);
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 3px;
    list-style: none;
    width: 130px;
    filter:alpha(opacity=85);
}
.login-center-item-selul-new
{
    width: 260px;
}
.login-center-item-selul li
{
    /* height: 30px; */
    padding-left:10px;
    padding-top:6px;
    padding-bottom:6px;
    border-bottom:1px solid #cccccc;
    position:relative;
    font-size:12px;
    /*第一迭代 19518 开始  李金岳 2020-5-22*/
    overflow:hidden;
    /* text-overflow:ellipsis; */
    word-wrap: break-word;
    /*19518 结束*/
}
.login-center-item-half .login-center-item-down
{
    position:absolute;
    right:10px;
    top:8px;
    cursor:pointer;
}
.login-center-item input
{
    height: 34px;
    padding: 0 12px 0 30px;
    line-height: 34px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 2px;
    color:#fff;
}
.login-center-item .login-center-item-tip
{
    position:absolute;
    left:30px;
    color:#fff;
    top:10px;
}
.login-center-item-half .login-center-item-tip
{
    position: absolute;
    left: 15px;
    top: 8px;
    color:#fff;
}
.login-center-item-half input
{
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    /*第一迭代 19518 开始  李金岳 2020-5-22*/
    padding-right: 20px;
    text-overflow: ellipsis;
    /*19518 结束*/
}
.login-center-autoLogin
{
    margin-top:-12px;
}
.login-center-loginBtn
{
    margin-top:16px;
}
.login-center-loginBtn div
{
    width:260px;
    height:34px;
    font-size:14px;
    line-height: 34px;
    text-align: center;
    cursor:pointer;
    border-radius:4px;
}
.Login_Bottom
{
    text-align: center;
    padding-top: 25px;
}
.login-advanced-setting
{
    padding: 10px 0 0 0;
}
.login-advanced-setting-bottom
{
    width:100%;
    overflow:hidden;
    color:#fff;
    white-space: nowrap;
}
.login-center-item-half {
    display: inline-block;
    width: 130px;
    position:relative;
    margin: 8px 0px;
}
.login-center-item-half-new {
    display: inline-block;
    width: 260px;
    position:relative;
    margin: 0px 0px 24px 0px;
}
.login-input-focus
{
    border:1px solid #fff !important;        
}
.login-center-item-img-focus
{
   opacity:1;
}
.hoteam-login-bottom-content
{
    font-size:12px;
    height:25px;  
}

#DownLoadAPluginList li.title
{
    padding: 10px 0 5px 0;
    display: inline-block;
    font-weight: 600;
}
#DownLoadAPluginList li.description
{
    padding: 5px 0 10px 0;
    border-bottom: 1px dashed #ccc;
    color: #565656;
}

.hoteam-login-license
{
    position: absolute;
    bottom: -36px;
    color: #FFE6E6;
    padding-left: 10px;    
}

.hoteam-login-qrcode{
    text-align:center;
    color:white;
}

    .hoteam-login-qrcode > img {
        width: 120px;
        height: 120px;
        margin: 20px 0 10px 0;
        border: 10px solid white;
    }

.hoteam-login-scan {
    height: 40px;
    margin-left: 32%;
}

    .hoteam-login-scan > img {
        background: url(../platform/Image/Login/LoginPageScan.png) no-repeat center;
        width: 16px;
        height: 16px;
        padding: 9px;
        float: left;
    }

    .hoteam-login-scan > p {
        float: left;
        margin-left: 10px;
    }

.hoteam-login-badge {
    position: relative;
    float: right;
    padding: 25px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 0px;
}


.hoteam-login-badge-qrcode {
    background: url(/Platform/Image/Login/LoginPageQRcode.png) no-repeat center;
}

.hoteam-login-badge-pc {
    background: url(/Platform/Image/Login/LoginPageComputer.png) no-repeat center;
}

.hoteam-login-badge:hover{
    opacity:1;
}

.login-center-loginBtn-wait {
    background: url("/Base/Image/loginloading.gif") 20% 50% no-repeat;
    background-size: 20px;
    cursor: default !important;
}
.titleAreaTextPosition {
    position: absolute;
    top: 0;
    right: 40px;
}
/*.ClassicHomePage_MainPageMenu
{
    margin:0 15px;
    margin-bottom:-3px;
    cursor:pointer;
}*/
.ClassicHomePage_MainPageMenu {
    float: right;
    height: 34px;
}

    .ClassicHomePage_MainPageMenu .basesprite {
        margin: 10px;
        cursor: pointer;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
        opacity: 0.7;
    }

        .ClassicHomePage_MainPageMenu .basesprite:hover {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        }
    .ClassicHomePage_MainPageMenu #clipBoardBtn {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 99999;
    }

.ClassicHomePage_Line {
    float: right;
    height: 14px;
    margin-top: 12px;
    width: 1px;
    background: #fff;
}

.classicHomePage_input_c {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    padding-right: 28px;
    position: relative;
}

.classicHomePage_input {
    color: #fff;
    border: none;
    height: 20px;
    padding: 0 6px;
}

.classicHomePage_input_split {
    position: absolute;
    top: 4px;
    right: 26px;
    height: 12px;
    width: 1px;
    background: #ccc;
}

.classicHomePage_input_placeholder {
    position: absolute;
    left: 6px;
    top: 2px;
    color: white;
}

span.classicHomePage_input_img {
    position: absolute;
    right: 5px;
    width: 16px;
    height: 16px;
    top: 2px;
    margin: 0px !important;
}

.ClassicHomePage_MainPageMenu_Text {
    color: #fff;
    height: 100%;
    line-height: 36px;
    padding: 0 6px;
}

.ClassicHomePage_MainPageWelcome {
    height: 100%;
    line-height: 38px;
    margin-right: 15px;
    font-size: 12px;
    display: inline-block;
}

.PersonalSettingNote {
    font-size: 11px;
}

    .PersonalSettingNote > .hoteam-label {
        font-size: 11px;
        width: 99%;
    }

.ClassicHomePage_Top, .ClassicHomePageTop_Layout, .ClassicHomePageBottom_Layout {
    overflow: hidden;
}

.classicHomePage_setting_ul {
    position: absolute;
    border: 1px solid #ccc;
    padding: 0 6px;
    background: #fcfcfc;
    z-index: 99999;
    display: none;
    width: 90px;
}

    .classicHomePage_setting_ul li {
        padding: 3px 3px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .classicHomePage_setting_ul li .basesprite {
            position: relative;
            top: 3px;
            margin-right: 5px;
        }

.classicHomePage_setting_li_hover {
    background: #fff;
}

.classicHomePage_setting_ul li a 
{
    color: #333;
    text-decoration: none;
    /*28933 �����*/
    display:inline-block;
    width:100%;
}

#homePage_collection, #homePage_history {
    position: absolute;
    width: 300px;
    right: -300px;
    z-index: 100;
    transition: right 500ms;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
}

.homePage-setting-item {
    display: inline-block;
    width: 146px;
    height: 28px;
    margin: 0 5px;
}

    .homePage-setting-item span {
        display: inline-block;
        width: 84px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
        margin-right: 8px;
    }

    .homePage-setting-item input {
        width: 14px;
        height: 14px;
        float: left;
        position: relative;
        top: -2px;
    }

.homePage-setting-row {
    margin-top: 1em;
    line-height: 2em;
}

    .homePage-setting-row > span {
        display: inline-block;
        width: 60px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
        margin-right: 8px;
    }

.homePage-setting-cols {
    display: inline-block;
    width: 186px;
}

    .homePage-setting-cols input {
        width: 160px !important;
        background: #fff !important;
    }

.HomePage-SearchTypeUI {
    position: absolute;
    border: 1px solid #ccc;
    border-bottom: none;
    width: 174px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 999;
}

    .HomePage-SearchTypeUI li {
        position: relative;
        padding: 4px 20px 4px 10px;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 26px;
    }

        .HomePage-SearchTypeUI li:hover {
            background-color: rgb(238, 238, 238);
        }

        .HomePage-SearchTypeUI li span {
            position: absolute;
            right: 8px;
            top: 4px;
            display: none;
        }

.SmartHomePage_UserContainer
{
    float: right;
    line-height: 44px;
    padding: 0 20px;
    cursor:pointer;
}

.SmartHomePage_Message
{
    float: right;
    line-height: 44px;
    padding:0 26px;
    cursor:pointer;
    position:relative;
    font-size:12px;
}
.SmartHomePage_Message_Num
{
    position: absolute;
    min-width: 16px;
    height: 15px;
    left: 48px;
    top: 6px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 26px;
    text-align: center;
    display:none;
}

.SmartHomePage_User_ul
{
    position:absolute;
    display:none;
    border: 1px solid #cdcdcd;
    border-radius:2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    width:90px;
    font-size:12px;
    z-index:10000;
}
.SmartHomePage_User_ul li
{
    padding:8px 10px;  
}
.SmartHomePage_User_ul li a:hover
{
    text-decoration:underline;
}
.SmartHomePage_User_Arrow
{
    position: absolute;
    height: 0;
    width: 0;
    border: 7px solid rgba(0,0,0,0);
    border-bottom-color: #f6f6f9;
    left: 65px;
    top: -14px;    
}
.HomePage_Collection
{
    position:absolute;
    width:100px;
    height:0px;
    background-color:#fff;
    border:1px solid #ddd;
    z-index:999999;
    display:none;
}
.HomePage_Collection .QuickNavigation
{
    margin:0;    
}
.HomePage_Collection li
{
    cursor: pointer;
    padding: 0 0 0 15px;
    height:28px;
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position:relative;
    border-bottom:1px solid #eee;
    font-size:12px;
}
.HomePage_Collection li .collect-trash
{
    position:absolute;
    right:0px;
    top:6px;
    display:none;
}
.HomePage_Collection .HomePage_Collection_c
{
    width:100%;
    height:100%;
    overflow:auto;    
}
.HomePage_Collection .collection-p
{
    text-align: center;
    height: 37px;
    padding-top: 20px; 
    position:relative;
}
.HomePage_Collection .collection-p .p_delete
{
    position: absolute;
    left: 134px;
    top: 4px;
    display:none;
}
.HomePage_Collection .collection-p img
{
    width:20px;
    height:20px;   
}
.HomePage_Collection .collection-t
{
    text-align: center;
    padding-top: 10px;
    font-size:12px;
}
.Message_Err {
    font-family: Helvetica, Tahoma, Arial, "微软雅黑", "宋体", sans-serif;
    color: #999;
    font-size: 11px;
}

.IFrame_Layout {
    overflow: hidden;
}

.import {
    /*margin-top: 30px;*/
}

.import  .importFileTip-container
{
    display:none;
}

    .import ul {
        /*height: 30px;*/
        width: 250px;
        margin: 10px 12px;
    }

        .import ul li {
            float: left;
            width: 150px;
        }

            .import ul li.title {
                width: 50px;
            }

            .import ul li span.filename {
                position: absolute;
                top: 11px;
                width: 200px;
                padding-left: 5px;
                height: 20px;
                text-overflow: ellipsis;
                word-break: break-all;
                word-wrap: break-word;
                overflow: hidden;
                white-space: nowrap;
            }

            .import ul li span.filenamecontainer {
                left:115px;
                background-color:white;
            }

.titleArea {
    height: 38px;
}

    .titleArea .left {
        float: left;
    }

    .titleArea .right {
        float: right;
        height: 40px;
    }

.titleAreaText {
    color: white;
    font-size: 12px;
    right: 0;
}

.bottomArea {
    position: absolute;
    height: 20px;
    width: 100%;
    border-top: 1px solid #ccc;
}

.bottomAreaText {
    font-size: 12px;
    position: relative;
    right: 0;
    cursor: pointer;
}

.HomePageLogoContainer {
    height: 34px;
    width: 25px;
    line-height: 34px;
    float: left;
    margin-left: 8px;
}

.HomePageLogo {
    position: relative;
    margin-top: 4px;
}

.HomePage_SystemLabel {
    color: #fff;
    font-size: 18px;
    margin-left: 18px;
    float: left;
    line-height: 34px;
}

.HomePage_Toggle {
    color: #fff;
    float: left;
    line-height: 38px;
    margin-left: 17em;
    cursor: pointer;
    margin-top: 11px;
}

.HomePage_Collection_Container {
    float: right;
    width: 100px;
    height: 38px;
    line-height: 38px;
}

    .HomePage_Collection_Container .HomePage_CollectionTitle {
        display: inline-block;
        color: white;
        margin-left: 16px;
        margin-right: 5px;
        cursor: pointer;
        font-size: 12px;
    }

    .HomePage_Collection_Container .HomePage_Collection_down {
        margin-bottom: -3px;
        cursor: pointer;
    }

.MainFlat_Left {
    height: 24px;
    width: 5px;
}

.MainFlat_Center {
    width: 100%;
}

.MainFlat_Right {
    height: 24px;
    width: 5px;
}

.MainFlat_Border {
    height: 150px;
    min-width: 158px;
}

.MainFlat_Title {
    font-size: 12px;
}

.HoteamUI_SelectedList_UL li {
    padding: 5px;
    margin-bottom: 2px;
    font-size: 12px;
    position: relative;
    background-color: #eee;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-right:25px;
}

    .HoteamUI_SelectedList_UL li span.HoteamUI_SelectedList_UL_ICON {
        width: 16px;
        height: 16px;
        float: left;
        margin-top: 1px;
        margin-right: 5px;
    }

    .HoteamUI_SelectedList_UL li span.HoteamUI_SelectedList_UL_delete {
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }

.Home_Page_ShortCut_Container {
    margin: 5px 2px 5px 2px;
    border: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.Home_Page_ShortCut_top {
    height: 5px;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.HoteamUI_SelectedTip_labName {
    width: 50px;
    height: 28px;
    color: Black;
    position: absolute;
    border-right: none;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    margin-left: 2px;
}

.HoteamUI_SelectedTip_content {
    height: 28px;
    margin-left: 52px;
    line-height: 28px;
    margin-right: 1px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tree-operate-container {
    position: absolute;
    top: 50%;
    margin-top: -96px;
    height: 70px;
    width: 100%;
    left: 8px;
}

.tree-operate {
    height: 22px;
    width: 25px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    border-radius: 2px;
    cursor: pointer;
}

    .tree-operate:hover {
        background-color: #eee;
    }

.tree-operate-right {
    background: url(../Platform/Image/common/rightAngle.png) center no-repeat;
}

.tree-operate-doubleright {
    background: url(../Platform/Image/common/rightDoubleAngle.png) center no-repeat;
}

.tree-operate-left {
    background: url(../Platform/Image/common/leftAngle.png) center no-repeat;
}

.tree-operate-doubleleft {
    background: url(../Platform/Image/common/leftDoubleAngle.png) center no-repeat;
}

.SelectedList {
    height: 100%;
}

.HoteamUI_SelectedList_UL {
    padding: 5px;
    overflow: auto;
    height: 100%;
}

.HoteamUI_SelectedList_UL_HiddenRemove li {
    background-color: #fff;
}

.HoteamUI_SelectedList_UL_HiddenRemove .HoteamUI_SelectedList_UL_delete {
    display: none;
}

.smart-list-btns {
    margin-top: 5px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.treeview-query-container {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    height: 28px;
    width: 100%;
    overflow: hidden;
    padding-top: 2px;
}

.treeview-query-search {
    position: relative;
    padding-right: 50px;
    padding-left: 8px;
}

.treeview-query-search-input-a {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 51px;
    right: 0px;
    top: 0px;
    background: #fff;
}


.treeview-query-search input {
    border: none;
    height: 22px;
    box-shadow: none;
    padding-right: 16px;
    padding-left: 8px;
}

    .treeview-query-search input:focus {
        outline: none;
        border: none;
        border-color: #fff;
        box-shadow: none;
    }

.treeview-query-more {
    position: absolute;
    right: 0px;
}

.treeview-query-split {
    height: 12px;
    position: absolute;
    width: 1px;
    right: 26px;
    top: 5px;
    background: #ccc;
}

.treeview-query-img {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 21px;
    right: 0px;
    top: 0px;
}

.treeview-query-search-input {
    border: 1px solid #ccc;
    padding-right: 50px;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}

.treeview-query-search-trash {
    position: absolute;
    right: 53px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}

.treeview-query-more {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 100%;
    top: 0;
    cursor: pointer;
}

.treequery-query-search {
    position: relative;
    padding-right: 68px;
    padding-left: 8px;
}

.treequery-query-search.hideNextAndPrev {
    padding-right: 26px;
}

.treequery-query-search.hideNextAndPrev .treequery-query-more {
    width:26px;
}

.treequery-query-search.hideNextAndPrev .treequery-query-more .b-gray-prev,
.treequery-query-search.hideNextAndPrev .treequery-query-more .b-gray-next{
    display:none;
}

.treequery-query-search.hideSearchMenu {
    padding-right: 8px !important;
}

.treequery-query-search.hideSearchMenu .treequery-query-more {
    display:none !important;
}

.treequery-query-search-input-a {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 31px;
    right: 0px;
    top: 0px;
    background: #fff;
}


.treequery-query-search input {
    border: none;
    height: 22px;
    box-shadow: none;
    line-height:22px;
}

    .treequery-query-search input:focus {
        outline: none;
        border: none;
        border-color: #fff;
        box-shadow: none;
    }

.treequery-query-split {
    height: 12px;
    position: absolute;
    width: 1px;
    right: 25px;
    top: 5px;
    background: #ccc;
}

.treequery-query-img {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 21px;
    right: 0px;
    top: 0px;
}

.treequery-query-search-input {
    border: 1px solid #ccc;
    padding-right: 30px;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}

.treequery-query-more {
    position: absolute;
    right: 0px;
    width: 68px;
    height: 100%;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

    .treequery-query-more span {
        margin-top: 4px;
        float: left;
        margin-left: 4px;
    }


.ui-dialog .ui-dialog-content[pagepagename="GuideManagement"] {
    background-color: #F7F7F7;
}

.ui-dialog .ui-dialog-content [cid="GuideManagement_Page"] {
    background: #ffffff;
}

[cid="Message_LayoutContainer"] {
    background-color: #F7F7F7;
}

[cid="Message_Textbox"] > textarea.form-control[readonly] {
    background-color: #ffffff;
}

[pagepagename="ViewObject"] .hoteam-ctrl-image-container > div {
    border: none;
}

/*[pagepagename="ViewObject"] .hoteam-ctrl-image-container > div:hover {
        border: 1px solid #ccc;
    }*/

.ClassicHomePage_Navigation_Toggle {
    border-bottom: 1px solid #c6c6c6;
    height: 100%;
}


.hoteam-navigation-toggle-slide > .accordion-toggle-text {
    display: none;
}

.hoteam-navigation-toggle-slide > .accordion-toggle-icon {
    margin-left: 1px;
}

.accordion-toggle-text {
    display: inline-block;
    line-height: 26px;
    margin-left: 16px;
    vertical-align: bottom;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break:break-all;
}

.accordion-toggle-icon {
    display: inline-block;
    margin-left: 16px;
    margin-top: 6px;
    width: 30px;
    height: 16px;
    vertical-align: top;
    cursor: pointer;
}

.Confirm_Content,
.DeleteObject_Content,
.ExportPage_MessageCtrl {
    padding: 6px;
    margin-left: 6px;
    margin-right: 6px;
    border: #E0E0E0 1px solid;
}

.confirm-message {
    height: 100%;
    overflow: auto;
}

    .confirm-message > img {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 1em;
    }

    .confirm-message > p {
        line-height: 24px;
    }

[cid="Message_Content"], [cid="Message_Label"], [cid="DeleteObject_Content"] {
    overflow: auto;
}

.HoteamUI_SearchHistoryUI {
    position:absolute;
    width:188px;
    border:1px solid #ccc;
    background:#fff;
    z-index:99999;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px;
    border-radius: 3px;
}
.HoteamUI_SearchHistoryUI li{
    position:relative;
    padding:4px 20px 4px 10px;
    cursor:pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height:26px;
}

.HoteamUI_SearchHistoryUI li:hover{
    background-color: rgb(238, 238, 238);
}

.HoteamUI_SearchHistoryUI_AllClear {
    border-top: 1px solid #ccc;
    color: #337ab7;
}

[pagepagename="MailMainBody"] textarea.form-control[readonly],
[pagepagename="MailPlugin"] textarea.form-control[readonly] {
    background-color: #ffffff;
    box-shadow: none;
}

    [pagepagename="MailMainBody"] textarea.form-control[readonly]:focus,
    [pagepagename="MailPlugin"] textarea.form-control[readonly]:focus {
        outline: none;
        border-color: #ccc;
        box-shadow: none;
    }

.hoteam-selectlist-top {
    background-position: -128px -48px;
    background-repeat:no-repeat;
    position: absolute;
    right: 60px;
    display: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.hoteam-selectlist-down {
    background-position: -144px -48px;
    background-repeat:no-repeat;
    position: absolute;
    right: 38px;
    display: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.hoteam-formbuilder-radiolist-textunderline li {
    text-decoration: underline;
}

/* 处理 ie 弹窗树展开异常问题 */
.hoteamDialog div[ctrlpagename="TreeViewCtrl"] .Tree.isIE .hoteam-tree {
    overflow-x: scroll;
    overflow-y: auto;
}

/* 流程审批 提交按钮 */
.hoteam-workFlow-auditButton {
	background-color:#157EC6 !important;
	border-radius:4px;
	border:1px solid rgb(131, 131, 131);
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
    line-height:0;
	text-decoration:none;
    height: 28px;
    transform: translateY(-50%);
    margin: 0;
}
.hoteam-workFlow-auditButton:hover {
	background-color:#0869ae !important;
    color:#ffffff;
}

.MainFlat_A
{
    min-width:180px;    
}
.MainFlat_B
{
    min-width:180px;    
}
.MainFlat_C
{
    min-width:180px;    
}
.MainFlat_LayoutContainer
{
    min-width:880px;  
}
.MainFlat_Title_Img
{
    background:url(../Platform/Image/common/MainFlatTitle.png);
    display:inline-block;
    height:15px;
    width:15px;
    margin-bottom:-2px;
}
.Office {
    height: 100%;
    width: 100%;
}
/****MenuPreview创意菜单*****/
.OriginalityHomePage_Navigation, .OriginalityHomePageNavigation_MenuPreview {
    overflow: hidden;
}

.MenuPreview {
    position: absolute;
    right: 0px;
    *+right:2px;
    z-index: 999999;
}
/*菜单组*/
.hoteam-MenuPreview-Menu {
    padding: 2px;
    padding-bottom: 4px;
    text-align: center;
    width: 20px;
    cursor: pointer;
    overflow: hidden;
    line-height: 14px;
}

.hoteam-MenuPreview-Menu-hover {
}

/*分页 箭头*/
.MenuPreviewPageMove {
    display: none;
    margin: 3px;
    cursor: pointer;
}

    .MenuPreviewPageMove:hover {
    }

/*子菜单层*/
.hoteam-MenuPreview-Menu-sub {
    display: none;
    position: absolute;
    border-width: 5px;
    border: 1px solid #ccc;
    background-color: #eee;
    z-index: 2000;
    overflow: auto;
}

/*子菜单项*/
.hoteam-MenuPreview-Menu-sub-Menu {
    position: relative;
    display: block;
    width: 100px;
    height: 90px;
    text-align: center;
    float: left;
    overflow: hidden;
}

/*子菜单项: 快捷方式按钮*/
.hoteam-MenuPreview-Menu-sub-Menu-quickNav {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    display: none;
}


/*全部子菜单层：表格*/
.MenuPreview-allMenu-sub-table {
    margin-top: 10px;
    font-size: 14px;
}
/*查询器控件*/
.QueryMachine {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.hoteam-QueryMachine {
    width: 100%;
    height: 100%;
    min-width: 200px;
}

.hoteam-QueryMachine-c {
    height: auto;
}

.querymachine-filter-containter {
    height: 26px;
    position: relative;
    /*margin-left: 10px;*/
}

.querymachine-filter {
    height: 40px;
    padding: 7px 0;
}

    .querymachine-filter > * {
        float: right;
    }

    .querymachine-filter .basesprite {
        cursor: pointer;
    }

    .querymachine-filter > span {
        position: relative;
        top: 4px;
    }

.querymachine-filter-label {
    width: 64px;
    display: inline-block;
}

    .querymachine-filter-label span {
        width: 100%;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: right;
        padding-right: 6px;
    }

.querymachine-filter-input {
    height: 26px;
    width: 100%;
}

.querymachine-filter-text-c {
    height: 26px;
    line-height: 26px;
}

.querymachine-filter-containter .querymachine-trash {
    position: absolute;
    top: 6px;
    right: 5px;
}

.querymachine-filter-textValue {
    padding-right: 24px;
    background-color: #fff !important;
    cursor: pointer;
}

.querymachine-filter-dropDown {
    background-color: #fff !important;
    cursor: pointer;
}

.querymachine-filter-dateTime {
    background-color: #fff !important;
    cursor: pointer;
    border-right: none;
}

.querymachine-filter-multiSelectDropDown {
    background-color: #fff !important;
    cursor: pointer;
}

.querymachine-filter-checkBox {
    position: relative;
    top: 6px;
}

.querymachine-filter-radioList {
    top: 6px;
    position: relative;
}

.querymachine-filter-radioList-c span {
    position: relative;
    top: 4px;
}

.querymachine-filter-required {
    width: 16px;
    text-align: center;
    color: red;
    position: relative;
    top: 2px;
}

.querymachine-direction-label {
    width: 100% !important;
}

.querymachine-direction-label span {
    text-align: unset !important;
}

.querymachine-filter-checkboxList-c {
    display: flex;
    flex-wrap: wrap;
}

.TimeLine {
    overflow: auto;
    height: 100%;
}

.hoteam-queryView-name {
    display: inline-block;
    width: 510px;
}

.zrvml {
    z-index: 0 !important;
}

.Filetransfer, .Report {
    position: relative;
}
/*下载列表*/
.cl:after {
    content: '';
    display: block;
    zoom: 1;
    clear: both;
}

.fl {
    float: left;
}

.platform-file-item {
    display: block;
    margin-top: 8px;
}

    .platform-file-item:hover .platform-file-name {
        color: blue;
    }

.platform-file-name {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

.platform-file-img {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

    .platform-file-img img {
        width: 100%;
        height: 100%;
    }

.FileUpload {
    width: 100%;
    height: 100%;
}


.formbuilder-control-file {
    font-size: 0;
    padding: 5px;
    color: #333333;
}

.formbuilder-control-file-img {
    height: 100%;
    width: 100%;
}

.formbuilder-control-file-img-default {
    height: 16px;
    width: 16px;
}

.formbuilder-control-file > a {
    background: #fff;
    padding: 3px 6px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    cursor: default;
    clear: both;
    display: inline-block;
    width: 5em;
    position: relative;
    overflow: hidden;
    color: #333333;
}

    .formbuilder-control-file > a:hover {
        text-decoration: none;
    }

    .formbuilder-control-file > a .filename.filenamecontainer {
        display: none;
    }

.formbuilder-control-file img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.formbuilder-control-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: 'alpha(opacity=0)';
    /* font-size: 200px !important; */
    direction: ltr;
    height: 26px;
    cursor: pointer;
}

.formbuilder-control-file > a.formbuilder-control-file-error {
    border-color: #CE743A;
}

.formbuilder-control-file > .formbuilder-control-file-list {
    margin-top: 6px;
}

    .formbuilder-control-file .formbuilder-control-file-list-item:hover {
        background-color: #F3F3F3;
    }

    .formbuilder-control-file .formbuilder-control-file-list-item > span {
        margin-right: 0.5em;
        display: inline-block;
        vertical-align: middle;
    }

    .formbuilder-control-file .formbuilder-control-file-list-item-name > a {
        color: #333333;
    }

.formbuilder-control-file .formbuilder-control-file-button-upload > * {
    vertical-align: middle;
}

.formbuilder-control-file.formbuilder-control-file-view .formbuilder-control-file-list-item-name {
    width: 75%;
}

.formbuilder-control-file.formbuilder-control-file-view .formbuilder-control-file-list-item {
    padding-right: 2px;
}

#__echarts_download_wrap__ img {
    margin-top: 200px;
}

.UploadPreview {
    height: 100%;
}

.SelectedPagingList {
    height: 100%;
    position: relative;
}

/*第一迭代 34584  开始  李金岳 人员选择窗口，调整上一页下一页位置  2020-5-22*/
    .HoteamUI_SelectedList_Container {
        position: absolute;
        height: 28px;
        line-height: 28px;
        width: 100%;
        border-top: #c6c6c6 1px solid;
        bottom: 0;
    }

    .HoteamUI_SelectedList_Container > .HoteamUI_SelectedList_Prev {
        /*position: absolute;*/
        bottom: 0;
        /*right: 52%;*/
        float:left;
        height: 28px;
        line-height: 28px;
        padding-left: 8px;
        vertical-align: middle;
        color: #c6c6c6;
        min-width: 40px;
        width: auto;
        cursor: default;
    }

        .HoteamUI_SelectedList_Container > .HoteamUI_SelectedList_Prev.Active {
            color: #333;
            cursor: pointer;
        }
    .HoteamUI_SelectedList_Container > .HoteamUI_SelectedList_Next {
        /*position: absolute;*/
        bottom: 0;
        /*left: 52%;*/
        float:left;
        margin-left:10px;
        height: 28px;
        line-height: 28px;
        padding-left: 8px;
        vertical-align: middle;
        color: #c6c6c6;
        width: auto;
        min-width: 40px;
        cursor: default;
    }

        .HoteamUI_SelectedList_Container > .HoteamUI_SelectedList_Next.Active {
            color: #333;
            cursor: pointer;
        }

    .SelectedPagingList .HoteamUI_SelectedList_PagingInfo {
        float: right;
        margin-right:8px;
        color:#333;
        cursor:default;
    }

    .HoteamUI_SelectedList_Container > .HoteamUI_SelectedList_RemoveAll {
        /*position: absolute;*/
        bottom: 0;
        /*left: 52%;*/
        float:left;
        margin-left:10px;
        height: 28px;
        line-height: 28px;
        padding-left: 8px;
        vertical-align: middle;
        color:#c6c6c6;
        width: auto;
        min-width: 40px;
        cursor: default;
    }
    .HoteamUI_SelectedList_Container > .HoteamUI_SelectedList_RemoveAll.Active {
        color:#333;
        cursor: pointer;
    }
/* 34584  结束*/

.HoteamUI_SelectedList_UL_checkIcon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #cfcfcf;
}

.HoteamUI_SelectedList_UL_checkIcon.is-select {
    background-position: -144px -434px;
    border:none;
    border-radius:initial;
}

.HoteamUI_SelectedPagingList_UL {
    position: absolute;
    top: 0px;
    bottom: 28px;
    height: auto;
    margin: 0;
    width: 100%;
}

/*25531 李金岳*/
.Charts {
    width:100%;
    height:100%;
}

.SView ::selection {
    background-color: transparent;
}

.NewFiletransfer,.NewFiletransfer div {
    width:100%;
    height:100%;
}

/* 处理 echarts tooltip 鼠标移上会隐藏，避免鼠标移动时 tooltip 频繁显隐 */
.echarts-tooltip {
	pointer-events: none;
}
.hoteam-navigation-step
{
    
    overflow: hidden;
    white-space: nowrap;
    position:relative;
}

.hoteam-navigation-step li
{
    display: inline-block;
    position: relative;
    width:120px;
}
.hoteam-navigation-step-text
{
    text-align:center;
}
.hoteam-navigation-step-num
{
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    width: 30px;
    display: inline-block;
    margin-left: -15px;
    text-align: center;
}
.hoteam-navigation-step-c {
    position:relative;
    height:40px;
}
.hoteam-navigation-step-img {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -16px;
}
.hoteam-navigation-step-line {
    position:absolute;
    top:18px;
    right:0px;
    height: 4px;
    background: #ccc;
    width: 100%;
}
.workflow-editor {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 微软雅黑, Arial, sans-serif, Helvetica, Tahoma;
    line-height: 1.5;
    color: black;
    position: relative;
    font-size: 11px;
    z-index:999;
    /* border: 1px solid #ccc; */
}

.workflow-editor .svg-container-top {
    margin-left: 100px;
    height: 100%;
    overflow: auto;
    background: url(../img/bg.png) repeat;
}

.workflow-editor.workflow-editor-view .svg-container-top {
    margin-left: 0;
}

.workflow-editor-view rect,
.workflow-editor-view image,
.workflow-editor-view text,
.workflow-editor-view path,
.workflow-editor-view .rvml {
    cursor: default !important;
}

.workflow-editor .svg-container {
    position: relative;
    height: 100%;
    /* overflow: hidden; */
}

.workflow-editor .flow-tools {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 90px;
    cursor: default;
    padding: 3px;
    background-color: #f2f5f7;
    border-right: 1px solid #ccc;
    /* overflow: auto; */
}

.workflow-editor .flow-tools>.flow-tools-content {
    overflow: auto;
    position: absolute;
    top: 36px;
    bottom: 0;
    right: 0;
    left: 0;
}

.workflow-editor .flow-tools-header {
    line-height: 2em;
    text-align: center;
    margin-bottom: 5px;
    background: #e8e8e8;
}

.workflow-editor .flow-tools-node {
    padding: 6px 0;
    cursor: pointer;
    user-select: none;
}

.workflow-editor .flow-tools-node:hover {
    background-color: #e6e6e6;
}

.workflow-editor .flow-tools-node>img {
    width: 16px;
    height: 16px;
    margin: auto;
    display: block;
    margin-bottom: 3px;
}

.workflow-editor .flow-tools-node>span {
    display: block;
    text-align: center;
}

.workflow-editor .selected {
    background-color: #E6E6E6;
}

.workflow-editor tspan::selection {
    background-color: rgba(0, 0, 0, 0);
}

.workflow-editor-select-range {
    position: absolute;
    border: #3399FF 2px solid;
    background-color: #6E6E6E;
    opacity: 0.1;
    display: none;
    width: 0px;
    height: 0px;
    /* z-index: 99; */
}

.workflow-editor-select-range-nodes {}


.workflow-editor-select-range-node {
    position: absolute;
    /* z-index: 9999; */
    cursor: move;
}

.workflow-editor .flow-tools.flow-tools-select .node-align {
    opacity: .5;
    filter: Alpha(opacity=50);
    display: none;
}

.flow-tools-node.selectRange {
    display: none !important;
}

.workflow-editor-overlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    opacity: 0.1;
    z-index: 9999999;
    display: none;
}

.workflow-editor-overlayer-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 22px;
    background-color: #ffffff;
    opacity: 0.1;
    z-index: 999;
    display: none;
}

.workflow-editor-overlayer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22px;
    background-color: #ffffff;
    opacity: 0.1;
    z-index: 999;
    display: none;
}

.workflow-editor-select-range-node {
    background: red;
    opacity: 0;
}

.workflow-editor-tools-ul {
    position: absolute;
    top: 0;
    z-index: 10;
    background: #f9f9f9;
    height: calc(100% - 18px);
    width: 25%;
    border-top: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    flex-direction: column;
}


.workflow-editor-tools-ul-title {
    height: 28px;
    width: 100%;
    line-height: 28px;
    font-size: 13px;
    padding: 0 30px 0 10px;
    border-bottom: 1px solid #cfcfcf;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.workflow-editor-tools-ul-title::after {
    content: '>>';
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #b2a9a3;
}

.workflow-editor-tools-ul-container {
    width: 100%;
    /* height: auto; */
    flex:auto;
    overflow: auto;
}

.workflow-editor-tools-ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    user-select: none;
}

.workflow-editor-tools-ul li {
    padding: 5px 10px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* margin-top: 5px; */
    /* border-bottom: 1px solid #cfcfcf; */
}

.workflow-editor-tools-ul .flow-tools-node>span {
    display: inline;
}

.workflow-editor-tools-ul li .flow-tools-node-text {
    font-weight: bold;
    padding-right: 5px;
}

.workflow-editor-tools-ul li .flow-tools-node-description .highlight{
    color: #1f4fac;
}
.WorkflowExtendTitle_Label
{ 
    font-size:20px;
    color:Red;
}
.WorkflowExtendTitle_Label
{
    font-size:20px;
    color:Red;
}
.RadioList .hoteamRadio
{
    height:38px;
    font-size:12px;    
    margin-right:10px;
}

#WebDesignerSelectImageTemplate
{
    padding:10px;
}
.WebDesignerSelectImage
{
    /* width:16px; 
    height:16px; */
    width:26px; 
    height:26px;
    background-color:#FFFFFF;
    /* border: 1px solid #E6E6E6;   */
    overflow:hidden; 
    /* margin:5px 5px; */
    padding:5px 5px;
    float:left;
    cursor:pointer;
    position: relative;
}
.workflow-editor .svg-container-top
{
    background:url(../platform/image/Workflow/grid.png) repeat;
}

.WebDesignerSelectImage .preview-icon {
    position: absolute;
    display: none !important;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    display: block;
    background-image: url('/Base/Ctrls/EditGrid/img/imagePreview.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.WebDesignerSelectImage:hover .preview-icon {
    display: block !important;
}
.widget{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: default;
}

.widget-hover{
    cursor:pointer;
    font-weight:bold;
}

.widget-hd {
    width: 35%;
    float:left;
}
  
.widget-hd-img{
    width: 100%;
    text-align: center;
    top: 50%\9\0;
    position: relative;
    margin-top: -11px\9\0;
}
.widget-hd-img-hd{
    margin-top: -18px\9\0;
}

.widget-hd-img-hd img {
    padding:8px 0;
    padding-top:0px\9\0;
    padding-bottom:6px\9\0;
}
.widget-hd-hover{
    opacity:0.7;
    cursor:pointer;
}
.Widget{
    height:100%;
}
.widget-bd{
    width: 65%;
    padding: 0 10% 0 10%;
    float:left;
    position: relative;
    padding-top: 8px\9\0;
    text-align:center;
}

.widget-bd-count{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:32px;
}
.widget-value{
    font-size:26px;
}

.widget-bd-title{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:none;
    padding:0\9\0;
}

.widget-hd-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:none;
    color:white;
    padding:0 4px;
}


.ProgressWidget {
    width: 100%;
    height: 100%;
}
.progressWidget {
    width: 100%;
    height: 100%;
}

.progressWidget-hd {
    position: relative;
    display: table;
    float: left;
    height: 100%;
    width: 30%;
}
.progressWidget-hd-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.progressWidget-bd {
    position: relative;
    float: left;
    height: 100%;
    width: 70%;
}
.progressWidget-bd-content {
    width: 100%;
    top: 20%;
    position: relative;
    padding-right: 20px;
}
.progressWidget-bd-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    width: 60%;
    float: left;
    margin: 3px 5px 0 5px;
}
.progressWidget-bd-value{
    font-size: 16px;
}
.progressWidget-progress_bar{
    background-color: #EBEBEB;
    height: 5px;
    border-radius: 2px;
    margin-top: 8px;
    
}
.progressWidget-progress_innerbar{
    height: 100%;
    border-radius: 2px;
    width:0;
}

.progressWidget-bd_noImg{
    width: 100%;
}

.progressWidget-bd-content_noImg{
    padding-left: 10px;
}

.progressWidget-bd-title_noImg{
    width: auto;
    margin: 0;
}

.progressWidget-bd-value_noImg{
    font-size: 12px;
}
.GridWidget {
    width: 100%;
    height: 100%;
}
.gridWidget {
    width: 100%;
    height: 100%;
}
.gridWidget-hd {
    position: relative;
    display: table;
    float: left;
    height: 100%;
    width: 20%;
}
.gridWidget-hd-content {
    display: table-cell;
    vertical-align: middle;
    border-right: 2px solid;
    border-color: #EEE;
    padding-left: 25%;
}
.gridWidget-hd-content span {
    vertical-align: bottom;
    padding-left: 5px;
}
.gridWidget-bd {
    position: relative;
    display: table;
    float: left;
    height: 100%;
    width:65%;
}
.gridWidget-bd-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7%;
    text-align: center;
    width: 100%;
}
.gridWidget-ft {
    float: right;
    width: 15%;
    position: relative;
    display: table;
    height: 100%;
}
.gridWidget-ft-content {
    display: table-cell;
    vertical-align: middle;
    border-left: 2px solid;
    border-color: #EEE;
    padding-right: 32%;
    text-align: right;
}
.gridWidget-progress_bar{
    background-color: #EBEBEB;
    height: 7px;
    border-radius: 3px;
}
.gridWidget-progress_innerbar {
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: #90cef5;
}
@charset "utf-8";
p{
	padding: 0;
	margin: 0;
}
/*web uploader 自动生成的图片样式 start*/
._filelist {
	margin: 0;
	padding: 0;
}
._filelist:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	/* overflow: hidden; */
	clear: both;
}
._filelist .preview-box {
	width: 180px;
	height: 130px;
	background: url(../Platform/Ctrls/UploadPreview/uploadpreview/images/bg.png) repeat;
	text-align: center;
	margin: 0 8px 20px 0;
	position: relative;
	display: inline;
	float: left;
	overflow: hidden;
	font-size: 12px;
}
._filelist .preview-box .log {
	position: relative;
	top: -45px;
}
._filelist .preview-box .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	visibility: hidden;
	top: 5px;
	text-indent: 5px;
	text-align: left;
}
._filelist .preview-box .progress {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 8px;
	overflow: hidden;
	z-index: 50;
	margin: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
}
._filelist .preview-box .progress span {
	display: block;
	overflow: hidden;
	width: 0;
	height: 100%;
	background: #1483d8 url(../images/progress.png) repeat-x;
	-webit-transition: width 200ms linear;
	-moz-transition: width 200ms linear;
	-o-transition: width 200ms linear;
	-ms-transition: width 200ms linear;
	transition: width 200ms linear;
	-webkit-animation: progressmove 2s linear infinite;
	-moz-animation: progressmove 2s linear infinite;
	-o-animation: progressmove 2s linear infinite;
	-ms-animation: progressmove 2s linear infinite;
	animation: progressmove 2s linear infinite;
	-webkit-transform: translateZ(0);
}
/* 进度条动画 start */
@-webkit-keyframes progressmove {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 17px 0;
	}
}
@-moz-keyframes progressmove {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 17px 0;
	}
}
@keyframes progressmove {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 17px 0;
	}
}
/* 进度条动画 end */
._filelist .preview-box .imgWrap {
	width: 100%;
	height: 100%;
	z-index: 2;
	vertical-align: middle;
	overflow: hidden;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webit-transition: 200ms ease-out;
	-moz-transition: 200ms ease-out;
	-o-transition: 200ms ease-out;
	-ms-transition: 200ms ease-out;
	transition: 200ms ease-out;
}
._filelist .preview-box .previewing{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;

}
._filelist .preview-box img{
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webit-transition: 200ms ease-out;
	-moz-transition: 200ms ease-out;
	-o-transition: 200ms ease-out;
	-ms-transition: 200ms ease-out;
	transition: 200ms ease-out;
}
/* ._filelist .preview-box img {
	position: absolute;
	top: 50%;
	left: 50%;
} */
._filelist .preview-box .not-support-preview{
	font-size: 14px;
	padding: 10px 8px;
}
._filelist .preview-box .error {
	background: #f43838;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	line-height: 28px;
	width: 100%;
	z-index: 100;
}
._filelist .preview-box .retry-this,
._filelist .preview-box .del-this{
	color: #d0d0d0;
	text-decoration: none;
}
._filelist .preview-box .retry-this:hover,
._filelist .preview-box .del-this:hover{
	color: #fff;
	text-decoration: none;
}
._filelist .preview-box .success {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	z-index: 200;
	background: url(../Platform/Ctrls/UploadPreview/uploadpreview/images/success.png) no-repeat right bottom;
}
._filelist div.file-panel {
	position: absolute;
	height: 0;
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\0;
	background: rgba( 0, 0, 0, 0.5);
	background-color: #000\9;
	filter: alpha(opacity=50)\9;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 300;
}
    ._filelist div.file-panel span {
        width: 24px;
        height: 24px;
        display: inline;
        float: right;
        text-indent: -9999px;
        overflow: hidden;
        background: url('../Platform/Ctrls/UploadPreview/uploadpreview/images/webuploader-icons.png') no-repeat;
        margin: 5px 1px 1px;
        cursor: pointer;
    }
._filelist div.file-panel span.rotateLeft {
	background-position: 0 -24px;
}
._filelist div.file-panel span.rotateLeft:hover {
	background-position: 0 0;
}
._filelist div.file-panel span.rotateRight {
	background-position: -24px -24px;
}
._filelist div.file-panel span.rotateRight:hover {
	background-position: -24px 0;
}
._filelist div.file-panel span.cancel {
	background-position: -48px -24px;
}
._filelist div.file-panel span.cancel:hover {
	background-position: -48px 0;
}
/*web uploader 自动生成的图片样式 end*/

.webuploader-container {
	position: relative;
}
.webuploader-container.unable-btn .webuploader-pick{
	background-color: #94dff5;
	color: #eee;
	cursor: default;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
/*"选折图片"按钮的大小就是这个webuploader-pick的大小*/
/*.webuploader-pick {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #00b7ee;
	padding: 10px 15px; 
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}
.webuploader-pick-disable {
	background-color: #94dff5;
	color: #eee;
	pointer-events:none;
}*/
.upload_main{
    border-width: 1px;
    border-style:solid;
    border-color: #ccc;
}
.status_bar{
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	position: relative;
	vertical-align: middle;
}
.info{
	float:left;
	color:#666666;
	display: inline-block;
}
.btns{
	position: absolute;
	right: 16px;
	line-height: 30px;
    top: 6px;
}
.choose-file{
	-moz-user-select: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    color: #565656;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 18px;
    position: relative;
    text-align: center;
    line-height: 32px;
    transition: border 0.2s;
	-moz-transition: border 0.2s;
	-webkit-transition: border 0.2s;
	-o-transition: border 0.2s;
}
.choose-file:hover{
	border: 1px solid #BBB;
}
.upload_btn{
    background: none repeat scroll 0 0 #00B7EE;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 18px;
    position: relative;
    text-align: center;
    line-height: 34px;
    transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
}
.upload_btn:hover{
	background: none repeat scroll 0 0 #00A2D4;
}
.upload_preview{
    border-top:1px solid #D2D2D2;
    overflow: auto;
    padding: 10px;
    position: relative;
    min-height: 50%;
}


[cid="POMAttributeMenu"]>.hoteam-menu 
{
    right: 0;
    width: auto;
}
[cid="QueryRoleMenu"]>.hoteam-menu 
{
    right: 0;
    width: auto;
}
[cid="POMAttributeTreeContainer"]>[data-itemname="item2"]
{
   border: 1px solid #c6c6c6;
}

[cid="QueryRoleGrid"] 
{
    border: 1px solid #c6c6c6;
    border-top:none;
}

[ctrlpagename="QueryMachineQuery"][cid="Tabs_Ctrl"]
{
    border: 1px solid #c6c6c6;
    border-top:none;
    border-bottom:none;
}



.QueryHistoryTitle 
{
    display:inline-block;
    width:80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.QueryHistoryCheckBox 
{
    width:14px;
    display:inline-block;
    margin: 0 10px;
    position: relative;
    top: -5px;
}

.QueryHistoryTitleDiv 
{
    position:absolute;
    width:125px;
    left:0px;
    top:1px;
}
.QueryHistoryValueDiv 
{
    width:100%;
    padding-left:125px;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}
.QueryHistoryAllDiv 
{
    height:auto;
    height:24px;
    line-height:24px;
    max-width:500px;
    position:relative;
}
.QueryHistoryAllDivChecked 
{
    background:#D9E5EF;
}

.FormCentorNav {
    padding-left: 50px;
    padding-bottom: 20px;
    padding-top: 1px;
    background-color: #ffffff;
    overflow: scroll;
    height: 100%;
    width: 100%;
}

.FormCentorTitle {
    margin-top: 6px;
    font-size: 14px;
}

.FormCentorNavContent {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

.FormCentorItem {
    width: 200px;
    height: 68px;
    float: left;
    margin-right: 15px;
    border: solid 1px #d9dcdc;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 6px;
}

.FormCentorImg {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

.FormCentorName {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
    font-size: 14px;
    overflow-x: hidden;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web-site-setting-container {
    width: 100%;
    height: 100%;
    position: relative;
    /*background-color:#fbf0f0;*/
}

.web-site-setting-container img {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
		
/*.web-site-setting-container .tips{
	font-size: 12px;
	color: white;
	text-align: center;
	font-weight: bolder;
}*/

.web-site-setting-container .setting-container {
	width: 70%;
	height: 100%;
	float: left;
	margin-left: 15%;
	position: relative;
}

.web-site-setting-container .icon-setting-contianer {
	width: 100%;
	height: 10%;
	position: relative;
	background: #cecece;
}
	
/*icon图标*/
.icon-setting-contianer .icon-setting {
	width: 30%;
	height: 90%;
	position: absolute;
	top: 10%;
	left: 0;
}

.icon-setting-contianer .left-top-logo-setting {
    width:30%;
    height: 90%;
	position: absolute;
	top: 10%;
    left:30%;
}

/*标题*/
.icon-setting-contianer .page-title-setting {
	width: 40%;
	height: 90%;
	position: absolute;
	top: 10%;
	right: 0;
}

.icon-setting-contianer .setting-body {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
    cursor:pointer;
    text-align:center;
    overflow: hidden;
}

.left-top-logo-setting .left-top-logo {
    width:100%;
    height:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.web-site-setting-container .text-span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display:block;
}
		
/*登陆页部分*/
.login-page-setting-contaner {
	height: 90%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.login-page-setting-contaner .login-head {
	width: 100%;
	height: 15%;
	background: #e5e5e5;
}
.login-page-setting-contaner .Login_Center_WebSite {
	width: 100%;
	height: 73%;
}
.login-page-setting-contaner .login-body {
    width:100%;
    height:100%;
}
.login-page-setting-contaner .login-footer {
	width: 100%;
	height: 12%;
	background: #e5e5e5;
}

.login-page-setting-contaner .login-head .logo-setting {
	position: absolute;
    max-width:100%;
    height: 90%;
    top: 10%;
    left: 0;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}

.login-page-setting-contaner .login-head .logo-setting img {
    left: 0;
    transform: translate(0,-50%);
    margin-left:20px;
}

.login-page-setting-contaner .login-body .img-setting {
    position:absolute;
    width:65%;
    left:0;
    top:0;
    cursor:pointer;
    overflow: hidden;
}

.login-page-setting-contaner .login-footer .message {
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	min-height: 20px;
	position: relative;
    cursor:pointer;
}
.login-page-setting-contaner .login-footer .message:first-child {
	margin-top: 10px;
    margin-bottom: 5px;
}

.login-page-setting-contaner .login-footer .message:hover .text-span {
    white-space: normal;
    text-overflow: initial;
    overflow: auto;
    word-break: break-all;
}

.web-site-setting-container .menu-container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:15;
    display:none;
}

.web-site-setting-container .menu-container .menu-body {
    width:100%;
    height:100%;
}

.web-site-setting-container .cover {
    width:100%;
    height:100%;
    z-index: -1;
    background:black;
    opacity:.4;
    position:absolute;
    top:0;
    left:0;
}

.web-site-setting-container .setting-model:hover .menu-container {
    display:block !important;
}

.web-site-setting-container .menu-container .menu {
    float: right;
    /*border-left: 1px solid white;*/
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    padding: 0 5px;
    color: white;
    text-align: center; 
    cursor: pointer;
    margin-top: 3px;
    margin-right: 5px;
}

.web-site-setting-container .menu-container .menu .icon {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}

.web-site-setting-container .menu-container .menu:hover {
    font-weight: bolder;
    text-decoration:underline;
}

/*.web-site-setting-container .menu-container .menu:last-child {
    border-left:none;
}*/

.web-site-setting-container .save ,.web-site-setting-container .reset{
    display:none;
}

.web-site-setting-container .page-title-setting .download,.login-page-setting-contaner .login-footer .message .download {
    display:none;
}

.login-page-setting-contaner .login-footer .message .menu {
    margin-top:0;
}

.web-site-setting-container .is-changed .save,.web-site-setting-container .is-changed .reset {
    display:block;
}

.web-site-setting-container .icons.icon-downlod {
    background-position: -80px -459px;
}
.web-site-setting-container .icons.icon-reset {
    background-position: -105px -459px;
}
/* 20240320 恢复默认按钮图标样式 */
.web-site-setting-container .icons.icon-restore {
    background-position: -176px -272px;
}

.web-site-setting-container .icons.icon-save {
    background-position:-56px -459px;
}

/*login-waite*/
.web-site-setting-container .web-site-login-wait-body {
    background-color: #D8F0FC;
    height: 100%;
    width: 100%;
}

.web-site-setting-container .web-site-login-wait {
    height: 120px;
    position: absolute;
    width: 100%;
    background-color: #479CD1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.web-site-setting-container .web-site-login-wait .text {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.web-site-setting-container .web-site-login-wait .web-site-wait_logo {
    height:80px;
    width:100%;
    position:relative;
    overflow:hidden;
}

.web-site-setting-container .web-site-login-wait .web-site-wait_logo:hover .menu-container {
    display:block !important;
}

/*HomePage*/
.web-site-setting-container .HomePage_Container{
    width: 100%;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #0869AE;
}

.web-site-setting-container .HomePage_Container .left-top-logo-setting {
    width: 230px;
    height: 25px;
    left: 0;
    top: 4px;
    position: absolute;
    overflow: hidden;
}

.web-site-setting-container .left-top-logo-setting:hover .menu-container {
    display:block !important;
}

.web-site-setting-container .home-page-example-container{
    background:url("/Platform/WebSiteSetting/Image/homePageExample.png") no-repeat;
    background-size:100% 100%;
    position: absolute;
    left:0;
    top:38px;
    width:100%;
    height:calc(100% - 38px);
    /*filter: blur(6px);*/
}

.web-site-setting-container.HomePage .theme-tips {
    display:none;
}

.web-site-setting-container.HomePage .themes-select-body {
    background:none;
    color:#fff;
}

.web-site-setting-container.HomePage .theme-select-list {
    color:black;
}

/*icon page*/
.web-site-setting-container .icon-page-container {
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ededed;
}

.web-site-setting-container .icon-page-bg {
    background:url("/Platform/WebSiteSetting/Image/iconHomePageExample.png") no-repeat;
    background-size:100% 100%;
    position: absolute;
    left:0;
    top:32px;
    width:100%;
    height:calc(100% - 32px);
    z-index:-1;
}

.web-site-setting-container .icon-page-body {
    bottom: 0;
    width: 260px;
    height: 32px;
    position: absolute;
    left: 10px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    cursor: default;
}

.web-site-setting-container .icon-page-container .setting-body {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
    cursor:pointer;
    text-align:left;
    overflow: hidden;
}

.web-site-setting-container .icon-page-container .icon-page-tab-icon {
	width: 32px;
    height: 32px;
    position: absolute;
    left: 5px;
}

.web-site-setting-container .icon-page-container .icon-page-tab-icon img {
    width:20px;
    height:20px;
}

.web-site-setting-container .icon-page-container .icon-page-tab-title {
	width: 220px;
    height: 32px;
    position: absolute;
    right: 0;
    font-size:12px;
    line-height:32px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.web-site-setting-container .icon-page-container .page-title-setting .text-span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display:block;
}

.web-site-setting-container .icon-page-container .icon-page-body-before, .web-site-setting-container .icon-page-container .icon-page-body-after {
    width:10px;
    height:100%;
    background:#fff;
}

.web-site-setting-container .icon-page-container .icon-page-body-after {
    position:absolute;
    left:270px;
    top:0;
}

.web-site-setting-container .icon-page-container .icon-page-body-before .icon-cover, .web-site-setting-container .icon-page-container .icon-page-body-after .icon-cover{
    width:100%;
    height:100%;
    background:#ededed;
}

.web-site-setting-container .icon-page-container .icon-page-body-before .icon-cover {
    border-radius:0 0 5px 0;
}

.web-site-setting-container .icon-page-container .icon-page-body-after .icon-cover {
    border-radius:0 0 0 5px;
}

.web-site-setting-container .icon-page-setting-window {
    width: 500px;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #cfcfcf;
    text-align: center;
    background:#fff;
}

.web-site-setting-container .icon-page-setting-window .icon-set-tips {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-top: 15px;
}

.web-site-setting-container .icon-page-setting-window .title-set-tips {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-top: 10px;
}

.web-site-setting-container .icon-page-setting-window .icon-set-container {
    position: relative;
    width: 100%;
    height: 120px;
    /*margin-top: 15px;*/
}

.web-site-setting-container .icon-page-setting-window .icon-set-container .icon-set {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    top: 50%;
    /*border: 1px solid #cfcfcf;*/
    transform: translate(-50%, -50%);
    border-radius: 5px;
    overflow:hidden;
    cursor:pointer;
}

.web-site-setting-container .icon-set-container .icon-set .menu.save {
    display:none !important;
}

.web-site-setting-container .icon-page-setting-window .icon-set:hover .menu-container {
    display:block !important;
}

.web-site-setting-container .icon-page-setting-window .title-set-container {
    height: 50px;
    width: 100%;
    /*margin-top: 15px;*/
}

.web-site-setting-container .icon-page-setting-window .title-set {
    width: 70%;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    text-align: center;
    margin-top: 8px;
    font-weight: bolder;
    padding:0 5px;
    text-overflow: ellipsis;
}

.web-site-setting-container .icon-page-setting-window .web-site-save {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 20px;
}

.web-site-setting-container .icon-page-setting-window .web-site-save span {
    /*display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #0869ae;
    border-radius: 5px;
    color: #fff;
    font-weight: bolder;*/
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #b6bcc0;
    border-radius: 5px;
    color: #fff;
    font-weight: bolder;
    cursor: no-drop;
}

.web-site-setting-container .icon-page-setting-window.change-set .web-site-save span {
    background: #0869ae;
    cursor:pointer;
}


/*主题下拉*/
.web-site-setting-container .themes-select-container{
    position: absolute;
    top: 5px;
    right: 20px;
    z-index:20;
}

.web-site-setting-container .themes-select-container .theme-tips {
    font-weight:bolder;
}

.web-site-setting-container .themes-select-body {
    position: relative;
    display: inline-block;
    min-width: 50px;
    width: auto;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    /*top: 5px;
    right: 20px;*/
    padding: 0 3px;
    cursor: pointer;
    background: #fcfcfc;
    /*color: #fff;*/
}

.web-site-setting-container .themes-select-body .now-select {
    /*font-weight:bolder;*/
}

.web-site-setting-container .themes-select-body .list-block{
    display:none;
    position: absolute;
    top: 22px;
    left: 0;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    width: 100%;
    height: auto;
    background: #fcfcfc;
}

.web-site-setting-container .themes-select-body .list-block ul {
    margin-bottom:0;
}

.web-site-setting-container .themes-select-body .list-block li {
    text-align:center;
    height:30px;
    line-height:30px;
    font-size:12px;
}

.web-site-setting-container .themes-select-body .list-block li:hover {
    /*background:#cfcfcf;*/
     font-weight:bolder;
     background:#D9E5EF;
}

.web-site-setting-container .themes-select-body .list-block .is-select {
    background:#D9E5EF;
}

div[tabid=WebSiteSettingTree] .ztree li span.button.ico_docu {
    margin-top:-4px;
}
.CommandServiceConditionDeleteCommand_ConditionList li {
    height: 28px !important;
}

