/* THIS STYLESHEET WILL MANAGE ALL FORMS_MODULE INSERTED FORMS */

/* uploader styles */
/* note: some styles in main css style */
.fmAttachmentRow{
	display: flex;
	flex-direction: column;
}

.uploader-fake-file {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.uploader-fake-file-wrap {
    border-style: solid;
    border-width: 1px;
	position:relative;
	margin-bottom: 1em;
}

.uploader-file{
	opacity:0;
	z-index:2;
	position:relative;
	width: 100%;
}