.btn {
  display: inline-block;
  font-weight: 400;
  color: #222;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .19rem .75rem;
  font-size: 1rem;
  line-height: 1.66;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #222;
  text-decoration: none
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .5rem #ff0000
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #c00000
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .5rem #ff9999
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c00000;
  border-color: #bf0000
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem #ff9999
}

.btn-secondary {
  color: #fff;
  background-color: #642b88;
  border-color: #642b88
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  background-color: #4f226b;
  border-color: #481f61
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .5rem rgba(123, 75, 154, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #642b88;
  border-color: #642b88
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #481f61;
  border-color: #401c58
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(123, 75, 154, .5)
}

.btn-success {
  color: #fff;
  background-color: #6fa86f;
  border-color: #6fa86f
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #5b965b;
  border-color: #568e56
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .5rem rgba(133, 181, 133, .5)
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #6fa86f;
  border-color: #6fa86f
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #568e56;
  border-color: #518651
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(133, 181, 133, .5)
}

.btn-info {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .5rem rgba(130, 138, 145, .5)
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(130, 138, 145, .5)
}

.btn-warning {
  color: #212529;
  background-color: #d1b062;
  border-color: #d1b062
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #212529;
  background-color: #c8a144;
  border-color: #c59c3b
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 .5rem rgba(183, 155, 89, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #d1b062;
  border-color: #d1b062
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #c59c3b;
  border-color: #bc9537
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(183, 155, 89, .5)
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #c00000
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 .5rem #ff9999;
/* replace with rbga(255,0,0,0.5) as soon as drupal color module supports it */
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c00000;
  border-color: #bf0000
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem #ff9999;
/* replace with rbga(255,0,0,0.5) as soon as drupal color module supports it */
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 .5rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(216, 217, 219, .5)
}

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

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

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 .5rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
  color: #ff0000;
  border-color: #ff0000
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .5rem #ff9999;
/* replace with rbga(255,0,0,0.5) as soon as drupal color module supports it */
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff0000;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem #ff9999;
/* replace with rbga(255,0,0,0.5) as soon as drupal color module supports it */
}

.btn-outline-secondary {
  color: #642b88;
  border-color: #642b88
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #642b88;
  border-color: #642b88
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .5rem rgba(100, 43, 136, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #642b88;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #642b88;
  border-color: #642b88
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(100, 43, 136, .5)
}

.btn-outline-success {
  color: #6fa86f;
  border-color: #6fa86f
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #6fa86f;
  border-color: #6fa86f
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .5rem rgba(111, 168, 111, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #6fa86f;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #6fa86f;
  border-color: #6fa86f
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(111, 168, 111, .5)
}

.btn-outline-info {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .5rem rgba(108, 117, 125, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(108, 117, 125, .5)
}

.btn-outline-warning {
  color: #d1b062;
  border-color: #d1b062
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #d1b062;
  border-color: #d1b062
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .5rem rgba(209, 176, 98, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #d1b062;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #d1b062;
  border-color: #d1b062
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(209, 176, 98, .5)
}

.btn-outline-danger {
  color: #ff0000;
  border-color: #ff0000
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .5rem #ff9999;
/* replace with rbga(255,0,0,0.5) as soon as drupal color module supports it */
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff0000;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem #ff9999;
/* replace with rbga(255,0,0,0.5) as soon as drupal color module supports it */
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .5rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .5rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .5rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400
}

.btn-link, .btn-link:hover {
  color: #222;
  text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.2rem
}

.btn-lg, .btn-sm {
  line-height: 1.5;
  border-radius: 0
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .9rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block + .btn-block {
  margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}

.btn-only-icon {
  padding: .375rem
}

.btn-only-icon .icon {
  font-size: 2em
}

.btn-only-icon .btn-inner {
  box-shadow: none !important;
  display: flex
}

.btn .btn-inner {
  text-decoration: none;
  transition: all .1s ease-in-out;
  box-shadow: inset 0 0 0 #fff, inset 0 -2px 0 #fff
}

.btn:hover .btn-inner {
  text-decoration: none;
  box-shadow: inset 0 0 0 #fff, inset 0 -4px 0 #fff
}

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