﻿/*
 * Ext JS Library 2.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img, body, html {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

.ext-el-mask {
    z-index: 20000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.ext-el-mask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #6593cf;
    background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
    padding: 2px;
}

    .ext-el-mask-msg div {
        padding: 5px 10px 5px 10px;
        background: #eee;
        border: 1px solid #a3bad9;
        color: #222;
        font: normal 11px tahoma,arial,helvetica,sans-serif;
        cursor: wait;
    }

.ext-shim {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    overflow: hidden;
}

.ext-ie .ext-shim {
    filter: alpha(opacity=0);
}

.ext-ie6 .ext-shim {
    margin-left: 5px;
    margin-top: 3px;
}

.x-mask-loading div {
    padding: 5px 10px 5px 25px;
    background: #fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
    line-height: 16px;
}

.x-hidden, .x-hide-offsets {
    position: absolute;
    left: -10000px;
    top: -10000px;
    visibility: hidden;
}

.x-hide-display {
    display: none!important;
}

.x-hide-visibility {
    visibility: hidden!important;
}

.x-masked {
    overflow: hidden!important;
}

    .x-masked select, .x-masked object, .x-masked embed {
        visibility: hidden;
    }

.x-layer {
    visibility: hidden;
}

.x-unselectable, .x-unselectable * {
    -moz-user-select: none;
    -khtml-user-select: none;
}

.x-repaint {
    zoom: 1;
    background-color: transparent;
    -moz-outline: none;
}

.x-item-disabled {
    color: gray;
    cursor: default;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
}

    .x-item-disabled * {
        color: gray!important;
        cursor: default!important;
    }

.x-splitbar-proxy {
    position: absolute;
    visibility: hidden;
    z-index: 20001;
    background: #aaa;
    zoom: 1;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

.x-splitbar-h, .x-splitbar-proxy-h {
    cursor: e-resize;
    cursor: col-resize;
}

.x-splitbar-v, .x-splitbar-proxy-v {
    cursor: s-resize;
    cursor: row-resize;
}

.x-color-palette {
    width: 150px;
    height: 92px;
    cursor: pointer;
}

    .x-color-palette a {
        border: 1px solid #fff;
        float: left;
        padding: 2px;
        text-decoration: none;
        -moz-outline: 0 none;
        outline: 0 none;
        cursor: pointer;
    }

        .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
            border: 1px solid #8BB8F3;
            background: #deecfd;
        }

    .x-color-palette em {
        display: block;
        border: 1px solid #ACA899;
    }

        .x-color-palette em span {
            cursor: pointer;
            display: block;
            height: 10px;
            line-height: 10px;
            width: 10px;
        }

.x-ie-shadow {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    background: #777;
    zoom: 1;
}

.x-shadow {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

    .x-shadow * {
        overflow: hidden;
    }

    .x-shadow * {
        padding: 0;
        border: 0;
        margin: 0;
        clear: none;
        zoom: 1;
    }

    .x-shadow .xstc, .x-shadow .xsbc {
        height: 6px;
        float: left;
    }

    .x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
        width: 6px;
        height: 6px;
        float: left;
    }

    .x-shadow .xsc {
        width: 100%;
    }

    .x-shadow .xsml, .x-shadow .xsmr {
        width: 6px;
        float: left;
        height: 100%;
    }

    .x-shadow .xsmc {
        float: left;
        height: 100%;
        background: transparent url( ../images/default/shadow-c.png );
    }

    .x-shadow .xst, .x-shadow .xsb {
        height: 6px;
        overflow: hidden;
        width: 100%;
    }

    .x-shadow .xsml {
        background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
    }

    .x-shadow .xsmr {
        background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
    }

    .x-shadow .xstl {
        background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
    }

    .x-shadow .xstc {
        background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
    }

    .x-shadow .xstr {
        background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
    }

    .x-shadow .xsbl {
        background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
    }

    .x-shadow .xsbc {
        background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
    }

    .x-shadow .xsbr {
        background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
    }

.loading-indicator {
    font-size: 11px;
    background-image: url(../images/default/grid/loading.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    line-height: 16px;
    margin: 3px;
}

.x-text-resize {
    position: absolute;
    left: -1000px;
    top: -1000px;
    visibility: hidden;
    zoom: 1;
}

.x-drag-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/default/s.gif);
    z-index: 20000;
}

.x-clear {
    clear: both;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.x-spotlight {
    z-index: 8999;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 0;
    height: 0;
    zoom: 1;
}

.x-tab-panel {
    overflow: hidden;
}

.x-tab-panel-header, .x-tab-panel-footer {
    background: #deecfd;
    border: 1px solid #8db2e3;
    overflow: hidden;
    zoom: 1;
}

.x-tab-panel-header {
    border: 1px solid #8db2e3;
    padding-bottom: 2px;
}

.x-tab-panel-footer {
    border: 1px solid #8db2e3;
    padding-top: 2px;
}

.x-tab-strip-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    zoom: 1;
}

ul.x-tab-strip {
    display: block;
    width: 5000px;
    zoom: 1;
}

ul.x-tab-strip-top {
    padding-top: 1px;
    background: url(../images/default/tabs/tab-strip-bg.gif) #cedff5 repeat-x bottom;
    border-bottom: 1px solid #8db2e3;
}

ul.x-tab-strip-bottom {
    padding-bottom: 1px;
    background: url(../images/default/tabs/tab-strip-btm-bg.gif) #cedff5 repeat-x top;
    border-top: 1px solid #8db2e3;
    border-bottom: 0 none;
}

.x-tab-panel-header-plain .x-tab-strip-top {
    background: transparent!important;
    padding-top: 0!important;
}

.x-tab-panel-header-plain {
    background: transparent!important;
    border-width: 0!important;
    padding-bottom: 0!important;
}

    .x-tab-panel-header-plain .x-tab-strip-spacer {
        border: 1px solid #8db2e3;
        border-top: 0 none;
        height: 2px;
        background: #deecfd;
        font-size: 1px;
        line-height: 1px;
    }

.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer {
    height: 3px;
}

ul.x-tab-strip li {
    float: left;
    display:;
    inline-block;
    margin: 0 4px -1px 0;
    position: relative;
    padding: 0;
}
    /*tab栏*/
    ul.x-tab-strip li.x-tab-edge {
        float: left;
        margin: 0!important;
        padding: 0!important;
        border: 0 none!important;
        font-size: 1px!important;
        line-height: 1px!important;
        overflow: hidden;
        zoom: 1;
        background: transparent!important;
        width: 1px;
    }

.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
    display: block;
}

.x-tab-strip a {
    text-decoration: none!important;
    -moz-outline: none;
    outline: none;
    cursor: pointer;
}

.x-tab-strip-inner {
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-tab-strip span.x-tab-strip-text {
    font: normal 11px tahoma,arial,helvetica;
    color: #416aa3;
    white-space: nowrap;
    cursor: pointer;
    padding: 4px 0;
}

.x-tab-strip .x-tab-with-icon .x-tab-right {
    padding-left: 6px;
}

.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
    padding-left: 20px;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.x-tab-strip-over span.x-tab-strip-text {
    color: #15428b;
}

.x-tab-strip-active {
    cursor: default;
}

    .x-tab-strip-active span.x-tab-strip-text {
        cursor: default;
        color: #15428b;
        font-weight: bold;
    }

.x-tab-strip-disabled .x-tabs-text {
    cursor: default;
    color: #aaa;
}

.x-tab-panel-body {
    overflow: hidden;
}

.x-tab-panel-bwrap {
    overflow: hidden;
}

.ext-ie .x-tab-strip .x-tab-right {
    position: relative;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
    margin-bottom: -1px;
}

    .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
        padding-bottom: 5px;
    }

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
    margin-top: -1px;
}

    .x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
        padding-top: 5px;
    }

.x-tab-strip-top .x-tab-right {
    background: transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat 0 -51px;
    padding-left: 10px;
}

.x-tab-strip-top .x-tab-left {
    background: transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat right -351px;
    padding-right: 10px;
}

.x-tab-strip-top .x-tab-strip-inner {
    background: transparent url(../images/default/tabs/tabs-sprite.gif) repeat-x 0 -201px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-right {
    background-position: 0 -101px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-left {
    background-position: right -401px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
    background-position: 0 -251px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
    background-position: 0 0;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-left {
    background-position: right -301px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
    background-position: 0 -151px;
}

.x-tab-strip-bottom .x-tab-right {
    background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
}

.x-tab-strip-bottom .x-tab-left {
    background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
    background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
    background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
}

.x-tab-strip-bottom .x-tab-left {
    padding: 0 10px;
}

.x-tab-strip-bottom .x-tab-right {
    padding: 0;
}

.x-tab-strip .x-tab-strip-close {
    display: none;
}

.x-tab-strip-closable {
    position: relative;
}

    .x-tab-strip-closable .x-tab-left {
        padding-right: 19px;
    }

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
    background-image: url(../images/default/tabs/tab-close.gif);
    opacity: .6;
    -moz-opacity: .6;
    background-repeat: no-repeat;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 8px;
    right: 3px;
    cursor: pointer;
    z-index: 2;
}
/*关闭按钮位置*/
.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
    opacity: .8;
    -moz-opacity: .8;
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
    background-image: url(../images/default/tabs/tab-close.gif);
    opacity: 1;
    -moz-opacity: 1;
}

.x-tab-panel-body { /* border:1px solid #8db2e3; */
    background: #fff;
}

.x-tab-panel-body-top {
    border-top: 0 none;
}

.x-tab-panel-body-bottom {
    border-bottom: 0 none;
}

.x-tab-scroller-left {
    background: transparent url(../images/default/tabs/scroll-left.gif) no-repeat -18px 0;
    border-bottom: 1px solid #8db2e3;
    width: 18px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.x-tab-scroller-left-over {
    background-position: 0 0;
}

.x-tab-scroller-left-disabled {
    background-position: -18px 0;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

.x-tab-scroller-right {
    background: transparent url(../images/default/tabs/scroll-right.gif) no-repeat 0 0;
    border-bottom: 1px solid #8db2e3;
    width: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.x-tab-scroller-right-over {
    background-position: -18px 0;
}

.x-tab-scroller-right-disabled {
    background-position: 0 0;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

.x-tab-scrolling .x-tab-strip-wrap {
    margin-left: 18px;
    margin-right: 18px;
}

.x-tab-scrolling {
    position: relative;
}

.x-tab-panel-bbar .x-toolbar {
    border: 1px solid #99bbe8;
    border-top: 0 none;
    overflow: hidden;
    padding: 2px;
}

.x-tab-panel-tbar .x-toolbar {
    border: 1px solid #99bbe8;
    border-top: 0 none;
    overflow: hidden;
    padding: 2px;
}

.x-form-field {
    margin: 0;
    font: normal 12px tahoma,arial,helvetica,sans-serif;
}

.x-form-text, textarea.x-form-field {
    padding: 1px 3px;
    background: #fff url(../images/default/form/text-bg.gif) repeat-x 0 0;
    border: 1px solid #B5B8C8;
}

textarea.x-form-field {
    padding: 2px 3px;
}

.x-form-text {
    height: 22px;
    line-height: 18px;
    vertical-align: middle;
}

.ext-ie .x-form-text {
    margin: -1px 0;
    height: 22px;
    line-height: 18px;
}

.ext-ie textarea.x-form-field {
    margin: -1px 0;
}

.ext-strict .x-form-text {
    height: 18px;
}

.ext-safari .x-form-text {
    height: 20px;
    padding: 0 3px;
}

.ext-safari.ext-mac textarea.x-form-field {
    margin-bottom: -2px;
}

.ext-gecko .x-form-text {
    padding-top: 2px;
    padding-bottom: 0;
}

textarea {
    resize: none;
}

.x-form-select-one {
    height: 20px;
    line-height: 18px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #B5B8C8;
}

.x-form-field-wrap {
    position: relative;
    zoom: 1;
    white-space: nowrap;
}

.x-editor .x-form-check-wrap {
    background: #fff;
}

.x-form-field-wrap .x-form-trigger {
    width: 17px;
    height: 21px;
    border: 0;
    background: transparent url(../images/default/form/trigger.gif) no-repeat 0 0;
    cursor: pointer;
    border-bottom: 1px solid #B5B8C8;
    position: absolute;
    top: 0;
}

.ext-safari .x-form-field-wrap .x-form-trigger {
    height: 21px;
}

.x-form-field-wrap .x-form-date-trigger {
    background-image: url(../images/default/form/date-trigger.gif);
    cursor: pointer;
}

.x-form-field-wrap .x-form-clear-trigger {
    background-image: url(../images/default/form/clear-trigger.gif);
    cursor: pointer;
}

.x-form-field-wrap .x-form-search-trigger {
    background-image: url(../images/default/form/search-trigger.gif);
    cursor: pointer;
}

.ext-safari .x-form-field-wrap .x-form-trigger {
    right: 0;
}

.x-form-field-wrap .x-form-twin-triggers .x-form-trigger {
    position: static;
    top: auto;
    vertical-align: top;
}

.x-form-field-wrap .x-form-trigger-over {
    background-position: -17px 0;
}

.x-form-field-wrap .x-form-trigger-click {
    background-position: -34px 0;
}

.x-trigger-wrap-focus .x-form-trigger {
    background-position: -51px 0;
}

.x-trigger-wrap-focus .x-form-trigger-over {
    background-position: -68px 0;
}

.x-trigger-wrap-focus .x-form-trigger-click {
    background-position: -85px 0;
}

.x-trigger-wrap-focus .x-form-trigger {
    border-bottom: 1px solid #7eadd9;
}

.x-item-disabled .x-form-trigger-over {
    background-position: 0 0!important;
    border-bottom: 1px solid #B5B8C8;
}

.x-item-disabled .x-form-trigger-click {
    background-position: 0 0!important;
    border-bottom: 1px solid #B5B8C8;
}

.x-form-focus, textarea.x-form-focus {
    border: 1px solid #7eadd9;
}

.x-form-invalid, textarea.x-form-invalid {
    background: #fff url(../images/default/grid/invalid_line.gif) repeat-x bottom;
    border: 1px solid #dd7870;
}

.ext-safari .x-form-invalid {
    background-color: #fee;
    border: 1px solid #ff7870;
}

.x-editor {
    visibility: hidden;
    padding: 0;
    margin: 0;
}

.x-form-check-wrap {
    line-height: 18px;
}

.ext-ie .x-form-check-wrap input {
    width: 15px;
    height: 15px;
}

.x-editor .x-form-check-wrap {
    padding: 3px;
}

.x-editor .x-form-checkbox {
    height: 13px;
}

.x-form-grow-sizer {
    font: normal 12px tahoma,arial,helvetica,sans-serif;
    left: -10000px;
    padding: 8px 3px;
    position: absolute;
    visibility: hidden;
    top: -10000px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    zoom: 1;
}

    .x-form-grow-sizer p {
        margin: 0!important;
        border: 0 none!important;
        padding: 0!important;
    }

.x-form-item {
    font: normal 12px tahoma,arial,helvetica,sans-serif;
    display: block;
    margin-bottom: 4px;
    zoom: 1;
}

    .x-form-item label {
        display: block;
        float: left;
        width: 100px;
        padding: 3px;
        padding-left: 0;
        clear: left;
        z-index: 2;
        position: relative;
    }

.x-form-element {
    padding-left: 105px;
    position: relative;
}

.x-form-invalid-msg {
    color: #e00;
    padding: 2px;
    padding-left: 18px;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    background: transparent url(../images/default/shared/warning.gif) no-repeat 0 2px;
    line-height: 16px;
    width: 200px;
}

.x-form-label-right label {
    text-align: right;
}

.x-form-label-top .x-form-item label {
    width: auto;
    float: none;
    clear: none;
    display: inline;
    margin-bottom: 4px;
    position: static;
}

.x-form-label-top .x-form-element {
    padding-left: 0;
    padding-top: 4px;
}

.x-form-label-top .x-form-item {
    padding-bottom: 4px;
}

.x-form-empty-field {
    color: gray;
}

.x-small-editor .x-form-field {
    font: normal 11px arial,tahoma,helvetica,sans-serif;
}

.x-small-editor .x-form-text {
    height: 20px;
    line-height: 16px;
    vertical-align: middle;
}

.ext-ie .x-small-editor .x-form-text {
    margin-top: -1px!important;
    margin-bottom: -1px!important;
    height: 20px!important;
    line-height: 16px!important;
}

.ext-strict .x-small-editor .x-form-text {
    height: 16px!important;
}

.ext-safari .x-small-editor .x-form-field {
    font: normal 12px arial,tahoma,helvetica,sans-serif;
}

.ext-ie .x-small-editor .x-form-text {
    height: 20px;
    line-height: 16px;
}

.ext-border-box .x-small-editor .x-form-text {
    height: 20px;
}

.x-small-editor .x-form-select-one {
    height: 20px;
    line-height: 16px;
    vertical-align: middle;
}

.x-small-editor .x-form-num-field {
    text-align: right;
}

.x-small-editor .x-form-field-wrap .x-form-trigger {
    height: 19px;
}

.x-form-clear {
    clear: both;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.x-form-clear-left {
    clear: left;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.x-form-cb-label {
    width: 'auto'!important;
    float: none!important;
    clear: none!important;
    display: inline!important;
    margin-left: 4px;
}

.x-form-column {
    float: left;
    padding: 0;
    margin: 0;
    width: 48%;
    overflow: hidden;
    zoom: 1;
}

.x-form .x-form-btns-ct .x-btn {
    float: right;
    clear: none;
}

.x-form .x-form-btns-ct .x-form-btns td {
    border: 0;
    padding: 0;
}

.x-form .x-form-btns-ct .x-form-btns-right table {
    float: right;
    clear: none;
}

.x-form .x-form-btns-ct .x-form-btns-left table {
    float: left;
    clear: none;
}

.x-form .x-form-btns-ct .x-form-btns-center {
    text-align: center;
}

    .x-form .x-form-btns-ct .x-form-btns-center table {
        margin: 0 auto;
    }

.x-form .x-form-btns-ct table td.x-form-btn-td {
    padding: 3px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-left {
    background-position: 0 -147px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-right {
    background-position: 0 -168px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-center {
    background-position: 0 -189px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-center {
    background-position: 0 -126px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-right {
    background-position: 0 -84px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-left {
    background-position: 0 -63px;
}

.x-form-invalid-icon {
    width: 16px;
    height: 18px;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;
}

.x-fieldset {
    border: 1px solid #B5B8C8;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
}

    .x-fieldset legend {
        font: bold 11px tahoma,arial,helvetica,sans-serif;
        color: #15428b;
    }

.ext-ie .x-fieldset legend {
    margin-bottom: 10px;
}

.ext-ie .x-fieldset {
    padding-top: 0;
    padding-bottom: 10px;
}

.x-fieldset legend .x-tool-toggle {
    margin-right: 3px;
    margin-left: 0;
    float: left!important;
}

.x-fieldset legend input {
    margin-right: 3px;
    float: left!important;
    height: 13px;
    width: 13px;
}

fieldset.x-panel-collapsed {
    padding-bottom: 0!important;
    border-width: 1px 0 0 0!important;
}

    fieldset.x-panel-collapsed .x-fieldset-bwrap {
        visibility: hidden;
        position: absolute;
        left: -1000px;
        top: -1000px;
    }

.ext-ie .x-fieldset-bwrap {
    zoom: 1;
}

.ext-ie td .x-form-text {
    position: relative;
    top: -1px;
}

.x-fieldset-noborder {
    border: 0 none transparent;
}

    .x-fieldset-noborder legend {
        margin-left: -3px;
    }

.ext-ie .x-fieldset-noborder legend {
    position: relative;
    margin-bottom: 23px;
}

    .ext-ie .x-fieldset-noborder legend span {
        position: absolute;
        left: -5px;
    }

.ext-gecko .x-window-body .x-form-item {
    -moz-outline: none;
    overflow: auto;
}

.ext-gecko .x-form-item {
    -moz-outline: none;
}

.x-hide-label label.x-form-item-label {
    display: none;
}

.x-hide-label .x-form-element {
    padding-left: 0!important;
}

.x-fieldset {
    overflow: hidden;
}

.x-fieldset-bwrap {
    overflow: hidden;
    zoom: 1;
}

.x-fieldset-body {
    overflow: hidden;
}

.x-btn {
    font: normal 11px tahoma,verdana,helvetica;
    cursor: pointer;
    white-space: nowrap;
}

    .x-btn button {
        border: 0 none;
        background: transparent;
        font: normal 11px tahoma,verdana,helvetica;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        margin: 0;
        overflow: visible;
        width: auto;
        -moz-outline: 0 none;
        outline: 0 none;
    }

* html .ext-ie .x-btn button {
    width: 1px;
}

.ext-gecko .x-btn button {
    padding-left: 0;
    padding-right: 0;
}

.ext-ie .x-btn button {
    padding-top: 2px;
}

.x-btn-icon .x-btn-center .x-btn-text {
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
}

.x-btn-icon .x-btn-center {
    padding: 1px;
}

.x-btn em {
    font-style: normal;
    font-weight: normal;
}

.x-btn-text-icon .x-btn-center .x-btn-text {
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 0;
}

.x-btn-text-icon1 .x-btn-center .x-btn-text {
    width: 440px!important;
    height: 77px;
    background: url(../../../CtlXPBar/images/ico/index_logo.png) no-repeat 35px 18px!important;
}

    .x-btn-text-icon1 .x-btn-center .x-btn-text font {
        text-indent: -99999px!important;
    }

.x-btn-left, .x-btn-right {
    font-size: 1px;
    line-height: 1px;
}

.x-btn-left {
    width: 3px;
    height: 21px;
    background: url(../images/default/button/btn-sprite.gif) no-repeat 0 0;
}

.x-btn-right {
    width: 3px;
    height: 21px;
    background: url(../images/default/button/btn-sprite.gif) no-repeat 0 -21px;
}

    .x-btn-left i, .x-btn-right i {
        display: block;
        width: 3px;
        overflow: hidden;
        font-size: 1px;
        line-height: 1px;
    }

.x-btn-center {
    background: url(../images/default/button/btn-sprite.gif) repeat-x 0 -42px;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
    white-space: nowrap;
}

.x-btn-over .x-btn-left {
    background-position: 0 -63px;
}

.x-btn-over .x-btn-right {
    background-position: 0 -84px;
}

.x-btn-over .x-btn-center {
    background-position: 0 -105px;
}

.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center {
    background-position: 0 -126px;
}

.x-btn-disabled * {
    color: gray!important;
    cursor: default!important;
}

.x-btn-menu-text-wrap .x-btn-center {
    padding: 0 3px;
}

.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
    padding: 0 1px;
}

.x-btn-menu-arrow-wrap .x-btn-center {
    padding: 0;
}

    .x-btn-menu-arrow-wrap .x-btn-center button {
        width: 12px!important;
        height: 21px;
        padding: 0!important;
        display: block;
        background: transparent url(../images/default/button/btn-arrow.gif) no-repeat left 3px;
    }

.x-btn-with-menu .x-btn-center {
    padding-right: 2px!important;
}

    .x-btn-with-menu .x-btn-center em {
        display: block;
        background: transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
        padding-right: 10px;
    }

.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
    display: block;
    background: transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
    padding-right: 10px;
}

.x-btn-pressed .x-btn-left {
    background: url(../images/default/button/btn-sprite.gif) no-repeat 0 -63px;
}

.x-btn-pressed .x-btn-right {
    background: url(../images/default/button/btn-sprite.gif) no-repeat 0 -84px;
}

.x-btn-pressed .x-btn-center {
    background: url(../images/default/button/btn-sprite.gif) repeat-x 0 -126px;
}

/*头部*/

.x-toolbar {
    height: 77px;
    display: block;
    background: #3c8dbc;
    position: relative;
    zoom: 1;
}

    .x-toolbar .x-item-disabled .x-btn-icon {
        opacity: .35;
        -moz-opacity: .35;
        filter: alpha(opacity=35);
    }

    .x-toolbar td {
        vertical-align: middle;
    }

.mso .x-toolbar, .x-grid-mso .x-toolbar {
    border: 0 none;
    background: url(../images/default/grid/mso-hd.gif);
}

.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
    white-space: nowrap;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
}

.x-toolbar .x-item-disabled {
    color: gray;
    cursor: default;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
}

    .x-toolbar .x-item-disabled * {
        color: gray;
        cursor: default;
    }

.x-toolbar .x-btn-left {
    background: none;
}

.x-toolbar .x-btn-right {
    background: none;
}

.x-toolbar .x-btn-center {
    background: none;
    padding: 0;
}

.x-toolbar .x-btn-menu-text-wrap .x-btn-center button {
    padding-right: 2px;
}

.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button {
    padding-right: 0;
}

.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    padding: 0 2px;
}

.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    width: 12px;
    background: transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
}

.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
    width: 12px;
    background: transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
}

.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
    background-position: 0 -47px;
}

.x-toolbar .x-btn-over .x-btn-left {
}

.x-toolbar .x-btn-over .x-btn-right {
}

.x-toolbar .x-btn-over .x-btn-center {
}

.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left {
    background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
}

.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right {
    background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
}

.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center {
    background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
}

.x-toolbar .x-btn-with-menu .x-btn-center em {
    padding-right: 8px;
}

.x-toolbar .ytb-text {
    padding: 2px;
}

.x-toolbar .ytb-sep {
    background-image: url(../images/default/grid/grid-blue-split.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
    height: 16px;
    width: 4px;
    overflow: hidden;
    cursor: default;
    margin: 0 20px 0;
    border: 0;
}

.x-toolbar .ytb-spacer {
    width: 2px;
}

.x-tbar-page-number {
    width: 24px;
    height: 14px;
}

.x-tbar-page-first {
    background-image: url(../images/default/grid/page-first.gif)!important;
}

.x-tbar-loading {
    background-image: url(../images/default/grid/done.gif)!important;
}

.x-tbar-page-last {
    background-image: url(../images/default/grid/page-last.gif)!important;
}

.x-tbar-page-next {
    background-image: url(../images/default/grid/page-next.gif)!important;
}

.x-tbar-page-prev {
    background-image: url(../images/default/grid/page-prev.gif)!important;
}

.x-item-disabled .x-tbar-loading {
    background-image: url(../images/default/grid/loading.gif)!important;
}

.x-item-disabled .x-tbar-page-first {
    background-image: url(../images/default/grid/page-first-disabled.gif)!important;
}

.x-item-disabled .x-tbar-page-last {
    background-image: url(../images/default/grid/page-last-disabled.gif)!important;
}

.x-item-disabled .x-tbar-page-next {
    background-image: url(../images/default/grid/page-next-disabled.gif)!important;
}

.x-item-disabled .x-tbar-page-prev {
    background-image: url(../images/default/grid/page-prev-disabled.gif)!important;
}

.x-paging-info {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #444;
}

.x-statusbar .x-status-text {
    height: 21px;
    line-height: 21px;
    padding: 0 4px;
    cursor: default;
}

.x-statusbar .x-status-busy {
    padding-left: 25px;
    background: transparent url(../images/default/grid/loading.gif) no-repeat 3px 3px;
}

.x-statusbar .x-status-text-panel {
    border-top: 1px solid #99BBE8;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #99BBE8;
    padding: 2px 8px 2px 5px;
}

.x-resizable-handle {
    position: absolute;
    z-index: 100;
    font-size: 1px;
    line-height: 6px;
    overflow: hidden;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
    zoom: 1;
}

.x-resizable-handle-east {
    width: 6px;
    cursor: e-resize;
    right: 0;
    top: 0;
    height: 100%;
}

.ext-ie .x-resizable-handle-east {
    margin-right: -1px;
}

.x-resizable-handle-south {
    width: 100%;
    cursor: s-resize;
    left: 0;
    bottom: 0;
    height: 6px;
}

.ext-ie .x-resizable-handle-south {
    margin-bottom: -1px;
}

.x-resizable-handle-west {
    width: 6px;
    cursor: w-resize;
    left: 0;
    top: 0;
    height: 100%;
}

.x-resizable-handle-north {
    width: 100%;
    cursor: n-resize;
    left: 0;
    top: 0;
    height: 6px;
}

.x-resizable-handle-southeast {
    width: 6px;
    cursor: se-resize;
    right: 0;
    bottom: 0;
    height: 6px;
    z-index: 101;
}

.x-resizable-handle-northwest {
    width: 6px;
    cursor: nw-resize;
    left: 0;
    top: 0;
    height: 6px;
    z-index: 101;
}

.x-resizable-handle-northeast {
    width: 6px;
    cursor: ne-resize;
    right: 0;
    top: 0;
    height: 6px;
    z-index: 101;
}

.x-resizable-handle-southwest {
    width: 6px;
    cursor: sw-resize;
    left: 0;
    bottom: 0;
    height: 6px;
    z-index: 101;
}

.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
    filter: alpha(opacity=100);
    opacity: 1;
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east {
    background: url(../images/default/sizer/e-handle.gif);
    background-position: left;
}

.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
    background: url(../images/default/sizer/e-handle.gif);
    background-position: left;
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south {
    background: url(../images/default/sizer/s-handle.gif);
    background-position: top;
}

.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
    background: url(../images/default/sizer/s-handle.gif);
    background-position: top;
}

.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
    background: url(../images/default/sizer/se-handle.gif);
    background-position: top left;
}

.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
    background: url(../images/default/sizer/nw-handle.gif);
    background-position: bottom right;
}

.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
    background: url(../images/default/sizer/ne-handle.gif);
    background-position: bottom left;
}

.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
    background: url(../images/default/sizer/sw-handle.gif);
    background-position: top right;
}

.x-resizable-proxy {
    border: 1px dashed #3b5a82;
    position: absolute;
    overflow: hidden;
    display: none;
    left: 0;
    top: 0;
    z-index: 50000;
}

.x-resizable-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 200000;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.x-grid3 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.x-grid-panel .x-panel-body {
    overflow: hidden!important;
}

.x-grid-panel .x-panel-mc .x-panel-body {
    border: 1px solid #99bbe8;
}

.x-grid3 table {
    table-layout: fixed;
}

.x-grid3-viewport {
    overflow: hidden;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
    font: normal 11px arial,tahoma,helvetica,sans-serif;
    -moz-outline: none;
    -moz-user-focus: normal;
}

.x-grid3-row td, .x-grid3-summary-row td {
    line-height: 13px;
    vertical-align: top;
    padding-left: 1px;
    padding-right: 1px;
    -moz-user-select: none;
}

.x-grid3-hd-row td {
    line-height: 15px;
    vertical-align: middle;
    border-left: 1px solid #eee;
    border-right: 1px solid #d0d0d0;
}

.x-grid3-hd-row .x-grid3-marker-hd {
    padding: 3px;
}

.x-grid3-row .x-grid3-marker {
    padding: 3px;
}

.x-grid3-cell-inner, .x-grid3-hd-inner {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 3px 3px 3px 5px;
    white-space: nowrap;
}

.x-grid3-hd-inner {
    position: relative;
    cursor: inherit;
    padding: 4px 3px 4px 5px;
}

.x-grid3-row-body {
    white-space: normal;
}

.x-grid3-body-cell {
    -moz-outline: 0 none;
    outline: 0 none;
}

.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner {
    width: 100%;
}

.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner {
    width: auto;
}

.x-grid-row-loading {
    background: #fff url(../images/default/shared/loading-balls.gif) no-repeat center center;
}

.x-grid-page {
    overflow: hidden;
}

.x-grid3-row {
    cursor: default;
    border: 1px solid #ededed;
    border-top-color: #fff;
    width: 100%;
}

.x-grid3-row-alt {
    background-color: #fafafa;
}

.x-grid3-row-over {
    border: 1px solid #ddd;
    background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
}

.x-grid3-resize-proxy {
    width: 1px;
    left: 0;
    background-color: #777;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    visibility: hidden;
    border: 0 none;
    z-index: 7;
}

.x-grid3-resize-marker {
    width: 1px;
    left: 0;
    background-color: #777;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    visibility: hidden;
    border: 0 none;
    z-index: 7;
}

.x-grid3-focus {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    -moz-outline: 0 none;
    outline: 0 none;
    -moz-user-select: normal;
    -khtml-user-select: normal;
}

.x-grid3-header {
    background: #f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
    cursor: default;
    zoom: 1;
    padding: 1px 0 0 0;
}

.x-grid3-header-pop {
    border-left: 1px solid #d0d0d0;
    float: right;
    clear: none;
}

.x-grid3-header-pop-inner {
    border-left: 1px solid #eee;
    width: 14px;
    height: 19px;
    background: transparent url(../images/default/grid/hd-pop.gif) no-repeat center center;
}

.ext-ie .x-grid3-header-pop-inner {
    width: 15px;
}

.ext-strict .x-grid3-header-pop-inner {
    width: 14px;
}

.x-grid3-header-inner {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.x-grid3-header-offset {
    padding-left: 1px;
    width: 10000px;
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
    border-left: 1px solid #aaccf6;
    border-right: 1px solid #aaccf6;
}

    td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
        background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
    }

.x-grid3-sort-icon {
    background-repeat: no-repeat;
    display: none;
    height: 4px;
    width: 13px;
    margin-left: 3px;
    vertical-align: middle;
}

.sort-asc .x-grid3-sort-icon {
    background-image: url(../images/default/grid/sort_asc.gif);
    display: inline;
}

.sort-desc .x-grid3-sort-icon {
    background-image: url(../images/default/grid/sort_desc.gif);
    display: inline;
}

.ext-strict .ext-ie .x-grid3-header-inner {
    position: relative;
}

.ext-strict .ext-ie6 .x-grid3-hd {
    position: relative;
}

.ext-strict .ext-ie6 .x-grid3-hd-inner {
    position: static;
}

.x-grid3-body {
    zoom: 1;
}

.x-grid3-scroller {
    overflow: auto;
    zoom: 1;
    position: relative;
}

.x-grid3-cell-text, .x-grid3-hd-text {
    display: block;
    padding: 3px 5px 3px 5px;
    -moz-user-select: none;
    -khtml-user-select: none;
    color: black;
}

.x-grid3-split {
    background-image: url(../images/default/grid/grid-split.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: e-resize;
    cursor: col-resize;
    display: block;
    font-size: 1px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: 6px;
    z-index: 3;
}

.x-grid3-hd-text {
    color: #15428b;
}

.x-dd-drag-proxy .x-grid3-hd-inner {
    background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
    width: 120px;
    padding: 3px;
    border: 1px solid #aaccf6;
    overflow: hidden;
}

.col-move-top, .col-move-bottom {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 20000;
}

.col-move-top {
    background: transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
}

.col-move-bottom {
    background: transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
}

.x-grid3-row-selected {
    background: #DFE8F6!important;
    border: 1px dotted #a3bae9;
}

.x-grid3-cell-selected {
    background-color: #B8CFEE!important;
    color: black;
}

    .x-grid3-cell-selected span {
        color: black!important;
    }

    .x-grid3-cell-selected .x-grid3-cell-text {
        color: black;
    }

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
    background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom!important;
    vertical-align: middle!important;
    color: black;
    padding: 0;
    border-top: 1px solid white;
    border-bottom: none!important;
    border-right: 1px solid #6fa0df!important;
    text-align: center;
}

    .x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
        padding: 0 4px;
        color: #15428b!important;
        text-align: center;
    }

.x-grid3-dirty-cell {
    background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
}

.x-grid3-topbar, .x-grid3-bottombar {
    font: normal 11px arial,tahoma,helvetica,sans-serif;
    overflow: hidden;
    display: none;
    zoom: 1;
    position: relative;
}

    .x-grid3-topbar .x-toolbar {
        border-right: 0 none;
    }

    .x-grid3-bottombar .x-toolbar {
        border-right: 0 none;
        border-bottom: 0 none;
        border-top: 1px solid #a9bfd3;
    }

.x-props-grid .x-grid3-cell {
    padding: 1px;
}

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
    background: transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y -16px!important;
    padding-left: 12px;
    color: black!important;
}

.x-props-grid .x-grid3-body .x-grid3-td-name {
    padding: 1px;
    padding-right: 0;
    background: white!important;
    border: 0 none;
    border-right: 1px solid #eee;
}

.xg-hmenu-sort-asc .x-menu-item-icon {
    background-image: url(../images/default/grid/hmenu-asc.gif);
}

.xg-hmenu-sort-desc .x-menu-item-icon {
    background-image: url(../images/default/grid/hmenu-desc.gif);
}

.xg-hmenu-lock .x-menu-item-icon {
    background-image: url(../images/default/grid/hmenu-lock.gif);
}

.xg-hmenu-unlock .x-menu-item-icon {
    background-image: url(../images/default/grid/hmenu-unlock.gif);
}

.x-grid3-col-dd {
    border: 0 none;
    padding: 0;
    background: transparent;
}

.x-dd-drag-ghost .x-grid3-dd-wrap {
    padding: 1px 3px 3px 1px;
}

.x-grid3-hd {
    -moz-user-select: none;
}

.x-grid3-hd-btn {
    display: none;
    position: absolute;
    width: 14px;
    background: #c3daf9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat left center;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
    display: block;
}

a.x-grid3-hd-btn:hover {
    background-position: -14px center;
}

.x-grid3-body .x-grid3-td-expander {
    background: transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
}

    .x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
        padding: 0!important;
        height: 100%;
    }

.x-grid3-row-expander {
    width: 100%;
    height: 18px;
    background-position: 4px 2px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/default/grid/row-expand-sprite.gif);
}

.x-grid3-row-collapsed .x-grid3-row-expander {
    background-position: 4px 2px;
}

.x-grid3-row-expanded .x-grid3-row-expander {
    background-position: -21px 2px;
}

.x-grid3-row-collapsed .x-grid3-row-body {
    display: none!important;
}

.x-grid3-row-expanded .x-grid3-row-body {
    display: block!important;
}

.x-grid3-body .x-grid3-td-checker {
    background: transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
}

    .x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
        padding: 0!important;
        height: 100%;
    }

.x-grid3-row-checker, .x-grid3-hd-checker {
    width: 100%;
    height: 18px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/default/grid/row-check-sprite.gif);
}

.x-grid3-row .x-grid3-row-checker {
    background-position: 2px 2px;
}

.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker {
    background-position: -23px 2px;
}

.x-grid3-hd-checker {
    background-position: 2px 3px;
}

.x-grid3-hd-checker-on .x-grid3-hd-checker {
    background-position: -23px 3px;
}

.x-grid3-body .x-grid3-td-numberer {
    background: transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
}

    .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
        padding: 3px 5px 0 0!important;
        text-align: right;
        color: #444;
    }

.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
    background: transparent url(../images/default/grid/grid3-special-col-sel-bg.gif) repeat-y right;
}

.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
    padding: 1px 0 0 0!important;
}

.x-grid3-check-col {
    width: 100%;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/default/menu/unchecked.gif);
}

.x-grid3-check-col-on {
    width: 100%;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/default/menu/checked.gif);
}

.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
    zoom: 1;
}

.x-grid-group-hd {
    border-bottom: 2px solid #99bbe8;
    cursor: pointer;
    padding-top: 6px;
}

    .x-grid-group-hd div {
        background: transparent url(../images/default/grid/group-expand-sprite.gif) no-repeat 3px -47px;
        padding: 4px 4px 4px 17px;
        color: #3764a0;
        font: bold 11px tahoma,arial,helvetica,sans-serif;
    }

.x-grid-group-collapsed .x-grid-group-hd div {
    background-position: 3px 3px;
}

.x-grid-group-collapsed .x-grid-group-body {
    display: none;
}

.x-group-by-icon {
    background-image: url(../images/default/grid/group-by.gif);
}

.x-cols-icon {
    background-image: url(../images/default/grid/columns.gif);
}

.x-show-groups-icon {
    background-image: url(../images/default/grid/group-by.gif);
}

.ext-ie .x-grid3 .x-editor .x-form-text {
    position: relative;
    top: -1px;
}

.ext-ie .x-props-grid .x-editor .x-form-text {
    position: static;
    top: 0;
}

.x-grid-empty {
    padding: 10px;
    color: gray;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
}

.ext-ie7 .x-grid-panel .x-panel-bbar {
    position: relative;
}

.x-dd-drag-proxy {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 15000;
}

.x-dd-drag-ghost {
    color: black;
    font: normal 11px arial,helvetica,sans-serif;
    -moz-opacity: 0.85;
    opacity: .85;
    filter: alpha(opacity=85);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 3px;
    padding-left: 20px;
    background-color: white;
    white-space: nowrap;
}

.x-dd-drag-repair .x-dd-drag-ghost {
    -moz-opacity: 0.4;
    opacity: .4;
    filter: alpha(opacity=40);
    border: 0 none;
    padding: 0;
    background-color: transparent;
}

.x-dd-drag-repair .x-dd-drop-icon {
    visibility: hidden;
}

.x-dd-drop-icon {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.x-dd-drop-nodrop .x-dd-drop-icon {
    background-image: url(../images/default/dd/drop-no.gif);
}

.x-dd-drop-ok .x-dd-drop-icon {
    background-image: url(../images/default/dd/drop-yes.gif);
}

.x-dd-drop-ok-add .x-dd-drop-icon {
    background-image: url(../images/default/dd/drop-add.gif);
}

.x-view-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background: #c3daf9;
    border: 1px dotted #39b;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    zoom: 1;
}

.x-tree .x-panel-body {
    background-color: #2c3b41;
}
/*tree背景色*/
.ext-strict .ext-ie .x-tree .x-panel-bwrap {
    position: relative;
    overflow: hidden;
}

.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus {
    border: 0 none;
    height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    background-repeat: no-repeat;
}

.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon {
    border: 0 none;
    height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
    vertical-align: middle!important;
}
/* .x-tree-node-expanded .x-tree-node-icon{background-image:url(../images/default/tree/fa_file.png);} */
.x-tree-node-leaf .x-tree-node-icon {
    background-image: url(../images/default/tree/s.gif);
}

.x-tree-node-leaf .icon-file {
    background-image: url(../images/default/tree/fa_file.png);
}
/*子级菜单图标*/
.x-tree-node-collapsed .x-tree-node-icon {
    background-image: url(../images/default/tree/fa_file.png);
}

.ext-ie input.x-tree-node-cb {
    width: 15px;
    height: 15px;
}

input.x-tree-node-cb {
    margin-left: 1px;
}

.ext-ie input.x-tree-node-cb {
    margin-left: 0;
}

.x-tree-noicon .x-tree-node-icon {
    width: 0;
    height: 0;
}

.x-tree-node-loading .x-tree-node-icon {
    background-image: url(../images/default/tree/loading.gif)!important;
}

.x-tree-node-loading a span {
    font-style: italic;
    color: #444;
}

.ext-ie .x-tree-node-el input {
    width: 15px;
    height: 15px;
}

.x-tree-node-indent .x-tree-ec-icon {
    vertical-align: middle!important;
}


/* .x-tree-lines .x-tree-elbow{background-image:url(../images/default/tree/elbow.gif);}    左侧虚线*/
.x-tree-lines .x-tree-elbow-plus {
    background-image: url(../images/default/tree/fa_xl.png);
}

.x-tree-lines .x-tree-elbow-minus {
    background-image: url(../images/default/tree/fa_xl_zk.png);
}
/* .x-tree-lines .x-tree-elbow-end{background-image:url(../images/default/tree/elbow-end.gif);} */ /*左侧子级尾部虚线*/
.x-tree-lines .x-tree-elbow-end-plus {
    background-image: url(../images/default/tree/fa_xl.png);
}

.x-tree-lines .x-tree-elbow-end-minus {
    background-image: url(../images/default/tree/fa_xl_zk.png);
    );
}
/* .x-tree-lines .x-tree-elbow-line{background-image:url(../images/default/tree/elbow-line.gif);} */ /*左侧子级虚线*/
.x-tree-no-lines .x-tree-elbow {
    background: transparent;
}

.x-tree-no-lines .x-tree-elbow-plus {
    background-image: url(../images/default/tree/elbow-plus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-minus {
    background-image: url(../images/default/tree/elbow-minus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-end {
    background: transparent;
}

.x-tree-no-lines .x-tree-elbow-end-plus {
    background-image: url(../images/default/tree/elbow-end-plus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-end-minus {
    background-image: url(../images/default/tree/elbow-end-minus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-line {
    background: transparent;
}

.x-tree-arrows .x-tree-elbow {
    background: transparent;
}

.x-tree-arrows .x-tree-elbow-plus {
    background: transparent url(../images/default/tree/arrows.gif) no-repeat 0 0;
}

.x-tree-arrows .x-tree-elbow-minus {
    background: transparent url(../images/default/tree/arrows.gif) no-repeat -16px 0;
}

.x-tree-arrows .x-tree-elbow-end {
    background: transparent;
}

.x-tree-arrows .x-tree-elbow-end-plus {
    background: transparent url(../images/default/tree/arrows.gif) no-repeat 0 0;
}

.x-tree-arrows .x-tree-elbow-end-minus {
    background: transparent url(../images/default/tree/arrows.gif) no-repeat -16px 0;
}

.x-tree-arrows .x-tree-elbow-line {
    background: transparent;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus {
    background-position: -32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus {
    background-position: -48px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus {
    background-position: -32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus {
    background-position: -48px 0;
}

.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus {
    cursor: pointer;
}

.ext-ie ul.x-tree-node-ct {
    font-size: 0;
    line-height: 0;
    zoom: 1;
}

.x-tree-node {
    color: black;
    font: normal 11px arial,tahoma,helvetica,sans-serif;
    white-space: nowrap;
}

.x-tree-node-over {
    background: #1e282c;
}
/*子级菜单hover*/
.x-tree-node-el {
    height: 35px;
    line-height: 30px;
    cursor: pointer;
    padding-left: 20px;
}

.x-tree-selected {
    background: #1e282c;
}
/*子级菜单选中*/
.x-tree-node a, .x-dd-drag-ghost a {
    text-decoration: none;
    color: black;
    -khtml-user-select: none;
    -moz-user-select: none;
    -kthml-user-focus: normal;
    -moz-user-focus: normal;
    -moz-outline: 0 none;
    outline: 0 none;
    padding-left: 6px;
}

    .x-tree-node a span, .x-dd-drag-ghost a span {
        text-decoration: none;
        color: #fff;
        line-height: 35px;
    }

.x-tree-node .x-tree-node-disabled a span {
    color: gray!important;
}

.x-tree-node .x-tree-node-disabled .x-tree-node-icon {
    -moz-opacity: 0.5;
    opacity: .5;
    filter: alpha(opacity=50);
}

.x-tree-node .x-tree-node-inline-icon {
    width: 20px;
    height: 20px;
}

.x-tree-node a:hover, .x-dd-drag-ghost a:hover {
    text-decoration: none;
}

.x-tree-node div.x-tree-drag-insert-below {
    border-bottom: 1px dotted #36c;
}

.x-tree-node div.x-tree-drag-insert-above {
    border-top: 1px dotted #36c;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below {
    border-bottom: 0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above {
    border-top: 0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
    border-bottom: 2px solid #36c;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
    border-top: 2px solid #36c;
}

.x-tree-node .x-tree-drag-append a span {
    background: #ddd;
    border: 1px dotted gray;
}
/* .x-tree-node .x-tree-node-over{background-color:#eee;}
.x-tree-node .x-tree-selected{background-color:#d9e8fb; } */ /*选中跟hover*/
.x-tree-node .x-tree-over a span {
    color: #fff!important;
}

.x-tree-node .x-tree-selected a span {
    color: #fff!important;
    font-weight: bold;
}

.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon {
    display: none!important;
}

.x-tree-drop-ok-append .x-dd-drop-icon {
    background-image: url(../images/default/tree/drop-add.gif);
}

.x-tree-drop-ok-above .x-dd-drop-icon {
    background-image: url(../images/default/tree/drop-over.gif);
}

.x-tree-drop-ok-below .x-dd-drop-icon {
    background-image: url(../images/default/tree/drop-under.gif);
}

.x-tree-drop-ok-between .x-dd-drop-icon {
    background-image: url(../images/default/tree/drop-between.gif);
}
/*树*/

.x-tree-root-ct {
    zoom: 1;
}

.x-date-picker {
    border: 1px solid #1b376c;
    border-top: 0 none;
    background: #fff;
    position: relative;
}

    .x-date-picker a {
        -moz-outline: 0 none;
        outline: 0 none;
    }

.x-date-inner, .x-date-inner td, .x-date-inner th {
    border-collapse: separate;
}

.x-date-middle, .x-date-left, .x-date-right {
    background: url(../images/default/shared/hd-sprite.gif) repeat-x 0 -83px;
    color: #FFF;
    font: bold 11px "sans serif",tahoma,verdana,helvetica;
    overflow: hidden;
}

    .x-date-middle .x-btn-left, .x-date-middle .x-btn-center, .x-date-middle .x-btn-right {
        background: transparent!important;
        vertical-align: middle;
    }

    .x-date-middle .x-btn .x-btn-text {
        color: #fff;
    }

    .x-date-middle .x-btn-with-menu .x-btn-center em {
        background: transparent url(../images/default/toolbar/btn-arrow-light.gif) no-repeat right 0;
    }

.x-date-right, .x-date-left {
    width: 18px;
}

.x-date-right {
    text-align: right;
}

.x-date-middle {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 130px;
}

.x-date-right a, .x-date-left a {
    display: block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-opacity: 0.6;
    opacity: .6;
    filter: alpha(opacity=60);
}

    .x-date-right a:hover, .x-date-left a:hover {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.x-date-right a {
    background-image: url(../images/default/shared/right-btn.gif);
    margin-right: 2px;
    text-decoration: none!important;
}

.x-date-left a {
    background-image: url(../images/default/shared/left-btn.gif);
    margin-left: 2px;
    text-decoration: none!important;
}

table.x-date-inner {
    width: 100%;
    table-layout: fixed;
}

.x-date-inner th {
    width: 25px;
}

.x-date-inner th {
    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
    text-align: right!important;
    border-bottom: 1px solid #a3bad9;
    font: normal 10px arial,helvetica,tahoma,sans-serif;
    color: #233d6d;
    cursor: default;
    padding: 0;
    border-collapse: separate;
}

    .x-date-inner th span {
        display: block;
        padding: 2px;
        padding-right: 7px;
    }

.x-date-inner td {
    border: 1px solid #fff;
    text-align: right;
    padding: 0;
}

.x-date-inner a {
    padding: 2px 5px;
    display: block;
    font: normal 11px arial,helvetica,tahoma,sans-serif;
    text-decoration: none;
    color: black;
    text-align: right;
    zoom: 1;
}

.x-date-inner .x-date-active {
    cursor: pointer;
    color: black;
}

.x-date-inner .x-date-selected a {
    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
    border: 1px solid #8db2e3;
    padding: 1px 4px;
}

.x-date-inner .x-date-today a {
    border: 1px solid darkred;
    padding: 1px 4px;
}

.x-date-inner .x-date-selected span {
    font-weight: bold;
}

.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
    color: #aaa;
    text-decoration: none!important;
}

.x-date-bottom {
    padding: 4px;
    border-top: 1px solid #a3bad9;
    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
}

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
    text-decoration: none!important;
    color: black;
    background: #ddecfe;
}

.x-date-inner .x-date-disabled a {
    cursor: default;
    background: #eee;
    color: #bbb;
}

.x-date-mmenu {
    background: #eee!important;
}

    .x-date-mmenu .x-menu-item {
        font-size: 10px;
        padding: 1px 24px 1px 4px;
        white-space: nowrap;
        color: #000;
    }

        .x-date-mmenu .x-menu-item .x-menu-item-icon {
            width: 10px;
            height: 10px;
            margin-right: 5px;
            background-position: center -4px!important;
        }

.x-date-mp {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    display: none;
}

    .x-date-mp td {
        padding: 2px;
        font: normal 11px arial,helvetica,tahoma,sans-serif;
    }

td.x-date-mp-month, td.x-date-mp-year, td.x-date-mp-ybtn {
    border: 0 none;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

.x-date-mp-ok {
    margin-right: 3px;
}

.x-date-mp-btns button {
    text-decoration: none;
    text-align: center;
    text-decoration: none!important;
    background: #083772;
    color: white;
    border: 1px solid;
    border-color: #36c #005 #005 #36c;
    padding: 1px 3px 1px;
    font: normal 11px arial,helvetica,tahoma,sans-serif;
    cursor: pointer;
}

.x-date-mp-btns {
    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
}

    .x-date-mp-btns td {
        border-top: 1px solid #c5d2df;
        text-align: center;
    }

td.x-date-mp-month a, td.x-date-mp-year a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
    text-align: center;
    color: #15428b;
}

    td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
        color: #15428b;
        text-decoration: none;
        cursor: pointer;
        background: #ddecfe;
    }

td.x-date-mp-sel a {
    padding: 1px 3px;
    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
    border: 1px solid #8db2e3;
}

.x-date-mp-ybtn a {
    overflow: hidden;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../images/default/panel/tool-sprites.gif) no-repeat;
    display: block;
    margin: 0 auto;
}

    .x-date-mp-ybtn a.x-date-mp-next {
        background-position: 0 -120px;
    }

        .x-date-mp-ybtn a.x-date-mp-next:hover {
            background-position: -15px -120px;
        }

    .x-date-mp-ybtn a.x-date-mp-prev {
        background-position: 0 -105px;
    }

        .x-date-mp-ybtn a.x-date-mp-prev:hover {
            background-position: -15px -105px;
        }

.x-date-mp-ybtn {
    text-align: center;
}

td.x-date-mp-sep {
    border-right: 1px solid #c5d2df;
}

.x-tip {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 20000;
    border: 0 none;
}

    .x-tip .x-tip-close {
        background-image: url(../images/default/qtip/close.gif);
        height: 15px;
        float: right;
        width: 15px;
        margin: 0 0 2px 2px;
        cursor: pointer;
        display: none;
    }

    .x-tip .x-tip-tc {
        background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -62px;
        padding-top: 3px;
        overflow: hidden;
        zoom: 1;
    }

    .x-tip .x-tip-tl {
        background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
        padding-left: 6px;
        overflow: hidden;
        zoom: 1;
    }

    .x-tip .x-tip-tr {
        background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
        padding-right: 6px;
        overflow: hidden;
        zoom: 1;
    }

    .x-tip .x-tip-bc {
        background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -121px;
        height: 3px;
        overflow: hidden;
    }

    .x-tip .x-tip-bl {
        background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -59px;
        padding-left: 6px;
        zoom: 1;
    }

    .x-tip .x-tip-br {
        background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -59px;
        padding-right: 6px;
        zoom: 1;
    }

    .x-tip .x-tip-mc {
        border: 0 none;
        font: normal 11px tahoma,arial,helvetica,sans-serif;
    }

    .x-tip .x-tip-ml {
        background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -124px;
        padding-left: 6px;
        zoom: 1;
    }

    .x-tip .x-tip-mr {
        background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -124px;
        padding-right: 6px;
        zoom: 1;
    }

.ext-ie .x-tip .x-tip-header, .ext-ie .x-tip .x-tip-tc {
    font-size: 0;
    line-height: 0;
}

.x-tip .x-tip-header-text {
    font: bold 11px tahoma,arial,helvetica,sans-serif;
    padding: 0;
    margin: 0 0 2px 0;
    color: #444;
}

.x-tip .x-tip-body {
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    margin: 0!important;
    line-height: 14px;
    color: #444;
    padding: 0;
}

    .x-tip .x-tip-body .loading-indicator {
        margin: 0;
    }

.x-tip-draggable .x-tip-header, .x-tip-draggable .x-tip-header-text {
    cursor: move;
}

.x-form-invalid-tip .x-tip-tc {
    background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;
    padding-top: 6px;
}

.x-form-invalid-tip .x-tip-tl {
    background-image: url(../images/default/form/error-tip-corners.gif);
}

.x-form-invalid-tip .x-tip-tr {
    background-image: url(../images/default/form/error-tip-corners.gif);
}

.x-form-invalid-tip .x-tip-bc {
    background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;
    height: 6px;
}

.x-form-invalid-tip .x-tip-bl {
    background: url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;
}

.x-form-invalid-tip .x-tip-br {
    background: url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;
}

.x-form-invalid-tip .x-tip-ml {
    background-image: url(../images/default/form/error-tip-corners.gif);
}

.x-form-invalid-tip .x-tip-mr {
    background-image: url(../images/default/form/error-tip-corners.gif);
}

.x-form-invalid-tip .x-tip-body {
    padding: 2px;
}

.x-form-invalid-tip .x-tip-body {
    padding-left: 24px;
    background: transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
}

.x-menu {
    border: 1px solid #718bb7;
    z-index: 15000;
    zoom: 1;
    background: #f0f0f0 url(../images/default/menu/menu.gif) repeat-y;
    padding: 2px;
}

    .x-menu a {
        text-decoration: none!important;
    }

.ext-ie .x-menu {
    zoom: 1;
    overflow: hidden;
}

.x-menu-list {
    background: transparent;
    border: 0 none;
}

.x-menu li {
    line-height: 100%;
}

    .x-menu li.x-menu-sep-li {
        font-size: 1px;
        line-height: 1px;
    }

.x-menu-list-item {
    font: normal 11px tahoma,arial,sans-serif;
    white-space: nowrap;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    padding: 1px;
}

.x-menu-item-arrow {
    background: transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
}

.x-menu-sep {
    display: block;
    font-size: 1px;
    line-height: 1px;
    margin: 2px 3px;
    background-color: #e0e0e0;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.x-menu-focus {
    position: absolute;
    left: 0;
    top: -5px;
    width: 0;
    height: 0;
    line-height: 1px;
}

.x-menu a.x-menu-item {
    display: block;
    line-height: 16px;
    padding: 3px 21px 3px 3px;
    white-space: nowrap;
    text-decoration: none;
    color: #222;
    -moz-outline: 0 none;
    outline: 0 none;
    cursor: pointer;
}

.x-menu-item-active {
    background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;
    border: 1px solid #aaccf6;
    padding: 0;
}

    .x-menu-item-active a.x-menu-item {
        color: #233d6d;
    }

.x-menu-item-icon {
    border: 0 none;
    height: 16px;
    padding: 0;
    vertical-align: top;
    width: 16px;
    margin: 0 8px 0 0;
    background-position: center;
}

.x-menu-check-item .x-menu-item-icon {
    background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
}

.x-menu-item-checked .x-menu-item-icon {
    background-image: url(../images/default/menu/checked.gif);
}

.x-menu-group-item .x-menu-item-icon {
    background: transparent;
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
    background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
}

.x-menu-plain {
    background: #fff!important;
}

.x-menu-date-item {
    padding: 0;
}

.x-menu .x-color-palette, .x-menu .x-date-picker {
    margin-left: 26px;
    margin-right: 4px;
}

.x-menu .x-date-picker {
    border: 1px solid #a3bad9;
    margin-top: 2px;
    margin-bottom: 2px;
}

.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker {
    margin: 0;
    border: 0 none;
}

.x-date-menu {
    padding: 0!important;
}

.x-cycle-menu .x-menu-item-checked {
    border: 1px dotted #a3bae9!important;
    background: #DFE8F6;
    padding: 0;
}

.x-box-tl {
    background: transparent url(../images/default/box/corners.gif) no-repeat 0 0;
    zoom: 1;
}

.x-box-tc {
    height: 8px;
    background: transparent url(../images/default/box/tb.gif) repeat-x 0 0;
    overflow: hidden;
}

.x-box-tr {
    background: transparent url(../images/default/box/corners.gif) no-repeat right -8px;
}

.x-box-ml {
    background: transparent url(../images/default/box/l.gif) repeat-y 0;
    padding-left: 4px;
    overflow: hidden;
    zoom: 1;
}

.x-box-mc {
    background: #eee url(../images/default/box/tb.gif) repeat-x 0 -16px;
    padding: 4px 10px;
    font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
    color: #393939;
    font-size: 12px;
}

    .x-box-mc h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 4px 0;
        zoom: 1;
    }

.x-box-mr {
    background: transparent url(../images/default/box/r.gif) repeat-y right;
    padding-right: 4px;
    overflow: hidden;
}

.x-box-bl {
    background: transparent url(../images/default/box/corners.gif) no-repeat 0 -16px;
    zoom: 1;
}

.x-box-bc {
    background: transparent url(../images/default/box/tb.gif) repeat-x 0 -8px;
    height: 8px;
    overflow: hidden;
}

.x-box-br {
    background: transparent url(../images/default/box/corners.gif) no-repeat right -24px;
}

.x-box-tl, .x-box-bl {
    padding-left: 8px;
    overflow: hidden;
}

.x-box-tr, .x-box-br {
    padding-right: 8px;
    overflow: hidden;
}

.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
    background-image: url(../images/default/box/corners-blue.gif);
}

.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
    background-image: url(../images/default/box/tb-blue.gif);
}

.x-box-blue .x-box-mc {
    background-color: #c3daf9;
}

    .x-box-blue .x-box-mc h3 {
        color: #17385b;
    }

.x-box-blue .x-box-ml {
    background-image: url(../images/default/box/l-blue.gif);
}

.x-box-blue .x-box-mr {
    background-image: url(../images/default/box/r-blue.gif);
}

#x-debug-browser .x-tree .x-tree-node a span {
    color: #222297;
    font-size: 11px;
    padding-top: 2px;
    font-family: "monotype","courier new",sans-serif;
    line-height: 18px;
}

#x-debug-browser .x-tree a i {
    color: #FF4545;
    font-style: normal;
}

#x-debug-browser .x-tree a em {
    color: #999;
}

#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span {
    background: #c3daf9;
}



#x-debug-browser .x-tool-toggle {
    background-position: 0 -75px;
}

#x-debug-browser .x-tool-toggle-over {
    background-position: -15px -75px;
}

#x-debug-browser.x-panel-collapsed .x-tool-toggle {
    background-position: 0 -60px;
}

#x-debug-browser.x-panel-collapsed .x-tool-toggle-over {
    background-position: -15px -60px;
}

.x-combo-list {
    border: 1px solid #98c0f4;
    background: #ddecfe;
    zoom: 1;
    overflow: hidden;
}

.x-combo-list-inner {
    overflow: auto;
    background: white;
    position: relative;
    zoom: 1;
    overflow-x: hidden;
}

.x-combo-list-hd {
    font: bold 11px tahoma,arial,helvetica,sans-serif;
    color: #15428b;
    background-image: url(../images/default/layout/panel-title-light-bg.gif);
    border-bottom: 1px solid #98c0f4;
    padding: 3px;
}

.x-resizable-pinned .x-combo-list-inner {
    border-bottom: 1px solid #98c0f4;
}

.x-combo-list-item {
    font: normal 12px tahoma,arial,helvetica,sans-serif;
    padding: 2px;
    border: 1px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-combo-list .x-combo-selected {
    border: 1px dotted #a3bae9!important;
    background: #DFE8F6;
    cursor: pointer;
}

.x-combo-noedit {
    cursor: pointer;
}

.x-combo-list .x-toolbar {
    border-top: 1px solid #98c0f4;
    border-bottom: 0 none;
}

.x-combo-list-small .x-combo-list-item {
    font: normal 11px tahoma,arial,helvetica,sans-serif;
}

.x-panel {
    border-style: solid;
    border-color: #1e282c;
    border-width: 0;
}

.x-panel-header {
    overflow: hidden;
    zoom: 1;
    color: #B4B4B4;
    font: bold 12px Microsoft YaHei;
    padding: 7px 3px 7px 10px; /* border:1px solid #99bbe8; */
    line-height: 25px;
    background-color: #1e282c;
}
/* .x-panel-body{border:1px solid #99bbe8;border-top:0 none;overflow:hidden;background:white;position:relative;}
.x-panel-bbar .x-toolbar{border:1px solid #99bbe8;border-top:0 none;overflow:hidden;padding:2px;}
.x-panel-tbar .x-toolbar{border:1px solid #99bbe8;border-top:0 none;overflow:hidden;padding:2px;}
.x-panel-tbar-noheader .x-toolbar,.x-panel-mc .x-panel-tbar .x-toolbar{border-top:1px solid #99bbe8;border-bottom:0 none;}
.x-panel-body-noheader,.x-panel-mc .x-panel-body{border-top:1px solid #99bbe8;} */
.x-panel-header {
    overflow: hidden;
    zoom: 1;
}

.x-panel-tl .x-panel-header {
    color: #15428b;
    font: bold 11px tahoma,arial,verdana,sans-serif;
    padding: 5px 0 4px 0;
    border: 0 none;
    background: transparent;
}

.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
    padding-left: 20px!important;
    background-repeat: no-repeat;
    background-position: 0 4px;
    zoom: 1;
}



.x-panel-tc {
    background: transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 0;
    overflow: hidden;
}

.ext-strict .ext-ie7 .x-panel-tc {
    overflow: visible;
}

.x-panel-tl {
    background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 0;
    padding-left: 6px;
    zoom: 1;
    border-bottom: 1px solid #99bbe8;
}

.x-panel-tr {
    background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat right 0;
    zoom: 1;
    padding-right: 6px;
}

.x-panel-bc {
    background: transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 bottom;
    zoom: 1;
}

    .x-panel-bc .x-panel-footer {
        zoom: 1;
    }

.x-panel-bl {
    background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 bottom;
    padding-left: 6px;
    zoom: 1;
}

.x-panel-br {
    background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat right bottom;
    padding-right: 6px;
    zoom: 1;
}

.x-panel-mc {
    border: 0 none;
    padding: 0;
    margin: 0;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    padding-top: 6px;
    background: #dfe8f6;
}

    .x-panel-mc .x-panel-body {
        background: transparent;
        border: 0 none;
    }

.x-panel-ml {
    background: #fff url(../images/default/panel/left-right.gif) repeat-y 0 0;
    padding-left: 6px;
    zoom: 1;
}

.x-panel-mr {
    background: transparent url(../images/default/panel/left-right.gif) repeat-y right 0;
    padding-right: 6px;
    zoom: 1;
}

.x-panel-bc .x-panel-footer {
    padding-bottom: 6px;
}

.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
    height: 6px;
    font-size: 0;
    line-height: 0;
}

.x-panel-bwrap {
    overflow: hidden;
    zoom: 1;
    background-color: #2c3b41;
}
/*菜单栏外框颜色*/
.x-panel-body { /* overflow:hidden; */
    zoom: 1;
}

.x-panel-collapsed .x-resizable-handle {
    display: none;
}

.ext-gecko .x-panel-animated div {
    overflow: hidden!important;
}

.x-plain-body {
    overflow: hidden;
}

.x-plain-bbar .x-toolbar {
    overflow: hidden;
    padding: 2px;
}

.x-plain-tbar .x-toolbar {
    overflow: hidden;
    padding: 2px;
}

.x-plain-bwrap {
    overflow: hidden;
    zoom: 1;
}

.x-plain {
    overflow: hidden;
}


.x-tool {
    overflow: hidden;
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
    background: transparent url(../images/default/panel/tool-sprites1.gif) no-repeat;
    margin-left: 2px;
}

.x-tool-toggle {
    background-position: 0 -60px;
}

.x-tool-toggle-over {
    background-position: -15px -60px;
}

.x-panel-collapsed .x-tool-toggle {
    background-position: 0 -75px;
}

.x-panel-collapsed .x-tool-toggle-over {
    background-position: -15px -75px;
}

.x-tool-close {
    background-position: 0 -0;
}

.x-tool-close-over {
    background-position: -15px 0;
}

.x-tool-minimize {
    background-position: 0 -15px;
}

.x-tool-minimize-over {
    background-position: -15px -15px;
}

.x-tool-maximize {
    background-position: 0 -30px;
}

.x-tool-maximize-over {
    background-position: -15px -30px;
}

.x-tool-restore {
    background-position: 0 -45px;
}

.x-tool-restore-over {
    background-position: -15px -45px;
}

.x-tool-gear {
    background-position: 0 -90px;
}

.x-tool-gear-over {
    background-position: -15px -90px;
}

.x-tool-pin {
    background-position: 0 -135px;
}

.x-tool-pin-over {
    background-position: -15px -135px;
}

.x-tool-unpin {
    background-position: 0 -150px;
}

.x-tool-unpin-over {
    background-position: -15px -150px;
}

.x-tool-right {
    background-position: 0 -165px;
}

.x-tool-right-over {
    background-position: -15px -165px;
}

.x-tool-left {
    background-position: 0 -180px;
}

.x-tool-left-over {
    background-position: -15px -180px;
}

.x-tool-up {
    background-position: 0 -210px;
}

.x-tool-up-over {
    background-position: -15px -210px;
}

.x-tool-down {
    background-position: 0 -195px;
}

.x-tool-down-over {
    background-position: -15px -195px;
}

.x-tool-refresh {
    background-position: 0 -225px;
}

.x-tool-refresh-over {
    background-position: -15px -225px;
}

.x-tool-minus {
    background-position: 0 -255px;
}

.x-tool-minus-over {
    background-position: -15px -255px;
}

.x-tool-plus {
    background-position: 0 -240px;
}

.x-tool-plus-over {
    background-position: -15px -240px;
}

.x-tool-search {
    background-position: 0 -270px;
}

.x-tool-search-over {
    background-position: -15px -270px;
}

.x-tool-save {
    background-position: 0 -285px;
}

.x-tool-save-over {
    background-position: -15px -285px;
}

.x-tool-help {
    background-position: 0 -300px;
}

.x-tool-help-over {
    background-position: -15px -300px;
}

.x-tool-print {
    background-position: 0 -315px;
}

.x-tool-print-over {
    background-position: -15px -315px;
}

.x-panel-ghost {
    background: #cbddf3;
    z-index: 12000;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .65;
    -moz-opacity: .65;
    filter: alpha(opacity=65);
}

    .x-panel-ghost ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        border: 1px solid #99bbe8;
        border-top: 0 none;
        display: block;
    }

    .x-panel-ghost * {
        cursor: move!important;
    }

.x-panel-dd-spacer {
    border: 2px dashed #99bbe8;
}

.x-panel-btns-ct {
    padding: 5px;
}

    .x-panel-btns-ct .x-btn {
        float: right;
        clear: none;
    }

    .x-panel-btns-ct .x-panel-btns td {
        border: 0;
        padding: 0;
    }

    .x-panel-btns-ct .x-panel-btns-right table {
        float: right;
        clear: none;
    }

    .x-panel-btns-ct .x-panel-btns-left table {
        float: left;
        clear: none;
    }

    .x-panel-btns-ct .x-panel-btns-center {
        text-align: center;
    }

        .x-panel-btns-ct .x-panel-btns-center table {
            margin: 0 auto;
        }

    .x-panel-btns-ct table td.x-panel-btn-td {
        padding: 3px;
    }

    .x-panel-btns-ct .x-btn-focus .x-btn-left {
        background-position: 0 -147px;
    }

    .x-panel-btns-ct .x-btn-focus .x-btn-right {
        background-position: 0 -168px;
    }

    .x-panel-btns-ct .x-btn-focus .x-btn-center {
        background-position: 0 -189px;
    }

    .x-panel-btns-ct .x-btn-over .x-btn-left {
        background-position: 0 -63px;
    }

    .x-panel-btns-ct .x-btn-over .x-btn-right {
        background-position: 0 -84px;
    }

    .x-panel-btns-ct .x-btn-over .x-btn-center {
        background-position: 0 -105px;
    }

    .x-panel-btns-ct .x-btn-click .x-btn-center {
        background-position: 0 -126px;
    }

    .x-panel-btns-ct .x-btn-click .x-btn-right {
        background-position: 0 -84px;
    }

    .x-panel-btns-ct .x-btn-click .x-btn-left {
        background-position: 0 -63px;
    }

.x-window {
    zoom: 1;
}

    .x-window .x-resizable-handle {
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }

.x-window-proxy {
    background: #C7DFFC;
    border: 1px solid #99bbe8;
    z-index: 12000;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.x-window-header {
    overflow: hidden;
    zoom: 1;
}

.x-window-bwrap {
    z-index: 1;
    position: relative;
    zoom: 1;
}

.x-window-tl .x-window-header {
    color: #15428b;
    font: bold 11px tahoma,arial,verdana,sans-serif;
    padding: 5px 0 4px 0;
}

.x-window-header-text {
    cursor: pointer;
}

.x-window-tc {
    background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 0;
    overflow: hidden;
    zoom: 1;
}

.x-window-tl {
    background: transparent url(../images/default/window/left-corners.png) no-repeat 0 0;
    padding-left: 6px;
    zoom: 1;
    z-index: 1;
    position: relative;
}

.x-window-tr {
    background: transparent url(../images/default/window/right-corners.png) no-repeat right 0;
    padding-right: 6px;
}

.x-window-bc {
    background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 bottom;
    zoom: 1;
}

    .x-window-bc .x-window-footer {
        padding-bottom: 6px;
        zoom: 1;
        font-size: 0;
        line-height: 0;
    }

.x-window-bl {
    background: transparent url(../images/default/window/left-corners.png) no-repeat 0 bottom;
    padding-left: 6px;
    zoom: 1;
}

.x-window-br {
    background: transparent url(../images/default/window/right-corners.png) no-repeat right bottom;
    padding-right: 6px;
    zoom: 1;
}

.x-window-mc {
    border: 1px solid #99bbe8;
    padding: 0;
    margin: 0;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    background: #dfe8f6;
}

.x-window-ml {
    background: transparent url(../images/default/window/left-right.png) repeat-y 0 0;
    padding-left: 6px;
    zoom: 1;
}

.x-window-mr {
    background: transparent url(../images/default/window/left-right.png) repeat-y right 0;
    padding-right: 6px;
    zoom: 1;
}

.x-window-body {
    overflow: hidden;
}

.x-window-bwrap {
    overflow: hidden;
}

.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br, .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr, .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
    padding: 0;
}

.x-window-maximized .x-window-footer {
    padding-bottom: 0;
}

.x-window-maximized .x-window-tc {
    padding-left: 3px;
    padding-right: 3px;
    background-color: white;
}

.x-window-maximized .x-window-mc {
    border-left: 0 none;
    border-right: 0 none;
}

.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
    border-left: 0 none;
    border-right: 0 none;
}

.x-window-bbar .x-toolbar {
    border-top: 1px solid #99bbe8;
    border-bottom: 0 none;
}

.x-window-draggable, .x-window-draggable .x-window-header-text {
    cursor: move;
}

.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
    cursor: default;
}

.x-window-body {
    background: transparent;
}

.x-panel-ghost .x-window-tl {
    border-bottom: 1px solid #99bbe8;
}

.x-panel-collapsed .x-window-tl {
    border-bottom: 1px solid #84a0c4;
}

.x-window-maximized-ct {
    overflow: hidden;
}

.x-window-maximized .x-resizable-handle {
    display: none;
}

.x-window-sizing-ghost ul {
    border: 0 none!important;
}

.x-dlg-focus {
    -moz-outline: 0 none;
    outline: 0 none;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.x-dlg-mask {
    z-index: 10000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
}

body.ext-ie6.x-body-masked select {
    visibility: hidden;
}

body.ext-ie6.x-body-masked .x-window select {
    visibility: visible;
}

.x-window-plain .x-window-mc {
    background: #CAD9EC;
    border-right: 1px solid #DFE8F6;
    border-bottom: 1px solid #DFE8F6;
    border-top: 1px solid #a3bae9;
    border-left: 1px solid #a3bae9;
}

.x-window-plain .x-window-body {
    border-left: 1px solid #DFE8F6;
    border-top: 1px solid #DFE8F6;
    border-bottom: 1px solid #a3bae9;
    border-right: 1px solid #a3bae9;
    background: transparent!important;
}

body.x-body-masked .x-window-plain .x-window-mc {
    background: #C7D6E9;
}

.x-html-editor-wrap {
    border: 1px solid #a9bfd3;
    background: white;
}

.x-html-editor-tb .x-btn-text {
    background: transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
}

.x-html-editor-tb .x-edit-bold .x-btn-text {
    background-position: 0 0;
}

.x-html-editor-tb .x-edit-italic .x-btn-text {
    background-position: -16px 0;
}

.x-html-editor-tb .x-edit-underline .x-btn-text {
    background-position: -32px 0;
}

.x-html-editor-tb .x-edit-forecolor .x-btn-text {
    background-position: -160px 0;
}

.x-html-editor-tb .x-edit-backcolor .x-btn-text {
    background-position: -176px 0;
}

.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
    background-position: -112px 0;
}

.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
    background-position: -128px 0;
}

.x-html-editor-tb .x-edit-justifyright .x-btn-text {
    background-position: -144px 0;
}

.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
    background-position: -80px 0;
}

.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
    background-position: -96px 0;
}

.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
    background-position: -48px 0;
}

.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
    background-position: -64px 0;
}

.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
    background-position: -192px 0;
}

.x-html-editor-tb .x-edit-createlink .x-btn-text {
    background-position: -208px 0;
}

.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
    padding: 5px;
    padding-bottom: 1px;
}

.x-html-editor-tb .x-toolbar {
    position: static!important;
}

.x-panel-noborder .x-panel-body-noborder {
    border-width: 0;
}

.x-panel-noborder .x-panel-header-noborder {
    border-width: 0;
    border-bottom: 1px solid #99bbe8;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
    border-width: 0;
    border-bottom: 1px solid #99bbe8;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
    border-width: 0;
    border-top: 1px solid #99bbe8;
}

.x-window-noborder .x-window-mc {
    border-width: 0;
}

.x-window-plain .x-window-body-noborder {
    border-width: 0;
}

.x-tab-panel-noborder .x-tab-panel-body-noborder {
    border-width: 0;
}

.x-tab-panel-noborder .x-tab-panel-header-noborder {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.x-tab-panel-bbar-noborder .x-toolbar {
    border-width: 0;
    border-top: 1px solid #99bbe8;
}

.x-tab-panel-tbar-noborder .x-toolbar {
    border-width: x-tool0;
    border-bottom: 1px solid #99bbe8;
}

.x-border-layout-ct {
    background: #fff; /* overflow-y: auto!important; margin-right: 20px; */
}
/*整体背景色*/
.x-border-panel {
    position: absolute;
    left: 0;
    top: 0;
}

.x-tool-collapse-south {
    background-position: 0 -195px;
}

.x-tool-collapse-south-over {
    background-position: -15px -195px;
}

.x-tool-collapse-north {
    background-position: 0 -210px;
}

.x-tool-collapse-north-over {
    background-position: -15px -210px;
}

.x-tool-collapse-west {
    background: transparent url(../images/default/panel/tool-sprites.gif) no-repeat!important;
}

.x-tool-collapse-west-over {
    background-position: -15px -180px;
}

.x-tool-collapse-east {
    background-position: 0 -165px;
}

.x-tool-collapse-east-over {
    background-position: -15px -165px;
}

.x-tool-expand-south {
    background-position: 0 -210px;
}

.x-tool-expand-south-over {
    background-position: -15px -210px;
}

.x-tool-expand-north {
    background-position: 0 -195px;
}

.x-tool-expand-north-over {
    background-position: -15px -195px;
}

.x-tool-expand-west {
    background-position: 0 -165px;
}

.x-tool-expand-west-over {
    background-position: -15px -165px;
}

.x-tool-expand-east {
    background-position: 0 -180px;
}

.x-tool-expand-east-over {
    background-position: -15px -180px;
}

.x-tool-expand-north, .x-tool-expand-south {
    float: right;
    margin: 3px;
}

.x-tool-expand-east, .x-tool-expand-west {
    float: none;
    margin: 3px auto;
}

.x-accordion-hd .x-tool-toggle {
    background-position: 0 0;
}
/*引入菜单右侧箭头*/
.x-accordion-hd .x-tool-toggle-over {
    background-position: -15px -255px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 6px;
    background: transparent url(../images/default/panel/accordion_arrows2.png) no-repeat;
    background-position: -16px 0;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
    background-color: #eaf2ff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

.x-panel-collapsed .x-accordion-hd {
    color: #b4b4b4!important;
    padding-top: 4px;
    padding-bottom: 3px;
    border-top: 0 none;
    font-weight: normal;
    background: #222d32!important;
}
/*菜单栏一级菜单背景色及标题颜色*/
.x-panel .x-accordion-hd {
    border-left: 3px #3c8dbc solid;
    background: #1e282c!important;
    color: #fff;
}
/*菜单栏一级菜单左侧边框*/
.x-panel-collapsed .x-accordion-hd {
    border-left: 3px solid #222d32;
}

    .x-panel-collapsed .x-accordion-hd:hover {
        border-left: 3px #3c8dbc solid;
        background: #1e282c!important;
    }
/*收缩后左侧菜单的条位置*/
.x-layout-collapsed {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background-color: #f2f2f3;
    width: 20px;
    height: 20px;
    overflow: hidden; /* border:1px solid #98c0f4; */
    z-index: 20;
}

.ext-border-box .x-layout-collapsed {
    width: 22px;
    height: 22px;
}

.x-layout-collapsed-over {
    cursor: pointer;
    background-color: #d9e8fb;
}

.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.x-layout-split {
    position: absolute;
    height: 5px;
    width: 5px;
    line-height: 1px;
    font-size: 1px;
    z-index: 3;
    background-color: transparent;
}

.x-layout-split-h {
    background-image: url(../images/default/s.gif);
    background-position: left;
}

.x-layout-split-v {
    background-image: url(../images/default/s.gif);
    background-position: top;
}

.x-column-layout-ct {
    overflow: hidden;
    zoom: 1;
}

.x-column {
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
    zoom: 1;
}

.x-layout-mini {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 35px;
    cursor: pointer;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini {
    opacity: 1;
    -moz-opacity: 1;
    filter: none;
}

.x-layout-split-west .x-layout-mini {
    top: 48%;
    background-image: url(../images/default/layout/mini-left.gif);
}

.x-layout-split-east .x-layout-mini {
    top: 48%;
    background-image: url(../images/default/layout/mini-right.gif);
}

.x-layout-split-north .x-layout-mini {
    left: 48%;
    height: 5px;
    width: 35px;
    background-image: url(../images/default/layout/mini-top.gif);
}

.x-layout-split-south .x-layout-mini {
    left: 48%;
    height: 5px;
    width: 35px;
    background-image: url(../images/default/layout/mini-bottom.gif);
}

.x-layout-cmini-west .x-layout-mini {
    top: 48%;
    background-image: url(../images/default/layout/mini-right.gif);
}

.x-layout-cmini-east .x-layout-mini {
    top: 48%;
    background-image: url(../images/default/layout/mini-left.gif);
}

.x-layout-cmini-north .x-layout-mini {
    left: 48%;
    height: 5px;
    width: 35px;
    background-image: url(../images/default/layout/mini-bottom.gif);
}

.x-layout-cmini-south .x-layout-mini {
    left: 48%;
    height: 5px;
    width: 35px;
    background-image: url(../images/default/layout/mini-top.gif);
}

.x-layout-cmini-west, .x-layout-cmini-east {
    border: 0 none;
    width: 5px!important;
    padding: 0;
    background: transparent;
}

.x-layout-cmini-north, .x-layout-cmini-south {
    border: 0 none;
    height: 5px!important;
    padding: 0;
    background: transparent;
}

.x-viewport {
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: hidden;
    height: 100%;
}

    .x-viewport body {
        margin: 0;
        padding: 0;
        border: 0 none;
        overflow: hidden; /* height:100%; */
    }
/* 控制页面整体滚动条 */
.x-abs-layout-item {
    position: absolute;
    left: 0;
    top: 0;
}

.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
    margin: 0;
}

.x-progress-wrap {
    border: 1px solid #6593cf;
    overflow: hidden;
}

.x-progress-inner {
    height: 18px;
    background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
    position: relative;
}

.x-progress-bar {
    height: 18px;
    float: left;
    width: 0;
    background: #9CBFEE url( ../images/default/progress/progress-bg.gif ) repeat-x left center;
    border-top: 1px solid #D1E4FD;
    border-bottom: 1px solid #7FA9E4;
    border-right: 1px solid #7FA9E4;
}

.x-progress-text {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 1px 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-align: center;
}

.x-progress-text-back {
    color: #396095;
    line-height: 16px;
}

.ext-ie .x-progress-text-back {
    line-height: 15px;
}

.x-window-dlg .x-window-body {
    border: 0 none!important;
    padding: 5px 10px;
    overflow: hidden!important;
}

.x-window-dlg .x-window-mc {
    border: 0 none!important;
}

.x-window-dlg .ext-mb-text, .x-window-dlg .x-window-header-text {
    font-size: 12px;
}

.x-window-dlg .ext-mb-input {
    margin-top: 4px;
    width: 95%;
}

.x-window-dlg .ext-mb-textarea {
    margin-top: 4px;
    font: normal 12px tahoma,arial,helvetica,sans-serif;
}

.x-window-dlg .x-progress-wrap {
    margin-top: 4px;
}

.ext-ie .x-window-dlg .x-progress-wrap {
    margin-top: 6px;
}

.x-window-dlg .x-msg-box-wait {
    background: transparent url(../images/default/grid/loading.gif) no-repeat left;
    display: block;
    width: 300px;
    padding-left: 18px;
    line-height: 18px;
}

.x-window-dlg .ext-mb-icon {
    float: left;
    width: 47px;
    height: 32px;
}

.x-window-dlg .ext-mb-icon {
    float: left;
    width: 47px;
    height: 32px;
}

.ext-ie .x-window-dlg .ext-mb-icon {
    width: 44px;
}

.x-window-dlg .ext-mb-info {
    background: transparent url(../images/default/window/icon-info.gif) no-repeat top left;
}

.x-window-dlg .ext-mb-warning {
    background: transparent url(../images/default/window/icon-warning.gif) no-repeat top left;
}

.x-window-dlg .ext-mb-question {
    background: transparent url(../images/default/window/icon-question.gif) no-repeat top left;
}

.x-window-dlg .ext-mb-error {
    background: transparent url(../images/default/window/icon-error.gif) no-repeat top left;
}

.ext-gecko .ext-mb-fix-cursor {
    overflow: auto;
}

.x-slider {
    zoom: 1;
}

.x-slider-inner {
    position: relative;
    left: 0;
    top: 0;
    overflow: visible;
    zoom: 1;
}

.x-slider-focus {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    -moz-outline: 0 none;
    outline: 0 none;
    -moz-user-select: normal;
    -khtml-user-select: normal;
}

.x-slider-horz {
    padding-left: 7px;
    background: transparent url(../images/default/slider/slider-bg.png) no-repeat 0 -22px;
}

    .x-slider-horz .x-slider-end {
        padding-right: 7px;
        zoom: 1;
        background: transparent url(../images/default/slider/slider-bg.png) no-repeat right -44px;
    }

    .x-slider-horz .x-slider-inner {
        background: transparent url(../images/default/slider/slider-bg.png) repeat-x 0 0;
        height: 22px;
    }

    .x-slider-horz .x-slider-thumb {
        width: 14px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 3px;
        background: transparent url(../images/default/slider/slider-thumb.png) no-repeat 0 0;
    }

    .x-slider-horz .x-slider-thumb-over {
        background-position: -14px -15px;
    }

    .x-slider-horz .x-slider-thumb-drag {
        background-position: -28px -30px;
    }

.x-slider-vert {
    padding-top: 7px;
    background: transparent url(../images/default/slider/slider-v-bg.png) no-repeat -44px 0;
    width: 22px;
}

    .x-slider-vert .x-slider-end {
        padding-bottom: 7px;
        zoom: 1;
        background: transparent url(../images/default/slider/slider-v-bg.png) no-repeat -22px bottom;
    }

    .x-slider-vert .x-slider-inner {
        background: transparent url(../images/default/slider/slider-v-bg.png) repeat-y 0 0;
    }

    .x-slider-vert .x-slider-thumb {
        width: 15px;
        height: 14px;
        position: absolute;
        left: 3px;
        bottom: 0;
        background: transparent url(../images/default/slider/slider-v-thumb.png) no-repeat 0 0;
    }

    .x-slider-vert .x-slider-thumb-over {
        background-position: -15px -14px;
    }

    .x-slider-vert .x-slider-thumb-drag {
        background-position: -30px -28px;
    }

/*菜单图标*/
div#menu .x-panel-collapsed .x-panel-inline-icon {
    width: 30px;
    height: 30px;
    background: url("../images/default/menu/icon_menu_current.png") no-repeat center center!important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

div#menu .x-panel-collapsed .icon-1000 {
    background-position: -60px -60px!important;
}

div#menu .x-panel-collapsed .icon-1005 {
    background-position: -90px -60px!important;
}

div#menu .x-panel-collapsed .icon-1010 {
    background-position: -0px -30px!important;
}

div#menu .x-panel-collapsed .icon-1015 {
    background-position: -120px -60px!important;
}

div#menu .x-panel-collapsed .icon-1028 {
    background-position: -150px -60px!important;
}

div#menu .x-panel-collapsed .icon-1101 {
    background-position: -150px -30px!important;
}

div#menu .x-panel-collapsed .icon-1110 {
    background-position: -30px -0px!important;
}

div#menu .x-panel-collapsed .icon-1025 {
    background-position: -120px -30px!important;
}

div#menu .x-panel-collapsed .icon-1017 {
    background-position: -0px -90px!important;
}

div#menu .x-panel-collapsed .icon-1021 {
    background-position: -30px -90px!important;
}

div#menu .x-panel-collapsed .icon-1100 {
    background-position: -120px -0px!important;
}

div#menu .x-panel-collapsed .icon-11 {
    background-position: -30px -30px!important;
}

div#menu .x-panel-collapsed .icon-12 {
    background-position: -30px -0px!important;
}

div#menu .x-panel-collapsed .icon-13 {
    background-position: -90px -30px!important;
}

div#menu .x-panel-collapsed .icon-14 {
    background-position: -60px -0px!important;
}

/*菜单图标选中*/
.x-panel .x-tool {
    overflow: hidden;
    background: transparent url(../images/default/panel/accordion_arrows2.png) no-repeat 0 0;
    margin-right: 20px;
    margin-top: 4px;
}

.x-panel .x-tool-toogle-over {
    background-color: #eaf2ff!important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

.x-panel .x-panel-inline-icon {
    width: 30px;
    height: 30px;
    background: url("../images/default/menu/icon_menu_current.png") no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.x-panel .icon-1000 {
    background-position: -60px -60px;
}

.x-panel .icon-1005 {
    background-position: -90px -60px;
}

.x-panel .icon-1010 {
    background-position: -0px -30px;
}

.x-panel .icon-1015 {
    background-position: -120px -60px;
}

.x-panel .icon-1028 {
    background-position: -150px -60px;
}

.x-panel .icon-1101 {
    background-position: -150px -30px;
}

.x-panel .icon-1025 {
    background-position: -120px -30px;
}

.x-panel .icon-1110 {
    background-position: -30px -0px;
}

.x-panel .icon-1017 {
    background-position: -0px -90px;
}

.x-panel .icon-1021 {
    background-position: -30px -90px;
}

.x-panel .icon-1100 {
    background-position: -120px -0px;
}

.x-panel .icon-11 {
    background-position: -30px -30px;
}

.x-panel .icon-12 {
    background-position: -30px -0px;
}

.x-panel .icon-13 {
    background-position: -90px -30px;
}

.x-panel .icon-14 {
    background-position: -60px -0px;
}

.x-tree-root-node {
    padding-top: 10px;
}


/*main*/
div#main {
    margin-top: 2px;
}

    div#main .x-tab-panel-header {
        background: none!important;
        border: none;
        padding-bottom: 0!important;
    }

    div#main ul.x-tab-strip-top {
        background: none!important;
        height: 26px!important;
        border-bottom: 1px solid #95B8E7!important; /* margin-top: 13px; */
    }

    div#main .x-tab-strip-active span.x-tab-strip-text {
        color: #0E2D5F!important;
        line-height: 15px!important;
        font-weight: bold;
    }

    div#main .x-tab-strip span.x-tab-strip-text {
        width: 16px;
        height: 16px;
        color: #0E2D5F;
        text-align: center;
        text-indent: 8px;
        line-height: 16px;
        display: inline-block;
        background-image: url(../images/default/menu/icon_menu_darkblue.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

        div#main .x-tab-strip span.x-tab-strip-text.icon-1000 {
            background-position: -60px -64px!important;
        }

    div#main .x-tab-strip-top .x-tab-right {
        height: 25px;
        line-height: 25px;
        border: 1px solid #95B8E7;
        color: #0E2D5F;
        background-color: #F3F3F3;
        background: -webkit-linear-gradient(top,#EFF5FF 0,#F3F3F3 100%);
        background: -moz-linear-gradient(top,#EFF5FF 0,#F3F3F3 100%);
        background: -o-linear-gradient(top,#EFF5FF 0,#F3F3F3 100%);
        background: linear-gradient(to bottom,#EFF5FF 0,#F3F3F3 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#F3F3F3,GradientType=0);
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    div#main .x-tab-strip-top .x-tab-left {
        background: none!important;
    }

    div#main .x-tab-strip-top .x-tab-strip-inner {
        background-image: none;
    }

    div#main .x-tab-strip-active .x-tab-right {
        border-top: 3px solid #3c8dbc;
        border-bottom: 1px solid #fff;
        background: -webkit-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: -moz-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: -o-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: linear-gradient(to bottom,#EFF5FF 0,#ffffff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=0);
    }

    div#main .x-tab-strip-over {
        background: #eaf2ff;
        filter: none;
        color: #000;
    }

    div#main iframe {
        border: none!important;
    }

div#menu .x-panel-bwrap {
    overflow-y: auto!important;
}

div#main .x-tab-panel-bwrap {
    border-left: 1px solid #95B8E7;
    border-right: 1px solid #95B8E7;
}
/*tab内容区边界*/

.x-panel1 {
    background: #f2f2f3!important;
    border-bottom: 1px solid #dcdddd;
}

    .x-panel1 .x-panel-header {
        border: none!important;
        padding: 10px 0 8px 0;
        background-color: #f2f2f3!important;
    }

    .x-panel1 .x-panel-bwrap {
        background-color: #f2f2f3;
    }

    .x-panel1 .x-panel-header .x-tool {
        clear: both;
    }

    .x-panel1.x-panel-collapsed .x-panel-header .x-tool-toggle {
        background: url(../images/default/panel/icon_sq_current.png) no-repeat center left!important;
    }

    .x-panel1 .x-panel-header .x-tool-toggle {
        position: absolute;
        top: 0px;
        left: 96px;
        width: 16px;
        height: 16px;
        margin-top: 12px;
        background: url(../images/default/panel/icon_sq.png) no-repeat center left!important;
    }

    .x-panel1 .x-panel-header .x-tool-help {
        position: absolute;
        top: 0px;
        left: 126px;
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(../images/default/panel/icon_help12.png) no-repeat left center!important;
        margin-top: 12px;
    }
    /*帮助图标*/
    .x-panel1 .x-panel-header-text {
        height: 20px;
        padding: 2px 0 2px 30px!important;
        font-size: 12px!important;
        line-height: 20px!important;
        background: url(../images/default/panel/icon_search.png) no-repeat 10px center;
        font-weight: bold;
        color: #898989!important;
    }


.x-panel2 {
    background: none;
    margin-top: 4px;
    position: relative;
    top: 0!important;
}

    .x-panel2 .x-panel-header {
        border: none!important;
        padding: 10px 0 8px 0;
        z-index: 1;
        background-color: #fff!important;
    }

    .x-panel2 .x-panel-header-text {
        height: 20px;
        padding: 2px 0 2px 30px!important;
        font-size: 12px!important;
        line-height: 20px!important;
        background: url(../images/default/panel/icon_search.png) no-repeat 10px center;
        font-weight: bold;
        color: #898989!important;
    }


/*下拉框、输入框、复选框*/
.inputSelect2 {
    width: 20%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: none!important;
    padding-left: 10px;
    font: 12px/30px SimSun;
    color: #898989;
    border: none;
}

.inputSearch {
    width: 65%;
    height: 30px;
    font: 12px/30px Simsun;
    color: #333;
    border: none;
    background: none;
    margin-right: 20px;
}
/* 
.inputSearchDis { width:65%; height: 30px; font:12px/30px Simsun; color:#333; border:none; background-color:LightGrey; margin-right:20px; } */
.inputSelect3 {
    width: 80%;
    height: 30px;
    line-height: 30px;
    font: 12px/30px Simsun;
    vertical-align: middle;
    color: #333;
    border: none;
    background: none;
}

.inputCommon {
    width: 100%;
    height: 25px;
    font: 12px/25px Simsun;
    color: #333;
    border: none;
    background: none;
    margin-right: 20px;
}

.inputSearch1 {
    width: 100%;
    height: 25px;
    font: 12px/25px Simsun;
    color: #333;
    border: none;
    background: none;
    margin-right: 20px;
    padding-left: 8px;
}

.checkBoxA1 {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 2px;
    border: 1px solid #aaa;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
}

select, input:focus {
    outline: none;
}

/*弹框标题*/
.whiteSpace {
    background-color: #fff;
    height: 10px;
    width: 100%;
    position: fixed;
    left: -34px;
    top: 0;
}

.titleD {
    width: 100%;
    height: 40px;
    display: inline-block;
    border-bottom: 2px solid #357fb4;
    background: #4f9cc9;
    font: 16px/40px Microsoft YaHei;
    color: #fff;
    text-indent: 20px;
    border-radius: 4px 4px 0 0;
}

.dialogWrap {
    width: 920px;
    border: 1px solid #2186d6;
    border-radius: 4px;
}

.operationBar {
    height: 220px;
    width: 74px;
    position: fixed;
    left: 50%;
    top: 10px;
    margin-left: 480px;
    /*background-color: #99c2e9;*/
    border-radius: 3px;
    z-index: 101;
}

    .operationBar li {
        width: 70px;
        height: 70px;
        border: 1px solid #b7cee6;
        margin: 1px;
        border-radius: 2px;
    }

        .operationBar li a {
            padding: 8px 8px 0 8px;
            height: 60px;
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            line-height: 20px;
            filter: none;
            position: relative;
            width: 52px;
            display: inline-block;
            text-align: center;
            vertical-align: top;
            background-color: #d3e3f2;
            border: 1px solid #fff;
            border-radius: 2px;
        }

            .operationBar li a:hover {
                background-color: #c1d9f0;
            }

            .operationBar li a i {
                font-size: 28px;
                color: #2186d6!important;
            }

            .operationBar li a span {
                position: absolute;
                bottom: 6px;
                left: 0;
                font-size: 13px;
                font-family: 'Microsoft YaHei',Arial,Verdana;
                letter-spacing: 1px;
                color: #2186d6!important;
                width: 100%;
                text-align: center;
            }


/*表格*/
div#divQry {
    padding-bottom: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.tableA {
    padding: 0 10px;
}

    .tableA th {
        font: 12px SimSun;
        color: #2186d6;
        padding: 6px 4px 6px 0;
        text-align: right;
        white-space: nowrap;
    }

        .tableA th.redText1 {
            color: #ff0000;
        }

    .tableA td {
        height: 28px;
        border: 1px solid #d0d0d0;
        background: #fff;
        white-space: nowrap;
        position: relative;
        vertical-align: top;
    }

        .tableA td.inputDisable {
            background: LightGrey;
        }

        .tableA td.icon_search13 {
            background: #fff url(../../../../Images/CtlSvr/icon_search2.png) no-repeat 97% center;
        }

        .tableA td.icon_calendar13 {
            background: #fff url(../../../../Images/CtlSvr/icon_calendar.png) no-repeat 97% center;
        }

        .tableA td img {
            position: absolute;
            top: 7px;
            right: 6px;
        }

    .tableA th.tipWidth {
        width: 20px;
    }
/*列表内容*/
.x-unselectable {
    background-image: none!important;
}

/*日历*/
#meizzCalendarLayer {
    margin-top: -6px;
}

/*  滚动条css美化 */
div {
    scrollbar-face-color: #79a1b5; /*滚动条的颜色*/
    scrollbar-shadow-color: #56839a; /*立体滚动条阴影的颜色*/ /*右二*/
    scrollbar-highlight-color: #000; /*左二*/
    scrollbar-3dlight-color: #d8dfea; /*最外左*/
    scrollbar-darkshadow-color: #648da2; /*右一*/
    scrollbar-track-color: #f2f4f8; /*滑道*/
    scrollbar-arrow-color: #ccc;
    Cursor: url(mouse.cur);
}

    div ::-webkit-scrollbar, div::-webkit-scrollbar {
        width: 6px;
        height: 9px;
    }

    div ::-webkit-scrollbar-track-piece, div::-webkit-scrollbar-track-piece {
        margin: 10px 0;
        -webkit-border-radius: 0;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
    }

    div ::-webkit-scrollbar-thumb:vertical, div::-webkit-scrollbar-thumb:vertical {
        height: 50px;
        background-color: #79a1b5;
        -webkit-border-radius: 4px;
    }

    div ::-webkit-scrollbar-thumb:horizontal, div::-webkit-scrollbar-thumb:horizontal {
        height: 50px;
        background-color: #79a1b5;
        -webkit-border-radius: 4px;
    }

    /*弹框页tab样式*/
    div#CtlTabExt1 .x-tab-panel-header {
        background: none!important;
        border: none;
        padding-bottom: 0!important;
    }

    div#CtlTabExt1 ul.x-tab-strip-top {
        background: none!important;
        height: 26px!important;
        border-bottom: 1px solid #95B8E7!important; /* margin-top: 13px; */
    }

    div#CtlTabExt1 .x-tab-strip-active span.x-tab-strip-text {
        color: #0E2D5F!important;
        line-height: 15px!important;
        font-weight: bold;
    }

    div#CtlTabExt1 .x-tab-strip span.x-tab-strip-text {
        color: #0E2D5F;
        text-align: center;
        line-height: 16px;
    }

    div#CtlTabExt1 .x-tab-strip-top .x-tab-right {
        height: 25px;
        line-height: 25px;
        border: 1px solid #95B8E7;
        color: #0E2D5F;
        background-color: #F3F3F3;
        background: -webkit-linear-gradient(top,#EFF5FF 0,#F3F3F3 100%);
        background: -moz-linear-gradient(top,#EFF5FF 0,#F3F3F3 100%);
        background: -o-linear-gradient(top,#EFF5FF 0,#F3F3F3 100%);
        background: linear-gradient(to bottom,#EFF5FF 0,#F3F3F3 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#F3F3F3,GradientType=0);
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    div#CtlTabExt1 .x-tab-strip-top .x-tab-left {
        background: none!important;
    }

    div#CtlTabExt1 .x-tab-strip-top .x-tab-strip-inner {
        background: none!important;
    }

    div#CtlTabExt1 .x-tab-strip-active .x-tab-right {
        border-top: 3px solid #3c8dbc;
        border-bottom: 1px solid #fff;
        background: -webkit-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: -moz-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: -o-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: linear-gradient(to bottom,#EFF5FF 0,#ffffff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=0);
    }

    div#CtlTabExt1 .x-tab-strip-over {
        background: #eaf2ff;
        filter: none;
        color: #000;
    }

/* 
div#CtlTabExt1 .x-tab-panel-header { background: none!important; border:none; padding-bottom:0!important; }
div#CtlTabExt1 ul.x-tab-strip-top { background: none!important; border-bottom:1px solid #dcdddd!important; margin-top: 13px; }
div#CtlTabExt1 .x-tab-strip-active span.x-tab-strip-text { color:#138acc!important ; line-height: 15px!important; }
div#CtlTabExt1 .x-tab-strip span.x-tab-strip-text { color:#898989 ; text-align: center; line-height: 20px; font-weight: bold;  }
div#CtlTabExt1 .x-tab-strip-top .x-tab-right { background: none!important;}
div#CtlTabExt1 .x-tab-strip-top .x-tab-left { background: none!important; }
div#CtlTabExt1 .x-tab-strip-top .x-tab-strip-inner { background: none!important;}
div#CtlTabExt1 .x-tab-strip-active { border-right:2px solid #efefef; border-left:2px solid #efefef; border-top: 3px solid #138acc; border-bottom: 1px solid #fff; }
div#CtlTabExt1 .x-tab-strip-over { background: #f5f5f5; } */

/*顶部菜单样式*/

.headWrap1 {
    width: 100%;
    background: #3c8dbc;
    display: inline-block;
    height: 54px;
}

.headLogo {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    width: 217px;
}

.headMiddle {
    float: left;
}

.userInfo {
    float: right;
    min-width: 300px;
    height: 54px;
}

    .userInfo ul {
        line-height: 54px;
    }

    .userInfo li {
        float: left;
        height: 54px;
    }

        .userInfo li a {
            position: relative;
            display: block;
            height: 34px;
            padding: 10px 15px;
            line-height: 34px;
            text-decoration: none;
        }

            .userInfo li a i {
                color: #fff;
                line-height: 34px;
                font-size: 14px;
            }

            .userInfo li a span.username {
                color: #fff;
                font-weight: 600;
            }

            .userInfo li a img {
                vertical-align: middle;
                margin-right: 4px;
            }

.bannerMenu {
    padding: 8px 12px 10px 12px;
    height: 36px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 16px;
    filter: none;
}

    .bannerMenu lable {
        font-size: 17px;
        color: #fff!important;
    }

    .bannerMenu span {
        font-size: 13px;
        font-family: 'Microsoft YaHei',Arial,Verdana;
        letter-spacing: 1px;
        color: #fff!important;
    }

#topmenucontent .topmenu {
    border-right: 1px #367fa9 solid;
    background: #3c8dbc;
    text-align: center;
}

    #topmenucontent .topmenu:hover {
        background: #367fa9;
        text-align: center;
    }

#topmenucontent .selected {
    border-right: 1px #367fa9 solid;
    background: #367fa9;
    text-align: center;
}

#topmenucontent .splitborder {
    width: 1px;
    background: #449d44;
}



{
    width: 100%;
    height: 100%;
    background: #3c8dbc;
    color: #fff;
}


/*表格整体样式字体全局定义*/
TABLE {
    FONT-SIZE: 9pt;
    COLOR: #000000;
    LINE-HEIGHT: 150%;
    FONT-FAMILY: Arial, sans-serif;
}

/*按钮样式*/
.LVBtnNormal {
    width: 83px;
    height: 28px;
    background: url(../../../../Images/CtlGrid/button1.png) no-repeat;
    font: 14px SimSun;
    text-align: center;
    color: #fff;
    padding-bottom: 2px;
    cursor: pointer;
    border: none;
}



.LVBtnNormal-big {
    width: 274px;
    height: 30px;
    background: url(../../../../Images/CtlGrid/button_login_big.png) no-repeat;
    margin: 0 auto 10px auto;
    border: none;
    cursor: pointer;
    font: 13px/30px Microsoft YaHei;
    padding-bottom: 2px;
    color: #fff;
    text-shadow: 0px -1px #0083e1;
    text-align: center;
    vertical-align: middle;
}

    .LVBtnNormal-big:hover {
        background: url(../../../../Images/CtlGrid/button_login_hover.png) no-repeat;
    }

.LVBtnNormal1 {
    text-align: center;
    width: 83px;
    height: 28px;
    border: 1px solid #2664bc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #52a5d8 url(../../../../Images/CtlGrid/button_search.png) no-repeat 14px center;
    font: 14px SimSun;
    color: #fff;
    text-indent: 24px;
    cursor: pointer;
    border: none;
}

    .LVBtnNormal1:hover {
        background-color: #509dcd;
    }

.LVBtnNormal2 {
    width: 83px;
    height: 28px;
    border: 1px solid #df9d46;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #e7b25d url(../../../../Images/CtlGrid/button_search.png) no-repeat 14px center;
    font: 14px SimSun;
    color: #fff;
    text-indent: 22px;
    cursor: pointer;
    border: none;
    text-align: center;
}

    .LVBtnNormal2:hover {
        background-color: #d4a355;
    }

.LVBtnNormal3 {
    width: 83px;
    height: 28px;
    background: url(../../../../Images/CtlGrid/button3.png) no-repeat;
    font: 14px SimSun;
    color: #fff;
    padding-bottom: 2px;
    cursor: pointer;
    border: none;
}

.LVBtnNormal4 {
    width: 104px;
    height: 28px;
    background: url(../../../../Images/CtlGrid/button5.png) no-repeat;
    font: 14px SimSun;
    color: #fff;
    padding-bottom: 2px;
    cursor: pointer;
    border: none;
}

.LVBtnBold {
    BORDER-RIGHT: lightslategray 1px solid;
    BORDER-TOP: lightslategray 1px solid;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    BACKGROUND-IMAGE: url(../../../../Images/CtlGrid/bkg.jpg);
    BORDER-LEFT: lightslategray 1px solid;
    CURSOR: hand;
    COLOR: blue;
    BORDER-BOTTOM: lightslategray 1px solid;
    BACKGROUND-COLOR: #f3f3f3;
    WIDTH: 50px;
    HEIGHT: 20px;
    TEXT-ALIGN: center;
    vertical-align: middle;
}

/*仿照easyuI按钮*/
.lst-btn-size1 {
}

.lst-btn:hover {
    background: #eaf2ff;
    color: #000000;
    border: 1px solid #b7d2ff;
    filter: none;
}

.lst-btn:active {
    color: #aaaaaa;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}


.lst-btn {
    display: inline-block;
    color: #444;
    vertical-align: middle;
    background: #f8f8f8;
    position: relative;
    padding: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #bbb!important;
}

    .lst-btn i.lst-btn-icon {
        width: 16px;
        height: 16px;
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -8px;
    }

    .lst-btn span.lst-btn-text {
        width: auto;
        font: 12px SimSun;
        text-align: center;
        display: inline-block;
        line-height: 24px;
        margin: 0 4px 0 24px;
    }

.icon_A1 {
    background: url(../../../../Images/CtlGrid/search.png) no-repeat center center;
}

.icon_A2 {
    background: url(../../../../Images/CtlGrid/reload.png) no-repeat center center;
}

.icon_A3 {
    background: url(../../../../Images/CtlGrid/edit_add.png) no-repeat center center;
}

.icon_A4 {
    background: url(../../../../Images/CtlGrid/pencil.png) no-repeat center center;
}

.icon_A5 {
    background: url(../../../../Images/CtlGrid/edit_remove.png) no-repeat center center;
}

.icon_A6 {
    background: url(../../../../Images/CtlGrid/print.png) no-repeat center center;
}

.icon_A7 {
    background: url(../../../../Images/CtlGrid/filesave.png) no-repeat center center;
}

.lst-btn-disabled {
    color: #aaa;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

    .lst-btn-disabled:hover {
        color: #aaa;
    }


/*隐藏二级菜单图标*/
.x-tree-node-collapsed .x-tree-node-icon {
    display: none;
}

.x-tree-node-leaf .x-tree-node-icon {
    display: none;
}

.x-tree-node-expanded .x-tree-node-icon {
    display: none;
}

.x-tree-node .x-tree-node-inline-icon {
    display: none;
}

/*按钮*/
.toolbar2 {
    width: 100%;
    height: 25px;
    background-color: #3c8dbc;
}

/*新表格*/
.tableWrap {
    border: 1px solid #7f9db9;
    background: #efefef;
    padding: 1px;
}

.tableHeaderTitle {
    border-bottom: 1px solid #cbc7b8;
    background: #efefef;
}

    .tableHeaderTitle td {
        border-right: 1px solid #aca899;
    }

        .tableHeaderTitle td:last-child {
            border-right: none;
        }

.iconTableCz {
    text-align: center;
    background: #fff;
    border: 1px solid #d0d0d0;
    height: 27px;
    line-height: 27px;
}

.btnDeleteTable {
    color: #ff0000;
}


/*图标自定义*/
div#menu .x-panel-collapsed .icon-user {
    background: url("../images/default/menu/icon/user.png") no-repeat center center !important;
}

.x-panel .icon-user {
    background: url("../images/default/menu/icon/user.png") no-repeat center center;
}


div#menu .x-panel-collapsed .icon-system {
    background: url("../images/default/menu/icon/system.png") no-repeat center center !important;
}

.x-panel .icon-system {
    background: url("../images/default/menu/icon/system.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-sales {
    background: url("../images/default/menu/icon/sales.png") no-repeat center center !important;
}

.x-panel .icon-sales {
    background: url("../images/default/menu/icon/sales.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-ship {
    background: url("../images/default/menu/icon/ship.png") no-repeat center center !important;
}

.x-panel .icon-ship {
    background: url("../images/default/menu/icon/ship.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-air_in {
    background: url("../images/default/menu/icon/air_in.png") no-repeat center center !important;
}

.x-panel .icon-air_in {
    background: url("../images/default/menu/icon/air_in.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-air_out {
    background: url("../images/default/menu/icon/air_out.png") no-repeat center center !important;
}

.x-panel .icon-air_out {
    background: url("../images/default/menu/icon/air_out.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-container {
    background: url("../images/default/menu/icon/container.png") no-repeat center center !important;
}

.x-panel .icon-container {
    background: url("../images/default/menu/icon/container.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-file {
    background: url("../images/default/menu/icon/file.png") no-repeat center center !important;
}

.x-panel .icon-file {
    background: url("../images/default/menu/icon/file.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-rail {
    background: url("../images/default/menu/icon/rail.png") no-repeat center center !important;
}

.x-panel .icon-rail {
    background: url("../images/default/menu/icon/rail.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-question {
    background: url("../images/default/menu/icon/question.png") no-repeat center center !important;
}

.x-panel .icon-question {
    background: url("../images/default/menu/icon/question.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-database {
    background: url("../images/default/menu/icon/database.png") no-repeat center center !important;
}

.x-panel .icon-database {
    background: url("../images/default/menu/icon/database.png") no-repeat center center;
}

div#menu .x-panel-collapsed .icon-account {
    background: url("../images/default/menu/icon/account.png") no-repeat center center !important;
}

.x-panel .icon-account {
    background: url("../images/default/menu/icon/account.png") no-repeat center center;
}
