// Any orchard-specific variables, font sizes, colors, borders and backgrounds
// should be set here

// -- ORCHARD ALW COLOR PALATTE
$blue-medium:lighten(#007be3, 13.5%);
$blue-deep:lighten(#1b3249, 13.5%);
$orange-create:lighten(#fc860d, 13.5%);
$blue-read:lighten(#1074be, 13.5%);
$green-update:lighten(#88ae47, 13.5%);
$red-destroy:lighten(#e42600, 13.5%);
$skyblue-table-stripe:darken(#ebf2f5, 2.575%);
$violet-table-header:darken(#e8e8ef, 5.5%);


// -- TWITTER BOOTSTRAP DEFINED VARIABLES --

// COLORS
$gray-darker:lighten(#000, 35.5%);
$gray-dark:lighten(#000, 40.5%);
$gray:#e0e0e0;
$gray-light:lighten(#000, 92.25%);
$gray-lighter:lighten(#000, 98.25%);
$gray-lightest:lighten(#000, 99.5%);

$brand-primary:$blue-medium;
$brand-success:$green-update;
$brand-danger:$red-destroy;

// SCAFFOLDING
$body-bg:$blue-deep;
$text-color:$blue-deep;
$link-color:$blue-medium;
$link-hover-color:$link-color;

//TYPOGRAPHY
$font-size-base: 14px;
$font-size-h1:floor(($font-size-base * 2.9));
$font-size-h2:floor(($font-size-base * 2.667));
$font-size-h3:floor(($font-size-base * 1.75));
$font-size-h4:floor(($font-size-base * 1.25));
$font-size-h5:$font-size-base;
$line-height-base:1.714;
$headings-font-weight:400;
$headings-color:$gray-darker;

// COMPONENTS
$padding-base-vertical:14px;
$padding-base-horizontal:14px;
$padding-large-vertical:20px;
$padding-large-horizontal:20px;
$padding-small-vertical:10px;
$padding-small-horizontal:10px;
$border-radius-base:3px;
$border-radius-large:0;
$border-radius-small:0;

// TABLES
$table-bg: #fff;
$table-bg-accent: $skyblue-table-stripe;
$table-bg-hover: $blue-read;
$table-border-color: $gray-light;

// BUTTONS
$btn-font-weight: 300;
$btn-default-color: $text-color;
$btn-default-bg: #fff;

// FORMS
$input-bg:$gray-lightest;
$input-border:rgba(0,0,0,0.2);
$input-border-focus:$link-color;
$input-height-base:36px;

// DROPDOWNS
$dropdown-border:#a1a1a1;
$dropdown-link-color:$blue-deep;
$dropdown-link-hover-color:#fff;
$dropdown-link-hover-bg:$blue-medium;

// PAGINATION
$pagination-color:$text-color;
$pagination-bg:#eee;
$pagination-border:$gray;
$pagination-hover-bg:#e6e6e6;
$pagination-hover-border:$pagination-border;

// FORMS STATES AND ALERTS
$state-success-text:$green-update;
$state-danger-text:$red-destroy;

// MODALS
$modal-sm: 400px;
$modal-content-bg: #f9f9f9;
$modal-md: 640px;
$modal-lg: 800px;

// ALERTS
$alert-padding:0;
$alert-danger-bg:none;
$alert-danger-text:$red-destroy;
$alert-danger-border:rgba(0,0,0,0);

// PROGRESS BARS
$progress-bg: #fff;
$progress-border-radius: 50%;
$progress-bar-bg: $green-update;

// THUMBNAILS
$thumbnail-padding:3px;
$thumbnail-bg:#fff;
$thumbnail-border:$gray-light;
$thumbnail-border-radius:0;

// MEDIA QUERIES BREAKPOINTS
// Extra small screen / phone
// Note: Deprecated $screen-xs and $screen-phone as of v3.0.1
$screen-xs: 480px !default;
$screen-xs-min: $screen-xs !default;
$screen-phone: $screen-xs-min !default;

// Small screen / tablet
// Note: Deprecated $screen-sm and $screen-tablet as of v3.0.1
$screen-sm: 768px !default;
$screen-sm-min: $screen-sm !default;
$screen-tablet: $screen-sm-min !default;

// Medium screen / desktop
// Note: Deprecated $screen-md and $screen-desktop as of v3.0.1
$screen-md: 992px !default;
$screen-md-min: $screen-md !default;
$screen-desktop: $screen-md-min !default;

// Large screen / wide desktop
// Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.1
$screen-lg: 1200px !default;
$screen-lg-min: $screen-lg !default;
$screen-lg-desktop: $screen-lg-min !default;

// So media queries don't overlap when required, provide a maximum
$screen-xs-max: ($screen-sm-min - 1) !default;
$screen-sm-max: ($screen-md-min - 1) !default;
$screen-md-max: ($screen-lg-min - 1) !default;

// GRID SYSTEM
$grid-gutter-width:20px;

// CONTAINERS
$container-large-desktop:100%;
$container-desktop:100%;
$container-tablet:100%;

// PANELS
$panel-bg:#fbfbfb;
$panel-body-padding: 12px;
$panel-border-radius: $border-radius-base;
$panel-default-border:darken($gray, 1.5%);
$panel-default-heading-bg: transparent;
$panel-default-text:inherit;
$panel-footer-bg:$gray-light;

// WELLS
$well-bg:#f9f9f9;
$well-border:darken(#e0e0e0, 1.5%);

// BREADCRUMBS
$breadcrumb-bg:transparent;
$breadcrumb-padding-horizontal:0;
$breadcrumb-active-color:$blue-deep;

// TYPE
$text-muted:$gray;
$headings-small-color:$gray-dark;
$hr-border:$gray;

// ----- ORCHARD CUSTOM VARIABLES -----

// TYPOGRAPHY
$font-size-small:12px;
$font-size-smaller:10px;

// COMPONENTS
$padding-xsmall-vertical:3px;
$padding-xsmall-horizontal:3px;
$caret-width-xlarge:8px;
$margin-small-vertical:6px;
$margin-small-horizontal:10px;
$margin-base-vertical:8px;
$margin-base-horizontal:12px;
$margin-large-vertical:12px;
$margin-large-horizontal:18px;

// BUTTONS
$btn-read-border:#2e4b7a;
$btn-create-border:#cf4500;
$btn-update-border:#557d00;
$btn-destroy-border:#ad1414;

$footer-body-color:#e4e2e2; // Change to $gray-lightest when all of ALW is on TBS
$footer-text-color:#6a6761; // Change to $gray-darker when all of ALW is on TBS
