.uploadifive-queue
{
	height: 212px;
	max-width: 100%;
	margin-top: 10px;
    display: flex;
    background-color: aliceblue;
    border: 3px dotted #2aa2da;
    background-image: url("../img/upload.png");
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
 
}
.uploadifive-queue-item a
{
	font-size: 12px;
	text-decoration: none;
	color: #2779AA !important;
}
.uploadifive-queue-item a:hover
{
	text-decoration: underline;
}
.uploadifive-queue-item:first-child
{
	margin-top: 0px;
}
.uploadifive-queue-item
{
	margin-top: 0px;
	padding: 5px;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
	line-height: 17px !important;
    margin-right: 7px;
}
.uploadedImage
{
	border: none;
	max-height: 181px;
}
.uploadedThumbnail
{
	border: none;
	max-width: 200px;
}
.afterUploadThumbnail
{
	display: block;
}
.cancel
{
	float: right;
	margin-left: 5px;
}
.progress
{
	background-color: #FFFFFF;
	border-color: #808080 #C5C5C5 #C5C5C5 #808080;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	width: 100%;
}
.progress-bar
{
	background-color: #869FB7;
	height: 3px;
	width: 1px;
}
.uploadButton
{
	width: 110px;
	margin-top: 10px;
}
.uploadifive-button
{
	background: #2aa2da;
	color: #FFF;
	cursor: pointer;
  
    
}
.button_cancel
{
	width: 32px;
	height: 32px;
	background: transparent url("../img/close.png") no-repeat scroll 0 0;
	border: none;
	cursor: pointer;
	padding: 0px;
	margin-bottom: 0px !important;
	margin-top: 4px !important;
	line-height: 1 !important;
}
/*--- misc ---*/
.uploadifive-queue::after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.imu_info
{
	display: none;
	clear: both;
	border: 1px solid #c8c8c8;
	background-color: #e2e2e2;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 20px #e2e2e2;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 20px #e2e2e2;
	border-radius: 10px;
	box-shadow: 3px 3px 20px #e2e2e2;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
}
.imu_loader
{
	display: none;
	margin-left: 15px;
}
.amu-custom-button
{
	background: url('../img/custom_button.png');
}