code, kbd, tt, var, samp, pre {
	font-family: "Open Sans", sans-serif;
}

.error_label,
.error_label_check_mail,
.error_label_check_pass,
.error_label_confirm,
.error_label_exp,
.error_label_price,
.error_label_upload,
.wd-error-label {
    color: #4D5959 !important;
}

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

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

.fm-form .captcha_input {
	width: 100px !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;
	margin-left: 15px !important;
	padding: 10px 5px;
	text-align: center !important;
	width: calc(100% - 30px) !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 .ui-effects-wrapper {
	height: 100% !important;
}

.fm-form .wd-choice {
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 0 !important;
	margin-right: 30px !important;
}

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

.fm-form .wdform_column {
	margin-left: -15px;
	margin-right: -15px;
}
@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-content div[type=type_submit_reset] .wdform-element-section {
	margin-top: 30px;
	text-align: left;
	width: auto;
}

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

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

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

.fm-form .wdform-field:not([type="type_hidden"]) {
	padding: 0;
}

.fm-form .wdform-field:not([type="type_hidden"]) > div {
	padding-bottom: 5px;
	padding-top: 5px;
}

.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-flex-row,
	.fm-form .wdform_column .ui-effects-wrapper:not(:first-child) .wdform_row .wdform-label-section.wd-flex-row {
		padding-right: 15px;
		text-align: right;
	}
}

.fm-form .wdform-page-button {
	/* background-color: #387DD5; */
	border-radius: 2px;
	/* color: #FFF; */
	padding: 3px 10px;
}

.fm-form .wdform_row {
	background-color: transparent !important;
	padding-left: 15px;
	padding-right: 15px;
	position: static !important;
}

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

.fm-form .ui-effects-wrapper .wdform_row {
	height: 100% !important;
	width: 100% !important;
}

/* calendar */
.fm-form .wd-calendar-button {
	cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	display: inline-block !important;
	text-align: center;
	width: 100%;
}
/* end - calendar */

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

.display-label-none .fm-form .captcha_input {
	width: 170px !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 */
