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

.uploadifive-button {
	background-color: #f0f0f0;
	background-image: linear-gradient(bottom, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(bottom, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(bottom, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -webkit-linear-gradient(bottom, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(bottom, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #f0f0f0),
		color-stop(1, #f0f0f0)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 4px;
	border: 2px solid #f0f0f0;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
	width: 100%;
	margin:0px !important;
	padding:0px !important;
	background:#999 !important;
	cursor:pointer !important;
}
.uploadifive-button:hover {
	background-color: #f0f0f0;
	background-image: linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #f0f0f0),
		color-stop(1, #f0f0f0)
	);
	background-position: center bottom;
	background:#bbb !important;
	cursor:pointer !important;
}
/*#main_body form li div{ margin:0px !important; padding:0px !important;}*/
#main_body form li.highlighted{background-color:#fff !important;}
.uploadifive-queue-item {
	border: 2px solid #E5E5E5 !important;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px !important;
    width: 350px;
	float:left;
	background-color: #E5E5E5 !important;
    padding-bottom: 5px 10px !important;
	color: #444;
}
.canceluploded_image{ float:right;    color: #444;
    margin: 10px 4px 0 0 !important;
    padding: 0 0 8px !important;}
.fileinfo{ display:none !important;}	
.uploadifive-queue{ clear:both;}

/*#main_body form li div {
    float: left;
    margin: 11px 4px 0 0 !important;
}*/
.file_attached {
    margin-right: 5px;
}
.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;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { .uploadifive-queue-item {width: 282px !important;} }

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) { .uploadifive-queue-item {width: 312px;} }
