@charset "UTF-8";
/*!
Custom-mobile.css - http://anttoweb.com
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Anttoweb
*/

body{
	background-color:#F1F1F1;
	min-width:768px;
}
.help-text {
	color: #999;
}
/* Common */
#site-container{
	/*margin-top:85px;*/
	padding-top:60px;
	padding-bottom:80px;
	min-height:460px;
}
.container{
	max-width:1230px;
}
.container .jumbotron, .container-fluid .jumbotron{
	background:#fff;
}
.no-margin{
	margin:0;
}
.no-padding{
	padding:0;
}
.color-red {
    color: #f00;
}
h1, .h1, h2, .h2, h3, .h3{
	margin-top:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	line-height:1.2;
	margin-bottom:20px;
}
h1, h2, .h1, .h2{
	color:#333;
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6{
	color:#555;
}
label{
	font-weight:normal;
}
.main-content{
	margin-bottom:50px;
}
.disblock.help-block{
	display: initial;
	margin-top: 5px;
    margin-bottom: 10px;
    color: #959595;
}

.hide {
	display: none;
}

/* Header */
header{
	background-color:#fff;
}
.navbar-default{
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background:none;
	color:#000;
}
.navbar-default .navbar-nav > li > a{
	color:#666;
}
.navbar-nav > li > a{
	font-size:16px;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}
ul.nav li.dropdown > a.dropdown-toggle{
	border: none !important;
}
.dropdown-menu > li > a,
.dropdown-menu .sub-menu li a{
	padding:10px 30px 10px 20px;
}
.navbar-nav .dropdown-menu li{
	position:relative;
	list-style:none;
}
.navbar-nav .dropdown-menu .sub-menu{
	position:absolute;
	text-align: left;
	left:100%;
	right:auto;
	top:0;
	background-clip: padding-box;
    background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    opacity: 0;
	padding: 5px 0;
	min-width: 160px;
    visibility: hidden;
    z-index: -1;

}
.navbar-nav .dropdown-menu > li:hover .sub-menu,
.navbar-nav .dropdown-menu > li:focus .sub-menu{
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.navbar-nav .dropdown-menu .sub-menu li a{
	clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
}
.navbar-nav .dropdown-menu .sub-menu li a:hover,
.navbar-nav .dropdown-menu .sub-menu li a:focus{
	background:#f5f5f5;
	color:#262626;
	text-decoration:none;
}
.caret-right{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-4px
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotat-90deg);
	-o-transform:rotate(-90deg);
}
.top-header{
	background:#009139;
	color:#FFF;
	padding-top:15px;
	padding-bottom:15px;
}
.widget-contact-info{
	display:inline-block;
	float:right;
}
.header-widget{
	margin-left:30px;
	font-size:16px;
	line-height:2.5;
}
.header-widget{
	float:left;
}
.widget-link a{
	color:#fff;
}
.widget-link a:hover,
.widget-link a:focus{
	text-decoration:none;
	color:rgba(250,250,250,.75);
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
}
.btn-noborder{
	border:0;
}
.margin-left-l{
	margin-left:30px;
}
.margin-right-l{
	margin-right:30px;
}
.margin-bottom-l{
	margin-bottom:30px;
}
.margin-top-l{
	margin-top:30px;
}
/* Footer */
.bottom-footer{
	background-color:#333;
	padding-top:50px;
	padding-bottom:50px;
	color:#ccc;
	font-size:13px;
}
.bottom-footer h3{
	color:#fff;
	font-size:30px;
}
.bottom-copyright{
	background-color:#009139;
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
.footer-events ul{
	padding-left:0;
}
.footer-events ul li{
	font-size:15px;
	list-style:none;
	border-bottom:#999 solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}
.footer-events ul li.current,
.footer-events ul li:hover,
.footer-events ul li.focus,
.footer-events ul li.active{
	border-bottom:#fff solid 1px;
}
.footer-events ul li a{
	color:#ccc;
	display:block;
}
.footer-events ul li.current a,
.footer-events ul li a:hover,
.footer-events ul li.active a,
.footer-events ul li a:focus{
	color:#fff;
	text-decoration:none;
}
.footer-career ul{
	padding-left:0;
}
.footer-career ul li{
	list-style:none;
}
.footer-career ul li a{
	color:#ccc;
}
.footer-career ul li a:hover,
.footer-career ul li a:focus{
	text-decoration:none;
	color:#fff;
}
/* Aside*/
.aside{
	background-color:#E2E2E2;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) inset;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) inset;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:7px;
	margin-bottom:25px;
}
.aside .menu-title{
	background: rgba(0,189,76,1);
	background: -moz-linear-gradient(top, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,189,76,1)), color-stop(100%, rgba(0,145,58,1)));
	background: -webkit-linear-gradient(top, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	background: -o-linear-gradient(top, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	background: linear-gradient(to bottom, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bd4c', endColorstr='#00913a', GradientType=0 );
	color:#fff;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:10px;
	font-size:18px;
	margin-bottom:5px;
	line-height:1;
}
.aside-menu ul{
	padding:5px 0;
	margin-bottom:0;
}
.aside-menu ul li{
	list-style:none;
	line-height:1.2;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:#ccc dashed 1px;
}
.aside-menu ul li:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.aside-menu ul li a{
	display:block;
	padding:4px 10px;
	color:#666;
	line-height:1;
}
.aside-menu ul li a:hover,
.aside-menu ul li a:focus,
.aside-menu ul li.active a,
.aside-menu ul li.current a{
	color:#000;
	text-decoration:none;
	color:#000;
}
/* Button */
.custom-btn{
	position:relative;
	padding:10px 16px 10px 60px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.custom-btn-lg{
	font-size:25px;
	text-align:left;
}
.custom-btn-lg.disabled{
	background:#999;
	border:#777 solid 1px;
}
.custom-btn-lg.disabled:hover{
	background:#333;
	border:#222 solid 1px;
}
.custom-btn span{
	font-size:14px;
	display:block;
}
.custom-btn i{
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-16px;
	font-size:32px;
}
.custom-btn-mt{
	margin-top: 5px;
}

/* Home page */
.get-started{
	margin-bottom:50px;
}
.veri-sign-logo{
	max-width:18%;
	position:relative;
	padding:10px;
}
.veri-sign:before,
.veri-sign:after{
    background-color: #ddd;
    content: " ";
    display: inline-block;
    height: 2px;
    margin-top: -2px;
    vertical-align: middle;
    width:40%;
}
/* crispr cas9 */
.plasmid_preparation  label.radio-inline {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
}
/* User dashboard*/
.dashboard-menu{
	margin-top:50px;
}
.dashboard-menu ul{
	padding:0;
}
.dashboard-menu ul li{
	list-style:none;
	text-align:center;
}
.dashboard-menu ul li a{
	display: inline-block;
	color:#333;
	padding-top:40px;
	width:120px;
	height:120px;
	background:rgba(255,255,255,0.7);
	text-align:center;
	vertical-align:middle;
	position:relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.dashboard-menu ul li a:hover,
.dashboard-menu ul li a:focus{
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	text-decoration:none;
	color:#009139;
}
.dashboard-menu .glyphicon{
	display:block;
	margin-right:0;
	vertical-align:middle;
	top:auto;
	font-size:18px;
}
.refer-container{
	padding-top: 15px;
	padding-bottom: 15px;
}
.refer-code{
	color: #009139;
	font-weight: 300;
	margin-bottom: 10px;
}
.refer-container .glyphicon{
	margin-right:6px;
}
.refer-content{
	padding: 15px;
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Progress bar */
.progress{
	background-color:#E2E2E2;
	height:24px;
	padding:4px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3) inset;
	overflow:visible;
	margin-bottom:80px;
	position:relative;
}
.orderdetail.progress{
	margin-bottom:20px;
	margin-top: 10px;
}
.progress-bar{
	width:25%;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.progress-bar .sr-point:before{
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #ddd;
	top:-100%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.progress-bar-success{
	background: rgba(0,189,76,1);
	background: -moz-linear-gradient(top, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,189,76,1)), color-stop(100%, rgba(0,145,58,1)));
	background: -webkit-linear-gradient(top, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	background: -o-linear-gradient(top, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	background: linear-gradient(to bottom, rgba(0,189,76,1) 0%, rgba(0,145,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bd4c', endColorstr='#00913a', GradientType=0 );
}
.progress-bar[aria-valuenow="25"]{
	width:25%;
}
.progress-bar[aria-valuenow="50"]{
	width:50%;
}
.progress-bar[aria-valuenow="75"]{
	width:75%;
}
.progress-bar[aria-valuenow="100"]{
	width:100%;
}
.progress-bar[aria-valuenow="25"] .sr-point1,
.progress-bar[aria-valuenow="50"] .sr-point2,
.progress-bar[aria-valuenow="75"] .sr-point3,
.progress-bar[aria-valuenow="100"] .sr-point4{
	color:#009139;
}
.progress.orderdetail .progress-bar{
	margin-bottom: 50px;
}
.progress.orderdetail .od-sr-only {
    position: relative;
    width: 120px;
    height: 30px;
    padding: 0;
    margin: -1px;
    top: -2px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.progress.orderdetail .sr-only {
    position: absolute;
	color: #333;
    width: auto;
	height: auto;
    padding: 1px 10px;
    margin: 5px 0 0 0;
    top: 100%;
	background-color: #fff;
    overflow: visible;
    clip: auto;
    border: 0;
	left: 0;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.progress.orderdetail .sr-only::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    content: "";
    display: block;
    height: 0;
    left: 30px;
    margin-left: -10px;
	margin-top: -11px;
    position: absolute;
    top: 0;
    width: 0;
}
.veri-sign-form h2,
.step-title{
	border-bottom:#DDD solid 2px;
	padding-bottom:20px;
}
.main-title{
	border-bottom:#DDD solid 2px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.main-title-div{
	border-bottom:#DDD solid 2px;
	padding-bottom:10px;
	overflow: hidden;
}
.main-title-div>a{
	    margin-top: 15px;
}
.main-title-div h1{
	margin-bottom: 0px;
}
.sub-title{
	margin-bottom:20px;
	color:#333;
}
h4.sub-title{
	font-size:24px;
}
.select-address-div {
	margin-top: 8px;
}
.sr-point{
	position:absolute;
	top:100%;
	color:#333;
	font-size:16px;
	font-weight:bold;
	left:0;
	margin-top:20px;
	text-align:center;
	padding-left:0;
	padding-right:0;
}
/* Form */
.required{
	color:#F00;
}
.veri-sign-form h1{
	margin-bottom:50px;
}
.veri-sign-form{
	/*background-image:url(../images/veri_sign_logo.png);*/
	background-position:right top;
	background-repeat:no-repeat;
	background-size:110px 56px;
}
div.form-inline{
	margin-bottom:15px;
}
.form-section{
	border-bottom:#CCC dashed 1px;
	padding-bottom:30px;
	margin-bottom:30px;
}
.form-section:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.form-section h4{
	font-size:15px;
	font-weight:bold;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input{
	padding-right:50px;
	margin-top:5px;
}
/* CSS fixed*/
.top-header .glyphicon{
	margin-right:6px;
	top:5px;
	font-size:25px;
}
.verification-code i.form-control-feedback{
	right:15px;
}
.panel-default{
	padding:20px;
}
.panel-default .panel-body{
	padding:0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table{
	margin-bottom:20px;
}
.w_200,
.form-inline .form-control.w_200{
	width: 200px;
}
.navbar-right .dropdown-menu{
	left:0;
	right:auto;
}
.navbar-right li:last-child .dropdown-menu{
	left:auto;
	right:0;
}
#license{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.panel-default > .panel-heading{
	font-weight:bold;
}
.panel-default > .panel-heading > span{
	margin-right:10px;
}
.highlight{
    background-color: #fff;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 15px;
}
.panel-default > table,
.panel-default > .panel-body > table,
.highlight > table:last-child{
    margin-bottom:0;
}

.panel > .panel-body > .table > tbody:first-child > tr:first-child th,
.panel > .panel-body > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td{
	border-top:0 none;
}
.table > thead > tr > th{
	border-bottom:2px solid #009139;
}
.break_all{
	word-break : break-all;
}
tr.quotation-item td{
	background:#F6F6FB;
}
i.glyphicon{
	margin-right:8px;
}
.help-block{
	font-size:13px;
	color:#333;
}
.delete-img {
	margin-left: 15px;
    color: #f00;
    position: relative;
    top: 2px;
}

.form-inline.has-feedback label ~ .form-control-feedback {
    top: 0px;
}
/* license */
.license_text {
    height: 400px;
    overflow: auto;
}
/* Responsive */
@media (min-width:1140px){
.aside{
	max-width:250px;
}
}
@media (max-width:768px){
#site-container{
	padding-top:20px;
	padding-bottom:40px;
}
.widget-contact-info{
	float:none;
	width:100%;
}
.header-widget{
	margin-left:0;
	font-size:16px;
	line-height:2.5;
	display:block;
	float:none;
}
.bottom-footer{
	padding-top:10px;
	padding-bottom:30px;
}
}
@media (max-width:480px){
.sr-point{
	font-size:12px;
}
}