﻿/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* =============================================================================================================
MRI Design System - Evolution Project Styles
============================================================================================================= */

/* Import core MRI design system styles */

@import url('core/colors.css');

@import url('core/typography.css');

@import url('core/components.css');

/* =============================================================================================================
Evolution Help Files - Enhanced with MRI Design System
=============================================================================================================
This stylesheet preserves all existing Evolution h2 classes while integrating MRI Design System:
- h2.FSIH2 - Main content headings
- h2.SubNav - Secondary navigation  
- h2.PageTab - Tab-style headers
- h2.Icons - Icon-based section headers
- h2.IP - Information panels
- All existing functionality maintained with enhanced MRI branding
Updated: September 18, 2025 with MRI Design System integration
============================================================================================================= */

/* === ENHANCED BODY STYLES WITH MRI DESIGN SYSTEM === */

body
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1em;
	font-size: 1em;
	line-height: 1.6;
	line-height: 1.6;
	color: #232a2f;
	/* MRI dark grey */
	color: #232a2f;
	background-color: #f5f6f7;
	/* MRI grey */
	background-color: #f5f6f7;
	margin: 0;
	padding: 1em;
}

.body-container
{
	padding-top: 2em;
	padding-left: 3em;
	padding-right: 3em;
}

@media print
{
	body
	{
		font-size: 12pt;
		line-height: 1.4;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		page-break-after: avoid;
	}

	img
	{
		max-width: 100%;
	}
}

/*______________________*/
/*/*Basic Elements - headings */
/* === ENHANCED HEADING STYLES WITH MRI DESIGN SYSTEM === */

h1,
h2,
h3,
h4,
h5,
h6
{
	color: #0073a5;
	/* MRI blue */
	color: #0073a5;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h1
{
	font-size: 2em;
	line-height: 1.25;
	border-bottom: 2px solid #0073a5;
	/* MRI blue */
	padding-bottom: 0.25em;
}

h2
{
	font-size: 1.5em;
	line-height: 1.25;
	border-bottom: 1px solid #197278;
	/* MRI secondary teal */
	padding-bottom: 0.25em;
	margin-bottom: 0.667em;
	margin-top: 1em;
}

h3
{
	font-size: 1.25em;
	line-height: 1.25;
	margin-bottom: 0.5em;
	margin-top: 0.8em;
}

h4
{
	font-size: 1.125em;
	line-height: 1.25;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
}

h5,
h6
{
	font-size: 1em;
	line-height: 1.25;
}

/*== File Trail Heading Style ==*/

h4.h4FileTrail
{
	font-weight: bold;
	font-style: normal;
	border: solid;
	border-width: 3px 0 3px 0;
	border-color: #197278;
	/* MRI secondary teal */
	color: #197278;
	padding: 16px 0 16px 5px;
}

/* === EVOLUTION SPECIFIC HEADING STYLES === */
/* Enhanced with MRI Design System while preserving exact functionality */
/*== Essential FSI Header Styles ==*/

h2.FSIH2
{
	color: #ffffff;
	color: #ffffff;
	background-color: #0073a5;
	/* Updated to MRI primary blue */
	background-color: #0073a5;
	padding: 5px 8px;
	font-weight: normal;
	font-size: 1.125em;
	font-size: 1.1em;
	letter-spacing: 0.01em;
	letter-spacing: 0.01em;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* === SubNav Heading Style (Distinct from FSIH2) === */

h2.SubNav
{
	color: #232a2f;
	color: #232a2f;
	background-color: #e6f2f8;
	/* MRI light blue */
	background-color: #e6f2f8;
	padding: 7px 12px;
	font-weight: bold;
	font-size: 1.1em;
	font-size: 1.1em;
	border-left: 6px solid #197278;
	/* MRI secondary teal accent */
	border-left-color: #197278;
	margin-top: 2em;
	margin-bottom: 1em;
	letter-spacing: 0.03em;
	letter-spacing: 0.025em;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* === PageTab Header Style (For UI Tab Correspondence Sections) === */

h2.PageTab
{
	color: #00394c;
	/* MRI dark blue text for better readability */
	color: #00394c;
	background-color: #b3d9db;
	/* Light teal background for better contrast */
	padding: 8px 15px;
	font-weight: bold;
	font-size: 1.05em;
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom: 3px solid #197278;
	/* Darker teal bottom accent for definition */
	border-bottom-color: #197278;
	border-left: 4px solid #00394c;
	/* Dark blue left accent for distinction */
	border-left-color: #00394c;
	letter-spacing: 0.02em;
	letter-spacing: 0.02em;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* === Icons Header Style (For Icon Description Sections) === */

h2.Icons
{
	color: #ffffff;
	/* White text for better contrast */
	color: #ffffff;
	background-color: #197278;
	/* MRI secondary teal - subtle and professional */
	background-color: #197278;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 0.95em;
	margin-top: 1.5em;
	margin-bottom: 0.7em;
	border: 2px solid #0d4f54;
	/* Darker teal border */
	border-radius: 0;
	/* Flare compatibility - no rounded corners */
	letter-spacing: 0.01em;
	letter-spacing: 0.01em;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* === IP Header Style (For IP/Implementation Process Sections) === */

h2.IP
{
	color: #ffffff;
	color: #ffffff;
	background-color: #5a6c7d;
	/* Slate blue - professional and harmonious */
	padding: 10px 20px;
	font-weight: bold;
	font-size: 1.1em;
	font-size: 1.1em;
	margin-top: 2.2em;
	margin-bottom: 1.2em;
	border-top: 3px solid #8798b3;
	/* Light slate blue top accent */
	border-bottom: 3px solid #00394c;
	/* MRI dark blue bottom accent */
	border-bottom-color: #00394c;
	letter-spacing: 0.025em;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	/* Emphasize importance */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* === TabDetails Heading Style (Similar to SubNav, with subtle differences) === */

h2.TabDetails
{
	color: #0D75B0;
	background-color: #e2e6ea;
	/* MRI very light blue-grey */
	padding: 7px 12px;
	font-weight: bold;
	font-size: 1.08em;
	border-left: 5px solid #0073a5;
	/* MRI blue accent, thinner than SubNav */
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	letter-spacing: 0.02em;
}

/* === AdditionalIcons Heading Style (Distinct for additional functionality sections) === */

h2.AdditionalIcons
{
	color: #ffffff;
	background-color: #197278;
	/* MRI secondary teal for distinction */
	padding: 8px 15px;
	font-weight: bold;
	font-size: 1.05em;
	border-left: 4px solid #008060;
	/* MRI green accent for functionality emphasis */
	margin-top: 2.5em;
	margin-bottom: 1.2em;
	letter-spacing: 0.025em;
	border-bottom: 2px solid #00394c;
	/* MRI dark blue bottom accent */
}

h3.FSIH3
{
	color: #ffffff;
	background-color: #0D75B0;
	padding: 5px 8px;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 0.01em;
}

h2.TableTitles
{
	font-weight: bold;
	color: #0D75B0;
	background-color: #e2e6ea;
	padding-left: 5px;
}

h1.home
{
	color: #0073a5;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	border-bottom: 2px solid #197278;
	padding-bottom: 0.25em;
}

/*/*Basic Elements - paragraphs */

p.footer
{
	font-size: 0.9em;
	color: #6b7a89;
	/* MRI mid grey */
	text-align: center;
	margin: 2em 0 0 0;
	border-top: 1px solid #cccccc;
	padding-top: 1em;
}

p.ExampleMiddleSection
{
	font-size: 1em;
	color: #232a2f;
	margin: 1em 0;
}

p
{
	margin-bottom: 1.35em;
	margin-top: 1.35em;
	text-align: left;
}

p.StepIntro
{
	color: #044D66;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
	margin-top: 11px;
}

p.note
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: solid 1px #197278;
	/* MRI secondary teal */
	padding: 8px 8px 8px 40px;
	color: #232a2f;
	/* MRI dark grey */
	background-color: #e6f0fa;
	/* MRI light blue */
	margin: 1em 0;
	font-size: 0.95em;
	line-height: 1.4;
}

.note-wrap
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #404040;
	margin-bottom: 0;
	padding: 8px 8px 8px 40px;
	background-color: #e2e6ea;
	color: #162029;
}

p.FooterTopicMaster
{
	font-size: 0.85em;
	color: #666666;
	text-align: center;
	margin-top: 2em;
	border-top: 1px solid #cccccc;
	padding-top: 1em;
}

p.ExampleHead
{
	font-weight: bold;
	color: #0066cc;
	margin-bottom: 0.5em;
}

/*Basic Elements - lists */

ul,
ol
{
	list-style-type: square;
	margin-left: 2em;
	margin-bottom: 1em;
}

li
{
	margin-bottom: 0.506em;
	margin-top: 0.506em;
}

li > p
{
	color: #404040;
	font-weight: normal;
	margin-bottom: 0.506em;
	margin-top: 0.506em;
}

ul.w3-card-4
{
	margin: 1em 0;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

/* === ENHANCED LINK STYLES WITH MRI DESIGN SYSTEM === */

a
{
	color: #0073a5;
	/* MRI blue */
	color: #0073a5;
	font-weight: bold;
	text-decoration: underline;
	transition: color 0.2s ease;
}

a:hover
{
	color: #005a80;
	/* MRI blue darker */
	color: #005a80;
}

.content-section h3 a:hover
{
	border-bottom-color: #0073a5;
}

.tile-title a:hover
{
	color: #0073a5;
}

a.footermaster
{
	color: #ffffff;
	text-decoration: none;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

/*Component Styles - tables */

table
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.05em;
	/* Increased for readability */
}

th,
td
{
	border: 1px solid #dddddd;
	padding: 0.6em 0.7em;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	/* Slightly larger for readability */
}

th
{
	background-color: #0073a5;
	/* MRI blue for professional headings */
	color: #ffffff;
	font-weight: bold;
}

/* === GeneralStyles Table Style (Primary table style used throughout project) === */

table.TableStyle-GeneralStyles
{
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0;
	font-size: 1.08em;
	border: 1px solid #cccccc;
}

/* GeneralStyles Header styles */

th.TableStyle-GeneralStyles-Heading,
td.TableStyle-GeneralStyles-Heading,
tr.TableStyle-GeneralStyles-Heading
{
	padding: 8px 12px;
	text-align: left;
	font-weight: bold;
	background-color: #0073a5;
	/* MRI blue for consistent headings */
	color: #ffffff;
	border: 1px solid #cccccc;
	vertical-align: top;
}

/* GeneralStyles Body row styles */

td.TableStyle-GeneralStyles-RowBody-LightRows,
tr.TableStyle-GeneralStyles-RowBody-LightRows
{
	background-color: #ffffff;
	/* Clean white for main rows */
	padding: 8px 12px;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}

td.TableStyle-GeneralStyles-Body-DarkerRows,
tr.TableStyle-GeneralStyles-Body-DarkerRows
{
	background-color: #f5f6f7;
	/* MRI grey for subtle alternate stripes */
	padding: 8px 12px;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}

/* Additional row body styles for consistency */

td.TableStyle-GeneralStyles-RowBody-DarkerRows,
tr.TableStyle-GeneralStyles-RowBody-DarkerRows
{
	background-color: #f5f6f7;
	/* MRI grey for subtle alternate stripes */
	padding: 8px 12px;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}

/* GeneralStyles generic body cells */

td.TableStyle-GeneralStyles-Body,
tr.TableStyle-GeneralStyles-Body
{
	background-color: #ffffff;
	padding: 8px 12px;
	border: 1px solid #dddddd;
	vertical-align: top;
}

/* === AUTOMATIC ALTERNATING ROW STYLES === */
/* This ensures rows alternate correctly regardless of manual class assignment */

table.TableStyle-GeneralStyles tbody tr:nth-child(odd)
{
	background-color: #ffffff !important;
	/* Light rows on odd positions */
}

table.TableStyle-GeneralStyles tbody tr:nth-child(even)
{
	background-color: #f5f6f7 !important;
	/* Dark rows on even positions */
}

/* Apply to all cells within those rows */

table.TableStyle-GeneralStyles tbody tr:nth-child(odd) td
{
	background-color: #ffffff !important;
}

table.TableStyle-GeneralStyles tbody tr:nth-child(even) td
{
	background-color: #f5f6f7 !important;
}

/* Simplee table style */

table.TableStyle-SimpleWithPadding
{
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0;
	font-size: 1.08em;
	/* Increased for readability */
	border: 1px solid #cccccc;
}

/* Header styles */

th.TableStyle-SimpleWithPadding-Heading,
tr.TableStyle-SimpleWithPadding-Heading,
td.TableStyle-SimpleWithPadding-Heading
{
	background-color: #f0f0f0;
	color: #232a2f;
	/* MRI dark grey text for readability */
	border-bottom: 2px solid #cccccc;
	font-weight: bold;
	text-align: center;
	padding: 8px 12px;
	adding: 8px 12px;
}

/* Consolidated SimpleWithPadding table body styles - light rows (default) */

td.TableStyle-SimpleWithPadding-Body-LightRows,
td.TableStyle-SimpleWithPadding-Body,
tr.TableStyle-SimpleWithPadding-Body,
tr.TableStyle-SimpleWithPadding-Body-LightRows
{
	padding: 6px 12px;
	border: 1px solid #dddddd;
	vertical-align: top;
	background-color: #f5f6f7;
	/* MRI grey for default table styling */
}

/* SimpleWithPadding table body styles - darker rows (alternate stripes) */

td.TableStyle-SimpleWithPadding-Body-DarkerRows,
tr.TableStyle-SimpleWithPadding-Body-DarkerRows
{
	padding: 6px 12px;
	border: 1px solid #dddddd;
	vertical-align: top;
	background-color: #e6f0fa;
	/* MRI light blue for alternate stripes */
}

/*Component Styles - blockquotes */

blockquote
{
	background-color: #e6f0fa;
	/* MRI light blue */
	background-image: url('../Images/QuotationMark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #197278;
	/* MRI secondary teal */
	border-bottom: none;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
	margin: 1em 2em;
	padding: 8px 24px 0;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* === Centered Table Column Styles (Reusable, Flare-Compatible) === */
/* Apply to <th> or <td> for column centering, or use with <col class="centered-col"> for true column-based styling */

.centered-col,
col.centered-col
{
	text-align: center !important;
	vertical-align: middle !important;
}

/* Example: <col class="centered-col"> or <td class="centered-col"> */
/* === Icon Stack Column Style (For Multiple Icons in a Cell) === */
/* Use this class when displaying multiple icons vertically stacked in a table cell */

.icon-stack-col
{
	text-align: center !important;
	vertical-align: middle !important;
	padding: 8px !important;
}

/* Remove margins from paragraphs containing icons within icon-stack cells */

.icon-stack-col p
{
	margin: 0 !important;
	padding: 2px 0 !important;
	line-height: 1 !important;
}

/* Ensure consistent spacing for images within icon-stack cells */

.icon-stack-col img
{
	display: block !important;
	margin: 3px auto !important;
	max-width: 100% !important;
	height: auto !important;
}

/*== Code ==*/

code,
pre
{
	font-family: "Courier New", Courier, monospace;
	background-color: #f5f5f5;
	padding: 0.25em;
	border: 1px solid #dddddd;
}

pre
{
	padding: 1em;
	overflow: auto;
	white-space: pre-wrap;
}

/* Madcap specific elements */

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	color: #404040;
	font-size: 0.875em;
	padding: 2px 0;
	display: block;
	margin-bottom: 0.5em;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
	font-size: 1em;
	margin-left: 8px;
}

MadCap|dropDownHotspot
{
	cursor: pointer;
	font-style: italic;
	text-decoration: none;
	color: #777777;
	font-size: 0.83em;
	font-weight: normal;
	padding: 2px 0;
}

MadCap|dropDownHotspot.Footer
{
	color: #ffffff;
}

MadCap|toggler
{
	color: #404040;
	font-size: 0.875em;
	padding: 2px 0;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

MadCap|conceptLink
{
	font-style: italic;
	text-decoration: underline;
	color: #0D75B0;
}

MadCap|dropDown
{
	border-color: #d3d3d3;
}

MadCap|dropDown.Footer
{
	background-color: #3e3e3e;
}

MadCap|dropDownBody
{
	border: 1px solid #d3d3d3;
	border-top: none;
	padding: 6px;
}

MadCap|dropDownBody.FooterTopicMaster
{
	background-color: #3e3e3e;
}

MadCap|dropDownBody.Final
{
	background-color: #404040;
	/* Slightly different shade for Final variant */
}

MadCap|dropDownHead
{
	background-color: #ececec;
}

MadCap|popup
{
	color: #0D75B0;
	text-decoration: underline;
	cursor: pointer;
}

MadCap|popupHead
{
	background-color: #3e3e3e;
	color: #ffffff;
}

MadCap|xref
{
	font-weight: bold;
	color: #0D75B0;
	text-decoration: underline;
}

MadCap|snippetText
{
	color: #0D75B0;
	font-style: italic;
}

MadCap|snippetBlock
{
	color: #0D75B0;
	font-style: italic;
}

div.center
{
	text-align: center;
}

/* Visually hidden utility for accessibility */

.visually-hidden
{
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* Welcome card and search area */

.welcome-card
{
	background: #ffffff;
	padding: 3em 2em 2em 2em;
	margin: 2em auto 3em auto;
	max-width: 800px;
	text-align: center;
	border-top: 4px solid #0073a5;
	/* MRI blue accent */
}

.welcome-card h1.home
{
	margin-top: 0;
	font-size: 2.5em;
	color: #0073a5;
	/* MRI blue */
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0.3em;
}

.search-area
{
	margin-top: 2em;
	position: relative;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.search-area input[type="text"]
{
	width: 100%;
	padding: 1em 3em 1em 1.2em;
	border: 2px solid #bcd6e6;
	font-size: 1em;
	background: #ffffff;
	box-sizing: border-box;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.search-area .icon-search-gray
{
	position: absolute;
	right: 1.2em;
	top: 1em;
	pointer-events: none;
	font-size: 1.2em;
	color: #6b7a89;
	/* MRI mid grey */
}

/* Devices hero image */
/* === MODERN TILE SYSTEM (Distinct from home-tiles) === */

.tile-modern
{
	background-color: #0073a5;
	/* MRI blue solid color - Flare compatible alternative to gradient */
	border: 2px solid #e6f0fa;
	margin: 0.75em 1.5em;
	min-width: 160px;
	max-width: 220px;
	min-height: 140px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.tile-link
{
	display: block;
	text-align: left;
	/* Left-aligned for modern look */
	color: #ffffff;
	text-decoration: none;
	height: 100%;
	width: 100%;
	padding: 1.25em 1.2em;
	box-sizing: border-box;
}

.tile-icon
{
	font-size: 1.8em;
	/* Smaller, more refined */
	margin-bottom: 0.75em;
	color: #e6f0fa;
	/* Light blue for contrast */
	display: block;
}

.tile-label
{
	font-size: 1em;
	/* More conservative sizing */
	font-weight: 600;
	/* Slightly lighter than bold */
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: #ffffff;
	/* Modern typography treatment */
}

/* Footer improvements */

.home-footer
{
	background: #00394c;
	color: #fff;
	text-align: center;
	padding: 2.5em 0 1.5em 0;
	border-top: 4px solid #197278;
}

.footer-graphic
{
	margin-bottom: 1.5em;
}

.footer-graphic img
{
	max-width: 100%;
	height: auto;
}

.footer
{
	font-size: 1em;
	color: #e6f0fa;
	margin: 0;
	padding: 0;
}

@media (max-width: 700px)
{
	.welcome-card,
	.home-container
	{
		padding: 1em 0.5em;
	}

	.devices-hero img
	{
		max-width: 100%;
	}

	/* Modern tile responsive adjustments */

	.tile-modern
	{
		min-width: 140px;
		max-width: 100%;
		margin: 0.5em 0.25em;
		/* Flare-compatible: removed border-radius for compatibility */
	}

	.tile-link
	{
		padding: 1em 0.8em;
		text-align: center;
		/* Center on mobile for better UX */
	}
}

/* === MRI/Flare Compatibility: Explicitly defined selectors for flagged elements === */

span.icon-search-gray
{
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('../Images/icon-search-gray.png') no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}

span.icon-arrow-white
{
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('../Images/icon-arrow-white.png') no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}

img.NoPadding
{
	padding: 0 !important;
	margin: 0;
	border: none;
}

img.lazy-image
{
	max-width: 100%;
	height: auto;
	display: block;
	background: #f5f6f7;
}

img.icon-image
{
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
	/* min-width: 100%; */
}

/* == MRI/Flare: Topic Content Container == */

div.topic-content
{
	background: #fff;
	margin: 0 auto 2em auto;
	max-width: 900px;
	padding: 2em 1.5em;
	border: 1px solid #e6f0fa;
}

div.topic-body
{
	margin: 0 auto;
	max-width: 900px;
	background: #fff;
	padding: 2em;
	margin-bottom: 2em;
}

div.topic-hero
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	height: 210px;
	Padding-bottom: 45px;
	padding-top: 45px;
	/*==margin-top: 7px;==*/
	margin-bottom: -5px;
	/*==background-image: url('../Images/Dreamscape-banner.png');==*/
}

div.search-home
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
}

div.search-container
{
	background: #fff;
	border: 1px solid #e6f0fa;
	padding: 1em;
	margin-bottom: 2em;
}

div.note
{
	background: #e6f0fa;
	border-left: 4px solid #197278;
	color: #232a2f;
	padding: 1em 1em 1em 2em;
	margin: 1em 0;
	font-size: 0.95em;
}

div.navigation-tools
{
	background: #f5f6f7;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

div.main-section
{
	background: #fff;
	padding: 2em;
	margin-bottom: 2em;
}

/* div.logo-fsi - Logo file missing, rule commented out
{
width: 120px;
height: 40px;
background: url('../Images/logo-fsi.png') no-repeat center center;
background-size: contain;
margin: 0 auto 2em auto;
} */

div.layout-container
{
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em;
}

div.image-container-small
{
	width: 80px;
	margin: 1em auto;
	text-align: center;
}

div.image-container-medium
{
	width: 300px;
	margin: 1em auto;
	text-align: center;
}

div.image-container-large
{
	width: 600px;
	margin: 1em auto;
	text-align: center;
}

/* === HOME TILES UNIFIED SECTION === */
/* Flare-compatible: No flexbox. Use inline-block and margin for layout. */

div.home-tiles-container
{
	text-align: center;
	margin: 2em 0;
}

div.home-tiles-container > .home-tiles
{
	display: inline-block;
	vertical-align: top;
	margin: 1em;
}

/* Home tiles content containers */

div.home-tiles div.tile-user-manual,
div.home-tiles > div
{
	background-color: #197278;
	/* MRI secondary teal */
	display: inline-block;
	height: 150px;
	margin: 8px;
	padding: 16px;
	text-align: center;
	vertical-align: top;
	width: 200px;
	overflow: hidden;
}

/* Home tiles link styling */

div.home-tiles a
{
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 100%;
}

/* Home tiles text elements */

p.tile-title
{
	color: #ffffff;
	margin: 0.5em 0;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.3;
}

p.tile-content
{
	color: #ffffff;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5;
}

p.tile-button
{
	margin-top: 8px;
	float: right;
	margin-right: 8px;
}

/* === END HOME TILES UNIFIED SECTION === */

div.home-footer
{
	background: #00394c;
	color: #fff;
	text-align: center;
	padding: 1.5em 0;
	font-size: 0.95em;
}

div.home-container
{
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em;
}

div.header-section
{
	background: #0073a5;
	color: #fff;
	padding: 1.5em 2em;
	margin-bottom: 2em;
}

div.breadcrumb-container
{
	background: #e6f0fa;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	font-size: 0.95em;
}

/*== Images ==*/

img
{
	max-width: 100%;
	height: auto;
	border: none;
}

/* Screenshot-specific styles */

img.Screengrab
{
	max-width: 100%;
	height: auto;
	border: 1px solid #696969;
	padding: 2px;
	margin: 4px 0;
	display: block;
}

/*== Essential Supporting Styles ==*/

span.bullet-custom
{
	color: #666666;
	font-weight: bold;
}

div.back-to-top
{
	text-align: right;
	margin-top: 2em;
}

/*== Utility Classes ==*/

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

/* Print styles already defined above in main section */
/*== Layout and Container Styles ==*/

.title-bar-container
{
	border-bottom: 2px solid #d3d3d3;
}

div.FooterTable
{
	background-color: #3e3e3e;
	background-repeat: repeat;
	border-top: 2px solid #0D75B0;
	margin: 0 -17px;
	padding: 8px 17px;
	width: 100%;
	font-size: 11px;
	color: #666666;
}

/*== End of Stylesheet ==*/
/*______________________*/
/*== Search Highlight Styles ==*/

span.SearchHighlight
{
	color: #ffffff;
	background-color: #3A9DD2;
}

span.SearchHighlight1
{
	color: #ffffff;
	background-color: #bbd437;
}

span.SearchHighlight2
{
	color: #ffffff;
	background-color: #8AD9CB;
}

span.SearchHighlight3
{
	background-color: #FFDBA0;
}

span.SearchHighlight4
{
	background-color: #FFACAE;
}

span.SearchHighlight5
{
	background-color: #9CD0E0;
}

span.SearchHighlight6
{
	background-color: #E1F6F5;
}

span.SearchHighlight7
{
	background-color: #FFE9C3;
}

span.SearchHighlight8
{
	background-color: #FFE3E6;
}

span.SearchHighlight9
{
	background-color: #FFE9C3;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #C2CFD3;
}

/*== W3.CSS-Inspired Utilities (Flare-Safe) ==*/
/* Flare compatibility: Add missing utility and list classes */

.w3-ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
}

.w3-ul li
{
	padding: 8px 16px;
	border-bottom: 1px solid #ddd;
}

.w3-card-4
{
	margin: 1em 0;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div.w3-container
{
	padding: 16px;
	margin: 0;
}

/*===========================================================================================================================================================
End of Unified CSS - All duplicate definitions removed and styling restored
===========================================================================================================================================================*/

/* Main body container with enhanced padding */
/* Enhanced expanding head styling */
/* === UI IMAGE INTEGRATION === */
/* UI Image Integration - Links unused interface images */
/* Flare-compatible CSS - no pseudo elements */

.ui-dropdown-closed
{
	background-image: url("../Images/dropdown-closed.svg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.ui-dropdown-open
{
	background-image: url("../Images/dropdown-open.svg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.ui-expand-all
{
	background-image: url("../Images/ExpandAll.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.ui-navigate-next
{
	background-image: url("../Images/navigate-next.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

.ui-navigate-previous
{
	background-image: url("../Images/navigate-previous.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.ui-print-button
{
	background-image: url("../Images/Print.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.ui-search-icon
{
	background-image: url("../Images/icon-search-gray.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.ui-transparent
{
	background-image: url("../Images/transparent.gif");
}

col.Icons
{
	width: auto;
	vertical-align: middle;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}

/* Missing UI Element Classes */

div.SubNavDescription
{
	margin-bottom: 1em;
	padding: 0.5em;
	color: #666666;
	line-height: 1.5;
}

div.ExternalSystemsList,
div.EvoDependentUponEntityList,
div.EvoAffectedByEntityList
{
	margin: 1em 0;
	padding: 0.5em;
	border-left: 3px solid #0073a5;
	background-color: #f8f9fa;
}

/* Entity Structure Classes */

div.EntityIntroduction
{
	margin-bottom: 1.5em;
	padding: 1em;
	background-color: #f8f9fa;
	border-left: 4px solid #0073a5;
}

div.DependentEntities
{
	margin: 1em 0;
	padding: 0.8em;
	background-color: #fff3cd;
	border: 1px solid #ffeaa7;
}

div.EntitySection
{
	margin: 1.5em 0;
	padding: 1em;
	border: 1px solid #e9ecef;
	background-color: #ffffff;
}

/* =============================================================================================================
HOME PAGE ENHANCED STYLES
============================================================================================================= */

/* Content Section Styles for Enhanced Home Page */

.content-section
{
	margin: 25px 0;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
}

.content-section ul,
.content-section ol
{
	padding-left: 25px;
	margin: 15px 0;
}

.content-section li
{
	margin-bottom: 8px;
	line-height: 1.6;
}

.content-section h3
{
	color: #044d66;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.3em;
}

.content-section h3 a
{
	color: #044d66;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border-bottom-color 0.3s ease;
}

/* Enhanced Home Page Topic Hero */

div.topic-hero
{
	padding: 30px 0;
	text-align: center;
	background: #f8f9fa;
	margin-bottom: 30px;
	border: 1px solid #dee2e6;
}

h1.home
{
	color: #044d66;
	font-size: 2.8em;
	margin-bottom: 0.5em;
	font-weight: 300;
	letter-spacing: -1px;
}

/* Home Page Tiles Enhancement */

.home-tiles-container
{
	margin-top: 40px;
}

.home-tiles
{
	display: block;
	text-align: center;
	margin: 20px 0;
}

.home-tiles > div
{
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 15px;
	display: inline-block;
	width: 320px;
	vertical-align: top;
	margin: 8px;
	transition: box-shadow 0.3s ease;
	min-height: 120px;
}

.home-tiles > div:hover
{
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tile-title a
{
	color: #044d66;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95em;
	line-height: 1.3;
	display: block;
}

/* Search Enhancement */

div.search-home
{
	max-width: 600px;
	margin: 20px auto 0 auto;
}

/* Responsive Adjustments */

@media screen and (max-width: 768px)
{
	.content-section
	{
		margin: 15px 0;
		padding: 15px;
	}

	h1.home
	{
		font-size: 2.2em;
	}

	.home-tiles > div
	{
		width: 95%;
		margin: 8px auto;
		display: block;
		max-width: 350px;
	}
}

