// By default, we load fonts from the bootstrap CDN
@fa-font-path:        "//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts";
@icon-font-path: "//netdna.bootstrapcdn.com/bootstrap/3.3.2/fonts/";

@border-radius-base: 2px;
@border-radius-large: 3px;
@border-radius-small: 0px;

@label-path-bg: @label-default-bg;
@label-value-bg: @label-info-bg;
@label-op-bg: @label-success-bg;

@font-family-sans-serif: 'Open Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

@summary-separator: "";

@label-extra-bg: #C45BDE;

@screen-md-min: 900px;
@screen-xxs-max: 480px;

@facet-bar-radius: 5px;

@selected-row-border: 1px solid #e3d19f;
@selected-row-color: #fff3d3;

/* http://paletton.com/#uid=73G1J0klSr79MMThGv0q0nptxiD */
@brand-primary: rgb(55, 87, 139);
@brand-success: rgb(120, 188, 63);
@brand-secondary: rgb(189, 63, 101);
@brand-info: rgb(84, 114, 162);
@brand-warning: rgb(211, 160, 71);
@brand-danger: rgb(162, 34, 73);

/* A gray between gray and gray-lighter */
@gray-lightish: #dedede;

/* Constrast tones */
@brand-primary-contrast: white;
@brand-secondary-contrast: rgb(243, 169, 191);

@state-info-bg: rgb(157, 180, 217);
@state-info-text: rgb(16, 47, 95);
@state-warning-bg: rgb(255, 227, 177);
@state-warning-text: rgb(148, 99, 11);
@state-danger-bg: rgb(243, 169, 191);
@state-danger-text: rgb(133, 10, 47);

/* green for rows added, red for rows removed - no value judgements implied */
@pos-diff-label-bg: @label-success-bg;
@neg-diff-label-bg: @label-danger-bg;

/* Row surrogates. */
@row-surrogate-bg: @state-info-bg;
@row-surrogate-text: @state-info-text;

/* The width of a minimised column. */
@minimised-column-width: 30px;

//** Table cell link color.
@inactive-cell-link-color: @link-color;
@inactive-cell-link-hover-color: @link-hover-color;
@inactive-cell-link-decoration: @link-hover-decoration;

@column-header-bg: inherit;
@column-header-fg: inherit;
@column-header-icon-color: @brand-primary;
