﻿html{ height:100%; }
body{ height:100%; margin:0; padding:0; overflow:hidden; }
a{ text-decoration:none; }
#Canvas{ width:100%; height:100%; }
.marker-title{ margin:5px 0; font-weight:normal; color:#cc5522; }
.marker-content{ margin:5px 0; line-height:1.5; }
.anchorBL{ inset:auto auto 0 0 !important; } /*logo*/
.BMap_cpyCtrl{ display:none; } /*copyright*/

.map-center{ position:absolute; z-index:1; top:50%; left:50%; transform:translate(-50%,-50%); width:15px; height:15px; }
.map-center:before{ content:""; position:absolute; top:50%; width:100%; border-top:1px solid red; }
.map-center:after{ content:""; position:absolute; left:50%; height:100%; border-left:1px solid red; }

.tool{ position:absolute; z-index:2; top:50px; bottom:50px; right:0; }
.tool *{ box-sizing:border-box; }
.tool input[type="text"],
.tool textarea{ border:1px solid #cccccc; color:#000000; width:100%; padding:5px; font-size:90%; }
.tool input[type="button"]{ border:1px solid dodgerblue; background:dodgerblue; color:#ffffff; padding:4px 6px; cursor:pointer; }
#Toolbar{ position:absolute; top:50%; transform:translateY(-50%); right:100%; width:36px; height:36px; line-height:36px; text-align:center; background-color:rgba(255,255,255,0.8); font-size:24px; font-family:Arial; border-radius:5px 0 0 5px; }
#Tool{ position:relative; top:50%; transform:translateY(-50%); width:260px; max-height:100%; overflow:auto; background-color:rgba(255,255,255,0.8); }
#Tool .item{ position:relative; border:solid 1px #cccccc; margin:10px; padding:5px; }
#Tool .item strong{ font-weight:normal; padding:5px; }

.group{ display:table !important; border-collapse:separate; border-spacing:0; width:100%; }
.group-control{ display:table-cell !important; width:99.99% !important; padding:5px; }
.group-addon{ display:table-cell !important; width:0.01% !important; padding:5px; white-space:nowrap; vertical-align:middle !important; }
.group-12{ display:table-cell !important; width:100% !important; padding:5px; }
.group-6{ display:table-cell !important; width:50% !important; padding:5px; }

.icon-help{ display:inline-block; width:16px; height:16px; line-height:16px; text-align:center; border-radius:50%; background:#222222; color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:12px; }