
/*
* Base Button Style
*
* The default values for the .button class
*/
.btn-sqkd-beb2ab {
  color: var(--mds-grey-87);
  font: var(--mds-type-button);
  text-decoration: none;
  text-align: center;
  line-height: 30px; /* stylelint-disable-line mds/typography */
  height: 32px;
  padding: 0 12px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
}
.btn-sqkd-beb2ab:visited {
  color: var(--mds-grey-87);
}
.btn-sqkd-beb2ab:hover,
.btn-sqkd-beb2ab:focus {
  opacity: 0.7;
  text-decoration: none;
}
.btn-sqkd-beb2ab:active {
  text-shadow: 0 1px 0 var(--mds-grey-3);
  text-decoration: none;
  transition-duration: 0s;
  box-shadow: inset 0 1px 3px var(--mds-grey-38);
  border-color: var(--mds-grey-3);
  color: var(--mds-grey-3);
}
/*
* Disabled State
*
* The disabled state uses the class .disabled, is-disabled,
* and the form attribute disabled="disabled".
* The use of !important is only added because this is a state
* that must be applied to all buttons when in a disabled state.
*/
.btn-sqkd-beb2ab.disabled,
.btn-sqkd-beb2ab.is-disabled-sqkd-4b3d31,
.btn-sqkd-beb2ab:disabled {
  top: 0 !important;
  background: var(--mds-grey-8) !important;
  border: 1px solid var(--mds-grey-12) !important;
  text-shadow: 0 1px 1px var(--white) !important;
  color: var(--mds-grey-38) !important;
  cursor: default !important;
  appearance: none !important;
  box-shadow: none !important;
  opacity: 0.8 !important;
}
.btn-flat-primary-sqkd-75ddc5 {
  background-color: var(--mds-brand-100);
  border-color: var(--mds-brand-100);
  color: var(--white);
}
.btn-flat-primary-sqkd-75ddc5:visited {
  color: var(--white);
}
.btn-flat-primary-sqkd-75ddc5:hover,
.btn-flat-primary-sqkd-75ddc5:focus {
  background-color: var(--mds-brand-54);
  border-color: var(--mds-brand-54);
}
.btn-flat-primary-sqkd-75ddc5:active {
  background-color: var(--mds-brand-54);
  border-color: var(--mds-brand-54);
  color: var(--white);
}
.btn-flat-secondary-sqkd-bd8130 {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--mds-brand-100);
}
.btn-flat-secondary-sqkd-bd8130:visited {
  color: var(--mds-brand-100);
}
.btn-flat-secondary-sqkd-bd8130:hover,
.btn-flat-secondary-sqkd-bd8130:focus {
  background-color: var(--mds-grey-3);
  border-color: var(--mds-grey-3);
}
.btn-flat-secondary-sqkd-bd8130:active {
  background-color: var(--mds-grey-3);
  border-color: var(--mds-grey-3);
  color: var(--mds-brand-100);
}
.btn-neutral {
  background-color: var(--mds-grey-3);
}
.btn-neutral:active {
  background: var(--mds-grey-3);
}
.btn-flat-action-sqkd-2f662d {
  background-color: var(--mds-green-100);
  border: 1px solid var(--mds-green-100);
  color: var(--white);
}
.btn-flat-action-sqkd-2f662d:visited {
  color: var(--white);
}
.btn-flat-action-sqkd-2f662d:hover,
.btn-flat-action-sqkd-2f662d:focus {
  background-color: var(--mds-green-54);
  border-color: var(--mds-green-54);
}
.btn-flat-action-sqkd-2f662d:active {
  background-color: var(--mds-green-54);
  border-color: var(--mds-green-54);
  color: var(--white);
}
.btn-highlight-sqkd-aa1ddc {
  background-color: var(--mds-orange-100);
  border: 1px solid var(--mds-orange-100);
  color: var(--white);
}
.btn-highlight-sqkd-aa1ddc:visited {
  color: var(--white);
}
.btn-highlight-sqkd-aa1ddc:hover,
.btn-highlight-sqkd-aa1ddc:focus {
  background-color: var(--mds-orange-54);
  border-color: var(--mds-orange-54);
}
.btn-highlight-sqkd-aa1ddc:active {
  background-color: var(--mds-orange-54);
  border-color: var(--mds-orange-54);
  color: var(--white);
}
.btn-warning-sqkd-63eca2 {
  background-color: var(--mds-yellow-100);
  border: 1px solid var(--mds-yellow-100);
  color: var(--black);
}
.btn-warning-sqkd-63eca2:visited {
  color: var(--black);
}
.btn-warning-sqkd-63eca2:hover,
.btn-warning-sqkd-63eca2:focus {
  background-color: var(--mds-yellow-54);
  border-color: var(--mds-yellow-54);
}
.btn-warning-sqkd-63eca2:active {
  background-color: var(--mds-yellow-54);
  border-color: var(--mds-yellow-54);
  color: var(--black);
}
.btn-caution-sqkd-112f2a {
  background-color: var(--mds-red-100);
  border: 1px solid var(--mds-red-100);
  color: var(--white);
}
.btn-caution-sqkd-112f2a:visited {
  color: var(--white);
}
.btn-caution-sqkd-112f2a:hover,
.btn-caution-sqkd-112f2a:focus {
  background-color: var(--mds-red-54);
  border-color: var(--mds-red-54);
}
.btn-caution-sqkd-112f2a:active {
  background-color: var(--mds-red-54);
  border-color: var(--mds-red-54);
  color: var(--white);
}
/*
* Button Shapes
*
* This file creates the various button shapes
* (ex. Rounded, Pill)
*/
.btn-pill-sqkd-860e79 {
  border-radius: 200px;
}
.btn-rounded-sqkd-7ca2b2 {
  border-radius: 3px;
}
/*
* Button Sizes
*
* This file creates the various button sizes
* (ex. .button-large, .button-small, etc.)
*/
.btn-giant-sqkd-6ea479 {
  font-size: 25px; /* stylelint-disable-line mds/typography */
  height: 56px;
  line-height: 54px; /* stylelint-disable-line mds/typography */
  padding: 0 56px;
}
.btn-jumbo-sqkd-9372ce {
  font-size: 23px; /* stylelint-disable-line mds/typography */
  height: 53px;
  line-height: 51px; /* stylelint-disable-line mds/typography */
  padding: 0 53px;
}
.btn-large-sqkd-eb7a52 {
  height: 36px;
  line-height: 34px; /* stylelint-disable-line mds/typography */

  /* Mavenlink Override: Don't increase font-size & use legacy padding on btn-large */
  font-size: 14px; /* stylelint-disable-line mds/typography */
  padding: 0 26px;
}
.btn-normal-sqkd-d1bbcf {
  font-size: 14px; /* stylelint-disable-line mds/typography */
  height: 32px;
  line-height: 30px; /* stylelint-disable-line mds/typography */
  padding: 0 var(--spacing-x-large);
}
.btn-small-sqkd-806653 {
  font-size: 13px; /* stylelint-disable-line mds/typography */
  height: 30px;
  line-height: 28px; /* stylelint-disable-line mds/typography */
  padding: 0 30px;
}
.btn-tiny-sqkd-d7a763 {
  font-size: 11px; /* stylelint-disable-line mds/typography */
  height: 26px;
  line-height: 24px; /* stylelint-disable-line mds/typography */
  padding: 0 26px;
}
/* Override: Don't increase font-size & use legacy padding on btn-large */
.btn.btn-large {
  font-size: 14px; /* stylelint-disable-line mds/typography */
  padding: 0 26px;
}
a.btn {
  cursor: pointer;
}
button.btn:hover,
a.btn:hover {
  text-decoration: none;
}
.btn-form-buttons {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-jumbo-icon {
  padding-left: 20px;
  padding-right: 20px;
}
button.btn-form-buttons,
input.btn-form-buttons {
  height: 30px;
}
.btn-short {
  height: 20px;
  line-height: 20px; /* stylelint-disable-line mds/typography */
}
.btn-equal-lr-padding {
  padding-left: var(--spacing-medium);
  padding-right: var(--spacing-medium);
}
.btn-add-button,
.template-button {
  height: 32px;
  line-height: 32px; /* stylelint-disable-line mds/typography */
}
.btn-add-button .icon-new,
.template-button .icon-new {
  height: 32px;
}
.btn-add-button .story-add-form .icon-new {
  height: 22px;
  width: 22px;
}
.btn-add-button .story-add-form .icon-new.icon-miniscule {
  margin-top: -1px;
  height: 11px;
  width: 11px;
}
.btn-link {
  font-weight: normal; /* stylelint-disable-line mds/typography */
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none !important; /* overrides private labels */
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;

  /* Note: following is for consistency with how we're doing in private labels */
  opacity: 0.7;
  background-color: transparent;
}
.btn-blank {
  background: none;
  min-width: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.btn-blank:active,
.btn-link:active {
  background: none;
}
/* LEGACY (from Buttons v1 but we still reference these) */
.btn-icon .icon-new {
  margin-right: var(--space-025);
}
.btn-icon .wrapper,
.btn-icon .icon,
.btn-icon .label {
  vertical-align: middle;
  display: inline-block;
}
.btn-icon .label {
  line-height: 0.8em; /* stylelint-disable-line mds/typography */
}
.btn-icon-label span {
  display: inline;
  vertical-align: middle;
}
.btn-icon-label .icon-new {
  margin-right: 0.5rem;
}
.btn-icon-label .icon-new .label {
  line-height: normal; /* stylelint-disable-line mds/typography */
}
.btn-as-link {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.btn-as-link:hover {
  text-decoration: underline;
}

