.slm-replace-select section>div {
	padding: 10px;
}

.slm-replace-select .result {
	display: none;
}

.slm-replace-select #loading {
	position: fixed;
	top: 50%;
	left: 45%;
	z-index: 9999;
}

.slm-replace-select a.search {
	position: relative;
}

.slm-replace-select .aboveBelow {
	width: 30px;
	border-left: none;
	padding: 0;
}

.slm-replace-select .fixedhead_div {
	width: 100%;
	height: 550px;
}

.slm-replace-select .fixedhead_table {
	width: 1800px;
}

.slm-replace-select .result table td,
.slm-replace-select .result table th {
	padding: 5px;
}

.slm-replace-select .header_style_HeightM,
.slm-replace-select .header_style_HeightM th {
	background-color: deepskyblue;
}

.slm-replace-select .header_style_WidthW,
.slm-replace-select .header_style_WidthW th {
	background-color: deepskyblue;
}

.slm-replace-select .header_style_LengthL,
.slm-replace-select .header_style_LengthL th {
	background-color: deepskyblue;
}

.slm-replace-select .header_style_WidthW1,
.slm-replace-select .header_style_WidthW1 th {
	background-color: deepskyblue;
}

.slm-replace-select .header_style_Bsize,
.slm-replace-select .header_style_Bsize th {
	background-color: deepskyblue;
}

.slm-replace-select .header_style_Csize,
.slm-replace-select .header_style_Csize th {
	background-color: deepskyblue;
}

.slm-replace-select .header_style_C,
.slm-replace-select .header_style_C th {
	background-color: deepskyblue;
}

.slm-replace-select .header_style_C0,
.slm-replace-select .header_style_C0 th {
	background-color: deepskyblue;
}

.slm-replace-select .modal {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
}

.slm-replace-select .modal .modal-partition {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}

.slm-replace-select .modal section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 300px;
	max-width: 700px;
	width: 95%;
	margin: auto;
	z-index: 1024;
}

.slm-replace-select .modal section #modal_btn_close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

.slm-replace-select .modal section #modal_btn_close:hover {
	opacity: 0.75;
}

.slm-replace-select .modal section h3 {
	min-height: 36px;
	height: auto;
	line-height: 2;
	padding-top: 0;
}

table.reflow td,
table.reflow th {
	border-right: 2px solid #B5B5B5;
}

.chk_output_select {
	transform: scale(1.5);
	margin-right: 0.5em;
}

@media screen and (min-width: 769px) {

.slm-replace-select .header_linkStyle {
	cursor: pointer;
}

.slm-replace-select .header_linkStyle span {
	color: blue;
	text-decoration: underline;
}

.slm-replace-select .header_linkStyle:hover,
.slm-replace-select .header_linkStyle:hover>span {
	color: white;
	background-color: #6090EF;
}

}

@media screen and (max-width: 768px) {

.slm-replace-select section>div {
	padding: 5px 10px;
}

.slm-replace-select .fixedhead_div {
	width: 100%;
	height: 100%;
}

.slm-replace-select .fixedhead_table {
	width: 100%;
}

.slm-replace-select .modal section h3 {
	text-align: left;
}

.slm-replace-select .leftCell_linkStyle {
	cursor: pointer;
}

.slm-replace-select .leftCell_linkStyle span {
	color: blue;
	text-decoration: underline;
}

.slm-replace-select table.reflow .leftCell_linkStyle:hover,
.slm-replace-select table.reflow .leftCell_linkStyle:hover>span {
	color: white;
	background-color: #6090EF;
}

table td,
table th {
	padding: 7px 5px 5px;
}

table.reflow {
	display: block;
}

table.reflow tbody,
table.reflow tr,
table.reflow td {
	display: block;
}

table.reflow th {
	display: none;
}

table.reflow td {
	position: relative;
	padding: 0;
	border: none;
	background: transparent;
	text-align: left;
}

table.reflow .reflow-h {
	display: block;
	margin: 20px 0 10px;
	padding: 4px 0 0 4px;
	border-left: 4px solid #C30D23;
}

table.reflow .reflow-h>span:first-child {
	display: inline;
}

table.reflow tr:first-child+tr .reflow-h {
	margin-top: 0;
}

table.reflow .reflow-table {
	display: table;
	width: 100%;
	margin-top: 2px;
}

table.reflow .reflow-th,
table.reflow .reflow-td {
	display: table-cell;
	padding: 5px;
	word-wrap: break-word;
	vertical-align: middle;
}

table.reflow .reflow-th {
	width: 100px;
	background: #C9CACA;
}

table.reflow .reflow-td {
	background: #DCDDDD;
}

table.reflow .reflow-button {
	display: block;
	margin-top: 10px;
}

}

