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

.uploadifive-button {
	display: inline-block;
	padding: 6px 24px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0px;
	color: #fff;
	background: #d50e32; /* Old browsers */
	background: -moz-linear-gradient(top,  #d50e32 0%, #a90e26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d50e32 0%,#a90e26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d50e32 0%,#a90e26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50e32', endColorstr='#a90e26',GradientType=0 ); /* IE6-9 */
	height: 37px !important;
	line-height: normal !important;
	min-width: 130px;
}
.uploadifive-button:focus,
.uploadifive-button.focus {
	color: #fff;
	background: #d50e32; /* Old browsers */
	background: -moz-linear-gradient(top,  #d50e32 0%, #a90e26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d50e32 0%,#a90e26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d50e32 0%,#a90e26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50e32', endColorstr='#a90e26',GradientType=0 ); /* IE6-9 */
}
.uploadifive-button:hover {
	color: #fff;
	background: #dc304f; /* Old browsers */
	background: -moz-linear-gradient(top, #dc304f 0%, #e34461 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dc304f 0%,#e34461 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dc304f 0%,#e34461 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc304f', endColorstr='#e34461',GradientType=0 ); /* IE6-9 */
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 15px;
}
.uploadifive-queue-item .fileimage {
	margin-right: 2rem;
}
.uploadifive-queue-item .filename {
	font-size: 14px;
}
.uploadifive-queue-item .label-info {
	display: block;
	width: 60px;
    margin-top: 5px;
}
.uploadifive-queue-item .close {
	display: block;
	float: right;
	height: 16px;
	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;
}