/* Minification failed. Returning unminified contents.
(134,1): run-time error CSS1019: Unexpected token, found '\'
 */
/* REQUIRED HEADER LOGO SECTION*/

/*welcome and logon background and text color*/
#MasterPageHeader
{
	background: #ffffff;
	color: #808080;
}

/*welcome and logon link color*/
#MasterPageHeader a
{
	color: #808080;
}

/*header logo (make sure height below matches the image, and that the image isn't wider than 1002 px*/
#MasterPageLogoImage
{
	background-image: url(/Themes/fliTheme/images/HeaderLogo.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 1143px;
}

/* REQUIRED TOP BAR SECTION*/
/* REQUIRED TOP BAR SECTION*/
/* REQUIRED TOP BAR SECTION*/

/* Top Header color and border */
.navbar-skinny
{
  background: #181D34;
  border-bottom: 1px solid #181D34;
}

/*Color for "Logged in as"*/
header.navbar-default .navbar-skinny .navbar-nav > li > a
{
  color: #ffffff;
}

/* Site Settings Gear Color*/
ul > li > a[data-original-title='Edit Site Settings'] > svg > path
{
color: #ffffff;
}

/*Color of non-link text in header*/
header.navbar-default .navbar-text
{
  color: #C3512F;
}

/* REQUIRED HOME BUTTON BAR SECTION*/
/* REQUIRED HOME BUTTON BAR SECTION*/
/* REQUIRED HOME BUTTON BAR SECTION*/
/* REQUIRED HOME BUTTON BAR SECTION*/

/* Home button bar color (should generally be the same color as the background of their logo)*/
header.navbar-default
{
  background: /*#FFFFFF;*/#181D34;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

/* color of border around logo (This should be the same color as the above generally) */
header.navbar #Logo
{
    border-color: #FFFFFF; /*#181D34;*/ 
}

/*Color for header drop down links, home, and hamburger (this should be an opposite color than above)*/
header.navbar-default .navbar-btn,
header.navbar-default .navbar-nav > li > a
{
  color:/*#FFFFFF; #C3512F;*/ #FFFFFF!important;
}

/*Color for question mark icon in header (this should also be an opposite color of the main home bar*/
header.navbar-default .navbar-btn .fa-question-circle,
header.navbar-default .navbar-nav > li > a .fa-question-circle
{
  color: #C3512F;
}

/* ADVANCED HOME BUTTON BAR SECTION*/
/* ADVANCED HOME BUTTON BAR SECTION*/
/* ADVANCED HOME BUTTON BAR SECTION*/
/* ADVANCED HOME BUTTON BAR SECTION*/

/*Background color, text color, and border color for header dropdown links when they are open*/
header.navbar-default .nav .open > a,
header.navbar-default .nav .open > a:hover,
header.navbar-default .nav .open > a:focus
{
  background: #181D34;
  color: #ffffff;
}


/*Color of header dropdown links when they are hovered over or clicked*/
header.navbar-default .navbar-btn:hover,
header.navbar-default .navbar-btn:focus,
header.navbar-default .navbar-btn:active,
header.navbar-default .navbar-nav > li > a:hover,
header.navbar-default .navbar-nav > li > a:focus,
header.navbar-default .navbar-nav > li > a:active
{
  background:#FFFFFF; /*#181D34;*/
  border-bottom: 5px solid #222;
  color: #ffffff;
  margin-bottom: -5px;
}

/*Color of text and background of menu items when hovered over*/
header.navbar-default .navbar-nav > li > ul > li > a:hover,
header.navbar-default .navbar-nav > li > ul > li > a:hover .fa:not(.ft-foundation-center):not(.ft-guidestar)
{
  background: #181D34;
  color: #ffffff;
}

/*Color for question mark icon in header when hovered over or clicked*/
header.navbar-default .navbar-btn:hover .fa-question-circle,
header.navbar-default .navbar-btn:focus .fa-question-circle,
header.navbar-default .navbar-btn:active .fa-question-circle,
header.navbar-default .navbar-nav > li > a:hover .fa-question-circle,
header.navbar-default .navbar-nav > li > a:focus .fa-question-circle,
header.navbar-default .navbar-nav > li > a:active .fa-question-circle
{
  color: #333;
}
\

/* DATA TABLE SECTION*/
/* DATA TABLE SECTION*/
/* DATA TABLE SECTION*/

/*data table header background and text color (Background color should generally be the same as the Home Bar, color should be an opposite)*/
.table > thead > tr > th {
    background-color: #181D34;
    color: #ffffff;
}

/* REQUIRED FOOTER BAR SECTION*/
/* REQUIRED FOOTER BAR SECTION*/
/* REQUIRED FOOTER BAR SECTION*/

/*Footer color*/
footer.navbar-default
{
  background: #C3512F;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}


/*Color of "Grant Management Software..." link in footer (should be the opposite color from above)*/
footer.navbar-default .navbar-link
{
  color: #ffffff;
}

/*WalkMe Icons Invert*/ 
div.container > .navbar-collapse > ul > li > a > img { filter:invert(1); }

div.container > .navbar-collapse > ul > li > a:hover > img { filter:invert(0); }

