* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.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-body,.panel-header {
    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: 0
}

.panel-body-nobottom {
    border-bottom-width: 0
}

.panel-with-icon {
    padding-left: 21px;
}

.panel-icon,.panel-tool {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    height: 20px;/* 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: .6; */
    opacity: 1.6;
    margin: 0 0 0 2px;
    vertical-align: top
}

.panel-tool a:hover {
    opacity: 1;
    background-color: #e2e2e2;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px
}

.panel-loading {
    padding: 11px 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') no-repeat 10px 10px
}

/* .panel-tool-close {
    background: url('images/panel_tools.png') no-repeat -16px 0
} */
.panel-tool-close {
    background: url('images/panel_tools.png') no-repeat -32px 0
} 

.panel-tool-min {
    background: url('images/panel_tools.png') no-repeat 0 0
}

/* .panel-tool-max {
    background: url('images/panel_tools.png') no-repeat 0 -16px
} */
.panel-tool-max {
    background: url('images/panel_tools.png') no-repeat 0 -32px
}


/* .panel-tool-restore {
    background: url('images/panel_tools.png') no-repeat -16px -16px
} */
.panel-tool-restore {
    background: url('images/panel_tools.png') no-repeat -32px -32px
}

.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-body,.panel-header {
    border-color: #d3d3d3
}

.panel-header {
    background-color: #f3f3f3;
    background: -webkit-linear-gradient(top,#f8f8f8 0,#eee 100%);
    background: -moz-linear-gradient(top,#f8f8f8 0,#eee 100%);
    background: -o-linear-gradient(top,#f8f8f8 0,#eee 100%);
    background: linear-gradient(to bottom,#f8f8f8 0,#eee 100%);
    background-repeat: repeat-x;
    color: #575765
}

.panel-body {
    background-color: #fff;
    color: #000;
    font-size: 14px
}

.panel-title {
    font-size: 14px;
    font-weight: 700;
    color: #575765;
    height: 20px;
    line-height: 20px
}

.panel-footer {
    border: 1px solid #d3d3d3;
    overflow: hidden;
    background: #fafafa;
    color: #000
}

.panel-footer-noborder {
    border-width: 1px 0 0 0
}

.panel-hleft,.panel-hright {
    position: relative
}

.panel-hleft>.panel-body,.panel-hright>.panel-body {
    position: absolute
}

.panel-hleft>.panel-header {
    float: left
}

.panel-hright>.panel-header {
    float: right
}

.panel-hleft>.panel-body {
    border-top-width: 1px;
    border-left-width: 0
}

.panel-hright>.panel-body {
    border-top-width: 1px;
    border-right-width: 0
}

.panel-hleft>.panel-body-nobottom {
    border-bottom-width: 1px;
    border-right-width: 0
}

.panel-hright>.panel-body-nobottom {
    border-bottom-width: 1px;
    border-left-width: 0
}

.panel-hleft>.panel-footer {
    position: absolute;
    right: 0
}

.panel-hright>.panel-footer {
    position: absolute;
    left: 0
}

.panel-hleft>.panel-header-noborder {
    border-width: 0 1px 0 0
}

.panel-hright>.panel-header-noborder {
    border-width: 0 0 0 1px
}

.panel-hleft>.panel-body-noborder {
    border-width: 0
}

.panel-hright>.panel-body-noborder {
    border-width: 0
}

.panel-hleft>.panel-body-noheader {
    border-left-width: 1px
}

.panel-hright>.panel-body-noheader {
    border-right-width: 1px
}

.panel-hleft>.panel-footer-noborder {
    border-width: 0 0 0 1px
}

.panel-hright>.panel-footer-noborder {
    border-width: 0 1px 0 0
}

.panel-hleft>.panel-header .panel-icon,.panel-hright>.panel-header .panel-icon {
    margin-top: 0;
    top: 5px;
    left: 50%;
    margin-left: -8px
}

.panel-hleft>.panel-header .panel-title,.panel-hright>.panel-header .panel-title {
    position: absolute;
    min-width: 16px;
    left: 25px;
    top: 5px;
    bottom: auto;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0 0;
    transform: rotate(90deg);
    transform-origin: 0 0
}

.panel-hleft>.panel-header .panel-title-up,.panel-hright>.panel-header .panel-title-up {
    position: absolute;
    min-width: 16px;
    left: 21px;
    top: auto;
    bottom: 0;
    text-align: right;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0 0;
    transform: rotate(-90deg);
    transform-origin: 0 16px
}

.panel-hleft>.panel-header .panel-with-icon.panel-title-up,.panel-hright>.panel-header .panel-with-icon.panel-title-up {
    padding-left: 0;
    padding-right: 18px
}

.panel-hleft>.panel-header .panel-tool,.panel-hright>.panel-header .panel-tool {
    top: auto;
    bottom: 5px;
    width: 16px;
    height: auto;
    left: 50%;
    margin-left: -8px;
    margin-top: 0
}

.panel-hleft>.panel-header .panel-tool a,.panel-hright>.panel-header .panel-tool a {
    margin: 2px 0 0 0
}

.accordion {
    overflow: hidden;
    border-width: 1px;
    border-style: solid
}

.accordion .accordion-header {
    border-width: 0 0 1px;
    cursor: pointer
}

.accordion .accordion-body {
    border-width: 0 0 1px
}

.accordion-noborder {
    border-width: 0
}

.accordion-noborder .accordion-header {
    border-width: 0 0 1px
}

.accordion-noborder .accordion-body {
    border-width: 0 0 1px
}

.accordion-collapse {
    background: url('images/accordion_arrows1x.png') no-repeat 0 0
}

.accordion-expand {
    background: url('images/accordion_arrows.png') no-repeat -16px 0
}

.accordion {
    background: #fff;
    border-color: #d3d3d3
}

.accordion .accordion-header {
    background: #f3f3f3;
    filter: none
}

.accordion .accordion-header-selected {
    background: #0092dc
}

.accordion .accordion-header-selected .panel-title {
    color: #fff
}

.accordion .panel-last>.accordion-header {
    border-bottom-color: #f3f3f3
}

.accordion .panel-last>.accordion-body {
    border-bottom-color: #fff
}

.accordion .panel-last>.accordion-header-border,.accordion .panel-last>.accordion-header-selected {
    border-bottom-color: #d3d3d3
}

.accordion>.panel-hleft {
    float: left
}

.accordion>.panel-hleft>.panel-header {
    border-width: 0 1px 0 0
}

.accordion>.panel-hleft>.panel-body {
    border-width: 0 1px 0 0
}

.accordion>.panel-hleft.panel-last>.accordion-header {
    border-right-color: #f3f3f3
}

.accordion>.panel-hleft.panel-last>.accordion-body {
    border-right-color: #fff
}

.accordion>.panel-hleft.panel-last>.accordion-header-border,.accordion>.panel-hleft.panel-last>.accordion-header-selected {
    border-right-color: #d3d3d3
}

.accordion>.panel-hright {
    float: right
}

.accordion>.panel-hright>.panel-header {
    border-width: 0 0 0 1px
}

.accordion>.panel-hright>.panel-body {
    border-width: 0 0 0 1px
}

.accordion>.panel-hright.panel-last>.accordion-header {
    border-left-color: #f3f3f3
}

.accordion>.panel-hright.panel-last>.accordion-body {
    border-left-color: #fff
}

.accordion>.panel-hright.panel-last>.accordion-header-border,.accordion>.panel-hright.panel-last>.accordion-header-selected {
    border-left-color: #d3d3d3
}

.window {
    overflow: hidden;
    padding: 5px;
    border-width: 1px;
    border-style: solid
}

.window .window-header {
    background: 0 0;
    padding: 0 0 6px 0
}

.window .window-body {
    border-width: 1px;
    border-style: solid;
    border-top-width: 0
}

.window .window-body-noheader {
    border-top-width: 1px
}

.window .panel-body-nobottom {
    border-bottom-width: 0
}

.window .window-header .panel-icon,.window .window-header .panel-tool {
    top: 50%;
    margin-top: -11px
}

.window .window-header .panel-icon {
    left: 1px
}

.window .window-header .panel-tool {
    right: 10px
}

.window .window-header .panel-with-icon {
    padding-left: 18px
}

.window-proxy {
    position: absolute;
    overflow: hidden
}

.window-proxy-mask {
    position: absolute;
    opacity: .05
}

.window-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    font-size: 1px;
    overflow: hidden
}

.window,.window-shadow {
    position: absolute;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.window-shadow {
    background: #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc
}

.window,.window .window-body {
    border-color: #d3d3d3
}

.window {
    background-color: #f3f3f3;
    background: -webkit-linear-gradient(top,#f8f8f8 0,#eee 20%);
    background: -moz-linear-gradient(top,#f8f8f8 0,#eee 20%);
    background: -o-linear-gradient(top,#f8f8f8 0,#eee 20%);
    background: linear-gradient(to bottom,#f8f8f8 0,#eee 20%);
    background-repeat: repeat-x
}

.window-proxy {
    border: 1px dashed #d3d3d3
}

.window-mask,.window-proxy-mask {
    background: #ccc
}

.window .panel-footer {
    border: 1px solid #d3d3d3;
    position: relative;
    top: -1px
}

.window-thinborder {
    padding: 0
}

.window-thinborder .window-header {
    padding: 5px 5px 6px 5px
}

.window-thinborder .window-body {
    border-width: 0
}

.window-thinborder .window-footer {
    border-left: transparent;
    border-right: transparent;
    border-bottom: transparent
}

.window-thinborder .window-header .panel-icon,.window-thinborder .window-header .panel-tool {
    margin-top: -9px;
    margin-left: 5px;
    margin-right: 5px
}

.window-noborder {
    border: 0
}

.window.panel-hleft .window-header {
    padding: 0 6px 0 0
}

.window.panel-hright .window-header {
    padding: 0 0 0 6px
}

.window.panel-hleft>.panel-header .panel-title {
    top: auto;
    left: 16px
}

.window.panel-hright>.panel-header .panel-title {
    top: auto;
    right: 16px
}

.window.panel-hleft>.panel-header .panel-title-up,.window.panel-hright>.panel-header .panel-title-up {
    bottom: 0
}

.window.panel-hleft .window-body {
    border-width: 1px 1px 1px 0
}

.window.panel-hright .window-body {
    border-width: 1px 0 1px 1px
}

.window.panel-hleft .window-header .panel-icon {
    top: 1px;
    margin-top: 0;
    left: 0
}

.window.panel-hright .window-header .panel-icon {
    top: 1px;
    margin-top: 0;
    left: auto;
    right: 1px
}

.window.panel-hleft .window-header .panel-tool,.window.panel-hright .window-header .panel-tool {
    margin-top: 0;
    top: auto;
    bottom: 1px;
    right: auto;
    margin-right: 0;
    left: 50%;
    margin-left: -11px
}

.window.panel-hright .window-header .panel-tool {
    left: auto;
    right: 1px
}

.window-thinborder.panel-hleft .window-header {
    padding: 5px 6px 5px 5px
}

.window-thinborder.panel-hright .window-header {
    padding: 5px 5px 5px 6px
}

.window-thinborder.panel-hleft>.panel-header .panel-title {
    left: 21px
}

.window-thinborder.panel-hleft>.panel-header .panel-title-up,.window-thinborder.panel-hright>.panel-header .panel-title-up {
    bottom: 5px
}

.window-thinborder.panel-hleft .window-header .panel-icon,.window-thinborder.panel-hright .window-header .panel-icon {
    margin-top: 5px
}

.window-thinborder.panel-hleft .window-header .panel-tool,.window-thinborder.panel-hright .window-header .panel-tool {
    left: 16px;
    bottom: 5px
}

.dialog-content {
    overflow: auto
}

.dialog-toolbar {
    position: relative;
    padding: 2px 5px
}

.dialog-tool-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px 1px
}

.dialog-button {
    position: relative;
    top: -1px;
    padding: 5px;
    text-align: right
}

.dialog-button .l-btn {
    margin-left: 5px
}

.dialog-button,.dialog-toolbar {
    background: #fafafa;
    border-width: 1px;
    border-style: solid
}

.dialog-toolbar {
    border-color: #d3d3d3 #d3d3d3 #ddd #d3d3d3
}

.dialog-button {
    border-color: #ddd #d3d3d3 #d3d3d3 #d3d3d3
}

.window-thinborder .dialog-toolbar {
    border-left: transparent;
    border-right: transparent;
    border-top-color: #fafafa
}

.window-thinborder .dialog-button {
    top: 0;
    padding: 5px 8px 8px 8px;
    border-left: transparent;
    border-right: transparent;
    border-bottom: transparent
}

.l-btn {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    line-height: normal
}

.l-btn-plain {
    border-width: 0;
    padding: 1px
}

.l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 28px;
    font-size: 14px;
    padding: 0;
    margin: 0 6px
}

.l-btn-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 1px
}

.l-btn span span .l-btn-empty {
    display: inline-block;
    margin: 0;
    width: 16px;
    height: 24px;
    font-size: 1px;
    vertical-align: top
}

.l-btn span .l-btn-icon-left {
    padding: 0 0 0 20px;
    background-position: left center
}

.l-btn span .l-btn-icon-right {
    padding: 0 20px 0 0;
    background-position: right center
}

.l-btn-icon-left .l-btn-text {
    margin: 0 6px 0 26px
}

.l-btn-icon-left .l-btn-icon {
    left: 6px
}

.l-btn-icon-right .l-btn-text {
    margin: 0 26px 0 6px
}

.l-btn-icon-right .l-btn-icon {
    right: 6px
}

.l-btn-icon-top .l-btn-text {
    margin: 20px 4px 0 4px
}

.l-btn-icon-top .l-btn-icon {
    top: 4px;
    left: 50%;
    margin: 0 0 0 -8px
}

.l-btn-icon-bottom .l-btn-text {
    margin: 0 4px 20px 4px
}

.l-btn-icon-bottom .l-btn-icon {
    top: auto;
    bottom: 4px;
    left: 50%;
    margin: 0 0 0 -8px
}

.l-btn-left .l-btn-empty {
    margin: 0 6px;
    width: 16px
}

.l-btn-plain:hover {
    padding: 0
}

.l-btn-focus {
    outline: #0000FF dotted thin
}

.l-btn-large .l-btn-text {
    line-height: 44px
}

.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 6px;
    width: 32px
}

.l-btn {
    color: #444;
    background: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    background: -webkit-linear-gradient(top,#fff 0,#eee 100%);
    background: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background: -o-linear-gradient(top,#fff 0,#eee 100%);
    background: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.l-btn:hover {
    background: #e2e2e2;
    color: #000;
    border: 1px solid #ccc;
    filter: none
}

.l-btn-plain {
    background: 0 0;
    border-width: 0;
    filter: none
}

.l-btn-outline {
    border-width: 1px;
    border-color: #ccc;
    padding: 0
}

.l-btn-plain:hover {
    background: #e2e2e2;
    color: #000;
    border: 1px solid #ccc;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}



.l-btn-disabled,.l-btn-disabled:hover {
    opacity: .5;
    cursor: default;
    background: #fafafa;
    color: #444;
    background: -webkit-linear-gradient(top,#fff 0,#eee 100%);
    background: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background: -o-linear-gradient(top,#fff 0,#eee 100%);
    background: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x
}

.l-btn-plain-disabled,.l-btn-plain-disabled:hover {
    background: 0 0
}

.l-btn-selected,.l-btn-selected:hover {
    background: #ddd;
    filter: none
}

.l-btn-plain-selected,.l-btn-plain-selected:hover {
    background: #ddd
}

.textbox {
    position: relative;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.textbox .textbox-text {
    font-size: 14px;
    border: 0;
    margin: 0;
    padding: 0 4px;
    white-space: normal;
    vertical-align: top;
    outline-style: none;
    resize: none;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    height: 28px;
    line-height: 28px
}

.textbox textarea.textbox-text {
    line-height: normal
}

.textbox .textbox-text::-ms-clear,.textbox .textbox-text::-ms-reveal {
    display: none
}

.textbox textarea.textbox-text {
    white-space: pre-wrap
}

.textbox .textbox-prompt {
    font-size: 14px;
    color: #aaa
}

.textbox .textbox-bgicon {
    background-position: 3px center;
    padding-left: 21px
}

.textbox .textbox-button,.textbox .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 .textbox-button-right,.textbox .textbox-button-right:hover {
    right: 0;
    border-width: 0 0 0 1px
}

.textbox .textbox-button-left,.textbox .textbox-button-left:hover {
    left: 0;
    border-width: 0 1px 0 0
}

.textbox .textbox-button-top,.textbox .textbox-button-top:hover {
    left: 0;
    border-width: 0 0 1px 0
}

.textbox .textbox-button-bottom,.textbox .textbox-button-bottom:hover {
    top: auto;
    bottom: 0;
    left: 0;
    border-width: 1px 0 0 0
}

.textbox-addon {
    position: absolute;
    top: 0
}

.textbox-label {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding-right: 5px
}

.textbox-label-after {
    padding-left: 5px;
    padding-right: 0
}

.textbox-label-top {
    display: block;
    width: auto;
    padding: 0
}

.textbox-disabled,.textbox-label-disabled {
    opacity: .6
}

.textbox-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
    background-position: center center;
    cursor: pointer;
    opacity: .6;
    text-decoration: none;
    outline-style: none
}

.textbox-icon-disabled,.textbox-icon-readonly {
    cursor: default
}

.textbox-icon:hover {
    opacity: 1
}

.textbox-icon-disabled:hover {
    opacity: .6
}

.textbox-focused {
    border-color: #bababa;
    -moz-box-shadow: 0 0 3px 0 #d3d3d3;
    -webkit-box-shadow: 0 0 3px 0 #d3d3d3;
    box-shadow: 0 0 3px 0 #d3d3d3
}

.textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3
}

.form-floating-label.form-field .textbox-text {
    padding: 0
}

.form-floating-label.form-field .textbox-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    transition: all .3s;
    font-size: 12px;
    z-index: 9
}

.form-floating-label.form-field-empty .textbox-label {
    cursor: text;
    font-size: 14px;
    transform: translate(0,25px)
}

.form-floating-label.form-field-empty.form-field-focused .textbox-label {
    cursor: default;
    font-size: 12px;
    transform: translate(0,0)
}

.passwordbox-open {
    background: url('images/passwordbox_open.png') no-repeat center center
}

.passwordbox-close {
    background: url('images/passwordbox_close.png') no-repeat center center
}

.filebox .textbox-value {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: -5000px
}

.filebox-label {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
    background: url('images/blank.gif') no-repeat
}

.l-btn-disabled .filebox-label {
    cursor: default
}

.combo-arrow {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: .6
}

.combo-arrow-hover {
    opacity: 1
}

.combo-panel {
    overflow: auto
}

.combo-arrow {
    background: url('images/combo_arrow.png') no-repeat center center
}

.combo-panel {
    background-color: #fff
}

.combo-arrow {
    background-color: #f3f3f3
}

.combo-arrow-hover {
    background-color: #e2e2e2
}

.combo-arrow:hover {
    background-color: #e2e2e2
}

.combo .textbox-icon-disabled:hover {
    cursor: default
}

.combobox-group,.combobox-item,.combobox-stick {
    font-size: 14px;
    padding: 6px 4px;
    line-height: 20px
}

.combobox-item-disabled {
    opacity: .5
}

.combobox-gitem {
    padding-left: 10px
}

.combobox-group,.combobox-stick {
    font-weight: 700
}

.combobox-stick {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    background: inherit
}

.combobox-item-hover {
    background-color: #e2e2e2;
    color: #000
}

.combobox-item-selected {
    background-color: #0092dc;
    color: #fff
}

.combobox-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px
}

.tagbox {
    cursor: text
}

.tagbox .textbox-text {
    float: left
}

.tagbox-label {
    position: relative;
    display: block;
    margin: 4px 0 0 4px;
    padding: 0 20px 0 4px;
    float: left;
    vertical-align: top;
    text-decoration: none;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e2e2e2;
    color: #000
}

.tagbox-remove {
    background: url('images/tagbox_icons.png') no-repeat -16px center;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    right: 2px;
    top: 50%;
    margin-top: -8px;
    opacity: .6
}

.tagbox-remove:hover {
    opacity: 1
}

.textbox-disabled .tagbox-label {
    cursor: default
}

.textbox-disabled .tagbox-remove:hover {
    cursor: default;
    opacity: .6
}

.layout {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0
}

.layout-panel {
    position: absolute;
    overflow: hidden
}

.layout-body {
    min-width: 1px;
    min-height: 1px
}

.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
}

.layout-expand .panel-body,.layout-expand .panel-header {
    background: 0 0;
    filter: none;
    overflow: hidden
}

.layout-expand .panel-header {
    border-bottom-width: 0
}

.layout-expand .panel-body {
    position: relative
}

.layout-expand .panel-body .panel-icon {
    margin-top: 0;
    top: 0;
    left: 50%;
    margin-left: -8px
}

.layout-expand-east .panel-header .panel-icon,.layout-expand-west .panel-header .panel-icon {
    display: none
}

.layout-expand-title {
    position: absolute;
    top: 0;
    left: 21px;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0 0;
    transform: rotate(90deg);
    transform-origin: 0 0
}

.layout-expand-title-up {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    padding-left: 5px;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0 0;
    transform: rotate(-90deg);
    transform-origin: 0 0
}

.layout-expand-with-icon {
    top: 18px
}

.layout-expand .panel-body-noheader .layout-expand-title,.layout-expand .panel-body-noheader .panel-icon {
    top: 5px
}

.layout-expand .panel-body-noheader .layout-expand-with-icon {
    top: 23px
}

.layout-split-proxy-h,.layout-split-proxy-v {
    position: absolute;
    font-size: 1px;
    display: none;
    z-index: 5
}

.layout-split-proxy-h {
    width: 5px;
    cursor: e-resize
}

.layout-split-proxy-v {
    height: 5px;
    cursor: n-resize
}

.layout-mask {
    position: absolute;
    background: #fafafa;
    opacity: .1;
    z-index: 4
}

.layout-button-up {
    background: url('images/layout_arrows.png') no-repeat -16px -16px
}

.layout-button-down {
    background: url('images/layout_arrows.png') no-repeat -16px 0
}

.layout-button-left {
    background: url('images/layout_arrows.png') no-repeat 0 0
}

.layout-button-right {
    background: url('images/layout_arrows.png') no-repeat 0 -16px
}

.layout-split-proxy-h,.layout-split-proxy-v {
    background-color: #bfbfbf
}

.layout-split-north {
    border-bottom: 5px solid #efefef
}

.layout-split-south {
    border-top: 5px solid #efefef
}

.layout-split-east {
    border-left: 5px solid #efefef
}

.layout-split-west {
    border-right: 5px solid #efefef
}

.layout-expand {
    background-color: #f3f3f3
}

.layout-expand-over {
    background-color: #f3f3f3
}

.tabs-container {
    overflow: hidden
}

.tabs-header {
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 0;
    position: relative;
    padding: 0;
    padding-top: 2px;
    overflow: hidden
}

.tabs-scroller-left,.tabs-scroller-right {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 18px;
    font-size: 1px;
    display: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid
}

.tabs-scroller-left {
    left: 0
}

.tabs-scroller-right {
    right: 0
}

.tabs-tool {
    position: absolute;
    bottom: 0;
    padding: 1px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid
}

.tabs-header-plain .tabs-tool {
    padding: 0 1px
}

.tabs-wrap {
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0
}

.tabs-scrolling {
    margin-left: 18px;
    margin-right: 18px
}

.tabs-disabled {
    opacity: .3
}

.tabs {
    list-style-type: none;
    height: 26px;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    width: 50000px;
    border-style: solid;
    border-width: 0 0 1px 0
}

.tabs li {
    float: left;
    display: inline-block;
    margin: 0 4px -1px 0;
    padding: 0;
    position: relative;
    border: 0
}

.tabs li .tabs-inner {
    display: inline-block;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
    margin: 0;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.tabs li.tabs-selected .tabs-inner {
    font-weight: 700;
    outline: 0
}

.tabs li.tabs-selected .tabs-inner:hover {
    cursor: default;
    pointer: default
}

.tabs li a.tabs-close,.tabs-p-tool {
    position: absolute;
    font-size: 1px;
    display: block;
    height: 12px;
    padding: 0;
    top: 50%;
    margin-top: -6px;
    overflow: hidden
}

.tabs li a.tabs-close {
    width: 12px;
    right: 5px;
    opacity: .6
}

.tabs-p-tool {
    right: 16px
}

.tabs-p-tool a {
    display: inline-block;
    font-size: 1px;
    width: 12px;
    height: 12px;
    margin: 0;
    opacity: .6
}

.tabs li a:hover.tabs-close,.tabs-p-tool a:hover {
    opacity: 1;
    cursor: hand;
    cursor: pointer
}

.tabs-with-icon {
    padding-left: 18px
}

.tabs-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 10px;
    top: 50%;
    margin-top: -8px
}

.tabs-title {
    font-size: 14px
}

.tabs-closable {
    padding-right: 8px
}

.tabs-panels {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-top-width: 0;
    overflow: hidden
}

.tabs-header-bottom {
    border-width: 0 1px 1px 1px;
    padding: 0 0 2px 0
}

.tabs-header-bottom .tabs {
    border-width: 1px 0 0 0
}

.tabs-header-bottom .tabs li {
    margin: -1px 4px 0 0
}

.tabs-header-bottom .tabs li .tabs-inner {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.tabs-header-bottom .tabs-tool {
    top: 0
}

.tabs-header-bottom .tabs-scroller-left,.tabs-header-bottom .tabs-scroller-right {
    top: 0;
    bottom: auto
}

.tabs-panels-top {
    border-width: 1px 1px 0 1px
}

.tabs-header-left {
    float: left;
    border-width: 1px 0 1px 1px;
    padding: 0
}

.tabs-header-right {
    float: right;
    border-width: 1px 1px 1px 0;
    padding: 0
}

.tabs-header-left .tabs-wrap,.tabs-header-right .tabs-wrap {
    height: 100%
}

.tabs-header-left .tabs {
    height: 100%;
    padding: 4px 0 0 2px;
    border-width: 0 1px 0 0
}

.tabs-header-right .tabs {
    height: 100%;
    padding: 4px 2px 0 0;
    border-width: 0 0 0 1px
}

.tabs-header-left .tabs li,.tabs-header-right .tabs li {
    display: block;
    width: 100%;
    position: relative
}

.tabs-header-left .tabs li {
    left: auto;
    right: 0;
    margin: 0 -1px 4px 0;
    float: right
}

.tabs-header-right .tabs li {
    left: 0;
    right: auto;
    margin: 0 0 4px -1px;
    float: left
}

.tabs-justified li .tabs-inner {
    padding-left: 0;
    padding-right: 0
}

.tabs-header-left .tabs li .tabs-inner {
    display: block;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.tabs-header-right .tabs li .tabs-inner {
    display: block;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.tabs-panels-right {
    float: right;
    border-width: 1px 1px 1px 0
}

.tabs-panels-left {
    float: left;
    border-width: 1px 0 1px 1px
}

.tabs-header-noborder,.tabs-panels-noborder {
    border: 0
}

.tabs-header-plain {
    border: 0;
    background: 0 0
}

.tabs-pill {
    padding-bottom: 3px
}

.tabs-header-bottom .tabs-pill {
    padding-top: 3px;
    padding-bottom: 0
}

.tabs-header-left .tabs-pill {
    padding-right: 3px
}

.tabs-header-right .tabs-pill {
    padding-left: 3px
}

.tabs-header .tabs-pill li .tabs-inner {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.tabs-header-narrow,.tabs-header-narrow .tabs-narrow {
    padding: 0
}

.tabs-header-bottom .tabs-narrow li,.tabs-narrow li {
    margin-left: 0;
    margin-right: -1px
}

.tabs-header-bottom .tabs-narrow li.tabs-last,.tabs-narrow li.tabs-last {
    margin-right: 0
}

.tabs-header-left .tabs-narrow,.tabs-header-right .tabs-narrow {
    padding-top: 0
}

.tabs-header-left .tabs-narrow li {
    margin-bottom: -1px;
    margin-right: -1px
}

.tabs-header-left .tabs-narrow li.tabs-last,.tabs-header-right .tabs-narrow li.tabs-last {
    margin-bottom: 0
}

.tabs-header-right .tabs-narrow li {
    margin-bottom: -1px;
    margin-left: -1px
}

.tabs-scroller-left {
    background: #f3f3f3 url('images/tabs_icons.png') no-repeat 1px center
}

.tabs-scroller-right {
    background: #f3f3f3 url('images/tabs_icons.png') no-repeat -15px center
}

.tabs li a.tabs-close {
    background: url('images/tabs_icons.png') no-repeat -34px center
}

.tabs li .tabs-inner:hover {
    background: #e2e2e2;
    color: #000;
    filter: none
}

.tabs li.tabs-selected .tabs-inner {
    background-color: #fff;
    color: #575765;
    background: -webkit-linear-gradient(top,#f8f8f8 0,#fff 100%);
    background: -moz-linear-gradient(top,#f8f8f8 0,#fff 100%);
    background: -o-linear-gradient(top,#f8f8f8 0,#fff 100%);
    background: linear-gradient(to bottom,#f8f8f8 0,#fff 100%);
    background-repeat: repeat-x
}

.tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
    background: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background: -moz-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background: -o-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    background-repeat: repeat-x
}

.tabs-header-left .tabs li.tabs-selected .tabs-inner {
    background: -webkit-linear-gradient(left,#f8f8f8 0,#fff 100%);
    background: -moz-linear-gradient(left,#f8f8f8 0,#fff 100%);
    background: -o-linear-gradient(left,#f8f8f8 0,#fff 100%);
    background: linear-gradient(to right,#f8f8f8 0,#fff 100%);
    background-repeat: repeat-y
}

.tabs-header-right .tabs li.tabs-selected .tabs-inner {
    background: -webkit-linear-gradient(left,#fff 0,#f8f8f8 100%);
    background: -moz-linear-gradient(left,#fff 0,#f8f8f8 100%);
    background: -o-linear-gradient(left,#fff 0,#f8f8f8 100%);
    background: linear-gradient(to right,#fff 0,#f8f8f8 100%);
    background-repeat: repeat-y
}

.tabs li .tabs-inner {
    color: #575765;
    background-color: #f3f3f3;
    background: -webkit-linear-gradient(top,#f8f8f8 0,#eee 100%);
    background: -moz-linear-gradient(top,#f8f8f8 0,#eee 100%);
    background: -o-linear-gradient(top,#f8f8f8 0,#eee 100%);
    background: linear-gradient(to bottom,#f8f8f8 0,#eee 100%);
    background-repeat: repeat-x
}

.tabs-header,.tabs-tool {
    background-color: #f3f3f3
}

.tabs-header-plain {
    background: 0 0
}

.tabs,.tabs li .tabs-inner,.tabs li.tabs-selected .tabs-inner,.tabs-header,.tabs-header-bottom .tabs li.tabs-selected .tabs-inner,.tabs-header-left .tabs li.tabs-selected .tabs-inner,.tabs-header-right .tabs li.tabs-selected .tabs-inner,.tabs-panels,.tabs-scroller-left,.tabs-scroller-right,.tabs-tool {
    border-color: #d3d3d3
}

.tabs li a:hover.tabs-close,.tabs-p-tool a:hover,.tabs-scroller-over {
    background-color: #e2e2e2
}

.tabs li.tabs-selected .tabs-inner {
    border-bottom: 1px solid #fff
}

.tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
    border-top: 1px solid #fff
}

.tabs-header-left .tabs li.tabs-selected .tabs-inner {
    border-right: 1px solid #fff
}

.tabs-header-right .tabs li.tabs-selected .tabs-inner {
    border-left: 1px solid #fff
}

.tabs-header .tabs-pill li.tabs-selected .tabs-inner {
    background: #0092dc;
    color: #fff;
    filter: none;
    border-color: #d3d3d3
}

.datagrid .panel-body {
    overflow: hidden;
    position: relative
}

.datagrid-view {
    position: relative;
    overflow: hidden
}

.datagrid-view1,.datagrid-view2 {
    position: absolute;
    overflow: hidden;
    top: 0
}

.datagrid-view1 {
    left: 0
}

.datagrid-view2 {
    right: 0
}

.datagrid-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    display: none
}

.datagrid-mask-msg {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px 10px 30px;
    width: auto;
    height: 40px;
    border-width: 2px;
    border-style: solid;
    display: none
}

.datagrid-empty {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center
}

.datagrid-sort-icon {
    padding: 0;
    display: none
}

.datagrid-toolbar {
    height: auto;
    padding: 1px 2px;
    border-width: 0 0 1px 0;
    border-style: solid
}

.datagrid-btn-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px 1px
}

.datagrid .datagrid-pager {
    display: block;
    margin: 0;
    border-width: 1px 0 0 0;
    border-style: solid
}

.datagrid .datagrid-pager-top {
    border-width: 0 0 1px 0
}

.datagrid-header {
    overflow: hidden;
    cursor: default;
    border-width: 0 0 1px 0;
    border-style: solid
}

.datagrid-header-inner {
    float: left;
    width: 10000px
}

.datagrid-header-row,.datagrid-row {
    height: 32px
}

.datagrid-body td,.datagrid-footer td,.datagrid-header td {
    border-width: 0 1px 1px 0;
    border-style: dotted;
    margin: 0;
    padding: 0
}

.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: 18px;
    line-height: 18px;
    font-size: 14px
}

.datagrid-header .datagrid-cell {
    height: auto
}

.datagrid-header .datagrid-cell span {
    font-size: 14px
}

.datagrid-cell-group {
    text-align: center;
    text-overflow: ellipsis
}

.datagrid-cell-rownumber,.datagrid-header-rownumber {
    width: 30px;
    text-align: center;
    margin: 0;
    padding: 0
}

.datagrid-body {
    margin: 0;
    padding: 0;
    overflow: auto;
    zoom:1}

.datagrid-view1 .datagrid-body-inner {
    padding-bottom: 20px
}

.datagrid-view1 .datagrid-body {
    overflow: hidden
}

.datagrid-footer {
    overflow: hidden
}

.datagrid-footer-inner {
    border-width: 1px 0 0 0;
    border-style: solid;
    width: 10000px;
    float: left
}

.datagrid-row-editing .datagrid-cell {
    height: auto
}

.datagrid-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: 2px 4px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    outline-style: none;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.datagrid-view .validatebox-invalid {
    border-color: #ffa8a8
}

.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 {
    display: inline;
    padding: 0 13px 0 0;
    background: url('images/datagrid_icons.png') no-repeat -16px center
}

.datagrid-sort-asc .datagrid-sort-icon {
    display: inline;
    padding: 0 13px 0 0;
    background: url('images/datagrid_icons.png') no-repeat 0 center
}

.datagrid-row-collapse {
    background: url('images/datagrid_icons.png') no-repeat -48px center
}

.datagrid-row-expand {
    background: url('images/datagrid_icons.png') no-repeat -32px center
}

.datagrid-mask-msg {
    background: #fff url('images/loading.gif') no-repeat scroll 5px center
}

.datagrid-header,.datagrid-td-rownumber {
    background-color: #fafafa;
    background: -webkit-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
    background: -moz-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
    background: -o-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
    background: linear-gradient(to bottom,#fdfdfd 0,#f5f5f5 100%);
    background-repeat: repeat-x
}

.datagrid-cell-rownumber {
    color: #000
}

.datagrid-resize-proxy {
    background: #bfbfbf
}

.datagrid-mask {
    background: #ccc
}

.datagrid-mask-msg {
    border-color: #d3d3d3
}

.datagrid-pager,.datagrid-toolbar {
    background: #fafafa
}

.datagrid-footer-inner,.datagrid-header,.datagrid-pager,.datagrid-toolbar {
    border-color: #ddd
}

.datagrid-body td,.datagrid-footer td,.datagrid-header td {
    border-color: #ccc
}

.datagrid-btable,.datagrid-ftable,.datagrid-htable {
    color: #000;
    border-collapse: separate
}

.datagrid-row-alt {
    background: #fafafa
}

.datagrid-header td.datagrid-header-over,.datagrid-row-over {
    background: #e2e2e2;
    color: #000;
    cursor: default
}

.datagrid-row-selected {
    background: #0092dc;
    color: #fff
}

.datagrid-row-editing .textbox,.datagrid-row-editing .textbox-text {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.datagrid-header .datagrid-filter-row td.datagrid-header-over {
    background: inherit
}

.datagrid-split-proxy {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #0070a9
}

.datagrid-moving-proxy {
    border: 1px solid #0070a9;
    height: 32px;
    line-height: 32px;
    padding: 0 4px
}

.propertygrid .datagrid-view1 .datagrid-body td {
    padding-bottom: 1px;
    border-width: 0 1px 0 0
}

.propertygrid .datagrid-group {
    overflow: hidden;
    border-width: 0 0 1px 0;
    border-style: solid
}

.propertygrid .datagrid-group span {
    font-weight: 700
}

.propertygrid .datagrid-view1 .datagrid-body td {
    border-color: #ddd
}

.propertygrid .datagrid-view1 .datagrid-group {
    border-color: #f3f3f3
}

.propertygrid .datagrid-view2 .datagrid-group {
    border-color: #ddd
}

.propertygrid .datagrid-group,.propertygrid .datagrid-view1 .datagrid-body,.propertygrid .datagrid-view1 .datagrid-row-over,.propertygrid .datagrid-view1 .datagrid-row-selected {
    background: #f3f3f3
}

.datalist .datagrid-header {
    border-width: 0
}

.datalist .datagrid-group,.m-list .m-list-group {
    height: 25px;
    line-height: 25px;
    font-weight: 700;
    overflow: hidden;
    background-color: #fafafa;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ccc
}

.datalist .datagrid-group-expander {
    display: none
}

.datalist .datagrid-group-title {
    padding: 0 4px
}

.datalist .datagrid-btable {
    width: 100%;
    table-layout: fixed
}

.datalist .datagrid-row td {
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.datalist-lines .datagrid-row td {
    border-bottom-width: 1px
}

.datalist .datagrid-cell,.m-list li {
    width: auto;
    height: auto;
    padding: 2px 4px;
    line-height: 18px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.datalist-link,.m-list li>a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    margin: -2px -4px;
    padding: 2px 4px;
    padding-right: 16px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.datalist-link::after,.m-list li>a::after {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    right: 6px;
    top: 50%;
    margin-top: -4px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.m-list li {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ccc
}

.m-list li>a:hover {
    background: #e2e2e2;
    color: #000
}

.m-list .m-list-group {
    padding: 0 4px
}

.pagination {
    zoom:1;padding: 2px
}

.pagination table {
    float: left;
    height: 30px
}

.pagination td {
    border: 0
}

.pagination-btn-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 3px 1px
}

.pagination .pagination-num {
    border-width: 1px;
    border-style: solid;
    margin: 0 2px;
    padding: 2px;
    width: 3em;
    height: auto;
    text-align: center;
    font-size: 14px
}

.pagination-page-list {
    margin: 0 6px;
    padding: 1px 2px;
    width: auto;
    height: auto;
    border-width: 1px;
    border-style: solid
}

.pagination-info {
    float: right;
    margin: 0 6px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

.pagination span {
    font-size: 14px
}

.pagination-link .l-btn-text {
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0 .5em;
    width: auto;
    min-width: 28px
}

.pagination-first {
    background: url('images/pagination_icons.png') no-repeat 0 center
}

.pagination-prev {
    background: url('images/pagination_icons.png') no-repeat -16px center
}

.pagination-next {
    background: url('images/pagination_icons.png') no-repeat -32px center
}

.pagination-last {
    background: url('images/pagination_icons.png') no-repeat -48px center
}

.pagination-load {
    background: url('images/pagination_icons.png') no-repeat -64px center
}

.pagination-loading {
    background: url('images/loading.gif') no-repeat center center
}

.pagination .pagination-num,.pagination-page-list {
    border-color: #d3d3d3
}

.calendar {
    border-width: 1px;
    border-style: solid;
    padding: 1px;
    overflow: hidden
}

.calendar table {
    table-layout: fixed;
    border-collapse: separate;
    font-size: 14px;
    width: 100%;
    height: 100%
}

.calendar table td,.calendar table th {
    font-size: 14px
}

.calendar-noborder {
    border: 0
}

.calendar-header {
    position: relative;
    height: 36px
}

.calendar-title {
    text-align: center;
    height: 36px;
    line-height: 36px
}

.calendar-title span {
    position: relative;
    display: inline-block;
    top: 0;
    padding: 0 3px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.calendar-nextmonth,.calendar-nextyear,.calendar-prevmonth,.calendar-prevyear {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 1px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.calendar-prevmonth {
    left: 30px;
    background: url('images/calendar_arrows.png') no-repeat -16px 0
}

.calendar-nextmonth {
    right: 30px;
    background: url('images/calendar_arrows.png') no-repeat -32px 0
}

.calendar-prevyear {
    left: 10px;
    background: url('images/calendar_arrows.png') no-repeat 0 0
}

.calendar-nextyear {
    right: 10px;
    background: url('images/calendar_arrows.png') no-repeat -48px 0
}

.calendar-body {
    position: relative
}

.calendar-body td,.calendar-body th {
    text-align: center
}

.calendar-day {
    border: 0;
    padding: 1px;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.calendar-other-month {
    opacity: .3
}

.calendar-disabled {
    opacity: .6;
    cursor: default
}

.calendar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    padding: 5px;
    font-size: 14px;
    display: none;
    overflow: hidden
}

.calendar-menu-year-inner {
    text-align: center;
    padding-bottom: 5px
}

.calendar-menu-year {
    width: 80px;
    line-height: 26px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    outline-style: none;
    resize: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.calendar-menu-next,.calendar-menu-prev {
    display: inline-block;
    width: 25px;
    height: 28px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.calendar-menu-prev {
    margin-right: 10px;
    background: url('images/calendar_arrows.png') no-repeat 5px center
}

.calendar-menu-next {
    margin-left: 10px;
    background: url('images/calendar_arrows.png') no-repeat -44px center
}

.calendar-menu-month {
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.calendar-body th,.calendar-menu-month {
    color: #4d4d4d
}

.calendar-day {
    color: #000
}

.calendar-sunday {
    color: #c22
}

.calendar-saturday {
    color: #0e0
}

.calendar-today {
    color: #00f
}

.calendar-menu-year {
    border-color: #d3d3d3
}

.calendar {
    border-color: #d3d3d3
}

.calendar-header {
    background: #f3f3f3
}

.calendar-body,.calendar-menu {
    background: #fff
}

.calendar-body th {
    background: #fafafa;
    padding: 4px 0
}

.calendar-hover,.calendar-menu-hover,.calendar-nav-hover {
    background-color: #e2e2e2;
    color: #000
}

.calendar-hover {
    border: 1px solid #ccc;
    padding: 0
}

.calendar-selected {
    background-color: #0092dc;
    color: #fff;
    border: 1px solid #0070a9;
    padding: 0
}

.calendar-info {
    background-color: #f3f3f3;
    font-size: 28px;
    height: 70px;
    padding: 10px 20px
}

.calendar-info .year {
    font-size: 16px
}

.datebox-calendar-inner {
    height: 250px
}

.datebox-button {
    padding: 4px 0;
    text-align: center
}

.datebox-button a {
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    opacity: .6
}

.datebox-button a:hover {
    opacity: 1
}

.datebox-close,.datebox-current {
    float: left
}

.datebox-close {
    float: right
}

.datebox .combo-arrow {
    background-image: url('images/datebox_arrow.png');
    background-position: center center
}

.datebox-button {
    background-color: #fafafa
}

.datebox-button a {
    color: #444
}

.spinner-arrow {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 18px
}

.spinner-arrow.spinner-button-bottom,.spinner-arrow.spinner-button-left,.spinner-arrow.spinner-button-right,.spinner-arrow.spinner-button-top {
    background-color: #f3f3f3
}

.spinner-arrow-down,.spinner-arrow-up {
    opacity: .6;
    display: block;
    font-size: 1px;
    width: 18px;
    height: 10px;
    width: 100%;
    height: 50%;
    color: #444;
    outline-style: none;
    background-color: #f3f3f3
}

.spinner-button-updown {
    opacity: 1
}

.spinner-button-updown .spinner-button-bottom,.spinner-button-updown .spinner-button-top {
    position: relative;
    display: block;
    width: 100%;
    height: 50%
}

.spinner-button-updown .spinner-arrow-down,.spinner-button-updown .spinner-arrow-up {
    opacity: 1;
    cursor: pointer;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute
}

.spinner-button-updown .spinner-button-bottom,.spinner-button-updown .spinner-button-top {
    cursor: pointer;
    opacity: .6
}

.spinner-button-updown .spinner-button-bottom:hover,.spinner-button-updown .spinner-button-top:hover {
    opacity: 1
}

.spinner-button-updown .spinner-arrow-down,.spinner-button-updown .spinner-arrow-down:hover,.spinner-button-updown .spinner-arrow-up,.spinner-button-updown .spinner-arrow-up:hover {
    background-color: transparent
}

.spinner-arrow-hover {
    background-color: #e2e2e2;
    opacity: 1
}

.spinner-arrow-down:hover,.spinner-arrow-up:hover,.spinner-button-bottom:hover,.spinner-button-left:hover,.spinner-button-right:hover,.spinner-button-top:hover {
    opacity: 1;
    background-color: #e2e2e2
}

.textbox-disabled .spinner-button-bottom:hover,.textbox-disabled .spinner-button-left:hover,.textbox-disabled .spinner-button-right:hover,.textbox-disabled .spinner-button-top:hover,.textbox-icon-disabled .spinner-arrow-down:hover,.textbox-icon-disabled .spinner-arrow-up:hover {
    opacity: .6;
    background-color: #f3f3f3;
    cursor: default
}

.spinner .textbox-icon-disabled {
    opacity: .6
}

.spinner-arrow-up {
    background: url('images/spinner_arrows.png') no-repeat 1px center;
    background-color: #f3f3f3
}

.spinner-arrow-down {
    background: url('images/spinner_arrows.png') no-repeat -15px center;
    background-color: #f3f3f3
}

.spinner-button-up {
    background: url('images/spinner_arrows.png') no-repeat -32px center
}

.spinner-button-down {
    background: url('images/spinner_arrows.png') no-repeat -48px center
}

.progressbar {
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    position: relative
}

.progressbar-text {
    text-align: center;
    position: absolute
}

.progressbar-value {
    position: relative;
    overflow: hidden;
    width: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.progressbar {
    border-color: #d3d3d3
}

.progressbar-text {
    color: #000;
    font-size: 14px
}

.progressbar-value,.progressbar-value .progressbar-text {
    background-color: #0092dc;
    color: #fff
}

.searchbox-button {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: .6
}

.searchbox-button-hover {
    opacity: 1
}

.searchbox .l-btn-plain {
    border: 0;
    padding: 0;
    vertical-align: top;
    opacity: .6;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.searchbox .l-btn-plain:hover {
    border: 0;
    padding: 0;
    opacity: 1;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.searchbox a.m-btn-plain-active {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.searchbox .m-btn-active {
    border-width: 0 1px 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.searchbox .textbox-button-right {
    border-width: 0 0 0 1px
}

.searchbox .textbox-button-left {
    border-width: 0 1px 0 0
}

.searchbox-button {
    background: url('images/searchbox_button.png') no-repeat center center
}

.searchbox .l-btn-plain {
    background: #f3f3f3
}

.searchbox .l-btn-plain-disabled,.searchbox .l-btn-plain-disabled:hover {
    opacity: .5
}

.slider-disabled {
    opacity: .5
}

.slider-h {
    height: 22px
}

.slider-v {
    width: 22px
}

.slider-inner {
    position: relative;
    height: 6px;
    top: 7px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px
}

.slider-handle {
    position: absolute;
    display: block;
    outline: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px
}

.slider-tip {
    position: absolute;
    display: inline-block;
    line-height: 12px;
    font-size: 14px;
    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: 14px
}

.slider-v .slider-inner {
    width: 6px;
    left: 7px;
    top: 0;
    float: left
}

.slider-v .slider-handle {
    left: 50%;
    margin-top: -10px
}

.slider-v .slider-tip {
    left: -10px;
    margin-top: -6px
}

.slider-v .slider-rule {
    float: left;
    top: 0;
    left: 16px
}

.slider-v .slider-rule span {
    width: 5px;
    height: 'auto';
    border-left: 0;
    border-width: 1px 0 0 0;
    border-style: solid
}

.slider-v .slider-rulelabel {
    float: left;
    top: 0;
    left: 23px
}

.slider-handle {
    background: url('images/slider_handle.png') no-repeat
}

.slider-inner {
    border-color: #d3d3d3;
    background: #f3f3f3
}

.slider-rule span {
    border-color: #d3d3d3
}

.slider-rulelabel span {
    color: #000
}

.menu {
    position: absolute;
    margin: 0;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden
}

.menu-inline {
    position: relative
}

.menu-item {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    border-width: 1px;
    border-style: solid
}

.menu-text {
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 28px
}

.menu-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 50%;
    margin-top: -8px
}

.menu-rightarrow {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    margin-top: -8px
}

.menu-line {
    position: absolute;
    left: 26px;
    top: 0;
    height: 2000px;
    font-size: 1px
}

.menu-sep {
    margin: 3px 0 3px 25px;
    font-size: 1px
}

.menu-noline .menu-line {
    display: none
}

.menu-noline .menu-sep {
    margin-left: 0;
    margin-right: 0
}

.menu-active {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.menu-item-disabled {
    opacity: .5;
    cursor: default
}

.menu-text,.menu-text span {
    font-size: 14px
}

.menu-shadow {
    position: absolute;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc
}

.menu-rightarrow {
    background: url('images/menu_arrows.png') no-repeat -32px center
}

.menu-line {
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff
}

.menu-sep {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff
}

.menu {
    background-color: #f3f3f3;
    border-color: #d3d3d3;
    color: #444
}

.menu-content {
    background: #fff
}

.menu-item {
    border-color: transparent
}

.menu-active {
    border-color: #ccc;
    color: #000;
    background: #e2e2e2
}

.menu-active-disabled {
    border-color: transparent;
    background: 0 0;
    color: #444
}

.m-btn-downarrow,.s-btn-downarrow {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 1px;
    right: 0;
    top: 50%;
    margin-top: -8px
}

.m-btn-active,.s-btn-active {
    background: #e2e2e2;
    color: #000;
    border: 1px solid #ccc;
    filter: none
}

.m-btn-plain-active,.s-btn-plain-active {
    background: 0 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.m-btn .l-btn-left .l-btn-text {
    margin-right: 20px
}

.m-btn .l-btn-icon-right .l-btn-text {
    margin-right: 40px
}

.m-btn .l-btn-icon-right .l-btn-icon {
    right: 20px
}

.m-btn .l-btn-icon-top .l-btn-text {
    margin-right: 4px;
    margin-bottom: 14px
}

.m-btn .l-btn-icon-bottom .l-btn-text {
    margin-right: 4px;
    margin-bottom: 34px
}

.m-btn .l-btn-icon-bottom .l-btn-icon {
    top: auto;
    bottom: 20px
}

.m-btn .l-btn-icon-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 {
    display: inline-block;
    position: absolute;
    font-size: 1px;
    display: none
}

.m-btn .l-btn-left .m-btn-line {
    right: 0;
    width: 16px;
    height: 500px;
    border-style: solid;
    border-color: #bfbfbf;
    border-width: 0 0 0 1px
}

.m-btn .l-btn-icon-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 0
}

.m-btn-large .l-btn-icon-right .l-btn-text {
    margin-right: 56px
}

.m-btn-large .l-btn-icon-bottom .l-btn-text {
    margin-bottom: 50px
}

.m-btn-downarrow,.s-btn-downarrow {
    background: url('images/menu_arrows.png') no-repeat 0 center
}

.m-btn-plain-active,.s-btn-plain-active {
    border-color: #ccc;
    background-color: #e2e2e2;
    color: #000
}

.s-btn-active .m-btn-line,.s-btn-plain-active .m-btn-line,.s-btn:hover .m-btn-line {
    display: inline-block
}

.l-btn:hover .s-btn-downarrow,.s-btn-active .s-btn-downarrow,.s-btn-plain-active .s-btn-downarrow {
    border-style: solid;
    border-color: #bfbfbf;
    border-width: 0 0 0 1px
}

.messager-body {
    padding: 10px 10px 30px 10px;
    overflow: auto
}

.messager-button {
    text-align: center;
    padding: 5px
}

.messager-button .l-btn {
    width: 70px
}

.messager-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 10px 10px 0
}

.messager-error {
    background: url('images/messager_icons.png') no-repeat scroll -64px 0
}

.messager-info {
    background: url('images/messager_icons.png') no-repeat scroll 0 0
}

.messager-question {
    background: url('images/messager_icons.png') no-repeat scroll -32px 0
}

.messager-warning {
    background: url('images/messager_icons.png') no-repeat scroll -96px 0
}

.messager-progress {
    padding: 10px
}

.messager-p-msg {
    margin-bottom: 5px
}

.messager-body .messager-input {
    width: 100%;
    padding: 4px 0;
    outline-style: none;
    border: 1px solid #d3d3d3
}

.window-thinborder .messager-button {
    padding-bottom: 8px
}

.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: 26px;
    white-space: nowrap;
    cursor: pointer
}

.tree-hit {
    cursor: pointer
}

.tree-checkbox,.tree-collapsed,.tree-expanded,.tree-file,.tree-folder,.tree-indent {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin: 4px 0;
    vertical-align: middle;
    overflow: hidden
}

.tree-expanded {
    background: url('images/tree_icons.png') no-repeat -18px 0
}

.tree-expanded-hover {
    background: url('images/tree_icons.png') no-repeat -50px 0
}

.tree-collapsed {
    background: url('images/tree_icons.png') no-repeat 0 0
}

.tree-collapsed-hover {
    background: url('images/tree_icons.png') no-repeat -32px 0
}

.tree-lines .tree-expanded,.tree-lines .tree-root-first .tree-expanded {
    background: url('images/tree_icons.png') no-repeat -144px 0
}

.tree-lines .tree-collapsed,.tree-lines .tree-root-first .tree-collapsed {
    background: url('images/tree_icons.png') no-repeat -128px 0
}

.tree-lines .tree-node-last .tree-expanded,.tree-lines .tree-root-one .tree-expanded {
    background: url('images/tree_icons.png') no-repeat -80px 0
}

.tree-lines .tree-node-last .tree-collapsed,.tree-lines .tree-root-one .tree-collapsed {
    background: url('images/tree_icons.png') no-repeat -64px 0
}

.tree-line {
    background: url('images/tree_icons.png') no-repeat -176px 0
}

.tree-join {
    background: url('images/tree_icons.png') no-repeat -192px 0
}

.tree-joinbottom {
    background: url('images/tree_icons.png') no-repeat -160px 0
}

.tree-folder {
    background: url('images/tree_icons.png') no-repeat -208px 0
}

.tree-folder-open {
    background: url('images/tree_icons.png') no-repeat -224px 0
}

.tree-file {
    background: url('images/tree_icons.png') no-repeat -240px 0
}

.tree-loading {
    background: url('images/loading.gif') no-repeat center center
}

.tree-checkbox0 {
    background: url('images/tree_icons.png') no-repeat -208px -18px
}

.tree-checkbox1 {
    background: url('images/tree_icons.png') no-repeat -224px -18px
}

.tree-checkbox2 {
    background: url('images/tree_icons.png') no-repeat -240px -18px
}

.tree-title {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 2px;
    margin: 4px 0;
    height: 18px;
    line-height: 18px
}

.tree-node-proxy {
    font-size: 14px;
    line-height: 20px;
    padding: 0 2px 0 20px;
    border-width: 1px;
    border-style: solid;
    z-index: 9900000
}

.tree-dnd-icon {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 18px;
    left: 2px;
    top: 50%;
    margin-top: -9px
}

.tree-dnd-yes {
    background: url('images/tree_icons.png') no-repeat -256px 0
}

.tree-dnd-no {
    background: url('images/tree_icons.png') no-repeat -256px -18px
}

.tree-node-top {
    border-top: 1px dotted red
}

.tree-node-bottom {
    border-bottom: 1px dotted red
}

.tree-node-append .tree-title {
    border: 1px dotted red
}

.tree-editor {
    border: 1px solid #d3d3d3;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0 4px;
    margin: 0;
    width: 80px;
    outline-style: none;
    vertical-align: middle;
    position: absolute;
    top: 0
}

.tree-node-proxy {
    background-color: #fff;
    color: #000;
    border-color: #d3d3d3
}

.tree-node-hover {
    background: #e2e2e2;
    color: #000
}

.tree-node-selected {
    background: #0092dc;
    color: #fff
}

.tree-node-disabled {
    opacity: .5;
    cursor: default
}

.tree-node-hidden {
    display: none
}

.inputbox {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0
}

.validatebox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
    color: #000
}

.tooltip {
    position: absolute;
    display: none;
    z-index: 9900000;
    outline: 0;
    opacity: 1;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.tooltip-content {
    font-size: 14px
}

.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: #d3d3d3;
    color: #000
}

.tooltip-right .tooltip-arrow-outer {
    border-right-color: #d3d3d3
}

.tooltip-right .tooltip-arrow {
    border-right-color: #fff
}

.tooltip-left .tooltip-arrow-outer {
    border-left-color: #d3d3d3
}

.tooltip-left .tooltip-arrow {
    border-left-color: #fff
}

.tooltip-top .tooltip-arrow-outer {
    border-top-color: #d3d3d3
}

.tooltip-top .tooltip-arrow {
    border-top-color: #fff
}

.tooltip-bottom .tooltip-arrow-outer {
    border-bottom-color: #d3d3d3
}

.tooltip-bottom .tooltip-arrow {
    border-bottom-color: #fff
}

.switchbutton {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #bbb;
    border: 1px solid #bbb;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.switchbutton-inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -1px;
    left: -1px
}

.switchbutton-handle,.switchbutton-off,.switchbutton-on {
    display: inline-block;
    text-align: center;
    height: 100%;
    float: left;
    font-size: 14px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.switchbutton-on {
    background: #0092dc;
    color: #fff
}

.switchbutton-off {
    background-color: #fff;
    color: #000
}

.switchbutton-on,.switchbutton-reversed .switchbutton-off {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.switchbutton-off,.switchbutton-reversed .switchbutton-on {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.switchbutton-handle {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
    color: #000;
    border: 1px solid #bbb;
    -moz-box-shadow: 0 0 3px 0 #bbb;
    -webkit-box-shadow: 0 0 3px 0 #bbb;
    box-shadow: 0 0 3px 0 #bbb
}

.switchbutton-value {
    position: absolute;
    top: 0;
    left: -5000px
}

.switchbutton-disabled {
    opacity: .5
}

.switchbutton-disabled,.switchbutton-readonly {
    cursor: default
}

.switchbutton:focus {
    -moz-box-shadow: 0 0 3px 0 #bbb;
    -webkit-box-shadow: 0 0 3px 0 #bbb;
    box-shadow: 0 0 3px 0 #bbb;
    outline: 0
}

.sidemenu .tree-hit {
    background-image: none
}

.sidemenu-default-icon {
    background-image: none;
    width: 0
}

.sidemenu .accordion .accordion-body,.sidemenu .accordion .accordion-header {
    border-bottom-color: transparent;
    background: 0 0
}

.sidemenu .accordion .accordion-header {
    color: #575765
}

.sidemenu .accordion-header .panel-title {
    height: 30px;
    line-height: 30px;
    color: #575765
}

.sidemenu .accordion-header:hover {
    background: #e2e2e2;
    color: #575765
}

.sidemenu .tree-node-hover {
    background: #e2e2e2;
    color: #575765
}

.sidemenu .tree-node-selected {
    border-right: 2px solid #0070a9;
    color: #fff;
    background: #0092dc
}

.sidemenu .tree-node {
    height: 40px
}

.sidemenu .tree-title {
    margin: 11px 0
}

.sidemenu .tree-node-nonleaf {
    position: relative
}

.sidemenu .tree-node-nonleaf::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    background: url('images/accordion_arrows.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    right: 5px
}

.sidemenu .tree-node-nonleaf-collapsed::after {
    background: url('images/accordion_arrows.png') no-repeat -16px 0
}

.sidemenu-collapsed .panel-icon {
    left: 50%;
    margin-left: -8px
}

.sidemenu-collapsed .collapsed-icon {
    position: relative
}

.sidemenu-collapsed .collapsed-text {
    text-align: center
}

.sidemenu-tooltip {
    padding: 0;
    margin: 0 -12px;
    border: 0
}

.sidemenu-tooltip.tooltip-left {
    margin: 0 12px
}

.sidemenu-tooltip .tooltip-arrow,.sidemenu-tooltip .tooltip-arrow-outer {
    display: none
}

.checkbox {
    position: relative;
    border: 2px solid #0070a9;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.checkbox-checked {
    border: 0;
    background: #0070a9
}

.checkbox-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.checkbox path {
    stroke-width: 2px
}

.checkbox-disabled {
    opacity: .6
}

.checkbox-value {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    left: -999px
}

.radiobutton {
    position: relative;
    border: 2px solid #0070a9;
    border-radius: 50%
}

.radiobutton-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0070a9;
    border-radius: 50%;
    transform: scale(.6)
}

.radiobutton-disabled {
    opacity: .6
}

.radiobutton-value {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    left: -999px
}

.topjui-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.topjui-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 15px
}

.topjui-row:after,.topjui-row:before {
    content: '';
    display: block;
    clear: both
}

.topjui-row {
    margin-bottom: 10px
}

.topjui-col-lg1,.topjui-col-lg10,.topjui-col-lg11,.topjui-col-lg12,.topjui-col-lg2,.topjui-col-lg3,.topjui-col-lg4,.topjui-col-lg5,.topjui-col-lg6,.topjui-col-lg7,.topjui-col-lg8,.topjui-col-lg9,.topjui-col-md1,.topjui-col-md10,.topjui-col-md11,.topjui-col-md12,.topjui-col-md2,.topjui-col-md3,.topjui-col-md4,.topjui-col-md5,.topjui-col-md6,.topjui-col-md7,.topjui-col-md8,.topjui-col-md9,.topjui-col-sm1,.topjui-col-sm10,.topjui-col-sm11,.topjui-col-sm12,.topjui-col-sm2,.topjui-col-sm3,.topjui-col-sm4,.topjui-col-sm5,.topjui-col-sm6,.topjui-col-sm7,.topjui-col-sm8,.topjui-col-sm9,.topjui-col-xs1,.topjui-col-xs10,.topjui-col-xs11,.topjui-col-xs12,.topjui-col-xs2,.topjui-col-xs3,.topjui-col-xs4,.topjui-col-xs5,.topjui-col-xs6,.topjui-col-xs7,.topjui-col-xs8,.topjui-col-xs9 {
    position: relative;
    display: block;
    box-sizing: border-box
}

.topjui-col-xs1,.topjui-col-xs10,.topjui-col-xs11,.topjui-col-xs12,.topjui-col-xs2,.topjui-col-xs3,.topjui-col-xs4,.topjui-col-xs5,.topjui-col-xs6,.topjui-col-xs7,.topjui-col-xs8,.topjui-col-xs9 {
    float: left
}

.topjui-col-xs1 {
    width: 8.33333333%
}

.topjui-col-xs2 {
    width: 16.66666667%
}

.topjui-col-xs3 {
    width: 25%
}

.topjui-col-xs4 {
    width: 33.33333333%
}

.topjui-col-xs5 {
    width: 41.66666667%
}

.topjui-col-xs6 {
    width: 50%
}

.topjui-col-xs7 {
    width: 58.33333333%
}

.topjui-col-xs8 {
    width: 66.66666667%
}

.topjui-col-xs9 {
    width: 75%
}

.topjui-col-xs10 {
    width: 83.33333333%
}

.topjui-col-xs11 {
    width: 91.66666667%
}

.topjui-col-xs12 {
    width: 100%
}

.topjui-col-xs-offset1 {
    margin-left: 8.33333333%
}

.topjui-col-xs-offset2 {
    margin-left: 16.66666667%
}

.topjui-col-xs-offset3 {
    margin-left: 25%
}

.topjui-col-xs-offset4 {
    margin-left: 33.33333333%
}

.topjui-col-xs-offset5 {
    margin-left: 41.66666667%
}

.topjui-col-xs-offset6 {
    margin-left: 50%
}

.topjui-col-xs-offset7 {
    margin-left: 58.33333333%
}

.topjui-col-xs-offset8 {
    margin-left: 66.66666667%
}

.topjui-col-xs-offset9 {
    margin-left: 75%
}

.topjui-col-xs-offset10 {
    margin-left: 83.33333333%
}

.topjui-col-xs-offset11 {
    margin-left: 91.66666667%
}

.topjui-col-xs-offset12 {
    margin-left: 100%
}

@media screen and (max-width: 768px) {
    .topjui-hide-xs {
        display:none!important
    }

    .topjui-show-xs-block {
        display: block!important
    }

    .topjui-show-xs-inline {
        display: inline!important
    }

    .topjui-show-xs-inline-block {
        display: inline-block!important
    }
}

@media screen and (min-width: 768px) {
    .topjui-container {
        width:750px
    }

    .topjui-hide-sm {
        display: none!important
    }

    .topjui-show-sm-block {
        display: block!important
    }

    .topjui-show-sm-inline {
        display: inline!important
    }

    .topjui-show-sm-inline-block {
        display: inline-block!important
    }

    .topjui-col-sm1,.topjui-col-sm10,.topjui-col-sm11,.topjui-col-sm12,.topjui-col-sm2,.topjui-col-sm3,.topjui-col-sm4,.topjui-col-sm5,.topjui-col-sm6,.topjui-col-sm7,.topjui-col-sm8,.topjui-col-sm9 {
        float: left
    }

    .topjui-col-sm1 {
        width: 8.33333333%
    }

    .topjui-col-sm2 {
        width: 16.66666667%
    }

    .topjui-col-sm3 {
        width: 25%
    }

    .topjui-col-sm4 {
        width: 33.33333333%
    }

    .topjui-col-sm5 {
        width: 41.66666667%
    }

    .topjui-col-sm6 {
        width: 50%
    }

    .topjui-col-sm7 {
        width: 58.33333333%
    }

    .topjui-col-sm8 {
        width: 66.66666667%
    }

    .topjui-col-sm9 {
        width: 75%
    }

    .topjui-col-sm10 {
        width: 83.33333333%
    }

    .topjui-col-sm11 {
        width: 91.66666667%
    }

    .topjui-col-sm12 {
        width: 100%
    }

    .topjui-col-sm-offset1 {
        margin-left: 8.33333333%
    }

    .topjui-col-sm-offset2 {
        margin-left: 16.66666667%
    }

    .topjui-col-sm-offset3 {
        margin-left: 25%
    }

    .topjui-col-sm-offset4 {
        margin-left: 33.33333333%
    }

    .topjui-col-sm-offset5 {
        margin-left: 41.66666667%
    }

    .topjui-col-sm-offset6 {
        margin-left: 50%
    }

    .topjui-col-sm-offset7 {
        margin-left: 58.33333333%
    }

    .topjui-col-sm-offset8 {
        margin-left: 66.66666667%
    }

    .topjui-col-sm-offset9 {
        margin-left: 75%
    }

    .topjui-col-sm-offset10 {
        margin-left: 83.33333333%
    }

    .topjui-col-sm-offset11 {
        margin-left: 91.66666667%
    }

    .topjui-col-sm-offset12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 992px) {
    .topjui-container {
        width:970px
    }

    .topjui-hide-md {
        display: none!important
    }

    .topjui-show-md-block {
        display: block!important
    }

    .topjui-show-md-inline {
        display: inline!important
    }

    .topjui-show-md-inline-block {
        display: inline-block!important
    }

    .topjui-col-md1,.topjui-col-md10,.topjui-col-md11,.topjui-col-md12,.topjui-col-md2,.topjui-col-md3,.topjui-col-md4,.topjui-col-md5,.topjui-col-md6,.topjui-col-md7,.topjui-col-md8,.topjui-col-md9 {
        float: left
    }

    .topjui-col-md1 {
        width: 8.33333333%
    }

    .topjui-col-md2 {
        width: 16.66666667%
    }

    .topjui-col-md3 {
        width: 25%
    }

    .topjui-col-md4 {
        width: 33.33333333%
    }

    .topjui-col-md5 {
        width: 41.66666667%
    }

    .topjui-col-md6 {
        width: 50%
    }

    .topjui-col-md7 {
        width: 58.33333333%
    }

    .topjui-col-md8 {
        width: 66.66666667%
    }

    .topjui-col-md9 {
        width: 75%
    }

    .topjui-col-md10 {
        width: 83.33333333%
    }

    .topjui-col-md11 {
        width: 91.66666667%
    }

    .topjui-col-md12 {
        width: 100%
    }

    .topjui-col-md-offset1 {
        margin-left: 8.33333333%
    }

    .topjui-col-md-offset2 {
        margin-left: 16.66666667%
    }

    .topjui-col-md-offset3 {
        margin-left: 25%
    }

    .topjui-col-md-offset4 {
        margin-left: 33.33333333%
    }

    .topjui-col-md-offset5 {
        margin-left: 41.66666667%
    }

    .topjui-col-md-offset6 {
        margin-left: 50%
    }

    .topjui-col-md-offset7 {
        margin-left: 58.33333333%
    }

    .topjui-col-md-offset8 {
        margin-left: 66.66666667%
    }

    .topjui-col-md-offset9 {
        margin-left: 75%
    }

    .topjui-col-md-offset10 {
        margin-left: 83.33333333%
    }

    .topjui-col-md-offset11 {
        margin-left: 91.66666667%
    }

    .topjui-col-md-offset12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 1200px) {
    .topjui-container {
        width:1170px
    }

    .topjui-hide-lg {
        display: none!important
    }

    .topjui-show-lg-block {
        display: block!important
    }

    .topjui-show-lg-inline {
        display: inline!important
    }

    .topjui-show-lg-inline-block {
        display: inline-block!important
    }

    .topjui-col-lg1,.topjui-col-lg10,.topjui-col-lg11,.topjui-col-lg12,.topjui-col-lg2,.topjui-col-lg3,.topjui-col-lg4,.topjui-col-lg5,.topjui-col-lg6,.topjui-col-lg7,.topjui-col-lg8,.topjui-col-lg9 {
        float: left
    }

    .topjui-col-lg1 {
        width: 8.33333333%
    }

    .topjui-col-lg2 {
        width: 16.66666667%
    }

    .topjui-col-lg3 {
        width: 25%
    }

    .topjui-col-lg4 {
        width: 33.33333333%
    }

    .topjui-col-lg5 {
        width: 41.66666667%
    }

    .topjui-col-lg6 {
        width: 50%
    }

    .topjui-col-lg7 {
        width: 58.33333333%
    }

    .topjui-col-lg8 {
        width: 66.66666667%
    }

    .topjui-col-lg9 {
        width: 75%
    }

    .topjui-col-lg10 {
        width: 83.33333333%
    }

    .topjui-col-lg11 {
        width: 91.66666667%
    }

    .topjui-col-lg12 {
        width: 100%
    }

    .topjui-col-lg-offset1 {
        margin-left: 8.33333333%
    }

    .topjui-col-lg-offset2 {
        margin-left: 16.66666667%
    }

    .topjui-col-lg-offset3 {
        margin-left: 25%
    }

    .topjui-col-lg-offset4 {
        margin-left: 33.33333333%
    }

    .topjui-col-lg-offset5 {
        margin-left: 41.66666667%
    }

    .topjui-col-lg-offset6 {
        margin-left: 50%
    }

    .topjui-col-lg-offset7 {
        margin-left: 58.33333333%
    }

    .topjui-col-lg-offset8 {
        margin-left: 66.66666667%
    }

    .topjui-col-lg-offset9 {
        margin-left: 75%
    }

    .topjui-col-lg-offset10 {
        margin-left: 83.33333333%
    }

    .topjui-col-lg-offset11 {
        margin-left: 91.66666667%
    }

    .topjui-col-lg-offset12 {
        margin-left: 100%
    }
}

.topjui-col-space1 {
    margin: -.5px
}

.topjui-col-space1>* {
    padding: .5px
}

.topjui-col-space3 {
    margin: -1.5px
}

.topjui-col-space3>* {
    padding: 1.5px
}

.topjui-col-space5 {
    margin: -2.5px
}

.topjui-col-space5>* {
    padding: 2.5px
}

.topjui-col-space8 {
    margin: -3.5px
}

.topjui-col-space8>* {
    padding: 3.5px
}

.topjui-col-space10 {
    margin: -5px
}

.topjui-col-space10>* {
    padding: 5px
}

.topjui-col-space12 {
    margin: -6px
}

.topjui-col-space12>* {
    padding: 6px
}

.topjui-col-space15 {
    margin: -7.5px
}

.topjui-col-space15>* {
    padding: 7.5px
}

.topjui-col-space18 {
    margin: -9px
}

.topjui-col-space18>* {
    padding: 9px
}

.topjui-col-space20 {
    margin: -10px
}

.topjui-col-space20>* {
    padding: 10px
}

.topjui-col-space22 {
    margin: -11px
}

.topjui-col-space22>* {
    padding: 11px
}

.topjui-col-space25 {
    margin: -12.5px
}

.topjui-col-space25>* {
    padding: 12.5px
}

.topjui-col-space30 {
    margin: -15px
}

.topjui-col-space30>* {
    padding: 15px
}

.topjui-input,.topjui-select,.topjui-textarea {
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px
}

.topjui-input::-webkit-input-placeholder,.topjui-select::-webkit-input-placeholder,.topjui-textarea::-webkit-input-placeholder {
    line-height: 1.3
}

.topjui-input,.topjui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px
}

.topjui-input:hover,.topjui-textarea:hover {
    border-color: #d2d2d2!important
}

.topjui-input:focus,.topjui-textarea:focus {
    border-color: #c9c9c9!important
}

.topjui-textarea {
    position: relative;
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical
}

.topjui-select {
    padding: 0 10px
}

.topjui-form input[type=checkbox],.topjui-form input[type=radio],.topjui-form select {
    display: none
}

.topjui-form [lay-ignore] {
    display: initial
}

.topjui-form-item {
    margin-bottom: 15px;
    clear: both
}

.topjui-form-item:after {
    content: '\20';
    clear: both;
    display: block;
    height: 0
}

.topjui-form-label {
    position: relative;
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right
}

.topjui-form-label-col {
    display: block;
    float: none;
    padding: 9px 0;
    line-height: 20px;
    text-align: left
}

.topjui-form-item .topjui-inline {
    margin-bottom: 5px;
    margin-right: 10px
}

.topjui-input-block,.topjui-input-inline {
    position: relative
}

.topjui-input-block {
    margin-left: 110px;
    min-height: 30px
}

.topjui-input-inline {
    display: inline-block;
    vertical-align: middle
}

.topjui-form-item .topjui-input-inline {
    float: left;
    width: 190px;
    margin-right: 10px
}

.topjui-form-text .topjui-input-inline {
    width: auto
}

.topjui-dialog-container {
    position: relative;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box
}

.topjui-form-label {
    position: relative;
    float: left;
    display: block;
    padding: 5px;
    width: 120px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #666
}

.topjui-input-block {
    margin-left: 130px
}

fieldset {
    margin-top: 20px!important;
    border: none;
    padding: 0;
    border-top: 1px solid #eee
}

fieldset legend {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 0 10px;
    color: #666;
    font-weight: 600
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,table,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
    letter-spacing: 1px
}

.tree-node {
    height: 30px;
    border-bottom: dashed 0 #ddd
}

.tree-checkbox {
    margin-top: 6px
}

.tree-folder {
    height: auto;
    background: url('');
    font: normal normal normal 14px/1 iconfont;/* FontAwesome */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tree-folder:before {
	font-family: "iconfont" !important;
	font-size: 14px;
    content: "\e7a9"
}

.tree-folder-open {
    background: url('');
    font: normal normal normal 14px/1 iconfont;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tree-folder-open:before {
	font-family: "iconfont" !important;
	font-size: 14px;
    content: "\e7a8"
}

.tree-file {
    height: auto;
    background: url('');
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tree-file:before {
    content: "\f0f6"
}

.tree-title {
    padding-left: 4px;
    color: #444
}

.tree-node-selected {
    background: #e7eaec;
    color: #444
}

.tree-node-hover {
    background: #e7eaec;
    color: #000
}

.tree-node-hover .tree-title {
    color: #000
}

.panel-header {
    height: 41px!important
}

.panel-icon {
    margin-top: -8px
}

.window .window-header .panel-title {
    padding-left: 10px;
    line-height: 35px;
    color: #fff;
}

.messager-body {
    overflow: hidden
}

.tabs {
    height: 34px!important
}

.tabs-header {
    border-width: 0
}

.tabs li a.tabs-close {
    height: 14px!important
}

.tabs a {
    height: 34px!important;
    line-height: 34px!important
}

.tabs li a.tabs-inner {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.tabs li a.tabs-inner:hover {
    background: #f3f3f3
}

.tabs li.tabs-selected a.tabs-inner {
    font-weight: 400;
    border-bottom-width: 3px
}

.l-btn {
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px
}

.l-btn-plain:hover {
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px
}

.l-btn:hover {
    border: none
}

.l-btn-plain:hover {
    padding: 1px;
    border: none
}

.l-btn-plain {
    padding: 1px;
    border: none
}

.l-btn-left {
    margin-top: 2px!important
}

.menu-icon {
    left: 5px
}

.menu-icon,.menu-rightarrow {
    margin-top: -6px
}

.datagrid-toolbar {
    padding: 3px 2px
}

.menu {
    padding-top: 5px;
    padding-bottom: 5px
}

.menu-item {
    height: 24px!important;
    line-height: 24px
}

.menu-item>.menu-text {
    padding-left: 28px
}

.menu-text {
    height: 24px!important;
    line-height: 24px!important;
    padding-left: 5px
}

.submenubutton .menu-text {
    padding-left: 28px
}

.panel-footer .l-btn {
    padding: 0 10px
}

.dialog-button .l-btn {
    padding: 0 5px
}

.dialog-button {
    border: 0;
    border-top: 1px solid #ddd
}

.pagination {
    padding: 0
}

.datagrid-pager {
    /* display: none */
}

.textbox {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.textbox .textbox-button-right,.textbox .textbox-button-right:hover {
    border-width: 0 0 0 0
}

.combobox-item {
    padding: 5px 4px
}

#index_tabs .tabs-panels>.panel>.panel-body {
    overflow: hidden
}

.tabs-tool {
    border-top: 0;
    border-right: 0
}

.border_top {
    border-top-width: 1px
}

.border_right {
    border-right-width: 1px
}

.border_bottom {
    border-bottom-width: 1px
}

.border_left {
    border-left-width: 1px
}

.border_top_right {
    border-top-width: 1px;
    border-right-width: 1px
}

.border_top_bottom {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.border_top_left {
    border-top-width: 1px;
    border-left-width: 1px
}

.border_left_right {
    border-left-width: 1px;
    border-right-width: 1px
}

.border_left_bottom {
    border-left-width: 1px;
    border-bottom-width: 1px
}

.border_right_bottom {
    border-right-width: 1px;
    border-bottom-width: 1px
}

.border_top_none {
    border-top: none
}

.border_right_none {
    border-right: none
}

.border_bottom_none {
    border-bottom: none
}

.border_left_none {
    border-left: none
}

.border_top_left_none {
    border-top: none;
    border-left: none
}

.border_top_right_none {
    border-top: none;
    border-right: none
}

#ie6-warning {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fae692;
    padding: 5px 0
}

#ie6-warning p {
    width: 960px;
    margin: 0 auto
}

.black {
    color: #2c3b41!important
}

.red {
    color: #dd4b39!important
}

.orange {
    color: #f39c12!important
}

.purple {
    color: #605ca8!important
}

.blue {
    color: #3c8dbc!important
}

.green {
    color: #00a65a!important
}

a {
    text-decoration: none
}



.leftBottomBorder {
    border-left: solid 1px #95b8e7;
    border-bottom: solid 1px #95b8e7
}

.rightBorder {
    border-right: solid 1px #95b8e7
}

ul {
    text-align: left;
    padding: 5px
}

.article li {
    list-style-type: none;
    height: 21px;
    line-height: 21px
}

.article li span {
    float: right
}

.article li a {
    color: #06c
}

table td {
    padding: 0
}

.editTable {
    margin: 10px auto 20px auto
}

.editTable td {
    padding: 5px
}

.editTable .label {
    color: #666;
    min-width: 131px;
    max-width: 131px;
    text-align: right;
    font-weight: 400;
    vertical-align: middle;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol
}

.editTable .divider {
    border-bottom: dashed 1px #d4d4d4;
    margin: 5px 0;
    padding: 0;
    font-weight: bolder
}

.editTable .divider span {
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 5px 10px 5px 5px;
    position: relative;
    left: -3px;
    background: url("") no-repeat 5px
}

.editTable .divider span:before {
    content: "\f05a";
    font-family: FontAwesome
}

#attachTable {
    font-size: 13px;
    min-width: 100px;
    text-align: right;
    padding: 0 2px 0 2px
}

#attachTable .label {
    font-size: 13px;
    min-width: 100px;
    height: 22px;
    text-align: right;
    padding: 0 2px 0 2px
}

.topToolbar {
    border-top: 1px solid #95b8e7
}

.datagrid-filter {
    height: 28px!important
}

.topjui-btn-green {
    border: 0;
    background: #009688;
    color: #fff
}

.topjui-btn-green:hover {
    color: #fff;
    background: #009688;
    opacity: .7
}

.topjui-btn-brown {
    border: 0;
    background: brown;
    color: #fff
}

.topjui-btn-brown:hover {
    color: #fff;
    background: brown;
    opacity: .7
}

.topjui-btn-black {
    border: 0;
    background: #2f4056;
    color: #fff
}

.topjui-btn-black:hover {
    color: #fff;
    background: #2f4056;
    opacity: .7
}

.topjui-btn-blue {
    border: 0;
    background: #1e9fff;
    color: #fff
}

.topjui-btn-blue:hover {
    color: #fff;
    background: #1e9fff;
    opacity: .7
}

.topjui-btn-orange {
    border: 0;
    background: #ffb800;
    color: #fff
}

.topjui-btn-orange:hover {
    color: #fff;
    background: #ffb800;
    opacity: .7
}

.topjui-btn-red {
    border: 0;
    background: #ff5722;
    color: #fff
}

.topjui-btn-red:hover {
    color: #fff;
    background: #ff5722;
    opacity: .7
}

.topjui-btn-purple {
    border: 0;
    background: purple;
    color: #fff
}

.topjui-btn-purple:hover {
    color: #fff;
    background: purple;
    opacity: .7
}

.float-right {
    float: right
}

.loading-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=60);
    z-index: 9999
}

.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -41.5px;
    margin-left: -41.5px;
    width: 83px;
    height: 83px;
    background: url("images/loading-img.png") no-repeat center center
}

.loading-round {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 81px;
    height: 81px;
    background: url("images/loading-bg.png") no-repeat center center
}

.loading-dot {
    width: 83px;
    height: 83px;
    background: url("images/loading-dot.png") no-repeat center center
}

.loading-dot,.loading-round {
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear
}

.collapseMenu {
    width: 30px
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.topjui-toolbar {
    display: none
}

#center .tabs {
    padding-left: 0
}

.search-box {
    float: right;
    padding: 0 0 3px
}

.hidden {
    display: none
}

.margin-top-20 {
    margin-top: 20px
}

.checkbox {
    border: 2px solid #c3c3c3
}

.checkbox-checked {
    background: #666
}

.radiobutton {
    border: 2px solid #c3c3c3
}

.radiobutton-inner {
    background: #666
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 2px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555
}

.textbox-icon {
    text-align: center;
    text-decoration: none!important
}

.textbox-icon:before {
    line-height: 28px;
    font-size: 16px
}

.l-btn-disabled:hover {
    opacity: .5;
    cursor: not-allowed
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,table,td,textarea,th,ul {
    font-size: 12px
}

.tree-folder {
    font: normal normal normal 12px/1 FontAwesome
}

.tree-folder-open {
    font: normal normal normal 12px/1 FontAwesome
}

.tree-file {
    font: normal normal normal 12px/1 FontAwesome
}

.tree-title {
    font-size: 12px
}

.tree-checkbox,.tree-collapsed,.tree-expanded,.tree-file,.tree-folder,.tree-indent {
    margin: 5px 0
}

.menu-text {
    font-size: 12px
}

.panel-title {
    font-size: 12px;
    height: 35px;
    line-height: 35px
}

.panel-body {
    font-size: 12px
}

.tabs-title {
    font-size: 14px
}

.l-btn-icon {
    margin-top: -5px/* ,.tabs-icon */
} 

.l-btn-text {
    line-height: 24px;
    font-size: 12px
}

.pagination-page-list {
    font-size: 12px
}

.datagrid-pager .l-btn-icon {
    margin-top: -5px
}

.pagination .pagination-num,.pagination span {
    font-size: 12px
}

.pagination-info {
    font-size: 12px
}

.textbox {
    font-size: 12px
}

.textbox .textbox-text {
    font-size: 12px
}

.combobox-item {
    font-size: 12px
}

.calendar table td,.calendar table th,.calendar-title span,.datebox-button a {
    font-size: 12px
}

.datagrid-header .datagrid-cell span {
    font-size: 12px
}

.datagrid-cell,.datagrid-cell-group,.datagrid-cell-rownumber,.datagrid-header-rownumber {
    font-size: 12px
}

.datagrid-view .datagrid-editable-input {
    padding: 0 4px;
    font-size: 12px
}

.progressbar-text {
    font-size: 12px
}

table td {
    font-size: 12px
}

.editTable .label {
    font-size: 12px
}

.editTable .divider span {
    font-size: 12px
}

fieldset legend {
    font-size: 12px
}

#ie6-warning {
    font-size: 12px
}
a.l-btn span span.l-btn-text{
	height: 30px;
	position: static;
}
.button_green{/* 绿色 */
	margin-left:2px;
	margin-right:2px;
	color:#ffffff !important;
	background: #1890FF !important;/* 009688 */
}
.button_blue{/* 蓝色 */
	margin-left:2px;
	margin-right:2px;
	color:#ffffff !important;
	background: #1890FF !important;
}
.button_pink{/* 粉红色 */
	margin-left:2px;
	margin-right:2px;
	color:#ffffff !important;
	background: #1890FF !important;/* FF4D4F */
}
.button_crimson{/* 深红色 */
	margin-left:2px;
	margin-right:2px;
	color:#ffffff !important;
	background: brown !important;/* brown */
}
.button_aterrimus{/* 深黑色  */
	margin-left:2px;
	margin-right:2px;
	color:#ffffff !important;
	background: #1890FF !important;/* 000C17 */
}
.button_orange{/* 橘黄色 */
	margin-left:2px;
	margin-right:2px;
	color:#ffffff !important;
	background: #1890FF !important;/* ffb800 */
}
.button_purple{/* 紫色 */
	margin-left:2px;
	margin-right:2px;
	color:#ffffff !important;
	background: #1890FF !important;/* B602B6 */
}
div.dialog-button.calendar-header a.l-btn-plain {
    border: 0px solid #C1C1C1;
    border-radius: 5px;
}
div.dialog-button.calendar-header a:hover.l-btn-plain { border-radius: 5px; }
/* .dialog-button a:hover.l-btn {
  background: #eaf2ff;
  color: #000000;
  border: 1px solid #b7d2ff;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
} */
/* .dialog-button a:hover.l-btn {
      padding: 1px 6px 1px 1px;
} */
.subject_text{
	 border: 9px;
}
