html{
	background-color: #fbf7f0;
	min-width: 1000px;
//	height: 800px;
	height:100%;
	width:100%;
	overflow-y:scroll;
}

body{
	background-color: #fbf7f0;
/*	background-color: white;*/
	height: 100%;
	width: 100%;

}

li{
	margin-bottom:5px;
}

h3{
	font-size: 130%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	font-weight: 600;
	padding-bottom: 10px;
//	border: 2px solid #ddd;
//	border-bottom-color: transparent;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover{
//	border: 1px solid transparent;
//	border-bottom-color: transparent;
	padding-bottom: 7px;
}

.get-full{
	height: 100%;
	width: 100%;
}

.no-border{
	border: none;
}

.get-border{
  	border-left: 1px solid #ddd;
  	border-right: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
}

.tab-set{
	margin-top: 5px;
	background-color: #ddd;
	border-radius: 25px 25px 0px 0px !important;
}

.get-shadow{
	box-shadow: 0px 10px 30px #888888;
}

.text{
	font-size: 100%;
	background-color: white;
	border:0px;
}

#wrapper_head{
	float: left;
	width: 100%;
	height: 150px;

//    background: -webkit-radial-gradient(40% 40%, closest-side,#70b9db,#2f8bb7); /* Safari 5.1 to 6.0 */
//    background: -o-radial-gradient(40% 40%, closest-side,#70b9db,#2f8bb7); /* For Opera 11.6 to 12.0 */
//    background: -moz-radial-gradient(40% 40%, closest-side,#70b9db,#2f8bb7); /* For Firefox 3.6 to 15 */
//    background: radial-gradient(closest-side at 40% 40%,#70b9db,#2f8bb7); /* Standard syntax (must be last) */
//background: #bd5e4f;//rgb(255,197,120); /* Old browsers */
//background: -moz-radial-gradient(center, ellipse cover,  rgba(192,122,112,1) 0%, rgba(186,65,46,1) 100%); /* FF3.6-15 */
//background: -webkit-radial-gradient(center, ellipse cover,  rgba(192,122,112,1) 0%, rgba(186,65,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
//background: radial-gradient(ellipse at center,  rgba(192,122,112,1) 0%, rgba(186,65,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background: #1f7d04;//rgb(255,197,120); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(13,193,6,1) 0%, #1f7d04 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(13,193,6,1) 0%, #1f7d04 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(13,193,6,1) 0%, #1f7d04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#wrapper_head_compare_page{
        float: left;
        width: 120%;
        height: 150px;

//    background: -webkit-radial-gradient(40% 40%, closest-side,#70b9db,#2f8bb7); /* Safari 5.1 to 6.0 */
//    background: -o-radial-gradient(40% 40%, closest-side,#70b9db,#2f8bb7); /* For Opera 11.6 to 12.0 */
//    background: -moz-radial-gradient(40% 40%, closest-side,#70b9db,#2f8bb7); /* For Firefox 3.6 to 15 */
//    background: radial-gradient(closest-side at 40% 40%,#70b9db,#2f8bb7); /* Standard syntax (must be last) */
background: rgb(255,197,120); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#head_center, .get_center{
	padding-left: 0.5%;
	padding-right: 0.5%;
	width: 1000px;
	margin:0px auto;	
}

#logo{
	margin-top: 5px;
	float:left;
	height: 100px;
}

#logo_subtitle{
	float:right;
}

#logo_DNA{
	float: right;
	margin-top: 10px;
}

#sub_logo{		/*Result*/
	height: 19%;
	width: 19%;
	float: left;
}

#subtitle{
	float: left;
	font-size: 180%;
//	font-weight: 700;
//	font-family: "Cambria";//
//	font-family: 'Georgia';//
//	font-family: "Times New Roman", Georgia, Serif;
//	font-family: Palatino Linotype;
//	font-family: Book Antiqua;
//	font-family: Impact;
//	font-family: "Yu Gothic UI";
//	font-variant: small-caps;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
}

#wrapper_body, .get_in_body{
	margin:0px auto;
	width: 1002px;
	height: 100%;
}

#wrapper_body_assembly_page{
        margin:0px auto;
        width: 550px;
        height: 100%;
}

#wrapper_body_compare_page{
        margin:0px auto;
        width: 1015px;
        height: 100%;
}

#body_internal{
	float: left;
	width: 100%;
	height: auto;
	padding-right:18px;
	padding-top:15px;
	padding-bottom:25px;
	background-color: #FFF;
	box-shadow: 0px 10px 20px #888888;
  	
	border-left: 1px solid #ddd;
  	border-right: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
  	
}




.section{
	float: left;
	width: 100%;
	background-color: #FFF;

}

#btn_help{
	float: right;
}

#section1{
}

#section2{
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-bottom-style: solid;
	//border-color: rgb(255, 177, 77);
//	border-color:#ffc578;//#46A4D0; 
	border-color:#ffffff;//#46A4D0; 
//	margin-top:15px;
	padding:10px;
	font-size: 16px;
}

#section3{
	border-left-style:solid;
	border-right-style:solid;
	/*border-top-style:solid;*/
	border-bottom-style:solid;
//	border-color:#ffc578;//#46A4D0; 
	border-color:#ffffff;//#46A4D0; 
	padding:10px;
	font-size: 16px;
}

#section4{
	margin-top: 15px;
	
}

#section_noFrame{
//	padding:10px;
	font-size: 16px;
}

#foot{
//	position: absolute;
//	bottom: 0;
//	left: 0;
	width: 100%;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #fbf7f0;
	float: left;
	color: #999;
	margin-top:30px;
//	font-family: Cambria;
//	font-family: Palatino Linotype;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
//	font-family:DFKai-sb;
}

.get_absPosi{
	position: absolute;
}

.z_up{
	z-index: 1;
}

#rightfloat{
        float:right;
}
.rightfloat{
        float:right;
}

.outerContent_textFormat{
	font-size: 140%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.innerContent_textFormat{
	font-size: 120%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright{
	font-size: 120%;
	text-align: center;
}

.weight_margin{
	margin-left: 10px;
	margin-right: 5px;
}

.help_margin{
	margin-top: 85px;
}

.Run_btn_margin_right{
	margin-right: 15px;
}

.td_padding_bottom{			/*td內容離下框的距離*/
	padding-bottom: 12px;
}

.td_padding-top{
	padding-top: 12px;
}


.padding_top{
	padding-top: 10px;	/*距離左邊物件的間距*/
}

.padding_left{
	padding-left: 50px;      /*距離左邊物件的間距*/
}

.padding_bottom_div{	/*兩個*/
	padding-bottom: 20px;
}

.sub_btn_margin_left{
	margin-left: 30px;
}

.add_btn_margin_left{
	margin-left: 15px;
}

.lable{
}

.table_padding{
        padding-left: 15px;
        padding-right: 15px;
}

.table_scf{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.BackToResult_margin{
		margin-left: 10px
}

/* 字體粗細 */
.bolder{
	font-weight: bolder;
}

.inline {
	display: inline-block;	/*同一行不換行*/
}

.block {
	display: block;
}

.padding_left_refFile{
	
	padding-left: 20px;	

}

#head_left{
	float: left;
	width: 100%;
}

#head_right{
	float: right;
	width: 10%;
}	


#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 130px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #bb3232;
	font-size: 18px;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}

#myBtn:hover {
	background-color: #555;
}

#scroll {
	position:fixed;
	right:10px;
	bottom:10px;
	cursor:pointer;
	width:50px;
	height:50px;
	background-color:#3498db;
	text-indent:-9999px;
	display:none;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px
}

#scroll span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#ffffff;
}

#scroll:hover {
	background-color:#e74c3c;
	opacity:1;filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
}


.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-bottom: -10px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.dotplot_span {
	width: 1000px;
	height: 1000px;
}

p {
     font-family: sans-serif; 
}

h2 {
     font-family: sans-serif; 
}

li {
     font-family: sans-serif; 
}

.dotplot_content {
	width: 1000px;
	height: 1000px;
}

