/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-queue-item {
	font-family:'ITC Avant Garde Gothic Pro' !important;
	font-size:12px;
	background-color: #f7f7f7;
	margin:5px 0;
	padding:5px;
	font-weight:500;
}
.uploadifive-queue-item .close {
	background: url('../images/icon-close.svg') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
	background-size: cover;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}