﻿/*#region MasterPage*/
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: '微软雅黑', 'Microsoft YaHei', 'arial';
    height: 100%;
    overflow: hidden;
}

.wrapper {
    height: 100%;
    width: 100%;
    min-height: 600px;
    background: #fff;
    position: absolute;
    overflow-y: hidden;
    min-width: 1000px;
    overflow-x: auto;
    margin: 0;
    padding: 0;
}

.main-content {
    position: absolute;
    left: 200px;
    overflow: hidden;
    right: 0;
    height: 100%;
    background-color: #DEDEDE;
}

.body-header {
    line-height: 50px;
    height: 50px;
    padding: 0 0 0 10px;
    background: #fff;
}

.body-header-title {
    font-size: 18px;
    font-weight: bold;
    float: left;
    letter-spacing: 1px;
}

.body-header-close {
    background-image: url(wdiimg/form_close.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor:pointer;
}

.body-header-close:hover { background-image: url(wdiimg/form_close_hover.png); }

.body-content {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 10px;
}

.main-wrapper {
    background-color: #f7f7f7;
    color: #222;
    min-height: 400px;
}

.footer-wrapper { height: 60px; background-color: #333; }

.col-width-2 {width: 16.6666667%;}
.col-width-3 {width: 25%;}
.col-width-4 {width: 33.3333333%;}
.col-width-6 {width: 50%;}
.col-width-8 {width: 66.6666666%;}
.col-width-10 {width: 83.3333332%;}
.col-width-12 {width: 100%;}

.left-panel {
    height: 100%;
    width: 180px;
    float: left;
    overflow: hidden;
    position: fixed;
}

.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    color: #fff;
    background: #232d2c;
    color: #c7c7c7;
}

.nav-menu-unfold { width: 180px; }

.menu-header {
    height: 50px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Bauhaus 93';
    font-size: 30pt;
    background: #1d2524;
    padding-top: 3px;
}

.menu-sitelogo img { height: 45px; }

.menu-body {
    top: 50px;
    bottom: 100px;
    position: absolute;
    height: calc(100%-155px);
    overflow: auto;
    width: 180px;
}

/*.menu-body .ui-accordion .ui-widget-content {
    background-color: #4d72a9;
}*/


.menu-body .ui-menu a { color: lightsalmon; }

.menu-body .ui-accordion .ui-accordion-header { color: lightgreen !important; }

.menu-text {
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 22px !important;
}

.menu-footer {
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 180px;
    border-top: 1px solid #888;
    color: #888;
}

.menu-userInfos {
    height: 50px;
    padding-left: 65px;
    position: relative;
    padding-top: 10px;
}

.menu-userlogo {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 15px;
}

.menu-userlogo img { width: 30px; height: 30px; }

.menu-settings { height: 50px; position: relative; }

.menu-settings .setting-drop-div {
    position: absolute;
    bottom: 40px;
    left: 15px;
    opacity: .95;
    width: 137px;
    border: 1px solid #3f4a60;
    background: #3f4a60;
    z-index: 9999;
    display: none;
    border-radius: 5px;
}

.menu-settings .setting-drop-div .setting-drop-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-settings .setting-drop-div .setting-drop-menu li {
    list-style: none;
    line-height: 38px;
    height: 38px;
    cursor: pointer;
}

.menu-settings .setting-drop-div .setting-drop-menu li:hover {
    background-color: #232d2c;
    color: #fff !important;
}

.menu-settings .setting-drop-div .setting-drop-menu li a {
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 32px;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a3b1cc;
}

.menu-settings .setting-drop-div .setting-drop-menu li:hover a {
    color: #fff;
}

.menu-settings .setting-drop-div .setting-drop-menu li a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    float: left;
    margin: 10px 10px 0 0;
    background-size: 14px 14px;
}

.menu-settings .setting-drop-div .setting-drop-menu li i.personal-set {
    background: url(/Content/images/nav/personal_set.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li:hover i.personal-set {
    background: url(/Content/images/nav/personal_set_hover.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li i.favorite-menu {
    background: url(/Content/images/nav/favorite_menu.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li:hover i.favorite-menu {
    background: url(/Content/images/nav/favorite_menu_hover.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li i.position-switch {
    background: url(/Content/images/nav/position_switch.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li:hover i.position-switch {
    background: url(/Content/images/nav/position_switch_hover.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li i.logout {
    background: url(/Content/images/nav/logout.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li:hover i.logout {
    background: url(/Content/images/nav/logout_hover.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li i.delegate-appproval {
    background: url(/Content/images/nav/delegate_appproval.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li:hover i.delegate-appproval {
    background: url(/Content/images/nav/delegate_appproval_hover.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li i.favorite-dashboard {
    background: url(/Content/images/nav/favorite_dashboard.png) no-repeat;
}

.menu-settings .setting-drop-div .setting-drop-menu li:hover i.favorite-dashboard {
    background: url(/Content/images/nav/favorite_dashboard_hover.png) no-repeat;
}

.menu-settingslogo, .menu-helplogo, .menu-lang{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor:pointer;
}
.menu-lang-zhcn {
    left: 100px;
    background: url(/Content/wdiimg/zh-cn.png) no-repeat;
}
.menu-lang-zhcn:hover {
    background: url(/Content/wdiimg/zh-cn-hover.png) no-repeat;
}
.menu-lang-enus {
    left: 130px;
    background: url(/Content/wdiimg/en-us.png) no-repeat;
}
.menu-lang-enus:hover {
    background: url(/Content/wdiimg/en-us-hover.png) no-repeat;
}
.menu-lang-selected.menu-lang-enus {
    background: url(/Content/wdiimg/en-us-hover.png) no-repeat;
}
.menu-settingslogo {
    background: url(/Content/images/nav/setting-icon.png) no-repeat;
}
.menu-settingslogo:hover {
    background: url(/Content/images/nav/setting-icon_hover.png) no-repeat;
}

.menu-helplogo {
    background: url(/Content/images/nav/helper.png) no-repeat;
    cursor:pointer;
}
.menu-helplogo:hover {
    background: url(/Content/images/nav/helper_hover.png) no-repeat;
    cursor:pointer;
}

.menu-helplogo {
    left: 65px;
    cursor:pointer;
}

.menu-settingslogo img, .menu-helplogo img {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.menu-fold {
    float: left;
    position: fixed;
    cursor: pointer;
    left: 195px;
    height: 100%;
    width: 5px;
    background-color: #cccccc;
}

.menu-rootitems { font-size: 13px; }

.menu-rootitem, .menu-subitem {
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

.menu-rootitem { padding-left: 45px; cursor: default; }

.menu-icon, .menu-icon-hover {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 15px;
}

.menu-icon-hover { display: none; }

.wdi-globalmenu-icon {
    position: absolute;
    display: none;
    width: 10px;
    height: 20px;
}

.wdi-globalmenu-icon {
    background-image: url(images/nav/left-arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.menu-icon img, .menu-icon-hover img {
    width: 20px;
    height: 20px;
}

.menu-rootitem-hover {
    background-color: #37547c;
    color: #FFF;
}

.menu-rootitem-hover .menu-icon { display: none; }

.menu-rootitem-hover .menu-icon-hover { display: inline-block; }

.menu-subitem:hover {
    background-color: #323937;
    color: #FFF;
}

.menu-rootitem a {
    color: #c7c7c7;
    cursor: pointer;
}

.menu-rootitem span {
    cursor: pointer;
}

.menu-rootitem-hover a { color: #FFF; }

.menu-subitem a {
    color: #858585;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}

.menu-subitem span {
    color: #858585;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}

.menu-subitem:hover a {
    color: #85aeeb;
}

.menu-item-panel {
    position: absolute;
    width: 180px;
    z-index: 1500;
    display: none;
    max-height: 320px;
}

.menu-subitems {
    background: #272d2b;
}

.menu-item-panel.jqx-widget-content {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.menu-item-panel .jqx-scrollbar-state-normal {
    background: #232d2c;
}

.menu-item-panel .jqx-scrollbar-thumb-state-normal {
    background: #858585;
    border-color: #858585;
}

.dialog-loading-span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
/*#endregion*/
.body-header-settings {
    display: inline-block;
    float: right;
}

.body-header-settingcell {
    display: inline-block;
    width: 60px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.body-header-settingcell:hover {
    background-color: #eaf0f9;
}

.body-header-home {
    background-image: url(wdiimg/header-home.png);
    background-position: 20px 17px;
    background-repeat: no-repeat;
}

.body-header-home:hover { background-image: url(wdiimg/header-home.png); }

.body-header-remind {
    background-image: url(wdiimg/header-remind.png);
    background-position: 20px 17px;
    background-repeat: no-repeat;
}

.body-header-remind:hover { background-image: url(wdiimg/header-remind.png); }

.body-header-more {
    background-image: url(wdiimg/header-more.png);
    background-position: 20px 17px;
    background-repeat: no-repeat;
}

.body-header-more:hover { background-image: url(wdiimg/header-more.png); }

.header-menu-panel {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    width: 123px;
    line-height: 30px;
    border: 1px #dddddd solid;
}

.header-menu-panel-item {
    height: 30px;
    text-align: left;
    padding-left: 35px;
}

.header-menu-panel-item span { font-size: 12px; color: #858585; }

.header-menu-icon, .header-menu-icon-hover {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -24px;
    margin-top: 3px;
}

.header-menu-icon-hover { display: none; }

.menu-img { width: 15px; height: 15px; }
