.panel {
  overflow: hidden;
  text-align: left;
  margin: 0;
  border: 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  /*border:1px solid #F5F8F9;*/
}
.contTable .panel-header, .panel-body {
  border-width: unset;
  border-style: unset;
  padding: 0;
}
.easyui-dialog.panel-body{
  border:unset;
}
.easyui-dialog .panel-body{
  padding:24px 24px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--baseFontColor, #b5bbc9);
  border-radius: unset;
  border:unset;
  background-color:var(--UXTableFixedBackGroundColor)
}
.easyui-dialog .panel-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.easyui-dialog .panel-body::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}
.easyui-dialog .self-table,
.easyui-dialog .easyui-form .self-table{
  border-spacing: 0;
  font-size: 14px;
}
.easyui-dialog .self-table tr,
.easyui-dialog .easyui-form .self-table tr{
  vertical-align: top;
  line-height: 1.5;
}
.easyui-dialog .easyui-form{
  margin: 0px;
}
.easyui-dialog .easyui-layout .easyui-form{
  margin: 0px;
}
.easyui-dialog .self-table tr td:nth-child(2),
.easyui-dialog .easyui-form .self-table tr td:nth-child(2){
  height: 46px;
  line-height: 22px;
  font-size: 14px;
  color: var(--importantFontColor);
  word-break: break-word;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  margin-bottom: 12px;
  width:100%;
  padding-right: 0;
}
.easyui-dialog .self-table tr td:nth-child(2) .textbox-text,
.easyui-dialog .easyui-form .self-table tr td:nth-child(2) .textbox-text{
  width: 100% !important;
}
.easyui-dialog .filebox .textbox-text{
  padding-top: 15px !important;
}
.easyui-dialog .filebox,.easyui-dialog .self-table tr td:nth-child(2) .filebox{
  position: relative;
  border: 1px solid var(--lineColor);
  background-color: var(--headMenu, #0a1832);
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 3px;
  width: 100% !important;
  height: 32px !important;
  line-height: 32px;
}
.easyui-dialog .filebox:hover,.easyui-dialog .self-table tr td:nth-child(2) .filebox:hover{
  border-color: #2a50d7;
}
.easyui-dialog .filebox .l-btn-left,.easyui-dialog .self-table tr td:nth-child(2) .filebox .l-btn-left{
  margin-top: 5px !important;
  height: 32px;
}
.easyui-dialog .tabbox{
  width:100% !important;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  outline: 0;
}
.tableTitle{
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--baseFontColor, #b5bbc9) !important
}
.easyui-dialog .tabbox .tabItem{
  color: var(--baseFontColor, #b5bbc9);
  height: 100%;
  padding: 7px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
  font-size: 14px;
}
.easyui-dialog .highlight-tab{
  font-weight: 600 !important;
  color: #2a50d7 !important;
  border-bottom:solid 1px #2a50d7 !important;
}
.easyui-dialog .filebox .textbox-prompt,
.easyui-dialog .filebox .textbox-prompt:hover,
.easyui-dialog .filebox.textbox-focused
.easyui-dialog .self-table tr td:nth-child(2) .filebox .textbox-prompt,
.easyui-dialog .self-table tr td:nth-child(2) .filebox .textbox-prompt:hover,
.easyui-dialog .self-table .filebox.textbox-focused{
  width:80% !important;
  height: 32px !important;
  padding-top: 0;
  padding-bottom: 0;
  border-top: unset !important;
  border-left: unset !important;
}
.easyui-dialog .filebox .textbox-prompt:hover,
.easyui-dialog .filebox.textbox-focused,
.easyui-dialog .self-table tr td:nth-child(2) .filebox .textbox-prompt:hover,
.easyui-dialog .self-table .filebox.textbox-focused{
  border-color: #2a50d7;
}
.easyui-dialog .filebox input[readonly],
.easyui-dialog .self-table tr td:nth-child(2) .filebox input[readonly] {
  cursor: not-allowed;
  padding-top: 0;
  padding-bottom: 0;
}
.easyui-dialog .filebox .textbox-button,
.easyui-dialog .filebox .textbox-button:hover,
.easyui-dialog .self-table tr td:nth-child(2) .filebox .textbox-button,
.easyui-dialog .self-table tr td:nth-child(2) .filebox .textbox-button:hover{
  position: absolute;
  top: -6px;
  padding: 0;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 20% !important;
  height: 36px !important;
  text-align: center;
  line-height: 36px;
  margin-right: 0;
  z-index:10;
}
.easyui-dialog .self-table tr td:nth-child(1),
.easyui-dialog .easyui-form .self-table tr td:nth-child(1){
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 28px 0 0;
  height: 46px;
  width:170px;
}
.panel-header {
  padding: 8px;
  position: relative;
}
.panel-title {
  background: url('images-common/blank.gif') no-repeat;
  display: inline-block;
  width: calc(100% - 44px);
  line-height: 24px;
  font-size: 16px;
  color: var(--importantFontColor);
  font-weight: 700;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: ltr;
  font-family: Arial, Microsoft YaHei, Helvetica, sans-serif !important;
}
.panel-body {
  overflow: auto;
  border-top-width: 0;
  padding: 0;
}
.panel-body-noheader {
  border-top-width: 1px;
}
.panel-body-noborder {
  border-width: 0px;
}
.panel-body-nobottom {
  border-bottom-width: 0;
}
.panel-with-icon {
  padding-left: 18px;
}
.panel-icon {
  left: 5px;
  width: 16px;
}
.panel-tool {
  right: 5px;
  width: auto;
}
.accordion .accordion-header .panel-tool {
  left: 5px;
  width: auto;
}
.panel-tool a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 2px;
  vertical-align: top;
}
.panel-tool a:hover {
  opacity: 1;
  background-color: #eaf2ff;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.panel-loading {
  padding: 11px 0px 10px 30px;
}
.panel-noscroll {
  overflow: hidden;
  margin: 0;
  line-height: 1.5;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
}
.panel-fit,
.panel-fit body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.panel-loading {
  background: url('images-common/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close,#closeInformation{
  background: url('images-common/closed.png') no-repeat;
}
.theme-dark .panel-tool-close,.theme-dark #closeInformation{
  background: url('images-common/closed-dark.png') no-repeat;
}
.panel-tool-min {
  background: url('images-common/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
  background: url('images-common/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
  background: url('images-common/panel_tools.png') no-repeat -16px -16px;
}
.panel-tool-collapse {
  background: url('images-common/panel_tools.png') no-repeat -32px 0;
}
.panel-tool-expand {
  background: url('images-common/panel_tools.png') no-repeat -32px -16px;
}
.accordion .panel-header {
  border-color: #F6F7FB;
  padding: 0 10px;
}
.panel-body {
  background-color: var(--boxColor, #fff);
  color: var(--baseFontColor, #b5bbc9);
  font-size: 12px;
  padding:20px;
  border-radius: 5px 5px;
  border: solid 1px var(--boxBorderColor, #fff);
}
.accordion .panel-title{
  font-size: 14px;
  font-weight: normal;
  color: #333;
  height: 35px;
  line-height: 35px;
  margin-left: 20px;
}
.panel-footer {
  border: 1px solid #95B8E7;
  overflow: hidden;
  background: #F4F4F4;
}
.panel-footer-noborder {
  border-width: 1px 0 0 0;
}
.accordion {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}
.accordion .accordion-header {
  border-width: 1px 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;*/
  background: url('images-common/close.png') no-repeat;
}
.accordion-expand {
  /*background: url('images/accordion_arrows.png') no-repeat -16px 0;*/
  background: url('images-common/open.png') no-repeat;
}
.accordion {
  background: var(--headMenu, #0a1832);
  border-color: #F6F7FB;
}
.accordion .accordion-header {
  background: #F6F7FB;
  /*background: #F5F7FA;*/
  filter: none;
}
.accordion .accordion-header-selected {
  background: #F6F7FB;
  /*background: url(images-common/panel_title_bg.png);*/
}
.accordion .accordion-header-selected .panel-title {
  color: #333;
}
.messager-window{
  padding: 24px 24px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--baseFontColor, #b5bbc9);
  direction: ltr;
  font-family: Arial, Microsoft YaHei, Helvetica, sans-serif !important;
}
.messager-window .panel-header{
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.messager-window .panel-tool{
  display:none;
}
.messager-window .messager-body{
  font-size: 14px;
  color: #6c6c6c;
  position: relative;
  padding: 24px 24px 16px;
}
.messager-body div{
  font-size: inherit;
  font-family: inherit;
}
.messager-window .messager-body .messager-button{
  margin-top: 32px;
  text-align: right;
}
.window {
  overflow: hidden;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
}
.window .window-header ,.modeltop{
  padding: 24px 24px 0;
  line-height: 1;
  font-weight: 600;
  direction: ltr;
  font-family: Arial, Microsoft YaHei, Helvetica, sans-serif !important;
  font-size: 14px;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
  top: 70%;
  margin-top: -11px;
}
.window .window-header .panel-icon {
  left: 10px;
}
.window .window-header .panel-tool {
  right: 24px;
}
.window .window-header .panel-with-icon {
  padding-left: 18px;
}
.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;
  /*-moz-border-radius: 0;*/
  /*-webkit-border-radius: 0;*/
  /*border-radius: 0;*/
}
.window-shadow {
  /*background: #ccc;*/
  /*-moz-box-shadow: 1px 1px 2px #cccccc;*/
  /*-webkit-box-shadow: 1px 1px 2px #cccccc;*/
  /*box-shadow: 1px 1px 2px #cccccc;*/
  /*filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);*/
}
.window,
.window .window-body {
  /*border-color: #DCDCDC;*/
}
.window {
  background-color: var(--UXTableFixedBackGroundColor);
  border: 0;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
  min-width: 360px;
}
.window-proxy {
  border: 1px dashed #95B8E7;
}
.window-proxy-mask,
.window-mask {
  background: var(--lineColor);
}
.window .panel-footer {
  border: 1px solid #95B8E7;
  position: relative;
  top: -1px;
}
.dialog-content {
  overflow: auto;
}
.dialog-toolbar {
  padding: 2px 5px;
}
.dialog-tool-separator {
  float: left;
  height: 24px;
  border-left: 1px solid var(--lineColor);
  border-right: 1px solid var(--headMenu, #0a1832);
  margin: 2px 1px;
}
.dialog-button ,.buttonbox{
  padding: 16px 24px 24px;
  text-align: right;
  direction: ltr;
  font-family: Arial, Microsoft YaHei, Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 1.42857143
}
.l-btn {
  color: var(--importantFontColor);
  background-color: var(--d3TipBg);
  text-decoration: none;
  display: inline-flex;
  cursor: pointer;
  outline: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 3px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid var(--lineColor);
  white-space: nowrap;
  line-height: 22px;
  user-select: none;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: inherit;
  transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear;
}
.l-btn-plain {
  border-width: 0;
  padding: 1px;
}
.l-btn-left {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  height:20px;
}
.l-btn-text {
  color: var(--importantFontColor);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
}
.l-btn-icon {
  /*display: inline-block;*/
  /*width: 16px;*/
  /*height: 16px;*/
  /*line-height: 16px;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*margin-top: -8px;*/
  /*font-size: 1px;*/
  display:none
}
.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 24px;*/
}
.l-btn-icon-left .l-btn-icon {
  left: 4px;
}
.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-focus {
  outline: #0000FF dotted thin;
}
.l-btn-large .l-btn-text {
  line-height: 40px;
}
.l-btn-large .l-btn-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
}
.l-btn-large .l-btn-icon-left .l-btn-text {
  margin-left: 40px;
}
.l-btn-large .l-btn-icon-right .l-btn-text {
  margin-right: 40px;
}
.l-btn-large .l-btn-icon-top .l-btn-text {
  margin-top: 36px;
  line-height: 24px;
  min-width: 32px;
}
.l-btn-large .l-btn-icon-top .l-btn-icon {
  margin: 0 0 0 -16px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-text {
  margin-bottom: 36px;
  line-height: 24px;
  min-width: 32px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-icon {
  margin: 0 0 0 -16px;
}
.l-btn-large .l-btn-left .l-btn-empty {
  margin: 0 4px;
  width: 32px;
}
.messager-button .l-btn{
  color: var(--importantFontColor);
  background-color: var(--buttonHoverBackground);
  border-color: var(--buttonHoverBorder);
}
.messager-button .l-btn-text{
  color: rgba(255, 255, 255, .9);
  background-color: #2a50d7;
  border-color: var(--buttonHoverBorder);
}
.messager-button .l-btn:hover,.messager-button .l-btn:hover .l-btn-text{
  color: rgba(255, 255, 255, .9);
  background: #5170de;
  border-color: #5170de;
}
.l-btn:hover {
  background: var(--buttonDefaultHoverBackground);
  color: rgba(0, 0, 0, .9);
  border: 1px solid var(--buttonHoverBorder);
  filter: none;
}
.btn-primary{
  color: rgba(255, 255, 255, .9);
  background-color: #2a50d7;
  border-color: #2a50d7;
}
.btn-primary .l-btn-text{
  color: rgba(255, 255, 255, .9);
}
.btn-primary:hover {
  color: rgba(255,255,255,.9);
  background: #5170de;
  border-color: #5170de
}

.l-btn-outline {
  border-width: 1px;
  border-color: #46ABF9;
  padding: 0;
}
.l-btn-plain:hover {
  background: #F4F8F9;
  color: var(--headMenu, #0a1832);
  border: 1px solid #46ABF9;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.l-btn-disabled,
.l-btn-disabled:hover {
  opacity: 0.5;
  cursor: default;
  background: #bbb !important;
  color: #444;
  /*border:1px solid #a0a0a0;*/
  /*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);*/
}
.pagination .l-btn-disabled,
.pagination .l-btn-disabled .l-btn-icon-left:hover {
  /*opacity: 0.5;*/
  cursor: not-allowed;
  background: transparent !important;
  /*color: #444;*/
}
.pagination .l-btn-plain{
  padding:0px 1px;
  color: var(--baseFontColor, #b5bbc9) !important;
  background: transparent !important;
}
.pagination .l-btn-plain:hover{
  /*background: var(--headMenu, #0a1832);*/
  background: transparent !important;
}
.pagination .l-btn,
.pagination .l-btn:hover {
  cursor: pointer;
  color: var(--importantFontColor, red);
  border:unset;
}
.pagination select{
  height: 24px;
  position: relative;
  outline: 0;
  background: var(--d3TipBg);
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--lineColor);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: var(--importantFontColor);
  font-size: 14px;
  line-height: normal;
}
.pagination select:focus{
  border-color: #5573df;
}
.pagination select:hover{
  border-color: #2a50d7
}
.pagination input{
  height: 24px;
}
.pagination input:hover{
  cursor: pointer;
}
.l-btn-disabled .l-btn-text,
.l-btn-disabled .l-btn-icon {
  filter: alpha(opacity=50);
  color:#484848;
}
.l-btn-plain-disabled,
.l-btn-plain-disabled:hover {
  background: transparent;
  filter: alpha(opacity=50);
}
.l-btn-selected,
.l-btn-selected:hover {
  background: #ddd;
  filter: none;
}
.l-btn-plain-selected,
.l-btn-plain-selected:hover {
  background: #ddd;
}
.textbox textarea.textbox-text {
  white-space: pre-wrap;
}
.textbox .textbox-prompt {
  font-size: 12px;
  color: #aaa;
}
.textbox:focus {
  border-color: #2a50d7;
  outline: 0;
  background: var(--headMenu, #0a1832)
}
.textbox .textbox-button,
.textbox .textbox-button:hover {
  border-color: #2a50d7;
}
.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-text {
  cursor: pointer;
  color: var(--baseFontColor, #b5bbc9) !important;
}
.textbox-text::-moz-placeholder {
  color: rgba(0,0,0,.4);
  opacity: 1
}

.textbox-text:-ms-input-placeholder {
  color: rgba(0,0,0,.4)
}

.textbox-text::-webkit-input-placeholder {
  color: rgba(0,0,0,.4)
}
.textbox-icon-disabled,
.textbox-icon-readonly {
  background-color: var(--UXTableTheadThBackGroundColor);
  cursor: not-allowed;
  color: rgba(0,0,0,.26)
}
.textbox-icon:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.textbox-icon-disabled:hover {
  border-color: var(--lineColor)
}
.textbox-focused {
  -moz-box-shadow: 0 0 3px 0 #95B8E7;
  -webkit-box-shadow: 0 0 3px 0 #95B8E7;
  box-shadow: 0 0 3px 0 #95B8E7;
}
.textbox-invalid {
  border-color: #ffa8a8;
  background-color: #fff3f3;
}
.filebox .textbox-value {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: -5000px;
}
.filebox-label {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 10;
  background: url('images-common/blank.gif') no-repeat;
}
.l-btn-disabled .filebox-label {
  cursor: default;
}
.combo{
  /*display: inline-block;*/
  height: 32px;
  line-height: 32px;
  padding: 0 24px 0 8px;
  font-size: 14px;
  outline: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--importantFontColor);
  /*background-color: transparent;*/
  position: relative;
  cursor: pointer;
  width:100% !important;
  white-space: nowrap;
}
/*.combo::after{*/
/*  cursor: pointer;*/
/*  content: "<";*/
/*  position: absolute;*/
/*  display: inline-block;*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  speak: none;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  font-variant: normal;*/
/*  text-transform: none;*/
/*  text-rendering: optimizeLegibility;*/
/*  line-height: 1;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*  text-align: center;*/
/*  top: 35%;*/
/*  right: 5px !important;*/
/*  -webkit-transform: rotate(270deg) translateY(-40%);*/
/*  -ms-transform: rotate(270deg) translateY(-40%);*/
/*  transform: rotate(270deg) translateY(-40%);*/
/*  font-size: 14px;*/
/*  color: var(--importantFontColor);*/
/*  -webkit-transition: all .2s ease-in-out;*/
/*  transition: all .2s ease-in-out;*/
/*  box-sizing: border-box;*/
/*}*/

.combo-panel {
  overflow: auto;
}
.combo-panel {
  width: inherit;
  max-height: 200px;
  overflow: auto;
  margin: 4px 0;
  padding: 8px;
  background-color: var(--d3TipBg, #0a1832);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .5px solid var(--lineColor);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.05);
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.05);
  z-index: 900
}

.combo .textbox-icon-disabled:hover {
  cursor: default;
}
.textbox-invalid {
  border-color: #ffa8a8;
  background-color: #fff3f3;
}
.combobox-item,
.combobox-group {
  margin: 0;
  height: 32px;
  line-height: 22px;
  padding: 5px 8px;
  clear: both;
  color: var(--baseFontColor, #b5bbc9);
  font-size: 14px;
  list-style: none;
  cursor: pointer;
  margin-bottom: 2px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  text-indent: 0;
  border-radius: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Arial, Microsoft YaHei, Helvetica, sans-serif !important;
}
.combobox-item-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.combobox-item-disabled:hover {
  color: rgba(0,0,0,.26);
  background-color: transparent;
  cursor: not-allowed
}
.combobox-gitem {
  padding-left: 10px;
}
.combobox-group {
  font-weight: bold;
}
.combobox-item-hover {
  background: var(--UXTableTdHoverBackGroundColor)
}
.combobox-item-selected {
  color: var(--aColor);
  background: var(--fastTabsActiveBg)
}
.combobox-item-selected:hover{
  color: var(--aColor);
  background: var(--fastTabsActiveBg)
}
.combobox-item-selected.combobox-item-focus {
  background: var(--fastTabsActiveBg)
}

.combobox-item-disabled.combobox-item-selected {
  color: rgba(0,0,0,.26);
  cursor: not-allowed
}
.layout {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.layout-panel {
  position: absolute;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
.layout-body {
  min-width: 1px;
  min-height: 1px;
  height: 100% !important;
}
.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: 5px;
  cursor: e-resize;
}
.layout-split-proxy-v {
  height: 5px;
  cursor: n-resize;
}
.layout-mask {
  position: absolute;
  background: #fafafa;
  filter: alpha(opacity=10);
  opacity: 0.10;
  z-index: 4;
}
.layout-button-up {
  background: url('images-common/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
  background: url('images-common/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
  background: url('images-common/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
  background: url('images-common/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
  background-color: #aac5e7;
}
.layout-split-north {
  border-bottom: 10px solid var(--headMenu, #0a1832);
}
.layout-split-south {
  border-top: 10px solid var(--headMenu, #0a1832);
}
.layout-split-east {
  border-left: 10px solid var(--headMenu, #0a1832);
}
.layout-split-west {
  border-right: 10px solid var(--headMenu, #0a1832);
}
.layout-expand {
  background-color: #E0ECFF;
}
.layout-expand-over {
  background-color: #E0ECFF;
}
.tabs-container {
  width:100% !important;
  overflow: hidden;
}
.tabs-header {
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
  position: relative;
  padding: 0;
  padding-top: 2px;
  overflow: hidden;
}
.tabs-scroller-left,
.tabs-scroller-right {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 18px;
  font-size: 1px;
  display: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}
.tabs-scroller-left {
  left: 0;
}
.tabs-scroller-right {
  right: 0;
}
.tabs-tool {
  position: absolute;
  bottom: 0;
  padding: 1px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}
.tabs-header-plain .tabs-tool {
  padding: 0 1px;
}
.tabs-wrap {
  position: relative;
  left: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tabs-scrolling {
  margin-left: 18px;
  margin-right: 18px;
}
.tabs-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.tabs {
  list-style-type: none;
  height: 26px;
  margin: 0px;
  padding: 0px;
  padding-left: 4px;
  width: 50000px;
  border-style: solid;
  border-width: 0;
}
.tabs li {
  float: left;
  display: inline-block;
  position: relative;
  border: 0;
}
.tabs li:hover{
  color: #2a50d7;
}
.tabs li a:hover{
  color: #2a50d7;
}
.tabs li a .tabs-title:hover{
  color: #2a50d7;
}
.tabs li a.tabs-inner {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  border-width: 0;
  border-style: solid;
  -moz-border-radius: 0;
  -webkit-border-radius:0;
  border-radius:0;
}
.tabs li.tabs-selected a.tabs-inner {
  outline: none;
}
.tabs-first{
  border-radius: 3px 0 0 3px;
  border-left: 1px solid var(--lineColor) !important;
}
.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-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-with-icon {
  padding-left: 18px;
}
.tabs-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}
.tabs-title {
  font-size: 14px;
  color: var(--importantFontColor);
}
.layout .fwb{
  background: #2a50d7;
  font-weight: normal;
  /*color:var(--importantFontColor);*/
  color:rgba(255, 255, 255, 0.9);
  font-size:14px;
}
.tabs-closable {
  padding-right: 8px;
}
.tabs-panels {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-top-width: 0;
  overflow: hidden;
}
.bodyCont .tabs-image{
  padding-left:20px;
}
.tabs-panels .layout{
  padding: 0px;
}
.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 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 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-right {
  float: right;
  border-width: 1px 1px 1px 0;
  padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
  height: 100%;
}
.tabs-header-left .tabs {
  height: 100%;
  padding: 4px 0 0 2px;
  border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
  height: 100%;
  padding: 4px 2px 0 0;
  border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
  display: block;
  width: 100%;
  position: relative;
}
.tabs-header-left .tabs li {
  left: auto;
  right: 0;
  margin: 0 -1px 4px 0;
  float: right;
}
.tabs-header-right .tabs li {
  left: 0;
  right: auto;
  margin: 0 0 4px -1px;
  float: left;
}
.tabs-justified li 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;
  -moz-border-radius: 0;
  -webkit-border-radius:0;
  border-radius:0;
}
.tabs-header-right .tabs li a.tabs-inner {
  display: block;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 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-pill {
  padding-bottom: 3px;
}
.tabs-header-bottom .tabs-pill {
  padding-top: 3px;
  padding-bottom: 0;
}
.tabs-header-left .tabs-pill {
  padding-right: 3px;
}
.tabs-header-right .tabs-pill {
  padding-left: 3px;
}
.tabs-header .tabs-pill li a.tabs-inner {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.tabs-header-narrow,
.tabs-header-narrow .tabs-narrow {
  padding: 0;
}
.tabs-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: var(--headMenu, #0a1832) url('images-common/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
  background: var(--headMenu, #0a1832) url('images-common/tabs_icons.png') no-repeat -15px center;
}
.tabs li a.tabs-close {
  background: url('images-common/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover {
  color: #2a50d7;
}
.tabs li.tabs-selected a.tabs-inner {
  color: rgba(255, 255, 255, .9);
  background-color: #2a50d7;
  border-color: #2a50d7;
  font-size: 14px;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
  /*background: -webkit-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
  background: -moz-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
  background: -o-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
  background: linear-gradient(to bottom,#ffffff 0,#EFF5FF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#EFF5FF,GradientType=0);*/
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
  /*background: -webkit-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
  background: -moz-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
  background: -o-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
  background: linear-gradient(to right,#EFF5FF 0,#ffffff 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=1);*/
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  /*background: -webkit-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
  background: -moz-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
  background: -o-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
  background: linear-gradient(to right,#ffffff 0,#EFF5FF 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#EFF5FF,GradientType=1);*/
}
.tabs li a.tabs-inner {
  /*background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);*/
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
  color: var(--importantFontColor);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  border: 1px solid var(--lineColor);
  border-left: 0;
  background: var(--headMenu, #0a1832);
  position: relative;
  border-radius: 3px 0 0 3px;
  min-width: 110px;
  text-align: center;
}
.tabs-header,
.tabs-tool {
  background-color: var(--headMenu, #0a1832);
  padding: 20px 20px 0 20px;
}
.tabs-header-plain {
  background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  border-color: none;
}
.tabs-panels{
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
  background-color: #2a50d7;
}
.tabs li.tabs-selected a.tabs-inner {
  border:none;
  border-radius: 3px;
  /*border-bottom: 1px solid #ffffff;
  border-top: 2px solid #2186D4;*/
}
.tabs li.tabs-selected a.tabs-inner .tabs-title{
  /*color: var(--importantFontColor);*/
  color:rgba(255, 255, 255, 0.9);
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
  border-top: 1px solid var(--headMenu, #0a1832);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
  border-right: 1px solid var(--headMenu, #0a1832);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  border-left: 1px solid var(--headMenu, #0a1832);
}
.tabs-header .tabs-pill li.tabs-selected a.tabs-inner {
  background: var(--headMenu, #0a1832);
  color: #333;
  filter: none;
  border-color: #DCDCDC;
}
.datagrid .panel-body {
  overflow: hidden;
  position: relative;
  /*border: none;*/
  padding: 0px;
}
.datagrid-view {
  position: relative;
  overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
  position: absolute;
  overflow: hidden;
  top: 0;
}
.datagrid-view1 {
  left: 0;
}
.datagrid-view2 {
  right: 0;
}
.datagrid-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 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: auto;
  border-width: 2px;
  border-style: solid;
  display: none;
  font-size: 14px;
  color: var(--baseFontColor, #b5bbc9);
}
.datagrid-sort-icon {
  padding: 0;
  display: none;
}
.datagrid-toolbar {
  height: auto;
  padding: 1px 2px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.datagrid-btn-separator {
  float: left;
  height: 24px;
  border-left: 1px solid var(--lineColor);
  border-right: 1px solid var(--headMenu, #0a1832);
  margin: 2px 1px;
}
.datagrid .datagrid-pager {
  display: block;
  margin: 0;
  /*border-width: 1px 0 0 0;
  border-style: solid;*/
  border: none;
  padding: 0 15px;
  line-height: 1.5;
  font-size: 14px;
  box-sizing: border-box;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.datagrid-pager .l-btn-icon{
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
  filter: grayscale(100%) sepia(100%) hue-rotate(180deg) brightness(0.8);
}
.datagrid .datagrid-pager-top {
  border-width: 0 0 1px 0;
}
.datagrid-header{
  overflow: hidden;
  cursor: default;
  /*border-width: 0px 0px 0px 1px;*/
  /*border-style: solid;*/
}
.table{
  cursor: default;
  border-width: 0px 0px 0px 1px;
  width: 100%;
}
.datagrid-header-inner {
  float: left;
  width: 10000px;
}
.datagrid-header-row,
.datagrid-row {
  height: 40px;
}

.datagrid-header td,
.table thead th,
.datagrid-body td,
.datagrid-footer td {
  margin: 0;
  padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.table thead th,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: var(--importantFontColor);
  text-overflow: ellipsis;
}
.datagrid-header .datagrid-cell {
  height: auto;
}
.datagrid-header .datagrid-cell span,.table thead th{
  font-size:14px;
  color: var(--baseFontColor, #b5bbc9);
  font-weight: 400;
}
.table tr a,.datagrid-cell a{
  font-size: 14px;
}
.datagrid-cell-group {
  text-align: center;
  text-overflow: ellipsis;
}
.datagrid-header-rownumber,
.table tr th,
.table tr td,
.datagrid-cell-rownumber {
  width: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: unset;
}
.table tr:hover {
  background-color: var(--UXTableTdHoverBackGroundColor);
}
.datagrid-body {
  margin: 0;
  padding: 0;
  overflow: auto;
  zoom: 1;
}
.datagrid-cell{
  overflow: hidden;
  white-space:nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: inherit;
  margin: 0;
  padding: 0 3px;
  white-space: nowrap;
  word-wrap: normal;
  height: 18px;
  text-overflow: ellipsis;
}
.datagrid-view1 .datagrid-body-inner {
  padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
  overflow: hidden;
}
.datagrid-footer {
  overflow: hidden;
}
.datagrid-footer-inner {
  border-width: 1px 0 0 0;
  border-style: solid;
  width: 10000px;
  float: left;
}
.datagrid-row-editing .datagrid-cell {
  height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
  padding: 4px 0 0;
  width: 60px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 2px;
  border: 1px solid var(--lineColor);
  border-radius: 2px;
  background-color: var(--UXTableFixedBackGroundColor);
  -webkit-transition: border-color .2s ease-in-out,background-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
  transition: border-color .2s ease-in-out,background-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
  transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
  transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out
}
.datagrid-cell-check input:hover{
  border-color: #5170de;
  /*background-color: #5170de*/
}
.easyui-dialog{
  padding: 0;
}
.datagrid-resize-proxy {
  position: absolute;
  width: 1px;
  height: 10000px;
  top: 0;
  cursor: e-resize;
  display: none;
}
.datagrid-body .datagrid-editable {
  margin: 0;
  padding: 0;
}
.datagrid-body .datagrid-editable table {
  width: 100%;
  height: 100%;
}
.datagrid-body .datagrid-editable td {
  border: 0;
  margin: 0;
  padding: 0;
}
.datagrid-view .datagrid-editable-input {
  margin: 0;
  padding: 2px 4px;
  border: 1px solid #95B8E7;
  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 {
  display: inline;
  padding: 0 13px 0 0;
  background: url('images-common/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
  display: inline;
  padding: 0 13px 0 0;
  background: url('images-common/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
  background: url('images-common/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
  background: url('images-common/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
  background: var(--leftMenu, #0a1832) url('images-common/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,.table tr th{
  background: var(--UXTableTheadThBackGroundColor);
  /*background: -webkit-linear-gradient(top,#F9F9F9 0,#efefef 100%);
  background: -moz-linear-gradient(top,#F9F9F9 0,#efefef 100%);
  background: -o-linear-gradient(top,#F9F9F9 0,#efefef 100%);
  background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);*/
}
.datagrid-td-rownumber {
  background: transparent;
  /*background: -webkit-linear-gradient(top,#F9F9F9 0,#efefef 100%);
  background: -moz-linear-gradient(top,#F9F9F9 0,#efefef 100%);
  background: -o-linear-gradient(top,#F9F9F9 0,#efefef 100%);
  background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);*/
}
.datagrid-cell-rownumber {
  color: #000000;
}
.datagrid-resize-proxy {
  background: #aac5e7;
}
.datagrid-mask {
  background: var(--lineColor);
}
.datagrid-mask-msg {
  border-color: #95B8E7;
}
.datagrid-toolbar,
.datagrid-pager {
  background: transparent;
}
/*.datagrid-header,*/
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
  border-color: #F7F8FA;
}
.table tr{
  height: 40px;
}
.datagrid-header td,
.table tr td,
.datagrid-body td,
.datagrid-footer td {
  border-color: #F5F8F9;
}
.table tr td,.datagrid-body .datagrid-btable tr td{
  -webkit-box-shadow: inset 0 -1px 0 var(--UXTableTdHoverBackGroundColor);
  box-shadow: inset 0 -1px 0 var(--UXTableTdHoverBackGroundColor);
}
.datagrid-body .datagrid-btable tr td .radio-label{
  display: inline-block;
  float: none;
  min-height: auto;
  margin-right: 6px;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
  color: #333;
  text-indent: initial;
}
.datagrid-htable tr{
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  background-color: var(--UXTableTheadThBackGroundColor);
  min-width: 0;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  /*vertical-align: middle;*/
  border-bottom: none;
}
.datagrid-htable tr:hover td,.table thead tr:hover th{
  -webkit-box-shadow: 1px 0 0 var(--lineColor) inset;
  box-shadow: 1px 0 0 var(--lineColor) inset
}
.datagrid-htable tr:hover td:nth-child(1),.table thead tr:hover th:nth-child(1) {
  -webkit-box-shadow: none;
  box-shadow: none
}
.datagrid-htable tr td{
  position: relative;
  color: var(--baseFontColor, #b5bbc9);
  font-weight: 400;
}
.datagrid-body .datagrid-btable tr:hover{
  background-color: var(--UXTableTdHoverBackGroundColor)
}
.datagrid-body .datagrid-htable tr td:hover{
  background-color: var(--UXTableTdHoverBackGroundColor)
}
.datagrid-row-alt {
  background: #F7F8FA;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
 /* background: #398DD3;*/
}
.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;
}
.propertygrid .datagrid-group {
  height: 21px;
  overflow: hidden;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.propertygrid .datagrid-view1 .datagrid-body td {
  padding-bottom: 1px;
  border-width: 0 1px 0 0;
}
.datagrid-group{
  height:35px;
  overflow:hidden;
  font-weight:bold;
  border-left:1px solid #F4F8F9;
  border-right:1px solid #F4F8F9;
  border-bottom:1px solid #F4F8F9;
  background: #D8EAF7;
}
.propertygrid .datagrid-group span {
  font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
  border-color: #dddddd;
}
.propertygrid .datagrid-view1 .datagrid-group {
  border-color: #E0ECFF;
}
.propertygrid .datagrid-view2 .datagrid-group {
  border-color: #dddddd;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
  background: #E0ECFF;
}
.datalist .datagrid-header {
  border-width: 0;
}
.datalist .datagrid-group,
.m-list .m-list-group {
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  overflow: hidden;
  background-color: #efefef;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: var(--lineColor);
}
.datalist .datagrid-group-expander {
  display: none;
}
.datagrid-group-title{
  color: #50A5E6;
}
.datalist .datagrid-group-title {
  padding: 0 4px;
}
.datalist .datagrid-btable {
  width: 100%;
  table-layout: fixed;
}
.datalist .datagrid-row td {
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-width: 0;
}
.datalist-lines .datagrid-row td {
  border-bottom-width: 1px;
}
.datalist .datagrid-cell,
.m-list li {
  width: auto;
  height: auto;
  padding: 2px 4px;
  line-height: 18px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.datalist-link,
.m-list li>a {
  display: block;
  position: relative;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
  margin: -2px -4px;
  padding: 2px 4px;
  padding-right: 16px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.datalist-link::after,
.m-list li>a::after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  right: 6px;
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-list li {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: var(--lineColor);
}
.m-list li>a:hover {
  background: #eaf2ff;
  color: #000000;
}
.m-list .m-list-group {
  padding: 0 4px;
}
.pagination {
  zoom: 1;
}
.pagination table {
  float: right;
  margin: 8px 0;
}
.pagination td {
  border: 0;
}
.pagination-btn-separator {
  /*float: left;*/
  /*height: 24px;*/
  /*border-left: 1px solid var(--headMenu, #0a1832);*/
  /*border-right: 1px solid var(--headMenu, #0a1832);*/
  margin: 3px 1px;
}
.pagination .pagination-num {
  border-width: 1px;
  border-style: solid;
  margin: 0 2px;
  padding: 0px;
  width: 2em;
  height: auto;
  text-align:center;
}
.pagination-page-list {
  /*margin: 0px 6px;*/
  /*padding: 0px 2px;*/
  width: auto;
  height: auto;
  border: 1px solid var(--lineColor);
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--headMenu, #0a1832);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pagination-info {
  float: left;
  margin: 6px 0;
  font-size: 14px;
  line-height: 35px;
  color: var(--baseFontColor,#b5bbc9)!important
}
.pagination .l-btn-left{
  border: solid 1px var(--lineColor, #315280) !important;
  border-radius: 5px 5px;
  vertical-align: middle;
  height: auto;
}
.pagination span {
  font-size: 14px;
}
.pagination-link .l-btn-text {
  width: 24px;
  text-align: center;
  margin: 0;
}
.pagination-first {
  background: url('images-common/pagination_icons.png') no-repeat 0 center;
}
.pagination-prev {
  background: url('images-common/pagination_icons.png') no-repeat -16px center;
}
.pagination-next {
  background: url('images-common/pagination_icons.png') no-repeat -32px center;
}
.pagination-last {
  background: url('images-common/pagination_icons.png') no-repeat -48px center;
}
.pagination-load {
  background: url('images-common/pagination_icons.png') no-repeat -64px center;
}
.pagination-loading {
  background: url('images-common/loading.gif') no-repeat center center;
}
.pagination-page-list,
.pagination .pagination-num {
  /*border-color: #DBDDDC;*/
}
.calendar {
  border-width: 1px;
  border-style: solid;
  padding: 1px;
  overflow: hidden;
}
.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-common/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
  right: 20px;
  background: url('images-common/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
  left: 3px;
  background: url('images-common/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
  right: 3px;
  background: url('images-common/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;
}
.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-common/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
  margin-left: 10px;
  background: url('images-common/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: #4d4d4d;
}
.calendar-day {
  color: #000000;
}
.calendar-sunday {
  color: #CC2222;
}
.calendar-saturday {
  color: #00ee00;
}
.calendar-today {
  color: #0000ff;
}
.calendar-menu-year {
  border-color: #95B8E7;
}
.calendar {
  border-color: #95B8E7;
}
.calendar-header {
  background: #E0ECFF;
}
.calendar-body,
.calendar-menu {
  background: var(--headMenu, #0a1832);
}
.calendar-body th {
  background: #F4F4F4;
  padding: 2px 0;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
  background-color: #eaf2ff;
  color: #000000;
}
.calendar-hover {
  border: 1px solid #b7d2ff;
  padding: 0;
}
.calendar-selected {
  background-color: #ffe48d;
  color: #000000;
  border: 1px solid #ffab3f;
  padding: 0;
}
.datebox-calendar-inner {
  height: 180px;
}
.datebox-button {
  height: 18px;
  padding: 2px 5px;
  text-align: center;
}
.datebox-button a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.datebox-button a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.datebox-current,
.datebox-close {
  float: left;
}
.datebox-close {
  float: right;
}
.combo-arrow{
  background: url(images-common/combo_arrow.png) no-repeat center center;
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 5px;
  top: -2px;
  z-index: 2;
}
.datebox .combo-arrow {
  background-image: url('images-common/datebox_arrow.png');
  background-position: center center;
  margin-right: 3px;
}
.datebox-button {
  background-color: #F4F4F4;
}
.datebox-button a {
  color: #444;
}
.numberbox {
  border: 1px solid #95B8E7;
  margin: 0;
  padding: 0 2px;
  vertical-align: middle;
}
.textbox {
  padding: 0;
}
.spinner {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  vertical-align: middle;
}
.spinner .spinner-text {
  font-size: 12px;
  border: 0px;
  margin: 0;
  padding: 0 2px;
  vertical-align: baseline;
}
.spinner-arrow {
  background-color: #E0ECFF;
  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 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: block;
  font-size: 1px;
  width: 18px;
  height: 10px;
  width: 100%;
  height: 50%;
  color: #444;
  outline-style: none;
}
.spinner-arrow-hover {
  background-color: #eaf2ff;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.spinner-arrow-up:hover,
.spinner-arrow-down:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background-color: #eaf2ff;
}
.textbox-icon-disabled .spinner-arrow-up:hover,
.textbox-icon-disabled .spinner-arrow-down:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #E0ECFF;
  cursor: default;
}
.spinner .textbox-icon-disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.spinner-arrow-up {
  background: url('images-common/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
  background: url('images-common/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
  border-color: #95B8E7;
}
.progressbar {
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.progressbar-text {
  text-align: center;
  position: absolute;
}
.progressbar-value {
  position: relative;
  overflow: hidden;
  width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #6AC3ED;
}
.progressbar {
  border-color: transparent;
  background: #DBECF4;
}
.progressbar-text {
  color: var(--headMenu, #0a1832);
  font-size: 12px;
  z-index: 2;
}
.progressbar-value .progressbar-text {
  background-color: #6AC3ED;
  color: var(--headMenu, #0a1832);
}
.searchbox {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  vertical-align: middle;
}
.searchbox .searchbox-text {
  font-size: 12px;
  border: 0;
  margin: 0;
  padding: 0 2px;
  vertical-align: top;
}
.searchbox .searchbox-prompt {
  font-size: 12px;
  color: var(--lineColor);
}
.searchbox-button {
  width: 18px;
  height: 20px;
  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 .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-button {
  background: url('images-common/searchbox_button.png') no-repeat center center;
}
.searchbox {
  border-color: #95B8E7;
  background-color: var(--headMenu, #0a1832);
}
.searchbox .l-btn-plain {
  background: #E0ECFF;
}
.searchbox .l-btn-plain-disabled,
.searchbox .l-btn-plain-disabled:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.textbox-invalid {
  border-color: #F19049;
  background-color: #fff3f3;
}
.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;
}
.slider-handle {
  position: absolute;
  display: block;
  outline: none;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  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: 50%;
  margin-top: -10px;
}
.slider-v .slider-tip {
  left: -10px;
  margin-top: -6px;
}
.slider-v .slider-rule {
  float: left;
  top: 0;
  left: 16px;
}
.slider-v .slider-rule span {
  width: 5px;
  height: 'auto';
  border-left: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.slider-v .slider-rulelabel {
  float: left;
  top: 0;
  left: 23px;
}
.slider-handle {
  background: url('images-common/slider_handle.png') no-repeat;
}
.slider-inner {
  border-color: #95B8E7;
  background: #E0ECFF;
}
.slider-rule span {
  border-color: #95B8E7;
}
.slider-rulelabel span {
  color: #000000;
}
.menu {
  position: absolute;
  margin: 0;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.easyui-menubutton{
  background: #D8EAF7;
}
.easyui-menubutton .l-btn-left{
  padding: 1px 1px;
}
.menu-inline {
  position: relative;
}
.menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}
.menu-text {
  height: 20px;
  line-height: 20px;
  float: left;
  padding-left: 28px;
}
.menu-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 50%;
  margin-top: -8px;
}
.menu-rightarrow {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.menu-line {
  position: absolute;
  left: 26px;
  top: 0;
  height: 2000px;
  font-size: 1px;
}
.menu-sep {
  margin: 3px 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: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.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: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: var(--lineColor);
  -moz-box-shadow: 0px 0px 1px var(--lineColor);
  -webkit-box-shadow: 0px 0px 1px var(--lineColor);
  box-shadow: 0px 0px 1px var(--lineColor);
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
  background: url('images-common/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
  border-left: 1px solid var(--lineColor);
  border-right: 1px solid var(--headMenu, #0a1832);
}
.menu-sep {
  border-top: 1px solid var(--lineColor);
  border-bottom: 1px solid var(--headMenu, #0a1832);
}
.menu {
  background-color: #fafafa;
  border-color: #DCDCDC;
  color: #444;
}
.menu-content {
  background: var(--headMenu, #0a1832);
}
.menu-item {
  border-color: transparent;
  _border-color: #fafafa;
}
.menu-active {
  border-color: #46ABF9;
  color: var(--headMenu, #0a1832);
  background: var(--headMenu, #0a1832);
}
.menu-active-disabled {
  border-color: transparent;
  background: transparent;
  color: #444;
}
.m-btn-downarrow,
.s-btn-downarrow {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 1px;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.m-btn-active,
.s-btn-active {
  background: #F6F7F9;
  color: var(--headMenu, #0a1832);
  border: 1px solid #DCDCDC;
  filter: none;
}
.m-btn-plain-active,
.s-btn-plain-active {
  background: #F6F7F9;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.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: #aac5e7;
  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-common/menu_arrows.png') no-repeat 0 center;
}
.m-btn-plain-active,
.s-btn-plain-active {
  border-color: #46ABF9;
  background-color: #F6F7F9;
  color: #000000;
}
.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: #aac5e7;
  border-width: 0 0 0 1px;
}
.messager-icon {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
}
.messager-error {
  background: url('images-common/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
  background: url('images-common/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
  background: url('images-common/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
  background: url('images-common/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;
  border: 1px solid #95B8E7;
}
.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 0;
}
.tree-hit {
  cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: top;
  overflow: hidden;
}
.tree-expanded {
  background: url('images-common/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
  background: url('images-common/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
  background: url('images-common/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
  background: url('images-common/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
  background: url('images-common/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
  background: url('images-common/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
  background: url('images-common/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
  background: url('images-common/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
  background: url('images-common/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
  background: url('images-common/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
  background: url('images-common/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
  background: url('images-common/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
  background: url('images-common/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
  background: url('images-common/tree_icons.png') no-repeat -208px 0;
}
.tree-loading {
  background: url('images-common/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
  background: url('images-common/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
  background: url('images-common/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
  background: url('images-common/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
  padding-left: 6px;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  line-height: inherit;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  font-size: 14px;
  color: var(--importantFontColor);
  text-overflow: ellipsis;
}
.treegrid-tr-tree:hover{
  background-color: var(--headMenu, #0a1832) !important;
}
.datagrid-body .treegrid-tr-tree .datagrid-btable tr:hover{
  background-color: var(--UXTableTdHoverBackGroundColor);
}
.treegrid-tr-tree .datagrid-row-selected {
  background-color: var(--UXTableTdHoverBackGroundColor);
}
.datagrid-body .treegrid-tr-tree .datagrid-htable tr td:hover{
  background-color: var(--UXTableTdHoverBackGroundColor);
}
.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-common/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
  background: url('images-common/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 var(--lineColor);
  font-size: 13px;
  height: 14px !important;
  height: 18px;
  line-height: 14px;
  padding: 1px 2px;
  width: 80px;
  position: absolute;
  top: 0;
}
.tree-node-proxy {
  background-color: var(--headMenu, #0a1832);
  color: #333;
  border-color: #95B8E7;
}
.tree-node-hover {
  background: #eaf2ff;
  color: #333;
}
.tree-node-selected {
  background: #ffe48d;
  color: #333;
}
.tree-node-hidden {
  display: none;
}
.validatebox-invalid {
  border-color: #ffa8a8;
  background-color: #fff3f3;
  color: #000;
}
.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;
}
.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-left .tooltip-arrow-outer {
  right: 0;
  top: 50%;
  margin: -6px -13px 0 0;
}
.tooltip-left .tooltip-arrow {
  right: 0;
  top: 50%;
  margin: -6px -12px 0 0;
}
.tooltip-top .tooltip-arrow-outer {
  bottom: 0;
  left: 50%;
  margin: 0 0 -13px -6px;
}
.tooltip-top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin: 0 0 -12px -6px;
}
.tooltip-bottom .tooltip-arrow-outer {
  top: 0;
  left: 50%;
  margin: -13px 0 0 -6px;
}
.tooltip-bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin: -12px 0 0 -6px;
}
.tooltip {
  background-color: #ffffff;
  border-color: #95B8E7;
  color: #000000;
}
.tooltip-right .tooltip-arrow-outer {
  border-right-color: #95B8E7;
}
.tooltip-right .tooltip-arrow {
  border-right-color: var(--headMenu, #0a1832);
}
.tooltip-left .tooltip-arrow-outer {
  border-left-color: #95B8E7;
}
.tooltip-left .tooltip-arrow {
  border-left-color: var(--headMenu, #0a1832);
}
.tooltip-top .tooltip-arrow-outer {
  border-top-color: #95B8E7;
}
.tooltip-top .tooltip-arrow {
  border-top-color: var(--headMenu, #0a1832);
}
.tooltip-bottom .tooltip-arrow-outer {
  border-bottom-color: #95B8E7;
}
.tooltip-bottom .tooltip-arrow {
  border-bottom-color: var(--headMenu, #0a1832);
}
.switchbutton {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #bbb;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
}
.switchbutton-inner {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: -1px;
  left: -1px;
}
.switchbutton-on,
.switchbutton-off,
.switchbutton-handle {
  display: inline-block;
  text-align: center;
  height: 100%;
  float: left;
  font-size: 12px;
  -moz-border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
}
.switchbutton-on {
  background: #3EACE1;
  color: var(--headMenu, #0a1832);

}
.switchbutton-off {
  background-color: #EBEBEB;
  color: #B7B7B7;
}
.switchbutton-on,
.switchbutton-reversed .switchbutton-off {
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
}
.switchbutton-off,
.switchbutton-reversed .switchbutton-on {
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  border-radius: 0 24px 24px 0;
}
.switchbutton-handle {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: var(--headMenu, #0a1832);
  color: #000000;
  border: 1px solid #e7e7e7;
  -moz-box-shadow: 0 0 3px 0 #bbb;
  -webkit-box-shadow: 0 0 3px 0 #bbb;
  box-shadow: 0 0 3px 0 #bbb;
}
.switchbutton-value {
  position: absolute;
  top: 0;
  left: -5000px;
}
.switchbutton-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.switchbutton-disabled,
.switchbutton-readonly {
  cursor: default;
}
.portal-column-td{
  vertical-align:top;
}
.h3c-icon-reportBuild{
	background:url('icons-common/reportBuildOpt-hover.png') no-repeat center center;
}