@import url("custom.css");

.fixed-top {
	max-width: none;
}

.map-body {
	display: block;
}

.map-main {
	margin-top: 0px;
}

.map-jumbotron {
	background-color: #ffffff;
}

.map {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
}

.map .banners {
	position: absolute;
	width: 100%;
	z-index: 999;
}

.map .inside span {
	font-size: 14px;
	color: #ffa500;
}

.map .modules {
	position: absolute;
	width: 100%;
	max-width: 300px;
	z-index: 999;
}

.map .suggest {
	width: 100%;
	max-width: 250px;
	padding: 2px;
	font-size: 14px;
}

.map .filter {
	background-color: #307093;
}

.subFilter-space{
	background-color: rgb(0,128,192);
}

.cursor-point{
	cursor: pointer;
}

.map .filter-space {
	background-color: #457f9e;
}

.map .filter span {
	font-size: 14px;
	color: #ffffff;
}

.map .filter .datepicker span {
	color: #212529;
}

.map .filter i {
	font-size: 16px;
	color: #ffffff;
}

.map .result-title {
	background-color: #4379bc;
}

.map .result-title span {
	font-size: 14px;
	color: #ffffff;
}

.map .result-content {
	max-height: 400px;
	background-color: #ffffff;
}

.map .result-content span {
	font-size: 12px;
	color: #212529;
}

.map .result-content a {
	text-decoration: none;
}

.map .result2-content {
	max-height: 400px;
	background-color: #ffffff;
}

.map .result2-content span {
	font-size: 12px;
	color: #212529;
}

.map .result2-content a {
	text-decoration: none;
}

.map .detail-title {
	background-color: #4379bc;
}

.map .detail-title span {
	font-size: 14px;
	color: #ffffff;
}

.map .detail-title i {
	font-size: 16px;
	color: #ffffff;
}

.map .detail-title a {
	text-decoration: none;
}

.map .detail-content {
	max-height: 400px;
	background-color: #ffffff;
}

.map .detail-content-space {
	border-bottom: 2px dashed #ced4da;
}

.map .detail-content span {
	font-size: 14px;
	color: #212529;
}

.map .detail-content span.large {
	font-size: 16px;
}

.map .detail-content i {
	font-size: 16px;
	color: #ffffff;
}

.map .detail-content a {
	text-decoration: none;
}

.map .detail-expand {
	background-color: #4379bc;
}

.map .detail-expand span {
	font-size: 14px;
	color: #ffffff;
}

.map .detail-expand i {
	font-size: 16px;
	color: #ffffff;
}

.map .detail-expand a {
	text-decoration: none;
}

.map .tools {
	position: absolute;
	bottom: 60px;
	right: 25px;
	z-index: 999;
}

.map .tools i {
	font-size: 16px;
}

.map .tools button {
	font-size: 16px;
}

.map .others1 {
	position: absolute;
	bottom: 20px;
	right: 25px;
	z-index: 999;
}

.map .others2 {
	position: absolute;
	width: 100%;
	bottom: 0px;
	right: 0px;
	z-index: 999;
}

.map .turnon {
	z-index: 999;
}

.map .turnon span {
	font-size: 12px;
	color: #ffffff;
	z-index: 999;
}

.map .turnon span i {
	font-size: 18px;
}

.map button {
	width: 34px;
	height: 34px;
	padding: 0px;
	border: 1px solid #ced4da;
}

.map button.large {
	width: 36px;
	height: 36px;
}

.map i.icon {
	padding: 0px;
}

.map i.icon:before {
	font-size: 18px;
	font-weight: 900;
}

.map .datepicker-inline {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #ffffff;
}

.map .datepicker table {
	width: 250px;
}

.map .ol-scale-line {
	position: static;
}

.map .underline {
	text-decoration: underline;
}

.map-body .arrow {
	display: none;
}

.map-body .tooltip-inner {
	font-size: 14px;
	color: #212529;
	background-color: #f8f9fa;
}

.banners-mobile {
	top: 0px!important;
	left: 0px!important;
}

.modules-mobile {
	top: 29px!important;
	left: 20px!important;
}

@media only screen and (min-width: 1200px) {
	.banners {
		top: 128px;
		left: 0px;
	}
	.modules {
		top: 157px;
		left: 20px;
	}
	.map-lg {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.banners {
		top: 120px;
		left: 0px;
	}
	.modules {
		top: 149px;
		left: 20px;
	}
	.map-lg {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.banners {
		top: 120px;
		left: 0px;
	}
	.modules {
		top: 149px;
		left: 20px;
	}
	.map-lg {
		display: none;
	}
}

@media only screen and (min-width: 500px) and (max-width: 575px) {
	.banners {
		top: 76px;
		left: 0px;
	}
	.modules {
		top: 105px;
		left: 20px;
	}
	.map-lg {
		display: none;
	}
}

@media only screen and (min-width: 331px) and (max-width: 499px) {
	.banners {
		top: 62px;
		left: 0px;
	}
	.modules {
		top: 91px;
		left: 20px;
	}
	.map-lg {
		display: none;
	}
}

@media only screen and (max-width: 330px) {
	.banners, .modules, .tools, .others1, .others2 {
		top: -999px;
		left: -999px;
	}
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(24, 121, 185, 1)!important;
}

#note li {
	margin: 0.5rem 0;
}
