
.LocateButton span {
  display: none; }
.LocateButton .zoomLocateButton {
  padding: 0;
  width: 32px;
  height: 32px;
  color: #4c4c4c;
  background-color: #ffffff;
  border-width: 0;
  border-style: none;
  border-radius: 0px;
  font-size: 16px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px; }
  .LocateButton .zoomLocateButton:hover {
    color: #0079c1;
    background-color: #e2f1fb; }
  .LocateButton .zoomLocateButton:active, .LocateButton .zoomLocateButton:focus {
    color: #0079c1;
    background-color: #aadbfa; }
  .LocateButton .zoomLocateButton:before {
    content: "\f05b"; }
.LocateButton .loading {
  background-image: url("../images/loadingIndicator/LoadingAnimation16_Trans.gif");
  background-position: center center;
  background-repeat: no-repeat;
  transition: none; }
  .LocateButton .loading:before {
    display: none; }
