@import '../iconfont/iconfont.css';

html, body {
  height: 100%;
  margin: 0px;
}

body {
    margin: 0px;
    overflow-x:hidden;
    overflow-y:hidden;
}

/*leaflet风格气泡窗口样式模板*/
.leaflet-popup {
    position: absolute;
    text-align: center;
}
.leaflet-popup-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0 10px 4px;
    text-align: center;
    font: 16px/16px Tahoma, Verdana, sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.cent-title {
    position: absolute;
    top: 105px;
    left: 0;
    padding: 4px 0 0 4px;
    text-align: center;
    font: 16px/16px Tahoma, Verdana, sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/16px Tahoma, Verdana, sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.leaflet-popup-content-wrapper {
    text-align: center;
    max-height: 200px;
    overflow-y: auto;
    background: rgba(0, 177, 255, 0.6);
    box-shadow: 0 0 5px rgba(0, 196, 255, 1);
    padding: 1px;
    text-align: left;
    font: 15px/15px Tahoma, Verdana, sans-serif;
    color: white;
    border-radius: 12px;
    border :1px solid  rgba(0, 177, 255, 0.8);
}
.leaflet-popup-content {
    margin: 20px 15px 10px;
    line-height: 1.4;
}
.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.leaflet-popup-tip {
    background:rgba(0, 177, 255, 0.6);
    box-shadow: 0 0 5px rgba(0, 196, 255, 1);
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    border :1px solid  rgba(0, 177, 255, 0.8);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--------tooltip----------------*/

/*--------tooltip----------------*/
.tooltip {
    display: block;
    position: absolute;
    visibility: visible;
    max-width: 300px;
    min-width: 100px;
    padding: 5px;
    font-size: 11px;
    z-index: 1000;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
  }
  .tooltip-inner {
    padding: 3px 8px;
    background-color: #000000;
    color: white;
    text-align: center;
    max-width: 300px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
  }
/*--------tooltip end------------*/
