.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: #007bff;
	padding: 0.375rem 0.75rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	border-radius: 0.25rem;
	overflow: hidden;
	border: 1px solid transparent;
}
.webuploader-pick-hover {
	background: #0069d9;
}

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

