
table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	font-size: 15px;

}

.table th {
	padding: 8px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border-top: 0px solid #E8E8E8;
}

.table th a {
	font-weight: bolder;
	color: #0C0;
}

.table th span {
	font-weight: bold;
	vertical-align: middle;
}

.table td {
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border-top: 0px solid #E8E8E8;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.table td span {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

.table td .span-large {
	font-size: 15px;
	font-weight: bold;
	*background-color: cyan;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
}

.table td .span-large.span-today{
	background-color: cyan;
}

.table td .span-large.span-past{
	color: lightgray;
}

.table td .num {
	text-align:right;
	padding-right:0.5em
}

.table td .current, .table-bordered td .current{
	font-weight: bold;
	background: #8899DD
}

.click-hint {
	font-weight: bolder;
	font-style: italic;
}

.table td .current a, .table-bordered td .current a{
	color: white;
}

.table thead th {
	background-color: #DBDBDB;
	vertical-align: top;
}

.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody+tbody {
	border-top: 2px solid #E8E8E8;
}

.table-wrap-y {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}

.table-form {
	width: 100%;
	font-size: 15px;
	line-height: 2.5em;
	vertical-align: middle;
}

.table-form thead th {
	background-color: #DBDBDB;
}

.table-form th {
	*width: 10%;
	text-align: right;
	padding-right: 5px;
}

.table-form td, .table-form td input {
	text-align: left;
	font-size: 15px;
}

.table-bordered {
	border: 1px solid #E8E8E8;
	border-collapse: separate;
	*border-collapse: collapse;
	*border-left: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th,.table-bordered td {
	background-color: #ffffff;
	border-top: 2px solid #E8E8E8;
	border-left: 2px solid #E8E8E8;
}

.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td
	{
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}

.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th {
	background-color: #f5f5f5;
}

.table-striped tbody>tr:nth-child(odd)>td.edit-box:hover {
	background-color: #ddd;
}

.table-hover tbody tr:hover td,.table-hover tbody tr:hover th {
	background-color: #e1e1e1;
}


.table tbody tr.success td {
	background-color: #e0edce;
}

.table tbody tr.error td {
	background-color: #ffddd8;
}

.table tbody tr.warning td {
	background-color: #fff5d3;
}

.table tbody tr.info td {
	background-color: #dfecf7;
}

.level1 , .level5 {
    font-weight: bolder;
}
.level2 {
    font-weight: bold;
    color: blue;
}
.level3 , .level4 {
    color: #000;
}
.table .level5 {
    background-color: #CCC;
    line-height:2.2em;
}

.table-hover tbody tr.success:hover td {
	background-color: #d8e7c0;
}

.table-hover tbody tr.error:hover td {
	background-color: #ffd1cb;
}

.table-hover tbody tr.warning:hover td {
	background-color: #fff0cc;
}

.table-hover tbody tr.info:hover td {
	background-color: #cfe3f4;
}

/* 2021-06-26 : freeze header and left column */
#tableScroll {
  overflow:auto;
	width:100%;
	max-height: 730px;
}

#tableScroll table {
  table-layout: fixed;
}

#tableScroll thead tr th {
  position:sticky;
  top:0;
}

#tableScroll th {
	background-color: #EEE;
	color: navy;
	font-weight: bold;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: lightgray;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: lightgray;
}

#tableScroll th:first-child {
	left: 0;
}

#tableScroll th:nth-child(1) {
	z-index:2;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: lightgray;
}

#tableScroll tbody td:nth-child(1) {
  position:sticky;
  left: 0;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: lightgray;
	color: navy;
	font-weight: bold;
}

#tableScroll-y {
  overflow:auto;
	width:100%;
	max-height: 800px;
}

#tableScroll-y table {
  table-layout: fixed;
}

#tableScroll-y thead tr th {
  position:sticky;
  top:0;
}

#tableScroll-y th {
	background-color: #EEE;
	color: navy;
	font-weight: bold;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: lightgray;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: lightgray;
}

#tableScroll-y td span {
  font-size: 16px;
}

.table th.cell {
	font-size: 12px;
	text-align: center;
	background-color: lightgray;
	line-height: 0.6em;
}
.table td.cell {
	font-size: 14px;
	text-align: center;
}

.table td.cell-left {
	font-size: 14px;
	text-align: left;
	width: 14%;
}

.table-calendar td:hover{
	background-color: lightgray;
	cursor: pointer;
}

.table-calendar td.cell-left:hover , .table-calendar td.cell-dump:hover{
	background-color: white;
}

.table-calendar td.cell-dump {
	cursor: default;
}