﻿/* FNL Overrides */
h1 {
  color: #486d93;
}

h2 {
  color: #489358;
}

h3 {
  color: #486d93;
}

a {
  color: #438f54;
}

a:visited {
  color: #1b6e2d;
}

a:hover {
  color: #4d749d;
}

/* header links */
h2 a:hover {
  color: #3b5a7a;
}

h3 a:hover {
  color: #3b5a7a;
}

#FnlSubSitePage > .InnerPage {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bcd9f5+0,e8f4ff+50,e8f4ff+100 */
  background: #bcd9f5; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(188,217,245,1) 0%, rgba(232,244,255,1) 390px, rgba(232,244,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(188,217,245,1) 0%,rgba(232,244,255,1) 390px,rgba(232,244,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(188,217,245,1) 0%,rgba(232,244,255,1) 390px,rgba(232,244,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd9f5', endColorstr='#e8f4ff',GradientType=0 ); /* IE6-9 */
}

#FnlSubSitePage > .InnerPage > .PageContainer > .WidthContain {
  min-height: calc(100vh - 312px);
}



/*** Jquery UI Dialog Overrides ***/
.ui-dialog .ui-widget-header {
  border-color: #486d93;
  background: #486d93;
  background: -moz-linear-gradient(top, #6697c8 0%, #486d93 53%);
  background: -webkit-linear-gradient(top, #6697c8 0%,#486d93 53%);
  background: linear-gradient(to bottom, #6697c8 0%,#486d93 53%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6697c8', endColorstr='#486d93',GradientType=0 );
}



/* Site Header */
#FnlSubSiteHeader > .SubSiteHeader > .WidthContain {
  min-height: 83px;
}

.LaspSubSiteHeader {
  height: 83px;
  display: flex;
  width: 100%;
}

#SiteIcon {
  padding: 0 20px 0 0;
  flex: 0 0 118px;
	overflow: hidden;
}

#SiteIcon a {
  display: block;
  padding: 0;
  width: 118px;
  height: 83px;
}

hgroup#SiteHeadlines {
  flex: 1;
  padding: 0;
  margin: 16px 0 0;
}

h1#SiteTextTitle,
h1#SiteTextTitle a {
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  color: #486d93;
  text-decoration: none;
  text-transform: none;
}

h1#SiteTextTitle {
  margin-top: 13px;
}

h1#SiteTextTitle a:hover {
  text-decoration: underline;
}

/* Main Top Nav */
#FnlSubSiteNavigation ul[id$="TopNavigation"] {
  text-align: center;
  margin: 0;
}

#FnlSubSiteNavigation ul[id$="TopNavigation"] > li {
  float: none;
  display: inline-block;
}

/* User Login Control - Reset Link Color */
#FnlSubSitePage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper .FlyoutWrap a {
  color: #344287;
}

#FnlSubSitePage .FnlTopBar .FnlWelcomeMessage .SignOutWrapper .FlyoutWrap a:hover {
  color: #A90101;
}

/* Sub-Branded */
#FnlSubSiteMain .SubBrandHeader {
  color: #25517e;
  border-right: 7px solid #486d93;
}

/* Side Bar */
#FnlSubSiteSideBar > #FnlSubSiteSideBarInnerWrap > h2,
#FnlSubSiteSideBar > #FnlSubSiteSideBarInnerWrap > h2 > a {
  color: #486d93;
}

#FnlSubSiteSideBar > h2 > a {
  color: #486d93;
}

/* Side Navigation */
#FnlSubSiteSideBar h2, #FnlSubSiteSideBar div > h2 {
  background-color: #e0f0ff;
  border-left: 3px solid #6d9fd2;
}

#FnlSubSiteSideBar nav.SideNavigation > ul > li > a {
  color: #6c6b6b;
  border-left: 2px solid #bfbfbf;
}

#FnlSubSiteSideBar nav.SideNavigation > ul > li > a:hover {
  border-left-color: #6d9fd2;
  color: #628fbd;
}

#FnlSubSiteSideBar nav.SideNavigation ul li.Selected > a {
  color: #628fbd;
  border-left-color: #6d9fd2;
}



/* Fnl Grid View Styles */
.FnlGridView {
  border: 1px solid #93a9bf;
}

.FnlGridViewAlternatingRow {
  background-color: #f2f2f2;
}

.FnlGridViewAlternatingRow td {
  border-right: 1px solid #d2d2d2;
}

.FnlGridViewFooter {
  border-top: 1px solid #93a9bf;
}

.FnlGridViewFooter td {
  border-right: 1px solid #d2d2d2;
}

.FnlGridViewHeader {
  background-color: #486d93;
  border-bottom: 1px solid #93a9bf;
}

.FnlGridViewHeader > th {
  border-right: 1px solid #93a9bf;
}

.FnlGridViewPager > td {
  border-top: 1px solid #93a9bf;
}

.FnlGridViewRow td {
  border-right: 1px solid #d2d2d2;
}

.FnlGridViewRow td:last-child,
.FnlGridViewAlternatingRow td:last-child {
  border-right: 1px solid #93a9bf;
}

.FnlGridViewEditRow {
  background-color: #cdcdcd;
}

.FnlGridViewEditRow td {
  border-right: 1px solid #a7a7a7;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}

.FnlGridViewFooter.FnlGridViewFooterInsert {
  background-color: #cdcdcd;
}

.FnlGridViewFooter.FnlGridViewFooterInsert td {
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}



/* Fnl Table Styles */
table.FnlTable {
  border: 1px solid #93a9bf;
}

table.FnlTable > tr:first-child > th,
table.FnlTable > tbody:first-child > tr:first-child > th,
table.FnlTable > thead:first-child > tr:first-child > th,
table.FnlTable.Sortable > tr:first-child > th,
table.FnlTable.Sortable > tbody:first-child > tr:first-child > th,
table.FnlTable.Sortable > thead:first-child > tr:first-child > th {
  background-color: #486d93;
  border-right: 1px solid #93a9bf;
  border-bottom: 1px solid #93a9bf;
}

table.FnlTable > tr > td,
table.FnlTable > tbody > tr > td,
table.FnlTable > thead > tr > td {
  border-left: 1px solid #d2d2d2;
}

table.FnlTable > tr > td:first-child,
table.FnlTable > tbody > tr > td:first-child,
table.FnlTable > thead > tr > td:first-child {
  border-left: none;
}

table.FnlTable > tr.Alternate > td,
table.FnlTable > thead > tr.Alternate > td,
table.FnlTable > tbody > tr.Alternate > td {
  background-color: #f2f2f2;
}



/* Fancy Lists */
ul.FnlFancyList > li,
ol.FnlFancyList > li {
  line-height: 1.4em;
}

ul.FnlFancyList > li {
  padding-left: 11px;
}

ul.FnlFancyList > li:before,
ol.FnlFancyList > li:before {
  background: #489358;
}

ol.FnlFancyList > li > h2:first-child {
  color: #489358;
}



/* Buttons */
button,
input[type="submit"],
input[type="button"],
a.FnlInputButtonLink {
  border: 0;
  background: #486d93;
  color: #ffffff;
  line-height: 18px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 5px;
  padding: 7px 14px;
}

input[type="submit"],
input[type="button"] {
  height: auto;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.FnlInputButtonLink:hover {
  background: #6796c6;
  color: #ffffff;
}

button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
a.FnlInputButtonLink:focus {
  background: #6796c6;
  color: #ffffff;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
a.FnlInputButtonLink:active {
  background: #3b5a7a;
  color: #ffffff;
}

button.Disabled,
input[type="submit"].Disabled,
input[type="button"].Disabled,
a.FnlInputButtonLink.Disabled {
  color: #ffffff !important;
  cursor: default !important; /* Use default cursor to indicate no click. */
  background: #a1abb6 !important;
}

/* Button Theme - Primary */
button.DmsPrimary,
input[type="submit"].DmsPrimary,
input[type="button"].DmsPrimary,
a.FnlInputButtonLink.DmsPrimary {
  background: #489358;
}

button.DmsPrimary:hover,
input[type="submit"].DmsPrimary:hover,
input[type="button"].DmsPrimary:hover,
a.FnlInputButtonLink.DmsPrimary:hover {
  background: #5ab96e;
}

button.DmsPrimary:focus,
input[type="submit"].DmsPrimary:focus,
input[type="button"].DmsPrimary:focus,
a.FnlInputButtonLink.DmsPrimary:focus {
  background: #5ab96e;
}

button.DmsPrimary:active,
input[type="submit"].DmsPrimary:active,
input[type="button"].DmsPrimary:active,
a.FnlInputButtonLink.DmsPrimary:active {
  background: #3b7848;
}

button.DmsPrimary.Disabled,
input[type="submit"].DmsPrimary.Disabled,
input[type="button"].DmsPrimary.Disabled,
a.FnlInputButtonLink.DmsPrimary.Disabled {
  background: #afc0b2 !important;
}

/* Revert Styles for Global Search Bar in Header */
.NcifSearchSubmit > input[type="button"] {
  height: 27px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #838383;
  border-left: 0;
  outline: 0;
  background: #818184; /* Old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #686a6e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #999999 0%,#686a6e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #999999 0%,#686a6e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#686a6e',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.NcifSearchSubmit > input[type="button"]:hover,
.NcifSearchSubmit > input[type="button"]:focus {
  background: #717476; /* Old browsers */
  background: -moz-linear-gradient(top, #78797b 0%, #525458 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #78797b 0%,#525458 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #78797b 0%,#525458 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78797b', endColorstr='#525458',GradientType=0 ); /* IE6-9 */
}

.NcifSearchSubmit > input[type="button"]:active {
  background: #46484c; /* Old browsers */
  background: -moz-linear-gradient(top, #686a6e 0%, #999999 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #686a6e 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #686a6e 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686a6e', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}


/*** Page Tabs ***/
#PageTabs > ul {
  border-bottom: 2px solid #486d93;
}

#PageTabs > ul > li > a {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#PageTabs > ul > li.CurrentTab > a,
#PageTabs > ul > li.CurrentTab > a:hover {
  background-color: #486d93;
  border-color: #486d93;
  color: #FFFFFF;
}