.webuploader-container {
    position: relative;
}

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

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #00b7ee;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.webuploader-pick-hover {
    background: #00a2d4;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}












/**************自定义样式*****************/
.uploader-list {
    white-space: normal;
}

.thumbnail {
    width: 20%;
    display: inline-block;
    margin-right: 5px;
}

    .thumbnail .info {
        text-align: center;
        padding-top: 5px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        color: #393939;
        padding-bottom: 0px;
    }

.webuploader-element-invisible {
    height: 100%;
}

.webuploader-container label {
    margin-bottom: 0;
    padding-bottom: 0;
}

#filePicker {
    display: inline-block;
    margin-bottom: 4px;
}

.webuploader-pick {
    padding: 8px 0;
    width: 120px;
}

.file-item {
    margin-bottom: 10px;
    width: 120px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.uploader-list li:last-child {
    margin-right: 0px;
}

.file_item_div {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

.file_item_old {
}

.file-item img {
    height: 90px;
    width: 98px;
}

.file-item a > img {
    height: 90px;
    width: 98px;
}

.file-item a {
    height: 100px;
    width: 100px;
}

.file-item video {
    text-align: center;
    height: 120px;
    width: 120px;
}

.file-panel {
    position: absolute;
    background: rgba( 0, 0, 0, 0.5 );
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
    height: 30px;
    width: 100%;
    display: none;
}

div.file-panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../webuploader/icons.png) no-repeat;
    margin: 5px 1px 1px;
    cursor: pointer;
}

    div.file-panel span.cancel {
        background-position: -48px -24px;
    }

.progress {
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
    background: #87B87F;
    height: 15px;
}

.filePicker {
    margin-top: 5px;
}

.item-file {
    height: auto;
}

li[class*="item-"] {
    border: none;
}

.thumbnail {
    border: none;
    padding: 0px;
}

.upload_tip {
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 5px;
    color: red
}
