/** 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: #f7f7f7;
background-image: none;
}

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

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

#main_body form .guidelines small
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 140%;
color: #6c757d;
}

#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: #ffffff;
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 160%;
color: #6c757d;
}

#machform_review_table td.mf_review_value
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 160%;
color: #333333;
}

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Montserrat','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 600;
font-style: normal;
font-size: 320%;
color: #d9002f;
}

#main_body .form_description p,#main_body form ul.payment_list_items li
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 180%;
color: #333333;
}

#main_body form li span.ap_tp_text
{
color: #333333;
}

#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: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 180%;
color: #333333;
}

#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: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
color: #333333;
}

#main_body form .section_break h3,#main_body form .media h3,#machform_review_table td .mf_section_title
{
font-family: 'Montserrat','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 600;
font-style: normal;
font-size: 240%;
color: #d9002f;
}

#main_body form .section_break p,#main_body form .media p,#machform_review_table td .mf_section_content
{
font-family: 'Open Sans','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 180%;
color: #333333;
}

#main_body form li.section_break
{
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCCCCC;
}



/** Advanced CSS **/

/*Overall*/
#form_container,
#form_container .appnitro {
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    padding: 0 15px;
    width: auto;
}

@media only screen and (max-width: 480px) {

    form.appnitro,
    .embed form.appnitro {
        margin: 0;
    }
}

/*Form container*/
.appnitro li {
    width: auto;
}

@media only screen and (max-width: 480px) {

    #main_body input.large,
    #main_body input.medium,
    #main_body input.small,
    #main_body input.button {
        width: 98%;
    }
}

#main_body form li {
    padding: 0;
}

#main_body form li:not(.media_video) div {
    margin: 0;
}

/*Labels*/
#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: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
}

/*Heighlight fields*/

/*Input*/
#main_body input.text,
#main_body input.file,
#main_body textarea.textarea,
#main_body select.select,
#main_body input.checkbox,
#main_body input.radio {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}

#main_body input.text,
#main_body textarea.textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
}

#main_body input.text:focus,
#main_body textarea.textarea:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* --- Navigation buttons --- */
#main_body input.button_text,
#main_body input.button_text:hover,
#main_body input.button_text:focus {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 5px 20px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #d90030;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    white-space: normal;
}

#main_body input.button_text:hover,
#main_body input.button_text:focus {
    background: #a60025;
}

#main_body input.button_text:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

#main_body input.btn_secondary {
    background: rgba(255, 255, 255, 1.00);
    color: #a60025;
}

/* --- Guidelines ---*/
.no_guidelines form li {
    width: auto;
}

#main_body form .guidelines {
    position: relative;
    background: transparent;
    border: none;
    margin: 0 !important;
    padding: 0;
    left: auto;
    font-size: 18px;
    line-height: 1.5;
    visibility: visible;
}

#main_body form .guidelines small {
    font-size: 80%;
}

@media only screen and (max-width: 480px) {
    #main_body form li .guidelines {
        font-size: 18px;
    }
}

/* --- Errors --- */

#main_body form #error_message {
    margin: 1rem 0;
    border: 1px solid #d90030;
    border-radius: 8px;
    font-size: 80%;
    width: 98%;
    display: none
}

#error_message_title {
    color: #d90030;
}

#error_message_desc strong {
    color: #d90030;
    background-color: transparent;
    padding: 2px 4px;
    border-radius: 2px;
}

#main_body form li.error {
    border: none;
    border-radius: 8px;
    background-color: transparent !important;
}

#main_body form li.error label,
#main_body form li.error span.description {
    color: #d90030;
}

#main_body .error input.text,
#main_body .error textarea.textarea {
    border-color: #d90030;
}

#main_body .error input.text:focus,
#main_body .error textarea.textarea:focus {
    border-color: #d90030;
    box-shadow: 0 0 0 0.2rem rgba(217, 0, 48, 0.25);
}

#main_body form p.error {
    font-weight: 400;
}

/* --- pagination --- */
#main_body form li.li_pagination,
#main_body .form_description {
    border-bottom: 1px solid #f5f5f5;
}

#main_body form li.li_pagination + .section_break {
    border-top: none;
    margin-top: 0;
}

.ap_tp_num {
    background-color: #f5f5f5
}

.ap_tp_num_active {
    background-color: #d90030
}

/* --- datepicker --- */
.datepick-month td .datepick-selected {
    background-color: #d90030;
    color: #fff
}

/* --- verzonden forms --- */
#main_body .form_success h2,
#main_body .password h2 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin: 20px;
    padding: 20px 0;
}

#main_body .form_success h2 a,
#main_body .password h2 a {
    color: #d90030;
    text-decoration: underline;
}

/* --- labels --- */
#main_body form li label.description,
#main_body form li span.description {
    font-weight: 600;
}

/* --- matrix --- */
#main_body .matrix caption {
    font-weight: bold;
}

#main_body .matrix td.first_col {
    font-weight: bold;
}

#main_body .matrix th {
    font-weight: bold;
    border-bottom: 1px solid #d90030;
}

#main_body .matrix tr:hover td {
    background-color: #f5f5f5
}

/* --- form review --- */
#machform_review_table tr.alt {
    background-color: #f5f5f5
}

#machform_review_table tbody tr:hover {
    background-color: #efefef
}

#machform_review_table td.mf_review_section_break {
    border-bottom: 1px solid #d90030;
}