.progressbar-outer {
	width: 600px;
	height: 50px;
	background: #34495e;
}
.progressbar-inner {
	width: 0px;
	height: 50px;
/*	background: #6bbc45;*/
}
.progress {
	border-radius: 0;
}
/*.progressbar-filenames {
	display: none !important;
}*/

.abort a {
	color: #fff;
	background: #ee456d;
	padding: 5px 13px;
	border-radius: 2px;
	font-size: 13px;
	text-align: center !important;
}

.abort {
	margin-top: 20px;
	text-align: center !important;
}

.progressbar-speed {
	color: #7ee34e;
	font-size: 18px;
	margin-top: 10px;
	text-align: left;
	display: inline;
	font-weight: 300;
}
.progressbar-completed {
	color: #7ee34e;
	font-size: 18px;
	text-align: left;
	display: inline;
	font-weight: 300;
}
.xfname {
	color: #fafafa;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}
.xfsize {
	color: #fafafa;
	float: right;
	margin-right: 10px;
	font-family: 'Ubuntu', sans-serif;
}
.xrow td {
	text-align: left;
}
.fdescr {
	width: 330px;
}
.del_btn {
	float: right;
}
.xrow td {
	padding: 7px 4px 8px 10px;
	background: #34495e;
	border: none;
}

.xrow input {
	display: none;
}

.xrow label.xdescr {
	display: none;
}

.xrow td:hover {
	background: #3c536a;
}

.upload-form-custom {
	margin-top: 80px;
}

.upload-form-custom .section ul {
	/*margin: 0 !important;*/
	padding: 0 !important;
}

.uploadfile .desc { display: none; }


.uploadfile table { font-size:13px; margin-top: 0px; border-collapse: collapse;}

.copyfiles textarea {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.copyfiles p {
	width: 600px;
	margin-right: auto;
	color: #fafafa;
	margin-left: auto;	
}

.uploadfile #files_list {
	margin: 0 auto !important;
}

table#upload_controls input.btn-default {
	background: #6bbc45;
	padding: 5px 30px;
	border: none;
	border-radius: 2px;
	color: #fff;
}

table#upload_controls input.btn-primary {
	background: #5594e4;
	border: none;
	border-radius: 2px;
	padding: 5px 30px;
	color: #fff;
}

table#files_list td {
	min-width: 600px;
	border: none !important
}

table#advanced_opts td {
	background: #34495e;
	color: #fafafa;
	border: none;
}

