* {
    font-size: 9pt;
    margin: 0;
    padding: 0;
    list-style: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

    ::-webkit-scrollbar:hover {
        courser: pointer
    }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px #b7d2ff
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.1)
    }

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑',verdana,helvetica,arial,sans-serif
}

body, button, input, select, textarea {
    font: 9pt/1.5 '微软雅黑',verdana,helvetica,arial,sans-serif
}

html {
    font-size: 9pt;
    -webkit-tap-highlight-color: transparent
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new,courier,monospace
}

small {
    font-size: 12px
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

legend {
    color: #000
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.panel {
    overflow: hidden;
    text-align: left;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.panel-body, .panel-header {
    border-width: 1px;
    border-style: solid;
    border-color: #90AECF
}

#Div_Main .panel-header {
    background: repeat-x #90AECF;
    padding: 6px 10px;
    position: relative
}

.panel-header {
    background: repeat-x #90AECF;
    padding: 14px 10px;
    position: relative
}

.panel-title {
    background: url(../images/blank.gif) no-repeat;
    color: #fff;
    font-size: 9pt;
    border-width: 0;
    font-weight: 700
}

.panel-header-noborder {
    border-width: 0 0 1px
}

.panel-body {
    overflow: auto;
    border-top-width: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 9pt
}

.panel-body-noheader {
    border-top-width: 1px
}

.panel-body-noborder {
    border-width: 0
}

.panel-with-icon {
    padding-left: 24px
}

.panel-icon, .panel-tool {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    height: 12pt;
    overflow: hidden
}

.panel-icon {
    left: 5px;
    width: 12pt;
    height: 12pt;
    line-height: 12pt
}

.panel-tool {
    right: 5px;
    width: auto
}

    .panel-tool a {
        display: inline-block;
        width: 12pt;
        height: 12pt;
        opacity: .6;
        filter: alpha(opacity=60);
        margin: 0 0 0 2px;
        vertical-align: top
    }

        .panel-tool a:hover {
            opacity: .8;
            filter: alpha(opacity=80)
        }

.panel-loading {
    padding: 11px 0 10px 30px
}

.panel-noscroll {
    overflow: hidden
}

.panel-fit, .panel-fit body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden
}

.panel-loading {
    background: url(../images/loading.gif) 10px 10px no-repeat #DFEAF2
}

.panel-tool-close {
    background: url(../images/tool-sprites.png) no-repeat #90AECF
}

.panel-tool-min {
    background: url(../images/tool-sprites.png) 0 -16px no-repeat #90AECF
}

.panel-tool-max {
    background: url(../images/tool-sprites.png) 0 -32px no-repeat #90AECF
}

.panel-tool-restore {
    background: url(../images/tool-sprites.png) 0 -48px no-repeat #90AECF
}

.panel-tool-collapse {
    background: url(../images/tool-sprites.png) 0 -224px no-repeat #90AECF
}

.panel-tool-expand {
    background: url(../images/tool-sprites.png) 0 -208px no-repeat #90AECF
}

.panel-tool-reload {
    background: url(../images/tool-sprites.png) 0 -240px no-repeat #90AECF
}

.panel-tool-gear {
    background: url(../images/tool-sprites.png) 0 -96px no-repeat #90AECF
}

.panel-tool-help {
    background: url(../images/tool-sprites.png) 0 -320px no-repeat #90AECF
}

.panel-tool-search {
    background: url(../images/tool-sprites.png) 0 -288px no-repeat #90AECF
}

.accordion .accordion-body, .accordion .accordion-header, .accordion-noborder .accordion-body, .accordion-noborder .accordion-header {
    border-width: 0 0 1px
}

.accordion {
    overflow: hidden;
    background: #fff;
    border-color: #58A0F1;
    border-width: 1px;
    border-style: solid
}

    .accordion .panel-header {
        border-color: #DCDDE0;
        border: 0
    }

        .accordion .panel-header .panel-icon {
            color: #90AECF
        }

    .accordion .panel-body {
        border-color: #DCDDE0
    }

    .accordion .accordion-header {
        cursor: pointer
    }

    .accordion .panel-title {
        font-size: 9pt;
        font-weight: 700;
        color: #666;
        height: 12pt;
        line-height: 12pt
    }

    .accordion .accordion-header {
        background: #fff;
        filter: none;
        color: #90AECF
    }

    .accordion .accordion-header-selected {
        background: #58A0F1;
        border-top-color: #58A0F1
    }

        .accordion .accordion-header-selected .panel-icon, .accordion .accordion-header-selected .panel-title {
            color: #fff
        }

        .accordion .accordion-header-selected .accordion-collapse {
            background: url(../images/arrows.png) -48px center no-repeat #58A0F1
        }

        .accordion .accordion-header-selected .accordion-expand {
            background: url(../images/arrows.png) -32px center no-repeat #58A0F1
        }

.accordion-noborder {
    border-width: 0
}

.panel-body.panel-body-noborder.accordion-body {
    overflow-y: auto
}

.accordion-collapse {
    background: #fff
}

.accordion-expand {
    background: #fff
}

.window .window-header .panel-icon, .window .window-header .panel-tool {
    top: 50%;
    margin-top: -8px
}

.window {
    background-color: #90AECF;
    overflow: hidden;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #90AECF
}

    .window .panel-header {
        border-width: 0;
        border-style: solid
    }

    .window .window-header {
        background: 0;
        padding: 4px 4px 10px
    }

        .window .window-header .panel-icon {
            color: #fff;
            left: 6px
        }

        .window .window-header .panel-tool {
            right: 6px
        }

        .window .window-header .panel-with-icon {
            padding-left: 23px
        }

    .window .window-body {
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: #fff
    }

    .window .window-body-noheader {
        border-top-width: 1px
    }

    .window .panel-title {
        line-height: 20px
    }

.window-proxy {
    position: absolute;
    overflow: hidden
}

.window-proxy-mask {
    position: absolute
}

.window-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1px;
    overflow: hidden
}

.window, .window-shadow {
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.window-shadow {
    background: #e7e7e7;
    -webkit-box-shadow: 3px 3px 3px #d3d3d3;
    -moz-box-shadow: 3px 3px 3px #d3d3d3;
    box-shadow: 3px 3px 3px #d3d3d3
}

.window-proxy {
    border: 1px dashed #e7e7e7
}

.window-mask, .window-proxy-mask {
    opacity: .7;
    filter: alpha(opacity=70);
    background-color: #fff
}

.dialog-content {
    overflow: auto
}

.dialog-toolbar {
    padding: 2px 5px
}

.dialog-tool-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #C1DDF1;
    border-right: 1px solid #fff;
    margin: 2px 1px
}

.dialog-button {
    padding: 5px;
    text-align: right
}

.window .dialog-button .l-btn-text {
    color: #f25d19
}

.window .dialog-button .l-btn-icon {
    margin-top: -10px;
    color: #f25d19
}

.dialog-button .l-btn {
    margin-left: 5px
}

.window .l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 1px;
    padding: 0 10px 0 5px;
    bottom: 1px
}

.window .l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 24px;
    font-size: 9pt;
    color: #4096D5;
    padding: 0;
    margin: 0 4px
}

.dialog-button .l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #208eff;
    border-radius: 1px;
    border: 1px dotted #f25d19 !important;
    padding: 0 10px 0 5px;
    bottom: 1px
}

.dialog-button, .dialog-toolbar {
    background: #E5EAF4
}

.dialog-toolbar {
    border-bottom: 1px solid #DDD
}

.dialog-button {
    border-top: 1px solid #DDD
}

.window .l-btn-icon-top .l-btn-text {
    margin: 20px 4px 0
}

.window .l-btn-icon-top .l-btn-icon {
    top: 4px;
    left: 50%;
    margin: 0 0 0 -8px
}

.window .l-btn-icon-bottom .l-btn-text {
    margin: 0 4px 20px
}

.window .l-btn-icon-bottom .l-btn-icon {
    bottom: 4px;
    top: auto;
    left: 50%;
    margin: 0 0 0 -8px
}

.window .l-btn-left .l-btn-empty {
    margin: 0 4px;
    width: 16px
}

.window .l-btn-plain:hover {
    padding: 0
}

.window .l-btn-focus {
    outline: #4096d5 dotted thin
}

.window .l-btn-large .l-btn-text {
    line-height: 40px
}

.window .l-btn-large .l-btn-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -16px
}

.window .l-btn-large .l-btn-icon-left .l-btn-text {
    margin-left: 40px
}

.window .l-btn-large .l-btn-icon-right .l-btn-text {
    margin-right: 40px
}

.window .l-btn-large .l-btn-icon-top .l-btn-text {
    margin-top: 36px;
    line-height: 24px;
    min-width: 32px
}

.window .l-btn-large .l-btn-icon-top .l-btn-icon {
    margin: 0 0 0 -16px
}

.window .l-btn-large .l-btn-icon-bottom .l-btn-text {
    margin-bottom: 36px;
    line-height: 24px;
    min-width: 32px
}

.window .l-btn-large .l-btn-icon-bottom .l-btn-icon {
    margin: 0 0 0 -16px
}

.window .l-btn-large .l-btn-left .l-btn-empty {
    margin: 0 4px;
    width: 32px
}

.window .l-btn {
    color: #444;
    border: 1px solid #bbb;
    background: -webkit-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: -moz-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: -o-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: linear-gradient(to bottom,#fff 0,#eee 100%) repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    .window .l-btn:hover {
        background: #eaf2ff;
        color: #000;
        border: 1px solid #b7d2ff;
        filter: none
    }

.window .l-btn-plain {
    background: 0;
    border: 0;
    filter: none
}

    .window .l-btn-plain:hover {
        background: #eaf2ff;
        color: #000;
        border: 1px solid #b7d2ff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

.textbox {
    position: relative;
    border: 1px solid #CECECE;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 1px;
    height: 26px;
    width: 153px
}

    .textbox .textbox-text {
        font-size: 9pt;
        border: 0;
        margin: 0;
        padding: 4px;
        white-space: normal;
        vertical-align: top;
        outline-style: none;
        resize: none
    }

    .textbox .textbox-prompt {
        font-size: 9pt;
        color: #aaa
    }

    .textbox:focus {
        outline: 0;
        -webkit-tap-highlight-color: transparent;
        border: 1px solid #90AECF
    }

.textbox-button, .textbox-button:hover {
    position: absolute;
    top: 0;
    padding: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.textbox-button-right, .textbox-button-right:hover {
    border-width: 0 0 0 1px
}

.textbox-button-left, .textbox-button-left:hover {
    border-width: 0 1px 0 0
}

.textbox-addon {
    position: absolute;
    top: 0
}

.textbox-icon {
    display: inline-block;
    width: 22px;
    height: 26px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
    text-decoration: none;
    outline-style: none;
    border-left: 1px solid #CECECE
}

.textbox-icon-disabled, .textbox-icon-readonly {
    cursor: default
}

.textbox-icon:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.textbox-icon-disabled:hover {
    opacity: .6;
    filter: alpha(opacity=60)
}

.textbox-focused {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #90AECF
}

.input-w {
    width: 180px
}

a {
    color: #90AECF
}

.textareabox {
    position: relative;
    border: 1px solid #CECECE;
    overflow: hidden;
    margin: 0;
    padding: 1px;
    height: 26px;
    width: 154px
}

    .textareabox:focus {
        outline: 0;
        -webkit-tap-highlight-color: transparent;
        border: 1px solid #90AECF
    }

.forminfo2 {
    padding-left: 5px;
    width: 100%;
    margin: auto
}

    .forminfo2 tr {
        margin-bottom: 8px;
        clear: both;
        vertical-align: middle
    }

        .forminfo2 tr td {
            clear: both;
            height: 44px;
            line-height: 28px
        }

    .forminfo2 td label {
        width: 60px;
        line-height: 44px;
        height: 44px;
        display: block;
        float: left;
        padding-right: 5px;
        text-align: right;
        padding-left: 3px
    }

    .forminfo2 td label {
        width: 60px;
        line-height: 44px;
        height: 44px;
        display: block;
        float: left;
        padding-right: 5px !important;
        text-align: left;
        padding-left: 3px
    }

    .forminfo2 td cite {
        display: block;
        padding-top: 10px
    }

    .forminfo2 b {
        color: #ea2020;
        padding-left: 3px;
        vertical-align: middle
    }

.c {
    vertical-align: middle
}

.combo {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
    background-color: #fff;
    width: 154px
}

    .combo .textbox-icon-disabled:hover {
        cursor: default
    }

.combo-arrow {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 1px 0;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
    background: url(../images/combo_arrow.png) 0 center no-repeat #fff;
    width: 22px;
    border-left: 1px solid #CECECE;
    border-left-width: 0;
    padding-top: 0;
    padding-bottom: 0
}

    .combo-arrow-hover, .combo-arrow:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        background-position: -66px center
    }

.combo-panel {
    overflow: auto;
    background-color: #fff
}

.combo-p {
    -webkit-box-shadow: 3px 3px 3px #d3d3d3;
    -moz-box-shadow: 3px 3px 3px #d3d3d3;
    box-shadow: 3px 3px 3px #d3d3d3
}

    .combo-p .panel-body {
        border-color: #CECECE;
        border-top-width: 0
    }

.combobox-group, .combobox-item {
    font-size: 12px;
    padding: 5px 0 5px 5px
}

.combobox-item-disabled {
    opacity: .5;
    filter: alpha(opacity=50)
}

.combobox-gitem {
    padding-left: 10px
}

.combobox-group {
    font-weight: 700
}

.combobox-item-hover {
    background-color: #EAF2FF;
    color: #000
}

.combobox-item-selected {
    background-color: #C1DDF1;
    color: #000
}

.layout {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0
}

.layout-panel {
    position: absolute;
    overflow: hidden
}

.layout-panel-east, .layout-panel-west {
    z-index: 2
}

.layout-panel-north, .layout-panel-south {
    z-index: 3
}

.layout-expand {
    position: absolute;
    padding: 0;
    font-size: 1px;
    cursor: pointer;
    z-index: 1;
    background-color: #90AECF
}

    .layout-expand .panel-body, .layout-expand .panel-header {
        background: 0;
        filter: none;
        overflow: hidden
    }

    .layout-expand .panel-header {
        border-bottom-width: 0
    }

.layout-split-proxy-h, .layout-split-proxy-v {
    position: absolute;
    font-size: 1px;
    display: none;
    z-index: 5;
    background-color: #E9EDF2
}

.layout-split-proxy-h {
    width: 5px;
    cursor: e-resize
}

.layout-split-proxy-v {
    height: 5px;
    cursor: n-resize
}

.layout-mask {
    position: absolute;
    background: #fafafa;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 4
}

.layout-button-up {
    background: url(../images/tool-sprites.png) 0 -224px no-repeat #90AECF
}

.layout-button-down {
    background: url(../images/tool-sprites.png) 0 -208px no-repeat #90AECF
}

.layout-button-left {
    background: url(../images/tool-sprites.png) 0 -192px no-repeat #90AECF
}

.layout-button-right {
    background: url(../images/tool-sprites.png) 0 -176px no-repeat #90AECF
}

.layout-split-north {
    border-bottom: 5px solid #E9EDF2
}

.layout-split-south {
    border-top: 5px solid #E9EDF2
}

.layout-split-east {
    border-left: 5px solid #E9EDF2
}

.layout-split-west {
    border-right: 5px solid #E9EDF2
}

.layout-expand-east .panel-body, .layout-expand-east .panel-header, .layout-expand-west .panel-body, .layout-expand-west .panel-header {
    border-width: 0
}

.layout-expand-over {
    background-color: #E9EDF2
}

    .layout-expand-over .layout-button-right {
        background: url(../images/tool-sprites.png) 0 -176px no-repeat #E9EDF2
    }

    .layout-expand-over .layout-button-left {
        background: url(../images/tool-sprites.png) 0 -192px no-repeat #E9EDF2
    }

.layout-panel .panel-icon {
    color: #fff
}

.tabs-header {
    border-width: 1px 1px 0;
    border-style: solid;
    position: relative;
    padding: 2px 0 0;
    overflow: hidden
}

.tabs-header-plain .tabs-tool {
    padding: 0 1px
}

.tabs-scroller-left, .tabs-scroller-right {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 18px;
    font-size: 9pt;
    display: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid
}

.tabs-scroller-left {
    left: 0
}

.tabs-scroller-right {
    right: 0
}

.tabs-tool {
    position: absolute;
    bottom: 0;
    padding: 1px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid
}

.tabs-wrap {
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0
}

.tabs-scrolling {
    margin: 0 18px
}

.tabs-disabled {
    opacity: .3;
    filter: alpha(opacity=30)
}

.tabs li a.tabs-close, .tabs-p-tool {
    position: absolute;
    font-size: 9pt;
    display: block;
    height: 12px;
    padding: 0;
    top: 50%;
    margin-top: -6px;
    overflow: hidden
}

    .tabs li a.tabs-close:hover, .tabs-p-tool a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer
    }

.tabs {
    list-style-type: none;
    height: 38px;
    margin: 0;
    padding: 0 0 0 4px;
    width: 5000px;
    border-style: solid;
    border-width: 0 0 1px
}

    .tabs li {
        float: left;
        display: inline-block;
        margin: 0 4px -1px 0;
        padding: 0;
        position: relative;
        border: 0
    }

        .tabs li a.tabs-inner {
            display: inline-block;
            text-decoration: none;
            padding: 11px 20px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            white-space: nowrap;
            border-style: solid;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            background: #A0BFD6;
            color: #fff;
            border: 0 solid #f0f4f7;
            height: 10px !important
        }

        .tabs li a.tabs-close {
            width: 12px;
            right: 5px;
            height: 12px;
            color: #fff;
            top: 8px;
            opacity: .6;
            filter: alpha(opacity=60)
        }

            .tabs li a.tabs-close:before {
                content: "\e685"
            }

        .tabs li a:hover.tabs-close {
            opacity: .2;
            filter: alpha(opacity=20)
        }

        .tabs li.tabs-selected a.tabs-inner {
            font-weight: 700;
            outline: 0
        }

            .tabs li.tabs-selected a.tabs-inner:hover {
                cursor: pointer
            }

        .tabs li.tabs-selected a.tabs-close {
            opacity: .8;
            filter: alpha(opacity=80);
            color: #90AECF
        }

            .tabs li.tabs-selected a.tabs-close:hover {
                opacity: .7;
                filter: alpha(opacity=70)
            }

            .tabs li.tabs-selected a.tabs-close:before {
                content: "\e685"
            }

        .tabs li.tabs-selected a.tabs-inner {
            background-color: #F5F8FB;
            color: #90AECF;
            border-right: 1px solid #fff
        }

.tabs-p-tool {
    right: 16px
}

    .tabs-p-tool a {
        display: inline-block;
        font-size: 9pt;
        width: 12px;
        height: 12px;
        margin: 0;
        opacity: .6;
        filter: alpha(opacity=60)
    }

        .tabs-p-tool a:hover {
            opacity: .2;
            filter: alpha(opacity=20)
        }

.tabs-with-icon {
    padding-left: 18px
}

.tabs-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 10px;
    top: 50%;
    margin-top: -8px
}

.tabs-title {
    font-size: 9pt
}

.tabs-closable {
    padding-right: 8px
}

.tabs-panels {
    margin: 0;
    padding: 0;
    border-width: 0 1px 1px;
    border-style: solid;
    overflow: hidden
}

.tabs-header-bottom {
    border-width: 0 1px 1px;
    padding: 0 0 2px
}

    .tabs-header-bottom .tabs {
        border-width: 1px 0 0
    }

        .tabs-header-bottom .tabs li {
            margin: -1px 4px 0 0
        }

            .tabs-header-bottom .tabs li a.tabs-inner {
                -webkit-border-radius: 0 0 5px 5px;
                -moz-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px
            }

            .tabs-header-bottom .tabs li li.tabs-selected a.tabs-inner {
                background-color: #F5F8FB;
                color: #90AECF;
                border-right: 1px solid #fff
            }

    .tabs-header-bottom .tabs-tool {
        top: 0
    }

    .tabs-header-bottom .tabs-scroller-left, .tabs-header-bottom .tabs-scroller-right {
        top: 0;
        bottom: auto
    }

.tabs-panels-top {
    border-width: 1px 1px 0
}

.tabs-header-left {
    float: left;
    border-width: 1px 0 1px 1px;
    padding: 0
}

    .tabs-header-left .tabs-wrap {
        height: 100%
    }

    .tabs-header-left .tabs {
        height: 100%;
        padding: 4px 0 0 4px;
        border-width: 0 1px 0 0
    }

        .tabs-header-left .tabs li {
            display: block;
            width: 100%;
            position: relative;
            left: auto;
            right: 0;
            margin: 0 -1px 4px 0;
            float: right
        }

            .tabs-header-left .tabs li a.tabs-inner {
                display: block;
                text-align: left;
                -webkit-border-radius: 5px 0 0 5px;
                -moz-border-radius: 5px 0 0 5px;
                border-radius: 5px 0 0 5px
            }

            .tabs-header-left .tabs li li.tabs-selected a.tabs-inner {
                background-color: #F5F8FB;
                color: #90AECF;
                border-right: 1px solid #fff
            }

.tabs-header-right {
    float: right;
    border-width: 1px 1px 1px 0;
    padding: 0
}

    .tabs-header-right .tabs-wrap {
        height: 100%
    }

    .tabs-header-right .tabs {
        height: 100%;
        padding: 4px 4px 0 0;
        border-width: 0 0 0 1px
    }

        .tabs-header-right .tabs li {
            display: block;
            width: 100%;
            position: relative;
            left: 0;
            right: auto;
            margin: 0 0 4px -1px;
            float: left
        }

            .tabs-header-right .tabs li a.tabs-inner {
                display: block;
                text-align: left;
                -webkit-border-radius: 0 5px 5px 0;
                -moz-border-radius: 0 5px 5px 0;
                border-radius: 0 5px 5px 0
            }

            .tabs-header-right .tabs li li.tabs-selected a.tabs-inner {
                background-color: #F5F8FB;
                color: #90AECF;
                border-right: 1px solid #fff
            }

.tabs-panels-right {
    float: right;
    border-width: 1px 1px 1px 0
}

.tabs-panels-left {
    float: left;
    border-width: 1px 0 1px 1px
}

.tabs-header-noborder, .tabs-header-plain, .tabs-panels-noborder {
    border: 0
}

.tabs-scroller-left {
    background: url(../images/default-scroll-left.png) center no-repeat #90AECF
}

.tabs-scroller-right {
    background: url(../images/default-scroll-right.png) center no-repeat #90AECF
}

.tabs-header, .tabs-tool {
    background-color: #90AECF
}

.tabs-header-plain {
    background: 0
}

.tabs, .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner, .tabs-header, .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner, .tabs-header-left .tabs li.tabs-selected a.tabs-inner, .tabs-header-right .tabs li.tabs-selected a.tabs-inner, .tabs-panels, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool {
    border-color: #90AECF
}

.l-btn {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    line-height: 25px
}

    .l-btn span span .l-btn-empty {
        display: inline-block;
        margin: 0;
        width: 16px;
        height: 24px;
        font-size: 1px;
        vertical-align: top
    }

    .l-btn span .l-btn-icon-left {
        padding: 0 0 0 20px;
        background-position: left center
    }

    .l-btn span .l-btn-icon-right {
        padding: 0 20px 0 0;
        background-position: right center
    }

.l-btn-plain {
    padding: 1px
}

.l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 30px;
    height: 30px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0 10px;
    padding-left: 8px
}

.l-btn-icon {
    display: inline-block;
    line-height: 24px;
    position: absolute;
    margin-top: -2px;
    font-size: 12px;
    font-weight: 300;
    color: #90AECF
}

.l-btn-icon {
    display: inline-block;
    line-height: 18px;
    position: absolute;
    top: 50%;
    margin-left: 5px;
    margin-top: -9px;
    font-size: 12px;
    color: #90AECF
}

.l-btn-icon-left .l-btn-text {
    margin: 0 4px 0 12px
}

.l-btn-icon-left .l-btn-icon {
    left: 0
}

#Lnk_Upload .l-btn-text {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: 28px;
    font-size: 12px;
    color: #e9f4fc;
    padding: 0 5px 0 19px
}

#Lnk_Upload {
    background: #208eff;
    COLOR: #FFF
}

    #Lnk_Upload .l-btn-left {
        background-color: #208eff
    }

    #Lnk_Upload .l-btn-icon {
        left: 1px;
        top: 15px
    }

*/.m-btn-plain-active, .s-btn-plain-active {
    background-color: #fff
}

.menu {
    background: #fff !important;
    height: auto !important;
    padding: 2px !important
}

    .menu > ul:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 20%;
        width: 20px;
        height: 11px;
        background: url(../images/sanjiao.png) no-repeat center
    }

    .menu > ul {
        position: relative;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        padding-top: 0;
        padding: 10px
    }

    .menu li a {
        width: 100% !important
    }

    .menu li {
        width: 100%;
        margin: 0
    }

        .menu li:hover {
            background: 0
        }

i.lingdang {
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url(../images/lingd02.gif) no-repeat center
}

.ita_num {
    background: #f25d19;
    border-radius: 10px;
    padding: 0 3px;
    top: 0;
    right: 0
}

.l-btn-icon-right .l-btn-text {
    margin: 0 24px 0 4px
}

.l-btn-icon-right .l-btn-icon {
    right: 0
}

.l-btn-icon-top .l-btn-text {
    margin: 20px 4px 0
}

.l-btn-icon-top .l-btn-icon {
    top: 4px;
    left: 50%;
    margin: 0 0 0 -8px
}

.l-btn-icon-bottom .l-btn-text {
    margin: 0 4px 20px
}

.l-btn-icon-bottom .l-btn-icon {
    bottom: 4px;
    top: auto;
    left: 50%;
    margin: 0 0 0 -8px
}

.l-btn-left .l-btn-empty {
    margin: 0 4px;
    width: 11px
}

.l-btn-focus {
    outline: #A0BFD6 dotted thin
}

.l-btn-large .l-btn-text {
    line-height: 40px
}

.l-btn-large .l-btn-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -16px
}

.l-btn-large .l-btn-icon-left .l-btn-text {
    margin-left: 40px
}

.l-btn-large .l-btn-icon-right .l-btn-text {
    margin-right: 40px
}

.l-btn-large .l-btn-icon-top .l-btn-text {
    margin-top: 36px;
    line-height: 24px;
    min-width: 32px
}

.l-btn-large .l-btn-icon-top .l-btn-icon {
    margin: 0 0 0 -16px
}

.l-btn-large .l-btn-icon-bottom .l-btn-text {
    margin-bottom: 36px;
    line-height: 24px;
    min-width: 32px
}

.l-btn-large .l-btn-icon-bottom .l-btn-icon {
    margin: 0 0 0 -16px
}

.l-btn-large .l-btn-left .l-btn-empty {
    margin: 0 4px;
    width: 32px
}

.l-btn {
    color: #444;
    border: 1px solid #bbb;
    background: -webkit-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: -moz-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: -o-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: linear-gradient(to bottom,#fff 0,#eee 100%) repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    .l-btn:hover {
        background: #eaf2ff;
        color: #000;
        border: 1px solid #A0BFD6;
        filter: none
    }

.l-btn-plain {
    background: 0;
    border: 0;
    filter: none
}

    .l-btn-plain:hover {
        background: #eaf2ff;
        color: #000;
        border: 1px solid #A0BFD6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

.l-btn-disabled, .l-btn-disabled:hover {
    cursor: default;
    color: #444 !important;
    background: -webkit-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: -moz-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: -o-linear-gradient(top,#fff 0,#eee 100%) repeat-x;
    background: linear-gradient(to bottom,#fff 0,#eee 100%) repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0)
}

    .l-btn-disabled .l-btn-icon, .l-btn-disabled .l-btn-text {
        filter: alpha(opacity=50)
    }

.l-btn-plain-disabled, .l-btn-plain-disabled:hover {
    background: 0;
    background: #ececec !important;
    border: 1px solid #aaa !important;
    color: #000 !important;
    filter: alpha(opacity=50)
}

.l-btn-selected, .l-btn-selected:hover {
    background: #ddd;
    filter: none
}

.l-btn-plain-selected, .l-btn-plain-selected:hover {
    background: #ddd
}

.datagrid .panel-body {
    overflow: hidden;
    position: relative;
    border-color: #E6EEF8;
    top: -1px
}

.datagrid-view {
    position: relative;
    overflow: hidden
}

.datagrid-view1, .datagrid-view2 {
    position: absolute;
    overflow: hidden;
    top: 0
}

.datagrid-view1 {
    left: 0
}

.datagrid-view2 {
    right: 0
}

.datagrid-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    filter: alpha(opacity=30);
    display: none
}

.datagrid-mask-msg {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px 10px 30px;
    width: auto;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    display: none
}

.datagrid-sort-icon {
    padding: 0
}

.datagrid-toolbar {
    height: auto;
    padding: 1px 2px;
    border-width: 0 0 1px;
    border-style: solid
}

.datagrid-btn-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #fff;
    margin: 2px 1px
}

.datagrid .datagrid-pager {
    display: block;
    margin: 0;
    border-width: 1px 0 0;
    border-style: solid;
    width: 100%;
    padding: 8px 20px 8px 0
}

.datagrid .datagrid-pager-top {
    border-width: 0 0 1px
}

.datagrid-header {
    overflow: hidden;
    cursor: default;
    border-width: 0 0 1px;
    border-style: solid
}

.datagrid-header-inner {
    float: left;
    width: 10000px
}

.datagrid-header-row, .datagrid-row {
    height: 30px
}

    .datagrid-row:nth-child(even) {
        background-color: #f5f6f8
    }

.pnl_Div table tr:nth-child(even) {
    background-color: #f5f6f8 !important
}

.datagrid-body td, .datagrid-footer td, .datagrid-header td {
    border-width: 0 1px 1px 0;
    border-bottom: dotted 1px;
    margin: 0;
    padding: 0
}

.datagrid-body td, .datagrid-footer td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-bottom: solid 1px;
    margin: 0;
    padding: 0
}

.datagrid-header td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-bottom: solid 1px;
    border-color: #fff;
    margin: 0;
    padding: 0
}

.datagrid-body td:last-child {
    border-right: 1px dashed #e3e3e3
}

.datagrid-cell, .datagrid-cell-group, .datagrid-cell-rownumber, .datagrid-header-rownumber {
    margin: 0;
    padding: 0 4px;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    font-size: 9pt
}

.datagrid-header .datagrid-cell {
    height: auto;
    background-color: #f2f3f6
}

    .datagrid-header .datagrid-cell span {
        font-size: 9pt
    }

.datagrid-cell-group {
    text-align: center
}

.datagrid-cell-rownumber, .datagrid-header-rownumber {
    width: 40px;
    text-align: center;
    margin: 0;
    padding: 0
}

.datagrid-body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1
}

    .datagrid-body:hover {
        overflow: scroll;
        cursor: pointer
    }

.datagrid-view1 .datagrid-body-inner {
    padding-bottom: 20px
}

.datagrid-footer, .datagrid-view1 .datagrid-body {
    overflow: hidden
}

.datagrid-footer-inner {
    border-width: 1px 0 0;
    border-style: solid;
    width: 10000px;
    float: left
}

.datagrid-row-editing .datagrid-cell {
    height: auto
}

.datagrid-cell-check, .datagrid-header-check {
    padding: 0;
    width: 27px;
    height: 18px;
    font-size: 1px;
    text-align: center;
    overflow: hidden
}

    .datagrid-cell-check input, .datagrid-header-check input {
        margin: 0;
        padding: 0;
        width: 15px;
        height: 18px
    }

.datagrid-resize-proxy {
    position: absolute;
    width: 1px;
    height: 10000px;
    top: 0;
    cursor: e-resize;
    display: none
}

.datagrid-body .datagrid-editable {
    margin: 0;
    padding: 0
}

    .datagrid-body .datagrid-editable table {
        width: 100%;
        height: 100%
    }

    .datagrid-body .datagrid-editable td {
        border: 0;
        margin: 0;
        padding: 0
    }

.datagrid-view .datagrid-editable-input {
    margin: 0;
    padding: 4px;
    border: 1px solid #CECECE;
    font-size: 9pt;
    outline-style: none;
    white-space: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datagrid-sort .datagrid-sort-icon {
    display: inline;
    padding: 0 13px 0 0;
    background: url(../images/datagrid_icons.png) no-repeat -64px center
}

.datagrid-sort-desc .datagrid-sort-icon {
    padding: 0 12px 0 0;
    background: url(../images/datagrid_icons.png) -16px center no-repeat
}

.datagrid-sort-asc .datagrid-sort-icon {
    padding: 0 12px 0 0;
    background: url(../images/datagrid_icons.png) 0 center no-repeat
}

.datagrid-sort-collapse .datagrid-sort-icon {
    padding: 0 12px 0 0;
    background: url(../images/datagrid_icons.png) -48px center no-repeat
}

.datagrid-sort-expand .datagrid-sort-icon {
    padding: 0 12px 0 0;
    background: url(../images/datagrid_icons.png) -32px center no-repeat
}

.datagrid-row-collapse {
    background: url(../images/datagrid_icons.png) -48px center no-repeat
}

.datagrid-row-expand {
    background: url(../images/datagrid_icons.png) -32px center no-repeat
}

.datagrid-mask-msg {
    background: url(../images/loading.gif) 5px center no-repeat #fff
}

.datagrid-header, .datagrid-td-rownumber {
    background-color: #F4F8FB
}

.datagrid-cell-rownumber {
    color: #000
}

.datagrid-resize-proxy {
    background: #aac5e7
}

.datagrid-mask {
    background: #ccc
}

.datagrid-mask-msg {
    border-color: #95B8E7
}

.datagrid-pager, .datagrid-toolbar {
    background: #fff;
    border-bottom: 1px solid #F4F8FB
}

.datagrid-footer-inner, .datagrid-header, .datagrid-pager, .datagrid-toolbar {
    border-color: #ddd
}

.datagrid-toolbar {
    padding: 1px 0 1px 0 !important
}

.datagrid-footer td, .datagrid-header td {
    border-color: silver
}

.datagrid-toolbar .l-btn-text {
    color: #f25d19
}

.datagrid-toolbar .l-btn-icon {
    color: #f25d19
}

.datagrid-body td {
    border-color: #e3e3e3;
    border-right: 1px solid #e8e8e8
}

.datagrid-btable, .datagrid-ftable, .datagrid-htable {
    color: #666;
    border-collapse: separate
}

.datagrid-row-alt {
    background: #fafafa
}

.datagrid-header td.datagrid-header-over, .datagrid-row-over {
    background: #EAF2FF;
    color: #444;
    cursor: default
}

.datagrid-row-selected {
    background: #C1DDF1;
    color: #000
}

.datagrid-row-editing .textbox, .datagrid-row-editing .textbox-text {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datagrid-cell a, .datagrid-cell a:hover {
    text-decoration: none
}

    .datagrid-cell a i {
        color: #90AECF;
        height: 16px;
        width: 16px
    }

        .datagrid-cell a i:hover {
            color: #90AECF
        }

.propertygrid .datagrid-view1 .datagrid-body td {
    padding-bottom: 1px;
    border-width: 0 1px 0 0
}

.propertygrid .datagrid-group {
    height: 21px;
    overflow: hidden;
    border-width: 0 0 1px;
    border-style: solid
}

    .propertygrid .datagrid-group span {
        font-weight: 700
    }

.propertygrid .datagrid-view1 .datagrid-body td {
    border-color: silver
}

.propertygrid .datagrid-view1 .datagrid-group {
    border-color: #E0ECFF
}

.propertygrid .datagrid-view2 .datagrid-group {
    border-color: #ddd
}

.propertygrid .datagrid-group, .propertygrid .datagrid-view1 .datagrid-body, .propertygrid .datagrid-view1 .datagrid-row-over, .propertygrid .datagrid-view1 .datagrid-row-selected {
    background: #F5F5F5
}

.pagination {
    zoom: 1
}

    .pagination table {
        float: left;
        height: 30px
    }

    .pagination td {
        border: 0
    }

    .pagination span {
        font-size: 9pt
    }

    .pagination .pagination-num {
        border-width: 1px;
        border-style: solid;
        margin: 0 2px;
        padding: 3px 2px;
        width: 2em;
        height: auto
    }

.pagination-btn-separator {
    float: left;
    height: 16px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #fff;
    margin: 3px 1px
}

.pagination-page-list {
    margin: 0 6px;
    padding: 3px 2px;
    width: auto;
    height: auto;
    border-width: 1px;
    border-style: solid
}

.pagination-info {
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 9pt
}

.pagination-link .l-btn-text {
    width: 24px;
    text-align: center;
    margin: 0
}

.pagination-icon-first:before {
    content: "\e63c"
}

.pagination-icon-prev:before {
    content: "\e639"
}

.pagination-icon-next:before {
    content: "\e63a"
}

.pagination-icon-last:before {
    content: "\e63b"
}

.pagination-icon-refresh:before {
    content: "\e64e"
}

.pagination-icon-load:before {
    content: "\e67e"
}

.pagination-loading {
    background: url(../images/loading.gif) center center no-repeat
}

.pagination .pagination-num, .pagination-page-list {
    border-color: #95B8E7
}

.calendar {
    border-width: 1px;
    border-style: solid;
    padding: 1px;
    overflow: hidden
}

    .calendar table {
        table-layout: fixed;
        border-collapse: separate;
        font-size: 9pt;
        width: 100%;
        height: 100%
    }

        .calendar table td, .calendar table th {
            font-size: 9pt
        }

.calendar-noborder {
    border: 0
}

.calendar-header {
    position: relative;
    height: 32px;
    line-height: 32px
}

.calendar-title {
    text-align: center;
    height: 32px;
    color: #90AECF
}

    .calendar-title span {
        position: relative;
        display: inline-block;
        top: 2px;
        padding: 0 3px;
        height: 28px;
        line-height: 28px;
        font-size: 9pt;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

.calendar-nextmonth, .calendar-nextyear, .calendar-prevmonth, .calendar-prevyear {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.calendar-prevmonth {
    left: 20px
}

    .calendar-prevmonth:before {
        content: "\e697"
    }

.calendar-nextmonth {
    right: 20px
}

    .calendar-nextmonth:before {
        content: "\e696"
    }

.calendar-prevyear {
    left: 3px
}

    .calendar-prevyear:before {
        content: "\e695"
    }

.calendar-nextyear {
    right: 3px
}

    .calendar-nextyear:before {
        content: "\e694"
    }

.calendar-body {
    position: relative
}

    .calendar-body td, .calendar-body th {
        text-align: center
    }

.calendar-day {
    padding: 1px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.calendar-other-month {
    opacity: .3;
    filter: alpha(opacity=30)
}

.calendar-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: default
}

.calendar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    padding: 5px;
    font-size: 9pt;
    display: none;
    overflow: hidden;
    color: #9D9D9D
}

.calendar-menu-year-inner {
    text-align: center;
    padding-bottom: 5px
}

    .calendar-menu-year-inner .calendar-nav {
        color: #666
    }

.calendar-menu-year {
    width: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 2px;
    font-weight: 700;
    font-size: 12px
}

.calendar-menu-next, .calendar-menu-prev {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: top;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.calendar-menu-prev {
    margin-right: 10px
}

    .calendar-menu-prev:before {
        content: "\e697"
    }

.calendar-menu-next {
    margin-left: 10px
}

    .calendar-menu-next:before {
        content: "\e696"
    }

.calendar-menu-month {
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.calendar-body th, .calendar-menu-month {
    color: #4d4d4d
}

.calendar-day {
    color: #000;
    border: 1px solid #fff
}

.calendar-sunday {
    color: #C22
}

.calendar-saturday {
    color: #E02D2D
}

.calendar-today {
    border: 1px solid #FB0;
    color: #fff;
    font-weight: 700;
    background-color: #FB0
}

.calendar-menu-year {
    border-color: #CECECE
}

.calendar {
    border-color: #e5e5e5
}

.calendar-header {
    background: #F5F5F5
}

.calendar-body, .calendar-menu {
    background: #fff
}

    .calendar-body th {
        background: #fff;
        padding: 2px 0
    }

.calendar-hover, .calendar-menu-hover, .calendar-nav-hover {
    background-color: #eaf2ff;
    color: #000
}

.calendar-hover {
    border: 1px solid #b7d2ff;
    padding: 0
}

.calendar-selected {
    background-color: #fff;
    color: #000;
    border: 1px solid #FB0;
    padding: 0
}

.datebox-calendar-inner {
    height: 185px
}

.datebox-button {
    height: 28px;
    line-height: 28px;
    padding: 2px 5px;
    text-align: center
}

    .datebox-button a {
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        opacity: .6;
        filter: alpha(opacity=60)
    }

        .datebox-button a:hover {
            opacity: 1;
            filter: alpha(opacity=100)
        }

.datebox-current {
    float: left
}

.datebox-close {
    float: right
}

.datebox .combo-arrow {
    padding-right: -5px;
    width: 22px;
    background-position: center center
}

.datebox-button {
    background-color: #F4F4F4
}

    .datebox-button a {
        color: #444
    }

.spinner {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle
}

    .spinner .spinner-text {
        font-size: 9pt;
        border: 0;
        margin: 0;
        padding: 0 2px;
        vertical-align: baseline
    }

.spinner-arrow {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
    padding: 1px 0;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 18px
}

.spinner-arrow-down, .spinner-arrow-up {
    opacity: .6;
    filter: alpha(opacity=60);
    display: block;
    width: 18px;
    height: 50%;
    outline-style: none;
    background: url(../images/spinner.png) #fff
}

.spinner-arrow-up {
    background-position: -88px 0
}

.spinner-arrow-down {
    background-position: -88px 11px
}

    .spinner-arrow-down:hover, .spinner-arrow-hover, .spinner-arrow-up:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.textbox-icon-disabled .spinner-arrow-down:hover, .textbox-icon-disabled .spinner-arrow-up:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    background-color: #E0ECFF;
    cursor: default
}

.spinner .textbox-icon-disabled {
    opacity: .6;
    filter: alpha(opacity=60)
}

.progressbar {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.progressbar-text {
    text-align: center;
    position: absolute
}

.progressbar-value {
    position: relative;
    overflow: hidden;
    width: 0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.progressbar {
    border-color: #90AECF
}

.progressbar-text {
    color: #000;
    font-size: 12px
}

.progressbar-value .progressbar-text {
    background-color: #ffe48d;
    color: #000
}

.searchbox {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle
}

    .searchbox .l-btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: 0
    }

    .searchbox .textbox-icon {
        border: 0;
        margin-top: 4px
    }

    .searchbox .searchbox-text {
        font-size: 9pt;
        border: 0;
        margin: 0;
        padding: 0 2px;
        vertical-align: top
    }

    .searchbox .searchbox-prompt {
        font-size: 9pt;
        color: #ccc
    }

    .searchbox .l-btn-plain {
        border: 0;
        padding: 0;
        vertical-align: top;
        opacity: .6;
        filter: alpha(opacity=60);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #EBEBEB
    }

        .searchbox .l-btn-plain:hover {
            border: 0;
            padding: 0;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0
        }

    .searchbox a.m-btn-plain-active {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .searchbox .m-btn-active {
        border-width: 0 1px 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .searchbox .textbox-button-right {
        border-width: 0 0 0 1px
    }

    .searchbox .textbox-button-left {
        border-width: 0 1px 0 0
    }

.textbox-addon {
    text-decoration: none
}

.searchbox-button {
    line-height: 26px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
    text-align: center;
    color: #90AECF
}

    .searchbox-button:before {
        content: "\e687"
    }

    .searchbox-button:hover {
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100)
    }

.searchbox-button-hover {
    text-decoration: underline;
    opacity: 1;
    filter: alpha(opacity=100)
}

.searchbox .l-btn-plain-disabled, .searchbox .l-btn-plain-disabled:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3
}

.slider-disabled {
    opacity: .5;
    filter: alpha(opacity=50)
}

.slider-h {
    height: 22px
}

.slider-v {
    width: 22px
}

    .slider-v .slider-inner {
        width: 6px;
        left: 7px;
        top: 0;
        float: left
    }

    .slider-v .slider-handle {
        left: 80%;
        margin-top: -10px
    }

    .slider-v .slider-tip {
        left: -10px;
        margin-top: -6px
    }

    .slider-v .slider-rule {
        float: left;
        top: 0;
        left: 16px
    }

        .slider-v .slider-rule span {
            width: 5px;
            height: auto;
            border-left: 0;
            border-width: 1px 0 0;
            border-style: solid
        }

    .slider-v .slider-rulelabel {
        float: left;
        top: 0;
        left: 23px
    }

.slider-inner {
    position: relative;
    height: 6px;
    top: 7px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px
}

.slider-handle {
    position: absolute;
    display: block;
    outline: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-left: -10px
}

.slider-tip {
    position: absolute;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    white-space: nowrap;
    top: -22px
}

.slider-rule {
    position: relative;
    top: 15px
}

    .slider-rule span {
        position: absolute;
        display: inline-block;
        font-size: 0;
        height: 5px;
        border-width: 0 0 0 1px;
        border-style: solid
    }

.slider-rulelabel {
    position: relative;
    top: 20px
}

    .slider-rulelabel span {
        position: absolute;
        display: inline-block;
        font-size: 12px
    }

.slider-handle {
    margin-top: -9px;
    background: url(../images/slider-thumb.png) no-repeat
}

    .slider-handle:hover {
        background-position: -30px -30px
    }

.slider-inner {
    border-color: #D4D4D4;
    background: #f5f5f5
}

.slider-rule span {
    border-color: #D4D4D4
}

.slider-rulelabel span {
    color: #000
}

.menu {
    position: absolute;
    margin: 0;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden
}

.menu-item {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    border-width: 1px;
    border-style: solid
}

.menu-text {
    height: 25px;
    line-height: 25px;
    float: left;
    padding-left: 28px
}

.menu-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 50%;
    margin-top: -8px
}

.menu-rightarrow {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: 0;
    top: 50%;
    color: #90AECF;
    margin-top: -10px
}

    .menu-rightarrow:before {
        content: "\e651"
    }

.menu-line {
    position: absolute;
    left: 26px;
    top: 0;
    height: 2000px;
    font-size: 1px
}

.menu-sep {
    margin: 3px 0 3px 25px;
    font-size: 1px
}

.menu-active {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.menu-item-disabled {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default
}

.menu-text, .menu-text span {
    font-size: 12px
}

.menu-shadow {
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    -webkit-box-shadow: 5px 5px 5px #d3d3d3;
    -moz-box-shadow: 5px 5px 5px #d3d3d3;
    box-shadow: 5px 5px 5px #d3d3d3;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=.2)
}

.menu-line {
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff
}

.menu-sep {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff
}

.menu {
    background-color: #fafafa;
    border-color: #ddd;
    color: #444
}

.menu-content {
    background: #fff
}

.menu-item {
    border-color: transparent
}

.menu-active {
    border-color: #95B8E7;
    color: #000;
    background: #eaf2ff
}

.menu-active-disabled {
    border-color: transparent;
    background: 0;
    color: #444
}

.m-btn-downarrow, .s-btn-downarrow {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 8px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    color: #000
}

#themes_UI .m-btn-downarrow {
    margin-top: -12px
}

.m-btn-active, .s-btn-active {
    background: #eaf2ff;
    color: #000;
    border: 1px solid #b7d2ff;
    filter: none
}

.m-btn-plain-active, .s-btn-plain-active {
    background: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.m-btn .l-btn-left .l-btn-text {
    margin-right: 20px
}

.m-btn .l-btn-icon-right .l-btn-text {
    margin-right: 40px
}

.m-btn .l-btn-icon-right .l-btn-icon {
    right: 20px
}

.m-btn .l-btn-icon-top .l-btn-text {
    margin-right: 4px;
    margin-bottom: 14px
}

.m-btn .l-btn-icon-bottom .l-btn-text {
    margin-right: 4px;
    margin-bottom: 34px
}

.m-btn .l-btn-icon-bottom .l-btn-icon {
    top: auto;
    bottom: 20px
}

.m-btn .l-btn-icon-bottom .m-btn-downarrow, .m-btn .l-btn-icon-top .m-btn-downarrow {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -8px
}

.m-btn-line {
    position: absolute;
    font-size: 1px;
    display: none
}

.m-btn .l-btn-left .m-btn-line {
    right: 0;
    width: 16px;
    height: 500px;
    border-style: solid;
    border-color: #aac5e7;
    border-width: 0 0 0 1px
}

.m-btn .l-btn-icon-bottom .m-btn-line, .m-btn .l-btn-icon-top .m-btn-line {
    left: 0;
    bottom: 0;
    width: 500px;
    height: 16px;
    border-width: 1px 0 0
}

.m-btn-large .l-btn-icon-right .l-btn-text {
    margin-right: 56px
}

.m-btn-large .l-btn-icon-bottom .l-btn-text {
    margin-bottom: 50px
}

.m-btn-downarrow:before, .s-btn-downarrow:before {
    content: "\e682"
}

.m-btn-plain-active, .s-btn-plain-active {
    border-color: #b7d2ff;
    background-color: #eaf2ff;
    color: #000
}

.messager-body {
    padding: 10px;
    overflow: hidden
}

.messager-button {
    text-align: center;
    padding-top: 10px
}

    .messager-button .l-btn {
        width: 70px
    }

.messager-window .messager-button .l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none !important;
    background: unset
}

.messager-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 10px 10px 0
}

.messager-error {
    background: url(../images/message.png) 0 -162px no-repeat
}

.messager-info {
    background: url(../images/message.png) 0 -244px no-repeat
}

.messager-question {
    background: url(../images/message.png) 0 -326px no-repeat
}

.messager-warning {
    background: url(../images/message.png) 0 -408px no-repeat
}

.messager-progress {
    padding: 10px
}

.messager-p-msg {
    margin-bottom: 5px
}

.messager-body .messager-input {
    width: 100%;
    padding: 1px 0;
    border: 1px solid #e1e1e1
}

.tree {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .tree li {
        white-space: nowrap
    }

        .tree li ul {
            list-style-type: none;
            margin: 0;
            padding: 0
        }

.tree-node {
    height: 28px;
    white-space: nowrap;
    cursor: pointer
}

.tree-hit {
    cursor: pointer
}

.tree-checkbox, .tree-collapsed, .tree-expanded, .tree-indent {
    display: inline-block;
    width: 16px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    overflow: hidden
}

.tree-expanded {
    background: url(../images/arrows.png) -16px center no-repeat
}

.tree-expanded-hover {
    background: url(../images/arrows.png) -48px center no-repeat
}

.tree-collapsed {
    background: url(../images/arrows.png) 0 center no-repeat
}

.tree-collapsed-hover {
    background: url(../images/arrows.png) -32px center no-repeat
}

.tree-lines .tree-expanded, .tree-lines .tree-root-first .tree-expanded {
    background: url(../images/tree_icons.png) -144px 0 no-repeat
}

.tree-lines .tree-collapsed, .tree-lines .tree-root-first .tree-collapsed {
    background: url(../images/tree_icons.png) -128px 0 no-repeat
}

.tree-lines .tree-node-last .tree-expanded, .tree-lines .tree-root-one .tree-expanded {
    background: url(../images/tree_icons.png) -80px 0 no-repeat
}

.tree-lines .tree-node-last .tree-collapsed, .tree-lines .tree-root-one .tree-collapsed {
    background: url(../images/tree_icons.png) -64px 0 no-repeat
}

.tree-line {
    background: url(../images/tree_icons.png) -176px 0 no-repeat
}

.tree-join {
    background: url(../images/tree_icons.png) -192px 0 no-repeat
}

.tree-joinbottom {
    background: url(../images/tree_icons.png) -160px 0 no-repeat
}

.tree-folder:before {
    color: #90AECF
}

.tree-folder-open:before {
    color: #90AECF
}

.tree-file:before {
    color: #90AECF
}

.tree-loading {
    background: url(../images/loading.gif) center center no-repeat
}

.tree-checkbox0:before {
    content: "\e6ad"
}

.tree-checkbox1:before {
    content: "\e6b0"
}

.tree-checkbox2:before {
    content: "\e6ae"
}

.tree-title {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 2px;
    height: 28px;
    line-height: 28px
}

.tree-node-proxy {
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px 0 20px;
    border-width: 1px;
    border-style: solid;
    z-index: 9900000
}

.tree-dnd-icon {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 18px;
    left: 2px;
    top: 50%;
    margin-top: -9px
}

.tree-dnd-yes {
    background: url(../images/tree_icons.png) -256px 0 no-repeat
}

.tree-dnd-no {
    background: url(../images/tree_icons.png) -256px -18px no-repeat
}

.tree-node-top {
    border-top: 1px dotted red
}

.tree-node-bottom {
    border-bottom: 1px dotted red
}

.tree-node-append .tree-title {
    border: 1px dotted red
}

.tree-editor {
    border: 1px solid #e1e1e1;
    font-size: 12px;
    height: 14px !important;
    height: 18px;
    line-height: 14px;
    padding: 1px 2px;
    width: 80px;
    position: absolute;
    top: 20%
}

.tree-node-proxy {
    background-color: #fff;
    color: #000;
    border-color: #95B8E7
}

.tree-node-hover {
    background: #EAF2FF;
    color: #000
}

.tree-node-selected {
    background: #C1DDF1;
    color: #000
}

.tooltip {
    position: absolute;
    display: none;
    z-index: 9900000;
    outline: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.tooltip-content {
    font-size: 12px
}

.tooltip-arrow, .tooltip-arrow-outer {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent
}

.tooltip-right .tooltip-arrow-outer {
    left: 0;
    top: 50%;
    margin: -6px 0 0 -13px
}

.tooltip-right .tooltip-arrow {
    left: 0;
    top: 50%;
    margin: -6px 0 0 -12px
}

.tooltip-left .tooltip-arrow-outer {
    right: 0;
    top: 50%;
    margin: -6px -13px 0 0
}

.tooltip-left .tooltip-arrow {
    right: 0;
    top: 50%;
    margin: -6px -12px 0 0
}

.tooltip-top .tooltip-arrow-outer {
    bottom: 0;
    left: 50%;
    margin: 0 0 -13px -6px
}

.tooltip-top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin: 0 0 -12px -6px
}

.tooltip-bottom .tooltip-arrow-outer {
    top: 0;
    left: 50%;
    margin: -13px 0 0 -6px
}

.tooltip-bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin: -12px 0 0 -6px
}

.tooltip {
    background-color: #fff;
    border-color: #A0BFD6;
    color: #000
}

.tooltip-right .tooltip-arrow-outer {
    border-right-color: #A0BFD6
}

.tooltip-right .tooltip-arrow {
    border-right-color: #fff
}

.tooltip-left .tooltip-arrow-outer {
    border-left-color: #A0BFD6
}

.tooltip-left .tooltip-arrow {
    border-left-color: #fff
}

.tooltip-top .tooltip-arrow-outer {
    border-top-color: #A0BFD6
}

.tooltip-top .tooltip-arrow {
    border-top-color: #fff
}

.tooltip-bottom .tooltip-arrow-outer {
    border-bottom-color: #A0BFD6
}

.tooltip-bottom .tooltip-arrow {
    border-bottom-color: #fff
}

.com {
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4
}

.com-search {
    border-bottom: 0
}

.combo-clear-value {
    height: 26px;
    line-height: 24px;
    width: 16px
}

    .combo-clear-value:before {
        content: "\e619"
    }

    .combo-clear-value:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

.row {
    margin-left: -20px
}

    .row:after, .row:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .row:after {
        clear: both
    }

[class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.offset12 {
    margin-left: 980px
}

.offset11 {
    margin-left: 900px
}

.offset10 {
    margin-left: 820px
}

.offset9 {
    margin-left: 740px
}

.offset8 {
    margin-left: 660px
}

.offset7 {
    margin-left: 580px
}

.offset6 {
    margin-left: 500px
}

.offset5 {
    margin-left: 420px
}

.offset4 {
    margin-left: 340px
}

.offset3 {
    margin-left: 260px
}

.offset2 {
    margin-left: 180px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%
}

    .row-fluid:after, .row-fluid:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*=span] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.12766%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .row-fluid [class*=span]:first-child {
            margin-left: 0
        }

    .row-fluid .controls-row [class*=span] + [class*=span] {
        margin-left: 2.12766%
    }

    .row-fluid .span12 {
        width: 100%
    }

    .row-fluid .span11 {
        width: 91.48936%
    }

    .row-fluid .span10 {
        width: 82.97872%
    }

    .row-fluid .span9 {
        width: 74.46809%
    }

    .row-fluid .span8 {
        width: 65.95745%
    }

    .row-fluid .span7 {
        width: 57.44681%
    }

    .row-fluid .span6 {
        width: 48.93617%
    }

    .row-fluid .span5 {
        width: 40.42553%
    }

    .row-fluid .span4 {
        width: 31.91489%
    }

    .row-fluid .span3 {
        width: 23.40426%
    }

    .row-fluid .span2 {
        width: 14.89362%
    }

    .row-fluid .span1 {
        width: 6.38298%
    }

    .row-fluid .offset12 {
        margin-left: 104.25532%
    }

        .row-fluid .offset12:first-child {
            margin-left: 102.12766%
        }

    .row-fluid .offset11 {
        margin-left: 95.74468%
    }

        .row-fluid .offset11:first-child {
            margin-left: 93.61702%
        }

    .row-fluid .offset10 {
        margin-left: 87.23404%
    }

        .row-fluid .offset10:first-child {
            margin-left: 85.10638%
        }

    .row-fluid .offset9 {
        margin-left: 78.7234%
    }

        .row-fluid .offset9:first-child {
            margin-left: 76.59574%
        }

    .row-fluid .offset8 {
        margin-left: 70.21277%
    }

        .row-fluid .offset8:first-child {
            margin-left: 68.08511%
        }

    .row-fluid .offset7 {
        margin-left: 61.70213%
    }

        .row-fluid .offset7:first-child {
            margin-left: 59.57447%
        }

    .row-fluid .offset6 {
        margin-left: 53.19149%
    }

        .row-fluid .offset6:first-child {
            margin-left: 51.06383%
        }

    .row-fluid .offset5 {
        margin-left: 44.68085%
    }

        .row-fluid .offset5:first-child {
            margin-left: 42.55319%
        }

    .row-fluid .offset4 {
        margin-left: 36.17021%
    }

        .row-fluid .offset4:first-child {
            margin-left: 34.04255%
        }

    .row-fluid .offset3 {
        margin-left: 27.65957%
    }

        .row-fluid .offset3:first-child {
            margin-left: 25.53191%
        }

    .row-fluid .offset2 {
        margin-left: 19.14894%
    }

        .row-fluid .offset2:first-child {
            margin-left: 17.02128%
        }

    .row-fluid .offset1 {
        margin-left: 10.6383%
    }

        .row-fluid .offset1:first-child {
            margin-left: 8.51064%
        }

    .row-fluid [class*=span].pull-right, [class*=span].pull-right {
        float: right
    }

.container {
    margin-right: auto;
    margin-left: auto
}

    .container:after, .container:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .container:after {
        clear: both
    }

.container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

    .container-fluid:after, .container-fluid:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .container-fluid:after {
        clear: both
    }

.text-warning {
    color: #c09853
}

a.text-warning:focus, a.text-warning:hover {
    color: #a47e3c
}

.text-error {
    color: #b94a48
}

a.text-error:focus, a.text-error:hover {
    color: #953b39
}

.text-info {
    color: #3a87ad
}

a.text-info:focus, a.text-info:hover {
    color: #2d6987
}

.text-success {
    color: #468847
}

a.text-success:focus, a.text-success:hover {
    color: #356635
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.input-mini {
    width: 60px
}

.input-small {
    width: 90px
}

.input-medium {
    width: 150px
}

.input-large {
    width: 210px
}

.input-xlarge {
    width: 270px
}

.input-xxlarge {
    width: 530px
}

.controls-row [class*=span] + [class*=span] {
    margin-left: 20px
}

.uneditable-input.span12, input.span12, textarea.span12 {
    width: 926px
}

.uneditable-input.span11, input.span11, textarea.span11 {
    width: 846px
}

.uneditable-input.span10, input.span10, textarea.span10 {
    width: 766px
}

.uneditable-input.span9, input.span9, textarea.span9 {
    width: 686px
}

.uneditable-input.span8, input.span8, textarea.span8 {
    width: 606px
}

.uneditable-input.span7, input.span7, textarea.span7 {
    width: 526px
}

.uneditable-input.span6, input.span6, textarea.span6 {
    width: 446px
}

.uneditable-input.span5, input.span5, textarea.span5 {
    width: 366px
}

.uneditable-input.span4, input.span4, textarea.span4 {
    width: 286px
}

.uneditable-input.span3, input.span3, textarea.span3 {
    width: 206px
}

.uneditable-input.span2, input.span2, textarea.span2 {
    width: 126px
}

.uneditable-input.span1, input.span1, textarea.span1 {
    width: 46px
}

.controls-row:after, .controls-row:before {
    display: table;
    line-height: 0;
    content: ""
}

.controls-row:after {
    clear: both
}

.controls-row [class*=span], .row-fluid .controls-row [class*=span] {
    float: left
}

.controls-row .checkbox[class*=span], .controls-row .radio[class*=span] {
    padding-top: 5px
}

.form-actions:after {
    clear: both
}

.help-block, .help-inline {
    color: #595959
}

.help-block {
    display: block;
    margin-bottom: 10px
}

.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle
}

.form-horizontal .help-inline, .form-horizontal .input-append, .form-horizontal .input-prepend, .form-horizontal .uneditable-input, .form-horizontal input, .form-horizontal textarea, .form-inline .help-inline, .form-inline .input-append, .form-inline .input-prepend, .form-inline .uneditable-input, .form-inline input, .form-inline textarea, .form-search .help-inline, .form-search .input-append, .form-search .input-prepend, .form-search .uneditable-input, .form-search input, .form-search textarea {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .btn-group, .form-inline label, .form-search .btn-group, .form-search label {
    display: inline-block
}

.form-inline .input-append, .form-inline .input-prepend, .form-search .input-append, .form-search .input-prepend {
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio, .form-inline .checkbox, .form-inline .radio, .form-search .checkbox, .form-search .radio {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

    .form-horizontal .radio input[type=radio] .form-horizontal .checkbox input[type=checkbox], .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .form-search .checkbox input[type=checkbox], .form-search .radio input[type=radio] {
        float: left;
        margin-right: 3px;
        margin-left: 0
    }

.control-group {
    margin-bottom: 10px
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
    margin-bottom: 5px
}

    .form-horizontal .control-group:after, .form-horizontal .control-group:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .form-horizontal .control-group:after {
        clear: both
    }

.form-horizontal .control-label {
    float: left;
    width: 100px;
    padding-top: 5px;
    text-align: right
}

.form-horizontal .controls {
    margin-left: 120px
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal .input-append + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
    margin-top: 10px
}

.form-horizontal .form-actions {
    padding-left: 180px
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .alert, .alert h4 {
        color: #c09853
    }

        .alert h4 {
            margin: 0
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px
        }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success h4 {
        color: #468847
    }

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

    .alert-danger h4, .alert-error h4 {
        color: #b94a48
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info h4 {
        color: #3a87ad
    }

.alert-block {
    padding-top: 8px;
    padding-bottom: 8px
}

    .alert-block > p, .alert-block > ul {
        margin-bottom: 0
    }

    .alert-block p + p {
        margin-top: 5px
    }

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

.panel-body .form-horizontal {
    padding-top: 5px
}

.form-multiple-columns {
    padding: 10px
}

    .form-multiple-columns .row-fluid {
        padding: 5px 0
    }

        .form-multiple-columns .row-fluid .control-label {
            float: left;
            width: 100px;
            padding-top: 5px;
            text-align: right
        }

.datagrid-toolbar .row-fluid {
    padding: 0 5px
}

.table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px
}

    .table td, .table th {
        padding: 6px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table th {
        font-weight: 700
    }

    .table thead th {
        vertical-align: bottom
    }

    .table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
        border-top: 0
    }

    .table tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed td, .table-condensed th {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0
}

    .table-bordered td, .table-bordered th {
        border-left: 1px solid #ddd
    }

    .table-bordered caption + tbody tr:first-child td, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + thead tr:first-child th, .table-bordered tbody:first-child tr:first-child td, .table-bordered tbody:first-child tr:first-child th, .table-bordered thead:first-child tr:first-child th {
        border-top: 0
    }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f5f5f5
}

.row-fluid table td[class*=span], .row-fluid table th[class*=span], table td[class*=span], table th[class*=span] {
    display: table-cell;
    float: none;
    margin-left: 0
}

.table td.span1, .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.table tbody tr.success > td {
    background-color: #dff0d8
}

.table tbody tr.error > td {
    background-color: #f2dede
}

.table tbody tr.warning > td {
    background-color: #fcf8e3
}

.table tbody tr.info > td {
    background-color: #d9edf7
}

.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6
}

.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc
}

.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc
}

.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3
}

.table-toolbar {
    background-color: #F9FAFB
}

.table-td-light {
    background-color: #E3ECF4
}

.table-td-general {
    background-color: #D6E2ED
}

.table-td-deep {
    background-color: #ABC5DD
}

.advanced-search-p .panel-body {
    border-bottom: 0
}

.advanced-search-p {
    -webkit-box-shadow: 3px 3px 3px #d3d3d3;
    -moz-box-shadow: 3px 3px 3px #d3d3d3;
    box-shadow: 3px 3px 3px #d3d3d3
}

.advanced-search-panel .form-horizontal .control-group .control-where {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 5px
}

    .advanced-search-panel .form-horizontal .control-group .control-where .control-where-label {
        display: block;
        margin-top: 5px
    }

.advanced-search-panel .form-horizontal .control-group .controls .controls-left {
    width: 160px;
    float: left
}

.advanced-search-panel .form-horizontal .control-group .controls .controls-right {
    width: 190px;
    float: left
}

.customsearch-commom-tree .tree-icon {
    display: none
}

.customsearch-commom-tree .tree-file:before {
    content: ""
}

.customsearch-commom-tree .tree-node {
    position: relative
}

    .customsearch-commom-tree .tree-node .edit {
        font-size: 13px;
        position: absolute;
        right: 27px
    }

    .customsearch-commom-tree .tree-node .delete {
        font-size: 13px;
        position: absolute;
        right: 5px
    }

.common-tool {
    color: gray;
    font-size: 13px
}

.advanced-search-panel .form-horizontal .control-group .control-col {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 5px
}

.advanced-search-panel .form-horizontal .control-group .control-tool {
    float: left;
    width: 40px;
    text-align: left;
    padding-right: 5px
}

.hide {
    display: none
}

.topright_button .l-btn-plain:hover span.l-btn-icon, .topright_button .l-btn-plain:hover span.l-btn-text {
    color: #4096D5
}

.topright_button span.l-btn-icon, .topright_button span.l-btn-text {
    color: #999
}

    .topright_button .m-btn-plain-active span.l-btn-icon, .topright_button .m-btn-plain-active span.l-btn-text, .topright_button span.l-btn-icon:hover, .topright_button span.l-btn-text:hover {
        color: #4096D5
    }

#tb #Lnk_Import .l-btn-icon, #tb #Lnk_export .l-btn-icon {
    margin-top: -10px;
    margin-left: 5px
}

.l-btn-icon {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-left: 5px;
    margin-top: -9px;
    font-size: 12px;
    color: #f25d19
}

.datagrid-toolbar .export_lnk .l-btn-icon {
    margin-top: -13px;
    margin-left: 16px
}

#Lnk_Mail .l-btn-icon {
    line-height: 20px
}

.panel-footer, .panel-footer-noborder {
    padding-bottom: 5px;
    background-color: #fff
}

    .panel-footer .panel-footer-noborder .l-btn-icon {
        line-height: 26px
    }

.customsearch-label a {
    background-color: #f25d19 !important
}

.edui-default .edui-editor-breadcrumb span {
    color: #f25d19 !important
}

#Div_User font {
    color: #f25d19 !important
}

#Div_Menu {
    border-color: #30353d !important
}

    #Div_Menu a {
        color: #959595;
        display: inline-block;
        width: auto;
        float: left
    }

        #Div_Menu a:hover {
            color: #ff634c;
            text-decoration: none
        }

.SubMenuAdd {
    color: #b4b4b5 !important
}

.l-btn-plain {
    border: 1px solid #eee
}

#TopNav_Menu .l-btn-plain {
    border: 0 solid #eee
}

.datagrid-pager .l-btn-plain {
    margin: 0 3px;
    border-color: #ccc;
    border-radius: 50%
}

.pagination-btn-separator {
    border-color: #fff
}

.datagrid-pager .l-btn-icon {
    display: inline-block;
    line-height: 18px;
    position: absolute;
    top: 50%;
    margin-left: 8px;
    margin-top: -9px;
    font-size: 12px;
    color: #767676
}

.datagrid-pager .l-btn-icon {
    display: inline-block;
    line-height: 26px;
    position: absolute;
    top: 50%;
    margin-left: 8px;
    margin-top: -10px;
    font-size: 12px;
    color: #767676
}

.pagination .pagination-num, .pagination-page-list {
    border-color: #1e54a5
}

.window .l-btn-plain {
    padding: 0
}

.datagrid-row-selected {
    background: #e5edfe;
    color: #888c9b
}

    .datagrid-row-selected:nth-child(even) {
        background: #e5edfe;
        color: #888c9b
    }

.datagrid-view2 .datagrid-header .datagrid-header-inner .datagrid-header-row {
    background-color: #f2f3f6
}

.datagrid-header-inner .datagrid-header-row {
    background: f2f3f6
}

.datagrid-body-inner .datagrid-btable datagrid-row:nth-child(even) .datagrid-td-rownumber {
    background: #f7f8fa
}

.datagrid-body-inner .datagrid-btable datagrid-row:nth-child(odd) .datagrid-td-rownumber {
    background: #fff !important
}

.l-btn-plain {
    padding: unset
}

    .datagrid-toolbar .l-btn-plain:nth-child(1), .l-btn-plain:nth-child(1) {
        background: #0085bc
    }

    .datagrid-toolbar .l-btn-plain:nth-child(2), .l-btn-plain:nth-child(2) {
        background: #f75556
    }

    .datagrid-toolbar .l-btn-plain:nth-child(3), .l-btn-plain:nth-child(3) {
        background: #ff9c00
    }

.datagrid-toolbar .l-btn-plain:nth-child(4) {
    background: #4eb13b
}

.datagrid-toolbar .l-btn-plain:nth-child(5) {
    background: #4eb13b
}

.datagrid-toolbar .l-btn-plain:nth-child(6) {
    background: #ff9c00
}

.datagrid-toolbar .l-btn-plain:nth-child(7) {
    background: #00a6eb
}

.datagrid-toolbar .l-btn-plain:nth-child(8) {
    background: #00a6eb
}

.datagrid-toolbar .l-btn-plain:nth-child(9) {
    background: #00a6eb
}

.datagrid-toolbar .l-btn-plain:nth-child(10) {
    background: #f75556
}

.datagrid-toolbar .l-btn-plain:nth-child(11) {
    background: #28b779
}

.datagrid-toolbar .l-btn-plain:nth-child(12) {
    background: #28b779
}

.datagrid-toolbar .l-btn-plain:nth-child(13) {
    background: #20295f
}

.datagrid-toolbar .l-btn-plain:nth-child(14) {
    background: #373e58
}

.easyui-linkbutton:nth-child(1) {
    background: #ff5422
}

.easyui-linkbutton:nth-child(2) {
    background: #ff0202
}

.easyui-linkbutton:nth-child(3) {
    background: #2299f5
}

.easyui-linkbutton:nth-child(4) {
    background: #4caf50
}

.easyui-linkbutton:nth-child(5) {
    background: #3e52b7
}

.easyui-linkbutton:nth-child(6) {
    background: #9f26b3
}

.easyui-linkbutton:nth-child(7) {
    background: #009789
}

.easyui-linkbutton:nth-child(8) {
    background: #785448
}

.easyui-linkbutton:nth-child(9) {
    background: #363e58
}

.easyui-linkbutton:nth-child(10) {
    background: #2299f5
}

.datagrid-toolbar #Lnk_Add, .datagrid-toolbar #Lnk_Add, #Lnk_Edit, #Lnk_setread {
    background: #0085bc
}

.datagrid-toolbar #Lnk_Del, #Lnk_del, #Lnk_Del {
    background: #f75556
}

.datagrid-toolbar #Lnk_Import, #Lnk1_Import {
    background: #28b779
}

.datagrid-toolbar #Lnk_Export, .datagrid-toolbar #Import, .datagrid-toolbar #export, #Lnk_Gen {
    background: #28b779
}

.datagrid-toolbar #Lnk_export, #Lnk_export, #Lnk_Export1, #Lnk_export2, #Lnk_export3, #Lnk_export4, #Lnk_export5, #Lnk_export6, #Lnk_CheckOut, #Lnk_export1, #Lnk_Export {
    background: #28b779
}

#Product_LinkOne, #Item_Code_Btn, #Product_Btn, #Spare_Product_Comparison_Link, #Section_Link, #Dept_Btn, #History {
    background: #208eff
}

.datagrid-toolbar #Lnk_ColumnSet, #Lnk_Cache {
    background: #f75556
}

.datagrid-toolbar #Btn_ColumnSet {
    background: #f75556
}

.datagrid-toolbar #Lnk_Return {
    background: #4eb13b
}

.datagrid-toolbar #Lnk_Send {
    background: #208eff
}

#Lnk_Search, #Lnk_Qry {
    background: #ff9c00
}

#Lnk_Finish, #Lnk_HisVer {
    background: #208eff
}

#Lnk_Trans, #reportType-1, #btnReprotRun, #Lnk_CopyAdd {
    background: #ff9c00
}

#Lnk_Share, #reportType-7, #btnReportSave {
    background: #3cc6d0
}

#Lnk_Abort, #reportType-8, #PreView {
    background: #4eb13b
}

#Lnk_Repeat, #reportType-17, #Lnk_Adjust {
    background: #f75556
}

#Lnk_Smsb, #reportType-19, #Lnk_CheckIn {
    background: #208eff
}

#Lnk_Mail, #reportType-21, #Error, #Lnk_Print {
    background: #ff9c00
}

#A1, #reportType-23, #Lnk_Report_Cancel {
    background: #d87a80
}

#Lnk_Expand, #btnReportAddSearch {
    background: #28b779
}

#Lnk_First, #Lnk_End, #Cal, #btnReportStatistics, #Btn_Log {
    background: #3cc6d0
}

#Lnk_Last, #Lnk_Next {
    background: #4eb13b
}

#Lnk_Generate, #Ret, #btnClose {
    background: #373e58
}

.datagrid-toolbar .customsearch {
    background: #ff9c00 !important
}

.datagrid-toolbar .l-btn-text, #Lnk_Del .l-btn-text, #Lnk_Gen .l-btn-text, #Lnk_Search .l-btn-text, #Lnk_Edit .l-btn-text, #Lnk_Trans .l-btn-text, #Lnk_Share .l-btn-text, #Lnk_Abort .l-btn-text, #Cal .l-btn-text, #Ret .l-btn-text, #Lnk_export .l-btn-text, #Lnk_Print .l-btn-text {
    color: #e9f4fc
}

.searchbox .l-btn-text {
    color: #000
}

.datagrid-toolbar .l-btn-icon, #Lnk_Del .l-btn-icon, #Lnk_Gen .l-btn-icon, #Lnk_Search .l-btn-icon, #Lnk_Edit .l-btn-icon, #Lnk_Trans .l-btn-icon, #Lnk_Share .l-btn-icon, #Lnk_Abort .l-btn-icon, #Cal .l-btn-icon, #Ret .l-btn-icon, #Lnk_export .l-btn-icon, #Lnk_Print .l-btn-icon {
    color: #e9f4fc
}

.easyui-linkbutton .l-btn-text {
    color: #e9f4fc
}

.easyui-linkbutton .l-btn-icon {
    color: #e9f4fc
}

.advanced-search-p .easyui-linkbutton .l-btn-text {
    color: #f25d19
}

.advanced-search-p .easyui-linkbutton .l-btn-icon {
    color: #f25d19
}

#TopNav_Menu .l-btn-plain {
    background: none !important
}

.advanced-search-p .l-btn-plain {
    background: unset !important
}

#Lnk_Upload .l-btn-icon-left {
    background: #0085bc
}

.datagrid-pager .l-btn-plain, .pagination .l-btn-plain {
    background: none !important;
    border: 1px solid #aaa !important;
    border-radius: 50% !important;
    margin: 0 3px;
    border-color: #ccc
}

.window .l-btn-plain {
    background: 0;
    border: unset;
    border-radius: 5px;
    filter: none;
    margin-left: 4px
}

    .window .l-btn-plain:hover {
        background: #eaf2ff;
        color: #000;
        border: unset;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

.dialog-button .l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #208eff;
    border-radius: unset;
    border: unset;
    padding: 2px 10px 0 5px;
    top: 0;
    bottom: unset
}

.window .l-btn-left {
    border: unset
}

.dialog-button .l-btn-left {
    border: unset !important
}

.dialog-button .l-btn-plain:nth-child(1) .l-btn-left, .window #Lnk_OK {
    background: #208eff
}

.dialog-button .l-btn-plain:nth-child(2) .l-btn-left {
    background: #ff9c00
}

.dialog-button .l-btn-plain:nth-child(3) .l-btn-left {
    background: #4eb13b
}

.dialog-button .l-btn-plain:nth-last-child(1) .l-btn-left {
    background: #cbcbcb
}

.window #dlg-buttons #Lnk_OK {
    background: #208eff !important
}

.window .dialog-button .l-btn-text {
    color: #f7f8fa
}

.window .dialog-button .l-btn-icon {
    margin-top: -10px;
    color: #f7f8fa
}

.window .window-header {
    background: 0;
    padding: 4px 4px 10px
}

#dlgExportBtn {
    position: relative;
    top: -1px;
    width: 634px;
    background: #f2f3f6
}

.line-con {
    float: left
}

.panel-header .panel-icon {
    padding-top: 4px
}

#Li_Code {
    left: 64px;
    position: absolute
}

#TopNav_Menu .l-btn-left .l-btn-icon {
    font-size: 18px
}

.tree-collapsed, .tree-expanded {
    margin-left: 13px
}

.tree-folder {
    width: 0
}

#BY_Extra div {
    background: url(../images/banner.gif) no-repeat;
    width: 32rem;
    height: 3rem;
    background-size: cover;
    margin-top: 10px;
    background-position: 0 0
}

.l-btn {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    height: 26px;
    line-height: 26px
}

.l-btn-plain {
    border: 1px solid #fff
}

span.l-btn-left span.l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 26px;
    height: 26px;
    height: 26px;
    font-size: 12px;
    padding: 0;
    margin: 0 10px;
    padding-left: 8px
}

.easyui-customsearch span.l-btn-left span.l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 26px;
    height: 26px;
    height: 26px;
    font-size: 12px;
    padding: 0;
    margin: 0 10px;
    margin-right: 16px;
    margin-top: 3px;
    padding-left: 8px
}

.easyui-customsearch .l-btn-icon-right .l-btn-icon {
    right: 2px
}

span.l-btn-left span.l-btn-text i.iconfont {
    display: inline-block;
    line-height: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-left: -11px;
    margin-top: -9px;
    font-size: 12px
}

span.l-btn-icon-left span.l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 32px;
    height: 26px;
    height: 32px;
    font-size: 12px;
    padding: 0;
    margin: 0 10px;
    padding-left: 8px
}

span.l-btn-icon-left span.l-btn-icon {
    left: 0;
    line-height: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-left: 5px;
    margin-top: -8px;
    font-size: 12px;
    color: #000
}

.easyui-customsearch span.l-btn-icon-left span.l-btn-icon {
    margin-top: -6px
}

.pagination .l-btn {
    height: 24px;
    line-height: 24px;
    width: 24px
}

.pagination span.l-btn-icon-left span.l-btn-icon {
    margin-left: 10px;
    margin-left: 7px
}

.window span.l-btn-icon-left span.l-btn-text {
    display: block;
    vertical-align: top;
    width: auto;
    line-height: 29px;
    height: 32px;
    font-size: 12px;
    padding-left: 8px
}

.window .l-btn-icon-left .l-btn-text {
    margin: 0 4px 0 12px
}

path.highcharts-color-0 {
    fill: #2ec7c9 !important
}

path.highcharts-color-1 {
    fill: #4b90ff !important
}

path.highcharts-color-2 {
    fill: #fdce5b !important
}

g.highcharts-pie-series path.highcharts-color-0 {
    fill: #00acee !important
}

g.highcharts-pie-series path.highcharts-color-1 {
    fill: #f7b547 !important
}

g.highcharts-pie-series path.highcharts-color-2 {
    fill: #f88a6f !important
}

g.highcharts-pie-series path.highcharts-color-3 {
    fill: #3cc6d0 !important
}

.l-btn-plain-disabled .l-btn-text, .l-btn-plain-disabled:hover .l-btn-text {
    color: #545454 !important
}

.l-btn-plain-disabled .l-btn-icon, .l-btn-plain-disabled:hover .l-btn-icon {
    color: #545454 !important
}

#Lnk_Electronic {
    background: #2299f5
}

.special_deal {
    border: 1px solid #f88a6f !important
}

    .special_deal .l-btn-text, .special_deal .l-btn-icon {
        color: #f88a6f !important
    }

    .special_deal .l-btn-icon {
        margin-top: -10px !important
    }

    .special_deal .l-btn-left {
        border: none !important
    }

#westPanel #folderTree li {
    border: 1px solid #b4b4b5
}

    #westPanel #folderTree li .tree-node .tree-icon-folder {
        line-height: 43px
    }

a#Lnk_More .iconfont {
    margin-left: -4px
}
