@charset "utf-8";
/* CSS Document */

.girdbg {
	background-color: #ffffff;
}

table.i_detail {
	width: auto;
	min-width: 100%;
	z-index: 100;
	/*border-top: 1px solid #CCC !important;*/
}

table.i_detail,
table.i_detail th,
table.i_detail td {
	border: 0px;
}

table.i_detail th,
table.i_detail td {
	max-width: 30em;
	min-width: 4rem;
	padding: 5px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

table.i_detail td {
	padding: 0.2rem 6px;
	line-height: 2rem;
	max-width: 18rem;
}

table.i_detail td.left {
	text-align: left;
}

table.i_detail td.right {
	text-align: right;
}

table.i_detail th::after,
table.i_detail td::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #CCC;
	position: absolute;
	z-index: 102;
	top: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	-moz-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

table.i_detail th:first-child::after,
table.i_detail td:first-child::after {
	content: "";
	/* background-color: transparent; */
	background-color: #BBB;
}

.thheight {
	height: 2.5rem;
	background-color: #F8F8F8;
}

/* 固定列 */
table.i_detail thead {
	/* position: sticky;
	position: -webkit-sticky; */
}

/* 固定列 */
table.i_detail th {
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	background-color: #FFFFFF;
	z-index: 200;
}


table.i_detail th::after,
table.i_detail td::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #BBB;
	position: absolute;
	z-index: 102;
	top: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	-moz-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

/* .table-container {}

.table-container::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #BBB;
	position: absolute;
	z-index: 203;
	top: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	-moz-transform: scaleX(0.5);
	transform: scaleX(0.5);
} */

/* table.i_detail::after {
	content: "";
	width: 200%;
	height: 1px;
	background-color: #BBB;
	position: absolute;
	z-index: 203;
	left: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	-moz-transform: scaleX(0.5);
	transform: scaleX(0.5);
} */

/* table.i_detail thead::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #BBB;
	position: absolute;
	z-index: 203;
	top: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	-moz-transform: scaleX(0.5);
	transform: scaleX(0.5);
} */


/* table.i_detail thead::before {
	content: "";
	width: 200%;
	height: 1px;
	background-color: #BBB;
	position: absolute;
	z-index: 203;
	top: 2.5rem;
	left:0px;
	right: 0px;
} */

table.i_detail th::before,
table.i_detail td::before {
	/*使用该*/
	content: "";
	width: 100%;
	height: 1px;
	background-color: #BBB;
	position: absolute;
	z-index: 102;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	-moz-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

table.i_detail .Check1 {
	width: 2rem;
	min-width: 2rem;
}


table.i_detail .RowNo1 {
	width: 2rem;
	min-width: 2rem;
	text-align: center;
}

.innerDiv {
	width: 100%;
	min-height: 1rem;
	font-weight: normal;
	white-space: nowrap;
	background: none;
}

.colremove {
	background: url(closing.png) no-repeat 99% 50% transparent;
	background-size: 13px 13px;
}

tr.Rowbg {
	background-color: #eee;
}

.disabled {
	pointer-events: none;
}