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

#main_body h1 a
{
background-image: url('http://');
height: 40px;
}

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

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

#form_container
{
background-color: #ffffff;
border-width: 0px;
box-shadow: none;
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: #f7f7f7;
}

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

#main_body form .guidelines small
{
font-family: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
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: #f7f7f7;
font-family: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
color: #666666;
}

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

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

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

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

#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: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 130%;
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: 'Roboto','Lucida Grande',Tahoma,Arial,sans-serif;
color: #444444;
}

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

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

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



/** Advanced CSS **/

/* Keep your width rule */
#li_5 {
  width: 96.5% !important;
}

/* Base field styling — inputs, selects, textareas */
#main_body input.text,
#main_body select.select,
#main_body textarea {
  box-shadow: none !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  border: 2px solid #E5E8D9 !important;   /* thicker, softer border */
  padding: 12px !important;
  line-height: 1.5 !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 1rem !important;
  color: #000000 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

/* Focus effect — subtle green glow like Spree */
#main_body input.text:focus,
#main_body select.select:focus,
#main_body textarea:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(125,133,96,0.15) !important;
  outline: none !important;
}

/* Active dropdown arrow indicator (MachForm uses .ap_tp_num_active) */
.ap_tp_num_active {
  background-color: #7D8560 !important;
  color: #ffffff !important;
}
/* =============================
   ECOtanka NZ Submit Button Fix
   ============================= */
#main_body input.button_text,
#main_body input[type="submit"],
#main_body .mf_submit {
  background: none !important;
  background-color: #7D8560 !important;     /* Brand green */
  border: 1px solid #7D8560 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 10px 28px !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  width: auto !important;
  transition: background-color 0.25s ease, transform 0.1s ease !important;
}

#main_body input.button_text:hover,
#main_body input[type="submit"]:hover,
#main_body .mf_submit:hover {
  background-color: #596046 !important;     /* darker hover shade */
  border-color: #596046 !important;
  transform: translateY(-1px) !important;
}

#main_body .buttons input {
  font-size: 1rem !important;
  margin-right: 0 !important;
}