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

#main_body h1 a
{
background-image: url('https://form.ovs.host/data/themes/images/img_75108160d7b46371e99872514b920973-logoOVSv2_02_350.png');
height: 48px;
}

html
{
background-color: #1f1a25;
background-image: none;
}

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

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

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

#main_body form .guidelines
{
background-color: #fcf8ee;
border-width: 1px;
border-style: dotted;
border-color: #ececec;
}

#main_body form .guidelines small
{
font-family: 'Oxygen','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
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: #ffffff;
font-family: 'Oxygen','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
color: #757575;
}

#machform_review_table td.mf_review_value
{
font-family: 'Oxygen','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
color: #000000;
}

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

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

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

#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: 'Ubuntu','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 130%;
color: #000000;
}

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

#main_body form .section_break h3,#main_body form .media h3,#machform_review_table td .mf_section_title
{
font-family: 'Ubuntu','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 140%;
color: #000000;
}

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

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



/** Advanced CSS **/

/*  BACKGROUND: changes made 2023/02/24 */
html { 
  display: flex; 
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

/*Form Container*/
#form_container {
    box-shadow: 0 0 3px #eaeff4 !important;
    width: 90%;
    max-width: 1140px;
}

/*Form title - Icon required*/
#main_body form .required, #main_body .matrix span.required {
    color: #ff4954 !important;
}

/*Form box*/
#main_body h1 a {
    margin: 20px 20px 30px 20px;
}

#main_body input.text {
    border: 4px solid #eaeff4;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #eaeff4 inset;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: .375rem .75rem;
    color: #999 !important;
    font-size: 100%;
    margin: 0;
}

#main_body form .section_break h3, #machform_review_table td .mf_section_title {
  font-weight: 600 !important;
}

#main_body form .media h3 {
    font-weight: 500 !important;
}

#main_body label.description {
   font-weight: 500 !important;
}

#main_body form li label.description, #main_body form li span.description {
    font-weight: 600 !important;
}

#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",sans-serif;
    color: #000000;
}

#main_body select.select[class] {
    padding: 3px 0 3px 6px;
}

/*Label titulo espaço*/
#main_body form li label.description, {
    margin-top: .8rem;
}

/*Form Label*/
#main_body form li span label {
    margin-left: 8px;
}

/*Large box size*/
#main_body input.large {
    width: 91%;
}

/*BT Submit*/
#main_body input.button_text {
    overflow: visible;
    width: auto;
    outline: none;
    padding: 6px 9px;
    font: 600 15px/1em "Oxygen",sans-serif;
    color: #757575;
    text-shadow: 0 0px 0 #f0f0f0;
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dddddd));
    background: -moz-linear-gradient(top, #f8f9fa, #eaeaea);
    border-width: 1px;
    border-style: solid;
    border-color: #f8f9fa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #f8f8f8;
    -moz-box-shadow: 0 1px 0 #f8f8f8;
    box-shadow: 0 1px 0 #f8f8f8;
}

/*BT Submit - Hover*/
#main_body input.button_text:hover, #main_body input.button_text:focus {
    color: #333;
    text-shadow: 0 0px 0 #f0f0f0;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dddddd));
    background: -moz-linear-gradient(top, #eceff2, #eaeaea);
    border-color: #eceff2;
}

/*BT - Upload anexos*/
.uploadifive-button {
    font: bold 12px "Oxygen",sans-serif;
    margin-top: .5rem !important;
}

/*Mensagens Informativa*/
.appnitro {
    font-family: "Oxygen","Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

p {
    margin-top: 10px !important;
    line-height: 1.5;
}

.form_success {
    clear: both;
    margin: 0;
    padding: 0px !important;
    text-align: left;
}

.form_success p {
    font-size: 16px;
    font-weight: normal;
    padding: 0px 60px 0px 20px;
    line-height: 1.5;
}

.form_description {
    padding-left: 9px
}

.multiple_choice {
    margin-top: 10px !important;
}

li.multiple_choice > .description {
    margin-bottom: 6px !important;
}