/* 
   Plupload
------------------------------------------------------------------- */

.plupload_wrapper * {
	box-sizing: content-box;
}

.plupload_button {
	
	display: inline-block;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    padding: 2px 8px 3px 60px;
    margin-right: 4px;
    background: url(../img/upload.png) no-repeat 0 center #0288d1;
    outline: 0;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 90px;
    height: 51px;
    line-height: 51px;
   
}
@-moz-document url-prefix() { .plupload_button { line-height: 42px;} }
.plupload_button:hover {
	color: #fff;
	text-decoration: none;
}


.plupload_button a:visited{color:#fff; text-decoration: none;}
.plupload_button a:hover{color:#fff; text-decoration: none;}
.plupload_button a:active{color:#fff; text-decoration: none;}
.plupload_button a:link{color:#fff; text-decoration: none;}
.plupload_disabled, a.plupload_disabled:hover {
    color: #737373;
    border-color: #c5c5c5;
    background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;
	cursor: default;
}

.plupload_add {
	/*background-position: -181px center;*/
}

.plupload_wrapper {
	font: normal 11px Verdana,sans-serif;
	width: 100%;
}

.plupload_container {
	padding: 8px;
	background: url('../img/transp50.png');
	/*-moz-border-radius: 5px;*/
}

.plupload_container input {
	border: 1px solid #DDD;
	font: normal 11px Verdana,sans-serif;
	width: 98%;
}

.plupload_header {background: #e56c19;}
.plupload_header_content {
	background: #e56c19;
	min-height: 56px;
	padding-left: 10px;
	color: #FFF;
}
.plupload_header_title {
	font: normal 18px sans-serif;
	padding: 6px 0 3px;
}
.plupload_header_text {
	font: normal 12px sans-serif;
}

.plupload_filelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plupload_scroll .plupload_filelist {
	height:auto;
	background: #F5F5F5;
	overflow-y: scroll;
    
}

.plupload_filelist li {
	padding: 10px 8px;
	background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px;
	border-bottom: 1px solid #DDD;
}

.plupload_filelist_header, .plupload_filelist_footer {
	background: #DFDFDF;
	padding: 8px 8px;
	color: #42454A;
}
.plupload_filelist_header {	
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CDCDCD;
}

.plupload_filelist_footer {border-top: 1px solid #FFF;   vertical-align: middle;}
.plupload_file_name {float: left; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width:100px;}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
	float: right;
	width: 90px;
}

.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

/*add file view by Bobby 20150328 14:01*/
.plupload_file_view, .plupload_file_status, .plupload_progress {
	float: right;
	min-width: 50px;
}
.plupload_file_view, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_file_view a{ text-decoration:none; color:#fff; cursor: pointer;padding:5px;padding-top:0px; }

.plupload_filelist .plupload_file_name {
	max-width:100px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plupload_file_action {
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.plupload_file_action * {
	display: none;
	width: 16px;
	height: 16px;
}

li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
li.plupload_done {color:#AAA}

li.plupload_delete a {
	background: url('../img/delete.gif');
}

li.plupload_failed a {
	background: url('../img/error.gif');
	cursor: default;
}

li.plupload_done a {
	background: url('../img/done.gif');
	
}

.plupload_progress, .plupload_upload_status {
	display: none;
    margin-top:10px;
}

.plupload_progress_container {
	margin-top: 10px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1px;
}
.plupload_progress_bar {
	width: 0px;
	height: 7px;
	background: #f60;
    line-height: 51px;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
	margin-right: 17px;
}

/* 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: 165px;
}


#error_b{
      background: url('../img/delete.gif') no-repeat;
  font-size: 12px;
  color: #ff0000;
  padding-left: 20px;
  margin-left: 10px;
  margin-bottom:20px;
}


/*hasdata*/
.plupload_scroll .plupload_filelist_data {
	max-height:180px;
	background: #F5F5F5;
 
    
}
.plupload_filelist_data li {
	padding: 10px 8px;
	background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px;
	border-bottom: 1px solid #DDD;
}

.plupload_header_content_data {
	background:#dadada;
	min-height: 30px;
    line-height: 30px;
	padding-left: 10px;
	color: #3b3b3b;
}

.plupload_header_title_data {
  font: normal 12px sans-serif;
  padding: 6px 0 3px;
  color: #f60;
  line-height: 20px;
  font-weight: 400;
}
.deleteline span{text-decoration:line-through}

.plupload_total_file_size,.plupload_total_status{line-height:51px;}

.loadingdiv{display:none;float:right; font-size:5em;color:#f60;margin-left:10px;}

li.plupload_delete .plupload_file_view a{background:none;color:#f60;font-size: 1.4em;}

/*add comment*/
.plupload_file_comment{  text-align: right;
  color: #f60;
  font-weight: 800;cursor: pointer;}
  
  .plupload_commentdiv{font: normal 12px sans-serif;min-width:400px;min-height:160px;background:#fff;position: relative; z-index:2;margin-top: 5px; border:1px solid #f60; padding-top:10px;padding-left:15%;display:none}
  .plupload_commentdiv textarea{border:1px solid #ccc;overflow-x:hidden;padding: 0px;margin:0px;min-width:320px;min-height:60px;margin-top:10px;resize: none;}
  .plupload_commentdiv textarea:before{}
  .comment_button{  width: 60px;
  height: 25px;
  background: #f60;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
  float:left;cursor:pointer
  }
  .close_button{  width: 60px;
  height: 25px;
  background: #f60;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
  float:left;margin-left:10px;cursor:pointer
  }
.comment_error{ margin-top:10px; color:#ff0000}