/* 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/IHTITheme/images/HeaderLogo.png);
	background-repeat: no-repeat;
	height: 290px;
	width: 1002px;
}

/* REQUIRED TOP BAR SECTION*/
/* REQUIRED TOP BAR SECTION*/
/* REQUIRED TOP BAR SECTION*/

/* Top Header color and border */
.navbar-skinny
{
  background: #893C28;
  border-bottom: 1px solid #eee;
}

/*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: #ffffff;
}

/* 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;
  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;
}

/*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: #9b8c6b;
}

/*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: #9b8c6b;
}

/* 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: #9b8c6b;
  color: #262626;
}


/*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: #9b8c6b;
  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: #9b8c6b;
  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: #071168;
}
\

/* 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: #9b8c6b;
    color: #071168;
}

/* REQUIRED FOOTER BAR SECTION*/
/* REQUIRED FOOTER BAR SECTION*/
/* REQUIRED FOOTER BAR SECTION*/

/*Footer color*/
footer.navbar-default
{
  background: #9b8c6b;
  border-bottom: 1px solid #071168;
  border-top: 1px solid #071168;
}


/*Color of "Grant Management Software..." link in footer (should be the opposite color from above)*/
footer.navbar-default .navbar-link
{
  color: #ffffff;
}



