.icon-jfi-trash.jFiler-item-trash-action .fa-remove{
    color: #000;
}
.jFiler-jProgressBar .bar{
    background-color: #000;
}
.upload_photo_small .jFiler-input-inner {
    background: url(../images/cloud_upload_120.png) center no-repeat;
    background-size: 50px 50px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 19px 0px 0px 9px;
}
.upload_photo_small .jFiler-input-dragDrop{
    border: none;
}
.upload_photo_small .jFiler-input-dragDrop{
    width: 70px;
    height: 70px;
}
.upload_photo_small .jFiler{
    min-height: 70px;
}
.upload_photo_small .jFiler-items-grid .jFiler-item .jFiler-item-container{
    margin: 0px;
    padding: 0px;
    width: 90px;
    height: 90px;
}
.upload_photo_small .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb{
    width: 90px;
    height: 90px;
    min-height: 90px;
}
.upload_photo_small .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar{
    width: 60px;
}


.upload_photo_medium .jFiler-input-inner {
    background: url(../images/cloud_upload_120.png) center no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    width: 120px;
    height: 120px;
    cursor: pointer;
    margin: 19px 0px 0px 9px;
}
.upload_photo_medium .jFiler-input-dragDrop{
    border: 1px solid #e1e1e1;
}
.upload_photo_medium .jFiler-input-dragDrop{
    width: 140px;
    height: 140px;
}
.upload_photo_medium .jFiler{
    min-height: 140px;
}
.upload_photo_medium .jFiler-items-grid .jFiler-item .jFiler-item-container{
    margin: 0px;
    padding: 0px;
    width: 160px;
    height: 160px;
}
.upload_photo_medium .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb{
    width: 160px;
    height: 160px;
    min-height: 160px;
}
.upload_photo_medium .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar{
    width: 130px;
}

/*Dropzone*/
.dz-default.dz-message span{
    display: block;
    text-align: center;/*
    background: url(../images/cloud_upload_120.png) center no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;*/
    padding-top: 160px;
    font-size: 16px;
}
.dropzone{
    padding: 0px;
    padding-bottom: 40px;
    border: 2px dotted rgba(0, 0, 0, 0.3);
    background: url(../images/upload_image_gray.jpg) center no-repeat;
    background-size: 120px 88px;
}
.dropzone .dz-preview .dz-image{
    border-radius: 0px;
}