@charset "UTF-8";
@CHARSET "UTF-8";
/* --------------------------------
common style
-------------------------------- */
body,h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto',Arial,sans-serif ;
}

img {
    max-width: 100%;
}

a,a:HOVER,.btn {
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
    width: 100%;
   
	min-width: 930px;
}

.sm_container .container {
	max-width: 1300px;
}

header {
	min-width: 930px;
}

#topnav {
    min-height: 60px;
	background-color: #fff;
}

body {
	background-color: #fff
}

.wrap_body {
	padding-top: 60px;
	min-height: 600px;
}

.trans {
	opacity: 1;
	filter: alpha(opacity=100);
}

.footer_color{
	background-color: #213140;
}

.font-size-small {
    font-size: 11px;
}

.font-whitegray {
    color: #eeeeee;
}

.nav-tab-line>li>a {
	padding: 10px 5px;
	color: #a8a8a8;
}

.nav-tab-line>li.active>a {
	color: #435966;
}

/* -------------------------------- 
header style
-------------------------------- */
.header_static {
	position: static !important;
}

.logo {
	padding: 14px 0;
    margin: 0;
}

.logo img {
  	max-height: 30px;
}

#topnav {
    z-index: 102;
}

#topnav .navigation-menu > li > a {
    padding: 20px 15px;
	font-size: 14px;
}

.list_top_rt_nav .btn:FOCUS,.list_top_rt_nav .btn:HOVER {
	box-shadow: none;
}

.top_ex_menu {
	padding: 20px 15px;
	font-size: 14px;
	color: #747474;
}


.act .top_ex_menu {
	color: #71b6f9;
}

.top_ex_sub_menu {
	text-align: left;
	color: #747474;
}

.act .top_ex_sub_menu {
	color: #71b6f9;
}


.top_user_profile_ul>li>a {
	padding: 10px 20px;
}

.btn-top-user {
	font-size: 35px;
	color: #a8a8a8;
	padding: 10px 15px 0px 15px;
}

.btn-top-login {
	padding: 7px 15px;
	margin: 13px 15px 0px 15px;
	background: #39c8d2;
	color: #fff;
	border-radius: 3px;
}

.btn-top-search {
	font-size: 24px;
	color: #a8a8a8;
	padding: 17px 15px 0px 15px;
	float: right;
}

.btn-top-login:hover {
	background: #52d7e0;
	color: #fff;
}

.btn-menu-modal {
	font-size: 32px;
	color: #a8a8a8;
	padding: 12px 20px 0px 20px;
}

.top_user_profile {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 5px;
}

.top_user_profile_img {
	width: 32px;
	min-height: 32px;
	vertical-align: top;
}

ul.top_user_profile_ul {
	padding-top: 0;
	min-width: 250px;
}

ul.top_user_profile_ul>li {
	position: relative;
}

ul.top_user_profile_ul>li.top_user_profile_li {
	/*position: absolute;*/
	top: 0px;
	/*width: 100%;*/
	background-color: #efefef;
	padding: 10px;
	border-radius: 4px 4px 0 0;
}

.top_user_con {
	width: 40px;
	height: 40px;
	background-color: #3e3e3e;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	font-size: 24px;
	color: #cccccc;
	border: 1px solid #ffffff;
	box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
}

.top_user_profile_lt {
	top: 50%;
	transform: translate(0, -50%);
}

.top_user_profile_rt {
	/*padding: 10px 0px 10px 50px;*/
	color: #333;
	min-height: 40px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top_search_wrap {
	width: 1px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

.top_search_wrap.act {
	width: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.top_search_move {
	position: fixed;
	width: 100%;
	max-width: 300px;
	top: 0px;
	background-color: #fff;
	margin: 10px;
	z-index: 10;
	margin-left: -300px;
}

.top_search_move .easy-autocomplete-container ul {
    margin: 0px;
}

.top_search_move input,.top_search_move input:focus {
	border: 0 !important;
	border-bottom: 1px solid #a8a8a8 !important;
	border-radius: 0;
	padding: 8px 12px;
    height: 40px;
}

.top_search_move input,.top_search_move input:focus {
	padding-left: 40px;
}

/* -------------------------------- 
modal style
-------------------------------- */
.modal-title {
    font-size: 22px;
}

.modal-simple .modal-dialog .modal-content .modal-body.p_bot0 {
	padding-bottom: 0px;
}

.modal .modal-dialog .modal-content .modal-body.p_all0 {
	padding: 0px;
}

.modal-simple .modal-dialog .modal-content .modal-header {
    border-bottom-width: 0px;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
}

.modal .modal-dialog .modal-content.p_all0 {
	padding: 0px;
}

.modal .modal-dialog .modal-content .modal-header.p_all20 {
	padding: 20px;
}

.modal-simple .modal-header .close {
    font-size: 30px;
}

.modal-login {
    width: 470px;
}

.modal_order_btn_wrap {
	/* border-top: 3px solid #39c8d1; */
    box-shadow: 0px -5px 10px rgba(0,0,0,0.1);
}

.modal_order_btn_wrap .btn:focus,.modal_order_btn_wrap .btn:hover {
	background-color: #fff;
	color: #3bcad3
}

.modal-msg .modal-header {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

.modal.modal-msg .modal-dialog .modal-content .modal-footer {
	padding-bottom: 20px;
}

.modal-msg .title {
    background-color: #353535;
    padding: 20px;
    margin-top: 0;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.modal-msg .title.title_error {
    background-color: #e25877;
    color: #fff;
}

.modal-msg .title.title_warning {
    background-color: #e25958;
    color: #fff;
}

.modal-msg .title.title_info {
    background-color: #5881e2;
    color: #fff;
}

.modal-center .modal-dialog {
	top: 12%
}

.modal-trans-gray .modal-content {
	background-color: transparent;
	border: 0px;
}

.trial_mode_wrap .title,.trial_email_wrap .title {
	/* color: #fff; */
	padding: 0px 0px 20px 0px;
	/* background-color: rgba(57, 56, 64, 0.8); */
    /* border-radius: 5px 5px 0px 0px; */
}

.trial_content {
	padding: 40px;
	background-color: #fff
	
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}


/* -------------------------------- 
title style
-------------------------------- */
.page_title {
	margin-top: 50px;
    font-size: 50px;
    font-weight: 600;
    color: #2a3f54;
}

.page_desc {
	color: #747474;
    font-size: 15px;
    font-weight: 300;
}

.page_in_title {
	margin-top: 100px;
}

.page_in_title h4.title {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 25px;
}

.page_in_title h4.title_sm {
	font-size: 35px;
	line-height: 35px;
}

.page_in_title .line {
	height: 1px;
	width: 60px;
	background-color: #969696;
	margin: auto;
}

.page_in_title .ex {
	font-size: 18px;
	margin: 25px 0;
	color: #797979;
	font-weight: 300;
}

.sub_title_wrap {
	margin-bottom: 30px
}

.sub_title_wrap .title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sub_title_wrap .line {
	width: 30px;
	height: 1px;
	background-color: #999;
}


/* -------------------------------- 
check style
-------------------------------- */
.checkbox input[type="checkbox"]:checked + label::after {
    content: "\e919";
    font-family: 'common';
}

/* -------------------------------- 
modal style
-------------------------------- */
.modal-footer {
    border-top: 0px solid #e5e5e5;
}

.modal-login {
	max-width:450px;
}

.modal_title {
	font-size: 22px;
}

.modal .modal-content.p_all0 {
	padding: 0
}

.modal_custom  .modal-dialog .modal-content .modal-header {
	padding: 20px 30px;
    border-bottom-width: 1px;
}

.modal_login .modal-dialog .modal-content .modal-body {
	padding: 35px;
}

.modal_custom .modal-dialog .modal-content .modal-body {
	padding: 30px;
}

.modal_custom .modal-dialog .modal-content .modal-footer {
	padding: 20px 30px;
	background-color: #fafafa
}

/* -------------------------------- 
search style
-------------------------------- */
.easy-autocomplete-container ul {
    border: 1px solid #ccc;
    margin: 0 20px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    padding-top: 0px !important;
}

.easy-autocomplete-container ul li b {
    color: #585858;
}

.easy-autocomplete-container ul li div {
    letter-spacing: 1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    border-width: 0;
}

.easy-autocomplete-container ul li:last-child {
    border-width: 0;
}

.easy-autocomplete {
    width: 100% !important;
}

.ez_search_table {
	display: block;
}

.ez_search_table td,.ez_search_table tr,.ez_search_table tbody {
	display: block;
}

.ez_search_table td>div {
	border-bottom: 0px !important;
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
	word-break: break-word;
}

.ez_search_table thead {
	display: none;
}

/************ 
	box
***************/
.white_box {
	padding: 10px 0 0 0;
	border: 1px solid #eee;
	border-radius: 0px 0px 10px 10px;
	border-top: 2px solid #39c8d1;
	overflow: hidden;
	position:relative;
	box-shadow: 0px 3px 0px rgba(186, 178, 228, 0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
	min-height: 150px;
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.white_box.p_top0 {
	padding-top: 0;
}

.white_box:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/* border-right: 1px solid #b9defb;
	border-left: 1px solid #b9defb;
	border-bottom: 1px solid #b9defb;
	box-shadow: 0 2px 20px 0 rgba(171, 218, 232, 0.5); */
}

.white_box .title {
	margin: 0;
	padding: 0px 15px 10px 15px;
	border-bottom: 1px dashed #eee;
	color: #747474;
	font-size: 15px;
	font-weight: 600;
}

.white_box_ex {
	padding: 5px 15px;
	min-height: 32px
}

.white_box_ex.p_tb0 {
	padding-top: 0px;
	padding-bottom: 0px
}

.white_box_num {
	font-size: 17px;
	padding-right: 5px;
	word-break: break-all;
	font-weight: 300;
	color: #428bcc;
}

.white_box_num.p_right15 {
	padding-right: 15px;
}

.chunlabData .white_box_num, .chunlabData.white_box_num {
	color: #428bcc;
}

.white_box_bot.qiimeData, .white_box_num.qiimeData {
	color: #3bc37b;
}

.chunlabData_skyblue {
	background-color: #f9fdff;
}

.qiimeData {
	background-color: #f1fff8;
}

.white_box_footer {
	padding: 5px 15px 5px 15px;
	font-size: 11px;
	color: #a8a8a8;
	border-top: 1px dashed #eeeeee;
}

.white_box_cen {
	padding: 5px 15px 5px 15px;
	font-size: 11px;
	color: #a8a8a8;
	border-top: 1px dashed #eeeeee;
}

.white_box_bot {
	border-top: 1px dashed #eee;
}

.white_box_split {
	position: relative;
}

.white_box .white_box_split .title {
	position: absolute;
	padding: 7px 15px 10px 15px;
	border-bottom: 0px;
	color: #747474;
	width: 170px;
	float: left;
}

.white_box .white_box_split .white_box_ex {
	padding-left: 170px;
}

/* -------------------------------- 
input style
-------------------------------- */
input.input_under,input.input_under:focus {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
}

input.input_under:focus {
	border-bottom-color: #10c469;
}    

/* -------------------------------- 
copy message style
-------------------------------- */
#clipMessage {
	position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin: -150px 0 0 -30px !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

/* -------------------------------- 
loading style
-------------------------------- */
.front_loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
	text-align: center;
	opacity: 1;
	z-index: 10;
	filter: alpha(opacity=100);
	background-color: rgba(255,255,255,0.8);
}
.front_loading>.spinner_loading {
	position: absolute;
	top: 50%;
	text-align: center;
	margin: -15px 0 0 -15px;
	left: 50%;
}

/* -------------------------------- 
btn group style
-------------------------------- */
.btn-group-primary .btn-primary {
	background-color: #f4f8f9 !important;
	color: #a9a9a9 !important;
	border-color: #e8f0f3 !important;
}

.btn-group-primary .btn-primary.active {
	background-color: #435966 !important;
	color: #fff !important;
	border-color: #133E58 !important;
}

.btn-group-success .btn-success {
	background-color: #f4f8f9 !important;
	color: #a9a9a9 !important;
	border-color: #e8f0f3 !important;
}

.btn-group-success .btn-success.active {
	background-color: #5cb85c !important;
	color: #fff !important;
	border-color: #4cae4c !important;
}

/************ 
	tab
***************/
.tab_fix_header {
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #fff;
	border-bottom: 2px solid #eee;
}

.tab_fix_header.affix .nav>li>a {
	padding: 15px 5px;
}

.tab_fix_header.affix {
	top: 30px;
	box-shadow: 0px 3px 0px rgba(186, 178, 228, 0.2);
}

.tab_fix_header.affix+.tab_fix_body {
	padding-top: 95px;
}

.tab_fix_body {
	
}

.tab_fix_body .tab-content {
	padding: 0px 0px 100px 0px;
	border: 0px;
}

.tab_fix_header .nav-tabs {
	border-bottom: 0px solid #eeeeee;
}

.tab_fix_header .nav>li>a {
	padding: 20px 5px;
	margin: 0 0 -1px 0;
	border: 0 !important;
	border-bottom: 4px solid transparent !important;
	border-radius: 0;
}

.tab_fix_header .nav>li.active>a, .tab_fix_header .nav>li>a:hover {
	border: 0 !important;
	border-bottom: 3px solid #35ec90 !important;
	margin: 0px;
}

/* -------------------------------- 
button style
-------------------------------- */
.top_btn {
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	right: 20px;
	bottom: 40px;
}

.top_btn.act {
	bottom: 20px;
	opacity: 1;
	z-index: 10;
	filter: alpha(opacity=100);
}

.btn-top,.btn-top:HOVER,.btn-top:FOCUS {
	background-color: #213140;
	color: #fff;
	font-size: 25px;
	line-height: 20px;
	padding: 10px 12px;
}

.btn-primary {
	background-color: #435966;
    border: 1px solid #435966;
    border-bottom: 2px solid #435966;
}

.btn-emerald {
	color: #fff;
	background-color: #39c8d2;
	border: 1px solid #39c8d2;
}

.btn-emerald:HOVER,.btn-emerald:FOCUS {
	color: #fff;
    background-color: #52d7e0;
    border: 1px solid #52d7e0;
}

.btn-emerald-line {
	color: #39c8d2;
	background-color: #fff;
	border: 1px solid #39c8d2;
}

.btn-emerald-line:HOVER,.btn-emerald-line:FOCUS {
	color: #fff;
	background-color: #52d7e0;
	border: 1px solid #52d7e0;
}

.btn-white-line {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}

.btn-white-line:HOVER,.btn-white-line:FOCUS {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.btn-blue {
	color: #fff;
	background-color: #39c8d2;
	<!--border: 1px solid #39c8d2;-->
}

.btn-blue:HOVER,.btn-blue:FOCUS {
	color: #fff;
    background-color: #52d7e0;
    <!--border: 1px solid #52d7e0;-->
}

.btn-blue-line {
    border: 1px solid #0091ea;
    border-radius: 30px;
    background-color: transparent;
    color: #0091ea;
}

.btn-blue-line:hover,.btn-blue-line:focus {
	border: 1px solid #0091ea;
    background-color: #0091ea;
    color: #fff;
}

.btn-green {
	color: #fff;
	background-color: #7ac795;
	border-bottom: 2px solid #51986a;
}

.btn-green:HOVER,.btn-green:FOCUS {
	color: #fff;
    background-color: #61b980;
    border-bottom: 2px solid #417d57;
}



/************ 
	tab
***************/
.i_xs {
	font-size: 20px;
}

.i_sm {
	font-size: 25px;
}

.i_md {
	font-size: 30px;
}


/* -------------------------------- 
footer
-------------------------------- */
.logo_footer img {
	max-height: 30px;
}

.footer_wrap {
	padding: 50px 0;
}

.footer_wrap a {
	color: #fff;
}

.footer_lt {
	position: absolute;
}

.footer_rt {
	padding-left: 400px
}

.modal-msg .title.title_info {
    background-color: #5881e2;
    color: #fff;
}

.modal-msg .title {
    background-color: #353535;
    padding: 20px;
    margin-top: 0;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}