/*
 * All variables are shared. If some variables are defined twice, the first definition takes precedence.
 */

$bb-primary: #19436d;
$bb-secondary: #3171b4;

$borders-color: #e0e4e9;
$white: #ffffff;

// Override admin-lte variables here.
$boxed-layout-bg-image-path: "";
$sidebar-light-bg: #f8f8f8;
$sidebar-light-hover-bg: lighten(#f0f0f1, 2%);
$sidebar-light-color: #444;
$sidebar-light-hover-color: #000;
$sidebar-light-submenu-bg: $sidebar-light-hover-bg;
$sidebar-light-submenu-color: #777;
$sidebar-light-submenu-hover-color: #000;

// Override bootstrap variables here.
$brand-primary: $bb-primary;
$brand-success: #0cc0e1;
$brand-info: #087f94;
$link-color: $brand-primary;
$input-color: #555;
$font-family-sans-serif: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;