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

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

#form_container
{
background-color: #ffffff;
border-width: 0px;
box-shadow: none;
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: #ffffff;
}

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

#main_body form .guidelines small
{
font-family: 'Lato','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
color: #4b454c;
}

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

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

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

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

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

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

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

#main_body form .section_break h3,#main_body form .media h3,#machform_review_table td .mf_section_title
{
font-family: 'Lato','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 160%;
color: #4b454c;
}

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

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



/** Advanced CSS **/

@font-face {
    font-family: 'Bebas Neue';
    src: url('https://lcc.lt/fonts/BebasNeueBold.woff2') format('woff2'),
        url('https://lcc.lt/fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h2 {
text-transform: uppercase;
color: #4b454c;
font-family: Bebas Neue, sans-serif !important;
font-size: 48px !important;
font-weight: bold;
}

h3 {
text-transform: uppercase;
color: #4b454c;
font-family: Bebas Neue, sans-serif !important;
font-size: 26px !important;
font-weight: bold;
}

#main_body .buttons input {
  margin-top: 10px;
  height: 3rem;
  width: 40%;
  border: 2px solid #00d8ff !important;
  color: #00d8ff !important;
  font-family: Lato,sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  background: transparent !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main_body .buttons input:hover {
  color: white !important;
  background: #00d8ff !important;
}

.mf_progress_value {
background-color: #00d8ff !important; 
}


.bt-hosted-field-text{
	border: 4px solid #EFEFEF;
	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;
	color:#666666;
	font-size:100%;
	margin:0;
	height: 30px;
	padding: 0 0 0 6px !important;
}
.bt-hosted-field-select
{
	border: 4px solid #EFEFEF;
	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;
	color:#666666;
	height: 30px;
	font-size:100%;
	margin:1px 0;
	padding: 0 0 0 6px !important;
}
#main_body .credit_card_braintree input.text{
	box-sizing: border-box;
}
.credit_card_braintree #cc_expiry_label{
	display: inline-block;
	height: 30px;
	vertical-align: text-bottom;
}
.credit_card_braintree #cc_expiry_month,.credit_card_braintree #cc_expiry_year{
	display: inline-block;
}
.credit_card_braintree #cc_expiry_year{
	width: 103px;
	margin-right: 5px !important;
}
#main_body form li.credit_card.credit_card_braintree div span#li_cc_span_3 {
	width: 78%;