#app {
    min-width: 1200px
}

body {
    overflow-x: hidden
}
.tmap-zoom-control {
    margin: 10px 30px 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 80px;
    background: #fff;
    box-shadow: 0px 8px 19px rgba(41, 64, 102, 0.12);
    border-radius: 4px;
}

.tmap-zoom-control .tmap-zoom-content {
    -ms-flex: auto;
    flex: auto;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 8px 0px;
}

.tmap-zoom-control .tmap-zoom-in {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
    top: 8px;
}

.tmap-zoom-control .tmap-zoom-out {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
    top: 48px;
}

.tmap-zoom-control .tmap-zoom-out-image {
    /* 禁止选中 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.tmap-zoom-control .tmap-zoom-in-image {
    /* 禁止选中 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tmap-zoom-control .tmap-zoom-spliter {
    height: 1px;
    width: 40px;
    background-color: #dee2e8;
    margin: auto;
    /* 禁止选中 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tmap-zoom-control .tmap-zoom-number {
    display: inline;
    height: 22px;
    top: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Microsoft YaHei', 'PingFang SC', serif;
    color: #000;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rotate-circle {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 20px 20px 7px 20px;
    box-sizing: content-box;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    user-select: none;
}

.rotate-circle * {
    box-sizing: content-box;
}

.rotate-circle .rotate-panel {
    position: relative;
    left: 0;
    top: -60px;
    font-size: 16px;
    line-height: normal;
    font-family: auto;
}

.rotate-circle .rotate-left {
    position: absolute;
    top: 15px;
    left: -6px;
    width: 30px;
    height: 30px;
    border-radius: 30px 0 0 0;
    background: #fff;
    transform: rotate(-45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rotate-circle .rotate-top {
    position: absolute;
    left: 15px;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 30px 0 0 0;
    background: #fff;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rotate-circle .rotate-right {
    position: absolute;
    left: 36px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 0 30px 0 0;
    background: #fff;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rotate-circle .rotate-bottom {
    position: absolute;
    left: 15px;
    top: 36px;
    width: 30px;
    height: 30px;
    border-radius: 0 0 30px 0;
    background: #fff;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rotate-circle .compass-circle {
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid rgba(0, 20, 51, 0.10);
    border-radius: 50%;
    position: relative;
    left: 15px;
    top: -15px;
    z-index: 100;
}

.rotate-circle .compass-img {
    height: 28px;
    left: 30%;
    position: relative;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    user-select: none;
}

.rotate-circle .compass-circle-background {
    width: 28px;
    height: 28px;
    background: #e7eaef;
    border: 1px solid rgba(0, 20, 51, 0.10);
    border-radius: 50%;
    position: relative;
    left: 15px;
    top: 15px;
    z-index: 50;
}

.rotate-circle .rotate-left-img {
    width: 6px;
    height: 17px;
    position: relative;
    transform: scaleY(-1) rotateZ(-45deg);
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;
}

.rotate-circle .rotate-right-img {
    width: 6px;
    height: 17px;
    position: relative;
    transform: rotate(135deg);
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;
}

.rotate-circle .rotate-top-img {
    width: 8px;
    height: 4px;
    position: relative;
    transform: rotate(-45deg);
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;
}

.rotate-circle .rotate-bottom-img {
    width: 8px;
    height: 4px;
    position: relative;
    transform: rotate(135deg);
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;
}

.rotate-circle .unclickable-rotate-bottom .rotate-bottom-img {
    opacity: 0.3;
}

.rotate-circle .unclickable-rotate-top .rotate-top-img {
    opacity: 0.3;
}

.rotate-circle .unclickable-rotate-left .rotate-left-img {
    opacity: 0.3;
}

.rotate-circle .unclickable-rotate-right .rotate-right-img {
    opacity: 0.3;
}

.rotate-circle .clickable-rotate-left:hover {
    background: #f2f4f8;
}

.rotate-circle .clickable-rotate-right:hover {
    background: #f2f4f8;
}

.rotate-circle .clickable-rotate-bottom:hover {
    background: #f2f4f8;
}

.rotate-circle .clickable-rotate-top:hover {
    background: #f2f4f8;
}

.rotate-circle .clickable-rotate-left:active {
    background: #e7eaef;
}

.rotate-circle .clickable-rotate-right:active {
    background: #e7eaef;
}

.rotate-circle .clickable-rotate-top:active {
    background: #e7eaef;
}

.rotate-circle .clickable-rotate-bottom:active {
    background: #e7eaef;
}

.floor-control {
    font-size: 15px;
    color: #646464;
    height: 180px;
    width: 38px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    bottom: 83px !important;
    margin-left: 31px;
    margin-right: 30px;
    border-radius: 40px;
    webkit-user-select: none;
    ms-user-select: none;
    moz-user-select: none;
    apple-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10;
}

.floor-control:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    transform: scale(0.5);
    transform-origin: left top;
    border-radius: 40px;
    z-index: 1000000;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}

.floor-control ul {
    padding-inline-start: 0;
    padding-inline-end: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.floor-control .arr-top {
    width: 38px;
    position: absolute;
    z-index: 100;
    top: -2px;
}

.floor-control .arr-bottom {
    width: 38px;
    position: absolute;
    z-index: 100;
    bottom: -2px;
}

.floor-control .floor-control-wrapper {
    overflow: hidden;
    height: 160px;
    width: 100%;
    position: absolute;
    top: 10px;
}

.floor-control .floor-control-wrapper .floor-control-list {
    font-size: 12px;
    list-style-type: none;
    margin: 0;
}

.floor-control .floor-control-wrapper .floor-control-list .floor-control-item {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 38px;
    height: 40px;
    line-height: 40px;
    transition: color 0.3s ease-in;
}

.floor-control .floor-control-wrapper .floor-control-list .floor-control-item:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 30px;
    z-index: -10;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    background-color: #4875fd;
}

.floor-control .floor-control-wrapper .floor-control-list .selected-item {
    color: #fff !important;
    opacity: 1 !important;
}

.floor-control .floor-control-wrapper .floor-control-list .selected-item:after {
    opacity: 1;
}

.floor-control .floor-control-wrapper.freezing .floor-control-list .floor-control-item {
    color: #4d4d4d;
    opacity: 0.4;
}

/* floor-control */
.floor-control-moveup {
    bottom: 83px !important;
}

.tmap2d-adapter-pane, .tmap2d-adapter-tile, .tmap2d-adapter-marker-icon, .tmap2d-adapter-marker-shadow, .tmap2d-adapter-tile-container, .tmap2d-adapter-pane > svg, .tmap2d-adapter-pane > canvas, .tmap2d-adapter-zoom-box, .tmap2d-adapter-image-layer, .tmap2d-adapter-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.tmap2d-adapter-container {
    overflow: hidden;
}

.tmap2d-adapter-tile, .tmap2d-adapter-marker-icon, .tmap2d-adapter-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.tmap2d-adapter-safari .tmap2d-adapter-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */

.tmap2d-adapter-safari .tmap2d-adapter-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.tmap2d-adapter-marker-icon, .tmap2d-adapter-marker-shadow {
    display: block;
}

/* .tmap2d-adapter-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .tmap2d-adapter-container img: map is broken in FF if you have max-width: 100% on tiles */

.tmap2d-adapter-container .tmap2d-adapter-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}

.tmap2d-adapter-container .tmap2d-adapter-marker-pane img, .tmap2d-adapter-container .tmap2d-adapter-shadow-pane img, .tmap2d-adapter-container .tmap2d-adapter-tile-pane img, .tmap2d-adapter-container img.tmap2d-adapter-image-layer, .tmap2d-adapter-container .tmap2d-adapter-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
}

.tmap2d-adapter-container img.tmap2d-adapter-tile {
    /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
    mix-blend-mode: plus-lighter;
}

.tmap2d-adapter-container.tmap2d-adapter-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.tmap2d-adapter-container.tmap2d-adapter-touch-drag {
    /* Fallback for FF which doesn't support pinch-zoom */
    -ms-touch-action: none;
    touch-action: none;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.tmap2d-adapter-container.tmap2d-adapter-touch-drag.tmap2d-adapter-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.tmap2d-adapter-container {
    -webkit-tap-highlight-color: transparent;
}

.tmap2d-adapter-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.tmap2d-adapter-tile {
    visibility: hidden;
}

.tmap2d-adapter-tile-loaded {
    visibility: inherit;
}

.tmap2d-adapter-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800;
}

.tmap2d-adapter-pane {
    z-index: 400;
}

.tmap2d-adapter-tile-pane {
    z-index: 200;
}

.tmap2d-adapter-overlay-pane {
    z-index: 400;
}

.tmap2d-adapter-shadow-pane {
    z-index: 500;
}

.tmap2d-adapter-marker-pane {
    z-index: 600;
}

.tmap2d-adapter-tooltip-pane {
    z-index: 650;
}

.tmap2d-adapter-popup-pane {
    z-index: 700;
}

.tmap2d-adapter-map-pane canvas {
    z-index: 100;
}

.tmap2d-adapter-map-pane svg {
    z-index: 200;
}

/* control positioning */

.tmap2d-adapter-control {
    position: relative;
    z-index: 800;
    pointer-events: auto;
}

.tmap2d-adapter-top, .tmap2d-adapter-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.tmap2d-adapter-top {
    top: 0;
}

.tmap2d-adapter-right {
    right: 0;
}

.tmap2d-adapter-bottom {
    bottom: 0;
}

.tmap2d-adapter-left {
    left: 0;
}

.tmap2d-adapter-control {
    float: left;
    clear: both;
}

.tmap2d-adapter-right .tmap2d-adapter-control {
    float: right;
}

.tmap2d-adapter-top .tmap2d-adapter-control {
    margin-top: 10px;
}

.tmap2d-adapter-bottom .tmap2d-adapter-control {
    margin-bottom: 10px;
}

.tmap2d-adapter-left .tmap2d-adapter-control {
    margin-left: 10px;
}

.tmap2d-adapter-right .tmap2d-adapter-control {
    margin-right: 10px;
}

/* zoom and fade animations */

.tmap2d-adapter-fade-anim .tmap2d-adapter-popup {
    opacity: 0;
    transition: opacity 0.2s linear;
}

.tmap2d-adapter-fade-anim .tmap2d-adapter-map-pane .tmap2d-adapter-popup {
    opacity: 1;
}

.tmap2d-adapter-zoom-animated {
    transform-origin: 0 0;
}

svg.tmap2d-adapter-zoom-animated {
    will-change: transform;
}

.tmap2d-adapter-zoom-anim .tmap2d-adapter-zoom-animated {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.tmap2d-adapter-zoom-anim .tmap2d-adapter-tile, .tmap2d-adapter-pan-anim .tmap2d-adapter-tile {
    transition: none;
}

.tmap2d-adapter-zoom-anim .tmap2d-adapter-zoom-hide {
    visibility: hidden;
}

/* cursors */

/*
.tmap2d-adapter-interactive {
    cursor: pointer;
    }
.tmap2d-adapter-grab {
    cursor: grab;
    }
.tmap2d-adapter-crosshair,
.tmap2d-adapter-crosshair .tmap2d-adapter-interactive {
    cursor: crosshair;
    }
.tmap2d-adapter-popup-pane,
.tmap2d-adapter-control {
    cursor: auto;
    }
.tmap2d-adapter-dragging .tmap2d-adapter-grab,
.tmap2d-adapter-dragging .tmap2d-adapter-grab .tmap2d-adapter-interactive,
.tmap2d-adapter-dragging .tmap2d-adapter-marker-draggable {
    cursor: grabbing;
    }
*/

/* marker & overlays interactivity */

.tmap2d-adapter-marker-icon, .tmap2d-adapter-marker-shadow, .tmap2d-adapter-image-layer, .tmap2d-adapter-pane > svg path, .tmap2d-adapter-tile-container {
    pointer-events: none;
}

.tmap2d-adapter-marker-icon.tmap2d-adapter-interactive, .tmap2d-adapter-image-layer.tmap2d-adapter-interactive, .tmap2d-adapter-pane > svg path.tmap2d-adapter-interactive, svg.tmap2d-adapter-image-layer.tmap2d-adapter-interactive path {
    pointer-events: auto;
}

/* visual tweaks */

.tmap2d-adapter-container {
    background: #ddd;
    outline-offset: 1px;
}

.tmap2d-adapter-container a {
    color: #0078A8;
}

.tmap2d-adapter-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */

.tmap2d-adapter-container {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}

/* general toolbar styles */

.tmap2d-adapter-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.tmap2d-adapter-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.tmap2d-adapter-bar a, .tmap2d-adapter-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.tmap2d-adapter-bar a:hover, .tmap2d-adapter-bar a:focus {
    background-color: #f4f4f4;
}

.tmap2d-adapter-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tmap2d-adapter-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.tmap2d-adapter-bar a.tmap2d-adapter-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.tmap2d-adapter-touch .tmap2d-adapter-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.tmap2d-adapter-touch .tmap2d-adapter-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.tmap2d-adapter-touch .tmap2d-adapter-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */

.tmap2d-adapter-control-zoom-in, .tmap2d-adapter-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.tmap2d-adapter-touch .tmap2d-adapter-control-zoom-in, .tmap2d-adapter-touch .tmap2d-adapter-control-zoom-out {
    font-size: 22px;
}

/* layers control */

.tmap2d-adapter-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.tmap2d-adapter-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
    width: 36px;
    height: 36px;
}

.tmap2d-adapter-retina .tmap2d-adapter-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
    background-size: 26px 26px;
}

.tmap2d-adapter-touch .tmap2d-adapter-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.tmap2d-adapter-control-layers .tmap2d-adapter-control-layers-list, .tmap2d-adapter-control-layers-expanded .tmap2d-adapter-control-layers-toggle {
    display: none;
}

.tmap2d-adapter-control-layers-expanded .tmap2d-adapter-control-layers-list {
    display: block;
    position: relative;
}

.tmap2d-adapter-control-layers-list {
    border: 0;
    margin: 0;
    padding: 0;
}

.tmap2d-adapter-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.tmap2d-adapter-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.tmap2d-adapter-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.tmap2d-adapter-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
}

.tmap2d-adapter-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */

.tmap2d-adapter-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
}

/* attribution and scale controls */

.tmap2d-adapter-container .tmap2d-adapter-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.tmap2d-adapter-control-attribution, .tmap2d-adapter-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
}

.tmap2d-adapter-control-attribution a {
    text-decoration: none;
}

.tmap2d-adapter-control-attribution a:hover, .tmap2d-adapter-control-attribution a:focus {
    text-decoration: underline;
}

.tmap2d-adapter-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: 0.6669em;
    margin-right: 0.277em;
}

.tmap2d-adapter-left .tmap2d-adapter-control-scale {
    margin-left: 5px;
}

.tmap2d-adapter-bottom .tmap2d-adapter-control-scale {
    margin-bottom: 5px;
}

.tmap2d-adapter-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px #fff;
}

.tmap2d-adapter-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.tmap2d-adapter-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.tmap2d-adapter-touch .tmap2d-adapter-control-attribution, .tmap2d-adapter-touch .tmap2d-adapter-control-layers, .tmap2d-adapter-touch .tmap2d-adapter-bar {
    box-shadow: none;
}

.tmap2d-adapter-touch .tmap2d-adapter-control-layers, .tmap2d-adapter-touch .tmap2d-adapter-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */

.tmap2d-adapter-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.tmap2d-adapter-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.tmap2d-adapter-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
}

.tmap2d-adapter-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0;
}

.tmap2d-adapter-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.tmap2d-adapter-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;
    pointer-events: auto;

    transform: rotate(45deg);
}

.tmap2d-adapter-popup-content-wrapper, .tmap2d-adapter-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.tmap2d-adapter-container a.tmap2d-adapter-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent;
}

.tmap2d-adapter-container a.tmap2d-adapter-popup-close-button:hover, .tmap2d-adapter-container a.tmap2d-adapter-popup-close-button:focus {
    color: #585858;
}

.tmap2d-adapter-popup-scrolled {
    overflow: auto;
}

/* div icon */

.tmap2d-adapter-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.tmap2d-adapter-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, 0.4);
}

.tmap2d-adapter-tooltip.tmap2d-adapter-interactive {
    cursor: pointer;
    pointer-events: auto;
}

.tmap2d-adapter-tooltip-top:before, .tmap2d-adapter-tooltip-bottom:before, .tmap2d-adapter-tooltip-left:before, .tmap2d-adapter-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.tmap2d-adapter-tooltip-bottom {
    margin-top: 6px;
}

.tmap2d-adapter-tooltip-top {
    margin-top: -6px;
}

.tmap2d-adapter-tooltip-bottom:before, .tmap2d-adapter-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.tmap2d-adapter-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.tmap2d-adapter-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.tmap2d-adapter-tooltip-left {
    margin-left: -6px;
}

.tmap2d-adapter-tooltip-right {
    margin-left: 6px;
}

.tmap2d-adapter-tooltip-left:before, .tmap2d-adapter-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.tmap2d-adapter-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.tmap2d-adapter-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* Printing */

@media print {
    /* Prevent printers from removing background-images of controls. */
    .tmap2d-adapter-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}