.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
}
/*.webuploader-pick {*/
	/*position: relative;*/
	/*display: inline-block;*/
	/*cursor: pointer;*/
	/*background: #00b7ee;*/
	/*padding: 10px 15px;*/
	/*color: #fff;*/
	/*text-align: center;*/
	/*border-radius: 3px;*/
	/*overflow: hidden;*/
/*}*/
/*.webuploader-pick-hover {*/
	/*background: #00a2d4;*/
/*}*/

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

/* 文件上传 */
.file-item.thumbnail{
	display: inline-block;
	position: relative;
	margin-right:15px;
	float: left;
	min-height: 100px;
}
.file-item.thumbnail .info{
	display: none;
}
.file-item.thumbnail .remove-picture{
	position: absolute;
	right: -5px;
	top: -5px;
	font-size: 18px;
	color: #CA4949;
	cursor: pointer;
	display: none;
	z-index: 5;
}
.file-item.thumbnail .remove-picture:hover{
	color: #EC6969;
}
.file-item.thumbnail .move-picture{
	background: gainsboro;
	padding: 2px;
	cursor: move;
	color: #ABABAB;
	position: absolute;
	left: -6px;
	top: -5px;
	border-radius: 50%;
	display: none;
	z-index: 5;
}
.file-item.thumbnail:hover .remove-picture,
.file-item.thumbnail:hover .move-picture{
	display: block;
}
.file-item .progress.progress-xs{
	margin-bottom: 5px;
	margin-top: 5px;
}
.file-item .error,
.file-item .img-state{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	color: white;
	text-align: center;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
}
.file-item .bg-info{
	background-color: #70b9eb;
}
.file-item .error,.file-item .bg-danger{
	background: rgba(255, 0, 0, 0.67);
}
.file-item .success,.file-item .bg-success{
	background: rgba(25, 167, 75, 0.78);
}
.uploader-list .list-group-item img{
	width: 40px;
	height: 40px;
}
.file-item .remove-file{
	color: #CA4949;
	cursor: pointer;
}
.file-item .remove-file:hover{
	color: #EC6969;
}
.file-item .fa-check {
	color: #68C39F;
	margin-top: 3px;
}
.img-clearfix{clear:both; display:block;padding: 5px;}
