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

#main_body h1 a
{
background-image: url('https://user-assets.forms-db.com/crb-online/themes/img_9e4f8de7d8dfe8f90647545bef490016-favicon_128.png');
height: 128px;
}

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

#main_body h1
{
background-color: transparent;
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: #e8f3f8;
}

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

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

#machform_review_table td.mf_review_value
{
font-family: 'Lucida Grande','InterVariable',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: 'Lucida Grande','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 160%;
color: #444444;
}

#main_body .form_description p,#main_body form ul.payment_list_items li
{
font-family: 'Lucida Grande','InterVariable',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: 'Lucida Grande','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 95%;
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: 'Lucida Grande','InterVariable',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: 'Lucida Grande','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
color: #444444;
}

#main_body form .section_break p,#main_body form .media p,#machform_review_table td .mf_section_content
{
font-family: 'Lucida Grande','InterVariable',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 **/

/* ===== Force pagination colours (MachForm table pagination) ===== */

/* Default step numbers (grey) */
.ap_table_pagination span.ap_tp_num{
  background: #9CA3AF !important;
  background-image: none !important;
  border: 1px solid #9CA3AF !important;
  color: #ffffff !important;
  opacity: 0.6 !important;
  box-shadow: none !important;
}

/* Active step number (blue) - target BOTH possible active classes */
.ap_table_pagination span.ap_tp_num.active,
.ap_table_pagination span.ap_tp_num_active{
  background: #25326F !important;
  background-image: none !important;
  border: 1px solid #25326F !important;
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

/* Active label (optional) */
.ap_table_pagination span.ap_tp_text_active{
  color: #25326F !important;
  font-weight: 700 !important;
}

/* Fix iPhone Safari select text clipping */
#main_body select,
#main_body form select {
  height: 44px !important;
  line-height: 44px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !important;
  -webkit-appearance: menulist !important;
}

/* If MachForm wraps selects with a class, keep it safe on mobile only */
@media (max-width: 768px) {
  #main_body select,
  #main_body form select {
    height: 44px !important;
    line-height: 44px !important;
  }
}

/* Hide the calendar icon button */
.ui-datepicker-trigger,
img.ui-datepicker-trigger {
  display: none !important;
}

/* Stop the datepicker popup from showing (even if it tries) */
#ui-datepicker-div {
  display: none !important;
}

#main_body form li .datepicker,.datepick-popup{ 
  display: none !important;
}

#main_body #form_container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

/* Slightly increase base font size for desktop */
@media (min-width: 1024px) {
  #main_body {
    font-size: 16.5px;
  }
}