#_jt {
  width: 100%;
  height: 100%;
  position: relative;
}

#_jt_col_line {
  width: 2px;
  border-left: 2px solid #cccccc;
  height: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
  z-index: 999;
  top: 0px;
  cursor: e-resize;
}

._jt_checkicon {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
}

._jt_checkicon._jt_checked {
  background-image: url('bg.png');
  background-position: center -180px;
}

#_jt_fldset {
  background-position: center center;
}

#_jt_toolbar_left {
  padding: 2px;
}

#_jt_toolbar_right {
  padding: 2px;
}

._jt_fs {
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}

._jt_fs_tb {
  display: table;
  width: 100%;
}

._jt_btn,
._jt_btn:hover {
  display: inline-block;
  padding-left: 4px;
  padding-right: 6px;
  cursor: pointer;
}

._jt_btn {
  color: #00a8ec;
}

._jt_btn:hover {
  color: #19bcfa;
  text-decoration: underline;
}

._jt_fs_row,
._jt_fs_row:hover {
  color: #666;
  height: 24px;
  cursor: default;
}

._jt_fs_row {
  background-color: #fff;
  color: #666;
}

._jt_fs_row:hover {
  background-color: #0094ff;
  color: #fff;
}

._jt_fs_name,
._jt_fs_oper {
  display: table-cell;
  color: inherit;
  vertical-align: middle;
  overflow: hidden;
  table-layout: fixed;
}

._jt_fs_name {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  padding-left: 10px;
  max-width: 136px;
}

td._jt_fs_oper {
  width: 24px;
  cursor: pointer;
  text-align: center;
}

td._jt_fs_oper.wulong-iconfont {
  font-size: 14px;
}

td._jt_fs_oper.wi-right {
  color: #109f00;
}

td._jt_fs_oper.wi-error {
  color: #db0606;
}

td._jt_fs_oper:hover {
  background-color: #0683de;
}

._jt_fs_row:hover > td._jt_fs_oper.wi-right {
  color: #fff;
}

._jt_fs_row:hover > td._jt_fs_oper.wi-error {
  color: #ff0;
}
/*._jt_fs_oper_show_true, ._jt_fs_oper_show_false
{
    display: inline-block;
    width: 20px;
    float: right;
    height: 20px;
    background-repeat: no-repeat;
}

._jt_fs_oper_show_true
{
    background-position: center -20px;
}

._jt_fs_oper_show_false
{
    background-position: center 0px;
}*/
._disabled:hover {
  background-color: inherit !important;
}

._jt_fs_tools {
  height: 31px;
  padding: 4px;
  text-align: right;
  padding-bottom: 2px;
  border-top: 1px solid #f3f3f3;
}

._jt_fs_oper_btn,
._jt_fs_oper_btn:hover {
  background-image: url('fldset.gif');
}

._jt_fs_oper_btn:hover {
  background-color: #2ea7ff;
}

._jt_cbx {
}

#_jt_page_size_text,
#_jt_checked_count {
  padding-right: 2px;
  color: #999;
  line-height: 18px;
  vertical-align: middle;
}

#_jt_checked_count {
  padding-right: 10px;
  color: #aaa;
}

#_jt_page_size_p {
  padding-right: 8px;
  line-height: 20px;
}

#_jt_page_size {
  height: 20px;
  padding-top: 0px;
  width: 60px;
}

#_jt_col_over {
  z-index: 998;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: e-resize;
}

* {
  /*font-family: Segoe UI, Tahoma, Arial, Verdana;*/
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#_jt_reload,
#_jt_reload:hover {
  background-repeat: no-repeat;
  background-image: url('reload.png');
  background-position: center center;
  display: table-cell;
  width: 36px;
  cursor: pointer;
}

#_jt_reload:hover {
  background-color: #d4e5f5;
}

._jt_must {
  background-repeat: no-repeat;
  background-image: url('must.gif');
  background-position: center right;
}

._jt_input {
  border: 1px solid #dadada;
  height: 100%;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}

._jt_input:hover,
_jt_input:focus {
  border: 1px solid #0094ff;
  box-shadow: 0px 0px 4px #efefef inset;
}

._jt_select {
  width: 100%;
  margin: 0px;
}

._jt_img {
  /*height: 100%;*/
}

._jt_top {
  height: 24px;
  background-color: #f3f3f3;
}

._jt_tab {
  display: table-cell;
  word-break: break-all;
  white-space: nowrap;
  float: left;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: #666666;
}

._jt_tab_current {
  color: #007acc;
}

#_jt_tabbar {
  text-align: left;
  position: absolute;
  width: 160px;
  height: 26px;
  z-index: 3;
}

#_jt_pagebar_p {
  display: table;
  float: right;
  margin-top: 1px;
}

#_jt_pagebar {
  /*position: absolute;
    height: 100%;
    z-index: 2;
    width: 100%;*/
  display: table-row;
}

#_jt_msg {
  position: absolute;
  z-index: 4;
  text-align: center;
  width: auto !important;
  min-width: 400px;
  height: auto !important;
  min-height: 30px;
  padding: 20px;
  max-width: 100%;
  background-color: #fff;
  display: none;
  vertical-align: middle;
  top: 0px;
}

._jt_save_success {
  background-color: #80c269 !important;
}

._jt_first {
  width: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('first.gif');
}

._jt_pre {
  width: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 4px;
  background-image: url('pre.gif');
}

._jt_next {
  width: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('next.gif');
}

._jt_last {
  width: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('last.gif');
}

._jt_pagebtn {
  padding: 4px;
  cursor: default;
}

._jt_pagebtn_disabled {
  cursor: default;
  padding: 4px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

._jt_pagebtn:hover {
  cursor: pointer;
  padding: 4px;
  background-color: #d4e5f5;
}

._jt_label {
  cursor: default;
  color: #666;
  padding-left: 4px;
  padding-right: 4px;
}

#_jt_toolbar {
  height: 34px;
  margin: 0px;
  padding: 0px;
}

#_jt_toolbar_right {
  text-align: right;
}

._jt_tool_spt {
  display: inline-block; /*table-cell;*/
  word-break: break-all;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  vertical-align: middle;
  width: 5px;
}

._jt_tool_spt_bg {
  background-color: #aaaaaa;
  height: 16px;
  width: 1px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

._jt_no_data {
  background-image: url('no_data.png');
  background-position: 60px 60px;
  background-repeat: no-repeat;
}

._jt_tool_msg {
  display: inline-block; /*table-cell;*/
  background-color: #f7efd0;
  /*border:1px dotted #cccccc;*/
  line-height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  color: #960014;
  vertical-align: middle;
}

._jt_tool_disabled,
._jt_tool_disabled:hover {
  color: #333333;
  background-color: #f9f9f9;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: default;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

._jt_tool,
._jt_tool:hover,
._jt_tool_disabled,
._jt_tool_disabled:hover {
  display: inline-block; /*table-cell;*/
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  height: 30px;
  line-height: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
}

._jt_tool,
._jt_tool:hover {
  cursor: pointer;
  color: #00a8ec;
}

._jt_tool:hover {
  background-color: #d4e5f5;
  border-radius: 1px;
}

._jt_tool_img_p {
  display: table-cell;
  word-break: break-all;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  height: 20px;
  border: none;
}

._jt_tool_text {
  display: table-cell;
  word-break: break-all;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  vertical-align: middle;
  height: 28px;
}

._jt_tool_bgimg,
._jt_tool_bgimg:hover,
._jt_tool_bgimg_text,
._jt_tool_bgimg_text:hover {
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  min-width: 20px;
}

._jt_tool_bgimg,
._jt_tool_bgimg:hover {
  padding-left: 28px;
  min-width: 20px;
}

._jt_tool_bgimg_text,
._jt_tool_bgimg_text:hover {
  padding-left: 30px;
  min-width: 20px;
}

._jt_tool_img {
  vertical-align: middle;
  height: 20px;
  border: none;
}

.jt_sort {
  background-position: right -62px;
  background-repeat: no-repeat;
  padding-right: 14px;
  background-image: url('bg.png');
}

.jt_sort.jt_sort_current {
  background-position: right -42px;
}

.jt_sort.jt_sort_desc {
  background-position: right -2px;
}

.jt_sort.jt_sort_desc.jt_sort_current {
  background-position: right -22px;
}

.jt_sort.jt_sort_page {
  background-position: right -163px;
}

.jt_sort.jt_sort_page.jt_sort_current {
  background-position: right -142px;
}

.jt_sort.jt_sort_page.jt_sort_desc {
  background-position: right -101px;
}

.jt_sort.jt_sort_page.jt_sort_desc.jt_sort_current {
  background-position: right -124px;
}

#_jt_sum_row {
  border-top: 1px solid #ddd;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 32px;
}

._jt_sum_cell {
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._jt_row_checked._jt_row_current._jt_row,
._jt_row_checked._jt_row_current._jt_row:hover {
  background-color: #c6fcbe;
}

._jt_row_checked._jt_row {
  background-color: #fffde4;
}

._jt_row._jt_flash {
  background-color: #e6f5ff !important;
}

._jt_row {
  border-bottom: 1px solid #f7f7f7;
  /*margin-bottom: -1px;*/
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}

._jt_row:hover {
  background-color: #e3f0fc;
}

._jt_row._jt_row_current,
._jt_row._jt_row_current:hover {
  background-color: #ffe48d;
}

._jt_cell {
  border-right: 1px dotted #ddd;
}

._jt_sum_cell {
  font-weight: 700;
  padding-top: 2px;
}

._jt_cell,
._jt_sum_cell,
div._jt_cell_head,
div._jt_cell_head:hover {
  padding-left: 5px;
  padding-right: 4px;
  text-overflow: ellipsis;
}

._jt_cell,
._jt_sum_cell {
  display: table-cell;
  float: left;
  table-layout: fixed;
  word-break: break-all;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  vertical-align: middle;
}

._jt_cell_modify {
  display: table-cell;
  float: left;
  word-break: break-all;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  vertical-align: top;
  padding: 1px;
  border-right: 1px solid #e1e1e1;
  padding-top: 0px;
}

._jt_cell_index._jt_cell {
  border-right: none;
}

._jt_cell_index {
  background-color: #f7f7f7;
}

#_jt_sum_index {
  border-right: none;
  font-weight: 700;
}

._jt_cell_index,
#_jt_sum_index,
._jt_cell_head_index {
  width: 30px;
}

._jt_cell_index,
#_jt_sum_index {
  color: #777;
  padding-left: 0px;
  padding-right: 0px;
  font-style: italic;
  font-size: 9px;
  padding-left: 1px;
  text-align: center;
  vertical-align: middle;
}

._jt_cell_index_changed {
  color: #333333;
  font-style: italic;
  font-size: 9px;
  background-color: #ebebeb;
  padding-left: 1px;
  text-align: center;
  vertical-align: middle;
}

#_jt_row_head._jtv1 {
  /*border-bottom: none;
    border-top:1px solid #ebebeb;*/
}

._jt_cell_head._jtv1,
._jt_cell_head._jtv1:hover {
  border-right: 1px dotted #ddd;
}

#_jt_row_head {
  position: absolute;
  height: 28px;
  padding-right: 20px;
  background-color: #f3f3f3;
  width: 100%;
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  /*z-index:6;*/
  /*background: -webkit-linear-gradient(top,#F9F9F9 0,#f3f3f3 100%);
    background: -moz-linear-gradient(top,#F9F9F9 0,#f3f3f3 100%);
    background: -o-linear-gradient(top,#F9F9F9 0,#f3f3f3 100%);
    background: linear-gradient(to bottom,#F9F9F9 0,#f3f3f3 100%);*/
  background-repeat: repeat-x;
  z-index: 2;
  /*border-bottom:1px solid #ccc;*/
}

#_jt_row_head._jt_group,
#_jt_row_head_list._jt_group {
  height: 54px;
}

._jt_pagebtn_disabled,
._jt_pagebtn,
._jt_pagebtn,
#_jt_page_size_text,
#_jt_page_size_p,
._jt_label,
#_jt_checked_count {
  display: table-cell;
  vertical-align: middle;
  height: 21px;
}

#_jt_row_foot {
  height: 28px;
  background-color: #f7f7f7;
  border-top: 1px solid #e3e3e3;
  width: 100%;
  text-align: right;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  padding-top: 1px;
  top: 100%;
  margin-top: -28px;
}

._jt_col_help {
  display: inline-block;
  float: left;
  width: 12px;
  height: 20px;
}

#_jt_row_head_list {
  position: absolute;
  height: 100%;
  z-index: 3;
}

._jt_cell_head._jt_cell_head_index {
}

._jt_cell_head._jt_group,
._jt_cell_head._jt_group:hover {
  line-height: 44px;
}

._jt_group._jt_group_top {
  height: 27px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  line-height: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}

._jt_cell_head._jt_group._jt_group_bottom,
._jt_cell_head._jt_group._jt_group_bottom:hover {
  line-height: 20px;
  padding-top: 28px;
  overflow: visible;
}

._jt_cell_head,
._jt_cell_head:hover,
._jt_cell_head:hover._jt_cell_head_index:hover {
  position: relative;
  height: 100%;
  display: table-column;
  float: left;
  word-break: break-all;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  color: #444;
  vertical-align: middle;
  padding: 4px;
  padding-top: 5px;
}

._jt_cell_head:hover._jt_cell_head_index:hover {
  background-color: none;
}

._jt_cell_head {
}

._jt_cell_head:hover {
  background-color: #eaf3fc;
}

._jt_cell_head._jt_cell_head_index:hover {
  background-color: #f7f7f7;
}

html,
document,
body,
form {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}

#_jt_body {
  overflow: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  border-top: 28px solid #fff;
  border-bottom: 28px solid #fff;
  z-index: 1;
}

#_jt_body._jt_group {
  border-top: 54px solid #fff;
}

#_jt_body_list {
  overflow: visible;
  position: absolute;
  padding-bottom: 20px;
}

#_jt_gr_panel {
  position: absolute;
  width: 400px;
  height: 80%;
  background-color: #fff;
  left: 50%;
  margin-left: -200px;
  top: 10%;
  z-index: 50;
}
#_jt_gr_close {
  position: absolute;
  left: 100%;
  margin-left: -30px;
  z-index: 2;
  margin-top: 10px;
}
#_jt_gr_body {
  border-top: 40px solid #fff;
  border-bottom: 40px solid #fff;
  overflow: auto;
  height: 100%;
}
#_jt_gr_toolbar {
  position: absolute;
  top: 100%;
  margin-top: -40px;
  text-align: right;
  padding: 10px;
  width: 100%;
}
._jt_gr_item {
  line-height: 25px;
  height: 25px;
  width: 100%;
}
._jt_gr_item:hover {
  background-color: #f9f9f9;
  color: #0094ff;
}
._jt_gr_name {
  float: left;
  padding-left: 10px;
}
._jt_gr_set {
  float: right;
  margin-right: 10px;
}
