h2.wcuf_upload_summary_title
{
	margin-top: 20px;
	margin-bottom: 0px;
}
.wcuf_single_upload_field_container 
{
/* display: inline-block; */ 
  width:100%;
  display:block;
  clear:both;
  margin-bottom: 50px;
  vertical-align: top;
  /* padding: 10px 15px 15px 15px; */
  border: 1px #dedede solid;
}
.wcuf_upload_fields_row_element 
{
  display: inline-block;
  vertical-align: top;
  /* float: left; */
  margin-right: 40px;
  margin-bottom: 25px;
  width: 320px;
  overflow:hidden;
 /*  background: #FaFaFa;*/
  padding: 15px; 
  overflow: hidden;
}
.wcuf_single_upload_field_container p, .wcuf_feedback_textarea
{
	display: block;
    clear: both;
}

#wcuf_infinite_bar
{
	width:160px;
	height:20px;
	clear:both;
}
#wcuf_progress,#wcuf_saving_loader
{
	display:none;
}
#wcuf_saving_loader
{
	height:16px;
	width:16px;
}
.wcuf_multiple_file_progress_container
{
	display:none;
	margin-bottom: 5px;
}
.wcuf_bar
{
	background-color: grey;
    display: block;
    height: 10px;
    width: 100%;
	border-radius: 3px;
}
.wcuf_upload_status_box
{
	display:none;
	width:90%;
}
.wcuf_required_label:after { content:" *";  color:red;}

.wcuf_spacer
{
	display:block; height:10px;
	width:100%;
	clear: both;
}
.wcuf_spacer2
{
	display:block; 
	height:25px;
	width:100%;
	clear: both;
}
.wcuf_spacer3,.wcuf_spacer4
{
	display:block; height:50px;
	width:100%;
	clear: both;
}
#wcuf_file_uploads_container strong {
  display: block;
}
#wcuf_deleting_message
{
	/* opacity:0; */
	display:none;
}
.wcuf_deleting_box
{
	display:none;
}
input[type="file"].wcuf_file_input
{
	/* display:none; */
	opacity:0;
	position:absolute;
	z-index: -10;
	width: 10px;
}
#wcuf_file_uploads_container
{
	margin-bottom: 15px;
}
button.button.wcuf_upload_multiple_files_button,.button.wcuf_upload_multiple_files_button,  .woocommerce a.button.wcuf_upload_multiple_files_button, .woocommerce button.button.wcuf_upload_multiple_files_button, .woocommerce input.button.wcuf_upload_multiple_files_button
.woocommerce.single.single-product .entry-summary form button.button.wcuf_upload_multiple_files_button, 
#wcuf_file_uploads_container .button.wcuf_upload_multiple_files_button,
#top form.cart .button.wcuf_upload_multiple_files_button 
{
	display:none;
}
.wcuf_multiple_files_list
{
	margin-top: 3px;
	display:block;
}

.wcuf_file_name
{
	font-weight:bold;
	display:none;
	clear:left;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px #dedede solid;
}
.wcuf_file_preview_list_item
{
	margin-bottom: 5px;
}
h4.wcuf_upload_field_title.wcuf_summary_uploaded_files_title
{
	margin-top:15px;
}
.wcuf_summary_uploaded_files_list_spacer
{
	display:block;
	clear:both;
	height:10px;
}
#wcuf_summary_uploaded_files
{
	margin-bottom:40px;
}
.wcuf_disclaimer_checkbox
{
	 margin-right: 5px;
   /*  top: 3px;
    vertical-align: bottom;
	position: relative; */
}
.wcuf_disclaimer_label
{
	display:block;
	clear:both;
	margin: 10px 0px 10px 0px;
}
h4.wcuf_upload_field_title
{
	color: inherit;
	font-size: inherit;
}
.wcuf_feedback_textarea
{
			height: 100px;
			margin-top: 0px;
	margin-bottom: 5px;
}
.wcuf_max_size_notice
{
	margin-top: 5px;
	margin-bottom: 0px;
}
/* Image preview showed in product table */
.wcuf_image_preview_container
{
	display: inline-block;
	max-width: 200px;
	vertical-align: top;
}
.wcuf_image_preview, .wcuf_file_name_text, .wcuf_file_quantity_text
{
	display:block; 
	clear: both;
}
.wcuf_file_name_text, .wcuf_file_quantity_text
{
	/* text-align: center; */
	word-wrap: break-word;
}