/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-queue-item {
	background: #f9f9f9;
	border: none;
	border-radius: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding: 15px;
}
.uploadifive-queue-item .close {
	color: #747a9e;
	/* z-index: 9999; */
	/* line-height: 31px; */
	font-size: 1.3rem;
	cursor: pointer;
	transition: color .3s;
	/* margin: 0 2px; */
	/* width: 30px; */
	/* height: 25px; */
	color: #a9adb1;
}
.uploadifive-queue-item .progress {
	margin-top: 5px;
	border: none;
	height: 5px;
	width: 100%;
	border-radius: 0;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}

.upload-error {
	background-color: #ffd6d5;
}

.upload-complete {
	background-color: #c6efdd;
}