body{
	font-family: "微軟正黑體", "Times New Roman";
	font-size:16px;
	background:#EEE;
}
th{
	text-align:center;
}
.leftIMG,.rightIMG{
	width:30%;
	position:fixed;
	top:20px;
	max-height:90%;
	overflow-y: scroll;
}
.leftIMG{
	left:1vw;
}
.leftIMG::-webkit-scrollbar {
	width: 0 !important 
}
.rightIMG{
	right:1vw;
}
.rightIMG::-webkit-scrollbar {
	width: 0 !important 
}
.table th, .table td {
    padding: 0.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.tablelist td,
.tablelist th,
.seedstable td,
.seedstable th{
	vertical-align:middle;
}
.titletd,
.serchtd{
	vertical-align:middle !important;
}
.BOX{
	border: 5px solid #444;
    box-shadow: 1px 5px 5px #666;
}
.SeedinfoBox {
	border: 5px solid #444;
	box-shadow: 1px 5px 5px #666;
	position:absolute;
	left:25%;
	width:50vw;
	top:5px
}
.fistTable,
.seedstable {
	text-align:center;
	margin-bottom: 0;
}
.seedlist{
	margin:2%;
}
.seedTD{
	width:90%;
	margin: 0 auto;
    margin-bottom: 0 !important;
}
.indexBtn{
	height:20vh;
	width:100% !important;
	background: rgba(1,1,1,0.4);
	font-size:30px;
	border-color:unset;
	background-color:#ff9999;
	display: block;
	margin: 0 auto;
}
.indexBtn:hover , 
.indexBtn:focus , 
.indexBtn:active{
	background-color:#ee5f5b !important;
}
.detal{
	text-align:left;
	height:80px;
	overflow:auto;
	word-break: break-all;
	resize: vertical;
}
.showDetal{
	height:75px;
}
.showresutl{
	text-align:left;
	height:75px;
	overflow:auto;
	word-break: break-all;
	resize: vertical;
}
.showos{
	text-align:left;
	height:65px;
	overflow:auto;
	word-break: break-all;
}
.inputtitle{
	white-space:nowrap;
	vertical-align:middle !important;
}
.controlbox{
	width:50vw;
	margin:15vh auto ;
}
.excelbox{
	width:40vw;
	text-align:center;
	margin:30vh auto ;
}
.excelform,
.pictureform{
	margin:20px;
}
.seedinput{
	width:95%;
	height:90%;
}
.addDiv{
	width:80vw;
	margin:1vh auto;
}
.setdate{
	width:95%;
	padding:3px;
}
.datetitle{
	padding:10px 0 !important;
}
#loadingImg{
	position:absolute;
	width:300px;
	top:50vh;
	left:50%;
	margin-left:-150px;
	margin-top:-120px;
	text-align:center;
	padding:7px 0 0 0;
	font:bold 11px Arial, Helvetica, sans-serif;
}
#selectname {
  width:95.5%;
  margin: 10px;
}
@media screen and (max-width: 768px) {
	.littleNum{
		margin-top:10px;
	}
	.oldnumber{
		width:50%;
	}
	.leftIMG,.rightIMG{
		position:unset !important;
		width:unset !important;
	}
	.seedtable{
		margin:5vh auto;
		width:90vw !important
	}
	.SeedinfoBox{
		width:95vw;
		position:unset;
		margin:0 auto;
	}
	.inputtitle input{
		margin:5px 0;
	}
	#selectname {
	  width: 90% !important;
	  margin:0;
	}
	#numberStart,
	#numberEnd	{
	  width: 90% !important;
	}
	.REPORTBOX {
		top:1px !important;
		width:95% !important;
	}
	.seedstable{
		height:75vh;
	}
    .inputtitle{
		white-space:normal !important;
		width:30vw;
	}
	.titletd{
		width:10vw;
	}
	.serchtd{
		width:5vw;
	}
	.controlbox,
	.excelbox{
		width:85vw;
		margin:20vh auto ;
	}
	.btn:first-child {
		font-size: 10px;
	}
	.indexmobileBtn:first-child {
		font-size: 20px;
		width: 90%;
		background-color:#ff9999 !important;
		display: block;
		margin: 0 auto;
	}
	.excelform,
	.pictureform{
		margin:0px;
	}
	.BOX {
		width: 80vw;
		border: 5px solid #444;
		box-shadow: 1px 5px 5px #666;
		position:relative;
		left:0%;
		top:0%;
		margin-top:0px;
		margin-left:0px;
		text-align:center;
	}
	.seedBox{
		width:100%
	}
	.addtable input{
		width:100%;
	}
	.addDiv{
		font-size: 12px;
		width:95vw;
		margin:0 auto;
	}
	.addBox{
		width:100%;
	}
	.excel2Box{
		width:unset;
	}
	.file{
		width:100%;
	}
	input[id="T"], 
	input[id="P"] {
		width:unset;
	}
}