#queryVectorBTN{
    position:absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    display: none;
}

#obliqueBTN{
    position:absolute;
    bottom: 105px;
    right: 25px;
    z-index: 10;
}

#lidarBTN{
    position:absolute;
    bottom: 80px;
    right: 75px;
    z-index: 10;
}

#returnBTN{
  position:absolute;
  bottom: 80px;
  right: 75px;
  z-index: 10;
}

#extentBTN{
    position:absolute;
    bottom: 35px;
    right: 110px;
    z-index: 10;
}

#zoomInBTN{
    position:absolute;
    bottom: 80px;
    left: 15px;
    z-index: 10;
}

#zoomOutBTN{
    position:absolute;
    bottom: 30px;
    left: 15px;
    z-index: 10;
}

#tDOutBTN{
    position:absolute;
    bottom: 25px;
    right: 25px;
    z-index: 10;
}




.annotation-action-icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    padding: 0 5px 0 5px;
  }
  
  .annotation-action-icon:hover {
    transform: translateY(5px);
  }
  
  
  .button-icon {
    cursor: pointer;
  }
  
  .button-icon:hover {
    transform: translateY(5px);
  }