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

#main_body h1 a
{
background-image: url('https://www.form-platform.com/DANAConnect/form/images/form_resources/');
background-repeat: no-repeat;
height: 40px;
}

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

#main_body h1
{
background-color: #00559a;
background-image: none;
}

#form_container
{
background-color: #ffffff;
border-width: 0px;
border-style: solid;
border-color: #CCCCCC;
}

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

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

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

#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;
font-size: 100%;
color: #666666;
}

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

#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: 160%;
color: #00559a;
}

#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: 110%;
color: #444444;
}

#main_body form li span.ap_tp_text
{
color: #444444;
}

#main_body label.description,#main_body 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: 110%;
color: #444444;
}

#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;
color: #444444;
}

#main_body form .section_break 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: 140%;
color: #00559a;
}

#main_body form .section_break 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: 85%;
color: #444444;
}

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



/** Advanced CSS **/

#main_body .axel input{
   background-color: transparent;
   border: none;
   outline: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   font-size: 0.5px;
}

.textouniforme input{
  text-transform: uppercase;
}

.textouniforme::value {
  content: attr(value);
  text-transform: none;
}

.textouniforme::value {
  content: attr(value)

    /* Reemplazar á */
    .replace(/\u00E1/g, "\u0041")
    .replace(/\u00C1/g, "\u0041")
    /* Reemplazar é */
    .replace(/\u00E9/g, "\u0045")
   .replace(/\u00C9/g, "\u0045")
    /* Reemplazar í */
    .replace(/\u00ED/g, "\u0049")
    .replace(/\u00CD/g, "\u0049")
    /* Reemplazar ó */
    .replace(/\u00F3/g, "\u004F")
    .replace(/\u00D3/g, "\u004F")
    /* Reemplazar ú */
    .replace(/\u00FA/g, "\u0055")
    .replace(/\u00DA/g, "\u0055")
    /* Reemplazar ü */
    .replace(/\u00DC/g, "\u0055")
    /* Reemplazar ñ */
    .replace(/\u00F1/g, "\u004E\u0303");
    .replace(expr,function(e){return chars[e]});
}
}