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

.uploadifive-button {
		border: 1px solid #0572d6;
		border-radius: 3px;
		display: inline-block;
		padding: 8px 20px;
		cursor: pointer;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		color: #0572d6;
		background-position: center top;
		background-repeat: no-repeat;
	
	   height: 42px !important;
       line-height: 29px !important;
       width: 150px !important;

	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.uploadifive-button:hover {
	border: 1px solid #0572d6;
		border-radius: 3px;
		display: inline-block;
		padding: 8px 20px;
		cursor: pointer;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		color: #0572d6;
	background-position: center bottom;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url('uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.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;
}

/* Updates for vCloud by Matt Brunmeier 8/16 */
.uploadifive-queue-item.complete {
	border-bottom: 1px solid #009900;
	background: #e8ffe6 url(../../../media/icon_success.png) no-repeat 15px 50%;
	padding-left: 58px;
	overflow: hidden;
}

.uploadifive-queue-item.complete a.close {
	display: none;
}