/* -------------------------------------------------------------------
   Plupload
------------------------------------------------------------------- */

.plupload_wrapper a {
	border:0;
}
.plupload_header { }
.plupload_header_content {
}
.plupload_header_title {
}
.plupload_header_text {
	font: normal 12px sans-serif;
}

/* Buttons */

a.plupload_button {
	width : 70px;
	display:block;
    background:url('../img/buttons.png') no-repeat 10px center;
	outline: 0;
	padding:7px 15px 7px 30px;
	border:1px solid #ccc;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

a.plupload_button:hover,
a.plupload_button:focus {
	border:1px solid #aaa;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	box-shadow:1px 1px 1px #ccc;
}
a.plupload_button:active {
	border:1px solid #aaa;
	border-left:1px solid #888;
	border-top:1px solid #888;
	box-shadow:1px 1px 1px #ccc;
}

a.plupload_disabled, 
a.plupload_disabled:hover {
    background:url('../img/buttons-disabled.png') no-repeat 0 center;
}
.plupload_add {
	background-position: -181px center;
}
.plupload_file_action a {
	display:block;
	width:15px;
	height:21px;
	background: url('../img/delete.gif') center center no-repeat;
	overflow:hidden;
	text-indent:15px;
}

/* plupload container */
.plupload_wrapper {
}

.plupload_container {
	/*background: url('../img/transp50.png');*/
}

.plupload_container input {
}

.plupload_filelist_div {
    /*overflow:hidden;
	overflow-y:scroll;
	position:relative;
	border:1px solid #ccc;
	border-right:0;
	padding:5px 10px;
	height:66px;*/
}

.plupload_filelist {
}

.plupload_uploadedlist {
}

.plupload_filelist li,
.plupload_uploadedlist li {
	overflow:hidden;
	line-height:21px;
	border:1px solid #ccc;
	border-radius:2px;
	padding:5px 10px;
	box-sizing:border-box;
	width:100%;
	max-width:500px;
	margin-right:1%;
	background:#f1f1f1;
	margin-bottom:8px;
}

li.plupload_uploading {
	
}
li.plupload_done {
	background: url('../img/done.png') 7px center no-repeat #f9f9f9;
	padding-left:25px;
}
li.plupload_delete {
	z-index : 999;
}
li.plupload_failed {
	border:1px solid #ffd200;
	background: url('../img/error.png') 7px center no-repeat #fffcef;
	padding-left:25px;
}

/* filelist inner contents */
.plupload_file_name {
	float:left;
	max-width:250px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
} 
.plupload_file_size{
    float:left;
    color:#777;
    margin-left:10px;
    font-size:12px;
}
.plupload_file_count{
    float:left;
    color:#777;
    margin-left:10px;
}
.plupload_progress, 
.plupload_file_status, 
.plupload_file_action {
	float:right;
	margin-left:10px;
	text-align:right;
}
.plupload_file_action {
	
}
.plupload_file_action * {

}
.plupload_file_count span {

}
.plupload_progress, 
.plupload_upload_status {
	display: none;
}
.plupload_progress_container {

}
.plupload_progress_bar {

}

/* filelist header & footer */

.plupload_filelist_header {	

}
.plupload_filelist_footer {
	margin-top:5px;
	overflow:hidden;
}

.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status,
.plupload_filelist_footer .plupload_file_count {
	float:right;
	clear:right;
	font-family:"Myriad pro";
	letter-spacing:0.02em;
}
.plupload_filelist_footer .plupload_file_size cite,
.plupload_filelist_footer .plupload_file_status cite,
.plupload_filelist_footer .plupload_file_count cite {
	color:#555;
	display:inline-block;
	width:60px;
	text-align:left;
	font-size:11px;
	
}
.plupload_filelist_footer .plupload_file_size .plupload_total_file_size,
.plupload_filelist_footer .plupload_file_count .plupload_total_file_count,
.plupload_filelist_footer .plupload_file_status .plupload_total_status {
	display:inline-block;
	width:70px;
	text-align:right;
    font-size:11px;
}
.plupload_scroll {
	max-height:500px;
	overflow:hidden;
	overflow-y:auto;
}
.plupload_scroll .plupload_filelist_header .plupload_file_action, 
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
}

/* Floats */

.plupload_clear,.plupload_clearer {
	clear: both;
}
.plupload_clearer, .plupload_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;	
}

li.plupload_droptext {
	background: transparent;
	text-align:center;
	vertical-align: middle;
	border: 0;
	line-height: 23px;
	padding:20px 0;
	width:100%;
	top:0;
	left:0;
	box-sizing:border-box;
	margin-top:5px;
	border:2px dashed #e5e5e5;
	background:#f9f9f9;
}
li.plupload_droptext:hover {
	border:2px dashed #e5e5e5;
}
.plupload_droptext_icon {
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:21px;
	height:23px;
	margin-right:8px;
	vertical-align:middle;
	background: url('../img/addfile.png') 0 center no-repeat;
}

/* plupload_preview */

.plupload_preview {
	overflow:hidden;
	margin-bottom:10px;
}
.plupload_preview li {
	width:100px;
	height:100px;
	margin-right:10px;
	float:left;
	border:1px solid #ccc;
	border-radius:2px;
	text-align:center;
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
}
.plupload_preview li canvas {
	width:90px;
	height:90px;
	position:absolute;
	top:5px;
	left:5px;
	border:1px solid #ccc;
}
.plupload_preview li .preview_filelist_name {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:0;
	left:0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	z-index:2;
	border-top:1px solid #ccc;
	padding:0 5px;
	line-height:19px;
	box-sizing:border-box;
	font-size:11px;
}

/* pluploadThumb */
.pluploadThumb .plupload_filelist,
.pluploadThumb .plupload_uploadedlist {
	overflow:hidden;
	padding:0;
}
.pluploadThumb .plupload_filelist li:not(.plupload_droptext) ,
.pluploadThumb .plupload_uploadedlist li:not(.plupload_droptext) {
	overflow:hidden;
	line-height:21px;
	border:1px solid #ccc;
	border-radius:2px;
	padding:10px 10px 40px;
	box-sizing:border-box;
	margin-right:1%;
	background:#f1f1f1;
	margin-bottom:8px;
	width:120px;
	max-width:120px;
	float:left;
	position:relative;
}
.pluploadThumb .plupload_filelist li canvas,
.pluploadThumb .plupload_uploadedlist li canvas {
    border:1px solid #ccc;
}.pluploadThumb .plupload_uploadedlist li .thumb {
    border:1px solid #ccc;
    width:98px;
    height:98px;
}
.pluploadThumb .plupload_filelist .plupload_file_action,
.pluploadThumb .plupload_uploadedlist .plupload_file_action {
	position:absolute;
	right:15px;
	top:15px;
}
.pluploadThumb .plupload_filelist .plupload_file_name,
.pluploadThumb .plupload_uploadedlist .plupload_file_name {
	float:none;
	display:block;
	max-width:100%;
	white-space:inherit;
	word-break:break-all;
	overflow:hidden;
	text-overflow:normal;
	font-size:11px;
	position:absolute;
	bottom:10px;
	left:10px;
	line-height:16px;
} 

/* pluploadVdo */
.pluploadVdo .plupload_scroll {
	overflow-y:visible;
	max-height:100%;
}
.pluploadVdo .plupload_filelist,
.pluploadVdo .plupload_uploadedlist {
	overflow:hidden;
	padding:0;
}
.pluploadVdo .plupload_filelist li:not(.plupload_droptext) ,
.pluploadVdo .plupload_uploadedlist li:not(.plupload_droptext)  {
	width:auto;
	max-width:500px;
	position:relative;
	float:left;
	padding:0;
	border:0;
}
.pluploadVdo .plupload_filelist .plupload_file_name,
.pluploadVdo .plupload_uploadedlist .plupload_file_name {
	float:none;
	border:1px solid #ccc;
	border-bottom:0;
	padding:10px 15px;
	display:block;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
	padding-right:40px;
	border-radius:4px 4px 0 0;
	font-size:11px;
	background:#fcfcfc;
}

.pluploadVdo .plupload_filelist li video,
.pluploadVdo .plupload_uploadedlist li video {
	border:1px solid #ccc;
	max-width:100%;
	width:380px;
	box-sizing:border-box;
	display:block;
}
.pluploadVdo .plupload_filelist .plupload_file_action,
.pluploadVdo .plupload_uploadedlist .plupload_file_action {
	position:absolute;
	right:13px;
	top:11px;
}