/*left整体*/
.subbar-menu {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  overflow: auto;
}

.subbar-menu span.sel-setting {
  display: none;
}

/*公共样式的调整*/
.selectBox form > div {
  margin-bottom: 0;
}

/*Dselect样式*/
.selectBox {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  background: linear-gradient(#ddd, #eee);
}

.selectBox button {
  height: 23px;
  line-height: 23px;
  background: #3A80A7;
  color: #fff;
  padding: 0 7px;
  margin: 0 7px;
}

#clear_select {
  display: none;
}

.selectBox input,
.selectBox select {
  height: 23px;
  padding: 0 5px;
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.selectBox input:hover,
.selectBox input:focus,
.selectBox select:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*Dtable样式*/
/*提示图标样式*/
#main_pane_middle {
  text-align: left;
  margin: 10px 20px 0;
}

.lz_Dtable {
  padding: 5px;
  border-collapse: collapse; /* 边框重叠 */
  background: #eee;
  font-size: 12px;
  width: 100%;
}

.lz_Dtable th {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(#eee, #ddd);
}

.lz_Dtable tbody tr td:first-child,
.lz_Dtable tbody tr th:first-child {
  display: none;
}

.lz_Dtable tbody tr td:last-child,
.lz_Dtable tbody tr th:last-child {
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #111;
  width: 100%;
  text-overflow: ellipsis;
}

.lz_Dtable tbody tr:first-child td {
  display: block;
  height: 31px;
  line-height: 10px;
  background: #FFF;
}

.lz_Dtable tbody tr:first-child td span {
  display: none;
}

/*滞留设置按钮存在*/
.lz_Dtable tbody tr:first-child td span:first-child {
  display: block;
}

.lz_Dtable tr td:nth-child(2) div,
.lz_Dtable tr td:nth-child(3) div {
  min-width: 40px;
}

.lz_Dtable td:nth-child(4) {
  text-align: left;
  padding-left: 10px;
}

.lz_Dtable tr.tworow {
  background-color: #fff; /* 隔行变色 */
}

/*table底部页码条*/
#pageButton td {
  display: block;
  overflow: hidden;
  background: #bbd6e9;
}

#pageButton span,
#pageButton img {
  margin: 0 3px;
  color: #000;
}

#pageButton img {
  margin-top: 3px;
}

/*table 分页*/
#pageButton .Dtable_jump {
  cursor: pointer;
  color: #000;
}

.lz_Dtable tr:hover, .lz_Dtable tr.altrow {
  background-color: #3489BC; /* 动态变色 */
}

.lz_Dtable tr:hover td, .lz_Dtable tr.altrow td,
.lz_Dtable tr:hover .nobreak a,
.lz_Dtable tr.altrow .nobreak a {
  color: #fff; /* 	行名称颜色 */
}

.lz_Dtable tr:last-child:hover,
.lz_Dtable tr:last-child.altrow {
  background: #eee;
}

.lz_Dtable tr:last-child:hover td,
.lz_Dtable tr:last-child.altrow td {
  color: #000;
}

h10 {
  color: #F00;
  font-weight: normal;
}

h11 {
  color: #00F;
  font-weight: normal;
}

/*原代码未更改部分*/
.lz_Dtable caption {
  padding-bottom: 5px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}

.lz_Dtable select {
  overflow: hidden;
  color: #f00000;
  -webkit-appearance: none; /*去掉箭头*/
}

.tongji {
  background: #00FF00; /* 统计行格 */
  color: #0000ff;
  font-weight: bold; /* 字体粗细 */
  font-size: 14px; /* 字号大小 */
}

#ge_width {
  border: 0px; /* 边框宽度 */
  width: 60px; /* 块宽度 */
  float: left; /* 块位置left,right,none */
}

#ge_width1 {
  border: 0px; /* 边框宽度 */
  width: 40px; /* 块宽度 */
  float: left; /* 块位置left,right,none */
}

#table_scroll_y {
  padding: 0em;
  overflow-y: auto;
  overflow-x: hidden;
}

#table_scroll_x {
  width: 100%; /* 块宽度 */
  float: left;
  padding: 0em;
  overflow-x: auto;
  overflow-y: hidden;
}

.nobreak {
  word-wrap: break-word;
  word-break: normal;
}

.nobreak > span {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#table_div_change {
  border: 0px; /* 边框宽度 */
  width: 60px; /* 块宽度 */
  float: left; /* 块位置left,right,none */
}

/* 包含批量数据字段时的记录显示属性*/
#t_w {
  width: 100px; /* 包含数据字段时的文本类型宽度 */
}

#s_w {
  width: 70px; /*包含数据字段时的时间类型宽度 */
}

#n_w {
  width: 60px; /* 包含数据字段时的数字类型宽度 */
  text-align: right; /* 对齐方式 */
}

/* 包含批量数据字段时的首行显示属性*/
#t_tw {
  width: 100px; /* 块宽度 */
}

#s_tw {
  width: 70px; /* 块宽度 */
}

#n_tw {
  width: 60px; /* 块宽度 */
}