/*do magic*/

#coverage-map {
	height: 350px;
}

.coverage_map-wrapper {
	height: 350px;
	border-radius: 35px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.coverage_map-locked {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 666;
}

.coverage-map {
	display: block;
}

.coverage_map-sidebar {
	background-color: rgba(255,255,255,0.9);
	border-radius: 35px;
	padding: 40px;
	width: 350px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 777;
	height: 100%;
}

.coverage_map-sidebar h3 {
	margin-top: 0;
	color: #000;
	line-height: 1;
}

.coverage_map-search {
	position: relative;
}

#coverage_map-address, 
#coverage_map-autocomplete {
	border: 2px solid #000;
	border-radius: 0;
	background-color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 34px;
	padding: 5px 35px 5px 10px;
}

#unitSelection {
	margin-top: 15px;
	border: 2px solid #000;
	border-radius: 0;
	background-color: #fff;
	display: block;
	width: 100%;
}

.coverage_map-search button {
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 0;
	border: 0;
	padding: 0;
	font-size: 20px;
	background-color: #fff;
	height: 30px;
	padding: 0 7px;
}

.fibre-application-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999999;
	display: none;
}

.fibre_application_lightbox-overlay {
	position: ;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fibre_application_lightbox-container {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 35px;
	padding: 30px 50px 50px;
	width: 90%;
	max-width: 650px;
	min-width: 350px;
	max-height: 90%;
	overflow-y: scroll;
}

.fibre_application_lightbox-content {
	height: 100%;
	overflow-y: scroll;
}

.fibre_application_lightbox-content h2 {
	color: #000;
	margin: 0 !important;
	font-size: 28px;
	font-weight: 600;
}

.fibre_application_lightbox-content p {
	line-height: 1.2em;
	font-size: 16px;
}

.fibre_application_lightbox-content .gform_wrapper {
	margin-top: 20px;
}

.fibre_application_lightbox-content .gform_wrapper form .gform_body .gform_fields .gfield_label {
	display: none;
}

.fibre_application_lightbox-content .gform_wrapper form .gform_body .gform_fields .large {
	height: 40px;
	padding: 0px 10px 0 !important;
	font-size: 14px !important;
}

.coverage_map_availability-block {
	display: none;
	margin-top: 20px;
}

.coverage_map_availability-block h3 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 5px;
}

.coverage_map_availability-block > h3 {
	display: none;
}

.coverage_map_availability-block h3 i {
	font-size: 26px;
	vertical-align: -3px;
	margin-right: 4px;
	color: #000;
}

.coverage_map_availability-block > p {
	font-style: italic;
	font-size: 14px;
	padding-left: 24px;
	margin-top: 0;
}

.coverage_map_availability-green h3, 
.coverage_map_availability-green > p {
	color: #5ceb1d;
}

.coverage_map_availability-yellow h3, 
.coverage_map_availability-yellow > p {
	color: #daa623;
}

.coverage_map_availability-red h3, 
.coverage_map_availability-red > p {
	color: #973333;
}

.coverage_map_availability-none h3, 
.coverage_map_availability-none > p {
	color: #000;
}

.button.fibre_lightbox-button, 
.button.lfp-check-coverage-button {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-size: 16px;
	padding: 10px 10px;
	display: block;
	cursor: pointer;
	margin-top: 2px;
}

.button.fibre_lightbox-button:hover,
.button.lfp-check-coverage-button:hover {
	background-color: #fff;
	color: #000;
}

.fibre_application_lightbox-close {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #000;
	font-size: 20px;
}

.coverage_map-instructions p {
	font-size: 14px;
	font-style: italic;
	color: #999;
	line-height: 1.2;
}

/*autocomplete style*/

.autocomplete-suggestions {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.2);
	overflow-y: scroll;
}

.autocomplete-suggestion {
	background-color: #ffffff;
	color: #000;
	transition: all 0.1s ease-out 0s;
	padding: 5px 10px;
	line-height: 1.2em;
	font-size: 13px;
	cursor: pointer;
}

.autocomplete-suggestion:hover {
	background-color: #666;
	color: #fff;
}

.button.fibre_lightbox-button {
	display: none;
}

.no-listing {
	position: absolute;
	bottom: 40px;
	left: 40px;
	cursor: pointer;
}

.no-listing p {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	line-height: 1.1;
	transition: all 0.1s ease 0s;
}

.no-listing p:hover {
	color: #108735;
}

.no-listing span {
	border-bottom: 1px solid;
}

.no-listing .button.lfp-check-coverage-button {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.coverage_map-sidebar {
		position: initial;
	}
}

