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

#main_body h1 a
{
background-image: url('https://pinoypatches.ph/machform/images/form_resources/machform.png');
background-repeat: no-repeat;
height: 40px;
}

html
{
background-image: url('https://pinoypatches.ph/machform/images/form_resources/grey-mild.png');
background-repeat: repeat;
}

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

#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: 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','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 **/

/* ===== COMPACT MACHFORM THEME - HERO QUICK QUOTE ===== */
/* For Form ID: 12416 */

/* ---------- 1) Hide original labels (keep file label option below) ---------- */
#form_12416 .description,
#form_12416 label:not(.uploadifive-button label),
#form_12416 legend {
  display: none !important;
}

/* ---------- 2) Base list reset / compact spacing ---------- */
#form_12416 ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#form_12416 li {
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

/* ---------- 3) Inputs: compact, clean, easy to read ---------- */
#form_12416 input[type="text"],
#form_12416 input[type="email"],
#form_12416 input[type="number"],
#form_12416 select,
#form_12416 textarea {
  width: 100% !important;
  padding: 8px 10px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  background: rgba(255,255,255,0.92) !important;
  color: #222 !important;
  outline: none !important;
}

/* Slightly tighter single-line height */
#form_12416 input[type="text"],
#form_12416 input[type="email"],
#form_12416 input[type="number"],
#form_12416 select {
  height: 34px !important;
}

/* Placeholder styling */
#form_12416 input::placeholder,
#form_12416 textarea::placeholder {
  color: #6b7280 !important; /* neutral gray */
  opacity: 1 !important;
  font-style: italic !important;
  font-size: 13px !important;
}

/* Focus state */
#form_12416 input[type="text"]:focus,
#form_12416 input[type="email"]:focus,
#form_12416 input[type="number"]:focus,
#form_12416 select:focus,
#form_12416 textarea:focus {
  border-color: rgba(255,247,192,0.95) !important; /* matches your form highlight vibe */
  box-shadow: 0 0 0 3px rgba(255,247,192,0.25) !important;
}

/* ---------- 4) Two-column layout where it makes sense ---------- */
/* Name: First + Last */
#form_12416 #li_1 .simple_name_1,
#form_12416 #li_1 .simple_name_2 {
  float: left !important;
  width: 48% !important;
  margin: 0 !important;
}

#form_12416 #li_1 .simple_name_1 {
  margin-right: 4% !important;
}

/* Phone + Email side by side */
#form_12416 #li_15 {
  float: left !important;
  width: 48% !important;
  margin-right: 4% !important;
  clear: left !important;
}

#form_12416 #li_3 {
  float: left !important;
  width: 48% !important;
  margin-right: 0 !important;
}

/* Width + Height side by side */
#form_12416 #li_5 {
  float: left !important;
  width: 48% !important;
  margin-right: 4% !important;
  clear: left !important;
}

#form_12416 #li_6 {
  float: left !important;
  width: 48% !important;
  margin-right: 0 !important;
}

/* Quantity + Backing side by side */
#form_12416 #li_9 {
  float: left !important;
  width: 48% !important;
  margin-right: 4% !important;
  clear: left !important;
}

#form_12416 #li_10 {
  float: left !important;
  width: 48% !important;
  margin-right: 0 !important;
}

/* ---------- 5) File upload: full width + nicer drop-zone look ---------- */
#form_12416 #li_12 {
  clear: both !important;
  width: 100% !important;
  margin-top: 6px !important;
}

/* Hide the label text; we’ll rely on the button text */
#form_12416 #li_12 .description {
  display: none !important;
}

#form_12416 .uploadifive-button {
  width: 100% !important;
  height: 34px !important;
  line-height: 34px !important;
  background: rgba(255,255,255,0.15) !important;
  border: 1px dashed rgba(255,255,255,0.35) !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  text-align: center !important;
  color: rgba(255,255,255,0.95) !important;
}

#form_12416 .file_queue {
  font-size: 11px !important;
  max-height: 44px !important;
  overflow-y: auto !important;
  margin-top: 4px !important;
  color: rgba(255,255,255,0.90) !important;
}

/* ---------- 6) reCAPTCHA: scale down to fit hero ---------- */
#form_12416 #li_captcha {
  clear: both !important;
  width: 100% !important;
  overflow: hidden !important;
  margin: 6px 0 0 !important;
}

#form_12416 .g-recaptcha {
  transform: scale(0.78);
  transform-origin: left top;
}

/* ---------- 7) Submit button: match Bootstrap-ish CTA ---------- */
#form_12416 #li_buttons {
  clear: both !important;
  width: 100% !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

/* Machform uses #submit_form with class .button_text */
#form_12416 #submit_form {
  width: 100% !important;
  height: 40px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  background: rgba(91,192,222,0.95) !important; /* Bootstrap info-ish */
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px !important;
  cursor: pointer !important;
}

#form_12416 #submit_form:hover {
  background: rgba(91,192,222,1) !important;
}

#form_12416 #submit_form:active {
  transform: translateY(1px);
}

/* ---------- 8) Clear floats ---------- */
#form_12416 ul:after,
#form_12416 li:after {
  content: "";
  display: table;
  clear: both;
}

/* ---------- 9) Mobile: stack everything ---------- */
@media (max-width: 480px) {
  #form_12416 #li_1 .simple_name_1,
  #form_12416 #li_1 .simple_name_2,
  #form_12416 #li_15,
  #form_12416 #li_3,
  #form_12416 #li_5,
  #form_12416 #li_6,
  #form_12416 #li_9,
  #form_12416 #li_10 {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    clear: both !important;
  }

  #form_12416 .g-recaptcha {
    transform: scale(0.70);
  }
}

#form_12416 .pp-upload-label{
  display:inline-block;
  width:100%;
  pointer-events:none;
}