.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-list-item .info {
	color: #333;
	font-size: .14rem;
	margin: 0;
	font-weight: normal;
}

.file-list-item .state {
	font-size: .12rem;
	margin-top: .05rem;
}

.file-list-item .file-progress {
	height: .1rem;
	background-color: #ddd;
	margin-top: .05rem;
}

.file-list-item .file-progress-bar {
	height: 100%;
	width: 0;
	background-color: #b40509;
}

.file-list-item .file-retry {
	cursor: pointer;
	color: #333;
	margin-left: .2rem;
	line-height: normal!important;
}