/*******************************
            Standard
*******************************/

/*-------------------
       Segment
--------------------*/

@segmentBorderWidth: 1px;
@segmentBorder: 1px solid #D8DEE2;
@segmentBoxShadow: 0px 1px 3px rgba(0, 0, 0, 0.075);

@segmentVerticalPadding: 20px;
@segmentHorizontalPadding: 20px;

@segmentBorderRadius: 4px;

/*******************************
            Variations
*******************************/


/* Raised */
@segmentRaisedBoxShadow: 0px 1px 3px rgba(0, 0, 0, 0.075);

/* Colors */
@segmentColoredBorderSize: 0.5em;

/* Ordinality */
@segmentSecondaryBackground: #F9F9F9;
@segmentSecondaryColor: @textColor;

@segmentTertiaryBackground:  #F0F0F0;
@segmentTertiaryColor: @textColor;

@secondaryInvertedBackground: #555555;
@segmentSecondaryInvertedColor: @textColor;

@tertiaryInvertedBackground: #333333;
@segmentTertiaryInvertedColor: @textColor;
