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

th{
  background-color:#915957 !important;
  color:#ffffff !important;
  font-size:15px !important;
  text-align:center !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  height:50px !important;
}

td{
  background-color:#ffffff !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  height:50px;
  text-align:center !important;
  border-top: 1px dotted #6b675d;
  border-left: 1px dotted #6b675d;
}

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(even) td{
  background-color:#f3f3f3;
}

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;
}

tbody[id$="sheetdb_content"]>tr>td {
	background-repeat: no-repeat;	
	color: #333333;	
	font-weight: 600;
}

tbody[id$="sheetdb_content"]>tr>td:nth-child(4) {
	background-image: url("img/week-bg-01.png");
	color: #333333;	
	background-position: center 8px;
}

tbody[id$="sheetdb_content"]>tr>td:nth-child(5),tbody[id$="sheetdb_content"]>tr>td:nth-child(6),tbody[id$="sheetdb_content"]>tr>td:nth-child(7),tbody[id$="sheetdb_content"]>tr>td:nth-child(8),tbody[id$="sheetdb_content"]>tr>td:nth-child(9),tbody[id$="sheetdb_content"]>tr>td:nth-child(10) {
	background-image: url("img/gary-ball-01.png");
	color: #ffffff;	
	background-position: center;
}

tbody[id$="sheetdb_content"]>tr>td:last-child {
	background-image: url("img/red-ball-01.png");
	color: #ffffff;	
	background-position: center;
}

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
}
