﻿@import '../../../assets/css/bootstrap.min.css';

/* CSS Document */
/*
h1,h2,h3,h4,h5,h6 {
	font-family: "STHeiti", "Microsoft Yahei";
}
*/

@font-face {
	font-family: ssp;
	font-style: normal;
	/*font-weight: 400;*/
	src: url("../../../assets/fonts/sourcesanspro-extralight-webfont.bin");
}

* {
	font-family: 'Lucida Grande', 'Microsoft Yahei';
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	font-size:13px;
	color: #444;
}

label {
	font-weight:normal;
}

a {
	color: #333;
	cursor:pointer;
}

a:hover,
a:focus {
	color: #ed1b23;
	text-decoration: none;
}

dt {
	font-weight: normal;
}

/* 重置Bootstrap 元素
-------------------------------------------------- */

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;
}

.notfound {
	font-size: 14px;
	padding: 20px;
	color: #666;
	text-align: center;
}

.amount {
	font-weight: 400;
	color: #e33b36;
}

del.amount {
	font-weight: normal;
	color: #888;
}

.form-control {
	height: 32px;
	border-radius: 0;
	vertical-align: middle;
	padding: 0 8px;
	box-shadow: none;
}

.btn {
	line-height: 32px;
	padding: 0 20px;
	border-radius: 0;
	border: none;
	color: #fff;
	background: #808080;
}

.btn:hover {
	color: #fff;
	background: #888;
}

.btn-block {
	display: block;
	padding: 12px 0;
	font-size: 16px;
	letter-spacing:5px;
	text-indent: 5px;
}

.btn-primary {
	background: #ed1b23;
	border-color: #ed1b23;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #FF720C;
	border-color: #FF720C;
}

.btn-default {
	background: #fff;
	border: solid 1px #ccc;
	color: #000;
	line-height: 30px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: #f9f9f9;
	border-color: #ccc;
	color: #333;
}

.form-inline .form-control,
.form-inline .input-group {
	width: 240px;
}

.help-block {
	line-height: 1.6em;
}

.input-group-xs>.form-control {
	height: 26px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 3px;
}

.input-group-xs>.input-group-addon {
	height: 26px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.2;
}

.input-xs {
	height: 26px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 3px;
}

select.input-xs {
	height: 26px;
	line-height: 26px;
}

textarea.input-xs {
	height: auto;
}

.input-error {
	border-color: #a94442;
}

.tip-error {
	color: #f30;
}

.required {
	color: #f30;
	padding-right: 6px;
}

.label {
	font-size:12px;
}

.panel {
	box-shadow: none;
	margin-bottom: 10px;
}

.panel-shadow {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel>form>table {
	margin:0;
}

.panel-heading {
	border-radius: 3px 3px 0 0;
}

.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
	display: block;
	margin: 0;
}

.panel-heading.nav-tabs {
	padding:5px 5px 0 5px;
	border-bottom: solid 1px #ddd;
}

.panel-heading.nav-tabs>li>a {
	padding: 6px 15px 7px 15px;
	font-size: 14px;
	color: #333;
}

.panel-heading.nav-tabs>li.active>a {
	font-weight: 400;
}

.panel-options {
	float: right!important;
}

.breadcrumb {
	margin: 10px 0;
	padding: 0 2px;
	border:none;
	background: none;
}

.breadcrumb a {
	color: #888;
}

.alert {
	border-radius: 2px;
	font-size: 13px;
}

.table {
	margin: 0;
}

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
	padding: 8px 6px;
}

.table-hover>tbody>tr:hover {
	background: #daeffd;
}

.help-block.has-error {
	/*position: absolute;
	margin-left: 10px;*/
	margin: 0;
	display: inline-block;
	color:#C00;
}

.help-block.has-success {
	margin: 0;
	display: inline-block;
	color:#093;
}

.dl-horizontal dl {
	position: relative;
	margin-bottom: 12px;
	font-size: 14px;
}

.dl-horizontal dt, .dl-horizontal dl>dt {
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	line-height: 30px;
}

.dl-horizontal dd, .dl-horizontal dl>dd {
	margin-left: 150px;
	min-height: 26px;
	line-height: 30px;
}

/* 自定义组件
-------------------------------------------------- */
.uploadify {
	display:inline;
}

.uploadify object {
	max-height:30px;
}

.uploadify-queue {
	margin-bottom: 1em;
	position:absolute;
	bottom:0;
	right:0;
	z-index:9999999;
}

.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}

.uploadify-error {
	background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
	background: url('../img/uploadify-cancel.html') 0 0 no-repeat;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}

.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}

.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

/* typeahead */
.suggestion {
	border: solid 1px #ccc;
	border-radius: 3px;
	list-style: none;
	padding: 5px 0;
	position: absolute;
	width: 460px;
	background: #fff;
	z-index: 999;
}

.suggestion>li {
	padding: 0 10px;
	line-height: 30px;
	cursor: pointer;
}

.suggestion>li:hover {
	background: rgb(56,121,217);
	color: #fff;
}

.suggestion .pull-right {
	color: #888;
}

.dropdown {
	display: inline-block;
	position: relative;
	border:solid 1px transparent;
}

.dropdown>a {
	display: block;
	padding: 0 20px 0 10px;
	position: relative;
	z-index: 10;
}

.dropdown>ul {
	display: none;
}

.dropdown>ul>li {
	list-style:none;
	line-height:1.8em;
	padding:0 10px;
}

.dropdown:hover,
.dropdown.active {
	background: #fff;
	border-bottom:none;
	margin: 0;
}

.dropdown:hover>a,
.dropdown.active>a {
	box-shadow: 0 0 10px #ddd;
	border:solid 1px #ddd;
	background: #fff;
	color: #000;
}

.dropdown:hover>a>.mask,
.dropdown.active>a>.mask {
	background: #fff;
	height: 3px;
	display: block;
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: solid 1px #ddd;
	border-width: 0 1px;
}

.dropdown:hover>ul,
.dropdown.active>ul {
	background: #fff;
	position:absolute;
	left:0px;
	top: 20px;
	min-width: 100px;
	border:solid 1px #ddd;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
	z-index: 5;
	margin: 0;
	padding: 0;
}

.dropdown>ul a {
	color: #333;
}

.dropdown>a>.addon {
	position: absolute;
	top: 8px;
	right: 7px;
	border-style: solid dashed dashed dashed;
	border-width: 4px;
	border-color: #888 transparent transparent transparent;
	overflow: hidden;
}

.dropdown:hover>a>.addon,
.dropdown.active>a>.addon {
	top: 4px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #333 transparent;
}

.pagination {
	display: inline-block;
	text-align: center;
}

.pagination>li {
	float: left;
}

.pagination>li>a {
	color: #555;
	background: none;
	border: none;
	border-radius: 100px;
	padding: 5px 10px;
}

.pagination>li>a:hover {
	background: none;
}

.pagination>li>i {
	display: none;
	font-style: normal;
	padding: 10px;
	color: #666;
}

.pagination>li:focus>a,
.pagination>li.active>a,
.pagination>li.active:hover>a {
	color: #fff;
	background: #ed1b23;
	border-color: #ed1b23;
}