/** DO NOT MODIFY THIS FILE. All code here are generated by MachForm Theme Editor **/

#main_body h1 a
{
background-image: url('https://emexo.com/en/images/emexo-logo-2025.svg');
height: 150px;
}

html
{
background-color: #ffffff;
background-image: none;
}

#main_body h1
{
background-color: #043a5c;
background-image: none;
}

#form_container
{
background-color: #ffffff;
border-width: 0px;
box-shadow: none;
border-style: solid;
border-color: #556270;
}

#main_body form li.highlighted,#main_body .matrix tbody tr:hover td,#machform_review_table tr.alt
{
background-color: #99aec4;
}

#main_body form .guidelines
{
background-color: #6b7b8c;
border-width: 1px;
border-style: solid;
border-color: #6b7b8c;
}

#main_body form .guidelines small
{
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
color: #ffffff;
}

#main_body input.text,#main_body input.file,#main_body textarea.textarea,#main_body select.select,#main_body input.checkbox,#main_body input.radio
{
background-color: #FBFBFB;
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
}

#machform_review_table td.mf_review_value
{
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
}

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 170%;
}

#main_body .form_description p,#main_body form ul.payment_list_items li
{
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
}

#main_body form li span.ap_tp_text
{
}

#main_body form li label.description,#main_body form li span.description,#main_body .matrix caption,#main_body .matrix td.first_col,#main_body form li.total_payment span,#machform_review_table td.mf_review_label
{
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
}

#main_body form li span label,#main_body label.choice,#main_body .matrix th,#main_body form li span.symbol,.mf_sigpad_clear,#main_body form li div label,#main_body form li div span.label
{
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
}

#main_body form .section_break h3,#main_body form .media h3,#machform_review_table td .mf_section_title
{
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
}

#main_body form .section_break p,#main_body form .media p,#machform_review_table td .mf_section_content
{
font-family: 'Arial','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
}

#main_body form li.section_break
{
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCCCCC;
}



/** Advanced CSS **/

#form_container
{
	background:#fff;
	border: none;
	border-radius: 10px;
	margin:0 auto;
	text-align:left;
	width:1000px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.mf_signature_switch{ display: none !important; }
.mf_signature_wrapper {
	background-color: #CFF6F5;
	background-image: url(/utn/emexo-signature-background1.svg);
}
#machform_review_table td.mf_review_value {
	background-color: #CFF6F5;
	background-image: url(/utn/emexo-signature-background1.svg);
}
#machform_review_table tr.alt {
  background-color: #FFFFFF;
}
#main_body input.text {
color: #05F;
}

/** File Upload - HTML5 **/
.uploadifive-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -o-linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -moz-linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -webkit-linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -ms-linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #DDDDDD),
		color-stop(1, #FEFEFE)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	color: #333 !important;
	font: 300 1em 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 120%;
	text-align: center;
	text-shadow: 0 1px 0 #f0f0f0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.uploadifive-button:hover {
	background-color: #DDDDDD;
	background-image: linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -o-linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -moz-linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -webkit-linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -ms-linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #DDDDDD),
		color-stop(1, #DDDDDD)
	);
	background-position: center bottom;
	text-shadow: 0 1px 0 #f0f0f0;
}
/** File Upload - HTML5 **/
.uploadifive-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -o-linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -moz-linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -webkit-linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -ms-linear-gradient(bottom, #DDDDDD 0%, #FEFEFE 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #DDDDDD),
		color-stop(1, #FEFEFE)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	color: #333 !important;
	font: 300 1em 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 120%;
	text-align: center;
	text-shadow: 0 1px 0 #f0f0f0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.uploadifive-button:hover {
	background-color: #DDDDDD;
	background-image: linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -o-linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -moz-linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -webkit-linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -ms-linear-gradient(top, #DDDDDD 0%, #DDDDDD 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #DDDDDD),
		color-stop(1, #DDDDDD)
	);
	background-position: center bottom;
	text-shadow: 0 1px 0 #f0f0f0;
	box-shadow: 0px 0px 1px 1px #666666;
}