button.btn.btn-image{
    background: transparent;
}
.file_upload-widget {
   margin-bottom: 10px;
}

.file_upload-widget .btn-remove {
    display: none;
}
.file_upload-widget .file_uploadable {
    position: relative;
    background: #f9f9f9;
    max-height: 150px;
    overflow: hidden;
}
.file_upload-widget .file_uploadable .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.file_upload-widget .file_uploadable .empty {
    background-color: #f1f1f1;
}
.file_upload-widget .file_uploadable .preview .img-responsive {
    max-height: 128px;
}
.file_upload-widget .file_uploadable .progress {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    display: none;
}
.file_upload-widget .file_uploadable .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXfile_uploadTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition: all opacity 0.3s ease ease-out;
    -moz-transition: all opacity 0.3s ease ease-out;
    -o-transition: all opacity 0.3s ease ease-out;
    transition: all opacity 0.3s ease ease-out;
}
.file_upload-widget .file_uploadable .overlay .buttons {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.file_upload-widget .file_uploadable .overlay .buttons .btn {
    margin: 0 5px;
}
.file_upload-widget .file_uploadable:hover .overlay {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXfile_uploadTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
.file_upload-widget .file_uploadable.dz-drag-hover {
    background: #b6daf2;
}
.file_upload-widget .file_uploadable:after {
    display: block;
    content: '';
    height: 0;
}
.file_upload-widget .file_uploadable .file_upload-fallback .fallback-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*width: 100%;*/
    text-align: center;
    padding:10px;
}
.file_upload-widget .file_uploadable:after {
    height: 150px;
}

.file_uploads-container .file_upload-widget {
    width: 33%;
    float: left;
    position: relative;
}
.file_uploads-container .file_upload-widget .btn-remove {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 10;
}
.file_uploads-container .file_upload-widget:hover .btn-remove {
    display: block;
}
.croppable {
    width: 568px;
    height: 320px;
}
.file_uploadable.dz-drag-hover {
    background: #b6daf2;
}
.dz-preview {
    display: none;
}

.add-file_upload-container {
    position: relative;
}

.add-file_upload-dropzone {
    padding:20px;
    /*line-height: 50px;*/
    background-color: #f1f1f1;
    text-align: center;
}

.add-file_upload-progress {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}

.checkbox label, .radio label {
    padding-left: 5px;
    padding-right: 10px;
}

.thumbnail .caption {
    padding: 5px 5px;
    background: #F7F7F7;
    min-height: 60px;
    max-height: 60px;
}

.thumbnail .caption > p {
    height: 42px;
    overflow-y: scroll;
}

.add-file_upload.thumbnail {
    height: 290px;
}

.add-file_upload.thumbnail .file_upload{
    height: 210px;
}

.add-file_upload.thumbnail .caption{
    min-height: 70px;
    max-height: 70px;
}

.button-remove-file_upload {
    position: absolute;
    right: -1px;
    top: -16px;
    font-size: 3rem;
    z-index: 10;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 2px;
}

.file_upload-column .thumbnail {
    position: relative;
    overflow-y: scroll;
}

.remove-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.buttonRemoveCancel {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .3s
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
    opacity: 0
}

.file_upload-widget .file-preview-container {
    text-align: center;
    padding-top: 50px;
}
.btn-info {
    border: none;
    border-bottom: #337ab7 2px solid;
    border-radius: 5px !important;
    color: #337ab7 !important;
}