@charset "utf-8";
/* CSS Document */
table{
  background-color:ffffff !important;
  overflow:hidden !important;
  border-radius:10px 10px 10px 10px  !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #6b675d !important;
}

th{
  background-color:#915957 !important;
  color:#ffffff !important;
  text-align:center !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  height:35px !important;
  border: 0px !important;
}

td{
  background-color:#ffffff !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  text-align:center !important;
  border: 0px none !important;
}

tr:nth-of-type(2) td{
  border-top: none;
}

tr td:first-child{
  border-left: none;
}

th{
  border-top: 1px dotted #ffffff;
  border-left: 1px dotted #ffffff;
}
  
tr:nth-of-type(1) th {
  border-top: none;
}

tr:first-child th:first-child {
  border-top: none;
  border-left: none;
}

tr:last-of-type{
  border-bottom: 2px solid #6b675d;
}

tr:nth-of-type(4n+3) td,tr:nth-of-type(4n+4) td{
  background-color:#e3e3e3;
}

tr:nth-of-type(2n+1) td {
  height:30px !important;
  font-size:18px !important;
  font-weight: 800 !important;
  vertical-align: bottom !important;
  margin: 0 !important;
  padding: 8px 0 0 0 !important;
}

tr:nth-of-type(2n) td {
  height:45px !important;
  font-size:40px !important;
  margin-top: -25px !important;
  padding-top: -25px !important;
  font-weight: 800 !important;
}

tr:nth-of-type(2n-1) td {
  border-top: 1px solid #6b675d;
}

table>tbody>tr:hover>td,
table>tbody>tr:hover>th {
  background-color: #f6d1cf !important;
}

div[class^="table_"]>a {
	display:none;
}

div[id$="table_scroll"],div[id$="table_content"] {
	margin: 0 auto !important;
	padding: 0 auto !important;
	width: 100% !important;
}

div[style$="justify-content: space-between;"],div[style$="justify-content: space-between;"]>div {
	display:none !important;
	height:0 !important;
	overflow:hidden !important;
	margin: 0 !imposrtant;
	padding: 0 !important;
}

.el-table tbody tr:hover>td { 
    background-color:#ecf5ff!important
}
