/*
 * Widget
 */
.uploader
{
	/*border: 2px dashed #757575;
	width: 100%;
	color: #2E54FE;
	background-color:rgb(234, 241, 247);
	text-align: center;
	vertical-align: middle;
	padding: 40px 0px;
	margin-bottom: 10px;
	font-size: 24px;
	cursor: default;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.uploader-active {
	border-color: #0B85A1;
}

.uploader div.or {
	font-size:14px;
	font-weight: normal;
	color: #222;
	padding: 10px;
}

.uploader div.browser label {
	background-color: #F2F2F2;
	padding: 5px 15px;
	color: #222!important;
	text-align:center;
	font-size: 14px;
	line-height:35px;
	font-weight: normal;
	cursor: pointer;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 300px;
	margin: 20px auto 0px auto;
	border-color:#757575;
	border:1px solid;
}
.uploader .drag-drop{
	margin-bottom:30px;
}
.uploader div.browser span {
	cursor: pointer;
}


.uploader div.browser input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: .0;
	filter: alpha(opacity= 0);
	-o-transform: translate(250px,-50px) scale(1);
	-moz-transform: translate(-300px,0) scale(4);
	direction: ltr;
	cursor: pointer;
}

.uploader div.browser label:hover {
	background-color: #427fed;
}

/*
 * File list
 */
#fileList {
 /* float:right;*/
  width: 330px;
  height:auto;
	margin: 12px;
	padding: 0px;
	list-style-type: none;
	color: gray;
  
  font-size: 12px;
  	clear:both;
  overflow: visible;
}

#fileList .file {
  width: 290px;
  margin-bottom: 15px;
}

#fileList .info {
  width: 290px;
 /* height: 26px;*/
  height:auto;
  display: block;
  overflow: hidden;
  
  line-height: 13px;
}

#fileList .filename {
  margin-right:20px;
}

#fileList .bar {
  border: solid 1px #C0C0C0;
  height: 16px;
  margin-top: 5px;
  padding: 1px;
  width: 290px;
  
  display:none;
}

#fileList .progress {
  height: 12px;
  background-color: #00CCFF;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
}

#fileList span.success {
  color: rgb(0, 104, 0);
}

#fileList span.error {
  color: #990000;
}

/* Debug */
#debug {
  display:none;	
  clear: both;
  padding-top: 15px;
  color: #333;
}

#debug h2 {
  margin: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  color: #333;
}

#debug div {
  height: 150px;
  width: 100%;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

#debug ul {
  padding: 0px 0px 0px 20px;
  font-size: 12px;
}

#debug li {
  padding: 0px;
  margin: 0px 0px 7px 0px;
}