

.service-form .success {
	text-align: center;
	margin-top:320px;
}

.service-form h2 {
	color: #789b35;
}

.service-form strong {
	border: 1px dashed black;
	padding: 3px;
}

.service-form .sf-form {
	margin: 24px 0;
}

.service-form .sf-form .form-control {
	font-size: 15px;
}

.service-form .sf-field {
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.service-form .sf-header {
	font-weight: bold;
	margin-top: 40px;
}

.service-form .sf-form textarea {
	height: 338px;
	padding: 5px 10px;
	resize: vertical;
}


.service-form select.form-control {
	color: black;
}

.service-form select.form-control:invalid {
	color: grey;
}

.service-form select.form-control option:not([disabled]) {
	color: black;
}

.service-form input[type='checkbox'] {
	width: 15px; height: 15px;
	display: inline-block;
	position: relative; 
	top: 0px;
	vertical-align: top;
}

.service-form input[type='checkbox']:checked {
	background: #888;
}

.service-form label {
	color: black;
}

.service-form .validation-advice {
	display:none;
}

.sf-modal {
	background: #fff;
	text-align: center;
	padding: 40px;
	border: 1px solid #888;
	position: relative;
	width: 600px;
	top: -50%;
	left: -50%;
}
.sf-modal-header {
	font-size: 24px;
	margin-bottom: 20px;
	color: #779b34;
	font-weight: bold;
}
.sf-modal-message {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.sf-modal-button  button {
	font-size: 18px;
	border: 0;
	color: #fff;
	background: #789b35;
	text-align: center;
	padding: 10px 50px;
	font-weight: bold;
	font-size: 20px;
}
.simplemodal-overlay {
	background: #888;

}
.service-form input[type='file'] {
	display: block;
	position: relative;
	top: -1px; left: -1px;
	width: 1px; 
	height: 0px; 
	opacity: 0;
}
.service-form button {
	height: 38px;
	width: 100%;
	border: 1px solid #888;
	background: #ddd;
}
.service-form #submit-button {
	border: 0;
	color: white;
	background: #779b34;
}
.service-form #submit-button.loading {
    color: transparent!important;
    background: url("../../images/checkout-landingpage/ajax-loader-input.gif") 50% 50% no-repeat;
}
.textarea-char-marker {
	position: relative;
	top: -26px;
	left: 413px;
	margin-bottom: -20px;
	display: block;
	width: 118px;
}