/* Results callback styles */
#finder-footer-callback {
	text-align: center;
	padding: 5px 0;
}

#finder-footer-callback div {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #212b31;
	padding: 2px 0;
	font-weight: 500;
}

#finder-footer-callback div {
	font-size: 16px;
	line-height: 20px;
	color: #F6B333;
}

/* this is the hidden row on the PDP */
#finder-callback-button {
	display:none;
}

a.finder-callback {
	margin:30px 0 0 0 !important;
}
a.finder-callback span {
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}
@media(max-width:991.98px){
	a.finder-callback span {
		margin-left:0;
	}
}

.callback-modal .modal-body {
	padding-top: 0;
}

.custom-tapi-modal .modal-footer{
	border-top: none;
	padding-bottom: 40px;
}

.callback-modal img {
	width: 100%;
}

.callback-modal .modal-intro {
	padding: 0px 30px;
}

.callback-modal .submit-button {
	display: block;
	width: 100%;
	text-align: center;
	color: #212B31 !important;
}

@media(max-width:991.98px){
	.callback-modal .modal-intro {
		padding: 0px 15px;
	}
}

/* form layout tweaks */
.tapi-form-v2 .form-section-content{
	margin-bottom: 0;
	padding: 0 30px;
}
.tapi-form-v2 .form-group .form-label-sm {
    font-size: 12px;
    line-height: 16px;
	color: #425363;
}

/*address*/
.tapi-form-v2 #details_enter_manually_fields{
	display: none;
}

.tapi-form-v2 #details_postcode_lookup {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff !important;
}
.tapi-form-v2 #details_postcode_lookup_failed {
	font-size:14px;
	margin-bottom:0;
	color:#e50944;
	display:none;
}

.tapi-form-v2 #check_measure_details_errors{
	margin-bottom: 10px;
}

.tapi-form-v2 #details_enter_manually_link{
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	display: inline-block;
}

.request-callback-form .tapi-form-v2 .details-postcode-wrp {
    display: flex;
}
.tapi-form-v2 #details_postcode {
	width:150px;
    border-right: 0;
    width: auto;
    flex-grow: 1;
}
.tapi-form-v2 #details_postcode_lookup {
	width: auto;
	/* height: 40px; */
	padding: 0 15px;
	/* position: absolute; */
	/* top: 0; */
	/* left: 150px; */
}


.button.dark-blue {
	background-color: #1B365D;
}

button.auto-hover:hover, a.auto-hover:hover {
  filter: brightness(95%);
}

.callback-modal label {
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
	color: #425363;
}

.callback-modal span.form-label-sm {
	color: #425363;
}

.callback-modal h4 {
	color: #425363;
	margin-top: 30px;
}

.callback-modal p {
	font-size: 14px;
	line-height: 18px;
	color: #212b31;
}

.callback-modal .modal-footer button {
	width: 100%;
}

.callback-modal .checkbox{
	padding-top: 0;
}
.callback-modal .checkbox label{
	margin-bottom: 20px;
}

.callback-modal .error-message {
	font-size: 12px;
	line-height: 16px;
	color: red;
}

#requestACallBackSuccessModal .modal-intro{
	padding-bottom: 30px;
}
