﻿/* Hide the dropzone and the file upload button. */

.k-upload {
    display: none;
}

#globalDragAndDropFiles {
    display: none;
}

#globalDragAndDropSignatureImages {
    display: none;
}

.padding-window-fixup {
    padding-bottom: 0px;
    padding-top: 0px
}

.input-field-fixup {
    margin-bottom: 0px;
}