/* onebutton Theme */
.fileuploader-theme-onebutton .fileuploader-input {
    display: inline-block;
}
.fileuploader-theme-onebutton .fileuploader-input .fileuploader-input-caption {
	display: none;
}

.fileuploader {
    margin: 0!important;
    padding: 0!important;
    background: none!important;
}

.fileuploader-input-button{
    padding: 7px 10px !important;
    background: #28a745 !important;
}

.fileuploader-icon-remove{
    display: block !important;
}