/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./js/insecure/pbt/pages/enquiry/enquiry.css ***!
  \*********************************************************************************************************************/
#address-map-wrapper {
	height: 600px;
	position: relative;
	border: 1px solid #e0e0e0;
}

.address-list-item {
	color: white;
	text-align: center;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.primary-address-text {
	font-size: 30px;
}

.primary-address-right-text {
	opacity: 0.6;
}

.delete-address-button {
	background-image: url("/images/icons/delete-white.svg");
	background-color: transparent;
	height: 26px;
	width: 26px;
	border: none;
}

.typeahead-loading-spinner {
	top: 15px !important;
	right: 25px !important;
}

/* --- EXTERNAL SPATIAL LAYER TABLE ----- */
.enquiry-map-tools {
	height: 600px;
	display: flex;
	flex-direction: column;
}

.enquiry-map-tools > p {
	padding: 30px 0;
}

.enquiry-map-tools-item {
	height: 100%;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	color: white;
}

.enquiry-map-tools-item:hover {
	cursor: pointer;
}

.enquiry-map-tools-item i {
	font-size: 110px;
	padding-bottom: 10px;
}

.enquiry-map-tools-item.toolbox {
	background-color: #2b5567;
	font-size: 2rem;
}
.enquiry-map-tools-item.toolbox:hover {
	background-color: #264755;
}

.enquiry-map-tools-item.city {
	background-color: #157e79;
	margin-right: 7px; /* half of a col's 15px */
}
.enquiry-map-tools-item.tools {
	background-color: #707000;
	margin-left: 7px; /* half of a col's 15px */
}

.spatial-layer-management-table-external {
	max-height: 500px;
	overflow-y: scroll;
}

.spatial-layer-management-table-external-row {
	display: flex;
	width: 100%;
	vertical-align: middle;
}

.spatial-layer-management-table-external-col {
	flex: 0;
	padding: 15px;
	margin: auto 0px;
	color: #3b5b62;
}

.spatial-layer-management-table-external .external-layer-table-image {
	height: 50px;
	width: 50px;
	background-color: #882f0e;
}

.spatial-layer-management-table-external div.spatial-layer-management-table-external-row + div.spatial-layer-management-table-external-row {
	border-top: solid 1px #bdbec1;
}

.spatial-layer-management-table-external .external-layer-table-content {
	flex-grow: 1;
}

.spatial-layer-management-table-external .external-layer-table-content > span:first-child {
	font-weight: bold;
	font-size: 20px;
}

.create-project-buttons .btn {
	margin: 0 0 15px 0;
}

.category {
	border: 1px solid #3b5b62;
	border-radius: 5px;
	color: #3b5b62;
	text-align: center;
	height: 120px;
	padding: 10px;
	margin: 5px 0px;
	cursor: pointer;
	position: relative;
}

.category:hover {
	background: #3b5b62;
	color: white;
}

.category-heading {
	font-weight: 800;
}

.panel-group .panel + .panel {
	margin-top: 0px;
}

.panel-default {
	border: none;
	margin-top: 0px;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	padding: 0px;
	border-radius: 0px;
}

.panel-heading a[aria-expanded="true"] {
	background-image: url("/icons/accordion-up.svg");
	background-position: top 23px right 15px;
	border-bottom: none;
}

.panel-heading a[aria-expanded="false"] {
	background-image: url("/icons/accordion-down.svg");
}

.panel-heading a {
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	line-height: 150%;
	font-weight: 400;
	color: #000000;
	width: 100%;
	background-image: url("/icons/accordion-down.svg");
	background-repeat: no-repeat !important;
	background-position: top 23px right 15px;
	padding: 15px 35px 15px 10px;
}

.panel-body {
	padding: 15px;
}

.panel-body a {
	display: inline-block;
	font-weight: normal;
}

.navigation-button {
	background: #e0e0e0;
	color: #203e4c !important;
	border-radius: 8px;
	font-size: 15px;
	line-height: 140%;
	display: flex;
	align-items: center;
	padding: 10px 20px !important;
	background-position: right 10px top 10px;
	margin: 0 5px;
	filter: grayscale(0%);
}

.navigation-button.centered {
	text-align: center;
	display: inline-block;
}

.navigation-button.blue {
	background: #203e4c;
	color: #ffffff !important;
	opacity: 1 !important;
}

.navigation-button-right.blue:after {
	content: url("/icons/right-arrow-white.svg");
	margin-left: 10px;
	align-items: center;
	height: 18px;
}

.navigation-button.round {
	padding: 10px 5px !important;
}

.navigation-button.round:after,
.navigation-button.round:hover:after {
	margin-left: 6px;
	margin-right: 5px;
	height: 20px;
}

.navigation-button:hover {
	background: #203e4c;
	color: #ffffff !important;
	opacity: 1 !important;
}

.navigation-button-right:after {
	content: url("/icons/right-arrow-black.svg");
	margin-left: 10px;
	align-items: center;
	height: 18px;
}

.navigation-button-right:hover:after {
	content: url("/icons/right-arrow-white.svg");
	margin-left: 10px;
	align-items: center;
	height: 18px;
}

.navigation-button-left:after {
	content: url("/icons/left-arrow-blue.svg");
	margin-left: 10px;
	align-items: center;
	height: 18px;
}

.navigation-button-left:hover:after {
	content: url("/icons/left-arrow-white.svg");
	margin-left: 10px;
	align-items: center;
	height: 18px;
}

.navigation-button-service:before {
	content: url("/icons/left-arrow-blue.svg");
	margin-right: 10px;
	align-items: center;
	height: 18px;
}

.navigation-button-service:hover:before {
	content: url("/icons/left-arrow-white.svg");
	margin-right: 10px;
	align-items: center;
	height: 18px;
}

.button {
	border-radius: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	align-items: center;
	text-align: center;
	cursor: pointer !important;
}

.prohibited {
	color: #cc0000;
}

@media (max-width: 767px) {
	.input-icon input {
		font-size: 16px;
	}

	.primary-address-text {
		font-size: 24px;
	}

	.input-icon::after,
	.input-icon::before {
		background-size: 20px;
		width: 20px;
		height: 20px;
		margin: 15px 15px;
	}
}

.property-information-container .toastui-editor-contents {
	font-size: 15px;
}

/* -------------- */
/* underrides from generalenquiry.css, which overrides the theme on all the other external pages  */
.button.primary {
	background: #3b5b62;
	color: white;
}

p {
	font-size: 14px;
}

.panel-body {
	background: white;
	border-bottom: none;
}

.panel-group .panel-heading {
	border-bottom: none !important;
}

.popover {
	color: unset;
	background: white;
}

.popover a {
	font-size: unset;
}

.popover.bottom > .arrow {
	left: 50% !important;
}

.popover.bottom > .arrow:after {
	border-bottom-color: white;
}

.typeahead.dropdown-menu li {
	margin-bottom: unset;
}

.typeahead.dropdown-menu li a {
	text-decoration: none;
}
/* -------------- */

