.webuploader-container {
    position: relative;
    width: 126px;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px;
}

.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: 8px 15px; */
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    min-width: 80px;
}

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

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

#imgPicker2 {
    float: left
}

#file_manager,
#file_add {
    height: 34px;
    float: left;
    margin-right: 10px;
}

.file_uploader {
    float: left;
}

.fileli td {
    padding: 3px 5px !important
}

.fileli #addfile {
    text-align: center
}

.one_progress {
    height: 10px;
    margin-bottom: -10px;
    width: 100%;
    border-radius: 5px
}

.one_progress span {
    height: 10px;
    width: 0;
    display: block;
    background: #28c383
}

.file_progress {
    height: 26px;
    margin: 3px 0;
    overflow: hidden;
    width: 100%;
    border-radius: 5px
}

.file_progress span {
    height: 26px;
    width: 0;
    display: block;
    text-align: right;
    line-height: 26px;
    color: #fff;
    background: #28c383
}