/*!
 * Propeller v1.3.2 (http://propeller.in): button.css
 * Copyright 2016-2019 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */
.custombtn {
  font-weight: 400;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.custombtn.pmd-custombtn-raised {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.custombtn.pmd-custombtn-raised:active, .custombtn.pmd-custombtn-raised:focus, .custombtn.pmd-custombtn-raised.active, .custombtn.pmd-custombtn-raised:active:focus, .custombtn.pmd-custombtn-raised.active:focus {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

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

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

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

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

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

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

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

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

.custombtn-default {
  color: #333333;
  background-color: #fff;
}

.custombtn-default:hover {
  color: #333333;
  background-color: #ececec;
}

.custombtn-default:focus, .custombtn-default.focus, .custombtn-default:active, .custombtn-default.active, .custombtn-default.active.focus, .custombtn-default.active:focus, .custombtn-default:active.focus, .custombtn-default:active:focus {
  color: #333333;
  background-color: #ececec;
}

.custombtn-default .ink {
  background-color: #e6e5e5;
}

.custombtn-default.pmd-custombtn-flat {
  color: #fff;
  background-color: transparent;
}

.custombtn-default.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-default.pmd-custombtn-flat:active, .custombtn-default.pmd-custombtn-flat.active, .custombtn-default.pmd-custombtn-flat:focus {
  color: #fff;
  background-color: #cccccc;
}

.custombtn-default.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-default.pmd-custombtn-outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.custombtn-default.pmd-custombtn-outline:hover, .custombtn-default.pmd-custombtn-outline:focus {
  border-color: #e6e5e5;
  background-color: #ececec;
  color: #333333;
}

.custombtn-primary {
  color: #fff;
  background-color: #4285f4;
}

.custombtn-primary:hover {
  color: #fff;
  background-color: #1e6ef2;
}

.custombtn-primary:focus, .custombtn-primary.focus, .custombtn-primary:active, .custombtn-primary.active, .custombtn-primary.active.focus, .custombtn-primary.active:focus, .custombtn-primary:active.focus, .custombtn-primary:active:focus {
  color: #fff;
  background-color: #1e6ef2;
}

.custombtn-primary .ink {
  background-color: #1266f1;
}

.custombtn-primary.pmd-custombtn-flat {
  color: #4285f4;
  background-color: transparent;
}

.custombtn-primary.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-primary.pmd-custombtn-flat:active, .custombtn-primary.pmd-custombtn-flat.active, .custombtn-primary.pmd-custombtn-flat:focus {
  color: #4285f4;
  background-color: #cccccc;
}

.custombtn-primary.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-primary.pmd-custombtn-outline {
  border-color: #4285f4;
  background-color: transparent;
  color: #4285f4;
}

.custombtn-primary.pmd-custombtn-outline:hover, .custombtn-primary.pmd-custombtn-outline:focus {
  border-color: #1266f1;
  background-color: #1e6ef2;
  color: #fff;
}

.custombtn-secondary {
  color: #333333;
  background-color: #ffc107;
}

.custombtn-secondary:hover {
  color: #333333;
  background-color: #e0a800;
}

.custombtn-secondary:focus, .custombtn-secondary.focus, .custombtn-secondary:active, .custombtn-secondary.active, .custombtn-secondary.active.focus, .custombtn-secondary.active:focus, .custombtn-secondary:active.focus, .custombtn-secondary:active:focus {
  color: #333333;
  background-color: #e0a800;
}

.custombtn-secondary .ink {
  background-color: #d39e00;
}

.custombtn-secondary.pmd-custombtn-flat {
  color: #ffc107;
  background-color: transparent;
}

.custombtn-secondary.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-secondary.pmd-custombtn-flat:active, .custombtn-secondary.pmd-custombtn-flat.active, .custombtn-secondary.pmd-custombtn-flat:focus {
  color: #ffc107;
  background-color: #cccccc;
}

.custombtn-secondary.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-secondary.pmd-custombtn-outline {
  border-color: #ffc107;
  background-color: transparent;
  color: #ffc107;
}

.custombtn-secondary.pmd-custombtn-outline:hover, .custombtn-secondary.pmd-custombtn-outline:focus {
  border-color: #d39e00;
  background-color: #e0a800;
  color: #333333;
}

.custombtn-success {
  color: #fff;
  background-color: #259b24;
}

.custombtn-success:hover {
  color: #fff;
  background-color: #1e7c1d;
}

.custombtn-success:focus, .custombtn-success.focus, .custombtn-success:active, .custombtn-success.active, .custombtn-success.active.focus, .custombtn-success.active:focus, .custombtn-success:active.focus, .custombtn-success:active:focus {
  color: #fff;
  background-color: #1e7c1d;
}

.custombtn-success .ink {
  background-color: #1b721a;
}

.custombtn-success.pmd-custombtn-flat {
  color: #259b24;
  background-color: transparent;
}

.custombtn-success.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-success.pmd-custombtn-flat:active, .custombtn-success.pmd-custombtn-flat.active, .custombtn-success.pmd-custombtn-flat:focus {
  color: #259b24;
  background-color: #cccccc;
}

.custombtn-success.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-success.pmd-custombtn-outline {
  border-color: #259b24;
  background-color: transparent;
  color: #259b24;
}

.custombtn-success.pmd-custombtn-outline:hover, .custombtn-success.pmd-custombtn-outline:focus {
  border-color: #1b721a;
  background-color: #1e7c1d;
  color: #fff;
}

.custombtn-info {
  color: #fff;
  background-color: #03a9f4;
}

.custombtn-info:hover {
  color: #fff;
  background-color: #038fce;
}

.custombtn-info:focus, .custombtn-info.focus, .custombtn-info:active, .custombtn-info.active, .custombtn-info.active.focus, .custombtn-info.active:focus, .custombtn-info:active.focus, .custombtn-info:active:focus {
  color: #fff;
  background-color: #038fce;
}

.custombtn-info .ink {
  background-color: #0286c2;
}

.custombtn-info.pmd-custombtn-flat {
  color: #03a9f4;
  background-color: transparent;
}

.custombtn-info.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-info.pmd-custombtn-flat:active, .custombtn-info.pmd-custombtn-flat.active, .custombtn-info.pmd-custombtn-flat:focus {
  color: #03a9f4;
  background-color: #cccccc;
}

.custombtn-info.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-info.pmd-custombtn-outline {
  border-color: #03a9f4;
  background-color: transparent;
  color: #03a9f4;
}

.custombtn-info.pmd-custombtn-outline:hover, .custombtn-info.pmd-custombtn-outline:focus {
  border-color: #0286c2;
  background-color: #038fce;
  color: #fff;
}

.custombtn-warning {
  color: #333333;
  background-color: #ffc107;
}

.custombtn-warning:hover {
  color: #333333;
  background-color: #e0a800;
}

.custombtn-warning:focus, .custombtn-warning.focus, .custombtn-warning:active, .custombtn-warning.active, .custombtn-warning.active.focus, .custombtn-warning.active:focus, .custombtn-warning:active.focus, .custombtn-warning:active:focus {
  color: #333333;
  background-color: #e0a800;
}

.custombtn-warning .ink {
  background-color: #d39e00;
}

.custombtn-warning.pmd-custombtn-flat {
  color: #ffc107;
  background-color: transparent;
}

.custombtn-warning.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-warning.pmd-custombtn-flat:active, .custombtn-warning.pmd-custombtn-flat.active, .custombtn-warning.pmd-custombtn-flat:focus {
  color: #ffc107;
  background-color: #cccccc;
}

.custombtn-warning.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-warning.pmd-custombtn-outline {
  border-color: #ffc107;
  background-color: transparent;
  color: #ffc107;
}

.custombtn-warning.pmd-custombtn-outline:hover, .custombtn-warning.pmd-custombtn-outline:focus {
  border-color: #d39e00;
  background-color: #e0a800;
  color: #333333;
}

.custombtn-danger {
  color: #fff;
  background-color: #ff5722;
}

.custombtn-danger:hover {
  color: #fff;
  background-color: #fb3c00;
}

.custombtn-danger:focus, .custombtn-danger.focus, .custombtn-danger:active, .custombtn-danger.active, .custombtn-danger.active.focus, .custombtn-danger.active:focus, .custombtn-danger:active.focus, .custombtn-danger:active:focus {
  color: #fff;
  background-color: #fb3c00;
}

.custombtn-danger .ink {
  background-color: #ee3900;
}

.custombtn-danger.pmd-custombtn-flat {
  color: #ff5722;
  background-color: transparent;
}

.custombtn-danger.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-danger.pmd-custombtn-flat:active, .custombtn-danger.pmd-custombtn-flat.active, .custombtn-danger.pmd-custombtn-flat:focus {
  color: #ff5722;
  background-color: #cccccc;
}

.custombtn-danger.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-danger.pmd-custombtn-outline {
  border-color: #ff5722;
  background-color: transparent;
  color: #ff5722;
}

.custombtn-danger.pmd-custombtn-outline:hover, .custombtn-danger.pmd-custombtn-outline:focus {
  border-color: #ee3900;
  background-color: #fb3c00;
  color: #fff;
}

.custombtn-light {
  color: #333333;
  background-color: #f8f9fa;
}

.custombtn-light:hover {
  color: #333333;
  background-color: #e2e6ea;
}

.custombtn-light:focus, .custombtn-light.focus, .custombtn-light:active, .custombtn-light.active, .custombtn-light.active.focus, .custombtn-light.active:focus, .custombtn-light:active.focus, .custombtn-light:active:focus {
  color: #333333;
  background-color: #e2e6ea;
}

.custombtn-light .ink {
  background-color: #dae0e5;
}

.custombtn-light.pmd-custombtn-flat {
  color: #f8f9fa;
  background-color: transparent;
}

.custombtn-light.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-light.pmd-custombtn-flat:active, .custombtn-light.pmd-custombtn-flat.active, .custombtn-light.pmd-custombtn-flat:focus {
  color: #f8f9fa;
  background-color: #cccccc;
}

.custombtn-light.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-light.pmd-custombtn-outline {
  border-color: #f8f9fa;
  background-color: transparent;
  color: #f8f9fa;
}

.custombtn-light.pmd-custombtn-outline:hover, .custombtn-light.pmd-custombtn-outline:focus {
  border-color: #dae0e5;
  background-color: #e2e6ea;
  color: #333333;
}

.custombtn-dark {
  color: #fff;
  background-color: #343a40;
}

.custombtn-dark:hover {
  color: #fff;
  background-color: #23272b;
}

.custombtn-dark:focus, .custombtn-dark.focus, .custombtn-dark:active, .custombtn-dark.active, .custombtn-dark.active.focus, .custombtn-dark.active:focus, .custombtn-dark:active.focus, .custombtn-dark:active:focus {
  color: #fff;
  background-color: #23272b;
}

.custombtn-dark .ink {
  background-color: #1d2124;
}

.custombtn-dark.pmd-custombtn-flat {
  color: #343a40;
  background-color: transparent;
}

.custombtn-dark.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-dark.pmd-custombtn-flat:active, .custombtn-dark.pmd-custombtn-flat.active, .custombtn-dark.pmd-custombtn-flat:focus {
  color: #343a40;
  background-color: #cccccc;
}

.custombtn-dark.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-dark.pmd-custombtn-outline {
  border-color: #343a40;
  background-color: transparent;
  color: #343a40;
}

.custombtn-dark.pmd-custombtn-outline:hover, .custombtn-dark.pmd-custombtn-outline:focus {
  border-color: #1d2124;
  background-color: #23272b;
  color: #fff;
}

.custombtn-error {
  color: #fff;
  background-color: #ff5722;
}

.custombtn-error:hover {
  color: #fff;
  background-color: #fb3c00;
}

.custombtn-error:focus, .custombtn-error.focus, .custombtn-error:active, .custombtn-error.active, .custombtn-error.active.focus, .custombtn-error.active:focus, .custombtn-error:active.focus, .custombtn-error:active:focus {
  color: #fff;
  background-color: #fb3c00;
}

.custombtn-error .ink {
  background-color: #ee3900;
}

.custombtn-error.pmd-custombtn-flat {
  color: #ff5722;
  background-color: transparent;
}

.custombtn-error.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-error.pmd-custombtn-flat:active, .custombtn-error.pmd-custombtn-flat.active, .custombtn-error.pmd-custombtn-flat:focus {
  color: #ff5722;
  background-color: #cccccc;
}

.custombtn-error.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-error.pmd-custombtn-outline {
  border-color: #ff5722;
  background-color: transparent;
  color: #ff5722;
}

.custombtn-error.pmd-custombtn-outline:hover, .custombtn-error.pmd-custombtn-outline:focus {
  border-color: #ee3900;
  background-color: #fb3c00;
  color: #fff;
}

.custombtn-inverse {
  color: #fff;
  background-color: #343a40;
}

.custombtn-inverse:hover {
  color: #fff;
  background-color: #23272b;
}

.custombtn-inverse:focus, .custombtn-inverse.focus, .custombtn-inverse:active, .custombtn-inverse.active, .custombtn-inverse.active.focus, .custombtn-inverse.active:focus, .custombtn-inverse:active.focus, .custombtn-inverse:active:focus {
  color: #fff;
  background-color: #23272b;
}

.custombtn-inverse .ink {
  background-color: #1d2124;
}

.custombtn-inverse.pmd-custombtn-flat {
  color: #343a40;
  background-color: transparent;
}

.custombtn-inverse.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-inverse.pmd-custombtn-flat:active, .custombtn-inverse.pmd-custombtn-flat.active, .custombtn-inverse.pmd-custombtn-flat:focus {
  color: #343a40;
  background-color: #cccccc;
}

.custombtn-inverse.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-inverse.pmd-custombtn-outline {
  border-color: #343a40;
  background-color: transparent;
  color: #343a40;
}

.custombtn-inverse.pmd-custombtn-outline:hover, .custombtn-inverse.pmd-custombtn-outline:focus {
  border-color: #1d2124;
  background-color: #23272b;
  color: #fff;
}

.custombtn-information {
  color: #fff;
  background-color: #03a9f4;
}

.custombtn-information:hover {
  color: #fff;
  background-color: #038fce;
}

.custombtn-information:focus, .custombtn-information.focus, .custombtn-information:active, .custombtn-information.active, .custombtn-information.active.focus, .custombtn-information.active:focus, .custombtn-information:active.focus, .custombtn-information:active:focus {
  color: #fff;
  background-color: #038fce;
}

.custombtn-information .ink {
  background-color: #0286c2;
}

.custombtn-information.pmd-custombtn-flat {
  color: #03a9f4;
  background-color: transparent;
}

.custombtn-information.pmd-custombtn-flat:hover {
  background-color: #e5e5e5;
}

.custombtn-information.pmd-custombtn-flat:active, .custombtn-information.pmd-custombtn-flat.active, .custombtn-information.pmd-custombtn-flat:focus {
  color: #03a9f4;
  background-color: #cccccc;
}

.custombtn-information.pmd-custombtn-flat .ink {
  background-color: #808080;
}

.custombtn-information.pmd-custombtn-outline {
  border-color: #03a9f4;
  background-color: transparent;
  color: #03a9f4;
}

.custombtn-information.pmd-custombtn-outline:hover, .custombtn-information.pmd-custombtn-outline:focus {
  border-color: #0286c2;
  background-color: #038fce;
  color: #fff;
}

.custombtn-default.pmd-custombtn-flat {
  color: #333333;
}

.custombtn-default.pmd-custombtn-outline {
  color: #333333;
  border-color: #333333;
}

.custombtn-default.pmd-custombtn-outline:hover, .custombtn-default.pmd-custombtn-outline:focus {
  border-color: #333333;
}

.custombtn-lg {
  padding: 0.625rem 1rem;
  font-size: 1.125rem;
  line-height: 1.3;
  border-radius: 0.125rem;
}

.custombtn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.pmd-ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -ms-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}

.ink.animate {
  animation: ripple .5s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.custombtn-group .custombtn {
  border-radius: 2px;
}

.custombtn-group.open .dropdown-toggle {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.custombtn-group .custombtn + .custombtn,
.custombtn-group .custombtn + .custombtn-group,
.custombtn-group .custombtn-group + .custombtn,
.custombtn-group .custombtn-group + .custombtn-group {
  margin-left: 0;
}

.custombtn-group > .custombtn:hover,
.custombtn-group-vertical > .custombtn:hover {
  z-index: 0;
}

.custombtn-group > .custombtn:focus:hover,
.custombtn-group-vertical > .custombtn:focus:hover,
.custombtn-group > .custombtn:active:hover,
.custombtn-group-vertical > .custombtn:active:hover,
.custombtn-group > .custombtn.active:hover,
.custombtn-group-vertical > .custombtn.active:hover {
  z-index: 2;
}

/*# sourceMappingURL=button.css.map */
