*
{ font-family: Arial, Helvetica, Sans-Serif;
font-size: 8pt }

p
{ margin: 0;
   padding: 0;
	line-height: normal;	}

/* Product title */
.prodTitle  { 	font-family: Times;
	font-size: 10pt;
	font-style: italic;
	color: #6565cb;
	text-align: Left;
	font-weight: bold;
}

/* Near Miss Reasons, Reject Reasons */
.reasonHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #333399;
	margin: 0;
	padding: 2px;
	text-align: left
}
.reason {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	padding-left: 2px;
}
.headerLeft, .headerRight {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
.headerLeft {
	vertical-align: top;
	color: #333333;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.headerRight {
	vertical-align: bottom;
	text-align: right;
	color: #333333;
}

/* Form fields */
.defaultDisplayDoc{
	color:blue;
	font-weight: bold;
}
#footer {
		position:absolute;
		bottom:0;
		width:100%;
		background-color: #FFFFFF;
		height:20px;
	}
.form {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

.form_TextArea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

/* Global menu styles */
.global-menu-bar,
.global-menu-bar ul {
	list-style: none;
	margin-bottom: .5rem;
}

.global-menu-bar {
	padding-left: 0;
}

.global-menu-bar ul {
	background-color: #ffffff;
	border: 1px solid currentColor;
	display: none;
	margin-top: .25rem;
	padding: .25rem;
}

.global-menu-bar > li {
	display: inline-block;
}

.global-menu-bar > li:not(:last-child)::after {
	content: "|";
	font-size: .75rem;
	padding-left: .125em;
	padding-right: .125em;
}

.global-menu-bar button {
	background: transparent;
	border: 0;
	/* remove top padding added by browser styles */
	padding-top: 0;
	position: relative;
}



#user_dropdown_menu {
	position: absolute;
	z-index: 10;
}

#user_dropdown_menu.is-visible {
	animation: fadein 300ms linear forwards;
	display: block;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Global menu buttons */
.btnGlobal  { 	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #986532;
	text-align: Center;
	font-weight: bold;
		margin: 0;
		padding-bottom: 2px;
	padding-left:2px;
	padding-right:2px;
	cursor:hand;
}
a.btnGlobal:link { color: #986532; text-decoration: none; }
a.btnGlobal:visited { color: #986532; text-decoration: none; }
a.btnGlobalHover:hover, .global-menu-bar button:hover  { color: #ffcc33; text-decoration: none; }
a.btnGlobal:active { text-decoration: none; }

/* Navigation bar buttons - Not active */
.navBar
{	background-color: #333399;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: Center;
	color: white;
	border-width: 0px;
	margin: 0;
	padding: 0;
}
.navBarBtn	{ 	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 8pt;
				text-align: Left;
				color: #99ccff;
				font-weight: bold;
				background-color: #2f46c6;
				display: block;
				margin: 0;
				padding-top:0;
				padding-bottom:0;
				padding-left:4px;
				height:14px;
				min-width: 170px;
				max-width: 170px;
				width:170px;
				cursor: hand;
}
a.navBarBtn:link    { 	color: #99ccff;
						font-weight: bold;
						text-decoration: none }
a.navBarBtn:visited {  	color: #99ccff;
						font-weight: bold;
						text-decoration: none }
a.navBarBtn:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.navBarBtn:active  { TEXT-DECORATION: none }

.navBarBtnSel	{ 	font-family: Arial, Helvetica, Sans-Serif;
					font-size: 8pt;
					color: #FFFFFF;
					text-align: Left;
					font-weight: bold;
					background-color: #ff0000;
					display: block;
					margin: 0;
					padding-top:0;
					padding-bottom:0;
					padding-left:4px;
					height:14px;
					width:170px;
					min-width: 170px;
					max-width: 170px;
					cursor: hand;
}
a.navBarBtnSel:link    { 	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.navBarBtnSel:visited {  	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.navBarBtnSel:hover   { COLOR: #b2b2b2; TEXT-DECORATION: none }
a.navBarBtnSel:active  { TEXT-DECORATION: none }

/* Navigation bar buttons - Disabled */
.navBarBtnDisabled {	font-family: Arial, Helvetica, Sans-Serif;
						font-size: 8pt;
						text-align: Left;
						font-weight: bold;
						background-color: #2f46c6;
						display: block;
						color: #9999cc;
						margin: 0;
						padding-top:0;
						padding-bottom:0;
						padding-left:4px;
						height:14px;
						width:170px;
						min-width: 170px;
						max-width: 170px;
}
a.navBarBtnDisabled:link    { 	color: #9999cc;
						font-weight: bold;
						text-decoration: none }
a.navBarBtnDisabled:visited {  	color: #9999cc;
						font-weight: bold;
						text-decoration: none }
a.navBarBtnDisabled:hover   { COLOR: #9999cc; TEXT-DECORATION: none }
a.navBarBtnDisabled:active  { TEXT-DECORATION: none }

/* -----Message Text Styles---- */

/* Warning Message style */
.alertMsg, .alertMsgBig, .instrMsg {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
	color: red;
	font-weight: bold;
	border-color: #99bcd8;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.alertMsgBig     {font-size: 12pt;}

/* Instruction Mesage style */
.instrMsg {
	background-color: white;
	color: #6565cb;
	text-align: Center;
	border-color: #99bcd8;
	border-style: solid;
	border-width: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 9px;
}

/* Page load Message style */
.loadingMsg {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Page specific menu button bar */
.pageBtnBar
{	background-color: #333399;
	color: #99ccff;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: Left;
	border-color: #333399;
	border-width: 0px;
	margin: 0;
	padding: 0;
	height: 18px
}

/* Page specific menu buttons - Not active */
.pageBtn	{ 	font-family: Arial, Helvetica, Sans-Serif;
				color: #99ccff;
				font-weight: bold;
				font-size: 8pt;
				text-align: Left;
				background-color: #2f46c6;
				margin: 0;
				padding-top:0;
				padding-bottom:0;
				padding-left:2px;
				padding-right:2px;
				height:14px;
				cursor: hand;
}
.pageBtnText {color: #99ccff;}
a.pageBtn:link    { 	color: #99ccff;
						font-weight: bold;
						text-decoration: none }
a.pageBtn:visited {  	color: #99ccff;
						font-weight: bold;
						text-decoration: none }
a.pageBtn:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.pageBtn:active  { TEXT-DECORATION: none }

/* Page specific menu buttons - Active */
.pageBtnSel	{ 	font-family: Arial, Helvetica, Sans-Serif;
					font-size: 8pt;
					color: #ffffff;
					text-align: Left;
					font-weight: bold;
					background-color: #ff0000;
					margin: 0;
					padding-top:0;
					padding-bottom:0;
					padding-left:2px;
					padding-right:2px;
					height:14px;
					cursor: hand;
}
a.pageBtnSel:link    { 	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.pageBtnSel:visited {  	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.pageBtnSel:hover   { COLOR: #FFCCCC; TEXT-DECORATION: none }
a.pageBtnSel:active  { TEXT-DECORATION: none }


/* Markup for the Next and Previous on the Option Selection Page */
.btnNextPrevious	{ 	font-family: Arial, Helvetica, Sans-Serif;
					font-size: 8pt;
					color: #ffffff;
					text-align: Left;
					font-weight: bold;
					background-color: #ff0000;
					margin: 0;
					padding-top:0;
					padding-bottom:0;
					padding-left:2px;
					padding-right:2px;
					height:14px;
					cursor: hand;
}
a.btnNextPrevious:link    { 	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.btnNextPrevious:visited {  	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.btnNextPrevious:hover   { COLOR: #FFCCCC; TEXT-DECORATION: none }
a.btnNextPrevious:active  { TEXT-DECORATION: none }


/* ----- Table styles (for rows and cells) ----- */
  /* Table main header cells*/
.tableHeader	{
	font-size: 9pt;
	color: #404040;
	font-weight: bold;
	text-align: center;
	background-color: #c1c1ec;
	border-color: #333399;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 2px;
}

/* Table list header */
.tableListHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #404040;
	font-weight: bold;
	text-align: center;
	background-color: #c1c1ec;
	border-color: #333399;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 2px;
}

 /* Table list rows */
.tableRowNormal1, .tableRowNormal2, .tableRowAlert1, .tableRowAlert2, .tableRowSelected1, .tableRowSelected2,
.tableRowCust1, .tableRowCust2, tableSrchRsltsAcc1, tableSrchRsltsAcc2, tableSrchRsltsMar1, tableSrchRsltsMar2,
.tableRowFaded1, .tableRowFaded2
 {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 8pt;
		text-align: Left;
		margin: 0;
		padding: 0;
		border-color: #333399;
		border-style: solid;
		border-width: 0;
}

.tableRowNormal1 	{color: black; background-color: #eeeeff}
.tableRowNormal2 	{color: black; background-color: #ffffff}
.tableRowFaded1 { color: #aaaaaa; background-color: #eeeeff; }
.tableRowFaded2 { color: #aaaaaa; background-color: #ffffff; }
.tableRowAlert1    	{color: red; background-color: #EEEEFF}
.tableRowAlert2    	{color: red; background-color: #FFFFFF}
.tableRowSelected1	{color: red; font-weight: bold; background-color: #EEEEFF}
.tableRowSelected2 	{color: red; font-weight: bold; background-color: #FFFFFF}
.tableRowCust1   	{color: blue; background-color: #EEEEFF}
.tableRowCust2  	{color: blue; background-color: #ffffff}
.tableSrchRsltsAcc1	{color: black; background-color: #EEEEFF}
.tableSrchRsltsAcc2	{color: black; background-color: #ffffff}
.tableSrchRsltsMar1	{color: #AAAAAA; background-color: #EEEEFF}
.tableSrchRsltsMar2	{color: #AAAAAA; background-color: #ffffff}
.tableRowOptAdd1  	{color: #888888; background-color: #eeeeff}
.tableRowOptAdd2  	{color: #888888; background-color: #ffffff}

.tableRowSelected1	
{
	color: #ffffff;
	background-color: #2f46c6;

}
a.tableRowSelected1:link    { COLOR: #ffffff;}
a.tableRowSelected1:visited { COLOR: #ffffff;}
a.tableRowSelected1:hover   { COLOR: #ffffff;}
a.tableRowSelected1:active  { COLOR: #ffffff;}	
.tableRowSelected2	
{
	color: #ffffff;
	background-color: #2f46c6;
}
a.tableRowSelected2:link    { COLOR: #ffffff;}
a.tableRowSelected2:visited { COLOR: #ffffff;}
a.tableRowSelected2:hover   { COLOR: #ffffff;}
a.tableRowSelected2:active  { COLOR: #ffffff;}

.tableRowSelected
{
	color: #ffffff !important;
	background-color: #2f46c6;
}

.tableRowMouseOver1, .tableRowMouseOver2
{
	background-color: #c1c1ec;
}

 /* Table list cells */
 .tableList, .tableListAlert, .tableListFaded 	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
	border-color: #333399;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0 2px 0 2px ;
	height: 18px
}
.tableListAlert{color: red;}
.tableListFaded{color: #AAAAAA;}
a.tableListFaded:link    { COLOR: #AAAAAA;}
a.tableListFaded:visited { COLOR: #AAAAAA;}
a.tableListFaded:hover   { COLOR: #AAAAAA;}
a.tableListFaded:active  { COLOR: #AAAAAA;}

/* Text input field style */
.tableInputField, .tableInputFieldAlert {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	padding: 0 2px 0 2px;
	margin-bottom: 0;
}
 .tableInputFieldAlert{color: red;}

 /* Table datasheet cells */
 .tableDatasheet, .tableDatasheetAlert, .tableDatasheetHeader, .tableDatasheetFooter {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: left;
	background-color: #eeeeff;
	border-color: #333399;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0 0 0 3px;
	height: 22px
}
 .tableDatasheetAlert {color: red; font-weight: bold;}
 .tableDatasheetHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #404040;
	background-color: #c1c1ec;
	border-color: #333399;
	text-align: Center;
	padding: 2px;
}
 .tableDatasheetFooter {vertical-align: top; color: #333333;}

/* Twistie bar */
.twistieBar	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #333399;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background-color: white;
	border-color: #333399;
	border-style: solid;
	border-width: 0 0 0 0;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 2px;
}
a.twistieBar:link    { 	color: #333399;
						font-weight: bold;
						text-decoration: none }
a.twistieBar:visited {  	color: #333399;
						font-weight: bold;
						text-decoration: none }
a.twistieBar:hover   { COLOR: #333399; TEXT-DECORATION: underline }

.twistieBarEnd	{
	font-size: 8pt;
	background-color: white;
	border-color: #333399;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 0;
}
.twistieBarEndOverlap	{
	font-size: 8pt;
	background-color: #2f46c6;
	border-color: #333399;
	border-top-color: #2f46c6;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 0;
}
.twistieBarNonactive {
	font-size: 9pt;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #2f46c6;
	border-color: #333399;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 0;
}
.twistieBarEndNonactive	{
	font-size: 8pt;
	background-color: white;
	border-color: #333399;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 0;
}
.twistieBarEndNonactiveOverlap	{
	font-size: 8pt;
	background-color: #333399;
	border-color: #333399;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 0;
}

/* Tab bar */
.tabBar	{
	font-size: 9pt;
	color: white;
/*	color: #2f46c6;
*/
	font-weight: bold;
	text-align: center;
	background-color: #333399;

/*	background-color: #99ccff;
*/
	border-color: #333399;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 2px;
}
a.tabBar:link    { 	color: #cccccc;
						font-weight: bold;
						text-decoration: none }
a.tabBar:visited {  	color: #cccccc;
						font-weight: bold;
						text-decoration: none }
a.tabBar:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.tabBar:active  { TEXT-DECORATION: none }
.tabBarEnd	{
	font-size: 8pt;
	background-color: white;
	border-color: #333399;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 0;
}
.tabBarEndOverlap	{
	font-size: 8pt;
	background-color: #2f46c6;
	border-color: #333399;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 0;
}
.tabBarNonactive	{
	font-size: 9pt;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #2f46c6;
	border-color: #2f46c6;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 0;
}
.tabBarEndNonactive	{
	font-size: 8pt;
	background-color: white;
	border-color: #333399;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 0;
}
.tabBarEndActive	{
	font-size: 8pt;
	background-color: white;
	border-color: #2f46c6;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 0;
}
.tabBarEndNonactiveOverlap	{
	font-size: 8pt;
	background-color: #2f46c6;
	border-color: #333399;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 0;
}

/* Miscellaneous Links */
a:link		{ color: #003399; text-decoration: underline }
a:visited	{ color: #003399; text-decoration: underline }
a:hover		{ color: #003399; text-decoration: underline }
a:active	{ text-decoration: underline }

a.tabBarNonactive:link    { 	color: #cccccc;
						font-weight: bold;
						text-decoration: none }
a.tabBarNonactive:visited {  	color: #cccccc;
						font-weight: bold;
						text-decoration: none }
a.tabBarNonactive:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.tabBarNonactive:active  { TEXT-DECORATION: none }

.ieqPopUp {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin-left: 5px;
}

a.ieqPopUp:link    { COLOR: #333399; TEXT-DECORATION: none }
a.ieqPopUp:visited { COLOR: #333399; TEXT-DECORATION: none }
a.ieqPopUp:hover   { COLOR: #d90000; TEXT-DECORATION: none }
a.ieqPopUp:active  { COLOR: #d90000; TEXT-DECORATION: none }

.dropdownMenu, .dropdownMenuDisabled {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	background-color: #ffffff;
	border-color: #333333;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 1px 2px 1px 3px;
	height: 0
}
a.dropdownMenu:link    { COLOR: #333333; TEXT-DECORATION: none }
a.dropdownMenu:visited { COLOR: #333333; TEXT-DECORATION: none }
a.dropdownMenu:hover   { COLOR: #d90000; TEXT-DECORATION: none }
a.dropdownMenu:active  { COLOR: #d90000; TEXT-DECORATION: none }

a.dropdownMenuDisabled:link    { COLOR: #C0C0C0; TEXT-DECORATION: none }
a.dropdownMenuDisabled:visited { COLOR: #C0C0C0; TEXT-DECORATION: none }
a.dropdownMenuDisabled:hover   { COLOR: #C0C0C0; TEXT-DECORATION: none }
a.dropdownMenuDisabled:active  { COLOR: #C0C0C0; TEXT-DECORATION: none }

/* Additional Atributes for Help Pages */
.helpHeader1, .helpHeader2, .helpHeader3, .helpHeader4, .helpHeader5, .helpHeader6, .helpNormal1, .helpNormal2, .helpNormal3, .helpNormal4, .helpNormal5 {
	font-family: Arial, Helvetica, Sans-Serif; padding: 0
}
.helpHeader1 	{ text-align: Left; margin-top: 12px; font-size: 14pt;  font-weight: bold; color: #FFFFFF; background-color: #000000 }
.helpHeader2    { text-align: Left; margin-top: 12px; font-size: 12pt;  font-weight: bold; color: #FFFFFF; background-color: #808080 }
.helpHeader3    { text-align: Left; margin-top: 10px; color: #FF0000; font-size: 12pt; font-weight: bold; margin-left: 25px;}
.helpHeader4    { text-align: Left; margin-top: 8px; font-size: 10pt; font-weight: bold; margin-left: 50px;}
.helpHeader5    { text-align: Left; margin-top: 6px; font-size: 9pt; font-weight: bold; margin-left: 75px;}
.helpHeader6    { text-align: Left }
.helpNormal1    { text-align: Left; font-size: 8pt; margin-left: 0 }
.helpNormal2    { text-align: Left; font-size: 8pt; margin-left: 0 }
.helpNormal3    { text-align: Left; font-size: 8pt; margin-left: 25px;}
.helpNormal4    { text-align: Left; font-size: 8pt; margin-left: 50px;}
.helpNormal5    { text-align: Left; font-size: 8pt; margin-left: 75px;}

/* Selection Log formatting */
.selLogHeader {
	BACKGROUND-COLOR: #0000FF;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
}
.selLogHeaderRed {
	BACKGROUND-COLOR: #FF0000;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
}
.selLogLabel {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
}
.selLogValue {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
}
.selLogSubHeader {
	BACKGROUND-COLOR: #808080;
	FONT-FAMILY: Arial;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
}
.selLogSubHeaderRed {
	BACKGROUND-COLOR: #FF0000;
	FONT-FAMILY: Arial;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
}
.isoHeader1 {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	font-family: Arial;
	background-color: #0000ff;
}
.isoHeader2 {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-indent: 20px;
	font-style: italic;
	font-family: Arial;
	background-color: #808080;
}
.isoValue1 {
	font-size: 12px;
	font-family: Arial;
}
.isoValue2 {
	font-size: 12px;
	text-indent: 20px;
	font-family: Arial;
}
.isoError {
	font-weight: bold;
	font-size: 18px;
	color: #ff0000;
	font-family: Arial;
	background-color: #ffffff;
}

.gettingStartedBullet  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #333366;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-bottom: 0;
	padding-left:0;
	padding-right:0;
	cursor:hand;

}
a.gettingStartedBullet:link { color: #333366; text-decoration: none; }
a.gettingStartedBullet:visited { color: #333366; text-decoration: none; }
a.gettingStartedBullet:hover { color: #FB010D; text-decoration: none; }
a.gettingStartedBullet:active { text-decoration: none; }
/* Deleted discount */
.delOption {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FF0000;
	font-size: 8pt;
	padding-left: 2px;
}
/* deleted user list cells */
 .delUser{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FF0000;
	font-size: 8pt;
	text-align: center;
	border-color: #333399;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0 2px 0 2px ;
	height: 18px
}
/* selected tableList */
.tableListSelected1, .tableListSelected2{
	font-size: 8pt;
	text-align: Left;
	margin: 0;
	padding: 1px;
	color: #FF00FF;
}
.tableListSelected1 	{background-color: #eeefff}
.tableListSelected2 	{background-color: #ffffff}
/* Optional or Alternate option disgnator */
.optText {
	font-size: 8pt;
	text-align: Left;
	margin: 0;
	padding: 0;
	color: #FF0000;
}
.navBarHeader {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: white;
	text-decoration: underline;
	width: 170px;
	min-width: 170px;
	max-width: 170px;
}
.noScrollWhite {
	position:relative;
    top:expression(this.offsetParent.scrollTop); 
    background:white;
}
.noScroll {
    position:relative;
    top:expression(this.offsetParent.scrollTop); 
}
.dragAndDropUL{
	list-style-type: none; 
	padding:0 0 0 4px; 
	margin:0;
}
.dragAndDropLI, .dragAndDropLIMouseOver {
	margin:0;
	padding: 0;
	/*bug: using height:1px; will cause the font look thin. */
	vertical-align:top; /*prevent whitespace above list item when <table> is inside <li> */
}
.dragAndDropLIMouseOver{
	background-color:#c1c1ec;
}
button.toggleButton {
	cursor: hand;
	border: 0px solid #0E258D; /* border properties are needed for the shadow even though it's set to 0px. */
  	-webkit-border-radius: 25px;
  	-moz-border-radius: 25px;
  	border-radius: 25px;
  	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(113, 139, 245, 0.4), 0 1px 3px #333333;
  	-moz-box-shadow: inset 0px 0px 0px 1px rgba(113, 139, 245, 0.4), 0 1px 3px #333333;
  	box-shadow: inset 0px 0px 0px 1px rgba(113, 139, 245, 0.4), 0 1px 3px #333333;
  	color: black;
  	padding: 1px 4px 0px 4px;
  	text-align: center;
}
button.toggleButton:hover {
	color: #ffffff;
    background-color: #7E9AEB;
}
button.toggleButtonSelected {
	color: #ffffff;
	background-color: #585858;
}
#ui-datepicker-div { 
	display: none; 
}

.switch {
	position: relative;
	display: inline-block;
	width: 27px;
	height: 16px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #EB1C24;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #45CF60;
}

input:focus + .slider {
	box-shadow: 0 0 .5px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 14px;
}

.slider.round:before {
	border-radius: 50%;
}
/* New IQ copyright "sticky footer" styles */
#site_sticky_footer {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: min-content;
      grid-template-rows: min-content;
  padding: .25em;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#site_sticky_footer div:nth-of-type(1) {
  -ms-grid-column: 1;
      grid-column: 1;
  -ms-grid-row: 1;
      grid-row: 1;
}

#site_sticky_footer_copyright {
  -ms-grid-column: 2;
      grid-column: 2;
  -ms-grid-row: 1;
      grid-row: 1;
  text-align: center;
}
