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

#main_body h1 a
{
background-image: url('https://form.abcfilmfactory.com/data/themes/images/img_31f8a286c401284a4b90d6a063c5a5a9-470x75.png');
height: 100px;
}

html
{
background-image: url('https://form.abcfilmfactory.com/images/form_resources/black_linen_v2.jpg');
background-repeat: repeat;
}

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

#form_container
{
background-color: #ffffff;
border-width: 1px;
border-style: solid;
border-color: #14a48c;
}

#main_body form li.highlighted,#main_body .matrix tbody tr:hover td,#machform_review_table tr.alt
{
background-color: #d5faf4;
}

#main_body form .guidelines
{
background-color: #c7cfce;
border-width: 1px;
border-style: solid;
border-color: #14a48c;
}

#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: #444444;
}

#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: #14a48c;
}

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 160%;
color: #14a48c;
}

#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: #14a48c;
}

#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: #14a48c;
}

#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: 160%;
color: #14a48c;
}

#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: #14a48c;
}



/** Advanced CSS **/

#main_body h1 {
    margin: 0;                     /* remove default H1 margins */
    padding: 0;                    /* reset padding so no extra gap */
    text-align: center;            /* center child inline elements (safe) */
}

#main_body h1 a {
    display: block;
    width: 470px;                  /* logo width */
    height: 100px;                 /* logo height */
    margin: 0 auto;                /* only horizontal centering */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;          /* hide text */
}

.ap_tp_num_active {
    background-color: #14A48D !important;
}

#main_body input.button_text {
    overflow: visible;
    width: auto;
    outline: none;
    padding: 6px 14px;
    font: 300 1em 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    color: #fff; /* white text for contrast */
    text-shadow: none; /* remove old shadow */
    
    background: #14A48D;
    background: -webkit-linear-gradient(top, #14A48D, #0f7e6a);
    background: -moz-linear-gradient(top, #14A48D, #0f7e6a);
    background: linear-gradient(to bottom, #14A48D, #0f7e6a);
    
    border-width: 1px;
    border-style: solid;
    border-color: #0f7e6a;
    border-radius: 6px;

    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Hover effect (same color, just slightly darker) */
#main_body input.button_text:hover {
    overflow: visible;
    width: auto;
    outline: none;
    padding: 6px 14px;
    font: 300 1em 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    color: #fff; /* white text for contrast */
    text-shadow: none; /* remove old shadow */
    
    background: #14A48D;
    background: -webkit-linear-gradient(top, #14A48D, #0f7e6a);
    background: -moz-linear-gradient(top, #14A48D, #0f7e6a);
    background: linear-gradient(to bottom, #14A48D, #0f7e6a);
    
    border-width: 1px;
    border-style: solid;
    border-color: #0f7e6a;
    border-radius: 6px;

    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background 0.3s ease;
}

.uploadifive-button {
    background-color: #14A48D;   /* solid brand color */
    background-image: none;      /* remove gradient */
    
    border-radius: 5px;
    border: 2px solid #0f7e6a;   /* darker shade for border */
    
    color: #FFF !important;      /* white text */
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: none;           /* cleaner look */
    
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

/* Hover effect */
.uploadifive-button:hover {
    background-color: #12907C;   /* slightly darker green */
}

#main_body input.text {
    border: 1px solid #14A48D;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 6px 0 6px 6px;
    color: #666666;
    font-size: 100%;
    margin: 0;
}

#main_body select.select {
    border: 1px solid #14A48D;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 6px 0 6px 6px;
    color: #666666;
    font-size: 100%;
    margin: 1px 0;
}

#main_body textarea.textarea {
    border: 1px solid #14A48D;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 6px 0 6px 6px;
    color: #666666;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    margin: 0;
    width: 98%;
}