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

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

html
{
background-image: url('https://clientforms.vibune.com/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 **/

#main_body input[type="text"],
#main_body input[type="email"],
#main_body input[type="password"],
#main_body input[type="tel"],
#main_body input[type="number"],
#main_body input[type="url"],
#main_body input[type="search"],
#main_body textarea,
#main_body select,
#main_body textarea.textarea
 {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
}

#main_body input[type="text"]:focus,
#main_body input[type="email"]:focus,
#main_body input[type="password"]:focus,
#main_body input[type="tel"]:focus,
#main_body input[type="number"]:focus,
#main_body input[type="url"]:focus,
#main_body input[type="search"]:focus,
#main_body textarea:focus,
#main_body select:focus {
    border-color: #007BFF; /* or your theme primary color */
    box-shadow: 0 0 0 2px rgba(0,123,255,0.15);
}









/* Remove default borders and reset styles */
body, .machform_wrapper {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #333;
    padding: 0;
    margin: 0;
}

/* Remove 4px border on outer form */
.machform_wrapper {
    border: none !important;
    padding: 20px !important;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-radius: 8px;
}

/* Input fields */
.mf_text, .mf_textarea, .mf_dropdown, .mf_number {
    width: 100% !important;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

/* Labels */
.label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* Section headers */
.section_heading {
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0 12px;
}

/* Submit button */
input.primary_button, .mf_submit {
    background: #007BFF;
    border: none;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
input.primary_button:hover, .mf_submit:hover {
    background: #0056b3;
}

/* Remove extra spacing and borders on other elements */
.machform_wrapper li {
    border: none !important;
    margin-bottom: 12px;
    padding: 0 !important;
    list-style: none;
}

/* Hide required asterisk if you want a cleaner look */
/* .required {
    display: none;
} */