﻿@black: #000; 

@gray: #555;

@grayDark: #333;

@grayDarker: #222;

@grayLight: #999;
 
@grayLighter: #eee;      
 
@white: #fff;  

@blue: #049cdb;

@blueDark: #0064cd;

@green: #46a546;

@red: #9d261d;

@yellow: #ffc40d;

@orange: #f89406;

@pink: #c3325f;

@purple: #7a43b6;

@bodyBackground: @white;

@textColor: @grayDark;

@linkColor: #08c;

@linkColorHover: darken(@linkColor, 15%);

@hrBorder: @grayLighter;

@sansFontFamily: 'Helvetica Neue', Helvetica, Arial, sans-serif;

@serifFontFamily: Georgia, 'Times New Roman', Times, serif;

@monoFontFamily: Monaco, Menlo, Consolas, 'Courier New', monospace;

@baseFontFamily: @sansFontFamily;

@altFontFamily: @serifFontFamily;

@tableBackground: transparent;

@tableBackgroundAccent: #f9f9f9;

@tableBackgroundHover: #f5f5f5;

@tableBorder: #ddd;

@btnBackground: @white;

@btnBackgroundHighlight: darken(@white, 10%);

@btnBorder: #bbb;

@btnDangerBackground: #ee5f5b;

@btnDangerBackgroundHighlight: #bd362f;

@btnInfoBackground: #5bc0de;

@btnInfoBackgroundHighlight: #2f96b4;

@btnInverseBackground: #444;

@btnInverseBackgroundHighlight: @grayDarker;

@btnPrimaryBackground: @linkColor;

@btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 15%);

@btnSuccessBackground: #62c462;

@btnSuccessBackgroundHighlight: #51a351;

@btnWarningBackground: lighten(@orange, 15%);

@btnWarningBackgroundHighlight: @orange;

@inputBackground: @white;

@inputBorder: #ccc;

@inputBorderRadius: @baseBorderRadius;

@inputDisabledBackground: @grayLighter;

@formActionsBackground: #f5f5f5;

@placeholderText: @grayLight;

@dropdownBackground: #bfbaba;

@dropdownBorder: rgba(0,0,0,.2);

@dropdownDividerBottom: @white;

@dropdownDividerTop: #e5e5e5;

@dropdownLinkColor: @white;

@dropdownLinkColorHover: #9fcbed;

@dropdownLinkColorActive: @white;

@dropdownLinkBackgroundActive: @linkColor;

@dropdownLinkBackgroundHover: #003790;

@navbarBackground: #537eb7;

@navbarBackgroundHighlight: #003790;

@navbarBorder: darken(@navbarBackground, 12%);

@navbarBrandColor: @navbarLinkColor;

@navbarLinkBackgroundActive: darken(@navbarBackground, 5%);

@navbarLinkBackgroundHover: transparent;

@navbarLinkColor: @white;

@navbarLinkColorActive: #acd9fc;

@navbarLinkColorHover: #acd9fc;

@navbarSearchBackground: lighten(@navbarBackground, 25%);

@navbarSearchBackgroundFocus: @white;

@navbarSearchBorder: darken(@navbarSearchBackground, 30%);

@navbarSearchPlaceholderColor: #ccc;

@navbarText: @grayLight;

@navbarCollapseWidth: 979px;

@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;

@navbarInverseBackground: #111111;

@navbarInverseBackgroundHighlight: #222222;

@navbarInverseBorder: #252525;

@navbarInverseText: @grayLight;

@navbarInverseLinkColor: @grayLight;

@navbarInverseLinkColorHover: @white;

@navbarInverseLinkColorActive: @navbarInverseLinkColorHover;

@navbarInverseLinkBackgroundHover: transparent;

@navbarInverseLinkBackgroundActive: @navbarInverseBackground;

@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%);

@navbarInverseSearchBackgroundFocus: @white;

@navbarInverseSearchBorder: @navbarInverseBackground;

@navbarInverseSearchPlaceholderColor: #ccc;

@navbarInverseBrandColor: @navbarInverseLinkColor;

@heroUnitBackground: @grayLighter;

@heroUnitHeadingColor: inherit;

@heroUnitLeadColor: inherit;

@paginationBackground: #fff;

@paginationBorder: #ddd;

@paginationActiveBackground: #f5f5f5;

@tooltipColor: #fff;

@tooltipBackground: #000;

@tooltipArrowColor: @tooltipBackground;

@popoverBackground: #fff;

@popoverArrowColor: #fff;
 
@popoverTitleBackground: darken(@popoverBackground, 3%);

@popoverArrowOuterWidth: @popoverArrowWidth + 1;

@popoverArrowOuterColor: rgba(0,0,0,.25);

@warningBackground: #fcf8e3;

@warningBorder: darken(spin(@warningBackground, -10), 3%);

@warningText: #c09853;

@errorBackground: #f2dede;

@errorBorder: darken(spin(@errorBackground, -10), 3%);

@errorText: #b94a48;

@successBackground: #dff0d8;

@successBorder: darken(spin(@successBackground, -10), 5%);

@successText: #468847;

@infoBackground: #d9edf7;

@infoBorder: darken(spin(@infoBackground, -10), 7%);

@infoText: #3a87ad;

@wellBackground: #f5f5f5;
