
@media print {
	
	.sidebar, 
	.breadcrumb-wrap,
	.footer,
	.btn,
	.action,
	#debug-kit-toolbar{
		display: none;
	}
	body, html,
	.container {
		background: white; 
		font-size: 9.5pt;
		border: 0px solid #FFFFFF;
	}
	.stacked:after, 
	.stacked:before, 
	.stacked,
	.widget .widget-content  {
		border: 0px solid #FFFFFF;
		background: white; 
	}

    .container a[href]:after {
        content: "";
    }

    h2 {
        color:#000000;
        font-size: 18pt; 
        font-weight: bold;
        margin: 0;
        padding-bottom: 2em;
        padding-top: 1em;
        text-align: center;
    }

    #back-to-top {
        display: none;
    }


}

@media screen {
    .onlyprint{
        display: none; /* Hide from screen */
    }
}

body {
    font-family: '微软雅黑','Microsoft Yahei',"Helvetica Neue",Tahoma,Helvetica,Arial,sans-serif;
}

h2 > .btn,
h3 > .btn {
	float: right;
	color: #FFFFFF;
    margin-left: 10px;
}
dt {
    font-weight: bold;
    margin-top: 1em;
}
.header {
	position: relative;
}

.nav_affix {
	position: fixed;
	top:0px;
	z-index: 1030;
	border-radius: 0 0 0 0;
	margin-left: -15px;
}

#back-to-top {
    background: none repeat scroll 0 0 rgba(047, 164, 231, 0.75);
    border-radius: 3px 3px 3px 3px;
    bottom: 10px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    position: fixed;
    right: 3px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    color: #EFEFEF;
}

#back-to-top:hover {
    background: none repeat scroll 0 0 rgba(255, 153, 0, 0.75);
    text-decoration: none;
    color: #FFFFFF;
}

.main{
    min-height: 600px;
    margin-left: 1em;
    margin-right: 1em;
}

.tooltip {
    z-index: 1060;
}

.table-bordered thead tr {
    background-image: linear-gradient(to bottom, #F5F5F5 0%, #E2E2E2 100%);
    background-repeat: repeat-x;
}

.big-table{
    max-width: 300%;

}
.big-table td,
.big-table th {
    border: 1px solid #CCCCCC;
}

.user_login {
	bottom: -0.5em;
    position: absolute;
    right: 5px;
}
.roll-up {
	height: 465px;
}
.carousel-inner img {
	border-radius: 4px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.block {
    display: block;
    margin-top: 5px;
}

input.date {
    width: 120px;
}
.modal-body .form-horizontal .form-group {
    margin-right: 5px;
    margin-left: 5px;
}

.dropdown-menu{

}

.nav-tabs {
    margin-right: 3px;
}
.nav-tabs > li > a {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ddd;
    color: #555;
    cursor: default;
    padding: 10px 30px;
}
.nav-tabs > li.active > a {
    margin-top: -5px;
    padding-top: 15px;
}
.panel-tabs {
    background-color: transparent;
    border-top-left-radius: 0;
    border-top-width: 0;
}
.well {
    padding:0;
}

li.alert {
    margin-bottom: 0px; 
    padding: 3px 3px;
}

.nav-pills li.tag {
    margin-left: 1em; 
}
.loading {
    background: url("../img/img-loading.gif") no-repeat scroll center 0 transparent;
    height: 110px;
}

.typeahead { 
    z-index: 1051;
}

.product_pack input {
	text-align: center;
    width: 3em;
}
.product_pack th, .pinpai th{
	color: #CCCCCC;
	font-weight: normal;
}
.product_pack {
	margin-top: 12px;
}

.product_summary {
	background-color: #FDFDFD;
}

.product_summary .action {
	text-align: right;
}

.new_list span{
	color: #CCCCCC;
    float: right;
}

.line {
    border-top: 1px solid #E5E5E5;
    font-size: 0;
    height: 1px;
    margin-top: 18px;
}
.post_content {
    line-height: 25px;
    margin: 1em 2em;
}

.post_content p{
    text-indent: 2em;
    margin: 20px auto 0;
}
.post_abstract {
    font-weight: bold;
    
}

.bs-old-docs {
    background-color: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #FFFFFF;
    color: #777777;
    padding: 15px 20px;
}
.stacked {
    position: relative;
}
.stacked:after, .stacked:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: -moz-use-text-color #D3D3D3 #D3D3D3;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #D3D3D3;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 3px;
    position: absolute;
    right: 3px;
}
.stacked:before {
    bottom: -4px;
    left: 6px;
    right: 6px;
}
.widget .widget-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
    padding: 25px 15px 15px;
}
.widget .widget-content:before, .widget .widget-content:after {
    content: " ";
    display: table;
}
.widget .widget-content:after {
    clear: both;
}

.radio_input {
    padding-top: 8px;
    vertical-align: middle;
}

#big_stats {
    display: table;
    margin-bottom: 1em;
    margin-top: 0.5em;
    width: 100%;
}

.big-stats-container .widget-content {
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 transparent;
}

#big_stats .stat {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CCCCCC;
    display: table-cell;
    padding: 0;
    position: relative;
    text-align: center;
}

#big_stats .stat:first-child {
    border-left: medium none;
}

#big_stats .stat:last-child {
    border-right: medium none;
}

#big_stats .stat h4 {
    color: #777777;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}

#big_stats .stat .value {
    color: #333333;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
}

.signature{
	padding-bottom: 2em;
    padding-left: 2em;
    position: relative;
	
}

.signature .seal {
	position: absolute;
	right: 57px;
	bottom: 2px;
	width: 100px;
	height: 100px;
	opacity:0.6;
	filter:alpha(opacity=60); /* 针对 IE8 以及更早的版本 */
}

.footer {
    background: none repeat scroll 0 0 #033C73 ;
    border-top: 1px solid #022A50;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    font-size: 12px;
    margin-top: 2em;
    padding: 6px 0;
}
.footer .line {
    border-color: #A3A3A3;
    border-style: solid;
    border-width: 1px 0;
    height: 5px;
    margin-bottom: 1em;
}
.account-container {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
    display: block;
    padding: 4em 0 0 0;
    min-height: 490px;
}
.account-container form {
	width: 300px;
	margin: 0px auto 0;
    
}

.login-fields {
}
.login-fields .field {
    margin-bottom: 2em;
}
.login-fields label {
    display: none;
}
.login-fields input {
    background-color: #FDFDFD;
    box-shadow: 2px 2px 4px #F1F1F1 inset;
    color: #8E8D8D;
    display: block;
    font-family: 'Open Sans';
    font-size: 13px;
    height: 40px;
    margin: 0;
    padding: 11px 15px 10px 50px;
    width: 100%;
}
.username-field {
    background: url("../img/user.png") no-repeat scroll 0 0 transparent;
}
.password-field {
    background: url("../img/password.png") no-repeat scroll 0 0 transparent;
}
.login-actions {
    margin-bottom: 1.25em;
    margin-top: 1em;
    /*width: 100%;*/
}
.login-action {
    float: right;
    margin-top: 18px;
}
.login-social {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color;
    border-image: none;
    border-style: dotted none;
    border-width: 1px medium;
    padding: 10px 0 15px;
}
span.login-checkbox {
    float: left;
    margin-top: 31px;
}
span.login-checkbox > input[type="checkbox"] {
    float: left;
    opacity: 0;
    width: 15px;
}
span.login-checkbox > input[type="checkbox"] + label {
    background: url("../img/check.png") no-repeat scroll 0 0 transparent;
    clear: none;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 22px;
}
span.login-checkbox > input[type="checkbox"]:checked + label {
    background-position: 0 -15px;
}
.login-extra {
    display: block;
    line-height: 19px;
    margin: 1.5em auto;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 300px;
}
.navbar-form {
	width: 300px;
}

form .required label:after,
form label.required:after {
	color: #e32;
	content: '*';
	display:inline;
}

/* Form errors */

.cart_menu {
	min-width: 200px;
	padding: 5px 5px;
}
.cart_menu > li.cart_product {
	
}
.cart_menu > li.cart_product > a {
	color: #2FA4E7;
	display: inline;
	padding: 0px 3px;
}

.cart_menu  > li.cart_product > a:hover, 
.cart_menu  > li.cart_product > a:focus {
    background: none repeat scroll 0 0 transparent;
    color: #157AB5;
    text-decoration: underline;
}

.cart_menu > li.cart_product > span {
	font-size: 0.6em;
    padding: 0 1em;
}

.panel-info > .panel-heading {
	color: #3A87AD;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}
.panel-info .panel-title {
    color: #3A87AD;
}

.tabs_content {
    margin-top: 10px;
}

.supplier_product_list img {
	width: 110px;
}
.supplier_product_list .table {
	margin-bottom: 0px;
}
/* for marvin */
iframe {
    border: medium none;
    /*box-shadow: 2px 2px 8px #888888;*/
    margin: 0;
    padding: 0;
}

.sketcher-frame {
    height: 100%;
    min-height: 450px;
    min-width: 500px;
    width: 100%;
}

.resizable {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0 0 0 -1em;
    min-height: 450px;
    min-width: 500px;
    overflow: auto;
    padding: 8px;
    resize: both;
}

.breadcrumb {
	margin-bottom: 3px;
}

.symbol {
	width: 40px;
	height: 40px;
}


.admin_breadcrumb .breadcrumb{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 3px 15px;
}

h3 > .btn {
    color: #FFFFFF;
    float: right;
    margin-left: 1em;
    padding: 2px 2em;
}

legend > .btn {
	float: right;
}

.badge {
    background-color: #2FA4E7;
}

.badge.label-success {
  background-color: #73a839;
}

.badge.label-danger {
  background-color: #c71c22;
}

.subnavbar .badge {
    background-color: red;
    margin-left: 3px;
}

.navbar {
    border-radius: 0 0 0 0 !important;
    margin-bottom: 0;
}

.bs-old-docs {
    background-color: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #FFFFFF;
    color: #777777;
    padding: 15px 20px;
}

a.list-group-item {
	color: #2FA4E7;
}

a.list-group-item:hover  .badge{
	background-color: #E5E5E5;
	border-top: 1px solid #2FA4E7;
	color: #2FA4E7;
}

footer {
    background: none repeat scroll 0 0 #033C73 ;
    border-top: 1px solid #022A50;
    box-shadow: 0 1px 0 #292929 inset;
    color: #fff;
    font-size: 12px;
    margin-top: 0;
    padding: 15px 0;
}
#footer {
    background-color: #555555;
    border-top: 2px solid #333333;
    color: #d9d9d9;
    font-size: 11.9px;
}
#footer h4 {
    font-weight: normal;
}
#footer p {
    line-height: 23.8px;
    margin: 0;
}
#footer .row {
    margin-bottom: 10px;
    margin-top: 10px;
}
#footer a {
    color: #cccccc;
    text-decoration: underline;
}
#footer a:hover, #footer a:active {
    color: #ffffff;
}
#footer div.hr {
    border-bottom: 1px solid #808080;
    border-top: 1px solid #080808;
}

.table-bordered thead tr th {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #444444;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
}
.table-bordered thead tr th:first-child {
    border-left-color: #CCCCCC;
}
.table-bordered thead tr th:last-child {
    border-right: medium none;
}
.table-bordered tbody tr:first-child td {
    border-top-color: #CCCCCC;
}
.table-bordered tbody tr td {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
}
.table-bordered tbody tr td:first-child {
    border-left-color: #DDDDDD;
}
.table-bordered tbody tr td:last-child {
    border-right: medium none;
}
.table-bordered {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.table-bordered thead tr {
    background-image: linear-gradient(to bottom, #F5F5F5 0%, #E2E2E2 100%);
    background-repeat: repeat-x;
}
.table-bordered thead th {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
}

.table-bordered thead th .dropdown-toggle {
	display: block;
    padding: 0 10px;
    width: 100%;
}

.table-bordered thead th:first-child {
    border-left-color: #CCCCCC;
}
.table-bordered thead th:last-child {
    border-right: medium none;
}
.table-bordered tbody td {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
}
.table-bordered tbody tr td:first-child {
    border-left-color: #DDDDDD;
}
.table-bordered tbody tr td:last-child {
    border-right: medium none;
}

.form-horizontal .modal-body .form-group {
    margin-left: 5px;
    margin-right: 5px;
}

.title {
	font-size: 2.5em;
    font-weight: bold;
    line-height: 4em;
    padding-left: 3px;
     
}
.title img{
	padding-right: 1em;
}
.glyphicon-ok-sign{
	color: #73A839;
}

.glyphicon-exclamation-sign {
	color: #DD5600;
}


.select-brand .nav > li > a{
    padding: 3px 5px;
    border-radius: 3px;

}
.select-brand dt {
    padding: 3px 0px;
}

.select-brand .badge {
    font-weight: normal;
}

.products_cat_list ul {
    padding-left: 1em;
}

.table label {
    margin: 0 0;
}

.error-container {
    margin-bottom: 4em;
    margin-top: 4em;
    text-align: center;
}
.error-container h1 {
    font-size: 120px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.error-container h2 {
    font-size: 28px;
    margin-bottom: 0.75em;
}
.error-container .error-details {
    font-size: 16px;
    margin-bottom: 1.5em;
}
.error-container .error-actions a {
    margin: 0 0.5em;
}

.table-inline-form {
    width: 100%;

}

.table-inline-form label {
    line-height: 38px;
}

.table-inline-form label input[type="radio"]{
    margin-top: 13px;
}

.price-input {
    width:120px;
    text-align: right;
}
.operation {
     width:40px;
}

.table-product-package {
    border: 1px solid #DDDDDD;
    margin: 5px 5px 20px !important;
    border-radius: 4px;
    width: 98%;
}

.table-product-package .active th,
.table-product-package .active td {
    border: none;

}

.checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0px;

}

.checkbox .checkbox-inline {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    height: 100px;
    width: 24px;
}

td.action {
    text-align: right;
}

.table_edit a.btn {
    display: none;
}

.table_edit tr:hover a.btn {
    display: inline;
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  width:600px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
.tt-hint {
    display: none;
}

p.seq {
    font-family: "Courier New","Lucida console",consolas;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    white-space: pre-wrap;
    width: 50em;
    word-wrap: break-word;
}
p.seq .seq_f {
    display: block;
    margin-top: 0;
}
p.seq .seq_r {
    color: #999999;
    display: block;
    margin-bottom: 5px;
}
p.seq .seq_f .coordinate {
    color: #333;
    text-decoration: none;
}
p.seq .seq_tag {
    color: #ff0000;
    text-decoration: underline;
}

/**************** Comments *********************/
#comments{width:100%; margin:10px 0px;}
#comments h3,#comment_form h3{ float:left;  width:100%; margin:10px 0px; padding:8px 0px 5px; text-indent:8px; background:#CFD7DC; border-bottom:1px solid #BBC5CC; }
#comments .paginator{ text-align:right; padding:0 20px 0 0;}
.commentlist{ }
.commentlist p{ text-indent:0px;}
.commentlist a:link, .commentlist a:visited{ background:none; color:#454545;}
.commentlist a:hover{ background:none; color:#CC0000; text-decoration:underline;}
.commentlist li{ margin:5px 0px; width:100%; padding:15px 10px 5px 10px; background:#E4E8EB; border:1px solid #BBC5CC;}
.commentlist li.alt{ background:#FFFAF4; border:1px solid #BBC5CC;}
.commentlist li .gravatar{ float:left; width:48px; margin:0px 8px 5px 0px; padding:1px 1px; text-align:center; border:1px solid #C7C7C7;}
.commentlist li .floor{ float:left; width:48px; margin-top:1px; padding:2px 0px 1px; text-align:center; border-top:1px solid #A7B6BE; background:F8F8F8; color:#999999;}
.commentlist li .authordata{ float:right; width:480px;}
.commentlist li .commentmetadata{ float:right; color:#999999;}
.commentlist li .commentcontent{ float:right; width:480px;}

#author, #email, #url {color:#666;width:40%;border:1px solid #CCCCCC; background:#FCFCFC; padding:5px 3px;}
#submit{margin:5px 0px 15px; padding:2px;}
#respond{ float:left; width:100%; margin:10px 0px; padding:8px 0px 5px; text-indent:8px; border-bottom:8px solid #DAE0ED; color:#003366; }
#comment{ margin:-20px 0px 0px 68px; padding:8px 5px; width:80%;border:1px solid #CCCCCC;}
#but_submit{ float:left; margin-left:68px; *margin-left:33px !important; _margin-left:22px; padding-bottom:15px; }
#submit{ float:left; padding:4px 50px; border:2px solid #003366; font-size:16px; font-weight:bold; background:url(../img/bg_submit.jpg) repeat-x;}
.submit_hover{ border:2px solid #FF6600;}
#ctrl_enter{ float:left; margin:15px 0px 0px 5px;}
#comment_form{}
#comment_form h3{}

.editComment, .editableComment, .textComment{display: inline;}
.comment-childs{border: 1px solid #999;margin: 5px 2px 2px 4px;padding: 4px 2px 2px 4px;background-color: white;}
.chalt{ background-color: #E2E2E2;}
#newcomment{border:1px dashed #777;width:90%;}
#newcommentsubmit{color:red;}
.adminreplycomment{border:1px dashed #777;  width:99%;  margin:4px;padding:4px;}
.mvccls{color: #999;}

.article-content img{max-width: 95%;}

form.post form {
    margin-right: 20px;
    padding: 0;
    width: 100%;
}
form.post fieldset {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 4px #c8c8c8;
    margin-bottom: 8px;
    padding: 8px 20px;
}
form.post fieldset legend {
    background-color: #dddddd;
    border: 1px solid #cccccc;
    color: #336699;
    font-size: 120%;
    font-weight: bold;
    margin: 0;
    padding: 0 11px 3px;
}
form.post div.required {
    color: #333;
    font-weight: bold;
}

form.post label.block{
    display: block;
}
form.post input, form.post textarea {
    font-family: "Courier New","Lucida console",consolas;
    padding: 2px;
}
form.post select {
    vertical-align: text-bottom;
}
form.post select[multiple="multiple"] {
    width: 100%;
}
form.post input[type="checkbox"] {
    margin: 0 6px 7px 2px;
    width: auto;
}
form.post input[type="radio"] {
    margin: 0 3px 7px 0;
}
form.post div.radio label {
}
form.post input[type="submit"] {
    display: inline;
    font-size: 110%;
    padding: 2px 85px;
    vertical-align: bottom;
    width: auto;
}
form.post .radio label, form.post .checkbox label {
    cursor: pointer;
}
form.post .center {
    clear: both;
}
form.post .center label {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0;
    text-align: right;
    width: 200px;
}
form.post .center select, form.post .center input {
    display: block;
    float: left;
    margin-top: 8px;
}
form.post .center span {
    display: block;
    float: left;
    margin: 0 30px 0 5px;
}
form.post .submit_field .submit {
    background-color: #fffbcc;
    border-color: #e6db55;
    border-style: solid;
    border-width: 1px 1px 0;
    padding: 8px 60px;
}
form.post #hide_parameters, form.post #show_parameters {
    cursor: pointer;
    padding-left: 450px;
}
form.post #hide_parameters {
    background: url("../img/less_form.png") no-repeat scroll -110px bottom rgba(0, 0, 0, 0);
    display: none;
}
form.post #show_parameters {
    background: url("../img/more_form.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}