// Trimble LESS Color variables
// V3 - 4 May 2016

//Brand colors
$col_trimble_blue_dark:#002D5B;
$col_trimble_blue:#00437B;
$col_trimble_blue_mid:#005F9E;
$col_trimble_blue_light:#009AD9;
$col_trimble_yellow: #FFBE00;
$col_trimble_green: #4D6F33;
$col_trimble_red: #A51D25;

//Grayscale
$col_white: #FFFFFF;
$col_gray_half: #f9f9fb;
$col_gray_light: #F3F3F7;
$col_gray_0: #EAEAEF;
$col_gray_1: #E2E2E7;
$col_gray_2: #D0D0D7;
$col_gray_3: #BFBFC6;
$col_gray_4: #AEAEB6;
$col_gray_5: #9D9DA6;
$col_gray_6: #8C8B96;
$col_gray_7: #7B7A86;
$col_gray_8: #6A6976;
$col_gray_9: #595868;
$col_gray_10: #474655;
$col_trimble_gray: #363545;
$col_gray_dark_1: #262533;
$col_gray_dark_2: #1B1A26;
$col_gray_dark_3: #0B0A12;
$col_black: #000000;

//Blue Buttons & Notifications
$col_blue: #0D6AA8;
$col_blue_light: #197CB6;
$col_blue_dark: #07599B;
$col_blue_pale: #CFE1EE;

//Green Buttons & Notifications
$col_green: #5E9331;
$col_green_light: #72A544;
$col_green_dark: #4A821F;
$col_green_pale: #DFE9D6;

//Yellow Buttons
$col_yellow: #FFBE00;
$col_yellow_light: #FFD200;
$col_yellow_dark: #FFA500;
$col_yellow_pale: #FFF2CC;

//Orange Notifications
$col_orange: #ff8b00;
$col_orange_light: #ffa500;
$col_orange_dark: #ff6e00;
$col_orange_pale: #FFE8CC;

//Red Buttons & Notifications
$col_red: #C81922;
$col_red_light: #D52A33;
$col_red_dark: #BC0911;
$col_red_pale: #F4D1D3;

//Markup
$col_markup: #ff00ff;

//Checkbox hover
$col_blue_hover: rgba(13, 106, 168, 0.2);


//Font Color
$default-font-color:$col_trimble_gray;
$font-color-dark:$col_gray_8;
$font-color-medium:$col_gray_7;
$font-color-light:$col_gray_6;

$form-label-color:$col_gray_6;

$placeholder-font-color:$col_gray_5;

$heading-font-color:$col_gray_4; // h4

$button-font-color:$col_gray_light;


//Table
$table-head-background: $col_gray_half;
$table-row-background: $col_white;
$table-row-hover-bg: $col_trimble_blue_light;
$table-border-color: $col_gray_0;


//Card
$card-bg-color:$col_gray_half;
$card-hover-color:$col_white;
$card-hover-border:$col_trimble_gray;
$card-shadow-small:1px 1px 2px lighten($col_trimble_gray, 65%);
$card-shadow-default:1px 1px 5px lighten($col_trimble_gray, 50%);
$card-shadow-large:1px 1px 10px lighten($col_trimble_gray, 35%);

$border-radius-circle:50%;

$form-label-size:1rem;

$highlight-border-color:$col_trimble_blue_light;
$error-border-color:$col_trimble_blue_light;

