.panel {
    overflow: hidden;
    text-align: left;
    margin: 0;
    border: 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.panel-header,
.panel-body {
    border-width: 1px;
    border-style: solid;
}

.panel-header {
    padding: 5px;
    position: relative;
}

.panel-title {
    background: url('images/blank.gif') no-repeat;
}

.panel-header-noborder {
    border-width: 0 0 1px 0;
}

.panel-body {
    overflow: auto;
    border-top-width: 0;
    padding: 0;
}

.panel-body-noheader {
    border-top-width: 1px;
}

.panel-body-noborder {
    border-width: 0px;
}

.panel-body-nobottom {
    border-bottom-width: 0;
}

.panel-with-icon {
    padding-left: 18px;
}

.panel-icon,
.panel-tool {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    overflow: hidden;
}

.panel-icon {
    left: 5px;
    width: 16px;
}

.panel-tool {
    right: 5px;
    width: auto;
}

    .panel-tool a {
        display: inline-block;
        width: 16px;
        height: 16px;
        opacity: 0.6;
        filter: alpha(opacity=60);
        margin: 0 0 0 2px;
        vertical-align: top;
    }

        .panel-tool a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            background-color: #e2e2e2;
            -moz-border-radius: 3px 3px 3px 3px;
            -webkit-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
        }

.panel-loading {
    padding: 11px 0px 10px 30px;
}

.panel-noscroll {
    overflow: hidden;
}

.panel-fit,
.panel-fit body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.panel-loading {
    background: url('images/loading.gif') no-repeat 10px 10px;
}

.panel-tool-close {
    background: url('images/panel_tools.png') no-repeat -16px 0px;
}

.panel-tool-min {
    background: url('images/panel_tools.png') no-repeat 0px 0px;
}

.panel-tool-max {
    background: url('images/panel_tools.png') no-repeat 0px -16px;
}

.panel-tool-restore {
    background: url('images/panel_tools.png') no-repeat -16px -16px;
}

.panel-tool-collapse {
    background: url('images/panel_tools.png') no-repeat -32px 0;
}

.panel-tool-expand {
    background: url('images/panel_tools.png') no-repeat -32px -16px;
}

.panel-header,
.panel-body {
    border-color: #D3D3D3;
}

.panel-header {
    background-color: #f3f3f3;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}

.panel-body {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
}

.panel-title {
    font-size: 12px;
    font-weight: bold;
    color: #575765;
    height: 16px;
    line-height: 16px;
}

.panel-footer {
    border: 1px solid #D3D3D3;
    overflow: hidden;
    background: #fafafa;
}

.panel-footer-noborder {
    border-width: 1px 0 0 0;
}

.accordion {
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}

    .accordion .accordion-header {
        border-width: 0 0 1px;
        cursor: pointer;
    }

    .accordion .accordion-body {
        border-width: 0 0 1px;
    }

.accordion-noborder {
    border-width: 0;
}

    .accordion-noborder .accordion-header {
        border-width: 0 0 1px;
    }

    .accordion-noborder .accordion-body {
        border-width: 0 0 1px;
    }

.accordion-collapse {
    background: url('images/accordion_arrows.png') no-repeat 0 0;
}

.accordion-expand {
    background: url('images/accordion_arrows.png') no-repeat -16px 0;
}

.accordion {
    background: #ffffff;
    border-color: #D3D3D3;
}

    .accordion .accordion-header {
        background: #f3f3f3;
        filter: none;
    }

    .accordion .accordion-header-selected {
        background: #0092DC;
    }

        .accordion .accordion-header-selected .panel-title {
            color: #fff;
        }

.window {
    overflow: hidden;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
}

    .window .window-header {
        background: transparent;
        padding: 0px 0px 6px 0px;
    }

    .window .window-body {
        border-width: 1px;
        border-style: solid;
        border-top-width: 0px;
    }

    .window .window-body-noheader {
        border-top-width: 1px;
    }

    .window .panel-body-nobottom {
        border-bottom-width: 0;
    }

    .window .window-header .panel-icon,
    .window .window-header .panel-tool {
        top: 50%;
        margin-top: -11px;
    }

    .window .window-header .panel-icon {
        left: 1px;
    }

    .window .window-header .panel-tool {
        right: 1px;
    }

    .window .window-header .panel-with-icon {
        padding-left: 18px;
    }

.window-proxy {
    position: absolute;
    overflow: hidden;
}

.window-proxy-mask {
    position: absolute;
    filter: alpha(opacity=5);
    opacity: 0.05;
}

.window-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    opacity: 0.40;
    font-size: 1px;
    overflow: hidden;
}

.window,
.window-shadow {
    position: absolute;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.window-shadow {
    background: #ccc;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}

.window,
.window .window-body {
    border-color: #D3D3D3;
}

.window {
    background-color: #f3f3f3;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}

.window-proxy {
    border: 1px dashed #D3D3D3;
}

.window-proxy-mask,
.window-mask {
    background: #ccc;
}

.window .panel-footer {
    border: 1px solid #D3D3D3;
    position: relative;
    top: -1px;
}

.dialog-content {
    overflow: auto;
}

.dialog-toolbar {
    padding: 2px 5px;
}

.dialog-tool-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px 1px;
}

.dialog-button {
    padding: 5px;
    text-align: right;
}

    .dialog-button .l-btn {
        margin-left: 5px;
    }

.dialog-toolbar,
.dialog-button {
    background: #fafafa;
    border-width: 1px;
    border-style: solid;
}

.dialog-toolbar {
    border-color: #D3D3D3 #D3D3D3 #ddd #D3D3D3;
}

.dialog-button {
    border-color: #ddd #D3D3D3 #D3D3D3 #D3D3D3;
}

.l-btn {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-align: center;
    vertical-align: middle;
}

.l-btn-plain {
    border: 0;
    padding: 1px;
}

.l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 24px;
    font-size: 12px;
    padding: 0;
    margin: 0 4px;
}

.l-btn-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 1px;
}

.l-btn span span .l-btn-empty {
    display: inline-block;
    margin: 0;
    width: 16px;
    height: 24px;
    font-size: 1px;
    vertical-align: top;
}

.l-btn span .l-btn-icon-left {
    padding: 0 0 0 20px;
    background-position: left center;
}

.l-btn span .l-btn-icon-right {
    padding: 0 20px 0 0;
    background-position: right center;
}

.l-btn-icon-left .l-btn-text {
    margin: 0 4px 0 24px;
}

.l-btn-icon-left .l-btn-icon {
    left: 4px;
}

.l-btn-icon-right .l-btn-text {
    margin: 0 24px 0 4px;
}

.l-btn-icon-right .l-btn-icon {
    right: 4px;
}

.l-btn-icon-top .l-btn-text {
    margin: 20px 4px 0 4px;
}

.l-btn-icon-top .l-btn-icon {
    top: 4px;
    left: 50%;
    margin: 0 0 0 -8px;
}

.l-btn-icon-bottom .l-btn-text {
    margin: 0 4px 20px 4px;
}

.l-btn-icon-bottom .l-btn-icon {
    top: auto;
    bottom: 4px;
    left: 50%;
    margin: 0 0 0 -8px;
}

.l-btn-left .l-btn-empty {
    margin: 0 4px;
    width: 16px;
}

.l-btn-plain:hover {
    padding: 0;
}

.l-btn-focus {
    outline: #0000FF dotted thin;
}

.l-btn-large .l-btn-text {
    line-height: 40px;
}

.l-btn-large .l-btn-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
}

.l-btn-large .l-btn-icon-left .l-btn-text {
    margin-left: 40px;
}

.l-btn-large .l-btn-icon-right .l-btn-text {
    margin-right: 40px;
}

.l-btn-large .l-btn-icon-top .l-btn-text {
    margin-top: 36px;
    line-height: 24px;
    min-width: 32px;
}

.l-btn-large .l-btn-icon-top .l-btn-icon {
    margin: 0 0 0 -16px;
}

.l-btn-large .l-btn-icon-bottom .l-btn-text {
    margin-bottom: 36px;
    line-height: 24px;
    min-width: 32px;
}

.l-btn-large .l-btn-icon-bottom .l-btn-icon {
    margin: 0 0 0 -16px;
}

.l-btn-large .l-btn-left .l-btn-empty {
    margin: 0 4px;
    width: 32px;
}

.l-btn {
    color: #444;
    background: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    .l-btn:hover {
        /*background: #e6e6e6;*/
        color: #44a4dc;
        /*border: 1px solid #fff;*/
        filter: none;
    }

    .l-btn .color-shenlan {
        color: #fff !important;
    }

.l-btn-plain {
    background: transparent;
    border: 0;
    filter: none;
}

    .l-btn-plain:hover {
        background: #e2e2e2;
        color: #000000;
        border: 1px solid #ccc;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

.l-btn-disabled,
.l-btn-disabled:hover {
    opacity: 0.6;
    cursor: default;
/*    background: #0077bb;*/
    /*color: #f6f6f6;*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
}

    .l-btn-disabled .color-shenlan {
        color: #f6f6f6 !important;
    }

    .l-btn-disabled .l-btn-text,
    .l-btn-disabled .l-btn-icon {
        filter: alpha(opacity=50);
    }

.l-btn-plain-disabled,
.l-btn-plain-disabled:hover {
    background: transparent;
    filter: alpha(opacity=50);
}

.l-btn-selected,
.l-btn-selected:hover {
    background: #ddd;
    filter: none;
}

.l-btn-plain-selected,
.l-btn-plain-selected:hover {
    background: #ddd;
}

.textbox {
    position: relative;
    border: 1px solid #D3D3D3;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .textbox .textbox-text {
        font-size: 12px;
        border: 0;
        margin: 0;
        padding: 4px;
        white-space: normal;
        vertical-align: top;
        outline-style: none;
        resize: none;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

    .textbox .textbox-prompt {
        font-size: 12px;
        color: #aaa;
    }

.textbox-button,
.textbox-button:hover {
    position: absolute;
    top: 0;
    padding: 0;
    vertical-align: top;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.textbox-button-right,
.textbox-button-right:hover {
    border-width: 0 0 0 1px;
    right: 0px;
}

.textbox-button-left,
.textbox-button-left:hover {
    border-width: 0 1px 0 0;
}

.textbox-addon {
    position: absolute;
    top: 0;
}

.textbox-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
    background-position: center center;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none;
    outline-style: none;
}

.textbox-icon-disabled,
.textbox-icon-readonly {
    cursor: default;
}

.textbox-icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.textbox-icon-disabled:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.textbox-focused {
    -moz-box-shadow: 0 0 3px 0 #D3D3D3;
    -webkit-box-shadow: 0 0 3px 0 #D3D3D3;
    box-shadow: 0 0 3px 0 #D3D3D3;
}

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
}

.filebox .textbox-value {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: -5000px;
}

.combo {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
}

    .combo .combo-text {
        font-size: 12px;
        border: 0px;
        margin: 0;
        padding: 0px 2px;
        vertical-align: baseline;
    }

.combo-arrow {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.combo-arrow-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.combo-panel {
    overflow: auto;
}

.combo-arrow {
    background: url('images/combo_arrow.png') no-repeat center center;
}

.combo-panel {
    background-color: #ffffff;
}

.combo {
    border-color: #D3D3D3;
    background-color: #fff;
}

.combo-arrow {
    background-color: #f3f3f3;
}

.combo-arrow-hover {
    background-color: #e2e2e2;
}

.combo-arrow:hover {
    background-color: #e2e2e2;
}

.combo .textbox-icon-disabled:hover {
    cursor: default;
}

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
}

.combobox-item,
.combobox-group {
    font-size: 12px;
    padding: 3px;
    padding-right: 0px;
}

.combobox-item-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.combobox-gitem {
    padding-left: 10px;
}

.combobox-group {
    font-weight: bold;
}

.combobox-item-hover {
    background-color: #e2e2e2;
    color: #000000;
}

.combobox-item-selected {
    background-color: #0092DC;
    color: #fff;
}

.layout {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.layout-panel {
    position: absolute;
    overflow: hidden;
}

.layout-panel-east,
.layout-panel-west {
    z-index: 2;
}

.layout-panel-north,
.layout-panel-south {
    z-index: 3;
}

.layout-expand {
    position: absolute;
    padding: 0px;
    font-size: 1px;
    cursor: pointer;
    z-index: 1;
}

    .layout-expand .panel-header,
    .layout-expand .panel-body {
        background: transparent;
        filter: none;
        overflow: hidden;
    }

    .layout-expand .panel-header {
        border-bottom-width: 0px;
    }

.layout-split-proxy-h,
.layout-split-proxy-v {
    position: absolute;
    font-size: 1px;
    display: none;
    z-index: 5;
}

.layout-split-proxy-h {
    width: 5px;
    cursor: e-resize;
}

.layout-split-proxy-v {
    height: 5px;
    cursor: n-resize;
}

.layout-mask {
    position: absolute;
    background: #fafafa;
    filter: alpha(opacity=10);
    opacity: 0.10;
    z-index: 4;
}

.layout-button-up {
    background: url('images/layout_arrows.png') no-repeat -16px -16px;
}

.layout-button-down {
    background: url('images/layout_arrows.png') no-repeat -16px 0;
}

.layout-button-left {
    background: url('images/layout_arrows.png') no-repeat 0 0;
}

.layout-button-right {
    background: url('images/layout_arrows.png') no-repeat 0 -16px;
}

.layout-split-proxy-h,
.layout-split-proxy-v {
    background-color: #bfbfbf;
}

.layout-split-north {
    border-bottom: 5px solid #efefef;
}

.layout-split-south {
    border-top: 5px solid #efefef;
}

.layout-split-east {
    border-left: 5px solid #efefef;
}

.layout-split-west {
    border-right: 5px solid #efefef;
}

.layout-expand {
    background-color: #f3f3f3;
}

.layout-expand-over {
    background-color: #f3f3f3;
}

.tabs-container {
    overflow: hidden;
}

.tabs-header {
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 0;
    position: relative;
    padding: 0;
    padding-top: 2px;
    overflow: hidden;
}

.tabs-header-plain {
    border: 0;
    background: transparent;
}

.tabs-scroller-left,
.tabs-scroller-right {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 18px;
    font-size: 1px;
    display: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}

.tabs-scroller-left {
    left: 0;
}

.tabs-scroller-right {
    right: 0;
}

.tabs-tool {
    position: absolute;
    bottom: 0;
    padding: 1px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}

.tabs-header-plain .tabs-tool {
    padding: 0 1px;
}

.tabs-wrap {
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tabs-scrolling {
    margin-left: 18px;
    margin-right: 18px;
}

.tabs-disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.tabs {
    list-style-type: none;
    height: 26px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    width: 50000px;
    border-style: solid;
    border-width: 0 0 1px 0;
}

    .tabs li {
        float: left;
        display: inline-block;
        margin: 0 4px -1px 0;
        padding: 0;
        position: relative;
        border: 0;
    }

        .tabs li a.tabs-inner {
            display: inline-block;
            text-decoration: none;
            margin: 0;
            padding: 0 10px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            white-space: nowrap;
            border-width: 1px;
            border-style: solid;
            -moz-border-radius: 1px 1px 0 0;
            -webkit-border-radius: 1px 1px 0 0;
            border-radius: 1px 1px 0 0;
        }

        .tabs li.tabs-selected a.tabs-inner {
            font-weight: bold;
            outline: none;
        }

        .tabs li.tabs-selected a:hover.tabs-inner {
            cursor: default;
            pointer: default;
        }

        .tabs li a.tabs-close,
        .tabs-p-tool {
            position: absolute;
            font-size: 1px;
            display: block;
            height: 12px;
            padding: 0;
            top: 50%;
            margin-top: -6px;
            overflow: hidden;
        }

        .tabs li a.tabs-close {
            width: 12px;
            right: 5px;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

.tabs-p-tool {
    right: 16px;
}

    .tabs-p-tool a {
        display: inline-block;
        font-size: 1px;
        width: 12px;
        height: 12px;
        margin: 0;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        .tabs li a:hover.tabs-close,
        .tabs-p-tool a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            cursor: hand;
            cursor: pointer;
        }

.tabs-with-icon {
    padding-left: 18px;
}

.tabs-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 10px;
    top: 50%;
    margin-top: -8px;
}

.tabs-title {
    font-size: 12px;
}

.tabs-closable {
    padding-right: 8px;
}

.tabs-panels {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-top-width: 0;
    overflow: hidden;
}

.tabs-header-bottom {
    border-width: 0 1px 1px 1px;
    padding: 0 0 2px 0;
}

    .tabs-header-bottom .tabs {
        border-width: 1px 0 0 0;
    }

        .tabs-header-bottom .tabs li {
            margin: -1px 4px 0 0;
        }

            .tabs-header-bottom .tabs li a.tabs-inner {
                -moz-border-radius: 0 0 5px 5px;
                -webkit-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
            }

    .tabs-header-bottom .tabs-tool {
        top: 0;
    }

    .tabs-header-bottom .tabs-scroller-left,
    .tabs-header-bottom .tabs-scroller-right {
        top: 0;
        bottom: auto;
    }

.tabs-panels-top {
    border-width: 1px 1px 0 1px;
}

.tabs-header-left {
    float: left;
    border-width: 1px 0 1px 1px;
    padding: 0;
}

.tabs-header-right {
    float: right;
    border-width: 1px 1px 1px 0;
    padding: 0;
}

    .tabs-header-left .tabs-wrap,
    .tabs-header-right .tabs-wrap {
        height: 100%;
    }

.tabs-header-left .tabs {
    height: 100%;
    padding: 4px 0 0 4px;
    border-width: 0 1px 0 0;
}

.tabs-header-right .tabs {
    height: 100%;
    padding: 4px 4px 0 0;
    border-width: 0 0 0 1px;
}

    .tabs-header-left .tabs li,
    .tabs-header-right .tabs li {
        display: block;
        width: 100%;
        position: relative;
    }

.tabs-header-left .tabs li {
    left: auto;
    right: 0;
    margin: 0 -1px 4px 0;
    float: right;
}

.tabs-header-right .tabs li {
    left: 0;
    right: auto;
    margin: 0 0 4px -1px;
    float: left;
}

.tabs-header-left .tabs li a.tabs-inner {
    display: block;
    text-align: left;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.tabs-header-right .tabs li a.tabs-inner {
    display: block;
    text-align: left;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.tabs-panels-right {
    float: right;
    border-width: 1px 1px 1px 0;
}

.tabs-panels-left {
    float: left;
    border-width: 1px 0 1px 1px;
}

.tabs-header-noborder,
.tabs-panels-noborder {
    border: 0px;
}

.tabs-header-plain {
    border: 0px;
    background: transparent;
}

.tabs-scroller-left {
    background: #f3f3f3 url('images/tabs_icons.png') no-repeat 1px center;
}

.tabs-scroller-right {
    background: #f3f3f3 url('images/tabs_icons.png') no-repeat -15px center;
}

.tabs li a.tabs-close {
    background: url('images/tabs_icons.png') no-repeat -34px center;
}

.tabs li a.tabs-inner:hover {
    /*background: #e2e2e2;*/
    color: #000000;
    filter: none;
}

.tabs li.tabs-selected a.tabs-inner {
    background-color: #ffffff;
    color: #575765;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#ffffff,GradientType=0);
}

.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F8F8F8,GradientType=0);
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#ffffff,GradientType=1);
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F8F8F8,GradientType=1);
}

.tabs li a.tabs-inner {
    color: #575765;
    background-color: #f3f3f3;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}

.tabs-header,
.tabs-tool {
    background-color: #f3f3f3;
}

.tabs-header-plain {
    background: transparent;
}

.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
    border-color: #D3D3D3;
}

    .tabs-p-tool a:hover,
    .tabs li a:hover.tabs-close,
    .tabs-scroller-over {
        background-color: #e2e2e2;
    }

    .tabs li.tabs-selected a.tabs-inner {
        border-bottom: 1px solid #ffffff;
    }

.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
    border-top: 1px solid #ffffff;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
    border-right: 1px solid #ffffff;
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
    border-left: 1px solid #ffffff;
}

.datagrid .panel-body {
    overflow: hidden;
    position: relative;
}

.datagrid-view {
    position: relative;
    overflow: hidden;
}

.datagrid-view1,
.datagrid-view2 {
    position: absolute;
    overflow: hidden;
    top: 0;
}

.datagrid-view1 {
    left: 0;
}

.datagrid-view2 {
    right: 0;
}

.datagrid-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}

.datagrid-mask-msg {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px 10px 30px;
    width: auto;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    display: none;
}

.datagrid-sort-icon {
    padding: 0;
}

.datagrid-toolbar {
    height: auto;
    padding: 1px 2px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.datagrid-btn-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px 1px;
}

.datagrid .datagrid-pager {
    display: block;
    margin: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
}

.datagrid .datagrid-pager-top {
    border-width: 0 0 1px 0;
}

.datagrid-header {
    overflow: hidden;
    cursor: default;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.datagrid-header-inner {
    float: left;
    width: 10000px;
}

.datagrid-header-row,
.datagrid-row {
    height: 25px;
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
    border-width: 0 1px 1px 0;
    border-style: dotted;
    margin: 0;
    padding: 0;
}

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
    margin: 0;
    padding: 0 4px;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.datagrid-header .datagrid-cell {
    height: auto;
}

    .datagrid-header .datagrid-cell span {
        font-size: 12px;
    }

.datagrid-cell-group {
    text-align: center;
}

.datagrid-header-rownumber,
.datagrid-cell-rownumber {
    width: 25px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.datagrid-body {
    margin: 0;
    padding: 0;
    overflow: auto;
    zoom: 1;
}

.datagrid-view1 .datagrid-body-inner {
    padding-bottom: 20px;
}

.datagrid-view1 .datagrid-body {
    overflow: hidden;
}

.datagrid-footer {
    overflow: hidden;
}

.datagrid-footer-inner {
    border-width: 1px 0 0 0;
    border-style: solid;
    width: 10000px;
    float: left;
}

.datagrid-row-editing .datagrid-cell {
    height: auto;
}

.datagrid-header-check,
.datagrid-cell-check {
    padding: 0;
    width: 27px;
    height: 18px;
    font-size: 1px;
    text-align: center;
    overflow: hidden;
}

    .datagrid-header-check input,
    .datagrid-cell-check input {
        margin: 0;
        padding: 0;
        width: 15px;
        height: 18px;
    }

.datagrid-resize-proxy {
    position: absolute;
    width: 1px;
    height: 10000px;
    top: 0;
    cursor: e-resize;
    display: none;
}

.datagrid-body .datagrid-editable {
    margin: 0;
    padding: 0;
}

    .datagrid-body .datagrid-editable table {
        width: 100%;
        height: 100%;
    }

    .datagrid-body .datagrid-editable td {
        border: 0;
        margin: 0;
        padding: 0;
    }

.datagrid-view .datagrid-editable-input {
    margin: 0;
    padding: 2px 4px;
    border: 1px solid #D3D3D3;
    font-size: 12px;
    outline-style: none;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.datagrid-sort-desc .datagrid-sort-icon {
    padding: 0 13px 0 0;
    background: url('images/datagrid_icons.png') no-repeat -16px center;
}

.datagrid-sort-asc .datagrid-sort-icon {
    padding: 0 13px 0 0;
    background: url('images/datagrid_icons.png') no-repeat 0px center;
}

.datagrid-row-collapse {
    background: url('images/datagrid_icons.png') no-repeat -48px center;
}

.datagrid-row-expand {
    background: url('images/datagrid_icons.png') no-repeat -32px center;
}

.datagrid-mask-msg {
    background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}

.datagrid-header,
.datagrid-td-rownumber {
    background-color: #fafafa;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd,endColorstr=#f5f5f5,GradientType=0);
}

.datagrid-cell-rownumber {
    color: #000000;
}

.datagrid-resize-proxy {
    background: #bfbfbf;
}

.datagrid-mask {
    background: #ccc;
}

.datagrid-mask-msg {
    border-color: #D3D3D3;
}

.datagrid-toolbar,
.datagrid-pager {
    background: #fafafa;
}

.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
    border-color: #ddd;
}

    .datagrid-header td,
    .datagrid-body td,
    .datagrid-footer td {
        border-color: #ccc;
    }

.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
    color: #000000;
    border-collapse: separate;
}

.datagrid-row-alt {
    background: #fafafa;
}

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: #e2e2e2;
    color: #000000;
    cursor: default;
}

.datagrid-row-selected /*whf*/ {
    background: #3680A7;
    color: #fff;
}

    .datagrid-row-selected .color-shenlan {
        color: white !important;
    }

.datagrid-row-editing .textbox,
.datagrid-row-editing .textbox-text {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.propertygrid .datagrid-view1 .datagrid-body td {
    padding-bottom: 1px;
    border-width: 0 1px 0 0;
}

.propertygrid .datagrid-group {
    height: 21px;
    overflow: hidden;
    border-width: 0 0 1px 0;
    border-style: solid;
}

    .propertygrid .datagrid-group span {
        font-weight: bold;
    }

.propertygrid .datagrid-view1 .datagrid-body td {
    border-color: #ddd;
}

.propertygrid .datagrid-view1 .datagrid-group {
    border-color: #f3f3f3;
}

.propertygrid .datagrid-view2 .datagrid-group {
    border-color: #ddd;
}

.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
    background: #f3f3f3;
}

.pagination {
    zoom: 1;
}

    .pagination table {
        float: left;
        height: 30px;
    }

    .pagination td {
        border: 0;
    }

.pagination-btn-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 3px 1px;
}

.pagination .pagination-num {
    border-width: 1px;
    border-style: solid;
    margin: 0 2px;
    padding: 2px;
    width: 2em;
    height: auto;
}

.pagination-page-list {
    margin: 0px 6px;
    padding: 1px 2px;
    width: auto;
    height: auto;
    border-width: 1px;
    border-style: solid;
}

.pagination-info {
    float: right;
    margin: 0 6px 0 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.pagination span {
    font-size: 12px;
}

.pagination-link .l-btn-text {
    width: 24px;
    text-align: center;
    margin: 0;
}

.pagination-first {
    background: url('images/pagination_icons.png') no-repeat 0 center;
}

.pagination-prev {
    background: url('images/pagination_icons.png') no-repeat -16px center;
}

.pagination-next {
    background: url('images/pagination_icons.png') no-repeat -32px center;
}

.pagination-last {
    background: url('images/pagination_icons.png') no-repeat -48px center;
}

.pagination-load {
    background: url('images/pagination_icons.png') no-repeat -64px center;
}

.pagination-loading {
    background: url('images/loading.gif') no-repeat center center;
}

.pagination-page-list,
.pagination .pagination-num {
    border-color: #D3D3D3;
}

.calendar {
    border-width: 1px;
    border-style: solid;
    padding: 1px;
    overflow: hidden;
}

    .calendar table {
        table-layout: fixed;
        border-collapse: separate;
        font-size: 12px;
        width: 100%;
        height: 100%;
    }

        .calendar table td,
        .calendar table th {
            font-size: 12px;
        }

.calendar-noborder {
    border: 0;
}

.calendar-header {
    position: relative;
    height: 22px;
}

.calendar-title {
    text-align: center;
    height: 22px;
}

    .calendar-title span {
        position: relative;
        display: inline-block;
        top: 2px;
        padding: 0 3px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        cursor: pointer;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    font-size: 1px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.calendar-prevmonth {
    left: 20px;
    background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}

.calendar-nextmonth {
    right: 20px;
    background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}

.calendar-prevyear {
    left: 3px;
    background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}

.calendar-nextyear {
    right: 3px;
    background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}

.calendar-body {
    position: relative;
}

    .calendar-body th,
    .calendar-body td {
        text-align: center;
    }

.calendar-day {
    border: 0;
    padding: 1px;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.calendar-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.calendar-disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
}

.calendar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    padding: 5px;
    font-size: 12px;
    display: none;
    overflow: hidden;
}

.calendar-menu-year-inner {
    text-align: center;
    padding-bottom: 5px;
}

.calendar-menu-year {
    width: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 2px;
    font-weight: bold;
    font-size: 12px;
}

.calendar-menu-prev,
.calendar-menu-next {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.calendar-menu-prev {
    margin-right: 10px;
    background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}

.calendar-menu-next {
    margin-left: 10px;
    background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}

.calendar-menu-month {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.calendar-body th,
.calendar-menu-month {
    color: #4d4d4d;
}

.calendar-day {
    color: #000000;
}

.calendar-sunday {
    color: #CC2222;
}

.calendar-saturday {
    color: #00ee00;
}

.calendar-today {
    color: #0000ff;
}

.calendar-menu-year {
    border-color: #D3D3D3;
}

.calendar {
    border-color: #D3D3D3;
}

.calendar-header {
    background: #f3f3f3;
}

.calendar-body,
.calendar-menu {
    background: #ffffff;
}

    .calendar-body th {
        background: #fafafa;
        padding: 2px 0;
    }

.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
    background-color: #e2e2e2;
    color: #000000;
}

.calendar-hover {
    border: 1px solid #ccc;
    padding: 0;
}

.calendar-selected {
    background-color: #0092DC;
    color: #fff;
    border: 1px solid #0070a9;
    padding: 0;
}

.datebox-calendar-inner {
    height: 180px;
}

.datebox-button {
    height: 18px;
    padding: 2px 5px;
    text-align: center;
}

    .datebox-button a {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        .datebox-button a:hover {
            opacity: 1.0;
            filter: alpha(opacity=100);
        }

.datebox-current,
.datebox-close {
    float: left;
}

.datebox-close {
    float: right;
}

.datebox .combo-arrow {
    background-image: url('images/datebox_arrow.png');
    background-position: center center;
}

.datebox-button {
    background-color: #fafafa;
}

    .datebox-button a {
        color: #444;
    }

.numberbox {
    border: 1px solid #D3D3D3;
    margin: 0;
    padding: 0 2px;
    vertical-align: middle;
}

.textbox {
    padding: 0;
}

.spinner {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
}

    .spinner .spinner-text {
        font-size: 12px;
        border: 0px;
        margin: 0;
        padding: 0 2px;
        vertical-align: baseline;
    }

.spinner-arrow {
    background-color: #f3f3f3;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
    padding: 0;
    opacity: 1.0;
    filter: alpha(opacity=100);
    width: 18px;
}

.spinner-arrow-up,
.spinner-arrow-down {
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: block;
    font-size: 1px;
    width: 18px;
    height: 10px;
    width: 100%;
    height: 50%;
    outline-style: none;
}

.spinner-arrow-hover {
    background-color: #e2e2e2;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.spinner-arrow-up:hover,
.spinner-arrow-down:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    background-color: #e2e2e2;
}

.textbox-icon-disabled .spinner-arrow-up:hover,
.textbox-icon-disabled .spinner-arrow-down:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #f3f3f3;
    cursor: default;
}

.spinner .textbox-icon-disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.spinner-arrow-up {
    background: url('images/spinner_arrows.png') no-repeat 1px center;
}

.spinner-arrow-down {
    background: url('images/spinner_arrows.png') no-repeat -15px center;
}

.spinner {
    border-color: #D3D3D3;
}

.progressbar {
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    position: relative;
}

.progressbar-text {
    text-align: center;
    position: absolute;
}

.progressbar-value {
    position: relative;
    overflow: hidden;
    width: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.progressbar {
    border-color: #D3D3D3;
}

.progressbar-text {
    color: #000000;
    font-size: 12px;
}

.progressbar-value .progressbar-text {
    background-color: #0092DC;
    color: #fff;
}

.searchbox {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
}

    .searchbox .searchbox-text {
        font-size: 12px;
        border: 0;
        margin: 0;
        padding: 0 2px;
        vertical-align: top;
    }

    .searchbox .searchbox-prompt {
        font-size: 12px;
        color: #ccc;
    }

.searchbox-button {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.searchbox-button-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.searchbox .l-btn-plain {
    border: 0;
    padding: 0;
    vertical-align: top;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .searchbox .l-btn-plain:hover {
        border: 0;
        padding: 0;
        opacity: 1.0;
        filter: alpha(opacity=100);
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

.searchbox a.m-btn-plain-active {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.searchbox .m-btn-active {
    border-width: 0 1px 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.searchbox .textbox-button-right {
    border-width: 0 0 0 1px;
}

.searchbox .textbox-button-left {
    border-width: 0 1px 0 0;
}

.searchbox-button {
    background: url('images/searchbox_button.png') no-repeat center center;
}

.searchbox {
    border-color: #D3D3D3;
    background-color: #fff;
}

    .searchbox .l-btn-plain {
        background: #f3f3f3;
    }

    .searchbox .l-btn-plain-disabled,
    .searchbox .l-btn-plain-disabled:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
}

.slider-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.slider-h {
    height: 22px;
}

.slider-v {
    width: 22px;
}

.slider-inner {
    position: relative;
    height: 6px;
    top: 7px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.slider-handle {
    position: absolute;
    display: block;
    outline: none;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.slider-tip {
    position: absolute;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    white-space: nowrap;
    top: -22px;
}

.slider-rule {
    position: relative;
    top: 15px;
}

    .slider-rule span {
        position: absolute;
        display: inline-block;
        font-size: 0;
        height: 5px;
        border-width: 0 0 0 1px;
        border-style: solid;
    }

.slider-rulelabel {
    position: relative;
    top: 20px;
}

    .slider-rulelabel span {
        position: absolute;
        display: inline-block;
        font-size: 12px;
    }

.slider-v .slider-inner {
    width: 6px;
    left: 7px;
    top: 0;
    float: left;
}

.slider-v .slider-handle {
    left: 50%;
    margin-top: -10px;
}

.slider-v .slider-tip {
    left: -10px;
    margin-top: -6px;
}

.slider-v .slider-rule {
    float: left;
    top: 0;
    left: 16px;
}

    .slider-v .slider-rule span {
        width: 5px;
        height: 'auto';
        border-left: 0;
        border-width: 1px 0 0 0;
        border-style: solid;
    }

.slider-v .slider-rulelabel {
    float: left;
    top: 0;
    left: 23px;
}

.slider-handle {
    background: url('images/slider_handle.png') no-repeat;
}

.slider-inner {
    border-color: #D3D3D3;
    background: #f3f3f3;
}

.slider-rule span {
    border-color: #D3D3D3;
}

.slider-rulelabel span {
    color: #000000;
}

.menu {
    position: absolute;
    margin: 0;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.menu-item {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}

.menu-text {
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 28px;
}

.menu-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 50%;
    margin-top: -8px;
}

.menu-rightarrow {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.menu-line {
    position: absolute;
    left: 26px;
    top: 0;
    height: 2000px;
    font-size: 1px;
}

.menu-sep {
    margin: 3px 0px 3px 25px;
    font-size: 1px;
}

.menu-active {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.menu-item-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.menu-text,
.menu-text span {
    font-size: 12px;
}

.menu-shadow {
    position: absolute;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #ccc;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}

.menu-rightarrow {
    background: url('images/menu_arrows.png') no-repeat -32px center;
}

.menu-line {
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}

.menu-sep {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.menu {
    background-color: #f3f3f3;
    border-color: #D3D3D3;
    color: #444;
}

.menu-content {
    background: #ffffff;
}

.menu-item {
    border-color: transparent;
    _border-color: #f3f3f3;
}

.menu-active {
    border-color: #ccc;
    color: #000000;
    background: #e2e2e2;
}

.menu-active-disabled {
    border-color: transparent;
    background: transparent;
    color: #444;
}

.m-btn-downarrow,
.s-btn-downarrow {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 1px;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.m-btn-active,
.s-btn-active {
    background: #e2e2e2;
    color: #000000;
    border: 1px solid #ccc;
    filter: none;
}

.m-btn-plain-active,
.s-btn-plain-active {
    background: transparent;
    padding: 0;
    /*border-width: 1px;*/
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.m-btn .l-btn-left .l-btn-text {
    margin-right: 20px;
}

.m-btn .l-btn-icon-right .l-btn-text {
    margin-right: 40px;
}

.m-btn .l-btn-icon-right .l-btn-icon {
    right: 20px;
}

.m-btn .l-btn-icon-top .l-btn-text {
    margin-right: 4px;
    margin-bottom: 14px;
}

.m-btn .l-btn-icon-bottom .l-btn-text {
    margin-right: 4px;
    margin-bottom: 34px;
}

.m-btn .l-btn-icon-bottom .l-btn-icon {
    top: auto;
    bottom: 20px;
}

.m-btn .l-btn-icon-top .m-btn-downarrow,
.m-btn .l-btn-icon-bottom .m-btn-downarrow {
    top: auto;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;
}

.m-btn-line {
    display: inline-block;
    position: absolute;
    font-size: 1px;
    display: none;
}

.m-btn .l-btn-left .m-btn-line {
    right: 0;
    width: 16px;
    height: 500px;
    border-style: solid;
    border-color: #bfbfbf;
    border-width: 0 0 0 1px;
}

.m-btn .l-btn-icon-top .m-btn-line,
.m-btn .l-btn-icon-bottom .m-btn-line {
    left: 0;
    bottom: 0;
    width: 500px;
    height: 16px;
    border-width: 1px 0 0 0;
}

.m-btn-large .l-btn-icon-right .l-btn-text {
    margin-right: 56px;
}

.m-btn-large .l-btn-icon-bottom .l-btn-text {
    margin-bottom: 50px;
}

.m-btn-downarrow,
.s-btn-downarrow {
    background: url('images/menu_arrows.png') no-repeat 0 center;
}

.m-btn-plain-active,
.s-btn-plain-active {
    /*border-color: #ccc;*/
    /*background-color: #e2e2e2;*/
    color: #1A91E3 !important;
}

    .s-btn:hover .m-btn-line,
    .s-btn-active .m-btn-line,
    .s-btn-plain-active .m-btn-line {
        display: inline-block;
    }

    .l-btn:hover .s-btn-downarrow,
    .s-btn-active .s-btn-downarrow,
    .s-btn-plain-active .s-btn-downarrow {
        border-style: solid;
        border-color: #bfbfbf;
        border-width: 0 0 0 1px;
    }

.messager-body {
    padding: 10px;
    overflow: hidden;
}

.messager-button {
    text-align: center;
    padding-top: 10px;
}

    .messager-button .l-btn {
        width: 70px;
    }

.messager-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 10px 10px 0;
}

.messager-error {
    background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}

.messager-info {
    background: url('images/messager_icons.png') no-repeat scroll 0 0;
}

.messager-question {
    background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}

.messager-warning {
    background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}

.messager-progress {
    padding: 10px;
}

.messager-p-msg {
    margin-bottom: 5px;
}

.messager-body .messager-input {
    width: 100%;
    padding: 1px 0;
    border: 1px solid #D3D3D3;
}

.tree {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .tree li {
        white-space: nowrap;
    }

        .tree li ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

.tree-node {
    height: 18px;
    white-space: nowrap;
    cursor: pointer;
}

.tree-hit {
    cursor: pointer;
}

.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: top;
    overflow: hidden;
}

.tree-expanded {
    background: url('images/tree_icons.png') no-repeat -18px 0px;
}

.tree-expanded-hover {
    background: url('images/tree_icons.png') no-repeat -50px 0px;
}

.tree-collapsed {
    background: url('images/tree_icons.png') no-repeat 0px 0px;
}

.tree-collapsed-hover {
    background: url('images/tree_icons.png') no-repeat -32px 0px;
}

.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
    background: url('images/tree_icons.png') no-repeat -144px 0;
}

.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
    background: url('images/tree_icons.png') no-repeat -128px 0;
}

.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
    background: url('images/tree_icons.png') no-repeat -80px 0;
}

.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
    background: url('images/tree_icons.png') no-repeat -64px 0;
}

.tree-line {
    background: url('images/tree_icons.png') no-repeat -176px 0;
}

.tree-join {
    background: url('images/tree_icons.png') no-repeat -192px 0;
}

.tree-joinbottom {
    background: url('images/tree_icons.png') no-repeat -160px 0;
}

.tree-folder {
    background: url('images/tree_icons.png') no-repeat -208px 0;
}

.tree-folder-open {
    background: url('images/tree_icons.png') no-repeat -224px 0;
}

.tree-file {
    background: url('images/tree_icons.png') no-repeat -240px 0;
}

.tree-loading {
    background: url('images/loading.gif') no-repeat center center;
}

.tree-checkbox0 {
    background: url('images/tree_icons.png') no-repeat -208px -18px;
}

.tree-checkbox1 {
    background: url('images/tree_icons.png') no-repeat -224px -18px;
}

.tree-checkbox2 {
    background: url('images/tree_icons.png') no-repeat -240px -18px;
}

.tree-title {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 2px;
    height: 18px;
    line-height: 18px;
}

.tree-node-proxy {
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px 0 20px;
    border-width: 1px;
    border-style: solid;
    z-index: 9900000;
}

.tree-dnd-icon {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 18px;
    left: 2px;
    top: 50%;
    margin-top: -9px;
}

.tree-dnd-yes {
    background: url('images/tree_icons.png') no-repeat -256px 0;
}

.tree-dnd-no {
    background: url('images/tree_icons.png') no-repeat -256px -18px;
}

.tree-node-top {
    border-top: 1px dotted red;
}

.tree-node-bottom {
    border-bottom: 1px dotted red;
}

.tree-node-append .tree-title {
    border: 1px dotted red;
}

.tree-editor {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 14px !important;
    height: 18px;
    line-height: 14px;
    padding: 1px 2px;
    width: 80px;
    position: absolute;
    top: 0;
}

.tree-node-proxy {
    background-color: #ffffff;
    color: #000000;
    border-color: #D3D3D3;
}

.tree-node-hover {
    background: #e2e2e2;
    color: #000000;
}

.tree-node-selected {
    background: #0092DC;
    color: #fff;
}

.validatebox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
    color: #000;
}

.tooltip {
    position: absolute;
    display: none;
    z-index: 9900000;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.tooltip-content {
    font-size: 12px;
}

.tooltip-arrow-outer,
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
}

.tooltip-right .tooltip-arrow-outer {
    left: 0;
    top: 50%;
    margin: -6px 0 0 -13px;
}

.tooltip-right .tooltip-arrow {
    left: 0;
    top: 50%;
    margin: -6px 0 0 -12px;
}

.tooltip-left .tooltip-arrow-outer {
    right: 0;
    top: 50%;
    margin: -6px -13px 0 0;
}

.tooltip-left .tooltip-arrow {
    right: 0;
    top: 50%;
    margin: -6px -12px 0 0;
}

.tooltip-top .tooltip-arrow-outer {
    bottom: 0;
    left: 50%;
    margin: 0 0 -13px -6px;
}

.tooltip-top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin: 0 0 -12px -6px;
}

.tooltip-bottom .tooltip-arrow-outer {
    top: 0;
    left: 50%;
    margin: -13px 0 0 -6px;
}

.tooltip-bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin: -12px 0 0 -6px;
}

.tooltip {
    background-color: #ffffff;
    border-color: #D3D3D3;
    color: #000000;
}

.tooltip-right .tooltip-arrow-outer {
    border-right-color: #D3D3D3;
}

.tooltip-right .tooltip-arrow {
    border-right-color: #ffffff;
}

.tooltip-left .tooltip-arrow-outer {
    border-left-color: #D3D3D3;
}

.tooltip-left .tooltip-arrow {
    border-left-color: #ffffff;
}

.tooltip-top .tooltip-arrow-outer {
    border-top-color: #D3D3D3;
}

.tooltip-top .tooltip-arrow {
    border-top-color: #ffffff;
}

.tooltip-bottom .tooltip-arrow-outer {
    border-bottom-color: #D3D3D3;
}

.tooltip-bottom .tooltip-arrow {
    border-bottom-color: #ffffff;
}

/*扁平化设计*/
a:focus {
    outline-style: none;
    -moz-outline-style: none;
}

.whflink1, .whflink {
    color: #fff;
    background: #3680A7;
    background-repeat: repeat-x;
    border: 1px solid #3680A7;
}

.s60panel-body {
    border: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid #0077bb;
    background-color: #3680A7;
}

.regularly-item-list li .flip-box {
    background: #3680A7 !important;
}

.regularly-item-list li:not(.last):after {
    background: #3680A7 !important;
}

.flip-box, .flip-box span {
    color: #fff !important;
}

.whfkonw {
    height: 45px;
    min-width: 50px;
    float: right;
    margin-right: 5px;
    vertical-align: baseline;
}

.whfkonw {
    color: #fff;
}

    .whfkonw:hover {
        border: 1px solid #44a4dc;
        color: white;
        background-color: #44a4dc;
    }

#whfleftMenu {
    background-color: #263238;
}

    #whfleftMenu::-webkit-scrollbar {
        width: 0px;
    }

    #whfleftMenu::-webkit-scrollbar-track {
        background-color: #263238;
    }

    #whfleftMenu::-webkit-scrollbar-thumb {
        background-color: #263238;
    }

.layout-panel-west .panel-title {
    height: 26px;
    line-height: 26px;
}

.layout-panel-west .panel-header {
    border: 0px;
    background-color: #222D31;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.layout-panel-west > .panel-header {
    background-color: #222D31;
}

.layout-panel-west .panel-header .panel-title {
    color: #fff;
}

#whfleftMenu .panel-header .panel-title {
    opacity: 1;
    color: #fff;
}

.icon-xiugaimima1, .icon-tuichu1, .icon-menu {
    opacity: 1;
    color: #fff;
    opacity: 1 !important;
    /*color: #ABB1B7;*/
}

    .icon-tuichu1:hover, .icon-xiugaimima1:hover, .icon-menu:hover {
        color: #1A91E3;
        background-color: #222D31 !important;
        border: 0px;
    }

.submenu {
    padding: 0px;
    padding-left: 24px;
    width: calc(100% - 24px) !important;
    margin: 0px !important;
}

    .submenu:hover {
        border: 0px;
        background-color: #4c6773 !important;
        opacity: 0.6;
        padding-left: 24px;
        border-radius: 0px;
    }

        .submenu:hover .l-btn-left {
            color: #f2f2f2 !important;
        }

.layout-panel-west .accordion-header-selected .panel-title {
    color: #fff;
}

#whfleftMenu .accordion-header-selected .panel-title {
    color: #fff;
}

#whfleftMenu {
    border-width: 0px;
}

    #whfleftMenu .accordion-body .l-btn-left {
        color: #fff;
    }

    #whfleftMenu .accordion-body .l-btn-selected {
        border: 0px;
        background-color: #2C3B42;
        opacity: 0.6;
        border-radius: 0px;
    }

        #whfleftMenu .accordion-body .l-btn-selected .l-btn-left {
            color: #fff !important;
        }

    #whfleftMenu .panel-header {
        padding-left: 20px;
        border-bottom: 0px solid rgba(255,255,255,.1);
    }

        #whfleftMenu .panel-header .panel-icon {
            left: initial;
        }

    #whfleftMenu .panel-tool {
        width: 0px;
    }

    #whfleftMenu .accordion-body {
        color: #FFF;
        border: 0px;
        background: #2C3B42;
    }

    #whfleftMenu .accordion-header-selected {
        color: #FFF;
        border: 0px;
        /*background: #2187bf;*/
    }

    #whfleftMenu .accordion-body .l-btn-text {
        line-height: 30px;
    }

.datagrid-header {
    height: 30px !important;
}

    .datagrid-header td {
        border-bottom: 0px;
    }

.datagrid-htable {
    height: 30px !important;
}

.datagrid-row {
    height: 30px !important;
}
/*悬浮聊天*/
/* quick_links */
.quick_links_wrap {
    font-size: 0;
    width: 66px;
    position: fixed;
    right: 2px;
    bottom: 204px;
    z-index: 9;
    -webkit-transition: width linear .4s;
    -moz-transition: width linear .4s;
    -ms-transition: width linear .4s;
    transition: width linear .4s;
    _position: absolute;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-10);
}

    .quick_links_wrap.quick_links_min {
        width: 34px;
    }

    .quick_links_wrap.quick_links_dockright {
        margin-left: 0;
        left: auto;
        right: 4px;
    }

.quick_links_panel {
    background: #FBFBFB;
    border: 1px solid #EAEAEA;
    box-shadow: 0 0 4px rgba(0,0,0,.14); /*padding-bottom:30px;*/
    height: 124px;
    width: 64px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
}

.quick_links_min .quick_links_panel {
    height: 0;
    width: 32px;
}

.quick_links_allow_gotop {
    height: 385px;
}

.quick_links_min .quick_links_allow_gotop {
    height: 32px;
}

.quick_links_panel .quick_toggle {
    background: #FBFBFB;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.quick_links_panel .toggle {
    background: url(../blackflat/images/bg_hor.png) no-repeat -160px -62px;
    margin: -10px 0 0 -10px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    transition: all linear .4s;
}

:root .quick_links_panel .toggle {
    background-position: -160px -82px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.quick_links_min .quick_links_panel .toggle {
    background-position: -160px -82px;
}

:root .quick_links_min .quick_links_panel .toggle {
    background-position: -160px -82px;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.quick_links {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    -webkit-transition: top ease .4s;
    -moz-transition: top ease .4s;
    -ms-transition: top ease .4s;
    transition: top ease .4s;
}

.quick_links_allow_gotop .quick_links, .quick_links_min .quick_links_allow_gotop .quick_links {
    top: 0;
}

.quick_links_min .quick_links {
    top: 32px;
}

.quick_links a {
    display: block;
    border: 1px solid #fff;
    border-bottom-color: #edecec;
    color: #4467a7;
    font-size: 12px;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}

    .quick_links a:hover, .quick_links a.current {
        background-color: #4467a7;
        border-color: #4467a7;
        color: #fff;
    }

.quick_links i {
    display: inline-block;
    background: url(../blackflat/images/bg_hor.png) no-repeat 0 -182px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    vertical-align: top;
}

.quick_links a:hover i, .quick_links a.current i {
    background-position: 0 -220px;
}

.quick_links .message {
    background-position: -190px -182px;
}

.quick_links a:hover .message, .quick_links a.current .message {
    background-position: -190px -220px;
}

.quick_links .cart {
    background-position: -38px -182px;
}

.quick_links a:hover .cart, .quick_links a.current .cart {
    background-position: -38px -220px;
}

.quick_links .view {
    background-position: -76px -182px;
}

.quick_links a:hover .view, .quick_links a.current .view {
    background-position: -76px -220px;
}

.quick_links .qa {
    background-position: -114px -182px;
}

.quick_links a:hover .qa, .quick_links a.current .qa {
    background-position: -114px -220px;
}

.quick_links .top {
    background-position: -152px -182px;
}

.quick_links_min .quick_links .top {
    background-position: -180px -62px;
    height: 20px;
    width: 20px;
}

.quick_links a:hover .top, .quick_links a.current .top {
    background-position: -152px -220px;
}

.quick_links_min .quick_links a:hover .top, .quick_links_min .quick_links a.current .top {
    background-position: -180px -82px;
}

.quick_links span {
    display: block;
    cursor: pointer;
    padding-top: 3px;
    height: 1.5em;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.quick_links .num, .quick_links .num b,
.quick_links_pop .num, .quick_links_pop .num b {
    display: inline-block;
    background: url(../blackflat/images/bg_hor.png) no-repeat 100% -102px;
    padding-right: 6px;
    vertical-align: top;
}

.quick_links .num, .quick_links_pop .num {
    background-position: -210px -82px;
    color: #fff;
    cursor: pointer;
    font: 12px/18px Arial;
    margin-left: 6px;
    padding: 0 0 0 6px;
    vertical-align: middle;
}

.quick_links .num {
    margin: -60px 0 0;
    position: absolute;
    left: 38px;
}

.quick_links a:hover .num, .quick_links a.current .num {
    background-position: -220px -82px;
}

    .quick_links a:hover .num b, .quick_links a.current .num b {
        background-position: 100% -122px;
    }

/* quick_links_pop */
.quick_links_pop, .quick_links_pop .fix_bg {
    background: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.quick_links_pop {
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    margin-right: 6px;
    position: absolute;
    bottom: 0;
    right: 100%;
}

    .quick_links_pop .arrow, .quick_links_pop .arrow i {
        display: none;
        border-color: transparent #ddd;
        border-style: dashed solid;
        border-width: 12px 0 12px 12px;
        font-size: 0;
        height: 0;
        width: 0;
        position: absolute;
        left: 100%;
        top: 12px;
    }

        .quick_links_pop .arrow i {
            border-color: transparent #f9fafc;
            margin: -12px 0 0 -13px;
            left: 0;
            top: 0;
        }

    .quick_links_pop .fix_bg {
        display: none;
        border-top-width: 0;
        border-radius: 0 0 3px 3px;
        margin: 0 0 -4px -250px;
        height: 2px;
        width: 500px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .quick_links_pop .title {
        background: #fdfdfe;
        background: -moz-linear-gradient(top, #fdfdfe 0%, #f5f7fb 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#f5f7fb));
        background: -webkit-linear-gradient(top, #fdfdfe 0%,#f5f7fb 100%);
        background: -o-linear-gradient(top, #fdfdfe 0%,#f5f7fb 100%);
        background: -ms-linear-gradient(top, #fdfdfe 0%,#f5f7fb 100%);
        background: linear-gradient(to bottom, #fdfdfe 0%,#f5f7fb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfe', endColorstr='#f5f7fb',GradientType=0);
        border-bottom: 1px solid #DDD;
        border-radius: 3px 3px 0 0;
        height: 50px;
    }

        .quick_links_pop .title h3 {
            color: #4467a7;
            font-size: 16px;
            font-weight: normal;
            line-height: 24px;
            padding: 13px 15px;
            height: 24px;
        }

        .quick_links_pop .title i {
            display: inline-block;
            background: url(../blackflat/images/bg_hor.png) no-repeat -140px -34px;
            margin: -3px 6px 0 0;
            height: 22px;
            width: 30px;
            vertical-align: middle;
            *margin-top: 0;
        }

    .quick_links_pop .pop_panel {
        font-size: 12px;
    }

    .quick_cart_list, .quick_history_list, .quick_links_pop .links, .quick_my_qlinks, .quick_message_list {
        width: 256px;
    }

        .quick_cart_list .user_cart_inner, .quick_history_list .history_slider {
            display: block;
            border: 0;
            margin: 0;
            position: static;
        }

            .quick_cart_list .user_cart_inner .del {
                display: none;
            }

        .quick_history_list .title i {
            background-position: -170px -34px;
        }

.quick_leave_message {
    width: 504px;
}

    .quick_leave_message .title i {
        background-position: -160px 0;
    }

    .quick_leave_message .types {
        font-size: 0;
        position: absolute;
        left: 148px;
        top: 18px;
        white-space: nowrap;
    }

        .quick_leave_message .types input, .quick_leave_message .types label {
            font-size: 12px;
            margin-right: 20px;
            vertical-align: middle;
            white-space: nowrap;
        }

        .quick_leave_message .types input {
            margin: -2px 3px 0 0;
            height: 13px;
            width: 13px;
            *margin-top: 0;
        }

    .quick_leave_message .txt {
        padding: 15px 0;
    }

        .quick_leave_message .txt textarea {
            display: block;
            background: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 3px;
            box-shadow: 0 1px 0 #fff, inset 0 1px 4px rgba(0,0,0,.1);
            margin: 0 auto;
            padding: 8px;
            height: 68px;
            width: 90%;
        }

    .quick_leave_message .token {
        padding: 0 0 14px 16px;
        height: 26px;
    }

        .quick_leave_message .token input {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 4px;
            width: 76px;
            vertical-align: middle;
        }

        .quick_leave_message .token img {
            margin-left: 5px;
            vertical-align: middle;
        }

    .quick_leave_message .btns {
        float: right;
        margin-top: -42px;
        padding-right: 16px;
    }

    .quick_leave_message .btn {
        background-position: 0 -356px;
        cursor: pointer;
        font-size: 0;
        padding-left: 20px;
        text-shadow: 0 1px 0 #355ba9;
        overflow: visible;
    }

        .quick_leave_message .btn:hover {
            background-position: 0 -386px;
        }

        .quick_leave_message .btn span {
            background-position: 100% -356px;
            font-size: 12px;
            padding-right: 20px;
            *height: 29px;
        }

        .quick_leave_message .btn:hover span {
            background-position: 100% -386px;
        }

.quick_links_pop .no_data {
    color: #333;
    font-size: 14px;
    padding: 35px 10px;
    text-align: center;
}

    .quick_links_pop .no_data i {
        display: inline-block;
        background: url(../blackflat/images/cart_new.png) no-repeat 0 -188px;
        margin: 0 10px 0 0;
        height: 36px;
        width: 60px;
        vertical-align: middle;
    }

.quick_links_pop .links li {
    border-top: 1px solid #f1f1f1;
    vertical-align: top;
}

.quick_links_pop .links a {
    display: block;
    background: #FCFCFC;
    color: #333;
    font-size: 14px;
    padding: 12px 15px;
}

    .quick_links_pop .links a:hover {
        background-color: #F2F3F4;
        color: #4467a7;
    }

.quick_links_pop .links .tips {
    float: right;
    color: #61c2ed;
    font-size: 12px;
}

.quick_my_qlinks .title i {
    background-position: -200px 0;
    height: 22px;
    width: 22px;
}

.quick_message_list .title i {
    background-position: -200px -34px;
    height: 22px;
    width: 22px;
}

.quick_message_list .no_data i {
    background-image: url(../blackflat/images/quick_links_no_msg.png);
    background-position: 0 0;
    height: 45px;
    width: 62px;
}

.communication_whf_body {
    height: 380px;
    width: 440px;
    z-index: 22;
    border: 1px solid #3680A7;
    background-color: #fff;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.communication_whf_title {
    background-color: #3680A7;
    border-bottom: 1px solid #0092DC;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

    .communication_whf_title a {
        float: right;
        position: relative;
        right: 4px;
        cursor: pointer;
        color: white;
    }

.communication_whf_content {
    height: 375px;
}

.communication_whf_left1 {
    float: left;
    width: 160px;
    height: 353px;
    border-right: 1px solid #3680A7;
}

.communication_whf_left_top {
    height: 30px;
}

.communication_whf_left_btn {
    display: inline-block;
    line-height: 30px;
}

    .communication_whf_left_btn:hover {
        color: #3680A7;
    }

.communication_whf_left {
    float: left;
    width: 160px;
    height: 323px;
    overflow-y: auto;
    background-color: #f2F2F2;
}

    .communication_whf_left div {
        cursor: pointer;
        line-height: 28px;
        padding: 2px 4px 2px 4px;
    }

.comm_whf_left_active {
    background-color: #dbdbdb;
}

.communication_whf_left::-webkit-scrollbar {
    width: 4px;
}

.communication_whf_left::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.communication_whf_left::-webkit-scrollbar-thumb {
    background-color: #A9A9A9;
}

.communication_whf_right {
    width: 279px;
    float: right;
    height: 353px;
}

.com_whf_right_top {
    height: 318px;
    border-bottom: 1px solid #3680A7;
    overflow-y: auto;
}
    /*滚动条样式*/
    .com_whf_right_top::-webkit-scrollbar { /*滚动条整体样式*/
        width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .com_whf_right_top::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }

    .com_whf_right_top::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 5px;
        background: rgba(0,0,0,0.1);
    }

.com_whf_right_bottom {
    padding: 2px 0px 0px 2px;
    height: 34px;
}

#comm_text {
    width: 214px;
    font-size: 14px;
    line-height: 24px;
}

#comm_s60Btn {
    border: 0px;
    background-color: #3680A7;
    color: white;
    line-height: 25px;
    margin-left: 6px;
    padding: 2px 10px 2px 10px;
}

    #comm_s60Btn:hover {
        background-color: #0092DC;
    }

.hasNews {
    float: right;
    position: relative;
    top: 9px;
    right: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #f00;
}

#hisMoreInfo {
    text-align: center;
    float: left;
    width: 100%;
}

    #hisMoreInfo > a {
        cursor: pointer;
        color: #1670EB;
        text-decoration: none;
    }

        #hisMoreInfo > a:hover {
            text-decoration: underline;
        }

.OnlineRight {
    width: 95%;
    float: right;
    padding-bottom: 14px;
    padding-right: 5px;
}

    .OnlineRight img {
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,.15);
        width: 35px;
        height: 35px;
        float: right;
    }

    .OnlineRight .rightArrow {
        border-width: 8px 0 8px 8px;
        border-style: solid;
        border-color: transparent transparent transparent #E7E7E7; /*透明 灰 透明 透明 */
        width: 0;
        height: 0;
        float: right;
        position: relative;
        top: 8px;
        left: -1px;
    }

        .OnlineRight .rightArrow span {
            display: block;
            width: 0;
            height: 0;
            border-width: 6px 0 6px 7px;
            border-style: solid;
            border-color: transparent transparent transparent #9EEA6A; /*透明 黄 透明 透明 */
            position: relative;
            top: -6px;
            right: 8px;
        }

    .OnlineRight .rightcont {
        float: right;
        max-width: calc(100% - 50px);
        width: auto;
        border: 1px solid #E7E7E7;
        background-color: #9EEA6A;
        word-break: break-all;
        padding: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
    }

.OnlineLeft {
    width: 95%;
    float: left;
    padding-bottom: 14px;
    padding-left: 5px;
}

    .OnlineLeft img {
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,.15);
        width: 35px;
        height: 35px;
        float: left;
    }

    .OnlineLeft .leftArrow {
        border-width: 8px 8px 8px 0;
        border-style: solid;
        border-color: transparent #E7E7E7 transparent transparent; /*透明 灰 透明 透明 */
        width: 0;
        height: 0;
        float: left;
        position: relative;
        top: 8px;
        left: 1px;
    }

        .OnlineLeft .leftArrow span {
            display: block;
            width: 0;
            height: 0;
            border-width: 6px 7px 6px 0;
            border-style: solid;
            border-color: transparent white transparent transparent; /*透明 黄 透明 透明 */
            position: relative;
            top: -6px;
            left: 1px;
        }

    .OnlineLeft .leftcont {
        float: left;
        max-width: calc(100% - 50px);
        width: auto;
        border: 1px solid #E7E7E7;
        background-color: white;
        word-break: break-all;
        padding: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
    }


.sysmessage_whf_body {
    height: 214px;
    width: 340px;
    z-index: 22;
    border: 1px solid #3680A7;
    background-color: #fff;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.sysmessage_whf_title {
    background-color: #3680A7;
    border-bottom: 1px solid #0092DC;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

    .sysmessage_whf_title a {
        float: right;
        position: relative;
        right: 4px;
        cursor: pointer;
        color: white;
    }

.sysmessage_whf_content {
    height: 187px;
    overflow-y: auto;
}
    /*滚动条样式*/
    .sysmessage_whf_content::-webkit-scrollbar { /*滚动条整体样式*/
        width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .sysmessage_whf_content::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }

    .sysmessage_whf_content::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 5px;
        background: rgba(0,0,0,0.1);
    }


.sysmessage_whf_list {
    padding: 1px 4px 1px 4px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

    .sysmessage_whf_list:hover {
        background-color: #f1f1f1;
    }

    .sysmessage_whf_list a {
        color: blue;
        text-decoration: none;
    }

#divSelectUserID {
    width: 450px;
}

#addUserID {
    float: left;
    text-align: center;
    display: block;
    width: 74px;
    line-height: 28px;
    color: white;
    background-color: #0077bb;
    cursor: pointer;
}

.UserDiv {
    float: left;
    line-height: 28px;
    width: 120px;
    display: inline-block;
    margin-bottom: 4px;
}

    .UserDiv span:nth-child(1) {
        width: 70px;
        text-align: center;
        float: left;
        line-height: 26px;
        display: inline-block;
        border-bottom: 2px solid #ff6a00;
    }

    .UserDiv span:nth-child(2) {
        line-height: 28px;
        width: 44px;
        display: inline-block;
        text-align: center;
        background-color: #ff6a00;
        border-radius: 10px 5px 5px 0px;
        cursor: pointer;
    }

.yanshiA {
    float: right;
    color: white !important;
    text-decoration: none;
}

#GroupUnameInfo {
    float: left;
    width: 100%;
    text-align: center;
}

    #GroupUnameInfo span {
        padding: 1px 6px 1px 6px;
        border-radius: 4px;
        font-size: 8px;
        color: #fff;
        background-color: #B6B6B6;
    }

#GroupRoom {
    position: absolute;
    float: left;
    line-height: 22px;
    width: 269px;
    text-align: left;
    color: white;
    padding-left: 10px;
    background-color: #3680A7;
    border-bottom: 1px solid #0092DC;
}

    #GroupRoom span {
        float: right;
        position: relative;
        right: 4px;
    }

        #GroupRoom span a {
            color: white;
        }


#leftDivGrid {
    float: left;
    width: calc(50% - 1px);
    border-right: 1px solid #95B8E7;
    height: calc(100% - 33px);
}

    #leftDivGrid #leftTitle {
        background-color: #3680A7;
        line-height: 24px;
        text-align: center;
        color: white;
        border-top: 1px solid #0092DC;
        border-bottom: 1px solid #0092DC;
    }

#rightDivGrid {
    float: right;
    width: 50%;
    height: calc(100% - 33px);
}

    #rightDivGrid #rightTitle {
        background-color: #3680A7;
        line-height: 24px;
        text-align: center;
        color: white;
        border-top: 1px solid #D3D3D3;
        border-bottom: 1px solid #D3D3D3;
    }

#whftreeDiv {
    width: 14.45%;
    height: 100%;
    border-right: 1px solid #D3D3D3;
    float: left;
}

    #whftreeDiv > span {
        width: 100%;
        line-height: 28px;
        display: inline-block;
        background: #f3f3f3;
        /*background: linear-gradient(top,#f3f3f3 0,#D3D3D3 100%);
        background: -webkit-linear-gradient(top,#f3f3f3 0,#D3D3D3 100%);*/
        text-align: center;
        border-bottom: 1px solid #D3D3D3;
    }

#whfcontent {
    width: 85.45%;
    height: 100%;
    float: right;
}

.crm-Form-SectionBar {
    background-color: #eeeeee;
    margin-bottom: 4px;
}
/*
    工单详情新增样式
*/
.NwhfService {
    text-align: left !important;
    background-color: white !important;
    padding-left: 10px;
    border-left: 2px solid #3680A7;
    width: 22% !important;
    color: #3680A7;
    font-weight: 600;
}
/*
    2019-08-12 增加的样式
*/
.panel-whf-title {
    right: 40px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}
/*颜色预览*/
.s60Colorbox {
    font-size: 12px;
    height: 14px;
    width: 152px;
    padding: 4px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #D3D3D3;
}

#whftreeDiv {
    width: 14.45%;
    height: 100%;
    border-right: 1px solid #D3D3D3;
    float: left;
}

    #whftreeDiv > span {
        width: 100%;
        line-height: 28px;
        display: inline-block;
        background-color: #f3f3f3;
        /*background: linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);*/
        text-align: center;
        border-bottom: 1px solid #D3D3D3;
    }

.ThreeDul span {
    color: #fff;
}

.child-accordion .panel-header {
    background-color: #374A52;
}
