body {
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
}

body, input, textarea, select, button, pre, span{
    font-family: "Microsoft YaHei", "瀹嬩綋";
}

a{
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}

input,textarea,select{outline: none;}
input:focus/*,.data-cell:hover input*/{
    -webkit-transition: box-shadow .2s ease-in-out;
       -moz-transition: box-shadow .2s ease-in-out;
        -ms-transition: box-shadow .2s ease-in-out;
            transition: box-shadow .2s ease-in-out;
 }

.combo .combo-text:focus,
/*.data-cell:hover .combo input,*/
input[type='checkbox']:focus,
.spinner .spinner-text:focus,
.radio input:focus{
	box-shadow:none;
}

input[type='checkbox'] {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    border-radius: 3px;
    outline: none;
    border-style: solid;
    border-width: 1px;
}
input[type=checkbox]:checked {
    background: url(images/spritebg.png)no-repeat;
    background-position: -44px -146px;
    border: none;
    width: 14px;
    height: 14px;
}


.accordion {
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}

.accordion .accordion-header {
	border-width: 0 0 1px;
	cursor: pointer;
}

.accordion .accordion-body {
	border-width: 0 0 1px;
}

.accordion-noborder {
	border-width: 0;
}

.accordion-noborder .accordion-header {
	border-width: 0 0 1px;
}

.accordion-noborder .accordion-body {
	border-width: 0 0 1px;
}

.accordion-collapse {
	background: url('images/accordion_arrows.png') no-repeat 0 0;
}

.accordion-expand {
	background: url('images/accordion_arrows.png') no-repeat -16px 0;
}

.accordion .accordion-header {
	font-weight: normal;
}

.accordion .accordion-header-selected {
	font-weight: bold;
}

.biselect {
	border: 0px;
	margin: 4px;
	padding: 0px;
	position: relative;
}

.biselect table {
	border-collapse: collapse;
}

.biselect table tr td.biselect-tbitems {
	text-align: center;
	vertical-align: top;
}

.calendar {
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	overflow: hidden;
	font-size: 12px;
}

.calendar table {
	border-collapse: separate;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

.calendar-noborder {
	border: 0;
}

.calendar-header {
	position: relative;
	height: 22px;
}

.calendar-title {
	text-align: center;
	height: 22px;
}

.calendar-title span {
	position: relative;
	display: inline-block;
	margin-top: 1px;
	padding: 1px 3px;
	line-height: 16px;
	cursor: pointer;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-prevmonth, .calendar-nextmonth, .calendar-prevyear,
	.calendar-nextyear {
	position: absolute;
	top: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	font-size: 1px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-prevmonth {
	left: 25px;
	background: url('images/calendar_arrows.png') no-repeat -18px 0px;
}

.calendar-nextmonth {
	right: 25px;
	background: url('images/calendar_arrows.png') no-repeat -33px 0px;
}

.calendar-prevyear {
	left: 2px;
	background: url('images/calendar_arrows.png') no-repeat -1px 0px;
}

.calendar-nextyear {
	right: 2px;
	background: url('images/calendar_arrows.png') no-repeat -48px 0px;
}

.calendar-body {
	position: relative;
}

.calendar-body th, .calendar-body td {
	height: 23px;
	text-align: center;
	white-space: nowrap;
}

.calendar-day {
	border: 0;
	padding: 1px;
	cursor: pointer;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}



.calendar-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 150px;
	padding: 5px;
	font-size: 12px;
	display: none;
	overflow: hidden;
}

.calendar-menu-year-inner {
	text-align: center;
	padding-bottom: 5px;
}

 
.calendar-menu-year {
	width: 40px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 2px;
	font-weight: normal;
}

.calendar-menu-prev, .calendar-menu-next {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-menu-prev {
	margin-right: 10px;
	background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}

.calendar-menu-next {
	margin-left: 10px;
	background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}

.calendar-menu-month {
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-hover {
	padding: 0;
}

.calendar-selected, .calendar-menu-month-inner .calendar-selected.calendar-menu-hover {
	padding: 0;
	border-radius: 3px;
}


.checkbox {
	text-align: left;
	padding: 2px 4px 2px;
	overflow: hidden;
}

.checkbox input, .checkboxes input {
	height: 14px;
	vertical-align: middle;
	margin: -3px 1px 0px;
	cursor: pointer;
}

.checkbox span {
	width: auto;
	vertical-align: baseline;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.checkbox-text {
	cursor: pointer;
	overflow: hidden;
}

.checkboxes {
	padding: 2px 4px 2px;
}

.checkboxes td {
	cursor: pointer;
}

.color {
	display: block;
	padding: 0px;
	cursor: pointer;
	clip: rect(8, auto, auto, auto);
	border-style: solid;
	border-width: 1px;
}

.color-disabled {
	cursor: default;
}

.colorpicker {
	position: absolute;
	width: 227px;
	height: 163px;
	padding: 2px 0 1px 5px;
	display: none;
	z-index: 9999;
	border-style: solid;
	border-width: 1px;
}

.colorpicker .nocolor {
	display: block;
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	background: url(images/nocolor.png) no-repeat;
}

.colorpicker .nocolor:hover {
	background: url(images/nocolor_over.png) no-repeat;
}

.colorpicker-sections-color {
	margin: 0;
	padding: 0;
}

.colorpicker-sections-color ul {
	margin: 0;
	padding: 0;
	float: left;
}

.colorpicker-sections-color ul li {
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	list-style: none outside none;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.colorpicker .colorlayout {
	display: none;
	width: 10px;
	height: 10px;
 	position: absolute;
	line-height: 10px;
	overflow: hidden;
	cursor: default;
	z-index: 10000;
}

.colorpicker-bgview-text {
	margin: 0px;
	padding: 1px;
	height: 24px;
}

.colorpicker-bgview-text li {
	padding: 1px 5px 0 0;
	list-style: none outside none;
	float: left;
	line-height: 18px;
}

.colorpicker-bgview-text li div {
	margin: 0;
	padding: 0;
	height: 19px;
	width: 55px;
}

.colorpicker-bgview-text li input {
	margin: 0;
	padding: 0;
	height: 19px;
	width: 55px;
}

.colorpicker-bgimage {
	background-image: url(images/color_image.jpg);
}

.combo-p {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
 }
.combo {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 3px;
}
.combo:hover {
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
 }
.combo .combo-text {
	font-size: 13px;
	border: 0px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0px 2px;
	*margin-top: -1px;
	*height: 18px;
	*line-height: 18px;
	vertical-align: baseline;
}

.combo-arrow {
	width: 18px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.combo-arrow {
	background: url('images/combo_arrow.png') no-repeat center center;
}

.combo-panel {
	overflow: auto;
	margin-top: 3px;/*涓嬫媺鍐呭眰div璺漵elect妗嗙殑璺濈*/
}

.combobox-item, .combosearch-item {
	cursor: pointer;
}

.combobox-item, .combosearch-item, .combosearch-item-title,
	.combosearch-item-page {
	height: 18px;/*涓轰簡涓嶅嚭鐜版粴鍔ㄦ潯璁剧疆 鎱庨噸淇敼*/
	padding: 3px 0 3px 3px;
	font-size: 12px;
	border-width: 0 0 1px 0;
	border-style: solid;
	white-space: nowrap;
	padding-left: 10px;
}

.combosearch-item-title, .combosearch-item-page {
	font-weight: bold;
 }

.combosearch-item-page {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	height: 24px;
	padding: 1px;
	border-width: 1px 0 0 0;
}

.combosearch-item-page-span {
	vertical-align: middle;
}
.combobox-item-last, .combosearch-item-last {
	border-width: 0px;
}

.combo-p/*.combo-up-enter*/ {
    -webkit-animation: comboSlideUpIn .2s ease-in-out;
    -moz-animation: comboSlideUpIn .2s ease-in-out;
    -ms-animation: comboSlideUpIn .2s ease-in-out;
    animation: comboSlideUpIn .2s ease-in-out;
    animation-fill-mode: forwards;
}

@-webkit-keyframes comboSlideUpIn {
    0% {
        opacity:0;
        transform-origin:0 0;
        transform:scaleY(1)
    }
     20% {
        opacity:0.2;
        transform-origin:0 0;
        transform:scaleY(0.8)
    }
    
    100% {
        opacity:1;
        transform-origin:0 0;
        transform:scaleY(1);

    }
}
@-moz-keyframes comboSlideUpIn {
    0% {
        opacity:0;
        transform-origin:0 0;
        transform:scaleY(1)
    }
     20% {
        opacity:0.2;
        transform-origin:0 0;
        transform:scaleY(0.8)
    }
    
    100% {
        opacity:1;
        transform-origin:0 0;
        transform:scaleY(1);

    }
}
@keyframes comboSlideUpIn {
    0% {
        opacity:0;
        transform-origin:0 0;
        transform:scaleY(1)
    }
     20% {
        opacity:0.2;
        transform-origin:0 0;
        transform:scaleY(0.8)
    }
    
    100% {
        opacity:1;
        transform-origin:0 0;
        transform:scaleY(1);

    }
}
 

.data-cell {
	height: auto;
}

.data-cell, .data-cell-group, .data-cell-rownumber {
	margin: 0;
	padding: 2px 2px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
	text-overflow: ellipsis;
 }

.data-cell-group {
	text-align: center;
	font-weight : bold;
}

.data-cell-locked {
	background-image: url('images/locked.png');
	background-repeat: no-repeat;
	background-position: right top;
	cursor: not-allowed;
}

.data-cell-check {
	padding: 0;
	width: 27px;
	height: 18px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
}

.data-cell-check input {
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
	margin-top: 2px;
}

.data-cell-rownumber {
	margin: 0;
	width: 25px;
	padding: 0;
	text-align: center;
	font-size: 13px;
 }

.datebox-calendar-inner {
	height: 220px;
}

.datebox-button {
	height: 20px;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
}

.datebox-current, .datebox-close, .datebox-ok {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 36px;
}

.datebox-current, .datebox-ok {
	float: left;
}

.datebox-close {
	float: right;
}

.datebox-button a {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
}

.datebox-button a:hover {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.datebox .combo-arrow {
	background: url('images/datebox_arrow.png') no-repeat center center;
}


.dialog-content {
	overflow: auto;
}

.dialog-toolbar {
	padding: 2px 5px;
}

.dialog-tool-separator {
	float: left;
	height: 24px;
	margin: 2px 1px;
}

.dialog-button {
	padding: 5px;
	text-align: right;
}

.dialog-button .l-btn {
	margin-left: 5px;
}


.fa {
	font-size: 14px;
}

.fa-fw {
	width: 16px;
    text-align: center;
}

.fileupload {
	height: 24px;
	border: 0px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}

.fileupload input {
	cursor: pointer;
	width: 63px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	vertical-align: middle;
}
 
.fileupload input.submit {
	margin-left: 6px;
}

.fileupload input.tip {
	overflow: hidden;
	font-size: 13px;
	height: 16px;
	margin: 0px 1px;
	padding: 2px;
	vertical-align: middle;
	cursor: text;
}

.fileupload input.tip-left {
	margin-right: 6px;
}

.fileupload input.tip-right {
	margin-left: 6px;
}

.fileupload input.file {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
}


.freeform {
	padding: 0px;
	margin: 0px auto;
	border-collapse: collapse;
	width: auto;
	position: relative;
	table-layout: fixed;
}

.freeform tr {
	height: 28px;
}

.freeform tr td {
	text-overflow: ellipsis;
}

.freeform .label {
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	word-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	font-weight: bold;
}

.freeform .field {
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	word-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.freeform .note {
	border-width: 1px;
	border-style: solid;
	white-space: normal;
	word-wrap: normal;
	overflow: hidden;
	text-align: left;
}

.freeform .data-cell {
	white-space: nowrap;
	word-wrap: nowrap;
}

.freeform tr td.readonly {
	border: 0px;
}
 
.freeform-body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 10;
}



.freeform-body table.freeform {
	margin: 8px auto;
}
.freeform-body table.freeform .label,
.freeform-body table.freeform .note,
.freeform-body table.freeform .note{
    font-size: 12px;
}

.freeform-body  table.freeform .freeform-field-editable {
	background: url('images/col_editable.png') no-repeat right top;
}

.freeform-body  table.freeform .data-cell-editable-over {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	cursor: text;
}

.freeform-body .freeform tr {
    height: 35px;
}
.freeform-header {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	height: auto !important;
}
 
.freeform-toolbar {
	margin: 0px;
	padding: 5px 10px;
	overflow: hidden;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: solid;
	z-index: 20;
}
.freeform-toolbar .l-btn-text{
	font-weight: bold;
	font-size: 12px;
 
}
 
.freeform-toolbar-rtools {
	position: absolute;
	top: 1px;
	right: 2px;
}

.freeform-toolbar table {
	float: left;
}

.freeform-toolbar table tr {
	height: 24px;
}

.freeform-tool-separator {
	float: right;
	height: 16px;
	margin: 1px 1px;
}

.freeform-area-west, .freeform-area-east {
	margin: 0px;
	padding: 0px;
	width: 100px;
}

.freeform-area-south {
	margin: 0px;
	padding: 0px;
	height: 27px;
}



.group {
	overflow: hidden;
	border-width: 1px;
	padding-top: 20px;
}

.group .group-header {
	cursor: pointer;
	height: 21px;
	font-weight: normal;
	margin-top: 2px;
	padding: 3px 10px;
	border:none;
	border-bottom: 1px solid;
}

.group .group-body {
	padding: 5px;
	overflow: auto;
}

.group-noborder {
	border-width: 0px;
}

.group-noborder .group-body {
	border-width: 0px;
}
.group-noborder .panel-title {
	position: absolute;
	left: 0px;
	width: auto;
	top: 50%;
	margin-top: -8px;
	height: 20px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding:0 20px;
 }

.group-noborder .group-line {
/*	position: absolute;
	right: 0px;
	width: auto;
	top:100%;
	margin-top: -8px;
	height: 16px;
	background: url('images/group-line.png');*/
	display:none;
}

.group-collapse {
	background: url('images/group_arrows.png') no-repeat 0 0;
}

.group-expand {
	background: url('images/group_arrows.png') no-repeat -16px 0;
}



.l-btn {
    background-position: right 0;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    padding-right: 18px;
    cursor: pointer;
    outline: none;
}

.l-btn-cell {
    vertical-align: middle
}

.l-btn-plain {
    padding-right: 5px;
    border: 0;
    padding: 1px 6px 1px 1px;
}

 
.l-btn-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: auto;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.l-btn-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.l-btn-icon-legacy {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    overflow: hidden;
}



.layout-panel {
	position: absolute;
	overflow: hidden;
}

.layout-panel-east, .layout-panel-west {
	z-index: 2;
}

.layout-panel-north, .layout-panel-south {
	z-index: 3;
}

.layout-expand {
	position: absolute;
	padding: 0px;
	font-size: 1px;
	cursor: pointer;
	z-index: 1;
}

.layout-expand .panel-header, .layout-expand .panel-body {
	background: transparent;
	filter: none;
	overflow: hidden;
}

.layout-expand .panel-header {
	border-bottom-width: 0px;
}

.layout-split-proxy-h, .layout-split-proxy-v {
	position: absolute;
	font-size: 1px;
	display: none;
	z-index: 5;
}

.layout-split-proxy-h {
	width: 2px;
	cursor: e-resize;
}

.layout-split-proxy-v {
	height: 2px;
	cursor: n-resize;
}

.layout-mask {
	position: absolute;
	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-north {
	border-bottom: 2px solid;
}

.layout-split-south {
	border-top: 2px solid;
}

.layout-split-east {
	border-left: 2px solid;
}

.layout-split-west {
	border-right: 2px solid;
}

 
.list .panel-body, .treelist .panel-body {
	position: relative;
	overflow: hidden;
}

.list-wrap {
	padding: 0px;
    margin: 5px 5px;
}
 
.list-area-top, .list-area-bottom {
	margin: 0px;
	padding: 0px;
	height: 26px;
}

.list-area-top {
	border-width: 0 0 1px 0;
	border-style: solid;
}

.list-area-bottom {
	border-width: 1px 0 0 0;
	border-style: solid;
}

.list-view {
	position: relative;
	overflow: hidden;
	margin: 5px 0px;
    padding: 0px 0px;
}

.list-view1, .list-view2 {
	position: absolute;
	overflow: hidden;
	top: 0;
}

.list-view1 {
	left: 0;
}

.list-view2 {
	right: 0;
}

.list-sort-icon {
	padding: 0;
}

.list-toolbar {
	height: auto;
	margin: 0px;
	padding: 1px 2px;
	border-width: 0 0 1px 0;
	border-style: solid;
	overflow: hidden;
    margin: 0px;
    padding: 6px 9px;
    margin-bottom: -1px;
}
.list-toolbar .l-btn{
	font-size: 12px;
	font-weight: bold;
}
.list-toolbar-rtools {
	position: absolute;
	top: 1px;
	right: 2px;
}

.list-toolbar table tbody tr td {
	padding: 0px 1px;
}

.list-toolbar .tbi-item {
    display: inline-block; 
    vertical-align: middle;
    padding: 0px 1px;
}

.list-btn-separator {
	float: left;
	height: 20px;
	margin: 2px 1px;
}

.list-pager {
 	border-width: 1px;
	border-style: solid;
	margin: 0px 0px 2px;
}
 
.list-header {
	overflow: hidden;
	cursor: default;
	border-width: 0;
	border-style: solid;
}

.list-header-inner {
	float: left;
	width: 10000px;
}

.list-header-row{
	height: 32px;
	font-size: 14px;
}

.list-row {
	height: 27px;
}

.list-header td, .list-body td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	margin: 0;
	padding: 0;
}

.list-col-editable {
	background: url('images/col_editable.png') no-repeat right top;
}

.list-col-sortable {
	cursor: pointer;
}

.list-header-rownumber {
	margin: 0;
	padding: 0 4px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	font-weight: normal;
	font-size: 13px;
	width: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.list-header_v {
	background-image: url('images/list_header_v.png');
	background-repeat: no-repeat;
	background-position: left middle;
}

.list-body {
	margin: 0;
	padding: 0;
	overflow: auto;
	zoom: 1;
}

.list-view1 .list-body {
	overflow: hidden;
}

.list-view1 .list-body-inner {
	padding-bottom: 50px;
}

.list-header-check {
	padding: 0;
	width: 27px;
	height: 18px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
}

.list-header-check input {
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
}

.list-resize-proxy {
	position: absolute;
	width: 1px;
	height: 10000px;
	top: 0;
	cursor: e-resize;
	display: none;
}

.list-sort-desc .list-sort-icon {
	padding: 0 13px 0 0;
	background: url('images/list_icons.png') no-repeat -15px center;
}

.list-sort-asc .list-sort-icon {
	padding: 0 13px 0 0;
	background: url('images/list_icons.png') no-repeat 0px center;
}
 
.list-tool-separator {
	float: right;
	height: 16px;
 	margin: 1px 1px;
}



.list-row-over, .list-header td.list-header-over {
	cursor: default;
}

.list-body td.data-cell-editable-over {
	border-bottom-style: solid;
	cursor: text;
}

.list-toolbar-msg {
	margin-left: 2px;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	font-size: 12px;
}

.list-querybar {
    padding: 3px 4px;
	border-width: 1px;
	border-style: solid;

}


.list-querybar .l-btn-cell{
	font-size: 12px;
	font-weight: bold;
}

.list-querybar .combo .combo-text,.queryitem-title{
 	font-size: 12px;
 }
.list-querybar .querybar-item {
	height: 26px;
	margin: 0px;
	padding: 0px 4px;
}

.list-querybar .querybar-item table td {
	padding: 0px 1px;
}

.numberbox, .numberspinner {
	ime-model: disabled;
}

.querybar-title {
	white-space: nowrap;
	word-wrap: nowrap;
	overflow: hidden;
}

.menu {
	position: absolute;
	margin: 0;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
    margin-top: 3px;

	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
 

.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-text, .menu-text span {
     font-size: 12px;
}

.menu-icon {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 4px;
	top: 50%;
	margin-top: -6px;
}

.menu-rightarrow {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.menu-line {
	position: absolute;
	left: 26px;
	top: 0;
	height: 2000px;
	font-size: 1px;
}

.menu-sep {
	margin: 3px 0px 3px 25px;
	font-size: 1px;
}

.menu-active {
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}


.menu-text, .menu-text span {
	font-size: 12px;
}

.menu-shadow {
	position: absolute;
 }

.menu-rightarrow {
	background: url('images/menu_arrows.png') no-repeat -32px center;
}
 

.messager-body {
	padding: 10px;
	overflow: hidden;
}

.messager-button {
	text-align: center;
	padding-top: 10px;
}

.messager-icon {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
}

.messager-error {
	background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}

.messager-info {
	background: url('images/messager_icons.png') no-repeat scroll 0 0;
}

.messager-question {
	background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}

.messager-warning {
	background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}

.messager-progress {
	padding: 10px;
}

.messager-p-msg {
	margin-bottom: 5px;
}

.messager-body .messager-input {
	width: 100%;
	padding: 1px 0;
 }

.monthbox-button {
 	height: 20px;
	padding: 1px;
	font-size: 12px;
	text-align: center;
}

.monthbox-button a {
 	padding: 2px;
 	border-style: solid;
 	border-width: 1px;
 }

.monthbox-button a:hover {
 	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
 }

.monthbox .combo-arrow {
	background: url('images/datebox_arrow.png') no-repeat center center;
}

.monthbox-current, .monthbox-close, .monthbox-ok {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
  	width: 36px;
 }

.monthbox-current, .monthbox-ok {
	float: left;
}

.monthbox-close {
	float: right;
}

.monthbox-menu {
	padding: 5px;
	font-size: 12px;
	overflow: hidden;
}

.monthbox-menu-month-inner table {
	border-collapse: separate;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

.monthbox-menu-month-inner td {
	height: 32px;
	text-align: center;
	white-space: nowrap;
}

.monthbox-menu-year-inner {
	text-align: center;
	padding: 2px;
}

 
.monthbox-menu-year {
	width: 60px;
	height: 14px;
	text-align: center;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
}

.monthbox-menu-prev, .monthbox-menu-next {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.monthbox-menu-prev {
	margin-right: 10px;
	background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}

.monthbox-menu-next {
	margin-left: 10px;
	background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}

.monthbox-menu-month {
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}


.monthbox-menu-month-inner .monthbox-menu-hover {
	border-style: solid;
	border-width: 1px;
}

.monthbox-selected {
	border-style: solid;
	border-width: 1px;
	padding: 0;
}

.pagination {
	zoom: 1;
}

.pagination table {
	float: left;
	height: 27px;
}

.pagination td {
	border: 0;
}

.pagination-btn-separator {
	float: left;
	height: 20px;
	margin: 3px 1px;
}

.pagination .pagination-num {
	border-width: 1px;
	border-style: solid;
	margin: 0 2px;
	padding: 2px;
	width: 1.2em;
	height: auto;
	text-align: center;
}

.pagination-page-list {
	margin: 0px 6px;
	padding: 1px 2px;
	width: auto;
	height: auto;
	border-width: 1px;
	border-style: solid;
}

.pagination-info {
	float: right;
	margin: 0 6px 0 0;
	padding: 0;
	height: 27px;
	line-height: 32px;
	font-size: 12px;
}

.pagination span {
	font-size: 12px;
}

.pagination-first {
	background: url('images/pagination_icons.png') no-repeat 0 0;
}

.pagination-prev {
	background: url('images/pagination_icons.png') no-repeat -16px 0;
}

.pagination-next {
	background: url('images/pagination_icons.png') no-repeat -32px 0;
}

.pagination-last {
	background: url('images/pagination_icons.png') no-repeat -48px 0;
}

.pagination-load {
	background: url('images/pagination_icons.png') no-repeat -64px 0;
}

.pagination-loading {
	background: url('images/loading.gif') no-repeat;
}

.pagination-page-list, .pagination .pagination-num {
	border-radius: 3px;
}
.pagination .fa{
	font-size: 12px;
	line-height: 30px;
}

.panel {
	overflow: hidden;
	font-size: 13px;
	text-align: left;
 }

.panel-header, .panel-body {
	border-width: 1px;
	border-style: solid;
}

.panel-header {
	padding: 0px;
	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: 0px;
	-moz-user-select: none;
}

.panel-body iframe {
	position: relative;
	left: 0px;
	top: 0px;
} 

.panel-body-noheader {
	border-top-width: 1px;
}

.panel-body-noborder {
	border-width: 0px;
}

.panel-with-icon {
	padding-left: 20px;
}

.panel-icon, .panel-tool {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	overflow: hidden;
}

.panel-icon {
	left: 5px;
	width: 16px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.panel-tool {
	right: 5px;
	width: auto;
}

.panel-tool a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 2px 0 0 2px;
	vertical-align: top;
}

.panel-tool a:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.panel-loading {
	padding: 11px 0px 10px 30px;
}

.panel-noscroll {
	overflow: hidden;
}

.panel-fit, .panel-fit body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.panel-loading {
	background: url('images/loading.gif') no-repeat 10px 10px;
}

.panel-tool-close {
	background: url('images/panel_tools.png') no-repeat -16px 0px;
}

.panel-tool-min {
	background: url('images/panel_tools.png') no-repeat 0px 0px;
}

.panel-tool-max {
	background: url('images/panel_tools.png') no-repeat 0px -16px;
}

.panel-tool-restore {
	background: url('images/panel_tools.png') no-repeat -16px -16px;
}

.panel-tool-collapse {
	background: url('images/panel_tools.png') no-repeat -32px 0;
}

.panel-tool-expand {
	background: url('images/panel_tools.png') no-repeat -32px -16px;
}

.panel-header {
	background-repeat: repeat-x;
}

.panel-title {
	overflow: hidden;
	font-weight: bold;
	height: 16px;
	line-height: 18px;
}


.popupbox {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
}

.popupbox .popupbox-text {
	font-size: 12px;
	border: 0px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0 2px;
	*margin-top: -1px;
	*height: 18px;
	*line-height: 18px;
	_height: 18px;
	_line-height: 18px;
	vertical-align: baseline;
}
.popupbox-icon {
	display: inline-block;
	font-size: 1px;
	width: 18px;
	height: 17px;
	overflow: hidden;
	vertical-align: top;
	margin: 2px;
	padding: 0px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	background: url(images/ellipsis.png) no-repeat;
}
.popupbox-icon-hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

/* 20181115 added by xkk 杩涘害鏉℃牱寮�  start */
.progressbar {
    height: 22px;
    margin: 0px 6px;
}

.progressbar-disabled {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.progressbar-inner {
    position: relative;
    height: 6px;
    top: 7px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    cursor: pointer;
    z-index: 10;
}

.progressbar-pb {
    position: absolute;
    height: 6px;
    top: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 3px;
    cursor: pointer;
    z-index: 15;
}

.progressbar-tip {
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    white-space: nowrap;
    margin-top:4px;
}

.progressbar-handle {
    position: absolute;
    display: block;
    outline: none;
    width: 20px;
    height: 20px;
    top: -7px;
    margin-left: -10px;
    z-index: 30;
    background: url('images/progressbar.png') no-repeat;
    text-align: center;
      -webkit-transition: none;
    -moz-transition: none;
    -ms-transition:none;
    -o-transition:none;
     transition: none; 
}
/* 20181115 added by xkk 杩涘害鏉℃牱寮�  end */


.radio {
	text-align: left;
}

.radio td {
	border: 0px;
	cursor: pointer;
}

.radio input {
 	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: -3px;
	cursor: pointer;
	-webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.radio input[type=radio]:checked {
    background: url(images/spritebg.png)no-repeat;
    background-position: -44px -172px;
    border: none;
    width: 14px;
    height: 14px;
}



.radio-text {
	cursor: pointer;
}

.rank-on {
	background-image: url('images/star-on.png');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}

.rank-off {
	background-image: url('images/star-off.png');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}

.s-btn-downarrow {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    padding: 0 0 0 1px;
    width: 14px;
    height: 16px;
    line-height: 16px;
    border-width: 0;
    border-style: solid;
    background: url('images/menu_arrows.png') no-repeat 2px center;
}

.s-btn-downarrow:hover {
    background-position: 1px center;
    padding: 0;
    border-width: 0 0 0 1px;
}

.select {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	overflow: auto;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
}

.select-item {
	height: 18px;
	padding: 2px;
	font-size: 12px;
	padding: 3px;
	padding-right: 0px;
 	border-width: 0 0 1px 0;
	border-style: solid;
	cursor: pointer;
}

.select-item span.item-icon {
	margin-right: 4px;
}

.select-item span.item-text {
	vertical-align: middle;
	cursor: pointer;
}


.select-item-last {
	border-width: 0px;
}


.slider-h {
	height: 22px;
}

.slider-v {
	width: 22px;
}

.slider-inner {
	position: relative;
	height: 6px;
	top: 7px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	cursor: pointer;
}

.slider-handle {
	position: absolute;
	display: block;
	outline: none;
	width: 20px;
	height: 20px;
	top: -7px;
	margin-left: -10px;
}

.slider-tip {
	position: absolute;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	white-space: nowrap;
	top: -22px;
}

.slider-rule {
	position: relative;
	top: 15px;
}

.slider-rule span {
	position: absolute;
	display: inline-block;
	font-size: 0;
	height: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
}

.slider-rulelabel {
	position: relative;
	top: 20px;
}

.slider-rulelabel span {
	position: absolute;
	display: inline-block;
	font-size: 12px;
}

.slider-v .slider-inner {
	width: 6px;
	left: 7px;
	top: 0;
	float: left;
}

.slider-v .slider-handle {
	left: 3px;
	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;
}

 

.spinner {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 3px
}

.spinner .spinner-text {
	font-size: 12px;
	border: 0px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0 2px;
	*margin-top: -1px;
	*height: 18px;
	*line-height: 18px;
	_height: 18px;
	_line-height: 18px;
	vertical-align: baseline;
}

.spinner-arrow {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.spinner-arrow-up, .spinner-arrow-down {
	display: block;
	font-size: 1px;
	width: 18px;
	height: 10px;
}

 
.spinner-arrow-up {
	background: url('images/spinner_arrows.png') no-repeat 2px center;
}

.spinner-arrow-down {
	background: url('images/spinner_arrows.png') no-repeat -15px center;
}


.tabs-container {
	overflow: hidden;
}

.tabs-header {
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 0;
	position: relative;
	padding:0px;
	overflow: hidden;
}

.tabs-header-plain {
	border: 0;
	background: transparent;
}

.tabs-scroller-left, .tabs-scroller-right {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 14px;
	height: 32px;
	font-size: 1px;
	display: none;
	cursor: pointer;
}
 
.tabs-scroller-right {
	background-image:  url('images/tabs_icons.png');
	background-repeat: no-repeat;
	background-position:  -87px center;
}

.tabs-scroller-left {
  	background-image:  url('images/tabs_icons.png');
	background-repeat: no-repeat;
	background-position:  -75px center;

}
.tabs-scroller-left:hover {
 	background-image:  url('images/tabs_icons.png');
	background-repeat: no-repeat;
	background-position:  -75px center;

}

.tabs-scroller-right:hover {
 	background-image:  url('images/tabs_icons.png');
	background-repeat: no-repeat;
	background-position:  -87px center;

}

.tabs-scroller-left, .tabs-scroller-right {
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	    -ms-transition: all 0.5s ease-out;
        	transition: all 0.5s ease-out;
}
/*.tabs-header-plain .tabs-scroller-left, .tabs-header-plain .tabs-scroller-right
	{
	height: 23px !important;
	height: 25px;
}
*/
.tabs-tool {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	line-height: 25px;
	border-width: 1px;
	border-style: solid;
	border-left: 0;
	border-right: 0;
	padding-left: 6px;
 }

/*鏍囩鏍忕洰鍒嗛殧绾挎牱寮�*/
.tabs-tool-separator  {
 	border-left-style:solid;
 	border-left-width: 1px;
 }
 
.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 {
	list-style-type: none;
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 12px;
	width: 5000px;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.tabs li {
	float: left;
	display: inline-block;
	margin: 0px 2px -2px 0px;
	padding: 0;
	position: relative;
	border: 0;
}

.tabs li a.tabs-inner {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	border-width: 0px;
	border-style: solid;
	margin-top: 5px;
	cursor: pointer;

}

/*.tabs li.tabs-selected a.tabs-inner {
	font-weight: normal;
	outline: none;
}*/
.tabs li.tabs-selected a:hover.tabs-inner {
	cursor: default;
	pointer: default;
}

/*.tabs li a.tabs-close, .tabs-p-tool {
	position: absolute;
	font-size: 1px;
	display: block;
	height: 12px;
	padding: 0;
	top: 50%;
	margin-top: -6px;
	overflow: hidden;
}

.tabs li a.tabs-close {
	width: 12px;
	right: 5px;
	opacity: 0.6;
	filter: alpha(opacity = 60);

}
*/
.tabs li a.tabs-close-awesome {
    position: absolute;
    font-size: 12px;
    display: block;
    right: 5px;
    top: 12px;
    text-decoration: none;
 }

.tabs-p-tool {
	right: 16px;
}

.tabs-p-tool a {
	display: inline-block;
	font-size: 1px;
	width: 12px;
	height: 12px;
	margin: 0;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.tabs li a:hover.tabs-close, .tabs-p-tool a:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	cursor: hand;
	cursor: pointer;
}

.tabs-with-icon {
	padding-left: 18px;
}

.tabs-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 50%;
	margin-top: -8px;
}

.tabs-closable {
	padding-right: 8px;
}

.tabs-panels {
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-top-width: 0;
	overflow: hidden;
}

.tabs-header-bottom {
	border-width: 0 1px 1px 1px;
	padding: 0 0 2px 0;
}

.tabs-header-bottom .tabs {
	border-width: 1px 0 0 0;
}

.tabs-header-bottom .tabs li {
	margin: -1px 4px 0 0;
}

.tabs-header-bottom .tabs li a.tabs-inner {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.tabs-header-bottom .tabs-tool {
	top: 0;
}

.tabs-header-bottom .tabs-scroller-left, .tabs-header-bottom .tabs-scroller-right
	{
	top: 0;
	bottom: auto;
}

.tabs-panels-top {
	border-width: 1px 1px 0 1px;
}

.tabs-header-left {
	float: left;
	border-width: 1px 0 1px 1px;
	padding: 0;
}

.tabs-header-right {
	float: right;
	border-width: 1px 1px 1px 0;
	padding: 0;
}

.tabs-header-left .tabs-wrap, .tabs-header-right .tabs-wrap {
	height: 100%;
}

.tabs-header-left .tabs {
	height: 100%;
	padding: 4px 0 0 4px;
	border-width: 0 1px 0 0;
}

.tabs-header-right .tabs {
	height: 100%;
	padding: 4px 4px 0 0;
	border-width: 0 0 0 1px;
}

.tabs-header-left .tabs li, .tabs-header-right .tabs li {
	display: block;
	width: 100%;
	position: relative;
}

.tabs-header-left .tabs li {
	left: auto;
	right: 0;
	margin: 0 -1px 4px 0;
	float: right;
}

.tabs-header-right .tabs li {
	left: 0;
	right: auto;
	margin: 0 0 4px -1px;
	float: left;
 }

.tabs-header-left .tabs li a.tabs-inner {
	display: block;
	text-align: left;
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius:0;

}

.tabs-header-right .tabs li a.tabs-inner {
	display: block;
	text-align: left;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.tabs-panels-right {
	float: right;
	border-width: 1px 1px 1px 0;
}

.tabs-panels-left {
	float: left;
	border-width: 1px 0 1px 1px;
}

.tabs-header-noborder, .tabs-panels-noborder {
	border: 0px;
}

.tabs-header-plain {
	border: 0px;
	background: transparent;
}


.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
	background-repeat: repeat-x;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
	background-repeat: repeat-y;
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	background-repeat: repeat-y;
}

 
.tabs-header-plain {
	background: transparent;
}
 
.tabs-p-tool a:hover, .tabs-scroller-over {
 	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.tabs li a:hover.tabs-close {
	border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;
}

.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
	border-top: 0px ;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
	border-right: 0px ;
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	border-left: 0px ;
}

.tabs-title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

 

.textarea-text {
	resize: none;
	font-size: 13px;
	margin: 0px;
	padding: 2px;
 	word-wrap: break-word;
	overflow-y: visible;
	overflow-x: hidden;
	border-style: solid;
	border-width: 1px;
}


.textbox-note {
	padding: 2px;
	vertical-align: middle;
}

.textbox-prompt {
	font-size: 11px;
 }

.textbox-text {
	overflow: hidden;
	font-size: 12px;
	width: 20px;
	margin: 0px;
	padding: 2px;
 	vertical-align: middle;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
}


.tree {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tree li {
	white-space: nowrap;
	margin: 0px;
}

.tree li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tree-node {
	padding: 8px 0px 4px;
	height: 18px;
	white-space: nowrap;
	cursor: pointer;
}

.tree-indent {
	cursor: default;
}
.tree-hit, .tree-icon, .tree-checkbox {
	cursor: pointer;
}
.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-loading,
	.tree-checkbox, .tree-indent {
	display: inline-block;
	width: 16px;
	height: 18px;
	vertical-align: top;
	overflow: hidden;
}
.tree-expanded {
	background: url('images/tree_icons.png') no-repeat -18px 0px;
}

.tree-expanded-hover {
	background: url('images/tree_icons.png') no-repeat -50px 0px;
}

.tree-collapsed {
	background: url('images/tree_icons.png') no-repeat 0px 0px;
}

.tree-collapsed-hover {
	background: url('images/tree_icons.png') no-repeat -32px 0px;
}

.tree-lines .tree-expanded, .tree-lines .tree-root-first .tree-expanded
	{
	background: url('images/tree_icons.png') no-repeat -144px 0;
}

.tree-lines .tree-collapsed, .tree-lines .tree-root-first .tree-collapsed
	{
	background: url('images/tree_icons.png') no-repeat -128px 0;
}

.tree-lines .tree-node-last .tree-expanded, .tree-lines .tree-root-one .tree-expanded
	{
	background: url('images/tree_icons.png') no-repeat -80px 0;
}

.tree-lines .tree-node-last .tree-collapsed, .tree-lines .tree-root-one .tree-collapsed
	{
	background: url('images/tree_icons.png') no-repeat -64px 0;
}

.tree-line {
	background: url('images/tree_icons.png') no-repeat -176px 0;
}

.tree-join {
	background: url('images/tree_icons.png') no-repeat -192px 0;
}

.tree-joinbottom {
	background: url('images/tree_icons.png') no-repeat -160px 0;
}

.tree-folder {
	background: url('images/tree_icons.png') no-repeat -208px 0;
}

.tree-folder-open {
	background: url('images/tree_icons.png') no-repeat -224px 0;
}

.tree-file {
	background: url('images/tree_icons.png') no-repeat -240px 0;
}

.tree-loading {
	background: url('images/loading.gif') no-repeat center center;
}

.tree-checkbox0 {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
 }

.tree-checkbox1{ /*鏍戝垪琛ㄥ閫夋-閫変腑鏍峰紡*/
	 background: url(images/spritebg.png)no-repeat;
    background-position: -44px -146px;
    border: none;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
}
.tree-checkbox2 { /*鏍戝垪琛ㄥ閫夋-閮ㄥ垎閫変腑*/
	background:url('images/tree_icons.png') no-repeat -225px -20px;
	width:14px;
}
.tree-checkbox { /*鏍戝垪琛ㄥ閫夋-榛樿鏈�変腑*/
  margin-top: 2px;
  margin-left: 2px;
}

.tree-title {
	font-size: 12px;
	/* 20190612 chenglong update */
	/* 瑙ｅ喅鏍峰紡鍐茬獊瀵艰嚧鐨�.tree-title鍏冪礌鏂囨湰杩囬暱瀵艰嚧涓嶈兘灞曠ず鍙湁... */
	/* display: inline-block; */
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 2px;
	height: 18px;
	line-height: 18px;
}

.tree-search-ipt {
	height:16px;
	width : 65px;
    font-size: 13px;
    border-style:solid;
    border-width: 1px;
    margin: 0;
    overflow: hidden;
    padding: 2px;
    vertical-align: middle;
    position:relative;
    margin-top: -2px;


    display : none; 
}

.tree-search-btn {
	background: url('images/search.png') no-repeat center center;
	display: inline-none;
    height: 18px;
    overflow: hidden;
    vertical-align: top;
    width: 16px;
}

.tree-pagination {
	border: 0px;
	padding: 1px 0 0;
	text-align: middle;
}

.tree-pagination span {
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	padding: 4px 0 3px;
	height: 18px;
	line-height: 18px;
}

.tree-node-proxy {
	font-size: 12px;
	line-height: 20px;
	padding: 0 2px 0 20px;
	border-width: 1px;
	border-style: solid;
	z-index: 9900000;
}

.tree-dnd-icon {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 18px;
	left: 2px;
	top: 50%;
	margin-top: -9px;
}

.tree-dnd-yes {
	background: url('images/tree_icons.png') no-repeat -256px 0;
}

.tree-dnd-no {
	background: url('images/tree_icons.png') no-repeat -256px -18px;
}

 

.tree-editor {
	font-size: 13px;
	height: 14px !important;
	height: 18px;
	line-height: 14px;
	padding: 1px 2px;
	width: 80px;
	position: absolute;
	top: 0;
}

 

.validate-changed {
	background-image: url('images/validate_changed.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	z-index: 9999;
}
 

.waf-editor {
	spellcheck: false;
}

div.waf-editor td {
	border-width: 0px;
}


.waf-parser-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1px;
	*zoom: 1;
	overflow: hidden;
	z-index: 9900000;
}

.waf-parser-mask100 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1px;
	*zoom: 1;
	overflow: hidden;
	z-index: 9900000;
}

.waf-tooltip {
	position: absolute;
	padding: 3px;
	word-break: break-all;
	word-wrap: break-word;
	z-index: 9999;
}

.window {
	overflow: hidden;
	border-radius:5px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
 }

.window .panel-header .panel-title {
    border-width: 0px;
}

.window .window-header {
	padding: 10px 0px 12px 0px;
	border-radius: 5px 5px 0 0;
}

.window .window-header .panel-with-icon {
	padding-left: 20px;
	font-weight: bold;
}


.window .window-body {
	border-width: 1px;
	border-style: solid;
	border-top-width: 0px;
}

.window .window-body-noheader {
	border-top-width: 1px;
}

.window .window-header .panel-icon, .window .window-header .panel-tool {
	top: 50%;
	margin-top: -9px;
}
.window .window-header .panel-icon  {
	top: 0%;
	margin-top:1px;
	padding: 10px 10px;
}

.window .window-header .panel-icon {
	left: 1px;
}

.window .window-header .panel-tool {
	right: 10px;
}

.window .window-header .panel-with-icon {
	padding-left: 30px;
}



 .fa-panel-tool-close:before,
 .fa-icon-reverse:before,
 .fa-panel-tool-max:before,
 .fa-panel-tool-restore:before{
 	content: "" !important;
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(images/spritebg.png) no-repeat;
 }

.fa-panel-tool-close:before{
	background-position: -64px -146px;
}
.fa-icon-reverse:before{
	background-position: -64px -170px;
}
.fa-panel-tool-max:before{
	background-position: -64px -194px;
}
.fa-panel-tool-restore:before{
	background-position: -64px -213px;
}

.window-proxy {
	position: absolute;
	overflow: hidden;
}

.window-proxy-mask {
	position: absolute;
	opacity: 0.03;
	filter: alpha(opacity = 3);
}

.window-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	font-size: 1px;
	*zoom: 1;
	overflow: hidden;
}

.window, .window-shadow {
	position: absolute;
}


.window-proxy {
	border: 1px solid;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
/* 20181115 added by clong 娓呴櫎娴姩  start */
.clearfixs::after {
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfixs {
	zoom: 1;
}
/* 20181115 added by chenglong 娓呴櫎娴姩  end */