.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.statusBar .btns{
	margin:10px 0 15px 0;
}
.statusBar .btns .btn{
	margin-right:10px;
}


.uploder-container {
    border: 1px solid #dadada;
    color: #838383;
    background-color: #FFF;
}

.cxuploder .queueList {
    margin: 20px;
    border: 3px dashed #e6e6e6;
}
.cxuploder .queueList.filled {
    padding: 10px;
    margin: 0;
    border: 3px dashed transparent;
}
.cxuploder .queueList.webuploader-dnd-over {
    border: 3px dashed #999999;
}

.cxuploder p {margin: 0;}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.cxuploder .placeholder {
    min-height: 170px;
    padding-top: 88px;
    text-align: center;
    background: url(images/blank-image.png) center 6px no-repeat;
    color: #cccccc;
    font-size: 13px;
    position: relative;
}

/* 手机端弹出框自适应 EditBy:www.lanelead.com */
@media (max-width: 768px) {
	.cxuploder .placeholder {
		min-height: 55px;
		padding-top: 18px;
		text-align: center;
		background: none;
		color: #cccccc;
		position: relative;
	}
}






.cxuploder .placeholder .flashTip {
    color: #666666;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}
.cxuploder .placeholder .flashTip a {
    color: #0785d1;
    text-decoration: none;
}
.cxuploder .placeholder .flashTip a:hover {
    text-decoration: underline;
}

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

.cxuploder .filelist:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.cxuploder .filelist li {
    width: 150px;
    background: url(images/bg.png) no-repeat;
    text-align: center;
    margin: 0 6px 10px 6px;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    font-size: 12px;
}

.cxuploder .filelist li p.log {
    position: relative;
    top: -45px;
}

.cxuploder .filelist li p.title {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
	word-wrap: break-word;
	white-space: pre-line;
}

.cxuploder .filelist li p.progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8px;
    overflow: hidden;
    z-index: 50;
    margin: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: 0 0 0;
}
.cxuploder .filelist li p.progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #1483d8 url(images/progress.png) repeat-x;

    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;

    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;

    -webkit-transform: translateZ(0);
}

@-webkit-keyframes progressmove {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 17px 0;
    }
}
@-moz-keyframes progressmove {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 17px 0;
    }
}
@keyframes progressmove {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 17px 0;
    }
}

.cxuploder .filelist li p.imgWrap {
    position: relative;
    z-index: 2;
    line-height: 100%;
    vertical-align: middle;
    overflow: hidden;
    max-width: 240px;
    max-height: 240px;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

.cxuploder .filelist li img {
    width: 100%;
}

.cxuploder .filelist li p.error {
    background: #f43838;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
    z-index: 100;
}

.cxuploder .filelist li .success {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    z-index: 200;
    background: url(images/success.png) no-repeat right bottom;
}

.cxuploder .filelist div.file-panel {
	/*** 下面这个是鼠标划过时显示图片编辑工具的css, 但是手机版无法编辑, 所以去掉该功能
    position: absolute;
    height: 0;
	***/
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
    background: rgba( 0, 0, 0, 0.5 );
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
}

.cxuploder .filelist div.file-panel span.cancel, .cxuploder .filelist div.file-panel span.order{
    width: 24px;
    height: 24px;
    display: inline;
    float: left;
    overflow: hidden;
    margin: 5px 2px 1px 2px;
    cursor: pointer;
	font-size:14px;
	color:#fff;
}


.cxuploder .statusBar {
    border-top: 1px solid #dadada;
    vertical-align: middle;
    position: relative;
}

.cxuploder .statusBar .progress {
    border: 1px solid #1483d8;
    width: 100%;
    background: #fff;
    height: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #6dbfff;
    position: relative;
    margin: 0 10px 0 0;
}
.cxuploder .statusBar .progress span.percentage {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1483d8;
    position: absolute;
}
.cxuploder .statusBar .progress span.text {
    position: relative;
    z-index: 10;
}

.cxuploder .statusBar .info, .cxuploder .statusBar .info-tips {
    font-size: 12px;
    color: #666666;
}
.cxuploder .statusBar .info-tips{
	padding:10px 5px 5px 5px;
}
.cxuploder .statusBar .info-tips .info{
	padding:5px;
}

/* 在线文件的文件预览图标 */
i.file-preview {
    display: block;
    margin: 10px auto;
    width: 70px;
    height: 70px;
    background-image: url("images/file-icons.png");
    background-image: url("images/file-icons.gif") \9;
    background-position: -140px center;
    background-repeat: no-repeat;
}
i.file-preview.file-type-dir{
    background-position: 0 center;
}
i.file-preview.file-type-file{
    background-position: -140px center;
}
i.file-preview.file-type-filelist{
    background-position: -210px center;
}
i.file-preview.file-type-zip,
i.file-preview.file-type-rar,
i.file-preview.file-type-7z,
i.file-preview.file-type-tar,
i.file-preview.file-type-gz,
i.file-preview.file-type-bz2{
    background-position: -280px center;
}
i.file-preview.file-type-xls,
i.file-preview.file-type-xlsx{
    background-position: -350px center;
}
i.file-preview.file-type-doc,
i.file-preview.file-type-docx{
    background-position: -420px center;
}
i.file-preview.file-type-ppt,
i.file-preview.file-type-pptx{
    background-position: -490px center;
}
i.file-preview.file-type-vsd{
    background-position: -560px center;
}
i.file-preview.file-type-pdf{
    background-position: -630px center;
}
i.file-preview.file-type-txt,
i.file-preview.file-type-md,
i.file-preview.file-type-json,
i.file-preview.file-type-htm,
i.file-preview.file-type-xml,
i.file-preview.file-type-html,
i.file-preview.file-type-js,
i.file-preview.file-type-css,
i.file-preview.file-type-php,
i.file-preview.file-type-jsp,
i.file-preview.file-type-asp{
    background-position: -700px center;
}
i.file-preview.file-type-apk{
    background-position: -770px center;
}
i.file-preview.file-type-exe{
    background-position: -840px center;
}
i.file-preview.file-type-ipa{
    background-position: -910px center;
}
i.file-preview.file-type-mp4,
i.file-preview.file-type-swf,
i.file-preview.file-type-mkv,
i.file-preview.file-type-avi,
i.file-preview.file-type-flv,
i.file-preview.file-type-mov,
i.file-preview.file-type-mpg,
i.file-preview.file-type-mpeg,
i.file-preview.file-type-ogv,
i.file-preview.file-type-webm,
i.file-preview.file-type-rm,
i.file-preview.file-type-rmvb{
    background-position: -980px center;
}
i.file-preview.file-type-ogg,
i.file-preview.file-type-wav,
i.file-preview.file-type-wmv,
i.file-preview.file-type-mid,
i.file-preview.file-type-mp3{
    background-position: -1050px center;
}
i.file-preview.file-type-jpg,
i.file-preview.file-type-jpeg,
i.file-preview.file-type-gif,
i.file-preview.file-type-bmp,
i.file-preview.file-type-png,
i.file-preview.file-type-psd{
    background-position: -140px center;
}

/* 手机版样式 www.lanelead.com */
@media (max-width: 767px) {
	.btns .uploadBtn {
		margin-top: 10px !important;
	}
}