.panel {
    overflow: hidden;
    text-align: left;
    margin: 0;
    border: 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.panel-header,
.panel-body {
    border-width: 1px;
    border-style: solid
}

.panel-header {
    padding: 5px;
    position: relative
}

.panel-title {
    background: url('images/blank.gif') no-repeat
}

.panel-header-noborder {
    border-width: 0 0 1px 0
}

.panel-body {
    overflow: auto;
    border-top-width: 0;
    padding: 0
}

.panel-body-noheader {
    border-top-width: 1px
}

.panel-body-noborder {
    border-width: 0px
}

.panel-body-nobottom {
    border-bottom-width: 0
}

.panel-with-icon {
    padding-left: 18px
}

.panel-icon,
.panel-tool {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    overflow: hidden
}

.panel-icon {
    left: 5px;
    width: 16px
}

.panel-tool {
    right: 5px;
    width: auto
}

.panel-tool a {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0 0 0 2px;
    vertical-align: top
}

.panel-tool a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #eaf2ff;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px
}

.panel-loading {
    padding: 11px 0px 10px 30px
}

.panel-noscroll {
    overflow: hidden
}

.panel-fit,
.panel-fit body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden
}

.panel-loading {
    background: url('images/loading.gif') no-repeat 10px 10px
}

.panel-tool-close {
    background: url('images/panel_tools.png') no-repeat -16px 0px
}

.panel-tool-min {
    background: url('images/panel_tools.png') no-repeat 0px 0px
}

.panel-tool-max {
    background: url('images/panel_tools.png') no-repeat 0px -16px
}

.panel-tool-restore {
    background: url('images/panel_tools.png') no-repeat -16px -16px
}

.panel-tool-collapse {
    background: url('images/panel_tools.png') no-repeat -32px 0
}

.panel-tool-expand {
    background: url('images/panel_tools.png') no-repeat -32px -16px
}

.panel-header,
.panel-body {
    border-color: #95B8E7
}

.panel-header {
    background-color: #E0ECFF;
    background: -webkit-linear-gradient(top, #EFF5FF 0, #E0ECFF 100%);
    background: -moz-linear-gradient(top, #EFF5FF 0, #E0ECFF 100%);
    background: -o-linear-gradient(top, #EFF5FF 0, #E0ECFF 100%);
    background: linear-gradient(to bottom, #EFF5FF 0, #E0ECFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF, endColorstr=#E0ECFF, GradientType=0)
}

.panel-body {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px
}

.panel-title {
    font-size: 12px;
    font-weight: bold;
    color: #0E2D5F;
    height: 16px;
    line-height: 16px
}

.panel-footer {
    border: 1px solid #95B8E7;
    overflow: hidden;
    background: #F4F4F4
}

.panel-footer-noborder {
    border-width: 1px 0 0 0
}

.textbox {
    position: relative;
    border: 1px solid #CCC;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    border-radius: 0px;
    /* -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px */
}

.textbox .textbox-text {
    font-size: 14px !important;
    width: 100% !important;
    border: 0;
    margin: 0;
    padding: 0px 10px !important;
    white-space: normal;
    vertical-align: top;
    outline-style: none;
    resize: none;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.textbox .textbox-prompt {
    font-size: 12px;
    color: #aaa
}

.textbox-button,
.textbox-button:hover {
    position: absolute;
    top: 0;
    padding: 0;
    vertical-align: top;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.textbox-button-right,
.textbox-button-right:hover {
    border-width: 0 0 0 1px
}

.textbox-button-left,
.textbox-button-left:hover {
    border-width: 0 1px 0 0
}

.textbox-addon {
    position: absolute;
    padding: 0px 5px;
}

.textbox-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
    background-position: center center;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none;
    outline-style: none
}

.textbox-icon-disabled,
.textbox-icon-readonly {
    cursor: default
}

.textbox-icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100)
}

.textbox-icon-disabled:hover {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.textbox-focused {
    -moz-box-shadow: 0 0 3px 0 #95B8E7;
    -webkit-box-shadow: 0 0 3px 0 #95B8E7;
    box-shadow: 0 0 3px 0 #95B8E7
}

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3
}

.filebox .textbox-value {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: -5000px
}

.combo {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
    height: 35px !important;
    width: 100% !important;
}

.combo .combo-text {
    font-size: 12px;
    border: 0px;
    margin: 0;
    padding: 0px 2px;
    vertical-align: baseline
}

.combo-arrow {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    /* opacity: 0.6;
	filter: alpha(opacity = 60) */
}

.combo-arrow-hover {
    /* opacity: 1.0;
	filter: alpha(opacity = 100) */
}

.combo-panel {
    overflow: auto
}

.combo-arrow {
    background: url('../images/easyui/combo_arrow.png') no-repeat center center
}

.combo-panel {
    background-color: #ffffff
}

.combo {
    border-color: #CCC;
    background-color: #fff
}

.combo-arrow {
    /* background-color: #E0ECFF */
}

.combo-arrow-hover {
    /* background-color: #eaf2ff */
}

.combo-arrow:hover {
    /* background-color: #eaf2ff */
}

.combo .textbox-icon-disabled:hover {
    cursor: default
}

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3
}

.combobox-item,
.combobox-group {
    font-size: 12px;
    padding: 3px;
    padding-right: 0px
}

.combobox-item-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.combobox-gitem {
    padding-left: 10px
}

.combobox-group {
    font-weight: bold
}

.combobox-item-hover {
    background-color: #eaf2ff;
    color: #000000
}

.combobox-item-selected {
    background-color: #ffe48d;
    color: #000000
}

.tree {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.tree li {
    white-space: nowrap
}

.tree li ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tree-node {
    height: 18px;
    white-space: nowrap;
    cursor: pointer
}

.tree-hit {
    cursor: pointer
}

.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: top;
    overflow: hidden
}

.tree-expanded {
    background: url('../images/easyui/tree_icons.png') no-repeat -18px 0px
}

.tree-expanded-hover {
    background: url('../images/easyui/tree_icons.png') no-repeat -50px 0px
}

.tree-collapsed {
    background: url('../images/easyui/tree_icons.png') no-repeat 0px 0px
}

.tree-collapsed-hover {
    background: url('../images/easyui/tree_icons.png') no-repeat -32px 0px
}

.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
    background: url('../images/easyui/tree_icons.png') no-repeat -144px 0
}

.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
    background: url('../images/easyui/tree_icons.png') no-repeat -128px 0
}

.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
    background: url('../images/easyui/tree_icons.png') no-repeat -80px 0
}

.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
    background: url('../images/easyui/tree_icons.png') no-repeat -64px 0
}

.tree-line {
    background: url('../images/easyui/tree_icons.png') no-repeat -176px 0
}

.tree-join {
    background: url('../images/easyui/tree_icons.png') no-repeat -192px 0
}

.tree-joinbottom {
    background: url('../images/easyui/tree_icons.png') no-repeat -160px 0
}

.tree-folder {
    background: url('../images/easyui/tree_icons.png') no-repeat -208px 0
}

.tree-folder-open {
    background: url('../images/easyui/tree_icons.png') no-repeat -224px 0
}

.tree-file {
    background: url('../images/easyui/tree_icons.png') no-repeat -240px 0
}

.tree-loading {
    background: url('../images/easyui/loading.gif') no-repeat center center
}

.tree-checkbox0 {
    background: url('../images/easyui/tree_icons.png') no-repeat -208px -18px
}

.tree-checkbox1 {
    background: url('../images/easyui/tree_icons.png') no-repeat -224px -18px
}

.tree-checkbox2 {
    background: url('../images/easyui/tree_icons.png') no-repeat -240px -18px
}

.tree-title {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 2px;
    height: 18px;
    line-height: 18px
}

.tree-node-proxy {
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px 0 20px;
    border-width: 1px;
    border-style: solid;
    z-index: 9900000
}

.tree-dnd-icon {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 18px;
    left: 2px;
    top: 50%;
    margin-top: -9px
}

.tree-dnd-yes {
    background: url('../images/easyui/tree_icons.png') no-repeat -256px 0
}

.tree-dnd-no {
    background: url('../images/easyui/tree_icons.png') no-repeat -256px -18px
}

.tree-node-top {
    border-top: 1px dotted red
}

.tree-node-bottom {
    border-bottom: 1px dotted red
}

.tree-node-append .tree-title {
    border: 1px dotted red
}

.tree-editor {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 14px !important;
    height: 18px;
    line-height: 14px;
    padding: 1px 2px;
    width: 80px;
    position: absolute;
    top: 0
}

.tree-node-proxy {
    background-color: #ffffff;
    color: #000000;
    border-color: #95B8E7
}

.tree-node-hover {
    background: #eaf2ff;
    color: #000000
}

.tree-node-selected {
    background: #ffe48d;
    color: #000000
}