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

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

.plupload_button {
	display: -moz-inline-box; /* FF < 3*/
	display: inline-block;
	font: normal 12px sans-serif;
	text-decoration: none;
    color: #42454a;
    border: 1px solid #bababa;
    padding: 6px 8px 6px 20px;
	margin-right: 4px;
    background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
	outline: 0;

    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.plupload_button:hover {
	color: #000;
	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: #2A2C2E url('../img/backgrounds.gif') repeat-x;}
.plupload_header_content {
	background: url('../img/backgrounds.gif') no-repeat 0 -317px;
	min-height: 56px;
	padding-left: 60px;
	color: #FFF;
    position: relative;
}
.plupload_header_content .plupload_close{
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 35%;
    margin-top: -10px;

}
.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: 185px;
	background: #F5F5F5;
	overflow-y: auto;
}

.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; height: 26px; line-height: 26px; vertical-align: middle;}
.plupload_file_name {float: left; overflow: hidden}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
	float: right;
	width: 80px;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_filelist .plupload_file_name {
	width: 205px;
	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');
	cursor: default;
}

.plupload_progress, .plupload_upload_status {
	display: none;
}

.plupload_progress_container {
	margin-top: 3px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1px;
}
.plupload_progress_bar {
	width: 0px;
	height: 7px;
	background: #CDEB8B;
}

.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;
}

.plupload_modal{ width: 600px; position: fixed; _position: absolute; z-index: 99999; top:20%; left: 50%; margin-left: -300px; display: none; }
.plupload_modal .plupload_wrapper{
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    -webkit-transform: translate(0,-300px);
    -moz-transform: translate(0,-300px);
    -ms-transform: translate(0,-300px);
    -o-transform: translate(0,-300px);
    transform: translate(0,-300px);
}
.plupload_modal.uploader_show .plupload_wrapper {
    opacity: 1;
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    transform: translate(0,0px);
}
.plupload_buttons{ float: left; }
.plupload_upload_status{ float: left; }
.plupload_container{ border: solid 4px #666; padding: 0;transition: visible 0.3s ease-out 10s,transform 0.3s ease-out 10s;}

/*自定义进度条样式*/
.fileProgressModal{ display: block; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99999999; color: #fff; }
.fileProgressModal .close{ display: none; position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; line-height: 20px; font-size: 20px; text-align: center; z-index: 3; cursor: pointer; font-style: normal;}
.fileProgressModal .shadow{ display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #000; opacity: 0.1; filter: alpha(opacity=10); }
.fileProgressModal .fileContent{position: absolute;top: 50%;left: 50%;width: 500px;background-color: #fff;z-index: 2;border-radius: 2px;padding: 20px;transform: translate(-50%,-50%);}
.fileProgressModal .filename{color: #444;display: block;padding: 0px 0px 20px;font-size: 13px;}
.fileProgressModal .progress{display: block;background-color: #fff;text-align: center;border-radius: 20px;height: 16px;/*padding: 2px; */}
.fileProgressModal .progress i{display: block;height: 16px;line-height: 16px;background-color: #3c95d9;text-align: center;border-radius: 20px;font-style: normal;font-size: 13px;box-sizing: content-box;margin-left: -1px;padding-left: 2px;}
.fileProgressModal .tips{color: #666;display: block;text-align: center;padding: 10px 0 0;font-size: 20px;background: #fff;}
.fileProgressModal .msgbox{text-align: center;}
.fileProgressModal .msgbox li{ display: none; }
.fileProgressModal .msgbox span{ display: inline-block; }
.fileProgressModal .msgbox .icon{ width: 32px; height: 32px; background-repeat: no-repeat; background-position: left top; vertical-align: top; }
.fileProgressModal .msgbox .msg-success .icon{ background-image: url(../img/icon-success.png); }
.fileProgressModal .msgbox .msg-fail .icon{ background-image: url(../img/icon-fail.png); }
.fileProgressModal .msgbox .text{ color: red; margin: 5px 15px 0px 15px; }
.fileProgressModal .msgbox .time{ color: #f08b2f; font-size: 16px; }
.fileProgressModal .msgbox .detail{ display: block; color: #FF0000; padding-top: 10px; font-size: 12px; }

.fileProgressModal .btns{ display: none; text-align: center; padding-top: 20px; }
.fileProgressModal .btns .btn{ color: #fff; display: inline-block; border: solid 1px #f08b2f; border-radius: 3px; padding: 5px 20px; font-size: 14px; margin: 0px 25px; }
.fileProgressModal .fileContent.fail .progress i{ background-color: #ff2222; }
