/* Default CSS Stylesheet for moveLINQ */

/* Sticky page chrome — main toolbar (Default.Master #hdr) stays at the top of
   the viewport on scroll, and each page's tab/submenu strip (.sticky-tab-header)
   sticks just below it. The --main-toolbar-height variable is kept in sync by
   the JS in Default.Master so the offset matches the toolbar's actual height. */
#hdr {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: white;
}

.sticky-tab-header {
	position: sticky;
	top: var(--main-toolbar-height, 90px);
	z-index: 999;
	background-color: white;
}

/* Wrapper that locks an entire page header (title + filter dropdowns + tab
   strip + submenu) to the top of the viewport on scroll as one unit. Used
   on pages like Questionnaire.Master where the title and filters are
   meaningful context while paging through grid content below. */
.sticky-page-top {
	position: sticky;
	top: var(--main-toolbar-height, 90px);
	z-index: 999;
	background-color: white;
}

/* Body has no margin so the sticky toolbar (#hdr) sits flush at the top and
   spans edge-to-edge. Restore the gutter only on the content + footer below
   the toolbar so page content isn't jammed against the browser frame. */
#content,
#footer {
	padding-left: 8px;
	padding-right: 8px;
}

#footer {
	padding-bottom: 8px;
}

/* Soft drop shadow on the submenu (Save/Close strip) so it visually sits above
   the scrolled content below it. */
.sticky-tab-submenu {
	box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;
}

table.ReloPayment,
table.ReloPayment td {
	border: 1px solid #DCD8D2;
	border-collapse: collapse;
}

/* Grid action links — Edit / Add / Update use .edit-link (green hover fill,
   black text), Delete uses .delete-link (red hover fill, white text), Cancel
   uses .cancel-link (neutral dark gray hover fill, white text). All three
   share the same resting style: blue underlined text. The classes are added
   by the JS hook in Default.Master so we don't have to touch 70+ aspx files. */
a.edit-link,
a.delete-link,
a.cancel-link,
a.open-link {
	display: inline-block;
	color: #2526AC !important;
	text-decoration: underline;
	text-decoration-color: #2526AC;
	background-color: transparent !important;
	padding: 2px 8px;
	border: none !important;
	border-radius: 3px !important;
	transition:
		color 0.25s ease,
		background-color 0.25s ease,
		text-decoration-color 0.25s ease;
}

a.edit-link:hover {
	color: white !important;
	background-color: #489F3B !important;
	text-decoration-color: transparent;
}

a.delete-link:hover {
	color: white !important;
	background-color: #980404 !important;
	text-decoration-color: transparent;
}

a.cancel-link:hover {
	color: white !important;
	background-color: #555 !important;
	text-decoration-color: transparent;
}

a.open-link:hover {
	color: white !important;
	background-color: #7314F5 !important;
	text-decoration-color: transparent;
}

/* Header cells for the Edit / Delete columns. The JS in Default.Master tags
   them; this rule mirrors the 8px horizontal padding on a.edit-link /
   a.delete-link so the heading text lines up vertically with the button below. */
.TableHdr td.action-column-header,
.TableHdr th.action-column-header {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

BODY
{
	font-weight: normal;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	/* Page content sits flush to the browser edges. Removing the top margin in
	   particular is required so the sticky #hdr meets the viewport top cleanly —
	   otherwise the bare body margin shows above the logos during the first
	   pixels of scroll and produces a jump. */
	margin: 0;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
	font-weight: normal;
	font-size: large;
	/*color: #003366;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-family: Verdana, Helvetica, sans-serif;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH
{
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

/*UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}*/	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.SmlLabel
{
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmlColorLabel {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	white-space: normal;
/*	background-color: white;*/
}
.SmlData {
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	white-space: pre-wrap;
}

.SmlDataDark {
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	white-space: pre-wrap;
	color: white;
	background-color: #2526AC; /*Casepoint New Branding Blue*/
}

.SmlDataField {
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	white-space: pre-wrap;
	border-color: #C3BFBC;
	border-radius: 5px;
	border-width: thin;
	border-style: solid;
	padding: 8px;
}
.SmlDataRight
{
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.SmlDataWrap
{
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap;
}

/* As SmlDataWrap, but FORCES a break mid-token when there is no space to break
   at, so an attachment file name like Scanned_Orders_20260210_Final_v2.pdf
   cannot push the grid wider than the viewport. Used by the attachment grids'
   Name, File Name and Comments columns on Relocation Overview and Document
   Tracking.

   break-all, deliberately, not break-word: break-word is IGNORED when a table
   computes its min-content width, and a DataGrid renders a <table>, so the
   column would still be sized to the longest unbreakable token and the page
   would keep scrolling sideways. break-all and overflow-wrap:anywhere both DO
   count toward min-content.

   NOTE this class is duplicated in the ROOT Styles.css. The two stylesheets are
   separate files with diverging rules (this one sets font-size: small, the root
   one xx-small) and different pages load different ones, so a shared class has
   to exist in both. */
.SmlDataWrapBreak
{
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;      /* legacy name, kept for older engines */
	overflow-wrap: anywhere;    /* current name; unlike break-word this counts toward min-content */
	word-break: break-all;      /* force the break even with no space present */
}
.RegColorLabel {
	font-size: medium;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
}
.RegLabel
{
	font-size: medium;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.RegData {
	font-size: medium;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #C3BFBC;
	border-radius: 5px;
	/*height: 22px;*/
	border-width: thin;
	border-style: solid;
	padding: 8px;
}

.RegDataFSDb {
	font-size: medium;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*height: 22px;*/
}

.StdLabel
{
	font-size: medium;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.StdData
{
	font-size: x-small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.LrgLabel
{
	font-weight: bold;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MedColorLabel {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/

}
.XSmlLabel
{
	font-weight: bold;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TableHdr {
	/*color: #1D1D81;*/
	color: white;
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ #2526AC; /*Casepoint New Branding Blue*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
}

/* Match the 5px top/bottom padding on .TableRow td so the header row's
   vertical rhythm lines up with the data rows below. Padding is on the
   TD because TR padding isn't reliably honored. */
	.TableHdr td,
	.TableHdr th {
		padding-top: 5px;
		padding-bottom: 5px;
		vertical-align: middle;
	}
.TableHdrLight {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	/*background:*/ /*#F0F9FF*/ /*#2526AC;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.TableHdr TH {
	/*color: #1D1D81;*/
	color: white;
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ #2526AC; /*Casepoint New Branding Blue*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
}
.TableHdr A:Link {
	/*color: #1D1D81;*/
	color: white;
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ #2526AC; /*Casepoint New Branding Blue*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
}
.TableHdr A:Visited {
	/*color: #1D1D81;*/
	color: white;
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ #2526AC; /*Casepoint New Branding Blue*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
}
.TableHdr A:Hover {
	/* Hover: text shifts from white to the #FCEDA3 highlight color and gains
	   an underline — classic "this is a link" affordance, no layout impact. */
	color: #FCEDA3;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	vertical-align: middle;
}
.TableHdr A:Active {
	/*color: #1D1D81;*/
	color: white;
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ #2526AC; /*Casepoint New Branding Blue*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
}

.TableRow {
	font-weight: normal;
	font-size: small;
	background-color: /*#FCFBE4*/ white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border-bottom-color: #DCD8D2;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

/* Slightly taller data + edit rows so a button (e.g. Edit) fits comfortably.
   Padding is on the TD inside the row because TR padding isn't reliably honored.
   vertical-align: middle overrides the ASP.NET <ItemStyle VerticalAlign="Top">
   inline attribute so the data text, Edit button, and Delete button all sit on
   the same centerline regardless of each cell's content. */
.TableRow td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle !important;
}

/* Edit rows are typically denser (multiple form fields stacked) so tighter
   vertical padding keeps the row from sprawling. */
.TableEditRow td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle !important;
}

/* In an edit row, the Update / Cancel button cell sits next to text inputs
   that can grow tall — top-align it so the buttons sit beside the first line
   of the form fields rather than floating mid-cell. The :has() selector
   targets the specific cell containing those action links. */
.TableEditRow td:has(a.edit-link),
.TableEditRow td:has(a.cancel-link) {
	vertical-align: top !important;
}

.TableRowLight {
	font-weight: normal;
	font-size: small;
	background-color: /*#FFFFF0*/ white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
}
.TableRow:hover {
	background-color: /*#A8A8DD*/ #FCEDA3;
/*	border-radius: 50px;*/
}
.TableRow A:Link {
	/*color: #1D1D81; */
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-size: small;
	font-weight: bold;
	/*background-color:*/ /*#FCFBE4*/ /*#A8A8DD;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.TableRow A:Visited {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-size: small;
	font-weight: bold;
	/*background-color:*/ /*#FCFBE4*/ /*#A8A8DD;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.TableRow A:Hover {
	/*color: #1D1D81;*/
	color: #7314F5; /*Casepoint New Branding Blue*/
	font-size: small;
	font-weight: bold;
	/*background-color:*/ /*#FCFBE4*/ /*#A8A8DD;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	/*	background-color: #F8D247;
	border-radius: 5px;*/
}
.TableRow A:Active {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-size: small;
	font-weight: bold;
	/*background-color:*/ /*#FCFBE4*/ /*#A8A8DD;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.TableRowBold {
	font-weight: bold;
	font-size: small; /* background-color: #FCFBE4;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*background-color:*/ /*#FFFFF0*/ /*white;*/

}
.TableRowNotBold {
	font-size: small; /* background-color: #FCFBE4;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*background-color:*/ /*#FFFFF0*/ /*white;*/
}
.bootstrap-scope tr.TableAltRow,
tr.TableAltRow,
.bootstrap-scope td.TableAltRow,
td.TableAltRow {
	font-weight: normal;
	font-size: small;
	background-color: /*#F0F9FF*/ white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.bootstrap-scope tr.TableAltRow > td,
tr.TableAltRow > td,
.bootstrap-scope td.TableAltRow,
td.TableAltRow {
	border-bottom: 1px solid #DCD8D2;
}
	.TableAltRow A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		/*background-color:*/ /*#F0F9FF*/ /*white;*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableAltRow A:Visited {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		/*background-color:*/ /*#F0F9FF*/ /*white;*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableAltRow A:Hover {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		/*background-color:*/ /*#F0F9FF*/ /*white;*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
	}
	.TableAltRow A:Active {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		/*background-color:*/ /*#F0F9FF*/ /*white;*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
.TableEditRow {
	font-weight: normal;
	font-size: small;
	background-color: /*#EAE9CC*/ /*#F4F0E8*/ #F4F0E8;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
	.TableEditRow A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background-color: /*#EAE9CC*/ /*#F4F0E8*/ #F4F0E8;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
	}
	.TableEditRow A:Visited {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background-color: /*#EAE9CC*/ /*#F4F0E8*/ #F4F0E8;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableEditRow A:Hover {
		/* Plain link hover for any anchor inside an edit row. The previous
		   version added border-radius + thin border which produced a "pill"
		   outline around every hovered link (Generate Email, Update, Cancel,
		   etc.) with the bg matching the row so the pill looked empty — that
		   has been removed. Action classes (.edit-link / .delete-link /
		   .cancel-link) still apply their fill via !important. */
		color: #2526AC;
		font-weight: bold;
		font-size: small;
		text-decoration: underline;
		background-color: transparent;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableEditRow A:Active {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background-color: /*#EAE9CC*/ /*#F4F0E8*/ #F4F0E8;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
.TableAddFooter {
	font-weight: normal;
	font-size: small;
	background-color: /*#EAE9CC*/ #F4F0E8; /*Casepoint New Branding Blue*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: middle;
	color: black;
}
/* Padding goes on the TD because TR padding isn't reliably honored across browsers. */
.TableAddFooter td {
	padding-top: 3px;
	padding-bottom: 3px;
}
	.TableAddFooter A:Link {
		/*color: #1D1D81;*/
		color: #2526AC;
		font-size: small;
		font-weight: bold;
		/*background-color:*/ /*#EAE9CC*/ /*#2526AC;*/ /*Casepoint New Branding Blue*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		vertical-align: middle;
	}
	.TableAddFooter A:Visited {
		/*color: #1D1D81;*/
		color: #2526AC;
		font-weight: bold;
		font-size: small;
		/*background-color:*/ /*#EAE9CC*/ /*#2526AC;*/ /*Casepoint New Branding Blue*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		vertical-align: middle;
	}
	.TableAddFooter A:Hover {
		/*color: #1D1D81;*/
		color: #2526AC;
		font-weight: bold;
		font-size: small;
		/*background-color:*/ /*#EAE9CC*/ /*#2526AC;*/ /*Casepoint New Branding Blue*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
		vertical-align: middle;
	}
	.TableAddFooter A:Active {
		/*color: #1D1D81;*/
		color: black;
		font-weight: bold;
		font-size: small;
		/*background-color:*/ /*#EAE9CC*/ /*#2526AC;*/ /*Casepoint New Branding Blue*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		vertical-align: middle;
	}

.TableAddFooterTop {
	font-weight: normal;
	font-size: small;
	background-color: #F4F0E8;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	color: black;
}
/* Padding goes on the TD because TR padding isn't reliably honored across browsers. */
.TableAddFooterTop td {
	padding-top: 3px;
	padding-bottom: 3px;
}
	.TableAddFooterTop A:Link {
		/*color: #1D1D81;*/
		color: #2526AC;
		font-size: small;
		font-weight: bold;
		/*background-color:*/ /*#EAE9CC*/ /*#2526AC;*/ /*Casepoint New Branding Blue*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		vertical-align: middle;
	}

	.TableAddFooterTop A:Visited {
		/*color: #1D1D81;*/
		color: black;
		font-weight: bold;
		font-size: small;
		background-color: /*#EAE9CC*/ #2526AC; /*Casepoint New Branding Blue*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		vertical-align: middle;
	}

	.TableAddFooterTop A:Hover {
		/*color: #1D1D81;*/
		color: #2526AC;
		font-weight: bold;
		font-size: small;
		/*background-color:*/ /*#EAE9CC*/ /*#2526AC;*/ /*Casepoint New Branding Blue*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
		vertical-align: middle;
	}

	.TableAddFooterTop A:Active {
		/*color: #1D1D81;*/
		color: black;
		font-weight: bold;
		font-size: small;
		background-color: /*#EAE9CC*/ #2526AC; /*Casepoint New Branding Blue*/
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		vertical-align: middle;
	}

.bootstrap-scope table.TblRound,
table.TblRound {
	border: 3px solid #DCD8D2 !important;
	border-radius: 10px !important;
	border-collapse: separate !important;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
}

.TablePager {
	/*color:#1D1D81;*/
	color: black;
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ /*#F4F0E8*/ #DCD8D2;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 5px;
}
	.TablePager A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background-color: /*#B0C4DE*/ /*#F4F0E8*/ #DCD8D2;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
		padding: 1px 5px 1px 5px;
	}
	.TablePager A:Visited {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #DCD8D2;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		padding: 1px 5px 1px 5px;
	}
	.TablePager A:Hover {
		/*color: #1D1D81;*/
		color: black; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #FCEDA3;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
		border-radius: 5px;
		padding: 1px 5px 1px 5px;
	}
	.TablePager A:Active {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #DCD8D2;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		padding: 1px 5px 1px 5px;
	}

	/* When the pager has no Prev (or no Next), the control renders that label
	   as a plain <span> (DataGrid) or an <a disabled="disabled"> (GridView).
	   Style both as disabled — dim gray, no underline, default cursor, no
	   hover swap — so they aren't mistaken for active buttons. */
	.TablePager span,
	.TablePager span:hover,
	.TablePager a[disabled],
	.TablePager a[disabled]:hover {
		color: #888 !important;
		background: transparent !important;
		text-decoration: none !important;
		cursor: default;
		border-radius: 0 !important;
		padding: 1px 5px 1px 5px;
	}
	/* The rule above grays out every <span> inside .TablePager so the
	   disabled prev/next pager indicators render dimmed. But asp:Label also
	   renders as <span>, so footer-row totals (e.g. dlTotalsByExpCats /
	   dlAdvAmts) were inheriting the gray. Re-assert black for labels that
	   carry .SmlLabel so totals render as black text, not gray. */
	.TablePager span.SmlLabel,
	.TablePager span.SmlLabel:hover {
		color: black !important;
	}
.TablePagerDark {
	/*color:#1D1D81;*/
	color: black; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ /*#F4F0E8*/ #C3BFBC;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

	.TablePagerDark A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background-color: /*#B0C4DE*/ /*#F4F0E8*/ #C3BFBC;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

	.TablePagerDark A:Visited {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #C3BFBC;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

	.TablePagerDark A:Hover {
		/*color: #1D1D81;*/
		color: black; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #FCEDA3;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
		border-radius: 5px;
		padding: 1px 5px 1px 5px;
	}

	.TablePagerDark A:Active {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #C3BFBC;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

.TablePagerNumeric {
	/*color:#1D1D81;*/
	color: black;
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ /*#F4F0E8*/ #DCD8D2;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 5px;
}

	.TablePagerNumeric A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background-color: /*#B0C4DE*/ /*#F4F0E8*/ #DCD8D2;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
		padding: 1px 5px 1px 5px;
	}

	.TablePagerNumeric A:Visited {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #DCD8D2;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		padding: 1px 5px 1px 5px;
	}

	.TablePagerNumeric A:Hover {
		/*color: #1D1D81;*/
		color: black; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #FCEDA3;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
		border-radius: 5px;
		padding: 1px 5px 1px 5px;
	}

	.TablePagerNumeric A:Active {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: small;
		background: /*#B0C4DE*/ /*#F4F0E8*/ #DCD8D2;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		padding: 1px 5px 1px 5px;
	}

	/* In NumericPages mode the current page renders as a plain <span> (no link).
	   Match the disabled-link treatment used on .TablePager so it reads as the
	   "current page" indicator rather than a clickable button. */
	.TablePagerNumeric span,
	.TablePagerNumeric span:hover,
	.TablePagerNumeric a[disabled],
	.TablePagerNumeric a[disabled]:hover {
		color: #888 !important;
		background: transparent !important;
		text-decoration: none !important;
		cursor: default;
		border-radius: 0 !important;
		padding: 1px 5px 1px 5px;
	}

.TableTitle {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
}
.TableDesc {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	/*color: #1D1D81;	*/
	color: #2526AC; /*Casepoint New Branding Blue*/
}
.TableRowBlueBold {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: xx-small;
	background-color: /*#FCFBE4*/white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.TableRegRow {
	font-weight: normal;
	font-size: small;
	background-color: /*#FCFBE4*/ white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
	.TableRegRow A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#FCFBE4*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableRegRow A:Visited {
		/*color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#FCFBE4*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableRegRow A:Hover {
		/*color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#FCFBE4*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
	}
	.TableRegRow A:Active {
		/* color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#FCFBE4*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
.TableRegRow {
	font-weight: normal;
	font-size: small;
	background-color: /*#FCFBE4*/ white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
	.TableRegRow A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#FCFBE4*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableRegRow A:Visited {
		/*color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#FCFBE4*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableRegRow A:Hover {
		/*color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#FCFBE4*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
	}
	.TableRegRow A:Active {
		/* color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#FCFBE4*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
.TableRegRowBold {
	font-weight: bold;
	font-size: small; /* background-color: #FCFBE4; */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: /*#FFFFF0*/ white;
}
.TableAltRegRow {
	font-weight: normal;
	font-size: small;
	background-color: /*#F0F9FF*/ white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
	.TableAltRegRow A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#F0F9FF*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableAltRegRow A:Visited {
		/*color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#F0F9FF*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.TableAltRegRow A:Hover {
		/*color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#F0F9FF*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
	}
	.TableAltRegRow A:Active {
		/*color: #1D1D81;	*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-size: small;
		font-weight: bold;
		background-color: /*#F0F9FF*/ white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
.ProdName {
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: large;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: /*#6495ED*/ #5151BB;
	width: 49%;
	vertical-align: sub;
	background-color: white
}
.CompanyName {
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: /*#CF1428*/ #980404;
	width: 49%;
	vertical-align: sub;
	background-color: white
}
  .div.spacer {
  clear: both;
  }

.DocLinkButton {
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: White;
}
.DocLinkButtonSelected {
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: /*#800000*/ #980404;
}
.DocLinkButton:link	
{
	font-size: xx-small;
	font-weight: bold;		
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:	White;
}
.DocLinkButton:visited {
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: /*#6495ED*/ #5151BB;
}	
		
.DocLinkButton:active	
{
	font-size: xx-small;
	font-weight: bold;		
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	text-decoration:	none;
	color:	White;
	}	
		
.DocLinkButton:hover	
{
	font-size: xx-small;
	font-weight: bold;		
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	text-decoration:	underline;
	color:	White;
	}
.BlueBackground 	{
	background-color: white;
}
.MainBackground 	{
	
}
.WhiteBackground 	{
	background-color: white
}
.PageTitle {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
}
.PageSubTitle
{
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.SmlLinkButton {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px 5px 1px 5px;
}

.SmlLinkButtonHidden {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	visibility: hidden;
	padding: 1px 5px 1px 5px;
}

.SmlLinkButton:Link {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	padding: 1px 5px 1px 5px;
}
.SmlLinkButton:Visited {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px 5px 1px 5px;
}
a.SmlLinkButton:Hover {
	/* Bumped from .SmlLinkButton:Hover to a.SmlLinkButton:Hover so the
	   selector's specificity (0,2,1) matches .TableEditRow A:Hover and wins
	   on source order — otherwise SmlLinkButton links inside an edit row
	   (e.g. EmailTemplating's "Generate Example") fall through to the row's
	   generic hover instead of getting the intended yellow pill. */
	color: black;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #FCEDA3;
	border-radius: 5px;
	padding: 1px 5px 1px 5px;
}
.SmlLinkButton:Active {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px 5px 1px 5px;
}

.SmlLinkButtonDark {
	background-color: #2526AC; /*Casepoint New Branding Blue*/
	color: white;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

	.SmlLinkButtonDark:Link {
		background-color: #2526AC; /*Casepoint New Branding Blue*/
		color: white;
		font-weight: bold;
		font-size: small;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

.SmlLinkButtonDak:Visited {
	background-color: #2526AC; /*Casepoint New Branding Blue*/
	color: white;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.SmlLinkButtonDark:Hover {
	background-color: #2526AC; /*Casepoint New Branding Blue*/
	color: white;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.SmlLinkButtonDark:Active {
	background-color: #2526AC; /*Casepoint New Branding Blue*/
	color: white;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.SmlLinkButtonGreen {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.SmlLinkButtonGreenHidden {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	visibility: hidden;
}

.SmlLinkButtonGreen:Link {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.SmlLinkButtonGreen:Visited {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.SmlLinkButtonGreen:Hover {
	color: #489F3B; /*Casepoint New Branding Green*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.SmlLinkButtonGreen:Active {
	color: #489F3B; /*Casepoint New Branding Green*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.SmlLinkButtonRed {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.SmlLinkButtonRedHidden {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	visibility: hidden;
}

.SmlLinkButtonRed:Link {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.SmlLinkButtonRed:Visited {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.SmlLinkButtonRed:Hover {
	color: #980404; 
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.SmlLinkButtonRed:Active {
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.RegLinkButton {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px 5px 1px 5px;
}
	.RegLinkButton:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
		padding: 1px 5px 1px 5px;
	}
	.RegLinkButton:Visited {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		padding: 1px 5px 1px 5px;
	}
	.RegLinkButton:Hover {
		/*color: #1D1D81;*/
		color: black; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		background-color: #FCEDA3;
		border-radius: 5px;
		padding: 1px 5px 1px 5px;
	}
	.RegLinkButton:Active {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		padding: 1px 5px 1px 5px;
	}
.RegLinkButtonFSDb {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

	.RegLinkButtonFSDb:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

	.RegLinkButtonFSDb:Visited {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

	.RegLinkButtonFSDb:Hover {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-decoration: underline;
	}

	.RegLinkButtonFSDb:Active {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
.SmlContrastLabel {
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: /*#800000*/ #980404;
	background-color: /*#FAFAD2*/white;
}
.DocTblLabel {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:*/ /*#B0C4DE*//*white;*/
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/

}
.DocTblTop {
	background-color: /*#B0C4DE*/ white;
}
table.ExpSummary {
	border: 1px solid #DCD8D2;
	border-collapse: collapse;
}
table.ExpSummary td {
	border: 1px solid #DCD8D2;
}

/* Lock GridView column widths so data doesn't stretch columns */
.gvFixedLayout {
	table-layout: fixed;
}
.gvFixedLayout td,
.gvFixedLayout th {
	overflow: hidden;
}

/* Sticky GridView header — pinned to the top of the scrolling container */
.gvStickyHeader tr:first-child th {
	position: sticky;
	top: 0;
	z-index: 2;
	background-color: white;
	border-bottom: 1px solid black;
}

/* Focus indicator for form fields — overrides browser default black outline */
input:focus,
select:focus,
textarea:focus {
	outline: 3px solid #B4DCFF;
	outline-offset: 0;
}

/* Roles.aspx permission CheckBoxLists — fixed 5-column layout; column width set by JS at page-load to match widest label */
.RoleCBL {
	table-layout: fixed;
}

/* Spinning-logo loading indicator (used in SweetAlert popups) */
@keyframes spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}
.spinning-logo {
	animation: spin 1.5s linear infinite;
}

/* SweetAlert popup chrome for the Stamping Document loader */
.stamping-popup {
	border-radius: 10px;
	border: 3px solid #FCEDA3;
}


/* CalendarPopup (ew:CalendarPopup) area styles */
.CalWeekday    {
	font: xx-small Verdana, Helvetica, Tahoma, Arial; 
	color: black; 
	background-color: white;
}
.CalMonthHdr {
	font: bold xx-small Verdana, Helvetica, Tahoma, Arial;
	color: white;
	background-color: #2526AC;
}
.CalOffMonth {
	font: xx-small Verdana, Helvetica, Tahoma, Arial;
	color: #C3BFBC;
	background-color: #F4F0E8;
}
.CalGoToToday {
	font: bold xx-small Verdana, Helvetica, Tahoma, Arial;
	color: white;
	background-color: #2526AC;
}
.CalTodayDay {
	font: xx-small Verdana, Helvetica, Tahoma, Arial;
	color: Black;
	background-color: white;
}
.CalDayHdr {
	font: bold xx-small Verdana, Helvetica, Tahoma, Arial;
	color: Black;
	background-color: #A8A8DD;
}
.CalWeekend {
	font: xx-small Verdana, Helvetica, Tahoma, Arial;
	color: Black;
	background-color: white;
}
.CalSelected {
	font: xx-small Verdana, Helvetica, Tahoma, Arial;
	color: Black;
	background-color: #A8A8DD;
}
.CalClearDate {
	font: xx-small Verdana, Helvetica, Tahoma, Arial;
	color: Black;
	background-color: white;
}
.CalSpecialDay {
	font: xx-small Verdana, Helvetica, Tahoma, Arial;
	color: Black;
	background-color: white;
}
.DocTblBG
{
	background-color: white;
}
.ReloTblBG
{
    background-color: #F5F5F5;
}
.CostDtlBG {
	background-color: #F4F0E8;
}
.CostDtlTitle {
	background-color: /*#B0C4DE*/ #F4F0E8;
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmlHelpLabel {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/}
.ErrorText
{
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Red;
	white-space: normal;
}

.SuccessText {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Green;
	white-space: normal;
}

.WrapErrorText {
    font-size: small;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: red;
    word-wrap: break-word;
}
.SmlErrorText
{
    font-size: small;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: Red;
}
A:link	{	
	text-decoration: underline;
	color:	Black;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}	
		
A:visited	{	
	text-decoration: none;
	color:	Black;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

A:active {
	text-decoration: none;
	color: Black;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover {
	text-decoration: none;
	color: red;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gvHeader
{
	color: black;
	font-weight: bold;
	background-color: White;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
}
.gvHeader A:Link
{
	color: black;
	font-weight: bold;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.gvHeader A:Visited
{
	color: black;
	font-weight: bold;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.gvHeader A:Hover
{
	color: black;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.gvHeader A:Active
{
	color: black;
	font-weight: bold;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.gvRegHeader
{
	color: black;
	font-weight: bold;
	background-color: White;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
}
.gvRegHeader A:Link
{
	color: black;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.gvRegHeader A:Visited
{
	color: black;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.gvRegHeader A:Hover
{
	color: black;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.gvRegHeader A:Active
{
	color: black;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.gvRegColorHeader {
	/*color: #1D1D81;*/
	color: #2526AC; /*Casepoint New Branding Blue*/
	font-weight: bold;
	font-size: small;
	background: /*#B0C4DE*/ white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
	.gvRegColorHeader A:Link {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		background: /*#B0C4DE*/ white;
		font-weight: bold;
		font-size: small;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.gvRegColorHeader A:Visited {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		background: /*#B0C4DE*/ white;
		font-weight: bold;
		font-size: small;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.gvRegColorHeader A:Hover {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		background: /*#B0C4DE*/ white;
		font-weight: bold;
		font-size: small;
		text-decoration: underline;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	.gvRegColorHeader A:Active {
		/*color: #1D1D81;*/
		color: #2526AC; /*Casepoint New Branding Blue*/
		background: /*#B0C4DE*/ white;
		font-weight: bold;
		font-size: small;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

/* partial CSS from bootstrap*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: medium;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid black;
  border-radius: 4px;
  background-color: white;
  text-decoration: none;
}
/* The global "A:link { text-decoration: underline }" rule above has higher
   specificity than .btn, so it re-underlines LinkButton-style buttons (e.g. the
   Save buttons on ToDoList / Relocation Type Settings) at rest. Re-assert no
   underline with an anchor-specific selector that outranks A:link. */
a.btn:link,
a.btn:visited,
a.btn:hover {
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: white;
  text-decoration: none;
  background-color: black;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
	font-weight: normal;
	font-size: medium;
	color: #337ab7;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
	background-position: center;
	background-size: 1em auto;
	background-repeat: no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: .5;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 100px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.bootstrap-scope .dropdown-menu {
    min-width: 12rem;
}

.bootstrap-scope .dropdown-submenu {
	position: relative;
	
}

.bootstrap-scope .dropdown-menu.show {
	background-color: #F4F0E8;
	border: 1px solid black;
}

.bootstrap-scope .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    /* Always rendered (display:block) so visibility/opacity can transition.
       Invisible at rest; the 300ms visibility delay on the un-hover transition
       keeps the submenu open briefly after the cursor leaves the row, so a slight
       diagonal wobble while navigating to a child submenu doesn't collapse the
       whole path. Opacity fades out over 150ms for a smooth dismiss. */
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s linear, visibility 0s linear 0.3s;
}

.bootstrap-scope .dropdown-submenu:hover > .dropdown-menu {
	background-color: #F4F0E8;
	border: 1px solid black;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.15s linear, visibility 0s linear 0s;
}

	.bootstrap-scope .dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #333;
		margin-top: 5px;
		margin-right: 5px;
	}

.bootstrap-scope .dropdown-submenu:hover > a:after {
	border-left-color: /*#919191*/black;
}

.bootstrap-scope .dropdown-submenu.pull-left {
    float: none;
}

.bootstrap-scope .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bootstrap-scope .dropdown-divider {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* RKay - Next 3 items are related to AutoCompleteExtender */
.completionList {
    border: solid 1px Black;
    margin: 0px;
    padding: 3px;
    height: 175px;
    overflow: auto;
    background-color: white;
}

.listItem {
    color: black;
}

.itemHighlighted {
    background-color: lightsteelblue;
}

.nav,
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Top level nav */
.nav {
	float: left;
	/*margin: 10px 0;*/
	background: white;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#999));
	background-image: -moz-linear-gradient(top, #DDD, #999);*/
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
    /*
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);*/
}

/* Dropdowns */
.nav ul {
	/*position: absolute;
	top: 2em;
	left: -9999px;
	opacity: 0;

	-webkit-transition: 0.1s linear opacity;

	min-width: 150px;
	background: #999;*/
	/*background: #340449;
	background: rgba(0,0,0,0.9);*/

	/*-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0 3px 3px rgba(0,0,0,0.5);*/
}

.nav li {
	float: left;
	position: relative;
}

/* Top level nav items */
.nav li > a {
	float: left;
	padding: 5px 10px !important; 
	border-left: 1px solid rgba(255,255,255,0.4);
	border-right: 1px solid rgba(0,0,0,0.2);
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

/* Top level hover state, preserve hover state when hovering dropdown  */
	.nav li > a:hover,
	.nav li > a:focus,
	.nav li:focus > a,
	.nav li:hover > a {
		background: /*#999*/ #FCEDA3;
		/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#DDD));
		background-image: -moz-linear-gradient(top, #999, #DDD);*/
		/* text shadow just makes reading more difficult in my opinion */
		/* text-shadow: 0 1px 0 rgba(0,0,0,0.4), 0 -1px 0 rgba(255,255,255,0.2); */
		outline: 0;
	}

/* Rounded corners for first top level nav item */
.nav > li:first-child > a {
	border-left: 0;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

/* Rounded corners for last top level nav item */
.nav > li:last-child > a {
	border-right: 0;

	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.nav li:hover ul,
.nav li:focus ul,
ul.show-menu {
	left: 0;
	opacity: 0.99;
}

.nav ul li {
	float: none;
	position: static;
}

.nav ul a {
	float: none;
	display: block;
	/*color: #FFF;*/
	font-size: 12px;
	text-shadow: none;
	/*border: 1px solid #f1f0f0;*/
	border-width: 0 0 1px;

	-webkit-transition: 0.1s linear all;
}

/* Rounded corners for ul and last list item */
.nav ul,
.nav ul li:last-child a {
	border: 0;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

	.nav ul a:hover,
	.nav ul a:focus {
		background: /*#EEE*/ #FCEDA3;
		color: black;
		text-shadow: none;
	}
p { clear: both; }

hr {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2526AC;
    border-right-color: #2526AC;
    border-bottom-color: #2526AC;
    border-left-color: #2526AC;
    background-color: #2526AC;
    height: 1px;
    display: block;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    margin-top: 2px; 
    margin-bottom: 2px;
}

.Hidden {
	visibility: hidden;
}

input[type='checkbox']:checked {
	accent-color: #0d6efd;
}

input[type="radio" i] {
	accent-color: #0d6efd;
}

.button {
	background: #2526AC;
	color: white;
	padding: 20px 25px;
	border: solid .5px black;
	border-radius: 5px;
	cursor: pointer;
}

	.button:hover {
		background: #7C7DCB;
		color: white;
		padding: 20px 25px;
		border: solid .5px black;
		border-radius: 5px;
		cursor: pointer;
	}


.btn-outline-dark {
	color: black;
	border-color: black;
	background: white;
	border-radius: 5px;
}
	.btn-outline-dark:hover {
		color: white;
		background: black;
		border-radius: 5px;
	}

/* Global date-field validation (DateFieldValidation.js): flags an invalid m/d/yyyy | mm/dd/yyyy entry */
input.mlDateError {
	border: 1px solid #cc0000;
	background-color: #fff0f0;
}