.aqsc-pane,
.aqsc-tile,
.aqsc-marker-icon,
.aqsc-marker-shadow,
.aqsc-tile-container,
.aqsc-pane>svg,
.aqsc-pane>canvas,
.aqsc-zoom-box,
.aqsc-image-layer,
.aqsc-layer {
	position: absolute;
	left: 0;
	top: 0
}

.aqsc-container {
	overflow: hidden
}

.aqsc-tile,
.aqsc-marker-icon,
.aqsc-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none
}

.aqsc-safari .aqsc-tile {
	image-rendering: -webkit-optimize-contrast
}

.aqsc-safari .aqsc-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0
}

.aqsc-marker-icon,
.aqsc-marker-shadow {
	display: block
}

.aqsc-container .aqsc-overlay-pane svg,
.aqsc-container .aqsc-marker-pane img,
.aqsc-container .aqsc-shadow-pane img,
.aqsc-container .aqsc-tile-pane img,
.aqsc-container img.aqsc-image-layer {
	max-width: none!important;
	max-height: none!important
}

.aqsc-container.aqsc-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y
}

.aqsc-container.aqsc-touch-drag {
	-ms-touch-action: pinch-zoom;
	touch-action: none;
	touch-action: pinch-zoom
}

.aqsc-container.aqsc-touch-drag.aqsc-touch-zoom {
	-ms-touch-action: none;
	touch-action: none
}

.aqsc-container {
	-webkit-tap-highlight-color: transparent
}

.aqsc-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, .4)
}

.aqsc-tile {
	filter: inherit;
	visibility: hidden
}

.aqsc-tile-loaded {
	visibility: inherit
}

.aqsc-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800
}

.aqsc-overlay-pane svg {
	-moz-user-select: none
}

.aqsc-pane {
	z-index: 400
}

.aqsc-tile-pane {
	z-index: 200
}

.aqsc-overlay-pane {
	z-index: 400
}

.aqsc-shadow-pane {
	z-index: 500
}

.aqsc-marker-pane {
	z-index: 600
}

.aqsc-tooltip-pane {
	z-index: 650
}

.aqsc-popup-pane {
	z-index: 700
}

.aqsc-map-pane canvas {
	z-index: 100
}

.aqsc-map-pane svg {
	z-index: 2000
}

.aqsc-vml-shape {
	width: 1px;
	height: 1px
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute
}

.aqsc-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted;
	pointer-events: auto
}

.aqsc-top,
.aqsc-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none
}

.aqsc-top {
	top: 0
}

.aqsc-right {
	right: 0
}

.aqsc-bottom {
	bottom: 0
}

.aqsc-left {
	left: 0
}

.aqsc-control {
	float: left;
	clear: both
}

.aqsc-right .aqsc-control {
	float: right
}

.aqsc-top .aqsc-control {
	margin-top: 10px
}

.aqsc-bottom .aqsc-control {
	margin-bottom: 10px
}

.aqsc-left .aqsc-control {
	margin-left: 10px
}

.aqsc-right .aqsc-control {
	margin-right: 10px
}

.aqsc-fade-anim .aqsc-tile {
	will-change: opacity
}

.aqsc-fade-anim .aqsc-popup {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.aqsc-fade-anim .aqsc-map-pane .aqsc-popup {
	opacity: 1
}

aqsc-zoom-animated {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0,;
}

#canvasLayer{
	pointer-events: none;
}

.aqsc-zoom-anim .aqsc-zoom-animated {
	will-change: transform
}

.aqsc-zoom-anim .aqsc-zoom-animated {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1);
	transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.aqsc-zoom-anim .aqsc-tile,
.aqsc-pan-anim .aqsc-tile {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.aqsc-zoom-anim .aqsc-zoom-hide {
	visibility: hidden
}

.aqsc-interactive {
	cursor: pointer
}

.aqsc-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab
}

.aqsc-crosshair,
.aqsc-crosshair .aqsc-interactive {
	cursor: crosshair
}

.aqsc-popup-pane,
.aqsc-control {
	cursor: auto
}

.aqsc-dragging .aqsc-grab,
.aqsc-dragging .aqsc-grab .aqsc-interactive,
.aqsc-dragging .aqsc-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing
}

.aqsc-marker-icon,
.aqsc-marker-shadow,
.aqsc-image-layer,
.aqsc-pane>svg path,
.aqsc-tile-container {}

.aqsc-marker-icon.aqsc-interactive,
.aqsc-image-layer.aqsc-interactive,
.aqsc-pane>svg path.aqsc-interactive {
	pointer-events: visiblePainted;
	pointer-events: auto
}

.aqsc-pane>svg text.aqsc-interactive {
	pointer-events: visiblePainted;
	pointer-events: auto
}

.aqsc-container {
	background: #ddd;
	outline: 0
}

.aqsc-container a {
	color: #0078A8
}

.aqsc-container a.aqsc-active {
	outline: 2px solid orange
}

.aqsc-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, .5)
}

.aqsc-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.aqsc-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
	border-radius: 4px
}

.aqsc-bar a,
.aqsc-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000
}

.aqsc-bar a,
.aqsc-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block
}

.aqsc-bar a:hover {
	background-color: #f4f4f4
}

.aqsc-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.aqsc-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0
}

.aqsc-bar a.aqsc-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb
}

.aqsc-touch .aqsc-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.aqsc-touch .aqsc-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.aqsc-touch .aqsc-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.aqsc-control-zoom-in,
.aqsc-control-zoom-out {
	font: 700 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px
}

.aqsc-touch .aqsc-control-zoom-in,
.aqsc-touch .aqsc-control-zoom-out {
	font-size: 22px
}

.aqsc-control-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
	background: #fff;
	border-radius: 5px
}

.aqsc-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px
}

.aqsc-retina .aqsc-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px
}

.aqsc-touch .aqsc-control-layers-toggle {
	width: 44px;
	height: 44px
}

.aqsc-control-layers .aqsc-control-layers-list,
.aqsc-control-layers-expanded .aqsc-control-layers-toggle {
	display: none
}

.aqsc-control-layers-expanded .aqsc-control-layers-list {
	display: block;
	position: relative
}

.aqsc-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff
}

.aqsc-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px
}

.aqsc-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px
}

.aqsc-control-layers label {
	display: block
}

.aqsc-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px
}

.aqsc-default-icon-path {
	background-image: url(images/marker-icon.png)
}

.aqsc-container .aqsc-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, .7);
	margin: 0
}

.aqsc-control-attribution,
.aqsc-control-scale-line {
	padding: 0 5px;
	color: #333
}

.aqsc-control-attribution a {
	text-decoration: none
}

.aqsc-control-attribution a:hover {
	text-decoration: underline
}

.aqsc-container .aqsc-control-attribution,
.aqsc-container .aqsc-control-scale {
	font-size: 11px
}

.aqsc-left .aqsc-control-scale {
	margin-left: 5px
}

.aqsc-bottom .aqsc-control-scale {
	margin-bottom: 5px
}

.aqsc-control-scale-line {
	border: 2px solid #777;
	border-top: 0;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	background: rgba(255, 255, 255, .5)
}

.aqsc-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: 0;
	margin-top: -2px
}

.aqsc-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777
}

.aqsc-touch .aqsc-control-attribution,
.aqsc-touch .aqsc-control-layers,
.aqsc-touch .aqsc-bar {
	box-shadow: none
}

.aqsc-touch .aqsc-control-layers,
.aqsc-touch .aqsc-bar {
	border: 2px solid rgba(0, 0, 0, .2);
	background-clip: padding-box
}

.aqsc-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px
}

.aqsc-popup-content-wrapper {
	padding: 1px;
	text-align: left
}

.aqsc-popup-content {
	margin: 13px 19px;
	line-height: 1.4
}

.aqsc-popup-content p {
	margin: 18px 0
}

.aqsc-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none
}

.aqsc-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.aqsc-popup-content-wrapper,
.aqsc-popup-tip {
	background: #fff;
	color: #333;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.aqsc-container a.aqsc-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	background: transparent
}

.aqsc-container a.aqsc-popup-close-button:hover {
	color: #999
}

.aqsc-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.aqsc-oldie .aqsc-popup-content-wrapper {
	zoom: 1
}

.aqsc-oldie .aqsc-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)
}

.aqsc-oldie .aqsc-popup-tip-container {
	margin-top: -1px
}

.aqsc-oldie .aqsc-control-zoom,
.aqsc-oldie .aqsc-control-layers,
.aqsc-oldie .aqsc-popup-content-wrapper,
.aqsc-oldie .aqsc-popup-tip {
	border: 1px solid #999
}

.aqsc-div-icon {
	background: #fff;
	border: 1px solid #666
}

.aqsc-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.aqsc-tooltip.aqsc-clickable {
	cursor: pointer;
	pointer-events: auto
}

.aqsc-tooltip-top:before,
.aqsc-tooltip-bottom:before,
.aqsc-tooltip-left:before,
.aqsc-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: ""
}

.aqsc-tooltip-bottom {
	margin-top: 6px
}

.aqsc-tooltip-top {
	margin-top: -6px
}

.aqsc-tooltip-bottom:before,
.aqsc-tooltip-top:before {
	left: 50%;
	margin-left: -6px
}

.aqsc-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff
}

.aqsc-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff
}

.aqsc-tooltip-left {
	margin-left: -6px
}

.aqsc-tooltip-right {
	margin-left: 6px
}

.aqsc-tooltip-left:before,
.aqsc-tooltip-right:before {
	top: 50%;
	margin-top: -6px
}

.aqsc-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff
}

.aqsc-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff
}

.aqsc-control-minimap {
	border: solid rgba(255, 255, 255, 1) 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
	border-radius: 3px;
	background: #f8f8f9;
	transition: all .6s
}

.aqsc-control-minimap a {
	background-color: rgba(255, 255, 255, 1);
	background-repeat: no-repeat;
	z-index: 99999;
	transition: all .6s
}

.aqsc-control-minimap a.minimized-bottomright {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border-radius: 0
}

.aqsc-control-minimap a.minimized-topleft {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 0
}

.aqsc-control-minimap a.minimized-bottomleft {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	border-radius: 0
}

.aqsc-control-minimap a.minimized-topright {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 0
}

.aqsc-control-minimap-toggle-display {
	background-image: url(images/toggle.svg);
	background-size: cover;
	position: absolute;
	border-radius: 3px 0 0
}

.aqsc-oldie .aqsc-control-minimap-toggle-display {
	background-image: url(images/toggle.png)
}

.aqsc-control-minimap-toggle-display-bottomright {
	bottom: 0;
	right: 0
}

.aqsc-control-minimap-toggle-display-topleft {
	top: 0;
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.aqsc-control-minimap-toggle-display-bottomleft {
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.aqsc-control-minimap-toggle-display-topright {
	top: 0;
	right: 0;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.aqsc-oldie .aqsc-control-minimap {
	border: 1px solid #999
}

.aqsc-oldie .aqsc-control-minimap a {
	background-color: #fff
}

.aqsc-oldie .aqsc-control-minimap a.minimized {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.toolslider {
	width: 11px;
	height: 10px;
	margin-left: 2px;
	margin-bottom: 5px
}

#toolbar {
	cursor: default;
	position: absolute;
	left: 26px;
	top: 12px;
	width: 82px;
	height: 417px;
	background: #333;
	filter: alpha(Opacity=80);
	-moz-opacity: .7;
	opacity: .7;
	z-index: 10000;
	text-align: center;
	display: none
}

#toolbarhead {
	position: absolute;
	top: 12px;
	width: 82px;
	left: 26px;
	margin: 0;
	height: 12px;
	background: #1579E1;
	background-repeat: repeat-y;
	z-index: 10000;
	display: none;
	cursor: pointer;
}

#toolbarheadbefore {
	position: absolute;
	width: 60px;
	margin: 0;
	height: 12px;
	background: #1579E1;
	background-repeat: repeat-y;
	z-index: 10000
}

#toolbarhead_Right {
	position: absolute;
	top: 12px;
	width: 60px;
	left: 26px;
	margin: 0;
	height: 78px;
	background: rgba(51, 51, 51, .7);
	background-repeat: repeat-y;
	z-index: 10000;
	display: none;
	cursor: pointer;
}

input.InputButCla {
	border: 0 none;
	margin: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	width: 64px;
	height: 25px;
	z-index: 10000;
	background-color: #01347A
}

.effect:focus {
	height: 30px!important;
	width: 30px!important;
	outline: 0;
	background: #415263
}

.effect:hover {
	height: 30px!important;
	width: 30px!important;
	background: #415263
}

input.effect {
	cursor: pointer
}

.mouseStyle {
	cursor: crosshair
}

.iconDiv {
	height: 25px;
	top: -10px;
	display: inline-block;
	width: auto;
	margin-left: 100px
}

.myclass {
	position: absolute;
	float: left;
	border: solid 1px #2288CA;
	background-color: #fff;
	display: block;
	word-break: keep-all;
	white-space: nowrap
}

.close {
	background: #000;
	opacity: .7;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 12px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 18px
}

.close::before {
	content: "\2716"
}

.close {
	top: 0;
	right: 0;
	position: absolute
}

.parentDiv {
	height: 27px;
	display: inline-block;
	width: auto;
	top: 50px;
	left: 50px;
	position: relative;
	z-index: 100;
	background-color: #384b5e
}

.styleDiv {
	position: relative;
	background-color: #384b5e;
	color: rgba(256, 256, 256, 1)!important;
	line-height: 25px;
	text-align: center;
	height: 25px;
	width: 80px;
	opacity: 1;
	float: left;
	font-size: 12px
}

.styleDiv:hover {
	background-color: #000
}

.iStyle {
	color: #fff;
	line-height: 2.2
}

.iStyle:hover {
	background-color: #000
}

.my-maptool-QT {
	background-position: 0 -144px
}

.my-maptool-CJ {
	background-position: 0 -72px
}

.my-maptool-CM {
	background-position: 0 -96px
}

.my-maptool-LKFD {
	background-position: 0 -24px
}

.my-maptool-LKSX {
	background-position: 0 -48px
}

.my-maptool-ZBCX {
	background-position: 0 -120px
}

.my-maptool-JP {
	background-position: 0 -168px
}

.my-maptool-QC {
	background-position: 0 0
}

.rule_text_box {
	float: left;
	white-space: nowrap;
	background-color: #fff;
	padding: 0 .5rem;
	border: 1px solid #f60;
	border-radius: 3px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25)
}

.rule_text {
	font-size: 1.2rem
}

.rule_close {
	float: right;
	color: #fff!important;
	background-color: #f60;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 21px;
	border-radius: 50%;
	font-size: 1.3rem;
	text-align: center;
	margin-top: .5rem;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25)
}

.my-theme-maptool {}

.my-avg-sm-1.ec-dropdown-content {
	min-width: 100%;
	background-color: #384b5e
}

.my-theme-maptool .ec-avg-sm-2.ec-dropdown-content {
	min-width: 200px
}

.my-theme-nav .ec-avg-sm-2.ec-dropdown-content {
	min-width: 320px
}

.my-maptool-box {
	background-color: #384b5e;
	color: #fff;
	line-height: 2.2;
	cursor: pointer;
	float: left;
	padding: .35rem .75rem
}

.my-control-dropmenu {
	position: relative;
	z-index: 1
}

.my-control-dropmenu .ec-dropdown-content {
	cursor: pointer;
	min-width: 80px
}

.my-control-dropmenu:hover .ec-dropdown-content {
	display: inline
}

ul.my-dropdown-content>li {
	list-style-type: none
}

ul.my-dropdown-content>li>a {
	display: block;
	clear: both;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
	opacity: .7;
	text-decoration: none
}

ul.my-dropdown-content>li>a:hover {
	opacity: 1
}

ul.my-dropdown-content>li>a:focus {
	opacity: 1
}

.ec-icon-briefcase:before {
	content: "\f0b1"
}

.ec-icon-angle-down:before {
	content: "\f107"
}

.awesome-marker {
	width: 35px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-align: center;
	cursor: pointer
}

.awesome-marker-shadow {
	background: url(images/markers-shadow.png) no-repeat 0 0;
	width: 36px;
	height: 16px
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
	/* .awesome-marker {
		background-image: url(images/markers-soft@2x.png);
		background-size: 720px 46px;
		background-repeat: no-repeat;
		
	} */
	.awesome-marker-shadow {
		background-image: url(images/markers-shadow@2x.png);
		background-size: 35px 16px;
		background-repeat: no-repeat;
	}
}

.awesome-marker i {
	color: #333;
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
	cursor: pointer
}

.awesome-marker .icon-white {
	color: #fff;
	cursor: pointer
}

.awesome-marker-icon-red {
	background-position: 0 0
}

.awesome-marker-icon-darkred {
	background-position: -180px 0
}

.awesome-marker-icon-lightred {
	background-position: -360px 0
}

.awesome-marker-icon-orange {
	background-position: -36px 0
}

.awesome-marker-icon-beige {
	background-position: -396px 0
}

.awesome-marker-icon-green {
	background-position: -72px 0
}

.awesome-marker-icon-darkgreen {
	background-position: -252px 0
}

.awesome-marker-icon-lightgreen {
	background-position: -432px 0
}

.awesome-marker-icon-blue {
	background-position: -108px 0
}

.awesome-marker-icon-darkblue {
	background-position: -216px 0
}

.awesome-marker-icon-lightblue {
	background-position: -468px 0
}

.awesome-marker-icon-purple {
	background-position: -144px 0
}

.awesome-marker-icon-darkpurple {
	background-position: -288px 0
}

.awesome-marker-icon-pink {
	background-position: -504px 0
}

.awesome-marker-icon-cadetblue {
	background-position: -324px 0
}

.awesome-marker-icon-white {
	background-position: -574px 0
}

.awesome-marker-icon-gray {
	background-position: -648px 0
}

.awesome-marker-icon-lightgray {
	background-position: -612px 0
}

.awesome-marker-icon-black {
	background-position: -682px 0
}

@font-face {
	font-family: FontAwesome;
	src: url(fonts/fontawesome-webfont.eot?v=4.0);
	src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff?v=4.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857142858em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: .14285714285714285em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571428572em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg)
	}
	100% {
		-ms-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-move:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-resize-full:before {
	content: "\f065"
}

.fa-resize-small:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-resize-vertical:before {
	content: "\f07d"
}

.fa-resize-horizontal:before {
	content: "\f07e"
}

.fa-bar-chart-o:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-fullscreen:before {
	content: "\f0b2"
}

.fa-group:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-asc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-desc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building:before {
	content: "\f0f7"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-expand-o:before {
	content: "\f116"
}

.fa-collapse-o:before {
	content: "\f117"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-mail-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-o:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-horizontal:before {
	content: "\f141"
}

.fa-ellipsis-vertical:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.aqsc-pulsing-icon {
	z-index: 1!important;
	pointer-events: none!important
}

.aqsc-pulsing-icon:after {
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 300%;
	width: 300%;
	position: absolute;
	margin: -100% 0 0 -100%
}

@keyframes pulsate {
	0% {
		transform: scale(0.1, .1);
		opacity: 0;
		-ms-filter: "alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
	100% {
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, .6)
}

.marker-cluster-small div {
	background-color: rgba(110, 204, 57, .6)
}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, .6)
}

.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, .6)
}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, .6)
}

.marker-cluster-large div {
	background-color: rgba(241, 128, 23, .6)
}

.aqsc-oldie .marker-cluster-small {
	background-color: #b5e28c
}

.aqsc-oldie .marker-cluster-small div {
	background-color: #6ecc39
}

.aqsc-oldie .marker-cluster-medium {
	background-color: #f1d357
}

.aqsc-oldie .marker-cluster-medium div {
	background-color: #f0c20c
}

.aqsc-oldie .marker-cluster-large {
	background-color: #fd9c73
}

.aqsc-oldie .marker-cluster-large div {
	background-color: #f18017
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px
}

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif
}

.marker-cluster span {
	line-height: 30px
}

.aqsc-cluster-anim .aqsc-marker-icon,
.aqsc-cluster-anim .aqsc-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.aqsc-cluster-spider-leg {
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

#progress {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 400px;
	top: 300px;
	width: 200px;
	height: 20px;
	margin-top: -20px;
	margin-left: -100px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 4px;
	padding: 2px
}

#progress-bar {
	width: 0;
	height: 100%;
	background-color: #76A6FC;
	border-radius: 4px
}

.aqsc-draw-section {
	position: relative
}

.aqsc-draw-toolbar {
	margin-top: 12px
}

.aqsc-draw-toolbar-top {
	margin-top: 0
}

.aqsc-draw-toolbar-notop a:first-child {
	border-top-right-radius: 0
}

.aqsc-draw-toolbar-nobottom a:last-child {
	border-bottom-right-radius: 0
}

.aqsc-draw-toolbar a {
	background-image: url(images/spritesheet.png);
	background-image: linear-gradient(transparent, transparent), url(images/spritesheet.svg);
	background-repeat: no-repeat;
	background-size: 300px 30px;
	background-clip: padding-box
}

.aqsc-retina .aqsc-draw-toolbar a {
	background-image: url(images/spritesheet-2x.png);
	background-image: linear-gradient(transparent, transparent), url(images/spritesheet.svg)
}

.aqsc-draw a {
	display: block;
	text-align: center;
	text-decoration: none
}

.aqsc-draw a .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.aqsc-draw-actions {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 26px;
	top: 0;
	white-space: nowrap
}

.aqsc-touch .aqsc-draw-actions {
	left: 32px
}

.aqsc-right .aqsc-draw-actions {
	right: 26px;
	left: auto
}

.aqsc-touch .aqsc-right .aqsc-draw-actions {
	right: 32px;
	left: auto
}

.aqsc-draw-actions li {
	display: inline-block
}

.aqsc-draw-actions li:first-child a {
	border-left: 0
}

.aqsc-draw-actions li:last-child a {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

.aqsc-right .aqsc-draw-actions li:last-child a {
	-webkit-border-radius: 0;
	border-radius: 0
}

.aqsc-right .aqsc-draw-actions li:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.aqsc-draw-actions a {
	background-color: #919187;
	border-left: 1px solid #AAA;
	color: #FFF;
	font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px
}

.aqsc-touch .aqsc-draw-actions a {
	font-size: 12px;
	line-height: 30px;
	height: 30px
}

.aqsc-draw-actions-bottom {
	margin-top: 0
}

.aqsc-draw-actions-top {
	margin-top: 1px
}

.aqsc-draw-actions-top a,
.aqsc-draw-actions-bottom a {
	height: 27px;
	line-height: 27px
}

.aqsc-draw-actions a:hover {
	background-color: #A0A098
}

.aqsc-draw-actions-top.aqsc-draw-actions-bottom a {
	height: 26px;
	line-height: 26px
}

.aqsc-draw-toolbar .aqsc-draw-draw-polyline {
	background-position: -2px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-draw-polyline {
	background-position: 0 -1px
}

.aqsc-draw-toolbar .aqsc-draw-draw-polygon {
	background-position: -31px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-draw-polygon {
	background-position: -29px -1px
}

.aqsc-draw-toolbar .aqsc-draw-draw-rectangle {
	background-position: -62px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-draw-rectangle {
	background-position: -60px -1px
}

.aqsc-draw-toolbar .aqsc-draw-draw-circle {
	background-position: -92px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-draw-circle {
	background-position: -90px -1px
}

.aqsc-draw-toolbar .aqsc-draw-draw-marker {
	background-position: -122px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-draw-marker {
	background-position: -120px -1px
}

.aqsc-draw-toolbar .aqsc-draw-draw-circlemarker {
	background-position: -273px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-draw-circlemarker {
	background-position: -271px -1px
}

.aqsc-draw-toolbar .aqsc-draw-edit-edit {
	background-position: -152px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-edit-edit {
	background-position: -150px -1px
}

.aqsc-draw-toolbar .aqsc-draw-edit-remove {
	background-position: -182px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-edit-remove {
	background-position: -180px -1px
}

.aqsc-draw-toolbar .aqsc-draw-edit-edit.aqsc-disabled {
	background-position: -212px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-edit-edit.aqsc-disabled {
	background-position: -210px -1px
}

.aqsc-draw-toolbar .aqsc-draw-edit-remove.aqsc-disabled {
	background-position: -242px -2px
}

.aqsc-touch .aqsc-draw-toolbar .aqsc-draw-edit-remove.aqsc-disabled {
	background-position: -240px -2px
}

.aqsc-mouse-marker {
	background-color: #fff;
	cursor: crosshair
}

.aqsc-draw-tooltip {
	background: #363636;
	background: rgba(0, 0, 0, .5);
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: -21px;
	padding: 4px 8px;
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	z-index: 6
}

.aqsc-draw-tooltip:before {
	border-right: 6px solid #000;
	border-right-color: rgba(0, 0, 0, .5);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	top: 7px;
	left: -7px
}

.aqsc-error-draw-tooltip {
	background-color: #F2DEDE;
	border: 1px solid #E6B6BD;
	color: #B94A48
}

.aqsc-error-draw-tooltip:before {
	border-right-color: #E6B6BD
}

.aqsc-draw-tooltip-single {
	margin-top: -12px
}

.aqsc-draw-tooltip-subtext {
	color: #f8d5e4
}

.aqsc-draw-guide-dash {
	font-size: 1%;
	opacity: .6;
	position: absolute;
	width: 5px;
	height: 5px
}

.aqsc-edit-marker-selected {
	background-color: rgba(254, 87, 161, .1);
	border: 4px dashed rgba(254, 87, 161, .6);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: content-box
}

.aqsc-edit-move {
	cursor: move
}

.aqsc-edit-resize {
	cursor: pointer
}

.aqsc-oldie .aqsc-draw-toolbar {
	border: 1px solid #999
}

.aqsc-touch .aqsc-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.aqsc-bar a,
.aqsc-bar a:hover {
	border-bottom: 1px solid #ccc;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000
}

.aqsc-div-icon {
	background: #fff;
	border: 1px solid #666
}

* {
	margin: 0;
	padding: 0
}

.box {
	position: fixed;
	top: 10px;
	left: 10px;
	min-width: 400px!important;
	min-height: 526px;
	max-width: 400px!important;
	border: 1px solid #666;
	background: #fff;
	z-index: 1000
}

.box .title {
	background: #3498DB;
	height: 30px;
	min-width: 200px;
	cursor: move
}

.box .closePath {
	border: 0 solid #fff;
	color: #fff;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: 700
}

.box .hidePath {
	border: 0 solid #fff;
	color: #fff;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 5px;
	font-weight: 700
}

.con {
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 475px;
	display: block
}

.con-street-map {
	padding: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 475px;
	display: block
}

.box-street-map {
	position: fixed;
	top: 25%;
	left: 35%;
	min-width: 550px;
	min-height: 526px;
	border: 1px solid #666;
	background: #fff;
	z-index: 1000
}

.poiBank-active:hover {
	background-color: #f0f0f0
}

.poiBank-active:focus {
	background-color: #f0f0f0;
	outline: 0
}

.bg_change_size {
	background: url(../aqsc/images/size2.png) no-repeat
}

.poiNumber {
	color: #fff;
	background-color: #FDB341;
	width: 18px;
	text-align: center
}

.aqsc-contextmenu {
	display: none;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .4);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 0;
	background-color: #fff;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.aqsc-contextmenu a.aqsc-contextmenu-item {
	display: block;
	color: #222;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	padding: 0 12px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: default;
	outline: 0
}

.aqsc-contextmenu a.aqsc-contextmenu-item-disabled {
	opacity: .5
}

.aqsc-contextmenu a.aqsc-contextmenu-item.over {
	background-color: #f4f4f4;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0
}

.aqsc-contextmenu a.aqsc-contextmenu-item-disabled.over {
	background-color: inherit;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}

.aqsc-contextmenu-icon {
	margin: 2px 8px 0 0;
	width: 16px;
	height: 16px;
	float: left;
	border: 0
}

.aqsc-contextmenu-separator {
	border-bottom: 1px solid #ccc;
	margin: 5px 0
}

.aqsc-contextmenu-coordinate-popup {
	padding: 0;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto
}

.bound-info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border-radius: 5px;
	z-index: 15000
}

.bound-info h4 {
	margin: 0 0 5px;
	color: #777
}

.bound-legend {
	text-align: left;
	line-height: 18px;
	color: #555
}

.bound-legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: .7
}

@font-face {
	font-family: 'iconfont';
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('fonts/iconfont.woff2') format('woff2'),
      url('fonts/iconfont.woff') format('woff'),
      url('fonts/iconfont.ttf') format('truetype'),
      url('fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-map3:before {
	content: "\e60e"
}

.icon-map2:before {
	content: "\e6d4"
}

.icon-icon-3:before {
	content: "\e602"
}

.icon-map1:before {
	content: "\e606"
}

.icon-locationpsd:before {
	content: "\e647"
}

.icon-MAPPIN:before {
	content: "\e6b0"
}

.icon-map:before {
	content: "\e61f"
}

.icon-newmap--:before {
	content: "\e603"
}

.icon-map-marker:before {
	content: "\f041"
}

.icon-sd:before {
	content: "\e604"
}

/*.gisRotation1 {
	width: 80px;
	height: 80px;
	left: 80px;
	top: 80px;
	background: repeat url(images/plot/reveal.png) no-repeat center center;
	border: 0 solid red;
	background-size: 80px 80px;
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
	-ms-background-size: 80px 80px;
	-o-background-size: 80px 80px;
	animation: preloader_5 1.5s infinite linear;
	-webkit-animation: preloader_5 1.5s infinite linear;
	-moz-animation: preloader_5 1.5s infinite linear;
	-ms-animation: preloader_5 1.5s infinite linear;
	-o-animation: preloader_5 1.5s infinite linear
}

.gisRotation1:after {
	position: absolute;
	width: 32px;
	height: 32px;
	border: 8px solid red;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	z-index: 1;
	opacity: 0;
	content: '';
	top: -8px;
	left: -8px;
	animation: preloader_5_after 1.5s infinite linear;
	-webkit-animation: preloader_5_after 1.5s infinite linear;
	-moz-animation: preloader_5_after 1.5s infinite linear;
	-ms-animation: preloader_5_after 1.5s infinite linear;
	-o-animation: preloader_5_after 1.5s infinite linear
}*/

@keyframes preloader_5 {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes preloader_5 {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes preloader_5 {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}

@-ms-keyframes preloader_5 {
	from {
		-ms-transform: rotate(0deg)
	}
	to {
		-ms-transform: rotate(360deg)
	}
}

@-o-keyframes preloader_5 {
	from {
		-o-transform: rotate(0deg)
	}
	to {
		-o-transform: rotate(360deg)
	}
}

@keyframes preloader_5_after {
	0% {
		transform: scale(0);
		opacity: 0;
		background-color: red
	}
	25% {
		transform: scale(0.3);
		opacity: .1;
		background-color: #ff0
	}
	50% {
		transform: scale(0.6);
		opacity: .3;
		background-color: #ff0
	}
	75% {
		transform: scale(1);
		opacity: .5;
		background-color: #ff0
	}
	100% {
		transform: scale(1.4);
		opacity: 0;
		background-color: #ff0
	}
}

@-webkit-keyframes preloader_5_after {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
		background-color: red
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: .1;
		background-color: #ff0
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: .3;
		background-color: #ff0
	}
	75% {
		-webkit-transform: scale(1);
		opacity: .5;
		background-color: #ff0
	}
	100% {
		-webkit-transform: scale(1.4);
		opacity: 0;
		background-color: #ff0
	}
}

@-moz-keyframes preloader_5_after {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
		background-color: red
	}
	25% {
		-moz-transform: scale(0.3);
		opacity: .1;
		background-color: #ff0
	}
	50% {
		-moz-transform: scale(0.6);
		opacity: .3;
		background-color: #ff0
	}
	75% {
		-moz-transform: scale(1);
		opacity: .5;
		background-color: #ff0
	}
	100% {
		-moz-transform: scale(1.4);
		opacity: 0;
		background-color: #ff0
	}
}

@-ms-keyframes preloader_5_after {
	0% {
		-ms-transform: scale(0);
		opacity: 0;
		background-color: red
	}
	25% {
		-ms-transform: scale(0.3);
		opacity: .1;
		background-color: red
	}
	50% {
		-ms-transform: scale(0.6);
		opacity: .3;
		background-color: red
	}
	75% {
		-ms-transform: scale(1);
		opacity: .5;
		background-color: red
	}
	100% {
		-ms-transform: scale(1.4);
		opacity: 0;
		background-color: #ff0
	}
}

@-o-keyframes preloader_5_after {
	0% {
		-o-transform: scale(0);
		opacity: 0;
		background-color: red
	}
	25% {
		-o-transform: scale(0.3);
		opacity: .1;
		background-color: red
	}
	50% {
		-o-transform: scale(0.6);
		opacity: .3;
		background-color: red
	}
	75% {
		-o-transform: scale(1);
		opacity: .5;
		background-color: red
	}
	100% {
		-o-transform: scale(1.4);
		opacity: 0;
		background-color: #ff0
	}
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.gisRotation {
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite
}

.tab_resource_title {
	height: 30px;
	line-height: 30px;
	border-bottom: #ccc solid 1px;
	font-size: 14px
}

.tab_resource_title p {
	margin-left: 13px;
	float: left;
	font-weight: 700;
	font-size: 14px;
	color: #3b9cfe
}

#tab_resource_identi {
	float: left;
	margin-left: 8px;
	color: #8a8a8a;
	cursor: default
}

#tab_resource_identi>input {
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -2px;
	pointer-events: none
}

.tab_resource_title span {
	float: right;
	margin-right: 8px;
	cursor: default
}

.tab_resource_title span a {
	color: #8a8a8a;
	text-decoration: none
}

.aqsc-popup-content>div {
	margin-top: 5px
}

.aqsc-popup-content label {
	margin: 0 10px;
	min-width: 50px;
	font-weight: bolder
}

.aqsc-popup-titile {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 3px 0 0 3px;
	padding: 0 0 0 20px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	background-color: #20a0ff;
	border-bottom: 1px solid #eee;
	overflow: hidden
}

.aqsc-popup-content {
	margin-top: 52px;
	font-size: 14px
}

.iclient-leaflet-logo {
	display: none
}

.ArcGISSeletedPath {
	z-index: 2500
}

.pathSelect {
	list-style: none;
	margin-top: 1px
}

.aqsc-control-level {
	width: auto;
	height: 24px;
	border: 2px solid #777;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	background: rgba(255, 255, 255, .8);
	padding: 0 5px
}

/* 热力图类   */
.aqsc-heatPoints1-canvas{
	/*z-index: 1500;*/
}
/* 风力场图   start*/
.leaflet-control-wind-position {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 5px;
  margin: 0 !important;
  color: #333;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.wind-overlay {
  position: absolute;
  z-index: 1;
}
/* 风力场图   end*/
/* loading  start*/
.aqsc-loading{
	position: absolute;
	background-image: url(images/loading.gif);
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 420;
    background-repeat: no-repeat;
    background-position: center;
}
/* loading  end*/