﻿@import "_shared.less";

//****************************************\
//   General
//*****************************************/
@font-default:  @font-family-base;
@font-default-bold: "Open Sans Bold", sans-serif;
@color-default-bg: #FFFFFF; // Seems unused by this theme
@color-default-text: #000000;
@color-default-border: #b6b6b6;
@color-accent-dark: #333;
@color-accent-light: #f0f0f1;
@use-box-shadow: true;

//****************************************\
//   Header
//*****************************************/
@color-header-primary-bg: #65963b;
@color-header-secondary-bg: #000080;
@color-header-border: #e2e2e3;
@color-header-text: #000000;
@color-header-link: #ffffff;

//****************************************\
//   Footer
//*****************************************/
@color-footer-bg: #000080;
@color-footer-border: #000080;
@color-footer-text: #ffffff;
@color-footer-link: #ffffff;

//****************************************\
//   Navigation
//*****************************************/
@color-nav-bg: #005f83;
@color-nav-link: @white;
@color-nav-link-hover: #e2e2e3;
@color-nav-dropdown-bg: #807f83; // Unused by either theme
@color-nav-dropdown-link: @white;
@color-nav-dropdown-link-hover:;

//****************************************\
//   Typography
//*****************************************/
@font-heading:"Open Sans Bold", sans-serif;
@color-heading-1: #FFFFFF;
@color-heading-2: @black;
@color-heading-3: @black;
@color-heading-4: #000000;
@color-text-default: @black;
@color-text-important: #004990; // Replaces single instance of text-good
@color-text-unimportant: #004990;// I think Muted would be better, only on e selector reference, but just in case...
@color-text-danger: #b42025;
@color-text-muted: #807f83;

@color-link: #0000FF;
@color-link-hover: #807f83;
@color-link-muted: #9a999c;
@color-link-muted-hover: #676669;
@color-virtual-card-text: #225583;
//****************************************\
//   Modules
//*****************************************/
@color-module-dark-bg: #E1E2E3;
@color-module-dark-heading: #404547;
@color-module-light-bg: #ffffff;
@color-module-light-heading: #404547;
@color-module-border: transparent;

//****************************************\
//   Forms
//*****************************************/
@color-form-input-bg: #f0f0f1;
@color-form-input-border: #b6b6b6;

//****************************************\
//   Buttons
//*****************************************/
@color-button-default-bg: #e2e2e3;
@color-button-default-text: #4d4d4f;
@color-button-primary-bg: #004990;
@color-button-primary-text: #ffffff;
@color-button-secondary-bg: #65963b;
@color-button-secondary-text: #ffffff;
@color-button-muted-bg: #807f83;
@color-button-muted-text: #ffffff;

//****************************************\
//   Announcement
//*****************************************/
@color-announcement-danger-bg: #b42025;
@color-announcement-danger-text: #ffffff;

//****************************************\
//   Labels
//*****************************************/
@color-label-text: #ffffff;

//****************************************\
//   Tabs
//*****************************************/
@color-tab-default-bg: #65963b;
@color-tab-default-hover-bg: white;
@color-tab-default-text: #ffffff;
@color-tab-active-bg: #000080;
@color-tab-active-text: #ffffff;

// These Muted tabs seem like a lot of extra configuration for something not used often */
@color-tab-muted-bg: #BDCAD3;
@color-tab-muted-text: #404547;
@color-tab-muted-active-bg: #99A4AC;
@color-tab-muted-active-text: #ffffff;

@nav-border-width : 0;
@nav-border-bottom-color: 0;

//****************************************\
//   End server-generated values
//*****************************************/ 
//Processed-5:06 PM