﻿.it-table {
  position: relative;
  width: 100%;
  height: 100%;
}
.it-table .it-ov {
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 10px;
  right: -10px;
  display: none;
}
.it-table .it-ov .ov-col {
  position: absolute;
  top: 40px;
  bottom: 33px;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
}
.it-table .it-ov .ov {
  position: absolute;
  right: 0;
  width: 8px;
  height: 3px;
  background-color: #a8a8a8;
  cursor: pointer;
}
.it-table .it-ov.dis {
  display: block;
}
.it-table .it-table-find {
  position: absolute;
  top: 30px;
  right: 25px;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 3px 10px;
  background: #f7f7f7;
  border-radius: 2px;
  box-shadow: 0 0px 5px #acacac;
}
.it-table .it-table-find > div {
  display: flex;
  align-items: center;
  min-height: 10px;
}
.it-table .it-table-find > div input {
  border: 2px solid #11abe6;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px;
  font-size: 11px;
  width: 150px;
}
.it-table .it-table-find > div > div {
  color: #5f5f5f;
  padding: 0 3px;
  line-height: 26px;
}
.it-table .it-table-find > div > div:hover {
  cursor: pointer;
  background: #e8e8e8;
  border-radius: 3px;
  color: #1f1f1f;
}
.it-table .it-table-find > div .nav {
  margin-right: 5px;
  font-size: 20px;
}
.it-table .it-table-find > div .cls {
  font-weight: normal;
  font-size: 17px;
}
.it-table .it-table-find .res {
  color: #5f5f5f;
  margin-bottom: 3px;
  font-size: 10px;
}
.it-table .found {
  background: #fafdff;
  font-weight: 600;
  color: #515151;
}
.it-table .single-select {
  border: 2px solid #11abe6;
  box-sizing: border-box;
  background: #e2f5fc;
}

.it-cont {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.it-cont .it-head {
  height: 22px;
  /*background-color: #f7f7f7;
  border-bottom: 1px solid #8c8c8c;*/
}
.it-cont .it-head > div {
  float: left;
  position: relative;
  border-right: 1px solid #e3e3e3;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.it-cont .it-head > div label {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  margin: 0;
  display: block;
  text-overflow: ellipsis;
}
.it-cont .it-head > div span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  cursor: col-resize;
}
.it-cont .it-head > div span:hover {
  background-color: #ddd;
}
.it-cont .bg {
  border-top: 1px solid #fff;
  background: #f2f2f2;
  border-bottom: 1px solid #9a9a9a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 22px;
  box-sizing: border-box;
  z-index: 1;
}
.it-cont .db {
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #11abe6;
  left: 100px;
  z-index: 99;
}
.it-cont .it-table-fixed {
  flex-shrink: 0;
  flex-basis: 0;
  flex-grow: 0;
  /*z-index: 1;*/
  border-right: 1px solid #8c8c8c;
}
.it-cont .it-table-fixed .it-head {
  position: absolute;
  z-index: 2;
}
.it-cont .cs td {
  border: none !important;
}
.it-cont .it-table-scroll {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.it-cont .it-table-scroll .it-head {
  position: absolute;
  z-index: 1;
}
.it-cont .it-table-scroll table {
  position: absolute;
  margin-top: 22px;
  width: 100%;
}
.it-cont .it-table-scroll .it-body {
  pointer-events: none;
}
.it-cont .it-body {
  overflow: auto;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  bottom: 0;
}
.it-cont .it-body .it-table-con {
  height: 100%;
}
.it-cont .it-load {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.it-cont .it-load .it-load-bg {
  background-color: #f9f9f9;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.it-cont .it-load-con {
  position: absolute;
  left: 50%;
  top: 50%;
}
.it-cont .it-load-con > div {
  position: relative;
  transform: translate(0, -50%);
  left: -50%;
}
.it-cont table {
  table-layout: fixed;
  min-height: 1px;
  border-spacing: 0;
}
.it-cont table tr {
  border-spacing: 0;
}
.it-cont table tr.active td {
  background-color: #e8f2fc !important;
}
.it-cont table tr.hover td {
  background-color: aliceblue !important;
}
.it-cont table td {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  border-spacing: 0;
}
.it-cont table td > span {
  padding: 0 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.it-cont table .norow {
  color: #8a8a8a;
}
