.qbwid-file{
    padding: 0;
    color: #6b6a6a;
    overflow-y: auto;
    max-height: 320px;
}

.qbwid-file:after{
    content: " ";
    display: block;
    clear: both;
}

.qbwid-file li{
    display: inline-block;
    width: 134px;
    height: 130px;
    margin-right: 15px;
    margin-top: 15px;
    float: left;
}

.qbwid-file li.qbctrlfile{
    font-size: 14pt;
    color: #ccc;
    text-align: center;
    position: relative;
}

.qbwid-file li{
    border: solid 1px #d2d6de;
    border-radius: 5px;
    background-image: linear-gradient(#ffffff, #f3f3f3);
}

.qbwid-file li.qbctrlfile i, li.qbicntbgfile i
{
    font-size: 75pt;
    margin-top: 12px;
}

.qbwid-file .qbicntbgfile, .qbwid-file li.qbctrlfile{
    background-size: cover;
}

.qbwid-file li.qbtextEmpty{
    display: block;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 25px;
    float: none;
    background-image: none;
    border-radius: initial;
    border: dashed 2px;
    text-align: center;
    font-size: 17pt;
    cursor: pointer;
}

.qbwid-file li.qbtextEmpty:hover{
    color: #ccc;
}

.qbctrlfile  .delete-img{
    cursor: pointer;
    font-size: 20px !important;
    color: #b70d0d;
    margin: 5px 5px 0 0 !important;
    width: 100%;
}
.qbctrlfile  .options{
    position: absolute;
    width: 100%;
    background-color: #8d8c8cb3;
    min-height: 30px;
}