    .disableLink {
      pointer-events: none;
      color: currentColor;
      cursor: not-allowed;
      opacity: 0.5;
      text-decoration: none;
    }

    .chart-legend li span {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 5px;
    }

    .ui-autocomplete {
      z-index: 215000000 !important;
    }

    .fbtn-l {
      width: 64px;
      height: 64px;
      line-height: 64px;
      font-size: 24px;
    }

    .fbtn-circle,
    .fbtn-circle a {
      border-radius: 50%;
    }

    .pink {
      background: #D93160;
      right: 10px;
    }

    .fbtn {
      text-align: center;
      -webkit-transition: .8s all;
      -moz-transition: .8s all;
      transition: .8s all;
    }

    .fbtn a {
      display: block;
      color: #fff;
      text-decoration: none;
      -webkit-transition: .8s all;
      -moz-transition: .8s all;
      transition: .8s all;
    }

    .fbtn a:hover {
      background: rgba(0, 0, 0, .5);
    }

    .fbtn-float {
      position: fixed;
      bottom: 10px;
      z-index: 999;
    }

    .fbtn-float:hover {
      -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
      box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    }
