/*#### search item of select option  */
.close{
	display: none;
}


fieldset{
	/*
	width:800px;*/
	margin-left:auto;
	margin-right:auto;
	
}

/*#### select item model */
.oneSearchTerm{
	height:150px;
	border-top:1px solid #cccccc;
	/*display:block;*/
	clear:both;
	position:relative;
}

.oneSearchTerm>label{
	float:left;
	width:180px;
	margin:45px 10px 0px 0px;
	text-align:right;
}

/*##### input item model */

.oneInputTerm{
	clear:both;
	min-height:40px;
	border-top:1px solid #cccccc;
	width:800px;
}
.oneInputTerm>div{
	/*
	float:left;
	*/
	margin-top:10px;
}
.oneInputTerm>label{
	
	
	text-align:right;
	/*width:180px;
	float:left;
	margin:10px 10px 0px 0px;
	*/
}

#searchButton{
	margin-top:20px;
	text-align:center;
}
#searchButton>input{
	/*
	background-color: ;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    
    color: #000;
    */
}


/*################  */

#showPanel>div{
	float:left;
	margin:20px 80px 80px 85px;
	width:200px;
}
#showPanel>div>div{
	width:200px;
	height:200px;
	cursor:pointer;
	background-size:100% 100%;
	
}

#showPanel .showSampleSearchPanel{
	background:url(../images/search/1.1.svg);
	/*margin:50px 100px 0px 250px;*/
	background-size:100% 100%;
}

#showPanel .showSampleSearchPanel:hover{
	background:url(../images/search/1.2.svg);
	background-size:100% 100%;
}

#showPanel .showGeneSearchPanel{
	background:url(../images/search/3.1.svg);
	/*margin:50px 100px 0px 250px;*/
	background-size:100% 100%;
}

#showPanel .showGeneSearchPanel:hover{
	background:url(../images/search/3.2.svg);
	background-size:100% 100%;
}

#showPanel .showDiseaseSearchPanel{
	background:url(../images/search/2.1.svg);
	/*margin:50px 100px 0px 250px;*/
	background-size:100% 100%;
}

#showPanel .showDiseaseSearchPanel:hover{
	background:url(../images/search/2.2.svg);
	background-size:100% 100%;
}


/*##############################  check key*/
#divConfirmAnalysisRegion #divCheckAnalysisRegion>div{
	float:left;
	width:300px;
	max-height:600px;
	margin:0px 10px;
}
#divConfirm #divCheckItems>div{
	margin:0 auto;
	max-height:600px;
}
#divConfirm,#divConfirmAnalysisRegion{
	width:1000px;
	height:750px;
	z-index:9999;
	position:absolute;
	left:-110px;
	top:-50px;
	background:white;
}
#divConfirm .checkboxInputKey,#divConfirmAnalysisRegion .checkboxInputKey{
	margin-left:50px;
}
#divConfirm label,#divConfirmAnalysisRegion label{
	cursor:pointer;
}

#divConfirmAnalysisRegion fieldset{
	border:2px solid #cccccc;
	height:400px;
}
#divConfirm fieldset{
	border:2px solid #cccccc;
	height:400px;
	width:500px;
}
#divConfirm fieldset>div,#divConfirmAnalysisRegion fieldset>div{
	overflow:auto;
	height:340px;
}



/*########  
#showPanel .showDgaSearchPanel{
	background:url(../images/search/3.1.jpg);
	
	margin:50px 100px 0px 100px;
}

#showPanel .showDgaSearchPanel:hover{
	background:url(../images/search/3.2.jpg);
	
}*/






