/* 清除以前样式 */
/*修改于2018-3-7*/
.btn {
  padding: 0;
}
.table>thead>tr>th {
  vertical-align: middle;
}

/* 手表表格 */

.sBase table {
  width: auto;
  margin: 0;
  border: none;
}

#div_container h5.leadTitle,
#layout_div h2.tableTitle {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#div_container_single h5.leadTitle {
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-bottom: 10px;
}

.pos {
  margin: 6px 0;
  width: 100%;
  background: #fff;
  height: 36px;
  min-width: 1020px;
}
.flhzTip {
  display: none;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  background: #fff;
}
.inner-r-fc .flhzTip {
  display: block;
  z-index: 100001;

}
.pos .pos_l {
  float: left;
  text-align: left;
  color: #666;
  line-height: 36px;
  overflow: hidden;/*超出部分隐藏*/
  text-overflow:ellipsis;/* 超出部分显示省略号 */
  white-space: nowrap;/*规定段落中的文本不进行换行 */
  padding: 0 10px;
  max-width: 230px;
  background: #eee;
}

.pos .pos_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
  float: left;
  overflow: hidden;/*超出部分隐藏*/
  text-overflow:ellipsis;/*超出部分文字以...显示*/
  color: #666;
  height: 36px;
  width: 170px;
  padding-left: 10px;
  margin-right: 2px;
  border: 1px solid #eee;
  font-family: "Microsoft Yahei", "微软雅黑", arial;
}
.pos .info .item .item-r input {
  height: 36px;
}
/* .hncPagination,
.btn {

} */
h2.tableTitle i.icon {
  display: inline-block;
  float: right;
  margin-right: 32px;
  width: 18px;
  height: 18px;
  background: url(../images/watch/icon.png) no-repeat;
  vertical-align: -3px;
  background-position: -174px -61px;
  transition: all 0.5s;
}

.gd .ro {
  transform: rotate(60deg);
}

.sticky table th label {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  width: 157px;*/
  border: 1px solid #f8f8f8;
  box-sizing: content-box;
  width: 97%;
  margin-bottom: 0;
  /*line-height: 37px;*/
  line-height: 16px;
  white-space: pre-wrap;
  word-break: break-all;
  vertical-align: middle;
  max-height: 34px;
}
.sticky table th input[name="merge"] {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
}
.sticky .sBase table td {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #666666;
  font-family: "Helvetica Neue", "Microsoft Yahei", Arial, sans-serif;
  font-size: 12px;
  border-top: none;
  min-width: 160px;
  background: none;
}
.sticky table td .write,
.formula,
.sum,
.plain,
.frid,
.hdtxt,
.gray,
.gather,
.zs_empty,
.longTxt,
.error,
.invent,
.text,
.quote,
.th {
  position: absolute;
  top: 0;
  width: 100%;
  height: 39px;
  padding: 3px;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
}


.sticky table td>div>span {
  display: block;
  left: 0;
  width: 100%;
  line-height: 16px;
  overflow: hidden;
  cursor: default;
}

.sticky table td div span.z {
  color: #ff2e2e;
}

.sticky table td div span.d {
  color: #37a800;
}

.sticky table td div.write {
  background: #ffb4c1;
}

.sticky table td div.gather {
  background: #6dd1bf;
}

.sticky table td div.sum {
  background: #ffcbae;
}

.sticky table td div.longTxt {
  background: #ffd426;
}

.sticky table td div.plain {
  border: 3px solid #fff;
  background: #fff;
  box-sizing: border-box;
}
.sticky table td div.gray {
  background: #ccc;
  border: 3px solid #ccc;
  box-sizing: border-box;
}

.sticky table td div.zs_empty {
  background: #fff;
  z-index: 401;
  border: 1px solid red;
  box-sizing: border-box;
}
.sticky table td div.th {
  background: #f8f8f8;
}
.sticky table td div.zs_empty a {
  display: block;
  width: 68px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  float: left;
  font-size: 14px;
  border-radius: 10px;
  margin-left: 42px;
}

.sticky table td div span:first-child {
  font-size: 16px;
  margin-top: -1px;
}

.sticky .sData table tbody tr td div.active {
  border: 1px solid red;
}

.sticky table td div.zs_empty a:hover {
  opacity: 0.8;
}

.sticky table td div.zs_empty a.msb {
  width: 88px;
  margin-left: 30px;
}

table td div.write input,
table td div.hdtxt input,
table td div.quote input {
  box-sizing: border-box;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 148px;
  padding-left: 3px;
  padding-right: 3px;
  background: #fff;
}

.sticky table td div.quote {
  background: #56A2DF;
}
.sticky table td div.formula {
  background: #91d0fd;
}

.sticky table td div.invent {
  background: #f8f8f8;
}

.sticky table td div.hdtxt {
  background: #4297ff;
}

.sticky table td div.frid {
  background: #c3abff;
}

.sticky table td div.bz a {
  display: block;
  color: #666;
  font-size: 14px;
  background: #fff;
  text-align: left;
  text-indent: 53px;
}

.tip {
  position: absolute;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  line-height: 18px;
  text-align: left;
  padding: 5px 10px;
  border-radius: 3px;
}

.tip .tipInner div {
  color: #999;
}


.yellow-txt {
  color: #ffba1a;
}

.blue-txt {
  color: #6cbef6;
}

.green-txt {
  color: #55c4b8;
}

.orange-txt {
  color: #eb5e12;
}

.tip .tipInnern {
  position: relative;
}



/* tableStyle */

#div_container {
  margin-top: 10px;
}

.tableBox .sBase table th {
  box-sizing: border-box;
  background-clip: padding-box;
  text-align: center;
  vertical-align: middle;
  border: none;
  background: #f8f8f8;
  padding: 0;
}
.tableBox .sBase table tr th {
  background-clip: padding-box; /*背景被裁剪到内边距框*/
  position:relative;
}
 .captionTitle th {
  padding: 0;
  height: 22px;
  line-height: 21px;
}

.sBase table th:first-child {
  width: 49px;
}

.sBase table tbody tr th:first-child {
  width: 49px;
  border-right: none;
}

.sBase table tbody tr th:first-child label{
  width: 50px;
  box-sizing: border-box;
}
.tableBox .sBase table td,
.tableBox .sBase table th {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.tableBox .sBase table th {
  border-color: #ccc;
  z-index: 9999;
}
.tableBox .sBase table tbody th {
  border-right: none;
}
.tableBox .sBase .sFData table tbody th:nth-child(2){
  border-right: 1px solid #bbb;
}

/* .tableBox .sBase table tbody th:nth-child(2):after {
  display: inline-block;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 40px;
  background: #bbb;

} */
.tableBox table tr#row th{
  height: 40px;
  border-color: #eee;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.tableBox table tr#row th:first-child {
  border-color: #eee;
}
@media screen and (min-width: 1500px) {
  #demoTable td,
  #demoTable th {
    width: 160px;
  }
}

.sBase table td {
  width: 160px;
}

#my_tr th {
  padding: 0;
  height: 22px;
  line-height: 22px;
  border-right:none;
  background: #eeeeee;
}

.sticky table #my_tr th label {
  border-color: #eeeeee;
  height: 24px;
  line-height: 24px;
}

.sticky table tr th:first-child {
  background: #eee;
  border-color: #eee;
  width: 49px;
}


.sticky table tr th:first-child label {
  border-color: #eee;
}

.fakeContainer {
  margin: 5px 20px 20px 20px;
  border: none;
  overflow: hidden;
}

.my_width {
  /*width:100%;*/
  overflow: hidden;
  padding: 0 20px;
}

.first_div {
  display: block;
  margin: 0 auto;
}




/*表格上方查询等功能的样式*/

.radius {
  border-radius: 8px;
}




/* 手表引用tab */

.watch-listBox {
  /*position: absolute;
    left: 0;
    top: 567px; 112px
    width: 100%;*/
  margin-top: 20px;
  overflow: hidden;
  z-index: 9;
  width: 1000px;
}

.watch-listBox .ulBox {
  overflow: hidden;
}

.watch-listBox .listTab li {
  box-sizing: border-box;
  float: left;
  text-align: center;
  height: 31px;
  line-height: 26px;
  width: 100px;
  padding: 3px 0;
  background: #55c4b8;
}

.watch-listBox .listTab li a {
  display: inline-block;
  text-decoration: none;
  height: 26px;
  font-size: 14px;
  color: #fff;
  padding: 0 8px;
  margin: 0 2px;
  width: 100%;
}

.watch-listBox .listTab li.on a {
  background: #fff;
  color: #55c4b8;
}

.watch-listBox div.btnGroup {
  float: left;
  line-height: 27px;
  height: 31px;
  background: #55c4b8;
  width: 90px;
  cursor: pointer;
  background: #55c4b8 url(../images/watch/icon.png) no-repeat;
  background-position: -63px -52px;
}

.watch-listBox div span.btn {
  background: none;
  border: none;
  display: block;
  float: left;
  width: 22px;
  height: 28px;
  text-align: center;
  margin-top: 2px;
  font-size: 14px;
  color: #fff;
}







/* superTables */

.sBase {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}





/* HEADERS */

.sHeader {
  position: absolute;
  z-index: 203;
  background-color: #ffffff;
}

.sHeaderInner {
  position: relative;
}

.sHeaderInner table {
  border-spacing: 0px 0px !important;
  border-collapse: collapse !important;
  width: 1px !important;
  table-layout: fixed !important;
  background-color: #ffffff;
  /* Here b/c of Opera 9.25 :( */
}





/* HEADERS - FIXED */

.sFHeader {
  position: absolute;
  z-index: 204;
  overflow: hidden;
}

.sFHeader table {
  border-spacing: 0px 0px !important;
  border-collapse: collapse !important;
  width: 1px !important;
  table-layout: fixed !important;
  background-color: #ffffff;
  /* Here b/c of Opera 9.25 :( */
}





/* BODY */

.sData {
  position: absolute;
  z-index: 202;
  overflow: auto;
  background-color: #ffffff;
}

.sData table {
  border-spacing: 0px 0px !important;
  border-collapse: collapse !important;
  width: 1px !important;
  table-layout: fixed !important;
}





/* BODY - FIXED */

.sFData {
  position: absolute;
  z-index: 201;
  background-color: #ffffff;
  max-height: 330px;
}

.sFDataInner {
  position: relative;
}

.sFData table {
  border-spacing: 0px 0px !important;
  border-collapse: collapse !important;
  width: 1px !important;
  table-layout: fixed !important;
}




/* sDefault */

.sDefault {
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: Verdana, Arial, sans serif;
  font-size: 0.8em;
}

.sDefault th,
.sDefault td {
  white-space: nowrap;
}

.sDefault th {
  background-color: #e5e5e5;
  border-color: #c5c5c5;
}

.sDefault-Fixed {
  background-color: #eeeeee;
  border-color: #c5c5c5;
}





/* sSky */

.sSky {
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: Verdana, Arial, sans serif;
  font-size: 0.8em;
}

.sSky th,
.sSky td {
  border: 1px solid #9eb6ce;
  padding: 3px 6px 3px 4px;
  white-space: nowrap;
}

.sSky th {
  background-color: #CFDCEE;
}

.sSky-Fixed {
  background-color: #e4ecf7;
}





/* sOrange */

.sOrange {
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: Verdana, Arial, sans serif;
  font-size: 0.8em;
}

.sOrange th,
.sOrange td {
  border: 1px solid #cebb9e;
  padding: 3px 6px 3px 4px;
  white-space: nowrap;
}

.sOrange th {
  background-color: #ECD8C7;
}

.sOrange-Fixed {
  background-color: #f7ede4;
}





/* sDark */

.sDark {
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: Verdana, Arial, sans serif;
  font-size: 0.8em;
  color: #ffffff;
}

.sDark th,
.sDark td {
  border: 1px solid #555555;
  padding: 3px 6px 3px 4px;
  white-space: nowrap;
}

.sDark th {
  background-color: #000000;
}

.sDark-Fixed {
  background-color: #222222;
}

.sDark-Main {
  background-color: #333333;
}





/*person add*/

.rowStyle {
  background-color: #FFFFFF;
}

.alterStyle {
  background-color: #ddddff;
}

.table-content-yd .sBase {
  z-index: 203;
}
.sticky table tr#row th label {
  z-index: 205;
  background: #f8f8f8;
}

/*以下为整理过*/
/*编辑表格->格子获取焦点*/
.sticky table tr th.star {
  background: #55c4b8 !important;
  transition: all .5s;
}
.sticky table tr th.star label {
  color: #fff;
  border-color: #55c4b8 !important;
  transition: all .5s;
}
.sticky table tr#row th.star label {
  background: #55c4b8;
  border-color: #55c4b8;
  transition: all .5s;

}
.sticky table tr td.star {
  background: #55c4b8;
  transition: all .5s;
}
.sticky table tr td.star div {
  background: #55c4b8;
  border-color: #55c4b8;
  transition: all .5s;
}
.sticky table td div.clickRight {
  border-color: #55c4b8 !important;
}
.sticky table td div[source_type="2"]{
  position: relative;
}
.sticky table td div[source_type="2"]:after,
.sticky table tbody th.rowToModule:after {
  position: absolute;
  display: inline-block;
  left:-3px;
  top: -3px;
  content:'';
  width:0;
  border-top:8px solid #fff;
  border-right:8px solid rgba(0,0,0,0);
}
.sticky table tbody th.rowToModule:after {
  left:3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border: none;
  background: #55c4b8;
  border-radius: 50%;

}
.sticky table th label:after {
  display: inline-block;
  content: "";
  color: #f8f8f8;
}
.editPart .sticky table th label.jurisdiction:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 2px;
  margin-left: -12px;
  vertical-align: 3px;
  background: #333;
}
.editPart .sticky table th label input[type="checkbox"] {
  vertical-align: top;
}
.editPart .sticky table #my_tr th label input[type="checkbox"] {
  vertical-align: top;
  margin-top: 5px;
}
.sticky table th.clickRight label:after {
  border-color: #55c4b8;
  border: 3px solid #55c4b8;
  width: 100%;
  content: "";
  display: inline-block;
  height: 100%;
  min-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.sticky table .captionTitle .clickRight label:after {
  min-height: auto;
}
.sticky table td em.rb {
  position: absolute;
  box-sizing: content-box;
  bottom: -13px;
  right: -12px;
  z-index: 1;
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 34px;
  color: red;
  z-index: 2;
}
.sticky table td em.rb:hover {
  cursor: pointer;
}

/*多功能表批量修改完，格式闪烁*/
.sticky table tr td.modifyGrid div {
  animation: modifyGridBg 1s infinite;
  animation-iteration-count: 3;
}
@keyframes modifyGridBg {
  0% {
      background: #ffba1a;
      border-color: #ffba1a;
  }
  50% {
      background: rgba(0,0,0,0);
      border-color: rgba(0,0,0,0);
  }
  100% {
      background: #ffba1a;
      border-color: #ffba1a;
  }
}

/*错误格式*/
.sticky table td div.error {
  background: #ccc;
  border: 3px solid #ccc;
  box-sizing: border-box;
}
.sticky table td div.error i {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  color: red;
  line-height: 14px;
  width: 16px;
  height: 16px;
  border: 1px solid red;
  cursor: pointer;
  box-sizing: border-box;
}