﻿/* 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=Mw0Bz8-OmOG6CtAUgKGlLF95i6w9O8g5EA4iniYeDmupkVnbHNv0_aRUpjaL3G4SGx-N5pMYK3ZJPuTFkIdXFu17SZ8wMREboa5OQ0HXZzCq3v50kFres4IO1VnSjqglK5A7Om3KQUI47tm1NNHBP362-BL1w2XGOVPW1rUdHYPrv29HUt2I4vaJl-x00g52cG4G5A2&t=639077148952698254');
  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=_Ir6yQpwM_NDStk6Cqa-QRwPC_V_qwTb3hX_CjuA6Oclxpadz_H8VFkI4wp6w63TwhDn0gvduTMPF-foa6Y5uJccmvDoZ6kQ6k6hv1V1vzm9VEGJ_N-wGIckk85c6u3fW8ZsfVPTbWHqhHOJHOh3DujMnzkOD9bvY7vCwZJsyT6vnj0hnQiWdd658Uy3D4LtttazlxdQnqyRU3W0teJuIaPSPRw1&t=639077148952698254');
  color: Black;
}

#FnlPage > .InnerPage .PageAlert.Success .Left
{
  background-image: url('WebResource.axd?d=4BOQ8KLCi-ESsGzvr8_bbdV0qlgG8dBEo-2RC1ui6w_2WcfEtsoUWbXBku7PsdVMcCgpZlq1_NxZAbmiFST9Dbm2pZgqScpwfAAIytHCw2UJ-trm3iRQo3a5xWgFrzOBxyWGxFaEb8aQzS1MuEywHSbnDsJh2rlcs1ZEnJWvYAt_Ri0CxEwsmjCsq8Wrl9yfODkY3CwfexZdqE67DnziORwUzn41&t=639077148952698254');
  color: Green;
}

#FnlPage > .InnerPage .PageAlert.Warning .Left
{
  background-image: url('WebResource.axd?d=FBKy5D-hzKzwpHm14iVFJzpC3DlIkJS48byn4F5i3_5kYpbreDz6-5EVQ5B8dw1ryj5S-ObzCQ188YBwiXXwXQlBwOgRBv_7bjFaB0_X221gyT2cQZBElmVbg7AWOdd9B129XRlSZoGGpYfM0KgQS1pu_yKHVnNEFDGRiT7j1LL6lir1EUu73xcyg7UzugmCjhznZhtofBB0Ke47na79KEeMqt41&t=639077148952698254');
  color: #A90101;
}

#FnlPage > .InnerPage .PageAlert .Right
{
  height: 37px;
  background-image: url('WebResource.axd?d=W4A7pwnMugcPZreQ4W939QkqAyk9qB817xtf-LTo1nfnsBRBPESp0mH8GBtlWAVEoIjNdE4LDIwWO24L_A2jWVdYq_LqYQJzvv4jquDglU8deQv2zm6NGilTgMxuGl_m2pnzU9YpI3umz8riRpIlf7bt8QYqcdDDwNzkeqodG1xsct586rfIdwcv5MzdheaOCrYH_Q2&t=639077148952698254');
  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=0XQUrJiMwAsll114aipC2q1aCNSiFdnt3JZg5gfVPYj9hZ5ajf-5wC3Pns3HQxthIkT1f5ZDC9hJdT7j-nqeOlNR8geZALd0WqLHIQ6Q2g7Uc538lRNJ7jQ5BD-88C-U4IPdbU7uPS4Cxeui9FXe4uskGY3yV6vFFh047L4CFW3WjHg50&t=639077148952698254') 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=jprCLRtu_shU6Bujw_lQQ_8D--nfpF8QB80vqEfr1m2KPqem-eLre4mSn-gzHL_P-II49UGiI3b60evYS0U_nT5MV67iwgT8C6hjcDaHrkpK5q57I9wfEKCj6NawuKfJod9D8Jljoa2JTAie46erZp-CZtWcgw_P1pBjWB9LG_6A58qn0&t=639077148952698254') 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=0rrGfUTBT0wsJBn_BxsVWkIMrc71TQJ0mcA4g8OHMQ98KSxTHUZUPYbz47APnWSIfWjwoPNu5QL5kekmSnEKF_dSUwmF7WP7P4cYF2-VGazkmuvZ-pUa_M9iF1KS8C55SUNZeT7t8eJzhiVLBc5zbo-MUX-My3rr3e9X2JP59QAJOeLZskcADZanF7gv6MaluPYxuuUlaGeyhaFnznbXIfopJuk1&t=639077148952698254') 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;
	}




