﻿/* Frederick National Lab Page */
#FnlPage {
  min-height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}



.FnlPageClear
{
  clear: both;
}

#FnlPage > .InnerPage {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  box-sizing: border-box;
  /*min-height: -webkit-calc(100vh - 271px);
  min-height: -moz-calc(100vh - 271px);
  min-height: calc(100vh - 271px);*/
  position: relative;
  padding: 0 0 100px 0;
  margin: 0;
  background: rgba(251,229,163,1);
  background: -moz-linear-gradient(top, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,229,163,1)), color-stop(390px, rgba(255,249,231,1)), color-stop(100%, rgba(255,249,231,1)));
  background: -webkit-linear-gradient(top, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  background: -o-linear-gradient(top, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  background: -ms-linear-gradient(top, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  background: linear-gradient(to bottom, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe5a3', endColorstr='#fff9e7', GradientType=0 );
}

#FnlPage.PublicAudience > .InnerPage {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a6d0de+0,deeef3+40 */
  background: rgb(166,208,222); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(166,208,222,1) 0%, rgba(222,238,243,1) 390px); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(166,208,222,1) 0%,rgba(222,238,243,1) 390px); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(166,208,222,1) 0%,rgba(222,238,243,1) 390px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d0de', endColorstr='#deeef3',GradientType=0 ); /* IE6-9 */
}

#FnlPage > .InnerPage > .WidthContain {
  max-width: 980px;
  min-height: calc(100vh - 329px);
  padding: 20px;
  background-color: #ffffff;
}

body.WideLayout #FnlPage .WidthContain
{
  width: auto;
  max-width: unset;
}

body.WideLayout #FnlPage > nav
{
  margin: 0px 0px 0px 0px;
}

body.WideLayout #FnlPage > .InnerPage
{
  width: auto;
}

#FnlPage > .InnerPage > div[class^="FnlContentPage"] > .WidthContain {
  min-height: calc(100vh - 312px);
  background: #fff;
}

#FnlPage > .InnerPage > div[class^="FnlContent"] {
  /*background: rgba(251,229,163,1);
  background: -moz-linear-gradient(top, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,229,163,1)), color-stop(390px, rgba(255,249,231,1)), color-stop(100%, rgba(255,249,231,1)));
  background: -webkit-linear-gradient(top, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  background: -o-linear-gradient(top, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  background: -ms-linear-gradient(top, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  background: linear-gradient(to bottom, rgba(251,229,163,1) 0%, rgba(255,249,231,1) 390px, rgba(255,249,231,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe5a3', endColorstr='#fff9e7', GradientType=0 );*/
}

/* Page Alert Styles */
#FnlPage > .InnerPage .PageAlert {
  overflow: hidden;
  margin-bottom: 6px;
}

#FnlPage > .InnerPage .PageAlert .Left
{
  float: left;
  width: 154px;
  height: 37px;
  background-image: url('WebResource.axd?d=RtRDRaz2QDbcMwz29zN_zgBPE0enFxuBOeghxGs9Y9IlLw9CF1NyZukTnswJ7uElD5z9tJH191eyLqCNPpWv0_xNrRX5mB983Yj9o7zCXFZY9m-ecctBTG2Bws3qA_ElkhZV5ET4Jkh8DrFRhajUMe9EZj8S-nTlBSEETTTUvezW1UNPx_t18Cdu1AWR9qyNupc6pw2&t=639082131631213666');
  background-repeat: no-repeat;
  font-weight: bold;  
}

#FnlPage > .InnerPage .PageAlert .Left span
{
  position: relative;
  top: 9px;
  left: 40px;
}

#FnlPage > .InnerPage .PageAlert.Information .Left
{
  background-image: url('WebResource.axd?d=5w_183TP5sL6tylo3t2EplAUztIxn6msA57vBfTQn-YffzpaTj33vEXH7hvRW4lQ8_fFFOHUlZ-OVxYknWw3YBPKEtU6jsytNlSS9LQEX_mxJzNWzAjo1FERAfrBtssuoKNBN7Mw1-Kx6V4d-V-KQ8_R6ijdWZtzr_DEyWfGMgpbBBnlGvGCcQxaG7kKdCcCqzjv9Q2&t=639082131631213666');
  color: Black;
}

#FnlPage > .InnerPage .PageAlert.Success .Left
{
  background-image: url('WebResource.axd?d=q01suMNr7CBwdgoep1H16xphxJUJs9Qs9KaA8EwECmYNYZRI3PqymI5jzr1W4yz2gv907XdaFlzcrsHJDBBoNdutJLbVApf0Q5uuep9fye4VCY4t95LVaY-8l5xyMLTfCSjtXZgQ22Hv7MCagJ_AnGQACeDvOTU20_QDgQ5ETfZ6Ic4d48cUm56Kxc5z8JAIw7g2rw2&t=639082131631213666');
  color: Green;
}

#FnlPage > .InnerPage .PageAlert.Warning .Left
{
  background-image: url('WebResource.axd?d=74oj_DnkPA-wRHPzBiCLP4dphJKNc0s1lhRgITs9HQPGEGNaloo5tzwzkYUVVsY2WKzNRloFo8u8NSDyyjYA5xVqq6GjgR-Dw2JBMSJDMRc7M9cPUmmq3T1iYMZkN43GWDwU-fwVPHO4kmqpq54bqoPSqVkF8gbdPz-dIGRf4SoXXFvN8eM3JAZctwVMFFoUH-OssA2&t=639082131631213666');
  color: #A90101;
}

#FnlPage > .InnerPage .PageAlert .Right
{
  height: 37px;
  background-image: url('WebResource.axd?d=xvEpzEvBzd4J-4TM7TOE2FTT4A1i9TCiHxS0YzUwoIELYoc9_Sdl4PpqDFNNOiTZCDPHTBdRyRgZlqmFcgT2v5lrqtLxXQF0ERXwlIR6McblPsgqtJCvsQStE40yuOI430mUT9us_PMZgDF13H-01DiiJEPEoudjnM2JoYX3-aR4oIDN3webVP1Vzyhh05Rv3emUFw2&t=639082131631213666');
  background-position: right top;
  padding-left: 154px;
}

#FnlPage > .InnerPage .PageAlert .Right span
{
  position: relative;
  top: 9px;
  left: 12px;
}





/* Top Bar */
#FnlPage > .InnerPage .FnlTopBar {
  width: 100%;
  overflow: visible;
  padding: 4px 0;
  font-size: 11px;
  line-height: 14px;
  color: #898BA0;
  background: #f4f4f4 none;
  border-bottom: 1px solid #e3e3e3;
}

#FnlPage > .InnerPage .FnlTopBar > * 
{
	vertical-align: top;
}

#FnlPage > .InnerPage .FnlTopBar nav.BreadCrumbs
{
  color: #707070;
	padding-right: 10px;
  margin: 0 0 0 20px;
	float: left;
}

#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage 
{
	text-align:right;
	padding-left: 10px;
  margin: 0 20px 0 0;
	white-space: nowrap;
	position: relative;
	float: right;
}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper 
	{
		position: absolute;
		right: 0;
		bottom: 0;
		line-height: 0;
		height: 0;
		overflow: visible;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper .FlyoutWrap
	{
		position: absolute;
		right: 5px;
		top: 0;
		padding: 8px 0 0 0;
		background: transparent url('WebResource.axd?d=DWql7v-IOsIf-omoGiIEGOPkuHwUJEzbqbx0CSyNUqqG6xvebLRg6wvf3Hwlt6v5bqvln96n2XKS0rJyOszlWDWHv1c_39WVtOYDgUrWSVx5Bz9lC6mzKKNr7TWxl1KzDyJXYRlAtSiavrVqqAQWTgwJE-zr80v49xytasFNZ708qdAX0&t=639082131631213666') no-repeat right top;
		display: none;
		-moz-box-shadow: 2px 2px 2px #aeaeae;
		-webkit-box-shadow: 2px 2px 2px #aeaeae;
		box-shadow: 2px 2px 2px #aeaeae;
		z-index: 2500;
		text-align: left;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage.Active .SignOutWrapper .FlyoutWrap 
	{
		display: block;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper .FlyoutWrap ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #f5f5f5;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper .FlyoutWrap ul li
	{
		padding: 0;
		margin: 0;
		border-top: 1px dotted #e7e7e7;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper .FlyoutWrap ul li:first-child
	{
		border-top: 0;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper .FlyoutWrap ul li a 
	{
		line-height: 31px;
		padding: 0 14px;
		height: 31px;
		display: block;
		cursor: pointer;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper .FlyoutWrap ul li a span
	{
		height: 14px;
		margin-top: 8px;
		display: inline-block;
		float: left;
        *float: none;
        *display: none;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .LoginUsername 
	{
		display: table-cell;
		height: 14px;
		color: #005b7f;
		padding-right: 14px;
		background: transparent url('WebResource.axd?d=koKHKHG-x1fHIyWZhrtuyyKf08KrgTJHgwTsEfb5zWIomZDSmgDmpAcjPH3bMjGpI5iX6FVK4SXbxan8XFMkyXCySWtGrXY4QXZuywn5DpiomrJWyyfQxdDZ1SyOnZN4HlOABNvJwwhLtxMAccq2qCQs1141&t=639082131631213666') no-repeat right 4px;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .LoginUsername:hover 
	{
		cursor: pointer;
		background-position: right -46px;
		text-decoration: underline;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .LoginLink 
	{
		display: table-cell;
		height: 14px;
		color: #005b7f;
		*display: inline-block;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .LoginLink:hover 
	{
		cursor: pointer;
		text-decoration: underline;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage .UserIcon 
	{
		display: table-cell;
		height: 14px;
		padding-left: 18px;
		background: transparent url('WebResource.axd?d=gd9c-mPq_CHdkjlShMIyRZNuRQ7cP6U7Je9NzU6ih6QDnhC-4uWhe-FSIus9eZmxmHiWzdfbWgE7J5LYf95H0qXztkkTRvVtAxLoAbN4KuLkA3TTSzoPpYynTRXNnxFfY6mj9YDF14ZItDNuj1a3ohQG_e2pObek86klEocYbRpE4a_iMeZAKbGvqzCnxxrKIwPrew2&t=639082131631213666') no-repeat 0 -780px;
		cursor: default !important;
		*padding-right: 3px;
		*padding-left: 0;
		*width: 14px;
		*display: inline-block;
	}

	#FnlPage > .InnerPage .FnlTopBar .FnlWelcomeMessage:hover .UserIcon {
		background-position: -20px -780px;
		cursor: pointer;
	}




