@charset "UTF-8";
/***************************通用样式***************************/
/*start*/
/******************************Start 蓝色系颜色值**************************************/
/******************************End 蓝色系颜色值**************************************/
/*end*/
.accordion {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  background: #ffffff;
  border: none;
}
.accordion .panel:first-child .accordion-header {
  border-top: 1px solid #d7dae5;
}
.accordion .panel:first-child .accordion-header-selected {
  border-top: none;
}
.accordion .accordion-header {
  border-width: 0 0 1px;
  cursor: pointer;
  background: #eeeeee;
  filter: none;
  border-color: #d7dae5;
}
.accordion .accordion-header .panel-title {
  color: #333333;
}
.accordion .accordion-header .panel-tool {
  right: 10px;
  top: 20px;
}
.accordion .accordion-header .panel-tool a {
  width: 10px;
  height: 9px;
}
.accordion .accordion-header .panel-tool a:hover {
  background-size: none;
}
.accordion .accordion-header-selected {
  background: #ffffff;
  color: #ffffff;
  border: none;
}
.accordion .accordion-body {
  border-width: 0 0 1px;
}

.easyui-accordion .panel:last-child .accordion-body {
  border: none;
}

.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-collapse.png") no-repeat center center;
}
.accordion-collapse:hover {
  background: url("images/accordion-collapse-hover.png") no-repeat center center;
}

.accordion-expand {
  background: url("images/accordion-expand.png") no-repeat center center;
}
.accordion-expand:hover {
  background: url("images/accordion-expand-hover.png") no-repeat center center;
}

.layuiLayout .layout-panel-west .panel-header {
  background-color: #eeeeee;
  border: 0;
  padding: 8px 0px;
}
.layuiLayout .layout-panel-west .layout-body .easyui-accordion .panel .accordion-header-selected {
  background-color: #eeeeee !important;
}
.layuiLayout .layout-panel-west .panel-body {
  background-color: #eeeeee;
  color: #333333;
  border: 0;
}
.layuiLayout .layout-panel-west .accordion-body {
  background-color: #164359;
  padding: 5px 0;
}
.layuiLayout .layout-panel-west .accordion .accordion-header .panel-icon {
  left: 20px;
  height: 16px;
  top: 33%;
}
.layuiLayout .layout-panel-west .accordion .accordion-header .panel-title {
  color: #333333;
  margin-left: 34px;
}
.layuiLayout .layout-panel-west .accordion .accordion-header .panel-title:hover {
  color: #ffffff;
}
.layuiLayout .layout-panel-west .accordion .accordion-header-selected .panel-title {
  color: #ffffff;
}
.layuiLayout .layout-panel-west .panel-title {
  cursor: pointer;
}
.layuiLayout .layout-panel-west .easyui-tree .tree-node-selected {
  background: #5299b7;
  color: #333333;
}
.layuiLayout .layout-panel-west .easyui-tree .tree-node-hover {
  background: none;
  color: #ffffff !important;
}
.layuiLayout .layout-panel-west .easyui-tree .tree-node {
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.layuiLayout .layout-panel-west .easyui-tree .tree-node .tree-title {
  font-size: 14px;
  /* height: 40px;
  line-height: 40px; */
}
.layuiLayout .layout-panel-west [select=true] .panel-title {
  color: #ffffff !important;
}
.layuiLayout .layout-panel-west [select=false] .panel-title {
  color: #333333 !important;
}
.layuiLayout .layout-expand .panel-header, .layuiLayout .layout-expand .panel-body {
  background: #eeeeee;
}
.layuiLayout .layout-expand-west {
  background: #eeeeee;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.layuiLayout .layout-expand-west .west-zoom {
  position: relative;
}
.layuiLayout .layout-expand-west .west-zoom .panel-icon {
  position: static;
  left: 0px;
  width: auto;
  height: 60px;
}
.layuiLayout .layout-expand-west .west-zoom .panel-icon:hover {
  opacity: 0.6;
}
.layuiLayout .layout-expand-west .west-zoom .west-zoom-bar-selected {
  background-color: #5299b7;
}
.layuiLayout .layout-expand-west .west-zoom .west-zoom-bar {
  position: absolute;
  background-color: #5299b7;
  transition: all .2s;
  -webkit-transition: all .2s;
  width: 5px;
  top: 0px;
  height: 56px;
  opacity: 0;
}
.layuiLayout .layout-panel-west > .panel-header {
  text-align: center;
}
.layuiLayout .layout-panel-west > .panel-header .panel-title {
  margin-left: 0px;
  padding-left: 0px;
}
.layuiLayout .accordion-header {
  border: 0 !important;
  height: 40px;
  line-height: 40px;
}
.layuiLayout .accordion {
  background-color: #eeeeee !important;
}
.layuiLayout .layout-panel-west {
  background-color: #eeeeee;
  font-size: 14px;
}
.layuiLayout .layout-panel-west .panel-title {
  color: #333333;
  height: 40px;
  line-height: 40px;
}
.layuiLayout .easyui-nav-bar {
  position: absolute;
  background-color: #5299b7;
  transition: all .2s;
  -webkit-transition: all .2s;
  width: 5px;
  top: 0px;
  height: 56px;
  opacity: 0;
  z-index: 1;
}
.layuiLayout .tree-node {
  height: 40px;
  line-height: 50px;
  padding: 0;
}
.layuiLayout .tree-node-selected {
  background: #5299b7 !important;
  color: #ffffff;
}
.layuiLayout .tree-node-hover {
  background: none;
  color: #ffffff;
}
.layuiLayout .tree-expanded,
.layuiLayout .tree-collapsed,
.layuiLayout .tree-folder,
.layuiLayout .tree-file,
.layuiLayout .tree-indent,
.layuiLayout .tree-title,
.layuiLayout .tree-icon,
.layuiLayout .tree-checkbox,
.layuiLayout .tree-leaf {
  vertical-align: 0;
}
.layuiLayout .tree-expanded, .layuiLayout .tree-collapsed, .layuiLayout .tree-folder, .layuiLayout .tree-file, .layuiLayout .tree-checkbox, .layuiLayout .tree-indent, .layuiLayout .tree-leaf {
  height: 19px;
}
.layuiLayout .tree-hit {
  margin-left: 20px;
}
.layuiLayout .panel-tool {
  top: 43% !important;
}
.layuiLayout .nav-menu-wrap li > a {
  height: 40px;
  line-height: 40px;
  padding: 0px;
  padding-left: 18px;
  color: #333333;
  background: #164359;
}
.layuiLayout .nav-menu-wrap li.third-nav > a {
  padding-left: 45px;
}
.layuiLayout .nav-menu-wrap li > a:hover {
  background: #164359;
  color: white;
}
.layuiLayout .nav-menu-wrap li.active > a, .layuiLayout .nav-menu-wrap li.form-linkbutton:hover > a, .layuiLayout .nav-menu-wrap li.form-linkbutton:active > a, .layuiLayout .nav-menu-wrap li.active > a:hover, .layuiLayout .nav-menu-wrap li.form-linkbutton:hover > a:hover, .layuiLayout .nav-menu-wrap li.form-linkbutton:active > a:hover {
  background: #5299b7;
  color: #ffffff;
}
.layuiLayout .nav-menu-wrap .panel-icon {
  padding-right: 10px;
}
.layuiLayout .layout-panel-center .panel-header {
  padding: 0px;
  border-width: 0px;
  height: 50px;
}
.layuiLayout .layout-panel-center .panel-header .panel-title {
  padding-left: 0px;
}
.layuiLayout .tree-title {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 116px;
}
.layuiLayout .baseLayoutSecondIcon {
  position: absolute !important;
  right: 1px;
  top: 10px;
  left: auto;
}
.layuiLayout .second-nav-text-wrap {
  position: relative;
  right: 0px;
}

.calendar {
  border-width: 1px;
  border-style: solid;
  padding: 1px;
  overflow: hidden;
  border-color: #D3D3D3;
}
.calendar table {
  table-layout: fixed;
  border-collapse: separate;
  font-size: 12px;
  width: 100%;
  height: 100%;
}
.calendar table td, .calendar table th {
  font-size: 12px;
}

.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;
  top: 2px;
  padding: 0 3px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  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: 20px;
  background: url("images/calendar_arrows.png") no-repeat -18px -2px;
}

.calendar-nextmonth {
  right: 20px;
  background: url("images/calendar_arrows.png") no-repeat -34px -2px;
}

.calendar-prevyear {
  left: 3px;
  background: url("images/calendar_arrows.png") no-repeat -1px -2px;
}

.calendar-nextyear {
  right: 3px;
  background: url("images/calendar_arrows.png") no-repeat -49px -2px;
}

.calendar-body {
  position: relative;
}
.calendar-body th, .calendar-body td {
  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;
  color: #333333;
}

.calendar-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.calendar-disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
}

.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: bold;
  font-size: 12px;
}

.calendar-menu-prev,
.calendar-menu-next {
  display: inline-block;
  width: 21px;
  height: 21px;
  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 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: bold;
  -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: #333333;
}

.calendar-sunday {
  color: #CC2222;
}

.calendar-saturday {
  color: #00ee00;
}

.calendar-today {
  color: #0000ff;
}

.calendar-menu-year {
  border-color: #d7dae5;
}

.calendar-header {
  background: #ffffff;
}

.calendar-body,
.calendar-menu {
  background: #ffffff;
}

.calendar-body th {
  padding: 2px 0;
}

.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
  background-color: #eeeeee;
  color: #333333;
}

.calendar-hover {
  border: 1px solid #eeeeee;
  padding: 0;
}

.calendar-selected {
  background-color: #00a0e9;
  color: #ffffff;
  border: 1px solid #dddddd;
  padding: 0;
}

.combo {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  vertical-align: middle;
  border-color: #d7dae5;
  background-color: #ffffff;
}
.combo .combo-text {
  font-size: 12px;
  border: 0px;
  margin: 0;
  padding: 0px 2px;
  vertical-align: baseline;
}
.combo .textbox-icon-disabled:hover {
  cursor: default;
}

.combo-arrow {
  width: 18px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  cursor: pointer;
  filter: alpha(opacity=60);
  background: url("images/combo_arrow.png") no-repeat center center;
}

.searchconfig-wrap .combo-arrow {
  width: 18px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  cursor: pointer;
  filter: alpha(opacity=60);
  background: url(images/easyui-search.png) no-repeat center center;
  background-position: -34px -31px !important;
}
.searchconfig-wrap .combo-arrow:hover {
  background: url(images/easyui-search.png) no-repeat center center;
  background-position: -34px 5px !important;
}

.combo-arrow-hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background-color: #eeeeee;
}

.combo-panel {
  overflow: auto;
  background-color: #ffffff;
}

.textbox-invalid {
  border-color: #ffa8a8;
  background-color: #ffffff;
}

.combobox-item,
.combobox-group {
  font-size: 12px;
  padding: 6px 0 6px 8px;
}

.combobox-item-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.combobox-gitem {
  padding-left: 10px;
}

.combobox-group {
  font-weight: bold;
}

.combobox-item-hover {
  background-color: #eeeeee;
  color: #333333;
}

.combobox-item-selected {
  background-color: #dddddd;
  color: #333333;
}

.combobox-small .combobox-item {
  padding: 2px 0 2px 8px;
}

.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  cursor: pointer;
  background-color: #ffffff;
  /*border: 1px solid #cacece;*/
  border: none;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background: transparent url("images/checkbox.png") no-repeat center center;
  background-size: 16px;
}
.regular-checkbox:checked + label {
  background: transparent url("images/checkbox-select.png") no-repeat center center;
  background-size: 16px;
}

.regular-radio {
  display: none;
}
.regular-radio + label {
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background: transparent url("images/radiobox.png") no-repeat center center;
  -o-background-size: 16px;
  background-size: 16px;
}
.regular-radio:checked + label {
  background: transparent url("images/radiobox-select.png") no-repeat center center;
  background-size: 16px;
}

.datagrid {
  /* border: 1px solid $color_button_border;*/
}
.datagrid .panel-body {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currentlynot supported by any browser */
  overflow: hidden;
  position: relative;
}
.datagrid .datagrid-pager {
  display: block;
  margin: 8px 14px 12px 6px;
}
.datagrid .datagrid-pager-top {
  border-width: 0 0 1px 0;
}

.datagrid-view {
  position: relative;
  overflow: hidden;
}

.datagrid-view1,
.datagrid-view2 {
  position: absolute;
  overflow: hidden;
  top: 0;
}

.datagrid-view1 {
  left: 0;
}
.datagrid-view1 .datagrid-body-inner {
  padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
  overflow: hidden;
}

.datagrid-view2 {
  right: 0;
  /*td中a标签的hover*/
}
.datagrid-view2 .datagrid-body table tr td a:hover {
  color: #256f95;
  text-decoration: underline;
}

.datagrid-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}

.datagrid-mask-msg {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px 10px 30px;
  width: auto;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  display: none;
}

.datagrid-sort-icon {
  padding: 0;
}

.datagrid-toolbar {
  height: auto;
  padding: 1px 2px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border: 1px solid #d7dae5;
  border-bottom: 0px;
}
.datagrid-toolbar .l-btn-plain {
  border: 0px !important;
}

#formContainer .datagrid-toolbar, #disignerNorth .datagrid-toolbar {
  border: 0px;
}

.datagrid-btn-separator {
  float: left;
  height: 24px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ffffff;
  margin: 2px 1px;
}

.datagrid-header {
  overflow: hidden;
  cursor: default;
  border-width: 1px 0 1px 0;
  border-style: solid;
}
.datagrid-header .datagrid-cell {
  height: 24px;
  line-height: 24px;
  border-right: 1px solid #eeeeee;
}
.datagrid-header .datagrid-cell span {
  font-size: 12px;
  color: #666666;
}

.datagrid-header-inner {
  float: left;
  width: 10000px;
  background-color: #f5f5f5;
}

.datagrid-header-row,
.datagrid-row {
  height: 36px;
}

.datagrid-row {
  height: 44px;
}

.datagrid-small .datagrid-header-row {
  height: 30px;
}

.datagrid-small .datagrid-row {
  height: 30px;
}

.datagrid-small .pagination-info {
  margin: 0 10px 0 0;
}

.datagrid-row:last-child td {
  -border: none;
}

.datagrid-header td, .datagrid-body td, .datagrid-footer td {
  border-width: 0 1px 1px 0;
  border-style: dotted;
  margin: 0;
  padding: 0px 0px 0px 10px;
  border: none;
  border-bottom: 1px solid #eeeeee;
}

.datagrid-body td .datagrid-cell {
  border-left: 1px solid transparent;
}

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  margin: 0;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}

.datagrid-small {
  border-right: 1px solid transparent;
}
.datagrid-small .datagrid-cell-button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.datagrid-wrap {
  border: 1px solid #d7dae5;
}

.datagrid-cell-group {
  text-align: center;
}

.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  width: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.datagrid-body {
  margin: 0;
  padding: 0;
  overflow: auto;
  zoom: 1;
}
.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-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-header-check,
.datagrid-cell-check {
  padding: 0;
  width: 27px;
  height: 18px;
  font-size: 1px;
  text-align: center;
  overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-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-view .datagrid-editable-input {
  box-sizing: content-box;
  height: 100%;
  margin: 0;
  padding: 2px 4px;
  border: 1px solid #d7dae5;
  font-size: 12px;
  outline-style: none;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.datagrid-sort-desc .datagrid-sort-icon {
  padding: 0 13px 0 0;
  background: url("images/datagrid-sort-desc.png") no-repeat center center;
}

.datagrid-sort-asc .datagrid-sort-icon {
  padding: 0 13px 0 0;
  background: url("images/datagrid-sort-asc.png") no-repeat center center;
}

.datagrid-row-collapse {
  background: url("images/up.png") no-repeat center center;
}

.datagrid-row-collapse:hover {
  background: url("images/up_h.png") no-repeat center center;
}

.datagrid-row-expand {
  background: url("images/down.png") no-repeat center center;
}

.datagrid-row-expand:hover {
  background: url("images/down_h.png") no-repeat center center;
}

.datagrid-mask-msg {
  background: #ffffff 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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd,endColorstr=#f5f5f5,GradientType=0);
}

.datagrid-cell-rownumber {
  color: #333333;
}

.datagrid-resize-proxy {
  background: #bfbfbf;
}

.datagrid-mask {
  background: #ccc;
}

.datagrid-mask-msg {
  border-color: #d7dae5;
}

.datagrid-toolbar,
.datagrid-pager {
  background: #ffffff;
}

.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
  color: #666666;
  border-color: #eeeeee;
}

.datagrid-btable tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
  color: #333333;
  border-collapse: separate;
}

.datagrid-btable {
  width: 100%;
}

.datagrid-row-alt {
  background: #fafafa;
}

.datagrid-btable tr.datagrid-row.datagrid-row-alt {
  background-color: #f8f8f8;
}

.datagrid-btable tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
  background: #dddddd !important;
  color: #333333;
  cursor: default;
}

.datagrid-row-over {
  background: #eeeeee !important;
}

.datagrid-row-selected {
  background: #dddddd !important;
  color: #333333;
}

.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-htable > tbody > tr > td:last-child div {
  border-right-color: transparent;
}

.datagrid-btable > tbody > tr > td:last-child, .datagrid-htable > tbody > tr > td:last-child {
  width: 100%;
}

.eform-container .datagrid-header .datagrid-cell, .edoc2Form .datagrid-header .datagrid-cell {
  height: 15px;
  line-height: 15px;
  border-left: 1px solid #d0d4d9;
  border-right-width: 0px;
}
.eform-container .datagrid-header .datagrid-header-row td:first-child .datagrid-cell, .edoc2Form .datagrid-header .datagrid-header-row td:first-child .datagrid-cell {
  border-left-width: 0px;
}

.datalist .datagrid-header {
  border-width: 0;
}
.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;
  border: 0px;
}

.datalist .datagrid-group,
.m-list .m-list-group {
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  overflow: hidden;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ccc;
}

.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: #333333;
  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 .m-list-group {
  padding: 0 4px;
}
.m-list li {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ccc;
}
.m-list li > a:hover {
  background: #eeeeee;
  color: #333333;
}

.datebox-calendar-inner {
  height: 180px;
}

.datebox-button {
  height: 18px;
  padding: 2px 5px;
  text-align: center;
}
.datebox-button a {
  font-size: 12px;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.datebox-button a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.datebox-button table tr {
  text-align: center;
}

.datebox-current,
.datebox-close {
  float: left;
}

.datebox-close {
  float: right;
}

.datebox .combo-arrow {
  background-image: url("images/datebox_arrow.png");
  background-position: center center;
  margin-top: -1px;
  margin-right: 10px;
}

.searchconfig-wrap .combo-arrow {
  background: url(images/easyui-search.png);
  background-position: -216px 5px;
  margin-top: -1px;
  margin-right: 10px;
}

.datebox-button {
  background-color: #ffffff;
}
.datebox-button a {
  color: #333333;
}

.datebox-button-auto td #btnConfirm {
  margin-right: 15px;
  margin-top: 10px;
  float: right;
}
.datebox-button-auto td #btnCancel {
  margin-left: 15px;
  margin-top: 10px;
  float: left;
}

.dialog-content {
  overflow: auto;
}

.dialog-toolbar {
  padding: 2px 5px;
}

.dialog-tool-separator {
  float: left;
  height: 24px;
  border-right: 1px solid #ffffff;
  margin: 2px 1px;
}

.dialog-button {
  padding: 5px;
  padding-bottom: 20px;
  padding-top: 24px;
  text-align: right;
}
.dialog-button .l-btn {
  margin-left: 24px;
}
.dialog-button .l-btn:last-child {
  margin-right: 24px;
}

.dialog-toolbar,
.dialog-button {
  background: #ffffff;
}

.dialog-toolbar {
  border: none;
}

.window-header .icon-save {
  display: none;
}

#myGroupDiv .ps__scrollbar-x-rail {
  display: none !important;
}

.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;
}

.l-btn-disabled .filebox-label {
  cursor: default;
}

.layout {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.layout-panel {
  position: absolute;
  overflow: hidden;
}

.layout-panel-east,
.layout-panel-west {
  z-index: 2;
}

.layout-panel-north,
.layout-panel-south {
  z-index: 3;
}

.layout-expand {
  position: absolute;
  padding: 0px;
  font-size: 1px;
  cursor: pointer;
  z-index: 1;
}

.layout-expand .panel-header,
.layout-expand .panel-body {
  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: 5px;
  cursor: n-resize;
}

.layout-mask {
  position: absolute;
  background: #ffffff;
  filter: alpha(opacity=10);
  opacity: 0.10;
  z-index: 4;
}

.panel-tool a.layout-button-down, .panel-tool a.layout-button-left, .panel-tool a.layout-button-right, .panel-tool a.layout-button-up {
  width: 16px;
  height: 16px;
}

.layout-button-left {
  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-up {
  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: #eeeeee;
}

.layout-split-north {
  border-bottom: 5px solid #eeeeee;
}

.layout-split-south {
  border-top: 5px solid #eeeeee;
}

.layout-split-east {
  border-left: 5px solid #eeeeee;
}

.layout-expand {
  background-color: #ffffff;
}

.layout-expand-over {
  background-color: #d7dae5;
}

.l-btn {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  height: 30px;
  background-color: #00a0e9;
  color: #ffffff;
}
.l-btn.multi .l-btn-text {
  padding-left: 10px;
  padding-right: 10px;
}

.l-btn-plain {
  border-width: 0;
}

.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: 30px;
  font-size: 12px;
  padding: 0 10px;
}

.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 4px 0 26px;
}

.l-btn-icon-left .l-btn-icon {
  left: 8px;
}

.l-btn-icon-right .l-btn-text {
  margin: 0 24px 0 4px;
}

.l-btn-icon-right .l-btn-icon {
  right: 4px;
}

.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 4px;
  width: 16px;
}

.l-btn-plain:hover {
  padding: 0;
}

.l-btn-large .l-btn-text {
  line-height: 40px;
}

.l-btn-large .l-btn-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
}

.l-btn-large .l-btn-icon-left .l-btn-text {
  margin-left: 40px;
}

.l-btn-large .l-btn-icon-right .l-btn-text {
  margin-right: 40px;
}

.l-btn-large .l-btn-icon-top .l-btn-text {
  margin-top: 36px;
  line-height: 24px;
  min-width: 32px;
}

.l-btn-large .l-btn-icon-top .l-btn-icon {
  margin: 0 0 0 -16px;
}

.l-btn-large .l-btn-icon-bottom .l-btn-text {
  margin-bottom: 36px;
  line-height: 24px;
  min-width: 32px;
}

.l-btn-large .l-btn-icon-bottom .l-btn-icon {
  margin: 0 0 0 -16px;
}

.l-btn-large .l-btn-left .l-btn-empty {
  margin: 0 4px;
  width: 32px;
}

.l-btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.l-btn:hover {
  background: #00a0e9;
  color: #ffffff;
  filter: none;
}

/*流程重载btn hover样式*/
#addWindow .form-group .l-btn:hover, #addWindow .process-manager-toolbar .l-btn:hover, #mybody .form-group .l-btn:hover, #mybody .process-manager-toolbar .l-btn:hover {
  background: #00a0e9 !important;
  color: #ffffff;
  filter: none;
}

.l-btn-istext {
  padding: 0px 18px;
}

.l-btn-plain {
  background: transparent;
  filter: none;
  color: #666666;
  border: 1px solid #d7dae5;
  height: 28px;
}

.l-btn-outline {
  border-width: 1px;
  padding: 0;
}

.l-btn-plain:hover {
  background: #dddddd;
  color: #333333;
  -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: 0.5;
  cursor: default;
  background: #ffffff;
  color: #aaaaaa;
  background: -webkit-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}

.l-btn-disabled .l-btn-text,
.l-btn-disabled .l-btn-icon {
  filter: alpha(opacity=50);
}

.l-btn-plain-disabled,
.l-btn-plain-disabled:hover {
  background: transparent;
  filter: alpha(opacity=50);
}

.l-btn-selected,
.l-btn-selected:hover {
  filter: none;
}

.l-btn-no {
  background-color: #ffffff;
  color: #666666;
  height: 30px;
  border: 1px solid #d7dae5;
}
.l-btn-no .l-btn-text {
  line-height: 28px;
}

.l-btn-icon-left .l-btn-text {
  padding-right: 5px;
  margin-left: 18px;
}

.l-btn.l-btn-noborder {
  border: 0px;
}
.l-btn.l-btn-noborder .l-btn-icon-left .l-btn-text {
  margin: 0px;
  padding: 0px;
  padding-left: 21px;
}
.l-btn.l-btn-noborder .l-btn-icon-left .l-btn-icon {
  left: 0px;
}

.l-btn.l-btn-notext {
  border: 0px;
  line-height: 14px;
  height: 14px;
}
.l-btn.l-btn-notext .l-btn-icon-left .l-btn-text {
  line-height: 14px;
  height: 14px;
  margin: 0px;
  padding: 0px;
  padding-left: 21px;
}
.l-btn.l-btn-notext .l-btn-icon-left .l-btn-icon {
  left: 0px;
}

.l-btn.l-btn-notext .icon-add, .l-btn.l-btn-noborder .icon-add {
  background-image: url("images/ic-add-dialog.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-relativefileadd, .l-btn.l-btn-noborder .icon-relativefileadd {
  background-image: url("images/ic-add-relativefile.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-informationbar-edit, .l-btn.l-btn-noborder .icon-informationbar-edit {
  background-image: url("images/information-metadata-edit.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-informationbar-see, .l-btn.l-btn-noborder .icon-informationbar-see {
  background-image: url("images/information-metadata-see.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-remove, .l-btn.l-btn-noborder .icon-remove {
  background-image: url("images/ic-remove-dialog.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-edit, .l-btn.l-btn-noborder .icon-edit {
  background-image: url("images/ic-edit-dialog.png");
}
.l-btn.l-btn-notext .icon-retry, .l-btn.l-btn-noborder .icon-retry {
  background: url("icons/ic_retry.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .rollback, .l-btn.l-btn-noborder .rollback {
  background-image: url("images/rollback.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon_goto, .l-btn.l-btn-noborder .icon_goto {
  background-image: url("images/ic_goto.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .hdelete, .l-btn.l-btn-noborder .hdelete {
  background-image: url("images/ic-delete.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-publishver, .l-btn.l-btn-noborder .icon-publishver {
  background-image: url("images/publishVer.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .download, .l-btn.l-btn-noborder .download {
  background-image: url("images/ic_down-small.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-compare, .l-btn.l-btn-noborder .icon-compare {
  background-image: url("images/versioncompare.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-prive, .l-btn.l-btn-noborder .icon-prive {
  background-image: url("images/differenceup.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-next, .l-btn.l-btn-noborder .icon-next {
  background-image: url("images/differencedown.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon_Relieve, .l-btn.l-btn-noborder .icon_Relieve {
  background-image: url("images/ic_Relieve.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-refresh, .l-btn.l-btn-noborder .icon-refresh {
  background: url("icons/ic_refresh.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-return, .l-btn.l-btn-noborder .icon-return {
  background: url("icons/ic_back.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-emptying, .l-btn.l-btn-noborder .icon-emptying {
  background: url("icons/ic_empty.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-smarttag, .l-btn.l-btn-noborder .icon-smarttag {
  background: url("icons/ic_smarttag.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-personaltag, .l-btn.l-btn-noborder .icon-personaltag {
  background: url("icons/ic_personaltag.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-cleanup, .l-btn.l-btn-noborder .icon-cleanup {
  background: url("icons/cleanup.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-unstickteam, .l-btn.l-btn-noborder .icon-unstickteam {
  background: url("icons/unstickteam.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-extlog, .l-btn.l-btn-noborder .icon-extlog {
  background: url("icons/extlog.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-subscribe-cancel, .l-btn.l-btn-noborder .icon-subscribe-cancel {
  background: url("icons/subscribe-cancel.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-createteam, .l-btn.l-btn-noborder .icon-createteam {
  background: url("icons/createteam.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-cancelexp, .l-btn.l-btn-noborder .icon-cancelexp {
  background: url("icons/cancelexp.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-cancel, .l-btn.l-btn-noborder .icon-cancel {
  background: url("icons/cancel.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-removefile, .l-btn.l-btn-noborder .icon-removefile {
  background: url("icons/removefile.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-read, .l-btn.l-btn-noborder .icon-read {
  background: url("icons/read.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext .icon-createuset, .l-btn.l-btn-noborder .icon-createuset {
  background: url("icons/createUser.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext:hover, .l-btn.l-btn-noborder:hover {
  background-color: inherit;
  color: #dddddd;
}
.l-btn.l-btn-notext:hover .icon-add, .l-btn.l-btn-noborder:hover .icon-add {
  background-image: url("images/ic-add-dialog-hover.png");
}
.l-btn.l-btn-notext:hover .icon-relativefileadd, .l-btn.l-btn-noborder:hover .icon-relativefileadd {
  background-image: url("images/ic-add-relativefile-hover.png");
}
.l-btn.l-btn-notext:hover .icon-informationbar-edit, .l-btn.l-btn-noborder:hover .icon-informationbar-edit {
  background-image: url("images/information-metadata-edit-hover.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext:hover .icon-informationbar-see, .l-btn.l-btn-noborder:hover .icon-informationbar-see {
  background-image: url("images/information-metadata-see-hover.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext:hover .icon-remove, .l-btn.l-btn-noborder:hover .icon-remove {
  background-image: url("images/ic-remove-dialog-hover.png");
}
.l-btn.l-btn-notext:hover .icon-edit, .l-btn.l-btn-noborder:hover .icon-edit {
  background-image: url("images/ic-edit-dialog-hover.png");
}
.l-btn.l-btn-notext:hover .icon_goto, .l-btn.l-btn-noborder:hover .icon_goto {
  background-image: url("images/ic_goto_hover.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext:hover .icon-compare, .l-btn.l-btn-noborder:hover .icon-compare {
  background-image: url("images/versioncompare-hover.png");
}
.l-btn.l-btn-notext:hover .icon-prive, .l-btn.l-btn-noborder:hover .icon-prive {
  background-image: url("images/differenceup.png");
}
.l-btn.l-btn-notext:hover .icon-next, .l-btn.l-btn-noborder:hover .icon-next {
  background-image: url("images/differencedown.png");
}
.l-btn.l-btn-notext:hover .rollback, .l-btn.l-btn-noborder:hover .rollback {
  background-image: url("images/rollback-hover.png");
}
.l-btn.l-btn-notext:hover .hdelete, .l-btn.l-btn-noborder:hover .hdelete {
  background-image: url("images/ic-delete-hover.png");
}
.l-btn.l-btn-notext:hover .download, .l-btn.l-btn-noborder:hover .download {
  background-image: url("images/ic_down-small-hover.png");
}
.l-btn.l-btn-notext:hover .icon_Relieve, .l-btn.l-btn-noborder:hover .icon_Relieve {
  background-image: url("images/ic_Relieve_hover.png");
}
.l-btn.l-btn-notext:hover .icon-refresh, .l-btn.l-btn-noborder:hover .icon-refresh {
  background-image: url("images/ic_refresh_h.png");
}
.l-btn.l-btn-notext:hover .icon-return, .l-btn.l-btn-noborder:hover .icon-return {
  background-image: url("images/ic_back_h.png");
}
.l-btn.l-btn-notext:hover .icon-emptying, .l-btn.l-btn-noborder:hover .icon-emptying {
  background: url("icons/ic_empty_h.png");
}
.l-btn.l-btn-notext:hover .icon-retry, .l-btn.l-btn-noborder:hover .icon-retry {
  background: url("icons/ic_retry_hover.png");
}
.l-btn.l-btn-notext:hover .icon-smarttag, .l-btn.l-btn-noborder:hover .icon-smarttag {
  background: url("icons/ic_smarttag_hover.png");
}
.l-btn.l-btn-notext:hover .icon-personaltag, .l-btn.l-btn-noborder:hover .icon-personaltag {
  background: url("icons/ic_personaltag_hover.png");
}
.l-btn.l-btn-notext:hover .icon-cleanup, .l-btn.l-btn-noborder:hover .icon-cleanup {
  background: url("icons/cleanup-hover.png");
}
.l-btn.l-btn-notext:hover .icon-unstickteam, .l-btn.l-btn-noborder:hover .icon-unstickteam {
  background: url("icons/unstickteam-hover.png");
}
.l-btn.l-btn-notext:hover .icon-extlog, .l-btn.l-btn-noborder:hover .icon-extlog {
  background: url("icons/extlog-hover.png");
}
.l-btn.l-btn-notext:hover .icon-subscribe-cancel, .l-btn.l-btn-noborder:hover .icon-subscribe-cancel {
  background: url("icons/subscribe-cancel-hover.png");
}
.l-btn.l-btn-notext:hover .icon-createteam, .l-btn.l-btn-noborder:hover .icon-createteam {
  background: url("icons/createteam-hover.png");
}
.l-btn.l-btn-notext:hover .icon-cancelexp, .l-btn.l-btn-noborder:hover .icon-cancelexp {
  background: url("icons/cancelexp-hover.png");
  background-repeat: no-repeat;
}
.l-btn.l-btn-notext:hover .icon-cancel, .l-btn.l-btn-noborder:hover .icon-cancel {
  background: url("icons/cancel-hover.png");
}
.l-btn.l-btn-notext:hover .icon-removefile, .l-btn.l-btn-noborder:hover .icon-removefile {
  background: url("icons/removefile-hover.png");
}
.l-btn.l-btn-notext:hover .icon-read, .l-btn.l-btn-noborder:hover .icon-read {
  background: url("icons/read-hover.png");
}
.l-btn.l-btn-notext:hover .icon-createuser, .l-btn.l-btn-noborder:hover .icon-createuser {
  background: url("icons/createUser-hover.png");
}

.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;
}

.menu-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 50%;
  margin-top: -8px;
}

.menu-rightarrow {
  display: none;
  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-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: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.menu-text,
.menu-text span {
  font-size: 12px;
}

.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 #cccccc;
  -webkit-box-shadow: 2px 2px 3px #cccccc;
  box-shadow: 2px 2px 3px #cccccc;
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}

.menu-rightarrow {
  background: url("images/menu_arrows.png") no-repeat -32px center;
}

.menu-line {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ffffff;
}

.menu-sep {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ffffff;
}

.menu {
  background-color: #ffffff;
  opacity: 0.8;
  border-color: #d7dae5;
  color: #333333;
}

.menu-content {
  background: #ffffff;
}

.menu-item {
  border-color: transparent;
  _border-color: #ffffff;
}

.menu-active {
  border-color: #ccc;
  color: #333333;
  background: #eeeeee;
}

.menu-active-disabled {
  border-color: transparent;
  background: transparent;
  color: #333333;
}

.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: #eeeeee;
  color: #333333;
  border: 1px solid #ccc;
  filter: none;
}

.m-btn-plain-active,
.s-btn-plain-active {
  background: transparent;
  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-top .m-btn-downarrow,
.m-btn .l-btn-icon-bottom .m-btn-downarrow {
  top: auto;
  bottom: 0px;
  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: #d7dae5;
  border-width: 0 0 0 1px;
}

.m-btn .l-btn-icon-top .m-btn-line,
.m-btn .l-btn-icon-bottom .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: #eeeeee;
  color: #333333;
}

.messager-body {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}

.messager-button {
  text-align: center;
  padding-top: 34px;
}
.messager-button .l-btn {
  width: auto;
}

.messager-icon-null-button {
  padding-top: 52px;
}

.messager-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-top: 24px;
}

.messager-text {
  margin-top: 12px;
}

.messager-icon-null {
  margin-top: 50px;
}

.messager-error {
  background: url("images/messager-error.png") no-repeat;
}

.messager-info {
  background: url("images/messager-info.png") no-repeat;
}

.messager-question {
  background: url("images/icon-question.png") no-repeat;
}

.messager-warning {
  background: url("images/messager-warning.png") no-repeat;
}

.messager-progress {
  padding: 10px;
}

.messager-p-msg {
  margin-bottom: 5px;
}

.messager-body .messager-input {
  width: 96%;
  padding: 4px 0;
  border: 1px solid #d7dae5;
}

.messager-prompt-icon {
  margin-top: 12px;
}

.messager-prompt-text {
  margin-top: 4px;
}

.messager-prompt-btton {
  padding-top: 19px;
}

.messager-slide-text {
  margin-top: 20px;
  text-align: center;
}

.numberbox {
  border: 1px solid #d7dae5;
  margin: 0;
  padding: 0 2px;
  vertical-align: middle;
}

.textbox {
  padding: 0;
}

.pagination {
  zoom: 1;
  margin-top: 12px;
  background-color: transparent;
  border: none;
}
.pagination table {
  float: right;
  height: 30px;
  color: #666666;
}
.pagination td {
  border: 0;
}
.pagination span.textbox:hover {
  border: 1px solid #00a0e9;
}
.pagination .pagination-num {
  border-width: 1px;
  border-style: solid;
  margin: 0 2px;
  padding: 2px;
  width: 2em;
  height: auto;
}
.pagination span {
  font-size: 12px;
}

.pagination-page-combo {
  float: left;
  margin-left: 6px !important;
}

.pagination-btn-separator {
  float: left;
  height: 24px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ffffff;
  margin: 3px 1px;
}

.pagination-page-list {
  width: 60px;
  height: 25px;
  border-radius: 4px;
  background: url(images/arrowdown.png) 40px 10px no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  margin: 10px;
}

.pagination-info {
  float: right;
  margin: 0 20px 0 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.pagination-link .l-btn-text {
  width: 24px;
  text-align: center;
  margin: 0;
}

.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-page-list,
.pagination .pagination-num {
  border-color: #d7dae5;
}

.panel {
  overflow: hidden;
  text-align: left;
  margin: 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.panel-header,
.panel-body {
  border-width: 1px;
  border-style: solid;
}

.panel-header {
  padding: 5px;
  position: relative;
}

.panel-title {
  background: url("images/blank.gif") no-repeat;
}

.panel-header-noborder {
  border-width: 0 0 1px 0;
}

.panel-body {
  overflow: auto;
  border-top-width: 0;
  padding: 0;
}

.panel-body-noheader {
  /*无头部边框 谁加的？ by tanyo*/
  border-top-width: 1px;
  border-left-color: #d7dae5;
}

.panel-body-noborder {
  border-width: 0px;
}

.panel-body-nobottom {
  border-bottom-width: 0;
}

.panel-with-icon {
  padding-left: 18px;
}

.panel-icon,
.panel-tool {
  position: absolute;
  top: 50%;
  overflow: hidden;
}

.panel-icon {
  left: 5px;
  width: 16px;
}

.panel-tool {
  right: 5px;
  width: auto;
}
.panel-tool .panel-tool-close {
  background: url(images/tool-close.png) center center no-repeat;
  background-size: 32px 32px;
  top: 0;
  left: 0;
}
.panel-tool .panel-tool-close:hover {
  background: url(images/tool-close-hover.png) center center no-repeat;
}
.panel-tool a {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.panel-tool a:hover {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.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-tool-close.png") no-repeat;
}
.panel-tool-close:hover {
  background: url("images/panel-tool-close-hover.png") no-repeat;
}

.panel-tool-min {
  background: url("images/panel-tool-min.png") no-repeat;
}
.panel-tool-min:hover {
  background: url("images/panel-tool-min-hover.png") no-repeat;
}

.panel-tool-max {
  background: url("images/panel-tool-max.png") no-repeat;
}
.panel-tool-max:hover {
  background: url("images/panel-tool-max-hover.png") no-repeat;
}

.panel-tool-restore {
  background: url("images/panel-tool-restore.png") no-repeat;
}
.panel-tool-restore:hover {
  background: url("images/panel-tool-restore-hover.png") no-repeat;
}

.panel-tool-collapse {
  background: url("images/panel-tool-collapse.png") no-repeat;
}
.panel-tool-collapse:hover {
  background: url("images/panel-tool-collapse-hover.png") no-repeat;
}

.panel-tool-expand {
  background: url("images/panel-tool-expand.png") no-repeat;
}
.panel-tool-expand:hover {
  background: url("images/panel-tool-expand-hover.png") no-repeat;
}

.panel-header,
.panel-body {
  border-color: #d7dae5;
}

.panel-header {
  background-color: #f3f3f3;
  background-repeat: repeat-x;
}

.panel-body {
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
}

.panel-title {
  font-size: 14px;
  height: 34px;
  padding-left: 10px;
  line-height: 34px;
  color: #333333;
  cursor: move;
  letter-spacing: 0;
}

.window .panel-title {
  color: #ffffff;
}

.panel-footer {
  border: 1px solid #d7dae5;
  overflow: hidden;
  background: #ffffff;
}

.panel-footer-noborder {
  border-width: 1px 0 0 0;
}

.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: #dddddd;
}

.progressbar-text {
  color: #333333;
  font-size: 12px;
}

.progressbar-value .progressbar-text {
  background-color: #00a0e9;
  color: #ffffff;
}

.propertygrid .datagrid-view1 .datagrid-body td {
  padding-bottom: 1px;
  border-width: 0 1px 0 0;
}

.propertygrid .datagrid-group {
  height: 21px;
  overflow: hidden;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.propertygrid .datagrid-group span {
  color: #333333;
  font-size: 12px;
}

.propertygrid .datagrid-view1 .datagrid-body td {
  border-color: #d7dae5;
}

.propertygrid .datagrid-view1 .datagrid-group {
  border-color: #ffffff;
}

.propertygrid .datagrid-view2 .datagrid-group {
  border-color: #d7dae5;
}

.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
  background: #f8f8f8;
}

.propertygrid .datagrid-view1 .datagrid-body .datagrid-row td {
  border: none;
}

.propertygrid .datagrid-view1 .datagrid-group {
  border-color: #d7dae5;
}

/* 可实现高度沾满
.propertygrid .datagrid-view2 .datagrid-body .datagrid-row{
  td[field='value']{
    height: inherit;
    .datagrid-editable{
      height: inherit;
      table{
        height: inherit;
        tr{
          height: inherit;
          td{
            height: inherit;
          }
        }
      }
    }
  }
}
*/
/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: hidden !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  z-index: 10;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

.searchbox {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  vertical-align: middle;
  border-color: #d7dae5;
  background-color: #ffffff;
}
.searchbox .searchbox-text {
  font-size: 12px;
  border: 0;
  margin: 0;
  padding: 0 2px;
  vertical-align: top;
}
.searchbox .searchbox-prompt {
  font-size: 12px;
  color: #ccc;
}
.searchbox .l-btn-plain {
  border: 0;
  padding: 0;
  vertical-align: top;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -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.0;
  filter: alpha(opacity=100);
  -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 .l-btn-plain {
  background: #f3f3f3;
}
.searchbox .l-btn-plain-disabled, .searchbox .l-btn-plain-disabled:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.searchbox-button {
  width: 18px;
  height: 20px;
  margin-right: 6px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.searchbox-button-hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.searchbox-button {
  background: url("images/searchbox_button.png") no-repeat center center;
}
.searchbox-button:hover {
  background: url("images/seach_hover.png") no-repeat center center;
}

.textbox-invalid {
  border-color: #ffa8a8;
  background-color: #ffffff;
}

.slider-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.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;
  border-color: #d7dae5;
  background: #f3f3f3;
}

.slider-handle {
  position: absolute;
  display: block;
  outline: none;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background: url("images/slider_handle.png") no-repeat;
}

.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;
  border-color: #d7dae5;
}

.slider-rulelabel {
  position: relative;
  top: 20px;
  color: #333333;
}
.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: 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-rulelabel span {
  color: #333333;
}

.spinner {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  vertical-align: middle;
  border-color: #d7dae5;
}
.spinner .spinner-text {
  font-size: 12px;
  border: 0px;
  margin: 0;
  padding: 0 2px;
  vertical-align: baseline;
}
.spinner .textbox-icon-disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.spinner-arrow {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin: 0;
  padding: 0;
  opacity: 1.0;
  filter: alpha(opacity=100);
  width: 18px;
}

.spinner-arrow-up,
.spinner-arrow-down {
  display: block;
  font-size: 1px;
  width: 18px;
  height: 10px;
  width: 100%;
  height: 50%;
  color: #333333;
  outline-style: none;
}

.spinner-arrow-up:hover {
  background: url(images/arrow_up_hover.png) center center no-repeat;
}

.spinner-arrow-down:hover {
  background: url(images/arrow_down_hover.png) center center no-repeat;
}

.spinner-arrow-up {
  background: url("images/arrow_up.png") no-repeat center center;
}

.spinner-arrow-down {
  background: url("images/arrow_down.png") no-repeat center center;
}

.s-btn:hover .m-btn-line,
.s-btn-active .m-btn-line,
.s-btn-plain-active .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;
}

.tabs-container {
  overflow: hidden;
}

.tabs-header {
  position: relative;
  padding: 0;
}

.tabs-header .tabs-wrap .tabs li a:not(.tabs-close) {
  min-width: 40px;
}

#formContainer .tabs-header .tabs-wrap .tabs li a:not(.tabs-close) {
  min-width: 0px;
}

.tabs-scroller-left,
.tabs-scroller-right {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 18px;
  font-size: 1px;
  display: none;
  cursor: pointer;
  z-index: 2;
}

.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;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tabs-scrolling {
  margin-left: 18px;
  margin-right: 18px;
}

.tabs-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.tabs {
  list-style-type: none;
  height: 30px;
  margin: 0px;
  padding: 0px;
  width: 50000px;
}
.tabs li {
  float: left;
  display: inline-block;
  padding: 0;
  position: relative;
  border: 0;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.tabs li a.tabs-inner {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
}
.tabs li a.tabs-close {
  width: 12px;
  right: 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tabs li.tabs-selected {
  position: relative;
}
.tabs li.tabs-selected a.tabs-inner {
  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-p-tool {
  right: 16px;
}
.tabs-p-tool a {
  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;
  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-title {
  font-size: 12px;
}

.tabs-closable {
  padding-right: 8px;
}

.tabs-panels {
  margin: 2px 0px 0px 0px;
  padding: 0px;
  border-top-width: 0 !important;
  border-top: 1px solid #eeeeee !important;
}

.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-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-left .tabs {
  height: 100%;
  padding: 4px 0 0 2px;
  border-width: 0 1px 0 0;
}
.tabs-header-left .tabs li {
  left: auto;
  right: 0;
  float: right;
}

.tabs-header-right {
  float: right;
  border-width: 1px 1px 1px 0;
  padding: 0;
}
.tabs-header-right .tabs {
  height: 100%;
  padding: 4px 2px 0 0;
  border-width: 0 0 0 1px;
}
.tabs-header-right .tabs li {
  left: 0;
  right: auto;
  float: left;
}

.tabs-header-left .tabs-wrap, .tabs-header-right .tabs-wrap {
  height: 100%;
}

.tabs-header-left .tabs li, .tabs-header-right .tabs li {
  display: block;
  width: 100%;
  position: relative;
}

.tabs-justified li a.tabs-inner {
  padding-left: 0;
  padding-right: 0;
}

.tabs-header-left .tabs li a.tabs-inner {
  display: block;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-header-right .tabs li a.tabs-inner {
  display: block;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.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-panels-noborder {
  border-top: 1px solid transparent;
}

.tabs-header-plain {
  border: 0px;
  background: transparent;
}

.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-narrow,
.tabs-header-narrow .tabs-narrow {
  padding: 0;
}

.tabs-narrow li,
.tabs-header-bottom .tabs-narrow li {
  margin-left: 0;
  margin-right: -1px;
}

.tabs-narrow li.tabs-last,
.tabs-header-bottom .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/tab-delete.png") no-repeat center center;
}

.tabs li:first-child {
  border-left: 1px solid #eeeeee;
}

.tabs li a.tabs-inner:hover {
  background: #eeeeee;
  color: #333333;
  filter: none;
}

.tabs li.tabs-selected a.tabs-inner {
  background-color: #ffffff;
  color: #333333;
}

.tabs li.tabs-selected {
  border-bottom: none;
  border-top: 2px solid #00a0e9;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
  background: -webkit-linear-gradient(left, #F8F8F8 0, #eeeeee 100%);
  background: -moz-linear-gradient(left, #F8F8F8 0, #eeeeee 100%);
  background: -o-linear-gradient(left, #F8F8F8 0, #eeeeee 100%);
  background: linear-gradient(to right, #F8F8F8 0, #eeeeee 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=1);
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  background: -webkit-linear-gradient(left, #ffffff 0, #eeeeee 100%);
  background: -moz-linear-gradient(left, #ffffff 0, #eeeeee 100%);
  background: -o-linear-gradient(left, #ffffff 0, #eeeeee 100%);
  background: linear-gradient(to right, #ffffff 0, #eeeeee 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=1);
}

.tabs li a.tabs-inner {
  color: #666666;
  background-color: #ffffff;
  -background: -webkit-linear-gradient(top, #F8F8F8 0, #eeeeee 100%);
  -background: -moz-linear-gradient(top, #F8F8F8 0, #eeeeee 100%);
  -background: -o-linear-gradient(top, #F8F8F8 0, #eeeeee 100%);
  -background: linear-gradient(to bottom, #F8F8F8 0, #eeeeee 100%);
  -background-repeat: repeat-x;
  -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}

.tabs-header,
.tabs-tool {
  background-color: #ffffff;
}

.tabs-header-plain {
  background: transparent;
}

.tabs li a:hover.tabs-close {
  background: url(images/tab-delete-hover.png) no-repeat center center;
}

.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
  border-top: 1px solid #ffffff;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
  border-right: 1px solid #ffffff;
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  border-left: 1px solid #ffffff;
}

.tabs-header .tabs-pill li.tabs-selected a.tabs-inner {
  background: #00a0e9;
  color: #ffffff;
  filter: none;
  border-color: #d7dae5;
}

/*************提示线在下边的样式重载******************/
.tabs-container.underline-bottom .tabs-selected {
  border-top: 1px solid #eeeeee;
  border-bottom: 2px solid #00a0e9;
}
.tabs-container.underline-bottom .tabs-inner {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.tabs-header > .tabs-wrap {
  margin-left: 20px;
}

.easyui-tabs {
  background-color: #f5f5f5;
}

.layuiLayout .tabs li:hover:after {
  width: 100%;
}
.layuiLayout .tabs li:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 0;
  background-color: #00a0e9;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}
.layuiLayout .tabs li a.tabs-inner {
  padding-left: 10px;
  padding-right: 20px;
}
.layuiLayout .tabs li.tabs-selected:after {
  background-color: transparent;
}
.layuiLayout .tabs-panels {
  margin: -1px 0px 0px 0px;
}
.layuiLayout .tabs-p-tool a {
  font-size: 1px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.layuiLayout .tabs li a.tabs-close,
.layuiLayout .tabs-p-tool {
  height: 16px;
  margin-top: -8px;
  padding-right: 6px;
}
.layuiLayout .tabs li a.tabs-close {
  width: 16px;
  right: 4px;
  padding-right: 6px;
}
.layuiLayout .tabs {
  height: 40px;
}
.layuiLayout .tabs-scroller-left,
.layuiLayout .tabs-scroller-right {
  z-index: 2;
}
.layuiLayout .tabs-wrap {
  overflow: hidden;
}

.textbox {
  position: relative;
  border: 1px solid #d7dae5;
  background-color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  height: 28px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-text {
  box-sizing: content-box;
  font-size: 12px;
  border: 0;
  margin: 0;
  padding: 4px;
  padding-left: 10px;
  white-space: normal;
  color: #333333;
  vertical-align: top;
  outline-style: none;
  resize: none;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-prompt {
  font-size: 12px;
  color: #aaaaaa;
}
.textbox .textbox .textbox-prompt {
  font-size: 12px;
  color: #9fa1a6;
}
.textbox .textbox .textbox-text {
  box-sizing: content-box;
  font-size: 12px;
  border: 0;
  margin: 0;
  padding-left: 10px;
  white-space: normal;
  color: #6b7180;
  vertical-align: top;
  outline-style: none;
  resize: none;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-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-disabled {
  background-color: #f7f8fa !important;
}
.textbox-disabled input {
  color: #aaaaaa !important;
  background-color: #f7f8fa !important;
}
.textbox-disabled .combo-arrow {
  background: url(images/combo_arrow-disabled.png) center center no-repeat;
}

.textbox-button-right,
.textbox-button-right:hover {
  border-width: 0 0 0 1px;
}

.textbox-button-left,
.textbox-button-left:hover {
  border-width: 0 1px 0 0;
}

.textbox-addon {
  position: absolute;
  top: 0;
}

.textbox-icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  overflow: hidden;
  vertical-align: top;
  background-position: center center;
  cursor: pointer;
  text-decoration: none;
  outline-style: none;
}

.textbox-icon-disabled,
.textbox-icon-readonly {
  cursor: default;
}

.textbox-icon-disabled:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.textbox-focused {
  border: 1px solid #dddddd;
}

.textbox-focused .textbox-text {
  color: #333333;
}

.textbox-invalid {
  border-color: #D82C20;
  background-color: #ffffff;
}

.tooltip {
  position: absolute;
  display: none;
  z-index: 9900000;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  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;
  background-color: #ffffff;
  border-color: #d7dae5;
  color: #256f95;
}

.nav-tooltip.tooltip {
  background-color: #00a0e9;
  border: 0;
  color: #ffffff;
}

.tooltip-content {
  font-size: 12px;
}

.tooltip-arrow-outer,
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
  _border-color: tomato;
  _filter: chroma(color=tomato);
}

.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-right .tooltip-arrow-outer {
  border-right-color: #d7dae5;
}
.tooltip-right .tooltip-arrow {
  border-right-color: #ffffff;
}

.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-left .tooltip-arrow-outer {
  border-left-color: #d7dae5;
}
.tooltip-left .tooltip-arrow {
  border-left-color: #ffffff;
}

.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-top .tooltip-arrow-outer {
  border-top-color: #d7dae5;
}
.tooltip-top .tooltip-arrow {
  border-top-color: #ffffff;
}

.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-bottom .tooltip-arrow-outer {
  border-bottom-color: #d7dae5;
}
.tooltip-bottom .tooltip-arrow {
  border-bottom-color: #ffffff;
}

.tree {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tree li {
  white-space: nowrap;
}
.tree li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tree-node {
  height: 18px;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 0px;
}

.tree-hit {
  cursor: pointer;
}

.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent,
.tree-leaf {
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: top;
  overflow: hidden;
  margin-right: 6px;
}

.tree-expanded {
  background: url("images/tree_icons-expanded.png") 1px 0 no-repeat;
}

.tree-leaf {
  background: url(images/tree_leaf.png) 2px 2px no-repeat;
  background-size: 12px 12px;
}

.tree-expanded-hover {
  background: url("images/tree_icons.png") no-repeat;
}

.tree-collapsed {
  background: url("images/tree_icons-collapsed.png") no-repeat;
}

.tree-collapsed-hover {
  background: url("images/tree_icons.png") no-repeat;
}

.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-folder.png") no-repeat;
  background-size: 16px auto;
}

.tree-folder-open {
  background: url("images/tree-folder-open.png") no-repeat;
}

.tree-file {
  background: url("images/tree-file.png") no-repeat;
}

.tree-enterprise, .tree-team {
  background: url(images/tree-enterprise.png) no-repeat 0 1px;
  margin-left: -2px;
}

.tree-recyclebin {
  background: url(images/tree-recyclebin.png) no-repeat 0 1px;
  margin-left: -2px !important;
}

.tree-pageMore {
  background: url("images/tree-pageMore.png") no-repeat 0 1px;
  margin-left: -2px !important;
}

.tree-loading {
  background: url("images/loading.gif") no-repeat center center;
}

.tree-checkbox0 {
  background: url("images/checkbox.png") no-repeat;
}

.tree-checkbox1 {
  background: url("images/checkbox-select.png") no-repeat;
}

.tree-checkbox2 {
  background: url("images/checkbox2.png") no-repeat;
}

.tree-title {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 2px;
  height: 18px;
  line-height: 18px;
}

.tree-node-proxy {
  font-size: 12px;
  line-height: 20px;
  padding: 0 2px 0 20px;
  border-width: 1px;
  border-style: solid;
  z-index: 9900000;
}

.tree-dnd-icon {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 18px;
  left: 2px;
  top: 50%;
  margin-top: -9px;
}

.tree-dnd-yes {
  background: url("images/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 #ccc;
  font-size: 12px;
  height: 14px !important;
  height: 18px;
  line-height: 14px;
  padding: 1px 2px;
  width: 80px;
  position: absolute;
  top: 0;
}

.tree-node-proxy {
  background-color: #ffffff;
  color: #333333;
  border-color: #d7dae5;
}

.tree-node-hover {
  background: #eeeeee;
  color: #333333;
}

.tree-node-selected {
  background: #dddddd;
  color: #333333;
}

.tree-node-hidden {
  display: none;
}

#userGroupTree .tree-folder {
  background: url("images/tree-group.png") no-repeat;
  background-size: 16px auto;
}

#userGroupTree .tree-folder-open {
  background: url("images/tree-group.png") no-repeat;
}

#userGroupTree .tree-file {
  background: url("images/tree-member.png") no-repeat;
}

#userGroupTree input.tree-editor {
  height: 24px !important;
  line-height: 30px;
  text-align: center;
}

#userGroupTree li {
  width: 409px;
}

#userGroupTree span.tree-icon.tree-file {
  margin-left: -15px;
}

ul#userGroupTree {
  width: auto;
}

#userGroupTree span.tree-indent {
  width: 0px;
}

.layuiLayout .tree-indent {
  width: 10px;
}

.validatebox-invalid {
  border-color: #ffa8a8;
  background-color: #ffffff;
  color: #333333;
}

.window {
  overflow: hidden;
}
.window .window-header {
  background: transparent;
  background: #256f95;
  filter: none;
  padding: 0;
}
.window .window-header .panel-icon, .window .window-header .panel-tool {
  top: 50%;
}
.window .window-header .panel-icon {
  left: 1px;
}
.window .window-header .panel-tool {
  right: 1px;
  top: 1px;
}
.window .window-header .panel-title {
  padding-left: 10px;
}
.window .window-body-noheader {
  border-top-width: 1px;
}
.window .panel-body-nobottom {
  border-bottom-width: 0;
}

.window-proxy {
  position: absolute;
  overflow: hidden;
}

.window-proxy-mask {
  position: absolute;
  filter: alpha(opacity=5);
  opacity: 0.05;
}

.window-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=40);
  opacity: 0.40;
  font-size: 1px;
  overflow: hidden;
}

.window,
.window-shadow {
  position: absolute;
}

.window-shadow {
  -moz-box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}

.window {
  background-color: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0, #eeeeee 20%);
  background: -moz-linear-gradient(top, #ffffff 0, #eeeeee 20%);
  background: -o-linear-gradient(top, #ffffff 0, #eeeeee 20%);
  background: linear-gradient(to bottom, #ffffff 0, #eeeeee 20%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}

.window-proxy {
  border: 1px dashed #d7dae5;
}

.window-proxy-mask,
.window-mask {
  background: #333333;
}

.window .panel-footer {
  border: 1px solid #d7dae5;
  position: relative;
  top: -1px;
}

.transferbox {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.transferbox-left {
  width: 50%;
  float: left;
  margin-left: -20px;
}
.transferbox-left > div {
  margin-left: 20px;
}
.transferbox-center {
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.transferbox-center button {
  margin: 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  padding: 0;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  background-color: #00a0e9;
  border-color: #00a0e9;
  cursor: pointer;
}
.transferbox-center button:first-child {
  margin-bottom: 4px;
}
.transferbox-center button:hover {
  opacity: 0.8;
}
.transferbox-center button[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.transferbox-center button i {
  vertical-align: baseline;
}
.transferbox-right {
  width: 50%;
  float: right;
  margin-left: -20px;
}
.transferbox-right > div {
  margin-left: 20px;
}
.transferbox-list {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.transferbox-list-header {
  padding: 8px 12px 9px;
  border-bottom: 1px solid #f0f0f0;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px 2px 0 0;
}
.transferbox-list-header .transferbox-icon-down {
  margin-left: 8px;
}
.transferbox-list-header .transferbox-total {
  margin: 0 4px;
}
.transferbox-list-search {
  padding: 12px;
}
.transferbox-list-body {
  position: relative;
  height: 250px;
  overflow-y: auto;
}
.transferbox-list-body-item {
  padding: 8px 12px;
  overflow: hidden;
}
.transferbox-list-body-item:hover {
  background-color: #f5f5f5;
}
.transferbox-list-body-item .inputbox {
  float: left;
  margin-top: -1px;
}
.transferbox-list-body-item .textbox-label {
  width: auto;
  display: block;
  cursor: pointer;
}
.transferbox-list-body-item.transferbox-checked {
  background-color: rgba(0, 160, 233, 0.3);
}
.transferbox-list-body-empty {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 100px;
  background-image: url("/Content/inbiz/public/images/eform/noDataIcons/noData.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  color: #aaa;
}
.transferbox-list-body-empty span {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.transferbox-list-pagination {
  border-top: 1px solid #f0f0f0;
  padding: 8px 0 4px;
}
.transferbox-list-pagination .pagination table {
  float: right;
}
.transferbox-list-pagination .pagination td a[key="next"], .transferbox-list-pagination .pagination td a[key="prev"] {
  border: none;
}
.transferbox.small .transferbox-list-body {
  height: 200px;
}
.transferbox .transferbox-checkbox {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.transferbox .transferbox-checkbox input {
  display: none;
}
.transferbox .transferbox-checkbox-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  box-sizing: border-box;
}
.transferbox .transferbox-checkbox-inner:hover {
  border-color: #00a0e9;
}
.transferbox .transferbox-checkbox-inner::after {
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00a0e9;
  opacity: 0;
  transition: opacity .36s;
  width: 100%;
  text-align: center;
}
.transferbox .transferbox-checkbox:not(.indeterminate) input:checked + span {
  border-color: #00a0e9;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
}
.transferbox .transferbox-checkbox:not(.indeterminate) input:checked + span::after {
  content: "\f00c";
  color: #fff;
  opacity: 1;
}
.transferbox .transferbox-checkbox.indeterminate input:checked + span::after {
  content: '';
  width: 50%;
  height: 50%;
  opacity: 1;
  background-color: #00a0e9;
}

/*# sourceMappingURL=easyui.css.map */
