  .uploadify { display: inline-block; }  
  .uploadifive-button ,
  .fileItem, .uploadify-queue-item, .uploadifive-queue-item {
      width:290px;
      min-height: 70px;
      float:left;
      border:1px solid #E7EEF4;
      font-size:11px;
      padding:2px;
      margin:3px;
      background: no-repeat 3px 3px #ffffff;
  }
  .fileItem{ position: relative; }
  .fileItem.hover {
    border: 1px solid #9DAFBB;
  }

  .fileItem .upload {
    width: 16px;
    height: 16px;
  }

 .fileList .selected {
   background-color: #D8DAE0;
 }

 .fileList .delete{
   display: none;
   cursor: pointer;
   font-size: 20px;
   bottom: 5px;
   right: 5px;
   position: absolute;
 }

 .fileItem:hover .delete{
  display: block;
 }

 .fileList .selected .delete{
   display: block;
 }

.uploader_info {
  padding: 2px;
  margin-left: 70px;
}
.fileItem .fa{
  color: #555;
}
.uploader_info input{
  width: 96%;
  padding: 2%;
}
.uploader_name span{
  white-space: pre-wrap;        
  white-space: -moz-pre-wrap; 
  white-space: -pre-wrap;      
  white-space: -o-pre-wrap;    
  word-wrap: break-word;    
  font-weight: bold;
  max-width: 170px;
  display: inline-block;
}
.uploader_name{
  padding: 3px;
  min-height: 17px;
  border: 1px solid transparent;
  position: relative;
}
.uploader_name:hover{
  border: 1px solid #9DAFBB;
}
.uploader_name .fa{
  top: 2px;
  right: 2px;
  font-size: 16px;
  cursor: pointer;
  display: none;
  float: right;
  position: absolute;
}
.uploader_name:hover .fa{
    display: inline-block;
}
.uploader_ext{
  position: absolute;
  bottom: 5px;
}
.uploader_ext span.ext{
  text-transform: uppercase;
  color: #ababab;;
  font-weight: bolder;
  margin-right: 8px;
  display: inline-block;
}

/*---------------uploadify--------------------------------*/
/*
#fileQueue {
	width: 400px;
	height: 300px;
	overflow: auto;
	border: 1px solid #BFD3E1;
	margin-bottom: 10px;
  margin-top: 5px;
  display: none;
  padding: 5px;
}*/

/*
.uploadifyQueueItem {
	background-color: #F5F5F5;
	border: 2px solid #E5E5E5;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
} */

.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}

.uploadifive-queue-item .close, .uploadify-queue-item .cancel {
	background: url('cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadify-progress, .progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar, .progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

/*-----------------uploadifive---------------------------*/
.uploadifive-button{ color: #888; border-style: dashed; }
.uploadifive-button i.fa{ font-size: 40px; display: inline-block; text-align: right; float: left; line-height: 64px; width: 70px; }
.uploadifive-button .butText{
  display: inline-block;
  line-height: 20px !important;
  font-size: 15px;
  float: left;
  margin-top: 13px;
  width: 210px;
}
.uploadifive-button input[type="file"]{
  cursor: pointer;
  height: 70px;
  display: block;
}
.uploadifive-button:hover,
.uploadifive-button.active{
  border-color: #aaa;
  color: #555;
}

/*** EXTENSIONS ***/
.uploader_thumb{
  width: 64px;
  height: 64px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-size: auto 64px;
  background-position: center;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  cursor: pointer;
 }
.uploader_thumb i.fa{ 
  display: none; 
  background: rgba(0,0,0,0.8); 
  width: 22px; 
  position: absolute;
  height: 22px;
  top: 0;
  right: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; 
  z-index: 800; 
  color: #fff; 
  font-size: 13px; 
  line-height: 22px; 
  text-align: center; 
}
.uploader_thumb:hover i.fa{ 
  display: inline-block; 
}
.extension{
  background: #f37934;
  text-align: center;
  line-height: 64px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.ext-jpg,.ext-png,.ext-bmp,.ext-gif{ background: #fba026; }
.ext-pdf{ background: #d14841; }
.ext-mp3,.ext-wav,.ext-wma{ background: #2969b0; }
.ext-txt,.ext-log{ background: #475577; }
.ext-doc,.ext-docx,.ext-xls,.ext-xlsx,.ext-ppt,.ext-pptx{ background: #1abc9c; }
.ext-avi,.wxt-flv,.ext-wmv,.ext-mp4{ background: #9365b8; }