.pmd-floating-action {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
}

.pmd-floating-action:hover .pmd-floating-action-bton,
.menub--floating--open .pmd-floating-action-bton {
  position: relative;
  bottom: auto;
  overflow: hidden;
  opacity: 1;
  -ms-transform: none;
      transform: none;
}

.pmd-floating-action:hover .pmd-floating-action-bton:before,
.menub--floating--open .pmd-floating-action-bton:before {
  opacity: 1;
}

.pmd-floating-action-bton {
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
  transition: all .3s cubic-bezier(.55, 0, .1, 1);
}

.pmd-floating-action-bton:before {
  position: absolute;
  right: 100%;
  bottom: 10%;
  display: inline-block;
  padding: .375rem .75rem;
  margin-right: .3125rem;
  font-size: .75rem;
  color: rgba(0, 0, 0, .87);
  white-space: nowrap;
  content: attr(data-title);
  background-color: #fff;
  border-radius: .125rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  opacity: 0;
  transition: all .2s ease-in-out;
}

.pmd-floating-action-bton:last-child:before {
  bottom: 25%;
  font-size: 14px;
}

.pmd-floating-action-bton:hover, .pmd-floating-action-bton:focus, .pmd-floating-action-bton:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.pmd-floating-action-bton:not(:last-child) {
  position: absolute;
  bottom: 0;
  margin-bottom: .9375rem;
  margin-left: .5rem;
  opacity: 0;
  -ms-transform: translateY(20px) scale(.3);
      transform: translateY(20px) scale(.3);
}

.pmd-floating-action-bton:not(:last-child):nth-last-child(1) {
  transition-delay: 50ms;
}

.pmd-floating-action-bton:not(:last-child):nth-last-child(2) {
  transition-delay: 100ms;
}

.pmd-floating-action-bton:not(:last-child):nth-last-child(3) {
  transition-delay: 150ms;
}

.pmd-floating-action-bton:not(:last-child):nth-last-child(4) {
  transition-delay: 200ms;
}

.pmd-floating-action-bton:not(:last-child):nth-last-child(5) {
  transition-delay: 250ms;
}

.pmd-floating-action-bton:not(:last-child):nth-last-child(6) {
  transition-delay: 300ms;
}

.pmd-floating-action-bton.bton:hover {
  overflow: visible;
}

.pmd-floating-action-bton .ink {
  width: 50px;
  height: 50px;
}

.pmd-floating-hidden {
  display: none;
}

.margin-r8 {
  margin-right: 8px !important;
}
.bton {
  padding: .625rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: .125rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bton:active, .bton.active {
  box-shadow: none;
}

.bton:hover, .bton.active.focus, .bton.active:focus, .bton.focus, .bton:active.focus, .bton:active:focus, .bton:focus {
  border-color: transparent;
  outline: 0;
  outline-offset: 0;
}

.bton.pmd-bton-raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.bton.pmd-bton-raised:active, .bton.pmd-bton-raised:focus, .bton.pmd-bton-raised.active, .bton.pmd-bton-raised:active:focus, .bton.pmd-bton-raised.active:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.bton.pmd-bton-fab {
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
}

.bton.pmd-bton-fab span,
.bton.pmd-bton-fab i {
  line-height: 56px;
}

.bton.pmd-btn-fab.bton-lg {
  width: 78px;
  min-width: 78px;
  height: 78px;
}

.bton.pmd-bton-fab.bton-lg span,
.bton.pmd-bton-fab.bton-lg i {
  line-height: 78px;
}

.bton.pmd-bton-fab.bton-sm {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.bton.pmd-bton-fab.bton-sm span,
.bton.pmd-bton-fab.bton-sm i {
  line-height: 40px;
}

.bton.pmd-bton-fab.bton-xs {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.bton.pmd-bton-fab.bton-xs span,
.bton.pmd-bton-fab.bton-xs i {
  line-height: 30px;
}

.bton-default {
  color: #333;
  background-color: #fff;
}

.bton-default:hover {
  color: #333;
  background-color: #ececec;
}

.bton-default:focus, .bton-default.focus, .bton-default:active, .bton-default.active, .bton-default.active.focus, .bton-default.active:focus, .bton-default:active.focus, .bton-default:active:focus {
  color: #333;
  background-color: #ececec;
}
