.y-upload{
    display: inline-block;
    .webuploader-pick+div{
        width: 32px !important;
        height: 38px !important;
    }
}
.y-upload .y-upload-ctn{
    background:#ecf6fd;
    padding: 14px 15px;
    position: relative;
    min-width: 240px;
    max-width:300px;
    border:1px solid #c3dff6;
    height: 68px;
}
.y-upload .y-upload-ctn:hover{
    box-shadow:0 2px 6px 0 rgba(0,0,0,0.15);
}
.y-upload .file-info{
    border: solid 1px transparent;
    position: relative;
    line-height: 14px;
    margin-right: 10px;
}
.y-upload .file-info-more{
    margin-right: 0;
    padding: 0 10px;
    line-height: 20px;
}
.y-upload .file-info-one:hover{
    border: solid 1px #c3dff6;
}
.y-upload .file-info-more:hover{
    background-color: #ecf6fd;
}
.y-upload .file-info a.filename{
    color: #6aafe5;
    font-size: 12px;
    cursor: pointer;
    text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    width: 90%;
}
.y-upload .file-info-more a.filename{
    line-height: 26px;
}
.y-upload .file-info a:hover{
    text-decoration: underline;
}
.y-upload .file-info .fa-remove{
    position: absolute;
    right: 10px;
    line-height: 16px;
    top:5px;
    font-size: 12px;
    color:red
}
.y-upload:hover .more-file-ctn{
    display: block;
    z-index: 1002;
}
.y-upload .more-file-ctn {
    display: none;
    position: absolute;
    width: 200px;
    left: -5px;
    background-color: #FFF;
    border-radius: 2px;
    padding:5px 0 5px 0;
    border:1px solid #d9d9d9;
    box-shadow:0 1px 4px 0 rgba(0,0,0,0.20);
    max-height: 300px;
    overflow: auto;
}
.y-upload-read{
    display: inline-block;
    background: #ecf6fd;
    padding: 1px 10px;
    position: relative;
    min-width: 100px;
    border: 1px solid #c3dff6;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}
.y-upload .y-upload-ctn .webuploader-pick{
    color: #1983d7 !important;
}
.y-upload-close .fa{
    position: absolute;
    line-height: 16px;
    font-size: 12px;
    color: #FFF;
    top: 0px;
    right: 4px;
}
.y-upload:hover .y-upload-close{
    display: block;
}
.y-upload-close{
    cursor: pointer;
    display: none;
    position: absolute;
    top: -9px;
    right: -8px;
    height: 17px;
    width: 17px;
    background: #3ca7e2;
    border-radius: 16px;
}