@charset "utf-8";
/* CSS Document */
/* @font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */
body {
	font-family: "Microsoft Yahei";
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
.filelist li table.bg-danger {
	background-color: #f2dede;
}
.filelist li table.bg-success {
	background-color: #dff0d8;
}
.filelist li table.bg-warning {
	background-color: #fcf8e3;
}
.filelist li table.bg-danger td .filename, 
.filelist li table.bg-danger td .progressnum {
	color: #a94442;
}
.filelist li table.bg-success td .filename, 
.filelist li table.bg-success td .progressnum {
	color: #3c763d;
}
.filelist li table.bg-warning td .filename, 
.filelist li table.bg-warning td .progressnum {
	color: #8a6d3b;
}
table td {
	vertical-align: center;
	padding: 8px;
}
.text-danger,
.text-success,
.text-warning {
	color: #a94442;
	font-size: 13px;
	padding-top: 8px;
	display: inline-block;	
}
.text-success {
	color: #3c763d;
}
.text-warning {
	color: #8a6d3b;
}
.uploadfile {
	width: 0;
	display: none!important;
}
.filelist li {
	list-style-type: none;
	margin-top: 10px;
}
.filelist {
	padding: 0;
	font-size: 13px;
}
.filelist li table {
	background: #f9f9f9;
}
.filelist li .preview {
	width: 80px;
	height: 69px;
}
.filelist li .preview img {
	max-width: 80px;
	max-height: 69px;
}
.filelist li .preview video,
.filelist li .preview audio {
	width: 80px;
	height: 69px;
}
.uploadbtn,.delfilebtn,.uploadfilebtn {
	display: inline-block;
	border: 1px solid #999;
	line-height: 24px;
	border-radius: 2px;
	padding: 0 18px;
    font-size: 12px;
	color: #666;
	cursor: pointer;
	background: url(images/btnbg.png) repeat-x 0 0;
	text-decoration: none;
}
.uploadfilebtn,
.startfilebtn {
	margin-right: 5px;
}
.filename,.progressnum,.delfilebtn,.uploadbtn {
	font-size: 12px;
	color: #666;
	margin-left: 10px;
}
.progressnum {
	min-width: 140px;
	display: inline-block;
	text-align: right;
}
.progress {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	border: 0;
}
.progressbar {
	width:0;
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-color: #5cb85c;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	height: 20px;
	border-radius: 0;
	background-size: 40px 40px;
}
.filename {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 250px;
	white-space: nowrap;
}

.upload-fa {
  	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.upload-fa-plus:before {
	content: "\f067";
}
.upload-fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.upload-fa-ban:before {
	content: "\f05e";
}
a.btn {
	text-decoration: none;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	/* border: 1px solid transparent; */
	border-radius: 4px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-sm {
	padding: 5px 10px;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}