.fm-form input["type=button"] {
    text-transform: none;
}

.fm-form .wdform-page-and-images {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.fm-form .button-reset {
    margin-left: 15px;
}

.fm-form .button-submit {
    margin-right: 0 !important;
}

.fm-form .captcha_input {
	width: 100px !important;
}

.display-label-none .fm-form .captcha_input {
	width: 170px !important;
}

.fm-form-container .fm-form .file-upload input {
	padding-left: 0;
	padding-right: 0;
}

.fm-form-container .fm-form .fm-message {
	line-height: 1.5em;
	padding: 10px 5px;
	text-align: center !important;
}

.fm-not-filled {
	margin-bottom: 10px !important;
	padding-left: 2px !important;
	text-align: right;
}

#jas-footer .fm-not-filled {
	background: #FEE3E3;
	border: 1px solid #D39B9B;
	padding: 5px 10px !important;
	text-align: center;
}

.fm-form .wd-choice {
	margin-left: 0 !important;
	margin-right: 30px !important;
}

.wdform_arrows,
.wdform_arrows_container {
	display: inline-block !important;
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
	.fm-form .wdform_column {
		display: inline;
	}
}
@media only screen and (max-width: 768px) {
	.fm-form .wdform_column {
		display: inline-block;
	}
}

@media only screen and (max-width: 768px) {
	#jas-footer .fm-form .fm-form-builder .wdform_column {
		width: auto !important;
	}
}

#jas-footer .fm-form .wdform_column:first-child {
	width: 100% !important;
}

#jas-footer .fm-form .wdform_column:last-child {
	display: none;
}

#jas-content .btn-align-center div[type=type_submit_reset] .wdform-element-section {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#jas-content .btn-align-right div[type=type_submit_reset] .wdform-element-section {
	text-align: right;
	width: 100%;
}

.fm-form .wdform-field[type="type_captcha"] {
	-ms-flex-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.fm-form .wdform-field {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.fm-form .wdform-field[type="type_text"] {
	padding-top: 0 !important;
}

.fm-form .wdform_footer {
	display: none;
}

.fm-form .wdform-label-section {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 62em) {
	.fm-form .wdform_column .wdform_row:not(:first-child) .wdform-label-section.wd-width-30 {
		padding-right: 20px;
		text-align: right;
	}
}

.fm-form .wdform_row {
	background-color: transparent !important;
	position: static !important;
}

#jas-footer .fm-form .wdform_row {
	padding-left: 15px;
}

#jas-footer .fm-form .wdform_column:first-child .wdform_row {
	padding-left: 0;
}

#jas-footer .fm-form .wdform_section {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

/* others */
.display-label-none .form-row-align-center {
	margin: 0 auto;
	width: auto !important;
}

.display-label-none .fm-form .wd-width-70 {
	width: 100%;
}

.display-label-none .fm-form .wdform-label-section {
	display: none;
}

.lang-translation {
	display: none;
}
/* end - others */
