#progressContainer
{
	display:block; 
	position: absolute; 
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -50px;
	width:400px; 
}

.progress 
{
  display:block; 
  position: relative; 
  width:400px; 
  border: 1px solid #ddd; 
  padding: 0; 
  border-radius: 3px; 
  background-color: #ffffff; 
}

.bar 
{ 
  background-color: #cccccc; 
  width:0%; 
  height:20px;  
}

.percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:0px; 
  height:20px; 
  line-height: 20px;
  left:48%; 
}

.previewTable
{
	width: 100%;
}

.previewTable tr
{
	background-color: #ffffff;
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}

.previewTable tr:hover
{
	background-color: #f2f2f2;
}

.previewTable tr:first-of-type td
{
	border-top: 1px solid #cccccc;
}

.previewTable tr td
{
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

.rowNmbr, .removeCell
{
	width: 20px;
	font-size: 15px;
	display: table-cell;
	vertical-align: middle !important;
}

.rowNmbr
{
	background-color: #666666;
	color: #ffffff;
	width: 30px;
	text-align: center;
}

.removeCell
{
	border-right: 1px solid #cccccc;
}

#almostDone
{
	display: none; 
	text-align: center;
	color: #ffffff;
}

#popup
{
	display: none;
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.6);
}

#popupWindow
{
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	width: 600px;
	height: 400px;
	margin-left: -300px;
	background-color: #f2f2f2;
	border-radius: 5px;
	box-shadow: 0px 0px 15px #333333;
	padding: 10px;
	box-sizing: border-box;
}

#popupClose
{
	text-align: right;
	margin-bottom: 10px;
}

#popupCloseButton
{
	background-color: #9B0000;
	color: #ffffff;
	border: none;
	width: 30px;
	height: 20px;
	font-size: 12px;
	border-radius: 3px;
}

#popupContent
{
	background-color: #ffffff;
	padding: 20px;
	height: 280px;
	overflow-y: auto;
}

#filePreviewContainer
{
	padding: 0px 0;
}

.filePreview
{
	height: 100px;
	width: 80px;
	display: block;
	float: left;
	padding: 0;
	position: relative;
	font-size: 9px;
	overflow: hidden;
	text-align: center;
}

.filePreview img
{
	height: 70px;
	width: 75px;
}

.removeFileButton
{
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
}

.removeFileButton img
{
	display: block;
	width: 20px;
	height: 20px;
}

.removeFileButton:hover
{
	color: #ffffff;
	text-decoration: none;
}

label[for=upload_file]
{
	display: block;
	background-color: #9B0000;
	color: white;
	padding: 5px 0px;
	width: 152px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

input[name=bildau_upload_files_from]
{
	width: 350px;
}

input[name=bildau_upload_files_to]
{
	width: 350px;
}

@media only screen and (max-width: 650px)  {
	
#progressContainer
{
	top: 50%;
	left: 5px;
	margin-left: 0px;
	width:95%; 
}

.progress 
{
  width:100%; 
}

#popupWindow
{
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: 95%;
	margin-left: 0px;
	margin-top: 0px;
	padding: 5px;
}

#popupContent
{
	padding: 10px;
	height: calc(100% - 100px);
}

table tr td
{
	display: block;
}

input[name=bildau_upload_files_from]
{
	width:100%; 
}

input[name=bildau_upload_files_to]
{
	width:100%; 
}
	
}