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

#main_body h1 a
{
background-image: none;
height: 40px;
}

html
{
background-color: transparent;
background-image: none;
}

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

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

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

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

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

/* =========================================================
   CLEAN MACHFORM THEME — TAYLOR VERSION
   - Gray card background behind form
   - Yellow submit button (Request a Quote style)
   - Centered button
   - Green required asterisks
   - No layout hacks or duplicate rules
========================================================= */

/* --- IFRAME (embed) styling --- */
iframe {
  min-height: 600px !important;
  background: #F8F8F8 !important;
  padding: 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%) !important;
}

/* =========================================================
   FORM BACKGROUND (Gray Card)
========================================================= */
#form_container {
  background: #F2F2F2 !important;          /* gray card */
  padding: 30px !important;                /* spacing */
  border-radius: 8px !important;           /* rounded */
  max-width: 900px !important;             /* card width */
  margin: 40px auto !important;            /* center */
  box-shadow: 0 0 30px rgba(0,0,0,0.15) !important;
}

/* Prevent Machform from painting white inside */
form.appnitro {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* =========================================================
   BUTTON STYLING — YELLOW REQUEST-A-QUOTE STYLE
========================================================= */
#main_body .buttons input#submit_form.button_text,
#main_body .buttons button#submit_form.button_text,
#main_body .buttons input[type="submit"].button_text,
#main_body .buttons button[type="submit"].button_text {
  background: #F7EA44 !important;          /* yellow */
  color: #000000 !important;               /* black text */
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border: 3px solid #2F3840 !important;    /* charcoal border */
  border-radius: 0 !important;
  padding: 14px 40px !important;
  height: auto !important;
  width: auto !important;
  cursor: pointer !important;
  box-shadow: none !important;
  display: inline-block !important;
  transition: all 0.25s ease !important;   /* smooth hover */
}

/* Hover state */
#main_body .buttons input#submit_form.button_text:hover,
#main_body .buttons button#submit_form.button_text:hover,
#main_body .buttons input[type="submit"].button_text:hover,
#main_body .buttons button[type="submit"].button_text:hover {
  background: #2F3840 !important;          /* charcoal */
  color: #F7EA44 !important;               /* yellow text */
  border-color: #2F3840 !important;
  transform: translateY(-2px);             /* subtle lift */
}

/* Center the button row */
#main_body .buttons {
  text-align: center !important;
  margin-top: 20px !important;
}

/* =========================================================
   GREEN REQUIRED ASTERISKS
========================================================= */
#main_body form li .required,
#main_body label.description .required,
#main_body .matrix span.required,
#main_body span.required {
  color: #319542 !important;
}

/* =========================================================
   DEFAULT BUTTONS (Upload, other Machform buttons)
========================================================= */
#main_body input.button_text,
.uploadifive-button {
  background-color: #F7EA44 !important;
  background-image: none !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  color: #202020 !important;
  border-radius: 0 !important;
  padding: 5px 50px !important;
  height: 50px !important;
  cursor: pointer;
}

/* Upload button styles */
.uploadifive-button {
  width: 220px !important;
  margin-top: 15px !important;
  background-color: #666666 !important;
  color: #ffffff !important;
}

.uploadifive-button:hover {
  background-color: #202020 !important;
  color: #F7EA44 !important;
}

.uploadifive-button input {
  height: 50px !important;
}