@charset "utf-8";
/* CSS Document */
#primer3_tab{
	width: 100%;
	height: 450px;
}
#primer3_page{
	width: 100%;
	height: 400px;
	overflow:auto;
}
#seq_cart_tray{
	background:#FFF;
	border-color:#999;
	border-width:thin;
	border-style:solid;
	position: fixed;
	padding-bottom: 10px;
	top:180px;
	right:-500px;
	width: 400px;
	height: auto;
	overflow:auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
	z-index:99;

}
#seq_cart_tab{
	position: fixed;
	top: 180px;
	right: 0px;
	width: 30px;
	height:auto;
	background:#F90;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:98; 
}

.right-opened{
	right:0px !important;
}
.right-tab-opened{
	right:400px !important;
}
#seq_all{
	/*margin-top:0px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;*/
	margin: 10px;
	height:260px;
	overflow:scroll;
	word-wrap:break-word;
	border-color:#999;
	/*border-top-width:0px;
	border-left-width:thin;
	border-right-width:thin;
	border-bottom-width: thin;*/
	border-width: thin;
	border-style:solid;
	text-align:left;
	font-size:10px;
}
.green{
	color: #090;
}
.blue{
	color: #039;
}
.orange{
	color: #F60;
}
#aligned_seq_tray{
	margin: 20px;
	padding: 10px;
	border: 1px solid;
	width: 95%;
	clear: left;
	float: left;
}
#aligned_seq_result{
	width: 680px;
	float:left;
}
#primer_selection_control_head{
	width: 160px;
	float: right;
}
#primer_selection_control{
	width: 160px;
	clear: left;
	float: right;
}
#primer3_tab{
	padding: 20px;
	position:absolute;
	width: 768px;
	height: auto;
	left:20%;
	z-index:999;
	background:#FFF;
	border: 1px solid;
	font-size:12px;
	
}
#primer3_tab.prepare{
	top: -5000px;
}#primer3_tab.ready{
	top: 120px;
}

/* clustal omega style*/
#use legend {
    font-size: 100%;
    background-color: #e5e5e5;
    color: #222;
    padding: 0.1em 0.5em;
    border: 2px solid #d8d8d8;
}

#use fieldset {
    background-color: #f7f7f7;
    border: 2px solid #eee;
    padding: 0.5em 0.5em 0.5em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: inherit;
}
.jd_toolParameterBox p {
    margin: 3px 0px 0px 0px;
    padding: 0;
}
#use p, #use ul, #use ol, #use label {
    font-size: 12px;
}
.jd_parameterGroup .jd_parameterCell, .jd_parameterGroup .jd_parameterCellUp {
    float: left;
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    width: auto;
    height: auto !important;
    height: 3.5em;
    min-height: 3.5em;
    line-height: 100%;
    position: relative;
    clear: none;
    max-height: 60em;
}
.source_seq {
	background-color: #FFCC33;
}
.seq_cart_header.source_seq {
	/*margin-top:10px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-color:#999;
	border-top-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-bottom-width: 0px;
	border-style:solid;*/
}