/*-------------------
   Button Variables
--------------------*/

/* Button Variables */
@pageFont: Helvetica Neue, Helvetica, Arial, sans-serif;
@buttonTextTransform: none;
@buttonFontWeight: bold;
@buttonTextColor: #333333;

@buttonTextShadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
@buttonInvertedTextShadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

@buttonBorderRadius: @relativeBorderRadius;

@buttonVerticalPadding: 0.75em;
@buttonHorizontalPadding: 1.15em;

@buttonBackgroundColor: #FAFAFA;
@buttonBackgroundImage: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
@boxShadow:
  0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
  0 0 0 1px rgba(0, 0, 0, 0.13) inset,
  0 1px 3px rgba(0, 0, 0, 0.05)
;

@buttonColoredBackgroundImage: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
@buttonColoredBoxShadow:
  0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
  0 0 0 1px rgba(0, 0, 0, 0.1) inset,
  0 1px 3px rgba(0, 0, 0, 0.05)
;

@buttonHoverBackgroundColor: #E0E0E0;
@buttonHoverBackgroundImage: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
@buttonHoverBoxShadow: @boxShadow;

@buttonDownBackgroundColor: '';
@buttonDownBackgroundImage: '';
@downBoxShadow:
  0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
  0 0 0 1px rgba(0, 0, 0, 0.13) inset,
  0 3px 5px rgba(0, 0, 0, 0.15) inset !important
;
@buttonActiveBackgroundColor: #DFDFDF;
@buttonActiveBackgroundImage: none;
@buttonActiveBoxShadow:
  0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
  0 0 0 1px rgba(0, 0, 0, 0.13) inset,
  0 3px 5px rgba(0, 0, 0, 0.1) inset !important
;

@buttonLabeledIconBackgroundColor: transparent;
@buttonLabeledIconBorder: transparent;
@buttonLabeledIconPadding: (@buttonHorizontalPadding + 2.25em);

@buttonBasicFontWeight: bold;
@buttonBasicTextColor: @linkColor;
@buttonBasicHoverTextColor: @linkHoverColor;

@buttonBasicHoverBackground: #E0E0E0;

@blue: #3072B3;
@green: #60B044;
@black: #5D5D5D;

@primaryColor: @blue;
@secondaryColor: @black;

@mini: 0.6rem;
@tiny: 0.7rem;
@small: 0.85rem;
@medium: 0.92rem;
@large: 1rem;
@big: 1.125rem;
@huge: 1.25rem;
@massive: 1.3rem;
