/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*---READ ME BEFORE CODING-----*/

/*CSS Logical vs Physical Properties
When coding, use CSS logical properties when coding for online content. Currently, Madcap Flare does not fully support CSS logical properties 
for print outputs. When coding for print outputs, use the traditional CSS Phyical properties. For example, margin-left vs margin-inline-start.
Why use CSS Logical? Logical properties help with multilingual content, especially for right-to-left languages. 
Start thinking in terms of “inline” instead of left or right and “block” instead of top, or bottom and start and end.
From css-tricks.com:
“CSS logical properties offer a way to write CSS that is contextual. When using logical properties, spacing and layout are dependent 
on both the writing-mode and direction (whether set by either CSS or HTML). It therefore becomes possible to reuse CSS styles across different languages.”
“What makes logical properties and values so useful is that they will automatically cater to the context of the language. 
In a left-to-right language like English, margin-inline-start will set the left-side margin. For a right-to-left language like Arabic, Urdu, or Hebrew, 
it will set the right-hand. If you have vertical text, margin-inline-start will cater to that context. The direction of inline changes based on the 
element’s writing-mode. When a vertical writing-mode is set, it handles the vertical direction top and bottom.”
What works with CSS logical properties:
-Sizing
-Borders
-Margin
-Padding
-Positioning
-Text alignment
What does not works with CSS logical properties or has limited support: Border radius and Floats
For more information on logical properties, refer to: https://css-tricks.com/css-logical-properties-and-values/
Codepen site to view physical CSS properties and their logical property equivalents: https://codepen.io/aardrian/pen/bGGxrvM

/***************************************************************************/

/***************************************************************************/

@font-face 
{
	font-family: 'verint_lux';
	src: url('../Lux/fonts/verint_lux.eot?lvfd06');
	src: url('../Lux/fonts/verint_lux.eot?lvfd06#iefix') format('embedded-opentype'), url('../Lux/fonts/verint_lux.ttf?lvfd06') format('truetype'), url('../Lux/fonts/verint_lux.woff?lvfd06') format('woff'), url('../Lux/fonts/verint_lux.svg?lvfd06#verint_lux') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"]
{
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'verint_lux' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Action-Custom:before
{
	content: "\eabd";
}

.icon-Button-Set:before
{
	content: "\eabe";
}

/*.icon-Chain:before {
  content: "\eabf";
}
.icon-Cloud-Data-Sync:before {
  content: "\eac0";
}
.icon-Cloud:before {
  content: "\eac1";
}
.icon-Convert-Payload:before {
  content: "\eac2";
}
.icon-Convert:before {
  content: "\eac3";
}
.icon-Decision-Group:before {
  content: "\eac4";
}
.icon-EmoStat-Hug:before {
  content: "\eac5";
}
.icon-EmoStat-Like:before {
  content: "\eac6";
}
.icon-EmoStat-Love:before {
  content: "\eac7";
}
.icon-EmoStat-Sad:before {
  content: "\eac8";
}
.icon-GIS:before {
  content: "\eac9";
}
.icon-Header:before {
  content: "\eaca";
}
.icon-HTML-Advanced-Table:before {
  content: "\eacb";
}
.icon-HTML-Number:before {
  content: "\eacc";
}
.icon-HTML-Password:before {
  content: "\eacd";
}
.icon-HTML-Select:before {
  content: "\eace";
}
.icon-HTML-Text-Area:before {
  content: "\eacf";
}
.icon-HTML-Text:before {
  content: "\ead0";
}
.icon-Hug:before {
  content: "\ead1";
}
.icon-SQL:before {
  content: "\ead2";
}
.icon-Load-Data:before {
  content: "\ead3";
}
.icon-Merge:before {
  content: "\ead4";
}
.icon-One-to-Many:before {
  content: "\ead5";
}
.icon-Restful:before {
  content: "\ead6";
}
.icon-Service-FLWeb:before {
  content: "\ead7";
}
.icon-Service-Web:before {
  content: "\ead8";
}
.icon-Service:before {
  content: "\ead9";
}
.icon-Set-Payload:before {
  content: "\eada";
}
.icon-Snippet:before {
  content: "\eadb";
}
.icon-Soap:before {
  content: "\eadc";
}
.icon-Spacer:before {
  content: "\eadd";
}
.icon-SQL-File:before {
  content: "\eade";
}
.icon-Stored-Procedure-File:before {
  content: "\eadf";
}
.icon-Stored-procedure:before {
  content: "\eae0";
}
.icon-Sub-File:before {
  content: "\eae1";
}
.icon-UnSuspect:before {
  content: "\eae2";
}
.icon-XML-FIle:before {
  content: "\eae3";
}
.icon-XML:before {
  content: "\eae4";
}
.icon-XSL-File:before {
  content: "\eae5";
}
.icon-XSL:before {
  content: "\eae6";
}
.icon-Instant-Messaging-circle:before {
  content: "\eaa8";
}
.icon-Realtime-Monitoring-circle:before {
  content: "\eaa9";
}
.icon-Social-circle:before {
  content: "\eaaa";
}
.icon-Add-Custom-Task:before {
  content: "\eaab";
}
.icon-Add-Employee:before {
  content: "\eaac";
}
.icon-Add-Org:before {
  content: "\eaad";
}
.icon-Add-Task:before {
  content: "\eaae";
}
.icon-Boom:before {
  content: "\eaaf";
}
.icon-Connect:before {
  content: "\eab0";
}
.icon-Custom-Task:before {
  content: "\eab1";
}
.icon-Disconnect:before {
  content: "\eab2";
}
.icon-Hammer:before {
  content: "\eab3";
}
.icon-Safe:before {
  content: "\eab4";
}
.icon-Task:before {
  content: "\eab5";
}
.icon-Recurring-Events-Manager:before {
  content: "\eab6";
}
.icon-Not-Found:before {
  content: "\eab7";
}
.icon-Box-Open:before {
  content: "\eab8";
}
.icon-Hour-Glass:before {
  content: "\eab9";
}
.icon-Calendar-Period:before {
  content: "\eaba";
}
.icon-Calendar-Programs:before {
  content: "\eabb";
}
.icon-Track-Changes:before {
  content: "\eabc";
}
.icon-Bot:before {
  content: "\eaa7";
}
.icon-Play:before {
  content: "\ea9b";
}
.icon-Pause:before {
  content: "\ea9c";
}
.icon-Stop:before {
  content: "\ea9d";
}
.icon-Record:before {
  content: "\ea9e";
}
.icon-Tablet:before {
  content: "\ea9f";
}
.icon-Mobile:before {
  content: "\eaa0";
}
.icon-Unlink:before {
  content: "\eaa1";
}
.icon-Redirect:before {
  content: "\eaa2";
}
.icon-Scenarios:before {
  content: "\eaa3";
}
.icon-Manual1:before {
  content: "\eaa4";
}
.icon-Attendance-Profiles:before {
  content: "\eaa5";
}
.icon-Default-Hours:before {
  content: "\eaa6";
}
.icon-Telephony-Switch:before {
  content: "\ea9a";
}
.icon-Realtime-Monitoring:before {
  content: "\ea96";
}
.icon-Verify-Unselected:before {
  content: "\ea97";
}
.icon-Cases:before {
  content: "\ea98";
}
.icon-Instant-Messaging:before {
  content: "\ea99";
}
.icon-API:before {
  content: "\ea95";
}
.icon-Sentiment:before {
  content: "\ea94";
}
.icon-Quiz:before {
  content: "\ea8f";
}
.icon-Premium:before {
  content: "\ea90";
}
.icon-Manual:before {
  content: "\ea91";
}
.icon-Message-New:before {
  content: "\ea92";
}
.icon-Answer:before {
  content: "\ea93";
}
.icon-Empty:before {
  content: "\ea8e";
}
.icon-TextStyle-Font:before {
  content: "\ea8b";
}
.icon-TextStyle-Size:before {
  content: "\ea8c";
}
.icon-TextStyle-Strike:before {
  content: "\ea8d";
}
.icon-Low-Level-System-Functions:before {
  content: "\ea82";
}
.icon-Exclude-From-Popular-Lists:before {
  content: "\ea83";
}
.icon-Awaiting-Replacement:before {
  content: "\ea84";
}
.icon-Awaiting-Publication:before {
  content: "\ea85";
}
.icon-Awaiting-Expiration:before {
  content: "\ea86";
}
.icon-Global-Exit-Code-Actions:before {
  content: "\ea87";
}
.icon-Dialer:before {
  content: "\ea88";
}
.icon-Create-Range:before {
  content: "\ea89";
}
.icon-Operational-Performance-Reports:before {
  content: "\ea8a";
}
.icon-Annotation:before {
  content: "\ea81";
}
.icon-Featured-unselected:before {
  content: "\ea80";
}
.icon-Log-File:before {
  content: "\ea7e";
}
.icon-Source-File:before {
  content: "\ea7f";
}
.icon-Knowledge-Segment:before {
  content: "\ea78";
}
.icon-Knowledge-World:before {
  content: "\ea79";
}
.icon-Knowledge-FAQ:before {
  content: "\ea7a";
}
.icon-Knowledge-Upload:before {
  content: "\ea7b";
}
.icon-Knowledge-Script:before {
  content: "\ea7c";
}
.icon-Knowledge-Article:before {
  content: "\ea7d";
}
.icon-synonyms:before {
  content: "\ea75";
}
.icon-Glossary:before {
  content: "\ea76";
}
.icon-FAQ:before {
  content: "\ea77";
}
.icon-Spider-Content:before {
  content: "\ea6f";
}
.icon-Versions:before {
  content: "\ea70";
}
.icon-Featured:before {
  content: "\ea71";
}
.icon-Segment:before {
  content: "\ea72";
}
.icon-Copy-Link:before {
  content: "\ea73";
}
.icon-Role:before {
  content: "\ea74";
}
.icon-Status-Available:before {
  content: "\ea4f";
}
.icon-Status-Failed:before {
  content: "\ea50";
}
.icon-Status-Pending-Out:before {
  content: "\ea51";
}
.icon-Status-Pending-In:before {
  content: "\ea52";
}
.icon-Translate:before {
  content: "\ea53";
}
.icon-Translate-Export:before {
  content: "\ea54";
}
.icon-Translate-Import:before {
  content: "\ea55";
}
.icon-Add-Report:before {
  content: "\ea56";
}
.icon-Edit-Report:before {
  content: "\ea57";
}
.icon-Find-and-Replace-Report:before {
  content: "\ea58";
}
.icon-Report-Dashboard:before {
  content: "\ea59";
}
.icon-Schedule-Report:before {
  content: "\ea5a";
}
.icon-article:before {
  content: "\ea5b";
}
.icon-Knowledge-Content:before {
  content: "\ea5c";
}
.icon-Knowledge-Content-Type:before {
  content: "\ea5d";
}
.icon-Knowledge-Content-Source:before {
  content: "\ea5e";
}
.icon-Feedback-Incoming:before {
  content: "\ea5f";
}
.icon-Feedback-Outgoing:before {
  content: "\ea60";
}
.icon-Feedback-Destination:before {
  content: "\ea61";
}
.icon-Group-Script-Close:before {
  content: "\ea62";
}
.icon-Group-Script-Open:before {
  content: "\ea63";
}
.icon-Upload:before {
  content: "\ea64";
}
.icon-Script:before {
  content: "\ea65";
}
.icon-Script-Popup:before {
  content: "\ea66";
}
.icon-Script-Email:before {
  content: "\ea67";
}
.icon-Script-Exit:before {
  content: "\ea68";
}
.icon-Script-Address-Book:before {
  content: "\ea69";
}
.icon-Script-Action:before {
  content: "\ea6a";
}
.icon-Script-Template:before {
  content: "\ea6b";
}
.icon-Configuration-File:before {
  content: "\ea6c";
}
.icon-Pipelines:before {
  content: "\ea6d";
}
.icon-Find-and-replace:before {
  content: "\ea6e";
}
.icon-Knowledge:before {
  content: "\ea4e";
}
.icon-Manage-Tagsets:before {
  content: "\ea49";
}
.icon-Manage-Tagsets-Relationship:before {
  content: "\ea4a";
}
.icon-Tagset-Report:before {
  content: "\ea4b";
}
.icon-Machine-Learning:before {
  content: "\ea4c";
}
.icon-Rule:before {
  content: "\ea4d";
}
.icon-PPT-file:before {
  content: "\ea47";
}
.icon-Word-file:before {
  content: "\ea48";
}
.icon-Case-Notes-Reference-1:before {
  content: "\ea1f";
}
.icon-Case-Details:before {
  content: "\ea3d";
}
.icon-Related-Cases:before {
  content: "\ea46";
}
.icon-No-Notifications:before {
  content: "\ea16";
}
.icon-chat-circle:before {
  content: "\ea17";
}
.icon-Desktop-circle:before {
  content: "\ea18";
}
.icon-facetoface-circle:before {
  content: "\ea19";
}
.icon-feedback-circle:before {
  content: "\ea1a";
}
.icon-intercom-circle:before {
  content: "\ea1b";
}
.icon-radiocall-circle:before {
  content: "\ea1c";
}
.icon-radiosms-circle:before {
  content: "\ea1d";
}
.icon-Virtualcall-circle:before {
  content: "\ea1e";
}
.icon-Mouse-Meters:before {
  content: "\ea0c";
}
.icon-Team-Allocated-Hours:before {
  content: "\ea0d";
}
.icon-Cases-Completed:before {
  content: "\ea0e";
}
.icon-Skill:before {
  content: "\ea0f";
}
.icon-Quality:before {
  content: "\ea10";
}
.icon-Task-Service-Standard:before {
  content: "\ea11";
}
.icon-Individual-Performance:before {
  content: "\ea12";
}
.icon-Show-score:before {
  content: "\ea13";
}
.icon-Hide-Score:before {
  content: "\ea14";
}
.icon-Stage:before {
  content: "\ea15";
}
.icon-Employee-Focus:before {
  content: "\ea0b";
}
.icon-External-File:before {
  content: "\ea07";
}
.icon-Folder-Add:before {
  content: "\ea08";
}
.icon-Regular-Section:before {
  content: "\ea09";
}
.icon-Recommended-Section:before {
  content: "\ea0a";
}
.icon-Status-Staged:before {
  content: "\ea05";
}
.icon-Status-Hidden:before {
  content: "\ea06";
}
.icon-Decision-Tree-Node:before {
  content: "\ea02";
}
.icon-Decision-Tree:before {
  content: "\ea03";
}
.icon-Tab:before {
  content: "\ea04";
}
.icon-Rename:before {
  content: "\e9fe";
}
.icon-Save-Revision:before {
  content: "\e9ff";
}
.icon-Issues:before {
  content: "\ea00";
}
.icon-Section:before {
  content: "\ea01";
}
.icon-Case-Add-to:before {
  content: "\e9f7";
}
.icon-Case-Duplicate-to:before {
  content: "\e9f8";
}
.icon-Legal-Hold-Remove:before {
  content: "\e9f9";
}
.icon-Legal-Hold:before {
  content: "\e9fa";
}
.icon-Suspect:before {
  content: "\e9fb";
}
.icon-Voice-Print-Add:before {
  content: "\e9fc";
}
.icon-Voice-Print:before {
  content: "\e9fd";
}
.icon-Draft-Status:before {
  content: "\e9eb";
}
.icon-Archive-Status:before {
  content: "\e9ec";
}
.icon-Publish-Status:before {
  content: "\e9ed";
}
.icon-Review-Status:before {
  content: "\e9ee";
}
.icon-Escalation:before {
  content: "\e9ef";
}
.icon-Complaint:before {
  content: "\e9f0";
}
.icon-Overtalk-Interaction:before {
  content: "\e9f1";
}
.icon-Positive-Interaction:before {
  content: "\e9f2";
}
.icon-Call-Inbound:before {
  content: "\e9f3";
}
.icon-Call-Internal:before {
  content: "\e9f4";
}
.icon-Call-Outbound:before {
  content: "\e9f5";
}
.icon-Call-Unknown:before {
  content: "\e9f6";
}
.icon-Partial-Recurrence:before {
  content: "\e9e5";
}
.icon-Partial-Attendees:before {
  content: "\e9e6";
}
.icon-Partial-Paid:before {
  content: "\e9e7";
}
.icon-Partial-Lock:before {
  content: "\e9e8";
}
.icon-Partial-Over-Time:before {
  content: "\e9e9";
}
.icon-Partial-Over-Night:before {
  content: "\e9ea";
}
.icon-additional-data:before {
  content: "\e9e3";
}
.icon-gantt-chart:before {
  content: "\e9e4";
}
.icon-Library:before {
  content: "\e9dc";
}
.icon-Dislike-Unselected:before {
  content: "\e9dd";
}
.icon-Dislike:before {
  content: "\e9de";
}
.icon-Like-Unselected:before {
  content: "\e9df";
}
.icon-Like:before {
  content: "\e9e0";
}
.icon-Bookmark-Unselected:before {
  content: "\e9e1";
}
.icon-Bookmark:before {
  content: "\e9e2";
}
.icon-Message-Status-Success:before {
  content: "\e9db";
}
.icon-Popup-Close:before {
  content: "\e9d9";
}
.icon-Popup-Help:before {
  content: "\e9da";
}
.icon-Recent:before {
  content: "\e9d5";
}
.icon-No-Result:before {
  content: "\e9d6";
}
.icon-Popular:before {
  content: "\e9d7";
}
.icon-Search-Result:before {
  content: "\e9d8";
}
.icon-Help-Menu:before {
  content: "\e9d4";
}
.icon-Platform:before {
  content: "\e9d2";
}
.icon-Combined-Interaction:before {
  content: "\e9d3";
}
.icon-Screen-Recorded:before {
  content: "\e9d1";
}
.icon-Mask:before {
  content: "\e9d0";
}
.icon-First:before {
  content: "\e9cc";
}
.icon-Highlight-remove:before {
  content: "\e9cd";
}
.icon-Highlighter:before {
  content: "\e9ce";
}
.icon-Last:before {
  content: "\e9cf";
}
.icon-Screen-Media:before {
  content: "\e9ca";
}
.icon-Unknown-Media:before {
  content: "\e9cb";
}
.icon-Delete:before {
  content: "\e9c9";
}
.icon-Fill-Frame:before {
  content: "\e9c5";
}
.icon-Fit-to-Frame:before {
  content: "\e9c6";
}
.icon-Missing-Screen:before {
  content: "\e9c7";
}
.icon-Mute:before {
  content: "\e9c8";
}
.icon-Avatar:before {
  content: "\e9c1";
}
.icon-No-Video:before {
  content: "\e9c2";
}
.icon-Open-in-new-window:before {
  content: "\e9c3";
}
.icon-Share-Screen:before {
  content: "\e9c4";
}
.icon-Constraints:before {
  content: "\e9bc";
}
.icon-Flag-Multi:before {
  content: "\e9bd";
}
.icon-Flag-empty:before {
  content: "\e9be";
}
.icon-Working-from-office:before {
  content: "\e9bf";
}
.icon-Working-from-home:before {
  content: "\e9c0";
}
.icon-Validation-Warning:before {
  content: "\e9ba";
}
.icon-Validation-error:before {
  content: "\e9bb";
}
.icon-Templates:before {
  content: "\e908";
}
.icon-Export-CSV:before {
  content: "\e909";
}
.icon-Export-List:before {
  content: "\e90a";
}
.icon-Find-Again:before {
  content: "\e90b";
}
.icon-History-Edit:before {
  content: "\e912";
}
.icon-Move-to-Inbox:before {
  content: "\e932";
}
.icon-Read-Receipt:before {
  content: "\e933";
}
.icon-Security:before {
  content: "\e935";
}
.icon-Bounced-Message:before {
  content: "\e936";
}
.icon-Pending-Collaboration:before {
  content: "\e937";
}
.icon-Pending-Forward-Track:before {
  content: "\e938";
}
.icon-Pending-Rule:before {
  content: "\e948";
}
.icon-Pending-Send:before {
  content: "\e949";
}
.icon-Transcript-Message:before {
  content: "\e94a";
}
.icon-Transcript-Message-Complete:before {
  content: "\e94b";
}
.icon-Transcript-Message-New:before {
  content: "\e94f";
}
.icon-Transcript-Message-No-Answer:before {
  content: "\e951";
}
.icon-Chat-Message-Complete:before {
  content: "\e967";
}
.icon-Chat-Message-New:before {
  content: "\e973";
}
.icon-Chat-Message-No-Answer:before {
  content: "\e97e";
}
.icon-Chat-Message:before {
  content: "\e982";
}
.icon-Phone-Message-Complete:before {
  content: "\e989";
}
.icon-Phone-Message-New:before {
  content: "\e98a";
}
.icon-Phone-Message-No-Answer:before {
  content: "\e98b";
}
.icon-Phone-Message:before {
  content: "\e98c";
}
.icon-Collaboration-Message-Broken:before {
  content: "\e98d";
}
.icon-Collaboration-Message-Complete:before {
  content: "\e98e";
}
.icon-Collaboration-Message-Pending:before {
  content: "\e98f";
}
.icon-Collaboration-Message:before {
  content: "\e990";
}
.icon-Email-Follow-Up-Complete:before {
  content: "\e991";
}
.icon-Email-Follow-Up-New:before {
  content: "\e992";
}
.icon-Email-Follow-Up-No-Answer:before {
  content: "\e993";
}
.icon-Email-Follow-Up:before {
  content: "\e994";
}
.icon-Campaign-Message-Complete:before {
  content: "\e995";
}
.icon-Campaign-Message:before {
  content: "\e996";
}
.icon-Originated-Email-Complete:before {
  content: "\e997";
}
.icon-Originated-Email-New:before {
  content: "\e998";
}
.icon-Originated-Email-No-Answer:before {
  content: "\e999";
}
.icon-Originated-Email:before {
  content: "\e99a";
}
.icon-Email-New:before {
  content: "\e99b";
}
.icon-Email-Complete:before {
  content: "\e99c";
}
.icon-Email-No-Answer:before {
  content: "\e99d";
}
.icon-Form-Message-Completed:before {
  content: "\e99e";
}
.icon-Form-Message-New:before {
  content: "\e99f";
}
.icon-Form-Message-No-Answer:before {
  content: "\e9a0";
}
.icon-Form-Message:before {
  content: "\e9a1";
}
.icon-Clear-Message:before {
  content: "\e9a2";
}
.icon-File-Recreate:before {
  content: "\e9a3";
}
.icon-HTML-Editor:before {
  content: "\e9a4";
}
.icon-Merge-Field-Add:before {
  content: "\e9a5";
}
.icon-Text-Editor:before {
  content: "\e9a6";
}
.icon-Visualize-Layout:before {
  content: "\e9a7";
}
.icon-Open-Browse:before {
  content: "\e9a8";
}
.icon-Redo:before {
  content: "\e9a9";
}
.icon-Spell-check:before {
  content: "\e9aa";
}
.icon-Address:before {
  content: "\e9ab";
}
.icon-Recipients:before {
  content: "\e9ac";
}
.icon-Note-clear:before {
  content: "\e9ad";
}
.icon-Note-Add:before {
  content: "\e9ae";
}
.icon-Note-Save:before {
  content: "\e9af";
}
.icon-Browser:before {
  content: "\e9b0";
}
.icon-Edit-fields:before {
  content: "\e9b1";
}
.icon-Customize:before {
  content: "\e9b2";
}
.icon-Help:before {
  content: "\e9b3";
}
.icon-Send-Mail:before {
  content: "\e9b4";
}
.icon-Route-Mail:before {
  content: "\e9b5";
}
.icon-Mail-No-Answer:before {
  content: "\e9b6";
}
.icon-Client-History:before {
  content: "\e9b7";
}
.icon-Get-more-mail:before {
  content: "\e9b8";
}
.icon-Show-details:before {
  content: "\e904";
}
.icon-Default-view:before {
  content: "\e905";
}
.icon-Expand-details-pane:before {
  content: "\e906";
}
.icon-Expand-left-pane:before {
  content: "\e907";
}
.icon-pooler:before {
  content: "\e903";
}
.icon-Default-off:before {
  content: "\e900";
}
.icon-Default-on:before {
  content: "\e901";
}
.icon-active:before {
  content: "\e800";
}
.icon-add-categories:before {
  content: "\e801";
}
.icon-add-filter:before {
  content: "\e802";
}
.icon-add-template:before {
  content: "\e803";
}
.icon-adherence:before {
  content: "\e804";
}
.icon-agent:before {
  content: "\e805";
}
.icon-all-charts:before {
  content: "\e806";
}
.icon-assess:before {
  content: "\e807";
}
.icon-assign-employees:before {
  content: "\e808";
}
.icon-speech-analytics:before {
  content: "\e809";
}
.icon-bar-chart:before {
  content: "\e80a";
}
.icon-best-interaction:before {
  content: "\e80b";
}
.icon-calculate:before {
  content: "\e80c";
}
.icon-calendar:before {
  content: "\e80d";
}
.icon-case:before {
  content: "\e80e";
}
.icon-categories:before {
  content: "\e80f";
}
.icon-category:before {
  content: "\e810";
}
.icon-chat-view:before {
  content: "\e811";
}
.icon-chat-old:before {
  content: "\e812";
}
.icon-check:before {
  content: "\e813";
}
.icon-client-agent:before {
  content: "\e814";
}
.icon-client:before {
  content: "\e815";
}
.icon-close:before {
  content: "\e816";
}
.icon-coaching:before {
  content: "\e817";
}
.icon-compare-performance:before {
  content: "\e818";
}
.icon-content:before {
  content: "\e819";
}
.icon-database:before {
  content: "\e81a";
}
.icon-down:before {
  content: "\e81b";
}
.icon-ed:before {
  content: "\e81c";
}
.icon-edit-information:before {
  content: "\e81d";
}
.icon-edm:before {
  content: "\e81e";
}
.icon-employee:before {
  content: "\e81f";
}
.icon-employees-adherence-:before {
  content: "\e820";
}
.icon-employees:before {
  content: "\e821";
}
.icon-evaluate-employees:before {
  content: "\e822";
}
.icon-event:before {
  content: "\e823";
}
.icon-filter:before {
  content: "\e824";
}
.icon-fingerprint:before {
  content: "\e825";
}
.icon-folder:before {
  content: "\e826";
}
.icon-folders:before {
  content: "\e827";
}
.icon-format:before {
  content: "\e828";
}
.icon-hit-target:before {
  content: "\e829";
}
.icon-inactive:before {
  content: "\e82a";
}
.icon-information:before {
  content: "\e82b";
}
.icon-interaction-dynamics:before {
  content: "\e82c";
}
.icon-interaction:before {
  content: "\e82d";
}
.icon-key:before {
  content: "\e82e";
}
.icon-kpi-org-ru:before {
  content: "\e82f";
}
.icon-kpi-org:before {
  content: "\e830";
}
.icon-kpi-ru:before {
  content: "\e831";
}
.icon-kpi:before {
  content: "\e832";
}
.icon-kpis:before {
  content: "\e833";
}
.icon-left:before {
  content: "\e834";
}
.icon-line-chart:before {
  content: "\e835";
}
.icon-link:before {
  content: "\e836";
}
.icon-list-view:before {
  content: "\e837";
}
.icon-mail:before {
  content: "\e838";
}
.icon-mails:before {
  content: "\e839";
}
.icon-matrix:before {
  content: "\e83a";
}
.icon-metadata:before {
  content: "\e83b";
}
.icon-move-left:before {
  content: "\e83c";
}
.icon-move-right:before {
  content: "\e83d";
}
.icon-next-down:before {
  content: "\e83e";
}
.icon-next-right:before {
  content: "\e83f";
}
.icon-not-hit-target:before {
  content: "\e840";
}
.icon-note:before {
  content: "\e841";
}
.icon-note-1:before {
  content: "\e842";
}
.icon-note-2:before {
  content: "\e843";
}
.icon-note-3:before {
  content: "\e844";
}
.icon-note-public:before {
  content: "\e845";
}
.icon-objective:before {
  content: "\e846";
}
.icon-org:before {
  content: "\e847";
}
.icon-package:before {
  content: "\e848";
}
.icon-pages:before {
  content: "\e849";
}
.icon-pin:before {
  content: "\e84a";
}
.icon-plan:before {
  content: "\e84b";
}
.icon-position:before {
  content: "\e84c";
}
.icon-previous-left:before {
  content: "\e84d";
}
.icon-previous-up:before {
  content: "\e84e";
}
.icon-print:before {
  content: "\e84f";
}
.icon-process:before {
  content: "\e850";
}
.icon-properties:before {
  content: "\e851";
}
.icon-publish:before {
  content: "\e852";
}
.icon-question:before {
  content: "\e853";
}
.icon-queue:before {
  content: "\e854";
}
.icon-remove_all:before {
  content: "\e855";
}
.icon-remove:before {
  content: "\e856";
}
.icon-revert:before {
  content: "\e857";
}
.icon-right:before {
  content: "\e858";
}
.icon-save-as:before {
  content: "\e859";
}
.icon-save-category:before {
  content: "\e85a";
}
.icon-save-search:before {
  content: "\e85b";
}
.icon-save:before {
  content: "\e85c";
}
.icon-search-field:before {
  content: "\e85d";
}
.icon-search-string:before {
  content: "\e85e";
}
.icon-search:before {
  content: "\e85f";
}
.icon-settings:before {
  content: "\e860";
}
.icon-status-bad-multi:before {
  content: "\e861";
}
.icon-status-bad:before {
  content: "\e862";
}
.icon-status-fail-multi:before {
  content: "\e863";
}
.icon-status-fail:before {
  content: "\e864";
}
.icon-status-good-multi:before {
  content: "\e865";
}
.icon-status-good:before {
  content: "\e866";
}
.icon-status-medium-multi:before {
  content: "\e867";
}
.icon-status-medium:before {
  content: "\e868";
}
.icon-status-priority-high:before {
  content: "\e869";
}
.icon-status-priority-low:before {
  content: "\e86a";
}
.icon-status-priority-medium:before {
  content: "\e86b";
}
.icon-status-unknown-multi:before {
  content: "\e86c";
}
.icon-status-unknown:before {
  content: "\e86d";
}
.icon-status-very-good-multi:before {
  content: "\e86e";
}
.icon-status-very-good:before {
  content: "\e86f";
}
.icon-summary-view:before {
  content: "\e870";
}
.icon-syringe:before {
  content: "\e871";
}
.icon-template:before {
  content: "\e872";
}
.icon-test:before {
  content: "\e873";
}
.icon-topic:before {
  content: "\e874";
}
.icon-trash:before {
  content: "\e875";
}
.icon-tree-view:before {
  content: "\e876";
}
.icon-trend-down:before {
  content: "\e877";
}
.icon-trend-up:before {
  content: "\e878";
}
.icon-trend:before {
  content: "\e879";
}
.icon-twitter:before {
  content: "\e87a";
}
.icon-undo:before {
  content: "\e87b";
}
.icon-unpin:before {
  content: "\e87c";
}
.icon-unpublished:before {
  content: "\e87d";
}
.icon-up:before {
  content: "\e87e";
}
.icon-verify:before {
  content: "\e87f";
}
.icon-video-media:before {
  content: "\e880";
}
.icon-view:before {
  content: "\e881";
}
.icon-world:before {
  content: "\e882";
}
.icon-worst-interaction:before {
  content: "\e883";
}
.icon-zoom-in:before {
  content: "\e884";
}
.icon-zoom-out:before {
  content: "\e885";
}
.icon-status-export-process:before {
  content: "\e886";
}
.icon-custom-data:before {
  content: "\e887";
}
.icon-download:before {
  content: "\e888";
}
.icon-time-picker:before {
  content: "\e889";
}
.icon-refresh:before {
  content: "\e88a";
}
.icon-status-export-done:before {
  content: "\e88b";
}
.icon-status-export-fail:before {
  content: "\e88c";
}
.icon-status-export-queue:before {
  content: "\e88d";
}
.icon-collapse-left:before {
  content: "\e88e";
}
.icon-date-picker:before {
  content: "\e88f";
}
.icon-expand-right:before {
  content: "\e890";
}
.icon-message-status-help:before {
  content: "\e891";
}
.icon-message-status-info:before {
  content: "\e892";
}
.icon-message-status-warning:before {
  content: "\e893";
}
.icon-status-message-error:before {
  content: "\e894";
}
.icon-collapse-up:before {
  content: "\e895";
}
.icon-expand-down:before {
  content: "\e896";
}
.icon-maximize:before {
  content: "\e897";
}
.icon-minimize:before {
  content: "\e898";
}
.icon-sort-ascending:before {
  content: "\e899";
}
.icon-sort-descending:before {
  content: "\e89a";
}
.icon-contact:before {
  content: "\e89b";
}
.icon-restore:before {
  content: "\e89c";
}
.icon-email:before {
  content: "\e89d";
}
.icon-flag:before {
  content: "\e89e";
}
.icon-comment:before {
  content: "\e89f";
}
.icon-actions:before {
  content: "\e8a0";
}
.icon-hamburger-menu:before {
  content: "\e8a1";
}
.icon-application:before {
  content: "\e8a2";
}
.icon-cut:before {
  content: "\e8a3";
}
.icon-edit:before {
  content: "\e8a4";
}
.icon-move:before {
  content: "\e8a5";
}
.icon-copy:before {
  content: "\e8a6";
}
.icon-text-analytics:before {
  content: "\e8a7";
}
.icon-trigger:before {
  content: "\e8a8";
}
.icon-recorder-circle:before {
  content: "\e8a9";
}
.icon-process-folder_open:before {
  content: "\e8aa";
}
.icon-process_folder-close:before {
  content: "\e8ab";
}
.icon-validator:before {
  content: "\e8ac";
}
.icon-path:before {
  content: "\e8ad";
}
.icon-paste:before {
  content: "\e8ae";
}
.icon-phone:before {
  content: "\e8af";
}
.icon-recorder:before {
  content: "\e8b0";
}
.icon-speaker:before {
  content: "\e8b1";
}
.icon-alert:before {
  content: "\e8b2";
}
.icon-area-chart:before {
  content: "\e8b3";
}
.icon-data-table:before {
  content: "\e8b4";
}
.icon-email-circle:before {
  content: "\e8b5";
}
.icon-favorite-unselected:before {
  content: "\e8b7";
}
.icon-favorite:before {
  content: "\e8b8";
}
.icon-import:before {
  content: "\e8b9";
}
.icon-export:before {
  content: "\e8ba";
}
.icon-floater:before {
  content: "\e8bb";
}
.icon-lock:before {
  content: "\e8bc";
}
.icon-schedule:before {
  content: "\e8bd";
}
.icon-advanced-options:before {
  content: "\e8be";
}
.icon-campaign:before {
  content: "\e8bf";
}
.icon-mini-hamburger-menu:before {
  content: "\e8c0";
}
.icon-acrobat-file:before {
  content: "\e8c1";
}
.icon-applications:before {
  content: "\e8c2";
}
.icon-excel-file:before {
  content: "\e8c3";
}
.icon-search-app:before {
  content: "\e8c4";
}
.icon-contact-copy:before {
  content: "\e8c5";
}
.icon-phone-circle:before {
  content: "\e8c6";
}
.icon-play-circle:before {
  content: "\e8c7";
}
.icon-stop-circle:before {
  content: "\e8c8";
}
.icon-volume:before {
  content: "\e8c9";
}
.icon-and:before {
  content: "\e8ca";
}
.icon-dropdown:before {
  content: "\e8cb";
}
.icon-small_or:before {
  content: "\e8cc";
}
.icon-speaker-circle:before {
  content: "\e8cd";
}
.icon-workflow:before {
  content: "\e8ce";
}
.icon-add:before {
  content: "\e8cf";
}
.icon-collections:before {
  content: "\e8d0";
}
.icon-custom-data-1:before {
  content: "\e8d1";
}
.icon-statuses:before {
  content: "\e8d2";
}
.icon-tasks:before {
  content: "\e8d3";
}
.icon-after:before {
  content: "\e8d4";
}
.icon-team:before {
  content: "\e8d5";
}
.icon-attach:before {
  content: "\e8d6";
}
.icon-textstyle-source-edit:before {
  content: "\e8d7";
}
.icon-mandatory:before {
  content: "\e8d8";
}
.icon-checkbox-partial-selected:before {
  content: "\e8da";
}
.icon-textstyle-align-center:before {
  content: "\e8db";
}
.icon-checkbox-selected:before {
  content: "\e8dc";
}
.icon-textstyle-align-left:before {
  content: "\e8dd";
}
.icon-checkbox-unselected:before {
  content: "\e8de";
}
.icon-radiobutton-selected:before {
  content: "\e8df";
}
.icon-radiobutton-unselected:before {
  content: "\e8e0";
}
.icon-textstyle-align-right:before {
  content: "\e8e1";
}
.icon-recalculate:before {
  content: "\e8e2";
}
.icon-operations:before {
  content: "\e8e3";
}
.icon-work-activities:before {
  content: "\e8e4";
}
.icon-resolution:before {
  content: "\e8e5";
}
.icon-absence-NotUsed:before {
  content: "\e8e6";
}
.icon-assign-schedule:before {
  content: "\e8e7";
}
.icon-Smaller-Than-Threshold:before {
  content: "\e8e8";
}
.icon-project-over-staffed:before {
  content: "\e8e9";
}
.icon-voice-over-ip:before {
  content: "\e8ea";
}
.icon-default-check:before {
  content: "\e8eb";
}
.icon-project:before {
  content: "\e8ef";
}
.icon-social:before {
  content: "\e8f0";
}
.icon-fax:before {
  content: "\e8f2";
}
.icon-callback:before {
  content: "\e8f5";
}
.icon-face-to-face:before {
  content: "\e8f6";
}
.icon-chat:before {
  content: "\e8f7";
}
.icon-calendar-month:before {
  content: "\e8fe";
}
.icon-calendar-week:before {
  content: "\e8ff";
}
.icon-no-selection:before {
  content: "\e902";
}
.icon-org-group:before {
  content: "\e90c";
}
.icon-org-node:before {
  content: "\e90d";
}
.icon-folder-type:before {
  content: "\e90e";
}
.icon-radiobutton-selector:before {
  content: "\e90f";
}
.icon-checkbox-partial-selector:before {
  content: "\e910";
}
.icon-checkbox-selector:before {
  content: "\e911";
}
.icon-folder-operations-open:before {
  content: "\e913";
}
.icon-folder-operations:before {
  content: "\e914";
}
.icon-folder-type-open:before {
  content: "\e915";
}
.icon-folder-recorder-open:before {
  content: "\e916";
}
.icon-folder-recorder:before {
  content: "\e917";
}
.icon-folder-phone-open:before {
  content: "\e918";
}
.icon-folder-phone:before {
  content: "\e919";
}
.icon-folder-speaker-open:before {
  content: "\e91a";
}
.icon-folder-speaker:before {
  content: "\e91b";
}
.icon-folder-callback-open:before {
  content: "\e91c";
}
.icon-folder-chat-open:before {
  content: "\e91d";
}
.icon-folder-chat:before {
  content: "\e91e";
}
.icon-folder-callback:before {
  content: "\e91f";
}
.icon-folder-email-open:before {
  content: "\e920";
}
.icon-folder-email:before {
  content: "\e921";
}
.icon-folder-face-to-face-open:before {
  content: "\e922";
}
.icon-outbound:before {
  content: "\e923";
}
.icon-folder-face-to-face:before {
  content: "\e924";
}
.icon-folder-outbound-open:before {
  content: "\e925";
}
.icon-folder-fax-open:before {
  content: "\e926";
}
.icon-folder-fax:before {
  content: "\e927";
}
.icon-folder-outbound:before {
  content: "\e928";
}
.icon-folder-resolution-open:before {
  content: "\e929";
}
.icon-folder-resolution:before {
  content: "\e92a";
}
.icon-folder-social-open:before {
  content: "\e92b";
}
.icon-folder-voice-over-ip-open:before {
  content: "\e92c";
}
.icon-folder-voice-over-ip:before {
  content: "\e92d";
}
.icon-folder-project:before {
  content: "\e92e";
}
.icon-folder-project-open:before {
  content: "\e92f";
}
.icon-folder-social:before {
  content: "\e930";
}
.icon-time-gap:before {
  content: "\e931";
}
.icon-go-to:before {
  content: "\e934";
}
.icon-employee-header:before {
  content: "\e939";
}
.icon-line-collapsed:before {
  content: "\e93a";
}
.icon-line-expanded:before {
  content: "\e93b";
}
.icon-menu-open:before {
  content: "\e93c";
}
.icon-request-approval-approved:before {
  content: "\e93d";
}
.icon-request-approval-denied:before {
  content: "\e93e";
}
.icon-request-approval-pending:before {
  content: "\e93f";
}
.icon-request-approval:before {
  content: "\e940";
}
.icon-textstyle-bigger:before {
  content: "\e941";
}
.icon-textstyle-bullet-list:before {
  content: "\e942";
}
.icon-textstyle-numbered-list:before {
  content: "\e943";
}
.icon-textstyle-smaller:before {
  content: "\e944";
}
.icon-textstyle-bold:before {
  content: "\e945";
}
.icon-textstyle-italic:before {
  content: "\e946";
}
.icon-textstyle-underline:before {
  content: "\e947";
}
.icon-list-to-list-move-left-with-decedents:before {
  content: "\e94c";
}
.icon-list-to-list-move-right-with-decedents:before {
  content: "\e94d";
}
.icon-make-group:before {
  content: "\e94e";
}
.icon-ungroup:before {
  content: "\e950";
}
.icon-expand-collapse-all:before {
  content: "\e952";
}
.icon-eye:before {
  content: "\e953";
}
.icon-ghosting:before {
  content: "\e954";
}
.icon-list-to-list-move-left:before {
  content: "\e955";
}
.icon-list-to-list-move-right:before {
  content: "\e956";
}
.icon-statistics-combinations:before {
  content: "\e957";
}
.icon-unselect-all:before {
  content: "\e958";
}
.icon-unlock:before {
  content: "\e959";
}
.icon-un-money:before {
  content: "\e95a";
}
.icon-un-overtime:before {
  content: "\e95b";
}
.icon-multi-trash:before {
  content: "\e95c";
}
.icon-project-staffed:before {
  content: "\e95d";
}
.icon-project-not-staffed:before {
  content: "\e95e";
}
.icon-project-under-staffed:before {
  content: "\e95f";
}
.icon-feedback:before {
  content: "\e960";
}
.icon-no-campaign:before {
  content: "\e961";
}
.icon-manage-external-domains:before {
  content: "\e962";
}
.icon-data-dictionary:before {
  content: "\e963";
}
.icon-attachment-size:before {
  content: "\e964";
}
.icon-address-book:before {
  content: "\e965";
}
.icon-Continuous:before {
  content: "\e966";
}
.icon-image:before {
  content: "\e968";
}
.icon-image-gallery:before {
  content: "\e969";
}
.icon-duplicate:before {
  content: "\e96a";
}
.icon-phantom-list:before {
  content: "\e96b";
}
.icon-unview:before {
  content: "\e96c";
}
.icon-bulk-import:before {
  content: "\e96d";
}
.icon-summary:before {
  content: "\e96e";
}
.icon-tenant:before {
  content: "\e96f";
}
.icon-sort-asc-old:before {
  content: "\e970";
}
.icon-sort-desc-old:before {
  content: "\e971";
}
.icon-unassign:before {
  content: "\e972";
}
.icon-find:before {
  content: "\e9b9";
}
.icon-class-session:before {
  content: "\e974";
}
.icon-class-manager:before {
  content: "\e975";
}
.icon-absence:before {
  content: "\e976";
}
.icon-set-default-check:before {
  content: "\e977";
}
.icon-sentiment-very-negative:before {
  content: "\e978";
}
.icon-sentiment-negative:before {
  content: "\e979";
}
.icon-sentiment-neutral:before {
  content: "\e97a";
}
.icon-sentiment-positive:before {
  content: "\e97b";
}
.icon-sentiment-very-positive:before {
  content: "\e97c";
}
.icon-micro-lock:before {
  content: "\e97d";
}
.icon-employee-by-group:before {
  content: "\e97f";
}
.icon-employee-by-org:before {
  content: "\e980";
}
.icon-uncategorize:before {
  content: "\e981";
}
.icon-arrow-moved-all:before {
  content: "\e983";
}
.icon-arrow-moved:before {
  content: "\e984";
}
.icon-convert-all-to-phantom:before {
  content: "\e985";
}
.icon-time-off:before {
  content: "\e986";
}
.icon-multi-notice:before {
  content: "\e987";
}
.icon-out-of-shift:before {
  content: "\e988";
}
.icon-fte:before {
  content: "\ea20";
}
.icon-backlog:before {
  content: "\ea21";
}
.icon-modeling-factor:before {
  content: "\ea22";
}
.icon-reforecast:before {
  content: "\ea23";
}
.icon-shrinkage:before {
  content: "\ea24";
}
.icon-clear:before {
  content: "\ea25";
}
.icon-home-base:before {
  content: "\ea26";
}
.icon-profile-load:before {
  content: "\ea27";
}
.icon-scale:before {
  content: "\ea28";
}
.icon-set-active-forecast:before {
  content: "\ea29";
}
.icon-set-home-base:before {
  content: "\ea2a";
}
.icon-file-add-new:before {
  content: "\ea2b";
}
.icon-file-new-from:before {
  content: "\ea2c";
}
.icon-history-add-new:before {
  content: "\ea2d";
}
.icon-history-new-from:before {
  content: "\ea2e";
}
.icon-profile-add--new:before {
  content: "\ea2f";
}
.icon-profile-new-from:before {
  content: "\ea30";
}
.icon-calendar-compact-view:before {
  content: "\ea31";
}
.icon-calendar-normal-view:before {
  content: "\ea32";
}
.icon-file:before {
  content: "\ea33";
}
.icon-forecast:before {
  content: "\ea34";
}
.icon-history:before {
  content: "\ea35";
}
.icon-profile:before {
  content: "\ea36";
}
.icon-analyze:before {
  content: "\ea37";
}
.icon-columns:before {
  content: "\ea38";
}
.icon-overtime:before {
  content: "\ea39";
}
.icon-rows-secondary:before {
  content: "\ea3a";
}
.icon-rows:before {
  content: "\ea3b";
}
.icon-suggest-employee:before {
  content: "\ea3c";
}
.icon-expand-to-popup:before {
  content: "\ea3e";
}
.icon-multiple-people:before {
  content: "\ea3f";
}
.icon-recurrence:before {
  content: "\ea40";
}
.icon-folder-system-open:before {
  content: "\ea41";
}
.icon-folder-system:before {
  content: "\ea42";
}
.icon-money:before {
  content: "\ea43";
}
.icon-draggable:before {
  content: "\ea44";
}
.icon-overnight:before {
  content: "\ea45";
}
.icon-locked-employee:before {
  content: "\eafb";
}
.icon-configure-profile:before {
  content: "\eb00";
}
*/

/* PTE Color definitions */

:root
{
	/*******************************
    * Colors                      *
    *******************************/
	--VerintPrimary: #0075e4;
	--VerintWater: #0d3e86;
	--VerintTertiary: #05ce7c;
	--VerintHorizontalRules: #0D3E86;
	--HeaderFooter: #868684;
	--HeadingH5: #0d7f46;
	--WorkflowBorder: #00CE7C;
	--BreadCrumbsLink: #5cc2e9;
	--HelpHeading: #363b3f;
	--HelpLoP: #323232;
	--HelpImageBorder: #696969;
	--HelpGreen: #9acd32;
	--HelpRed: #ff0000;
	--MsgBackground: #d0d3d6;
	--MsgCaution: #f44141;
	--MsgImportant: #fa6e1e;
	--MsgTip: #05ce7c;
	--CodeBackground: #f8f8f8;
	--CodeOutputBorder: #5a6675;
	--AvayaPrimary: #cc0000;
	--FeatAvailability: #ffffff;
}

/* colors
Headings, TOC heading entries, bullets, dashes, and links: #0075e4
HRs (deep sea): #0D3E86
Header/Footer text: #646A6F
*/

/*------FONTAWESOME LESS CSS PREPROCESSOR- CURRENT VERSION 6.4.2--------------------------------*/
/* Direct replacement from FSS CSS for use by PTE */

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.fa
{
	font-family: var(--fa-style-family, 'Font Awesome 6 Free');
	font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.fass,
.fa-sharp,
.far,
.fa-regular,
.fab,
.fa-brands
{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular
{
	font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands
{
	font-family: 'Font Awesome 6 Brands';
}

.fa-1x
{
	font-size: 1em;
}

.fa-2x
{
	font-size: 2em;
}

.fa-3x
{
	font-size: 3em;
}

.fa-4x
{
	font-size: 4em;
}

.fa-5x
{
	font-size: 5em;
}

.fa-6x
{
	font-size: 6em;
}

.fa-7x
{
	font-size: 7em;
}

.fa-8x
{
	font-size: 8em;
}

.fa-9x
{
	font-size: 9em;
}

.fa-10x
{
	font-size: 10em;
}

.fa-2xs
{
	font-size: 0.625em;
	line-height: 0.1em;
	vertical-align: 0.225em;
}

.fa-xs
{
	font-size: 0.75em;
	line-height: 0.08333333em;
	vertical-align: 0.125em;
}

.fa-sm
{
	font-size: 0.875em;
	line-height: 0.07142857em;
	vertical-align: 0.05357143em;
}

.fa-lg
{
	font-size: 1.25em;
	line-height: 0.05em;
	vertical-align: -0.075em;
}

.fa-xl
{
	font-size: 1.5em;
	line-height: 0.04166667em;
	vertical-align: -0.125em;
}

.fa-2xl
{
	font-size: 2em;
	line-height: 0.03125em;
	vertical-align: -0.1875em;
}

.fa-fw
{
	text-align: center;
	width: 1.25em;
}

.fa-ul
{
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul > li
{
	position: relative;
}

.fa-li
{
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
}

.sr-only,
.fa-sr-only
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus)
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

:root,
:host
{
	--fa-style-family-classic: 'Font Awesome 6 Free Solid';
	--fa-font-solid: normal 900 1em / 1 'Font Awesome 6 Free Solid';
}

@font-face 
{
	font-family: "Font Awesome 6 Free Solid";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url('../fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('../fontawesome/webfonts/fa-solid-900.ttf') format('truetype');
}

.fas,
.fa-solid
{
	font-weight: 900;
	mc-hidden: hidden;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

:root,
:host
{
	--fa-style-family-classic: 'Font Awesome 6 Free Regular';
	--fa-font-regular: normal 400 1em / 1 'Font Awesome 6 Free Regular';
}

@font-face 
{
	font-family: "Font Awesome 6 Free Regular";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('../fontawesome/webfonts/fa-regular-400.woff2') format('woff2'), url('../fontawesome/webfonts/fa-regular-400.ttf') format('truetype');
}

.far,
.fa-regular
{
	font-weight: 400;
	mc-hidden: hidden;
}

/*-------------------------Mixins ------------------------------*/
/*Code for common list properties used by the ordered and unordered less files.*/
/* This mixin sets the margin-block and margin-inline-start properties for ol and ul lists for online outputs.*/
/* This mixin sets the margin-block and margin-inline-start properties for ol and ul list-items.*/
/* This mixin sets the margin-block and margin-inline-start properties for ol and ul list-items.*/
/* This mixin sets the margin-block and margin-inline-start properties for ol and ul lists for print outputs.*/
/* This mixin sets the bullet icon properties for ul lists for online outputs.*/
/* This mixin applies common paragraph properties for ol and ul lists for print outputs.*/
/* This mixin applies paragraph properties for ol and ul lists-items for print outputs.*/
/* Mixin for anchor styles */
/*Mixin to ease theme transition from light to dark and vice-versa.*/
/*Call the Mixins-CSSRoot to create a CSS variable for Close.----- */

:root
{
	--close: Close;
	--updated: 'Updated:';
}

/*------LANGUAGES----------------------------------------------------------------*/

/*To generate css for a different language, add "//" to the front of LanguageVariables-en.less and remove the "//" for the desired language and do a SAVE AS to the Flare project with 
same language.*/

/*----------------------------------------------------------------------------------------------------------------------*/
/* Not a direct replacement from FSS CSS for use by PTE */
/*-----------LANGUAGE VARIABLES - start------------------------------------------------------------------------*/
/*English. This are the words that must be translated for the print.*/
/*-----------LANGUAGE VARIABLES - end------------------------------------------------------------------------*/
/*-----------CSS Properties VARIABLES - start------------------------------------------------------------------------*/
/*-----------CSS Properties VARIABLES - end------------------------------------------------------------------------*/
/*------ONLINE ONLY LESS CSS PREPROCESSOR PROPERTIES-------------------------------*/
/* Direct replacement from FSS CSS for use by PTE */

@supports (display: flex) {
  .contentContainer {
    display: flex;
  }
  .CardContainer {
    display: flex;
  }
  .info-container {
    display: flex;
  }
  .sidenav-layout {
    display: flex;
  }
  a.MCDropDownHotSpot[aria-expanded="true"].dropDownHotspotHeading {
    display: flex;
  }
  a.MCDropDownHotSpot[aria-expanded="false"].dropDownHotspotHeading {
    display: flex;
  }
  .controls {
    display: flex;
  }
  .timeline {
    display: flex;
  }
  .timeline .timelineWrap .timelineContent {
    display: flex;
  }
  .timeline .timelineWrap .timelineHead {
    display: flex;
  }
  .flex-rw {
    display: flex;
  }
  footer {
    display: flex;
  }
  .title-bar-layout .logo-wrapper {
    display: flex;
  }
} 

@supports (text-align: end) {
  div {
    /* Div styles used in SideNavTopic.flmsp masterpage to contain the build date and time on each page - start -----------------------------*/
  }
  div.ModDate {
    text-align: end;
  }
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .alignend {
      text-align: end;
    }
  }
} 

@supports (text-align: start) {
  div.QIGModDate {
    text-align: start;
  }
  .tile-content {
    text-align: start;
  }
  .info-section-tile {
    text-align: start;
  }
  .info-section-tile-content {
    text-align: start;
  }
  .info-section-tile-footer {
    text-align: start;
  }
  ul.sub-menu {
    text-align: start;
  }
  .footerbox > p {
    text-align: start;
  }
  .QIGfooterbox > p {
    text-align: start;
  }
  ul {
    /*--end--*/
    /*Format top menu list items and remove bullet icons-start--------------*/
    /*--end--*/
  }
  ul.menu._Skins_SideMenu.mc-component {
    text-align: start;
  }
  ul.menu._Skins_SideMenu.mc-component > li::marker {
    vertical-align: 0%;
    content: none;
    font-size: 0%;
    font-family: 'Font Awesome 6 Free Solid';
  }
  ul.menu._Skins_SideMenu.mc-component li ul.sub-menu {
    text-align: start;
  }
  ul.navigation ul.sub-menu {
    text-align: start;
  }
  .tile-content {
    text-align: start;
  }
  .tile-footer {
    text-align: start;
  }
  /*--end--*/
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .WarningHeader {
      text-align: start;
    }
  }
  /* Cover page product title style */
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .productTitle {
      text-align: start;
    }
  }
  /* Cover page product version style */
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .productVersion {
      text-align: start;
    }
  }
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    caption {
      text-align: start;
    }
  }
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .alignstart {
      text-align: start;
    }
  }
  ul {
    /*--end--*/
    /*Format top menu list items and remove bullet icons-start--------------*/
    /*--end--*/
  }
  ul.menu._Skins_SideMenu.mc-component {
    text-align: start;
  }
  ul.menu._Skins_SideMenu.mc-component li ul.sub-menu {
    text-align: start;
  }
  ul.navigation ul.sub-menu {
    text-align: start;
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    table thead th {
      text-align: start;
    }
  }
  table.HardwareInstallTable {
    /*--end--*/
  }
  table.HardwareInstallTable tbody {
    /*--end--*/
  }
  @media only screen and (max-width: 359px) {
    table.HardwareInstallTable tbody td {
      text-align: start;
    }
  }
  @media only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    table.HardwareInstallTable tbody td {
      text-align: start;
    }
  }
} 

@supports (float: inline-end) {
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .floatEnd {
      float: inline-end;
    }
  }
  .buttons[class*="_Skins_Toolbar_"].mc-component {
    float: inline-end;
  }
  .VideoTile {
    float: inline-end;
  }
  /*--end--*/
} 

@supports (float: inline-start) {
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .floatStart {
      float: inline-start;
    }
  }
  div {
    /*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
    /*--end--*/
  }
  div.topic-layout > div {
    float: inline-start;
  }
  .button-group-container-left {
    float: inline-start;
  }
  .timeline .timelineWrap .timelineContent {
    float: inline-start;
  }
} 

/*------VARIABLES---------------------------------------------------------------*/
/* NOT a direct replacement from FSS; use VS Code to compare */

:root
{
	--varHeadingFontSize: clamp(1.5em, 5vw, 2.75em);
	--varBodyFontSize: clamp(1em, 2.5vw, 1.35em);
	--varQIGHeadingFontSize: clamp(1.75em, 5vw, 3em);
	--varQIGExpandingHeadingFontSize: clamp(2em, 5vw, 2.75em);
	--varFontAwesomeFontSize: clamp(1em, 2.5, 1.75em);
	--varSubHeadingFontSize: clamp(1.5em, 0.5em + 1.30vw, 2em);
	--varCalloutNumberFontSize: clamp(1.75em, 2vw + 1em, 3.25em);
	--varTimelineHeadingFontSize: clamp(1.1em, 2.5vw, 1.25em);
}

/* Direct replacement from FSS CSS for use by PTE */
/*----------------- VERINT COLOURS -start -----------------------------------------------------*/

/*The Verint colour palette provides specific colours that can be used in their primary form, 
as well as in darker shades or lighter tints.*/

/*Verint Blue - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Green - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Orange - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Gray - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Text - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Support - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Backgrounds - Start------------------------------------------------------------------------*/
/*--end--*/
/*CSS Variables used for dark/light theme--------------------------------------------------------------------*/
/*----------------- VERINT COLOURS -end -----------------------------------------------------*/
/* NOT a direct replacement from FSS; use VS Code to compare */

html[data-theme='dark']
{
	--varColorAnchorActive: #85CBFF;
	--varColorAnchorFocus: #0D3E86;
	--varColorAnchorHover: #05CE7C;
	--varColorAnchorVisited: #B0B6BB;
	--varColorBackground: #262A33;
	--varColorBorderMsgNote: #007AFF;
	--varColorBorderPopup: #85CBFF;
	--varColorBreadcrumbs: #B0B6BB;
	--varColorCloseToggler: #85CBFF;
	--varColorDefinitionList: #85CBFF;
	--varColorDIVAttribution: #E1F4FF;
	--varColorDIVBackground: #B0B6BB;
	--varColorDIVParagraphs: #262A33;
	--varColorExpandingText: #85CBFF;
	--varColorHamburgerMenu: #E6E6EC;
	--varColorHeader: #85CBFF;
	--varColorHomepageFAIcons: #B0B6BB;
	--varColorHotSpot: #E1F4FF;
	--varColorSearchPagination: #E6E6EC;
	--varColorSearchURL: #85CBFF;
	--varColorShadow: #B0B6BB;
	--varColorSideNav: #0D3E86;
	--varColorSideNavBorder: #E1F4FF;
	--varColorTableHead: #B0B6BB;
	--varColorTableRowHover: #0D3E86;
	--varColorText: #E6E6EC;
	--varColorULBullets: #E6E6EC;
	--varColorULBulletsWarning: #EE0000;
	--varColorXref: #B0B6BB;
	--varTableRowText: #333333;
	--varBorderColor: #85CBFF;
	--varSubMenu: #85CBFF;
	--varBoxShadow: rgba(205, 205, 162, 0.25) 0px 0.125em 0.3125em -0.0625em, rgba(255, 255, 255, 0.3) 0px 0.0625em 0.1875em -0.0625em;
	--varTextShadow: rgba(50, 50, 93, 0.25) 0px 0.125em 0.3125em, rgba(0, 0, 0, 0.3) 0px 0.0625em 0.1875em;
}

html[data-theme='dark'] img
{
	filter: invert(100%) hue-rotate(180deg);
	mix-blend-mode: screen;
}

html[data-theme='dark'] .micro-content
{
	box-shadow: var(--varBoxShadow);
}

html
{
	--varColorAnchorActive: #0057BF;
	--varColorAnchorFocus: #0057BF;
	--varColorAnchorHover: #0D7F46;
	--varColorAnchorVisited: #5A6675;
	--varColorBackground: #FFFFFF;
	--varColorBorderMsgNote: #0057BF;
	--varColorBorderPopup: #262A33;
	--varColorBreadcrumbs: #0057BF;
	--varColorCloseToggler: #0057BF;
	--varColorDefinitionList: #0057BF;
	--varColorDIVAttribution: #5A6675;
	--varColorDIVBackground: #E6E6EC;
	--varColorDIVParagraphs: #333333;
	--varColorExpandingText: #0057BF;
	--varColorHamburgerMenu: #0057BF;
	--varColorHeader: #0057BF;
	--varColorHomepageFAIcons: #5A6675;
	--varColorHotSpot: #0057BF;
	--varColorSearchPagination: #0057BF;
	--varColorSearchURL: #0057BF;
	--varColorShadow: #262A33;
	--varColorSideNav: #E1F4FF;
	--varColorSideNavBorder: #007AFF;
	--varColorTableHead: #E6E6EC;
	--varColorTableRowHover: #E1F4FF;
	--varColorText: #333333;
	--varColorULBullets: #0057BF;
	--varColorULBulletsWarning: #EE0000;
	--varColorXref: #0057BF;
	--varTableRowText: #333333;
	--varBorderColor: #007AFF;
	--varSubMenu: #007AFF;
	--varBoxShadow: rgba(50, 50, 93, 0.25) 0px 0.125em 0.3125em -0.0625em, rgba(0, 0, 0, 0.3) 0px 0.0625em 0.1875em -0.0625em;
	--varTextShadow: rgba(50, 50, 93, 0.25) 0px 0.125em 0.3125em, rgba(0, 0, 0, 0.3) 0px 0.0625em 0.1875em;
}

html .micro-content
{
	box-shadow: var(--varBoxShadow);
}

/* Notes */
/* !!! Important: These LESS files are NOT a direct replacement and require modification for use by PTE */

/* What's different? Use VS Code to compare! In summary:
	- Renamed Warning to Caution
	- Added privileges note for PTE 
	- Other changes :) */

/*--end of mixins----*/
/*Notification common Online properties for Cautions, Notes, Tips, and Warnings - start -----------------------------*/

div[class^=message]
{
	mc-dita-type: note;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message]::before
	{
		border-radius: 100%;
		break-after: avoid;
		color: #FFFFFF;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: var(--varFontAwesomeFontSize);
		inset-block-start: -0.3em;
		inset-inline-start: clamp(-2.05em, -2.05em, -2em);
		line-height: 1.2;
		position: relative;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message]
	{
		-moz-border-radius: 0.1875em;
		-webkit-border-radius: 0.1875em;
		background: var(--varColorDIVBackground);
		border-radius: 0.1875em;
		display: grid;
		margin-block: 0.25em;
		margin-inline-start: 0em;
		padding-block: 0.625em;
		padding-inline-end: 0.625em;
		padding-inline-start: 0.3125em;
		box-shadow: var(--varBoxShadow);
	}
}

div[class^=message] > p
{
	color: var(--varColorDIVParagraphs);
	orphans: 4;
	page-break-after: auto;
	page-break-before: avoid;
	widows: 3;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px)
{
	div[class^=message] > p
	{
		margin-block-start: 0em;
		margin-inline-start: -2.5em;
		padding-inline: 3em 0.3125em;
	}

	div[class^=message] > p:first-child
	{
		margin-block: -1.65em 0em;
	}

	div[class^=message] > p + ul
	{
		margin-block-start: 0em;
		margin-inline-start: 0.25em;
	}

	div[class^=message] > p + ol
	{
		margin-block-start: 0em;
		margin-inline-start: 0.25em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message] > p
	{
		margin-block-start: 0em;
		margin-inline-start: -3.125em;
		padding-inline: 3em 0.3125em;
	}

	div[class^=message] > p:first-child
	{
		margin-block: -1.65em 0em;
	}

	div[class^=message] > p + ul
	{
		margin-block-start: 0em;
		margin-inline-start: 0.25em;
	}

	div[class^=message] > p + ol
	{
		margin-block-start: 0em;
		margin-inline-start: 0.25em;
	}
}

div[class^=message] > ul
{
	color: var(--varColorDIVParagraphs);
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message] > ul
	{
		margin-block: -1.5em 0em;
		padding-block-start: 0em;
	}
}

div[class^=message] > ol
{
	color: var(--varColorDIVParagraphs);
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message] > ol
	{
		margin-block: -1.5em 0em;
		padding-block-start: 0em;
	}
}

div
{
	/* Div styles for Caution notiifications online and print - start -----------------------------*/
	/* Div styles for Note notiifications online and print - start -----------------------------*/
	/* Div styles for Tip notiifications online and print - start -----------------------------*/
	/* Div styles for Important notiifications online and print - start -----------------------------*/
	/* Div styles for Cloud CR notiifications online and print - start -----------------------------*/
	/* Div styles for Privilege notiifications online and print - start -----------------------------*/
	/* Div styles for Feature Availability notiifications online and print - start -----------------------------*/
	/* Div styles for Related Information online and print - start -----------------------------*/
	/* Div styles for Prerequistes online and print - start -----------------------------*/
	/* Div styles for Postrequistes online and print - start -----------------------------*/
	/* Div styles for workflow online and print - start -----------------------------*/
	/* Div styles to wrap a relationship proxy to show "Related Topics" before the relationship table for print output - start -----------------------------*/
	/* Div styles used in SideNavTopic.flmsp masterpage to contain the build date and time on each page - start -----------------------------*/
	/* Div styles used only in print outputs - start -----------------------------*/
	/* Div styles used only in print outputs - start -----------------------------*/
	/* Div styles used only in print outputs - start -----------------------------*/
	/* Div styles used to group code - start -----------------------------*/
	/* Div styles used only in print outputs for back page copyright information. - start -----------------------------*/
	/* Div styles used only in print outputs for copyright information. - start -----------------------------*/
	/* Div styles used for glossary page definition. - start -----------------------------*/
	/* Div styles used for glossary entry. - start -----------------------------*/
	/* Div styles used for glossary heading. - start -----------------------------*/
	/* Div styles used for glossary term. - start -----------------------------*/
}

div.messageCaution
{
	mc-dita-type: note;
}

div.messageCaution::before
{
	content: "\f06a";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution::before
	{
		break-after: avoid;
		color: #FA6E1E;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution::before
	{
		break-after: avoid;
		color: #FA6E1E;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageCaution
	{
		border-inline-start: solid 2.5em #FA6E1E;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #FA6E1E;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #FA6E1E;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageCaution > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCaution > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCaution > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageCaution > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageCaution > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCaution > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCaution > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageCaution > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution > ul:first-child
	{
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution > ul:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

div.messageNote
{
	mc-dita-type: note;
}

div.messageNote::before
{
	content: "\f05a";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageNote
	{
		border-inline-start: solid 2.5em var(--varColorBorderMsgNote);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageNote > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageNote > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageNote > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageNote > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageNote > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageNote > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageNote > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageNote > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote > ul:first-child
	{
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote > ul:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

div.messageTip
{
	mc-dita-type: note;
}

div.messageTip::before
{
	content: "\f0eb";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip::before
	{
		break-after: avoid;
		color: #09A761;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip::before
	{
		break-after: avoid;
		color: #09A761;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageTip
	{
		border-inline-start: solid 2.5em #09A761;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #09A761;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #09A761;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageTip > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageTip > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageTip > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageTip > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageTip > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageTip > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageTip > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageTip > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip > ul:first-child
	{
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip > ul:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

div.messageImportant
{
	mc-dita-type: note;
}

div.messageImportant::before
{
	content: "\f071";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant::before
	{
		break-after: avoid;
		color: #EE0000;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant::before
	{
		break-after: avoid;
		color: #EE0000;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageImportant
	{
		border-inline-start: solid 2.5em #EE0000;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #EE0000;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #EE0000;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageImportant > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageImportant > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageImportant > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageImportant > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageImportant > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageImportant > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageImportant > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageImportant > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant > ul:first-child
	{
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant > ul:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

div.messageCloudCR
{
	mc-dita-type: note;
}

div.messageCloudCR::before
{
	content: "\f0c2";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageCloudCR
	{
		border-inline-start: solid 2.5em var(--varColorBorderMsgNote);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageCloudCR > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCloudCR > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCloudCR > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageCloudCR > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messageCloudCR > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCloudCR > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCloudCR > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageCloudCR > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > ul:first-child
	{
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > ul:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

div.messagePrivileges
{
	mc-dita-type: note;
}

div.messagePrivileges::before
{
	content: "\f007";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messagePrivileges
	{
		border-inline-start: solid 2.5em var(--varColorBorderMsgNote);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges
	{
		background: #E6E6EC;
		border-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messagePrivileges > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagePrivileges > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagePrivileges > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messagePrivileges > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messagePrivileges > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagePrivileges > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagePrivileges > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messagePrivileges > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > ul:first-child
	{
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > ul:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

div.messagefeatAvailability
{
	mc-dita-type: note;
}

div.messagefeatAvailability::before
{
	content: "\f011";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messagefeatAvailability
	{
		border-inline-start: solid 2.5em var(--varColorBorderMsgNote);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability
	{
		background: #FFFFFF;
		border-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: none 0.5em #FFFFFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability
	{
		background: #FFFFFF;
		border-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: none 0.5em #FFFFFF;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messagefeatAvailability > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagefeatAvailability > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagefeatAvailability > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messagefeatAvailability > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > p
	{
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}

	div.messagefeatAvailability > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagefeatAvailability > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagefeatAvailability > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messagefeatAvailability > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > ul:first-child
	{
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > ul:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > ol:first-child
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

div.relatedInforation
{
	mc-dita-type: note;
}

div.relatedInforation::before
{
	content: 'Related information';
	color: #333333;
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.relatedInforation::before
	{
		break-after: avoid;
		font-size: 1em;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.relatedInforation::before
	{
		break-after: avoid;
		font-size: 1em;
	}
}

div.prereq
{
	mc-dita-type: note;
}

div.prereq::before
{
	content: 'Before you begin';
	color: #333333;
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.prereq::before
	{
		break-after: avoid;
		font-size: 1em;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.prereq::before
	{
		break-after: avoid;
		font-size: 1em;
	}
}

div.postreq
{
	mc-dita-type: note;
}

div.postreq::before
{
	content: 'What\'s next';
	color: #333333;
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.postreq::before
	{
		break-after: avoid;
		font-size: 1em;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.postreq::before
	{
		break-after: avoid;
		font-size: 1em;
	}
}

div.workflow
{
	mc-dita-type: note;
}

div.workflow::before
{
	content: 'Workflow';
	color: #333333;
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.workflow::before
	{
		break-after: avoid;
		font-size: 1em;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.workflow::before
	{
		break-after: avoid;
		font-size: 1em;
	}
}

div.relTable::before
{
	content: 'Related topics';
	color: #333333;
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.relTable::before
	{
		break-after: avoid;
		font-size: 1em;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.relTable::before
	{
		break-after: avoid;
		font-size: 1em;
	}
}

div.ModDate
{
	color: var(--varColorDIVAttribution);
	font-size: 0.75em;
	inline-size: fit-content;
	inset-block-end: 10px;
	inset-inline-end: 10px;
	/* position it on the right for Left to right languages and position it to the left for right to left languages.*/
	padding-block: 1em;
	padding-inline: 1em;
	position: fixed;
	z-index: 999;
}

div.QIGModDate
{
	color: var(--varColorText);
	font-size: 0.75em;
	inline-size: fit-content;
	inset-block-end: 10px;
	inset-inline-start: 10px;
	/* position it on the right for Left to right languages and position it to the left for right to left languages.*/
	padding-block: 1em;
	padding-inline: 1em;
	position: fixed;
	z-index: 999999;
}

div.backcoverFooterTableBody
{
	color: #0D3E86;
	font-size: 1em;
	padding-left: 0.3125em;
	line-height: 1em;
}

div.backcoverFooterTableHead
{
	color: #0D3E86;
	font-size: 1em;
	font-weight: 900;
	padding-left: 0.3125em;
}

div.backcoverFooterTitle
{
	color: #007AFF;
	font-family: 'Open Sans', 'Arial', 'sans-serif';
	font-size: 1.65em;
	font-weight: 900;
	text-align: center;
}

div.codeblock
{
	border: solid 0.0625em #000000;
	font-family: 'Courier New';
	font-size: 1em;
	line-height: 0.55em;
	padding: 1em;
}

div.copyrightBack
{
	color: #000000;
	font-size: 0.5em;
}

div.copyrightBody
{
	font-size: 0.7em;
	margin-bottom: 0.3em;
	margin-left: 0em;
}

@media QRC
{
	div.copyrightBody
	{
		line-height: 1.2;
	}
}

div.description
{
	color: #333333;
	font-size: 0.9em;
}

div.url
{
	color: #05CE7C;
	font-size: 0.9em;
}

div.GlossaryPageDefinition
{
	font-size: 1em;
	margin-left: 4.75em;
	padding: 0 0.25em 0 0;
}

div.GlossaryPageHeading
{
	border: none;
	color: #007AFF;
	font-size: 1.5em;
	margin-left: 3em;
}

div.GlossaryPageTerm
{
	color: #007AFF;
	font-size: 1em;
	margin-left: 4.75em;
}

/* Div styles used in SideNavTopic.flmsp masterpage to contain .contentpanel and .reltablepanel of each topic - start -----------------------------*/

.contentContainer
{
	flex-wrap: wrap;
}

/* Div styles used in SideNavTopic.flmsp masterpage to contain body proxy - start -----------------------------*/

.contentpanel
{
	flex-grow: 1;
	inline-size: -webkit-fill-available;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px)
{
	.contentpanel
	{
		max-inline-size: 100%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1439px)
{
	.contentpanel
	{
		max-inline-size: 75%;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.contentpanel
	{
		max-inline-size: 75%;
	}
}

/* Div styles used in SideNavTopic.flmsp masterpage to contain relationship table proxy  - start -----------------------------*/

.reltablepanel
{
	padding-inline-end: 1em;
	position: sticky;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px)
{
	.reltablepanel
	{
		max-inline-size: 100%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1439px)
{
	.reltablepanel
	{
		max-inline-size: 75%;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.reltablepanel
	{
		max-inline-size: 25%;
	}
}

/* Div styles used for image popup dialog - start -----------------------------*/

.MCPopupContainer
{
	-moz-border-radius: 5px;
	background-color: var(--varColorBackground);
	border-radius: 5px;
	border: solid 1px var(--varColorBorderPopup);
	cursor: pointer;
	padding: 10px;
	position: absolute;
	z-index: 1001;
}

.QIGpanel-content
{
	padding-block: 1em;
	padding-inline: 1em;
	border-radius: 1em;
	margin-block-end: 3em;
	box-shadow: var(--varBoxShadow);
}

#ConfirmSafety
{
	display: none;
}

/* Mixin for styling image floats */
/* Mixin for styling figcaption */
/* Mixin for styling superscript and subscript */
/*--------------END OF MIXINS----------------------*/
/* The <abbr> HTML element represents an abbreviation or acronym. */

abbr
{
	text-transform: uppercase;
}

/* The <address> HTML element indicates contact information for a person or organization. */

address
{
	font-style: italic;
}

/* The <blockquote> HTML element indicates an extended quotation. */

blockquote
{
	margin: 0;
	padding: 15px;
	background: #E6E6EC;
	color: var(--varColorDIVParagraphs);
	border-radius: 5px;
}

blockquote::after
{
	content: '\201D';
}

blockquote::before
{
	content: '\201C';
}

/* The <caption> HTML element specifies the caption of a table for print. For online look at SupportRule.less files*/

@media print, quick-reference, quick-reference_Avaya
{
	caption
	{
		font-size: 0.85em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	caption
	{
		font-size: 0.85em;
	}
}

/* The <figure> HTML element represents self-contained content, potentially with an optional caption. */

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	figure
	{
		margin-inline-start: 0em;
		margin-inline-end: 0em;
		margin-block-end: 1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	figure
	{
		margin: 0 0 1em -0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	figure
	{
		margin: 0 0 1em -0.5em;
	}
}

/* Styling for figure captions. */

figcaption
{
	color: var(--varColorXref);
	padding-block-start: 1em;
	padding-block-end: 1em;
	mc-auto-number-format: 'CF: Figure {chapnum}-{n+}: ';
}

/* The <kbd> HTML element represents user input in response to a program or system prompt. */

kbd
{
	font-family: 'Courier New';
	mc-dita-type: userinput;
	background-color: #F3F3F3;
	border-radius: 3px;
	border: 1px solid #262A33;
	box-shadow: var(--varBoxShadow);
	color: #333333;
	display: inline-block;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 1;
	padding: 2px 4px;
	white-space: nowrap;
}

/* The <samp> HTML element encloses inline text representing sample or quoted output from a computer program. */

samp
{
	font-family: 'Courier New';
	mc-dita-type: systemoutput;
}

span
{
	/* Represents text a user should input in a dialog box. */
	/* Change the font of the selected p element to use the barcode. Used in QRC output to convert part numbers into barcodes.  -----------------------------*/
	/* Represents a divider in breadcrumbs. */
	/* Represents an API name. */
	/* Represents a command name. */
	/* Represents a code block. */
	/* Represents a file path. */
	/* Represents a menu cascade. */
	/* Represents a keyword. */
	/* Represents an operator. */
	/* Represents a keyboard shortcut. */
	/* Represents a UI control. */
	/* Represents a window title. */
}

span.barcode
{
	font-family: 'Code 39-hoch-Logitogo';
	font-size: 1.4em;
}

span.userinput
{
	font-weight: 700;
	mc-dita-type: userinput;
}

span.MCBreadcrumbsDivider
{
	color: #5A6675;
	font-size: 1.25em;
	font-weight: 400;
}

span.apiname
{
	font-family: 'Courier New';
	mc-dita-type: apiname;
}

span.cmdname
{
	font-family: 'Courier New';
	mc-dita-type: cmdname;
}

span.codeblock
{
	font-family: 'Courier New';
	mc-dita-type: codeblock;
}

span.filepath
{
	font-weight: 700;
	mc-dita-type: filepath;
}

span.menucascade
{
	mc-dita-type: menucascade;
}

span.kwd
{
	font-family: 'Courier New';
	mc-dita-type: kwd;
	text-transform: uppercase;
}

span.oper
{
	font-family: 'Courier New';
	mc-dita-type: oper;
}

span.shortcut
{
	font-weight: 900;
	mc-dita-type: shortcut;
	text-decoration: underline;
}

span.uicontrol
{
	font-weight: 900;
	mc-dita-type: uicontrol;
}

span.wintitle
{
	font-weight: 900;
	mc-dita-type: wintitle;
}

/* The <time> HTML element represents a specific period in time. */

time
{
	color: var(--varColorText);
	font-style: italic;
}

/* Set an element alignment for print. For online look at SupportRule.less files*/

@media print, quick-reference, quick-reference_Avaya
{
	.alignstart
	{
		text-align: left;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.alignstart
	{
		text-align: left;
	}
}

/* Set an element alignment for print. For online look at SupportRule.less files*/

@media print, quick-reference, quick-reference_Avaya
{
	.alignend
	{
		text-align: right;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.alignend
	{
		text-align: right;
	}
}

/* Set an element to center aligned online and print. */

.aligncenter
{
	text-align: center;
}

/* Capitalize the first letter of each word. */

.capitalize
{
	text-transform: capitalize;
}

/* Formatting of code snippet block. */

.codeSnippet
{
	border: solid 1px #B0B6BB;
	direction: ltr;
	font-size: 0.75em;
	margin: 1em;
	padding: 1em;
}

/* Set FontAwesome icon size to 3em. */

.fontAwesomeLarge
{
	font-size: 3em;
}

/* Change text to all lowercase. */

.lowercase
{
	text-transform: lowercase;
}

/* Represents the prefix of breadcrumbs. */

.MCBreadcrumbsPrefix
{
	font-weight: 900;
}

.MCBreadcrumbsPrefix + .MCBreadcrumbsSelf
{
	border: none;
	color: var(--varColorBreadcrumbs);
}

/* Represents links in breadcrumbs. */

.MCBreadcrumbsLink
{
	font-weight: 600;
	text-decoration: none;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

.MCBreadcrumbsLink:active
{
	color: var(--varColorAnchorActive);
}

.MCBreadcrumbsLink:visited
{
	color: var(--varColorAnchorVisited);
}

.MCBreadcrumbsLink:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

.MCBreadcrumbsLink:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

/* Represents self-reference in breadcrumbs. */

.MCBreadcrumbsSelf
{
	color: var(--varColorBreadcrumbs);
	font-weight: 600;
}

/* Set a page break after an element. */

.pagebreak
{
	page-break-after: always;
	column-break-after: always;
}

/* Formatting of strikethrough text. */

.strikethrough
{
	text-decoration: line-through;
}

/* Formatting of superscript. */

.superscript
{
	position: relative;
	top: -0.5em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.superscript
	{
		font-weight: 400;
		font-size: 0.9em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.superscript
	{
		font-size: 0.8em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.superscript
	{
		font-size: 0.8em;
	}
}

/* Formatting of subscript. */

.subscript
{
	position: relative;
	top: 0.3em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.subscript
	{
		font-weight: 400;
		font-size: 0.9em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.subscript
	{
		font-size: 0.8em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.subscript
	{
		font-size: 0.8em;
	}
}

/* Change text to all uppercase. */

.uppercase
{
	text-transform: uppercase;
}

/* Split an ordered list or unordered list into a column list. */

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.two-column-list
	{
		column-count: 2;
		column-gap: 2.8em;
		/* Adjust the gap between columns as needed */
	}

	.two-column-list li
	{
		break-inside: avoid;
		/* Prevents column breaks inside list items */
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.two-column-list
	{
		width: 100%;
	}

	.two-column-list > li
	{
		width: 45%;
		/* Adjust the width as needed */
		float: left;
		margin-right: 5%;
		/* Adjust the margin as needed */
		box-sizing: border-box;
		/* Ensures padding and border are included in the width */
	}

	.two-column-list > li:nth-child(2n+1)
	{
		clear: left;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.two-column-list
	{
		width: 100%;
	}

	.two-column-list > li
	{
		width: 45%;
		/* Adjust the width as needed */
		float: left;
		margin-right: 5%;
		/* Adjust the margin as needed */
		box-sizing: border-box;
		/* Ensures padding and border are included in the width */
	}

	.two-column-list > li:nth-child(2n+1)
	{
		clear: left;
	}
}

/* Set an element to the color white. Used in template formatting and not content creation. */

.white
{
	color: #FFFFFF;
}

.MCExpanding_Image_Icon
{
	display: none;
}

/* Prevent number from reversing for RTL languages. */

.dirLTR
{
	unicode-bidi: bidi-override;
	direction: ltr;
}

.updated::before
{
	content: var(--updated);
}

/*Common online properties for Image floats  - start -----------------------------*/

[class^=imagesFloat]
{
	clear: both;
	margin-inline-end: 0.625em;
	padding-block: 0.3125em 0.3125em;
	padding-inline: 0.3125em 0.3125em;
}

/* Div styles to wrap images so they float on the left for left to right languages - start -----------------------------*/

@media print, quick-reference, quick-reference_Avaya
{
	.imagesFloatStart
	{
		float: left;
		margin-right: 0.625em;
		padding: 0.3125em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.imagesFloatStart
	{
		float: left;
		margin-right: 0.625em;
		padding: 0.3125em;
	}
}

/* Div styles to wrap images so they float on the right for left to right languages online and print - start -----------------------------*/

@media print, quick-reference, quick-reference_Avaya
{
	.imagesFloatEnd
	{
		float: right;
		margin-right: 0.625em;
		padding: 0.3125em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.imagesFloatEnd
	{
		float: right;
		margin-right: 0.625em;
		padding: 0.3125em;
	}
}

/* Disable Madcap Flare UI buttons that create inline style. */

b,
i,
u,
sub,
sup
{
	mc-disabled: true;
}

/*-----------------------Mixins---------------------------------*/

a
{
	/*---Formating of  ‘close’ link at bottom of dropdowns and togglers and dropdown style for online output*/
	text-decoration: none;
}

a.dropDownClose,
a.togglerClose
{
	color: var(--varColorCloseToggler);
	display: block;
	font-size: 0.85em;
	font-weight: 700;
	inline-size: fit-content;
	text-decoration: none;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.dropDownClose::after,
a.togglerClose::after
{
	content: "\f106";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	padding: 0 0 1em 0.5em;
}

a.dropDownClose:active,
a.togglerClose:active
{
	color: var(--varColorAnchorActive);
}

a.dropDownClose:visited,
a.togglerClose:visited
{
	color: var(--varColorAnchorVisited);
}

a.dropDownClose:focus,
a.togglerClose:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.dropDownClose:hover,
a.togglerClose:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="true"]
{
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s;
	font-size: var(--varHeadingFontSize);
	margin-block-end: 0.2em;
	color: var(--varColorHotSpot);
	box-shadow: none;
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:hover
{
	text-shadow: var(--varTextShadow);
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="true"]::before
{
	content: "\f068";
	font-family: 'Font Awesome 6 Free Solid';
	position: relative;
	display: inline-block;
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]::before
{
	content: "\f078";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]::before
{
	content: "\2b";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]::before
{
	content: "\f005";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]::before
{
	content: "\e490";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]
{
	font-size: 95%;
	vertical-align: middle;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]::before
{
	content: "\f188";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]
{
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s;
	font-size: var(--varHeadingFontSize);
	margin-block-end: 0.2em;
	color: var(--varColorHotSpot);
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]::before
{
	content: "\2b";
	font-family: 'Font Awesome 6 Free Solid';
	position: relative;
	display: inline-block;
}

/*Use to reset the counter*/

.reset-section
{
	counter-reset: list;
}

div
{
	/*Hide breadcrumbs from mobile view - start------------------------------------*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px)
{
	div.MCBreadcrumbsBox_0
	{
		visibility: hidden;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.MCBreadcrumbsBox_0
	{
		border: none;
		padding-block-end: 0.625em;
		margin-block-end: 0.625em;
		visibility: visible;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.MCRelationshipsProxy_0
	{
		border: none;
	}
}

divMCMiniTocBox_0
{
	border: none;
}

.MCDropDown_Open
{
	padding-inline-start: 0.1em;
}

.MCDropDown_Open .MCDropDownBody
{
	display: inline-block;
	padding-inline-start: 0em;
}

/*Indent body under dropdown to align with dropdown heading - start------------*/

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.MCDropDownBody
	{
		margin-inline-start: 0em;
		overflow: hidden;
	}
}

.dropDownHead
{
	page-break-after: avoid;
	page-break-before: auto;
	text-decoration: none;
	padding-block-start: 0.5em;
}

/*Popup arrow settings - start------------*/

.MCTextPopupArrow
{
	border-bottom-color: #F3F3F3;
	border-bottom-width: 13px;
	border-top: none;
	content: "";
	height: 0;
	left: 50%;
	margin-top: -13px;
	position: absolute;
	top: 0;
	width: 0;
}

/*Remove the background close image to use fontawesome image Remove the background open image to use fontawesome image - start------------*/

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage,
.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIG .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage,
.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIG,
.MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIGDropdown
{
	background-image: none;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none;
}

.MCDropDown_Closed
{
	padding-inline-start: 0.1em;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIGDropdown
{
	background-image: none;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIGDropdown
{
	background-image: none;
}

.MCDropDown .dropDown .dropDownQIG .MCDropDown_Open > .MCDropDownBody
{
	border-inline: 2px solid;
	border-width: 0 1px;
	border-color: #007AFF;
	margin-inline-start: -0.7em;
}

/*---Replace close image with fontawesome icon--------*/

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage
{
	background-image: none;
	color: var(--varColorExpandingText);
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage::after
{
	font-family: 'Font Awesome 6 Free Solid';
	content: "\2b";
	padding: 0 0 0 0;
	display: inline-block;
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:active
{
	color: var(--varColorAnchorActive);
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:visited
{
	color: var(--varColorAnchorVisited);
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

/*---Replace open image with fontawesome icon--------*/

.MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage
{
	background-image: none;
	color: var(--varColorExpandingText);
}

.MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage::after
{
	font-family: 'Font Awesome 6 Free Solid';
	content: "\f068";
	padding: 0 0 0 0;
	display: inline-block;
}

/*---Replace close image with fontawesome icon--------*/

.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage
{
	background-image: none;
	color: var(--varColorExpandingText);
	font-weight: 700;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage::after
{
	font-family: 'Font Awesome 6 Free Solid';
	content: "\f107";
	padding: 0 0 0 0;
	display: inline-block;
}

.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:active
{
	color: var(--varColorAnchorActive);
}

.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:visited
{
	color: var(--varColorAnchorVisited);
}

.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

/*---Replace open image with fontawesome icon--------*/

.MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage
{
	background-image: none;
	color: var(--varColorExpandingText);
}

.MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage::after
{
	font-family: 'Font Awesome 6 Free Solid';
	content: "\f106";
	padding: 0 0 0 0;
	display: inline-block;
}

/* Set the breadcrumbs arrow to point to the right - start ------------------*/

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|breadcrumbsProxy
	{
		border-bottom: none;
		font-size: 0.9em;
		mc-breadcrumbs-prefix: ' ';
		mc-breadcrumbs-divider: ' > ';
	}
}

/*For dropdown remove the images to use fontawesome icons - start------------*/

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|dropDown
	{
		mc-open-image: none;
		mc-closed-image: none;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|dropDown
	{
		margin-left: 0.75em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|dropDown
	{
		margin-left: 0.75em;
	}
}

/*For dropdown body, set the margins - start------------*/

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|dropDownBody
	{
		margin-inline-start: -0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|dropDownBody
	{
		margin-left: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|dropDownBody
	{
		margin-left: -0.25em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|dropDownBody > ol
	{
		margin-inline: -0.5em 0em;
	}
}

/*For dropdown head, set the margins - start------------*/

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|dropDownHead
	{
		margin-left: -1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|dropDownHead
	{
		margin-left: -1em;
	}
}

MadCap|dropDownHotspot.taskIntro,
MadCap|dropDownHotspot.SubTopic,
MadCap|dropDownHotspot.NewFeatures,
MadCap|dropDownHotspot.Fixes,
MadCap|dropDownHotspot.Issues,
MadCap|dropDownHotspot.QIGDropDownHeading
{
	color: #007AFF;
	font-weight: 700;
	margin-left: 0em;
	page-break-after: avoid;
	page-break-before: auto;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|dropDownHotspot.taskIntro,
	MadCap|dropDownHotspot.SubTopic,
	MadCap|dropDownHotspot.NewFeatures,
	MadCap|dropDownHotspot.Fixes,
	MadCap|dropDownHotspot.Issues,
	MadCap|dropDownHotspot.QIGDropDownHeading
	{
		color: var(--varColorHotSpot);
		font-weight: 700;
		margin-inline-start: 0em;
		/*Style an element when it is being clicked.*/
		/*Style an element when it has been visited.*/
		/*Style an element when it receives focus.*/
		/*style an element when hovering over it with a mouse.*/
	}

	MadCap|dropDownHotspot.taskIntro:active,
	MadCap|dropDownHotspot.SubTopic:active,
	MadCap|dropDownHotspot.NewFeatures:active,
	MadCap|dropDownHotspot.Fixes:active,
	MadCap|dropDownHotspot.Issues:active,
	MadCap|dropDownHotspot.QIGDropDownHeading:active
	{
		color: var(--varColorAnchorActive);
	}

	MadCap|dropDownHotspot.taskIntro:visited,
	MadCap|dropDownHotspot.SubTopic:visited,
	MadCap|dropDownHotspot.NewFeatures:visited,
	MadCap|dropDownHotspot.Fixes:visited,
	MadCap|dropDownHotspot.Issues:visited,
	MadCap|dropDownHotspot.QIGDropDownHeading:visited
	{
		color: var(--varColorAnchorVisited);
	}

	MadCap|dropDownHotspot.taskIntro:focus,
	MadCap|dropDownHotspot.SubTopic:focus,
	MadCap|dropDownHotspot.NewFeatures:focus,
	MadCap|dropDownHotspot.Fixes:focus,
	MadCap|dropDownHotspot.Issues:focus,
	MadCap|dropDownHotspot.QIGDropDownHeading:focus
	{
		outline: 3px solid #007AFF;
		/* create an outline for better visibility */
	}

	MadCap|dropDownHotspot.taskIntro:hover,
	MadCap|dropDownHotspot.SubTopic:hover,
	MadCap|dropDownHotspot.NewFeatures:hover,
	MadCap|dropDownHotspot.Fixes:hover,
	MadCap|dropDownHotspot.Issues:hover,
	MadCap|dropDownHotspot.QIGDropDownHeading:hover
	{
		border-radius: 4px;
		/* Rounded corners for better visibility */
		color: var(--varColorAnchorHover);
		font-weight: 700;
		transition: color 1s ease;
		user-select: none;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|dropDownHotspot.taskIntro::before
	{
		color: #007AFF;
		font-family: 'Font Awesome 6 Free Solid';
		content: "\f078" "\0000a0";
		font-weight: 700;
		display: inline-block;
		vertical-align: middle;
		font-size: 95%;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|dropDownHotspot.taskIntro::before
	{
		color: #007AFF;
		font-family: 'Font Awesome 6 Free Solid';
		content: "\f078" "\0000a0";
		font-weight: 700;
		display: inline-block;
		vertical-align: middle;
		font-size: 95%;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|dropDownHotspot.SubTopic::before
	{
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|dropDownHotspot.SubTopic::before
	{
		display: none;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|expandingHead
	{
		color: var(--varColorHotSpot);
		font-weight: 700;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|expanding
	{
		mc-closed-image: none;
		mc-open-image: none;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|toggler
	{
		mc-closed-image: none;
		mc-open-image: none;
	}
}

MadCap|footnote
{
	color: #333333;
}

MadCap|footnoteBlock
{
	font-size: 0.9em;
}

MadCap|footnotesBlock
{
	border: none;
}

MadCap|glossaryProxy
{
	border-top-style: none;
	color: #333333;
	font-size: 1em;
	margin-left: -4.75em;
}

MadCap|indexProxy
{
	border-top-style: none;
	margin-left: -2.37em;
}

MadCap|miniTocProxy
{
	margin-top: 0.3125em;
	mc-leader-align: left;
	mc-leader-format: '.';
	mc-leader-indent: 1em;
	mc-leader-offset: 2em;
	mc-multiline-indent: 0.3125em;
	mc-toc-depth: 2;
	padding-right: 0em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|miniTocProxy
	{
		border-block-start-color: #FA6E1E;
		border-block-start-style: solid;
		border-block-start-width: 0.0625em;
		color: #007AFF;
		display: none;
		padding-block-start: 0;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|miniTocProxy
	{
		border: none;
		display: block;
		padding-top: 0.625em;
		page-break-after: always;
		mc-format: 'inherit';
	}
}

MadCap|relationshipsHeading
{
	margin-bottom: 0em;
	margin-left: -1.5em;
	page-break-after: avoid;
	font-size: 0.95em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|relationshipsHeading
	{
		color: #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading
	{
		color: #333333;
		font-size: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading
	{
		color: #333333;
		font-size: 1em;
	}
}

MadCap|relationshipsHeading.concept
{
	mc-label: 'Concepts';
	margin-bottom: 0.2em;
	margin-left: -1.5em;
	page-break-after: avoid;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|relationshipsHeading.concept
	{
		color: #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.concept
	{
		color: #333333;
		font-size: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.concept
	{
		color: #333333;
		font-size: 1em;
	}
}

MadCap|relationshipsHeading.reference
{
	mc-label: 'References';
	margin-bottom: 0.2em;
	margin-left: -1.5em;
	page-break-after: avoid;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|relationshipsHeading.reference
	{
		color: #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.reference
	{
		color: #333333;
		font-size: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.reference
	{
		color: #333333;
		font-size: 1em;
	}
}

MadCap|relationshipsHeading.task
{
	mc-label: 'Tasks';
	margin-bottom: 0.2em;
	margin-left: -1.5em;
	page-break-after: avoid;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|relationshipsHeading.task
	{
		color: #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.task
	{
		color: #333333;
		font-size: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.task
	{
		color: #333333;
		font-size: 1em;
	}
}

MadCap|relationshipsItem
{
	color: #007AFF;
	font-size: 0.95em;
	mc-leader-align: right;
	mc-leader-indent: 0.3125em;
	mc-leader-offset: 20px;
	mc-pagenum-position: inside;
	padding-left: -3em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|relationshipsProxy
	{
		border-inline-start: solid 0.145em #007AFF;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsProxy
	{
		border-top: solid 1px #007AFF;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsProxy
	{
		display: none;
	}
}

MadCap|tocProxy
{
	border-top-style: none;
	font-size: 1em;
	margin-left: -6em;
	margin-top: 0.3125em;
	mc-leader-indent: 0.625em;
	mc-leader-offset: 0.3125em;
	padding-left: 6.25em;
	padding-top: 0.3125em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|xref
	{
		color: var(--varColorAnchorActive);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|xref
	{
		color: #007AFF;
		mc-format: '{paratext} (page {page})';
		page-break-after: auto;
		page-break-before: auto;
	}

	MadCap|xref.TOCPageNumber
	{
		mc-format: '{page}';
	}

	MadCap|xref.RelLinkPageNumber
	{
		color: #007AFF;
		mc-format: ' (page {page})';
	}

	MadCap|xref.Nopage
	{
		color: #007AFF;
		mc-format: '{paratext}';
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|xref
	{
		color: #007AFF;
		mc-format: '{paratext} (page {page})';
	}

	MadCap|xref.TOCPageNumber
	{
		mc-format: '{page}';
	}

	MadCap|xref.RelLinkPageNumber
	{
		color: #007AFF;
		mc-format: ' (page {page})';
	}

	MadCap|xref.Nopage
	{
		color: #007AFF;
		mc-format: '{paratext}';
	}
}

.popupHead:link
{
	color: var(--varColorHotSpot);
	font-weight: 500;
	text-decoration: underline;
	/*Style an element when it is being clicked.*/
	/*Style an element when it has been visited.*/
	/*Style an element when it receives focus.*/
	/*style an element when hovering over it with a mouse.*/
}

.popupHead:link:active
{
	color: var(--varColorAnchorActive);
}

.popupHead:link:visited
{
	color: var(--varColorAnchorVisited);
}

.popupHead:link:focus
{
	outline: 3px solid #007AFF;
	/* create an outline for better visibility */
}

.popupHead:link:hover
{
	border-radius: 4px;
	/* Rounded corners for better visibility */
	color: var(--varColorAnchorHover);
	font-weight: 700;
	transition: color 1s ease;
	user-select: none;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.xref
	{
		color: var(--varColorAnchorActive);
		cursor: pointer;
		display: inline-block;
		position: relative;
		text-decoration: underline;
		/*Style an element when it is being clicked.*/
		/*Style an element when it has been visited.*/
		/*Style an element when it receives focus.*/
		/*style an element when hovering over it with a mouse.*/
	}

	.xref:active
	{
		color: var(--varColorAnchorActive);
	}

	.xref:visited
	{
		color: var(--varColorAnchorVisited);
	}

	.xref:focus
	{
		outline: 3px solid #007AFF;
		/* create an outline for better visibility */
	}

	.xref:hover
	{
		border-radius: 4px;
		/* Rounded corners for better visibility */
		color: var(--varColorAnchorHover);
		font-weight: 700;
		transition: color 1s ease;
		user-select: none;
	}
}

.popupBody
{
	background-color: #F3F3F3;
	inline-size: fit-content;
	max-inline-size: 65%;
	padding-block: 5px;
	padding-inline: 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	border-radius: 6px;
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|popupBody
	{
		font-size: 0.75em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|popupBody
	{
		font-size: 0.75em;
	}
}

MadCap|popupHead
{
	color: #333333;
	font-weight: 700;
}

MadCap|dropDownHead
{
	page-break-after: avoid;
	page-break-before: auto;
}

MadCap|equation
{
	font-family: 'Cambria Math';
	font-size: 0.85em;
}

MadCap|codeSnippet
{
	color: #333333;
	direction: ltr;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|codeSnippet
	{
		border-block: solid 0.0625em #E6E6EC;
		border-inline: solid 0.0625em #E6E6EC;
		border-radius: 6px;
		margin-block-end: 1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|codeSnippet
	{
		border: solid 1px #E6E6EC;
		border-radius: 1px;
		margin-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|codeSnippet
	{
		border: solid 1px #E6E6EC;
		border-radius: 1px;
		margin-bottom: 0.75em;
	}
}

/* -----------------MADCAP STYLES - end-----------------------------------------------------------------------------*/
/*------LISTS (ordered and unordered) --------------------------------------------*/
/* !!! Important: These LESS files are NOT a direct replacement and requires modification for use by PTE */
/* What's different? Use VS Code to compare! In summary: Renamed note classes to align with PTE */
/* --------------------------DEFINITION LIST STYLES - start -------------------------------------------------------------*/

dl
{
	/* Term Style - start---------------------*/
	/*--end--*/
	/* Description Style - start---------------------*/
	/*--end--*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	dl
	{
		margin-block: 0em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	dl
	{
		margin: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	dl
	{
		margin: 0em;
	}
}

dl dt
{
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	dl dt
	{
		color: var(--varColorDefinitionList);
		padding-block-start: 0.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	dl dt
	{
		color: #007AFF;
		padding-top: 0.25em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	dl dt
	{
		color: #007AFF;
		padding-top: 0.25em;
	}
}

dl dd
{
	text-indent: 0em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	dl dd
	{
		margin-block-start: 0.25em;
		padding-block-end: 0.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	dl dd
	{
		margin-left: 1em;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	dl dd
	{
		margin-left: 1em;
		padding-bottom: 1em;
	}
}

/* ----------------------------DEFINITION LIST STYLES - end ---------------------------------------------------------*/
/* Level 1 Ordered List Styles */

ol
{
	list-style-type: decimal;
	counter-reset: OLLevel1;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol
	{
		margin-block: 0em;
		margin-inline-start: -1.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol
	{
		margin-left: 2.1em;
	}
}

ol li
{
	/* Set the UL and OL margins when located inside a div.*/
	/* Level 2 Ordered List Styles - start-----------------------------------------*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li
	{
		margin-block: 0.25em;
		margin-inline-start: 1em;
		padding-inline-start: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

ol li > p:first-child
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

ol li > p:nth-child(n+2)
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li > div.messageCaution > ul,
	ol li div.messageNote > ul,
	ol li div.messageTip > ul,
	ol li div.messageWarning > ul,
	ol li div.messageCloud > ul,
	ol li div.messagePrivileges > ul,
	ol li div.postreq > ul,
	ol li div.prereq > ul,
	ol li div.workflow > ul,
	ol li div.example > ul
	{
		margin-top: -1em;
	}

	ol li > div.messageCaution > ol,
	ol li div.messageNote > ol,
	ol li div.messageTip > ol,
	ol li div.messageWarning > ol,
	ol li div.messageCloud > ol,
	ol li div.messagePrivileges > ol,
	ol li div.postreq > ol,
	ol li div.prereq > ol,
	ol li div.workflow > ol,
	ol li div.example > ol
	{
		margin-top: 0.65em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li > div.messageCaution > ul,
	ol li div.messageNote > ul,
	ol li div.messageTip > ul,
	ol li div.messageWarning > ul,
	ol li div.messageCloud > ul,
	ol li div.messagePrivileges > ul,
	ol li div.postreq > ul,
	ol li div.prereq > ul,
	ol li div.workflow > ul,
	ol li div.example > ul
	{
		margin-top: -0.75em;
	}

	ol li > div.messageCaution > ol,
	ol li div.messageNote > ol,
	ol li div.messageTip > ol,
	ol li div.messageWarning > ol,
	ol li div.messageCloud > ol,
	ol li div.messagePrivileges > ol,
	ol li div.postreq > ol,
	ol li div.prereq > ol,
	ol li div.workflow > ol,
	ol li div.example > ol
	{
		margin-left: 4.25em;
		margin-top: -0.75em;
	}
}

ol li ol
{
	list-style-type: lower-alpha;
	counter-reset: OLLevel2;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol
	{
		margin-block: 0em;
		margin-inline-start: -1.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol
	{
		margin-left: 2.1em;
	}
}

ol li ol li
{
	/* Set the UL and OL margins when located inside a div.*/
	/* Level 3 Ordered List Styles - start-----------------------------------------*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol li
	{
		margin-block: 0.25em;
		margin-inline-start: 1em;
		padding-inline-start: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

ol li ol li > p:first-child
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

ol li ol li > p:nth-child(n+2)
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li > div.messageCaution > ul,
	ol li ol li div.messageNote > ul,
	ol li ol li div.messageTip > ul,
	ol li ol li div.messageWarning > ul,
	ol li ol li div.messageCloud > ul,
	ol li ol li div.messagePrivileges > ul,
	ol li ol li div.postreq > ul,
	ol li ol li div.prereq > ul,
	ol li ol li div.workflow > ul,
	ol li ol li div.example > ul
	{
		margin-top: -1em;
	}

	ol li ol li > div.messageCaution > ol,
	ol li ol li div.messageNote > ol,
	ol li ol li div.messageTip > ol,
	ol li ol li div.messageWarning > ol,
	ol li ol li div.messageCloud > ol,
	ol li ol li div.messagePrivileges > ol,
	ol li ol li div.postreq > ol,
	ol li ol li div.prereq > ol,
	ol li ol li div.workflow > ol,
	ol li ol li div.example > ol
	{
		margin-top: 0.65em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li > div.messageCaution > ul,
	ol li ol li div.messageNote > ul,
	ol li ol li div.messageTip > ul,
	ol li ol li div.messageWarning > ul,
	ol li ol li div.messageCloud > ul,
	ol li ol li div.messagePrivileges > ul,
	ol li ol li div.postreq > ul,
	ol li ol li div.prereq > ul,
	ol li ol li div.workflow > ul,
	ol li ol li div.example > ul
	{
		margin-top: -0.75em;
	}

	ol li ol li > div.messageCaution > ol,
	ol li ol li div.messageNote > ol,
	ol li ol li div.messageTip > ol,
	ol li ol li div.messageWarning > ol,
	ol li ol li div.messageCloud > ol,
	ol li ol li div.messagePrivileges > ol,
	ol li ol li div.postreq > ol,
	ol li ol li div.prereq > ol,
	ol li ol li div.workflow > ol,
	ol li ol li div.example > ol
	{
		margin-left: 4.25em;
		margin-top: -0.75em;
	}
}

ol li ol li ol
{
	list-style-type: lower-roman;
	counter-reset: OLLevel3;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol li ol
	{
		margin-block: 0em;
		margin-inline-start: -1.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol
	{
		margin-left: 2.1em;
	}
}

ol li ol li ol li
{
	/* Set the UL and OL margins when located inside a div.*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol li ol li
	{
		margin-block: 0.25em;
		margin-inline-start: 1em;
		padding-inline-start: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

ol li ol li ol li > p:first-child
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

ol li ol li ol li > p:nth-child(n+2)
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > div.messageCaution > ul,
	ol li ol li ol li div.messageNote > ul,
	ol li ol li ol li div.messageTip > ul,
	ol li ol li ol li div.messageWarning > ul,
	ol li ol li ol li div.messageCloud > ul,
	ol li ol li ol li div.messagePrivileges > ul,
	ol li ol li ol li div.postreq > ul,
	ol li ol li ol li div.prereq > ul,
	ol li ol li ol li div.workflow > ul,
	ol li ol li ol li div.example > ul
	{
		margin-top: -1em;
	}

	ol li ol li ol li > div.messageCaution > ol,
	ol li ol li ol li div.messageNote > ol,
	ol li ol li ol li div.messageTip > ol,
	ol li ol li ol li div.messageWarning > ol,
	ol li ol li ol li div.messageCloud > ol,
	ol li ol li ol li div.messagePrivileges > ol,
	ol li ol li ol li div.postreq > ol,
	ol li ol li ol li div.prereq > ol,
	ol li ol li ol li div.workflow > ol,
	ol li ol li ol li div.example > ol
	{
		margin-top: 0.65em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > div.messageCaution > ul,
	ol li ol li ol li div.messageNote > ul,
	ol li ol li ol li div.messageTip > ul,
	ol li ol li ol li div.messageWarning > ul,
	ol li ol li ol li div.messageCloud > ul,
	ol li ol li ol li div.messagePrivileges > ul,
	ol li ol li ol li div.postreq > ul,
	ol li ol li ol li div.prereq > ul,
	ol li ol li ol li div.workflow > ul,
	ol li ol li ol li div.example > ul
	{
		margin-top: -0.75em;
	}

	ol li ol li ol li > div.messageCaution > ol,
	ol li ol li ol li div.messageNote > ol,
	ol li ol li ol li div.messageTip > ol,
	ol li ol li ol li div.messageWarning > ol,
	ol li ol li ol li div.messageCloud > ol,
	ol li ol li ol li div.messagePrivileges > ol,
	ol li ol li ol li div.postreq > ol,
	ol li ol li ol li div.prereq > ol,
	ol li ol li ol li div.workflow > ol,
	ol li ol li ol li div.example > ol
	{
		margin-left: 4.25em;
		margin-top: -0.75em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol li ol li ul
	{
		margin-block: 0em;
		margin-inline-start: -2em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li ul
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li ul
	{
		margin-left: 2.1em;
	}
}

/* Level 1 Unordered List Styles */

ul
{
	list-style: none;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul
	{
		margin-block: 0em;
		margin-inline-start: 0.1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul
	{
		margin-left: 2.1em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul.Warning > li::before
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBulletsWarning);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul.Warning > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul.Warning > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul > li::before
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBullets);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #007AFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #007AFF;
	}
}

ul li
{
	/* Set the UL and OL margins when located inside a div.*/
	/* Level 2 Unordered List Styles */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li
	{
		margin-block: 0em;
		margin-inline-start: -1em;
		padding-inline-start: 0.5em;
		display: block;
		align-items: center;
		position: relative;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

ul li > p:first-child
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

ul li > p:nth-child(n+2)
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li > div.messageCaution > ul,
	ul li div.messageNote > ul,
	ul li div.messageTip > ul,
	ul li div.messageWarning > ul,
	ul li div.messageCloud > ul,
	ul li div.messagePrivileges > ul,
	ul li div.postreq > ul,
	ul li div.prereq > ul,
	ul li div.workflow > ul,
	ul li div.example > ul
	{
		margin-top: -1em;
	}

	ul li > div.messageCaution > ol,
	ul li div.messageNote > ol,
	ul li div.messageTip > ol,
	ul li div.messageWarning > ol,
	ul li div.messageCloud > ol,
	ul li div.messagePrivileges > ol,
	ul li div.postreq > ol,
	ul li div.prereq > ol,
	ul li div.workflow > ol,
	ul li div.example > ol
	{
		margin-top: 0.65em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li > div.messageCaution > ul,
	ul li div.messageNote > ul,
	ul li div.messageTip > ul,
	ul li div.messageWarning > ul,
	ul li div.messageCloud > ul,
	ul li div.messagePrivileges > ul,
	ul li div.postreq > ul,
	ul li div.prereq > ul,
	ul li div.workflow > ul,
	ul li div.example > ul
	{
		margin-top: -0.75em;
	}

	ul li > div.messageCaution > ol,
	ul li div.messageNote > ol,
	ul li div.messageTip > ol,
	ul li div.messageWarning > ol,
	ul li div.messageCloud > ol,
	ul li div.messagePrivileges > ol,
	ul li div.postreq > ol,
	ul li div.prereq > ol,
	ul li div.workflow > ol,
	ul li div.example > ol
	{
		margin-left: 4.25em;
		margin-top: -0.75em;
	}
}

ul li ul
{
	list-style: none;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul
	{
		margin-block: 0em;
		margin-inline-start: 0.1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul
	{
		margin-left: 2.1em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul.Warning > li::before
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBulletsWarning);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul.Warning > li::marker
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul.Warning > li::marker
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul > li::before
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBullets);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul > li::marker
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #007AFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul > li::marker
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #007AFF;
	}
}

ul li ul li
{
	/* Set the UL and OL margins when located inside a div.*/
	/* Level 3 Unordered List Styles */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li
	{
		margin-block: 0em;
		margin-inline-start: -1em;
		padding-inline-start: 0.5em;
		display: block;
		align-items: center;
		position: relative;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

ul li ul li > p:first-child
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

ul li ul li > p:nth-child(n+2)
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li > div.messageCaution > ul,
	ul li ul li div.messageNote > ul,
	ul li ul li div.messageTip > ul,
	ul li ul li div.messageWarning > ul,
	ul li ul li div.messageCloud > ul,
	ul li ul li div.messagePrivileges > ul,
	ul li ul li div.postreq > ul,
	ul li ul li div.prereq > ul,
	ul li ul li div.workflow > ul,
	ul li ul li div.example > ul
	{
		margin-top: -1em;
	}

	ul li ul li > div.messageCaution > ol,
	ul li ul li div.messageNote > ol,
	ul li ul li div.messageTip > ol,
	ul li ul li div.messageWarning > ol,
	ul li ul li div.messageCloud > ol,
	ul li ul li div.messagePrivileges > ol,
	ul li ul li div.postreq > ol,
	ul li ul li div.prereq > ol,
	ul li ul li div.workflow > ol,
	ul li ul li div.example > ol
	{
		margin-top: 0.65em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li > div.messageCaution > ul,
	ul li ul li div.messageNote > ul,
	ul li ul li div.messageTip > ul,
	ul li ul li div.messageWarning > ul,
	ul li ul li div.messageCloud > ul,
	ul li ul li div.messagePrivileges > ul,
	ul li ul li div.postreq > ul,
	ul li ul li div.prereq > ul,
	ul li ul li div.workflow > ul,
	ul li ul li div.example > ul
	{
		margin-top: -0.75em;
	}

	ul li ul li > div.messageCaution > ol,
	ul li ul li div.messageNote > ol,
	ul li ul li div.messageTip > ol,
	ul li ul li div.messageWarning > ol,
	ul li ul li div.messageCloud > ol,
	ul li ul li div.messagePrivileges > ol,
	ul li ul li div.postreq > ol,
	ul li ul li div.prereq > ol,
	ul li ul li div.workflow > ol,
	ul li ul li div.example > ol
	{
		margin-left: 4.25em;
		margin-top: -0.75em;
	}
}

ul li ul li ul
{
	list-style: none;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li ul
	{
		margin-block: 0em;
		margin-inline-start: 0.1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul
	{
		margin-left: 2.1em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li ul.Warning > li::before
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBulletsWarning);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul.Warning > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul.Warning > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li ul > li::before
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBullets);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #007AFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45%;
		vertical-align: 80%;
		color: #007AFF;
	}
}

ul li ul li ul li
{
	/* Set the UL and OL margins when located inside a div.*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li ul li
	{
		margin-block: 0em;
		margin-inline-start: -1em;
		padding-inline-start: 0.5em;
		display: block;
		align-items: center;
		position: relative;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

ul li ul li ul li > p:first-child
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > p:first-child
	{
		margin-top: 0em;
		padding-top: 0em;
	}
}

ul li ul li ul li > p:nth-child(n+2)
{
	text-indent: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > div.messageCaution > ul,
	ul li ul li ul li div.messageNote > ul,
	ul li ul li ul li div.messageTip > ul,
	ul li ul li ul li div.messageWarning > ul,
	ul li ul li ul li div.messageCloud > ul,
	ul li ul li ul li div.messagePrivileges > ul,
	ul li ul li ul li div.postreq > ul,
	ul li ul li ul li div.prereq > ul,
	ul li ul li ul li div.workflow > ul,
	ul li ul li ul li div.example > ul
	{
		margin-top: -1em;
	}

	ul li ul li ul li > div.messageCaution > ol,
	ul li ul li ul li div.messageNote > ol,
	ul li ul li ul li div.messageTip > ol,
	ul li ul li ul li div.messageWarning > ol,
	ul li ul li ul li div.messageCloud > ol,
	ul li ul li ul li div.messagePrivileges > ol,
	ul li ul li ul li div.postreq > ol,
	ul li ul li ul li div.prereq > ol,
	ul li ul li ul li div.workflow > ol,
	ul li ul li ul li div.example > ol
	{
		margin-top: 0.65em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > div.messageCaution > ul,
	ul li ul li ul li div.messageNote > ul,
	ul li ul li ul li div.messageTip > ul,
	ul li ul li ul li div.messageWarning > ul,
	ul li ul li ul li div.messageCloud > ul,
	ul li ul li ul li div.messagePrivileges > ul,
	ul li ul li ul li div.postreq > ul,
	ul li ul li ul li div.prereq > ul,
	ul li ul li ul li div.workflow > ul,
	ul li ul li ul li div.example > ul
	{
		margin-top: -0.75em;
	}

	ul li ul li ul li > div.messageCaution > ol,
	ul li ul li ul li div.messageNote > ol,
	ul li ul li ul li div.messageTip > ol,
	ul li ul li ul li div.messageWarning > ol,
	ul li ul li ul li div.messageCloud > ol,
	ul li ul li ul li div.messagePrivileges > ol,
	ul li ul li ul li div.postreq > ol,
	ul li ul li ul li div.prereq > ol,
	ul li ul li ul li div.workflow > ol,
	ul li ul li ul li div.example > ol
	{
		margin-left: 4.25em;
		margin-top: -0.75em;
	}
}

/*------Tables (responsive and sortable) --------------------------------------------*/
/* Direct replacement from FSS CSS for use by PTE */

table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px)
{
	table
	{
		box-shadow: var(--varBoxShadow);
		width: 100% !important;
	}

	table col
	{
		width: 0% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table
	{
		box-shadow: var(--varBoxShadow);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table
	{
		border-collapse: collapse;
		margin: 1em 0;
		width: 100%;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table
	{
		border-collapse: collapse;
		margin: 1em 0;
		width: 100%;
	}
}

table thead th
{
	color: #333333;
	line-height: 1.8;
	background-color: #E6E6EC;
	text-indent: 0em;
}

table thead th > p
{
	margin-block: 0em;
	margin-inline: 0em;
	line-height: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table thead th
	{
		border-inline-start: 1.25px solid #B0B6BB;
		border-block-start: 1.25px solid #B0B6BB;
		border-block-end: 2px solid #007AFF;
		font-size: 1.15em;
		font-weight: 600;
		padding-block-start: 0.25em;
		padding-block-end: 0.25em;
		padding-inline: 0.75em;
		position: relative;
	}

	table thead th:nth-child(n+1)
	{
		border-inline-end: 1.25px solid #B0B6BB;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table thead th
	{
		border-left: 0.5px solid #B0B6BB;
		border-top: 0.5px solid #B0B6BB;
		border-bottom: 2px solid #007AFF;
		font-size: 1em;
		padding: 0.15em 0.15em 0.15em 0.5em;
		text-align: left;
	}

	table thead th:nth-child(n+1)
	{
		border-right: 0.5px solid #B0B6BB;
	}

	table thead th > ol
	{
		margin-left: 2.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table thead th
	{
		font-size: 1em;
		padding: 0.15em 0.15em 0.15em 0.5em;
		text-align: left;
		border-left: 0.5px solid #B0B6BB;
		border-top: 0.5px solid #B0B6BB;
		border-bottom: 1.25px solid #007AFF;
	}

	table thead th:nth-child(n+1)
	{
		border-right: 0.5px solid #B0B6BB;
	}

	table thead th > ol
	{
		margin-left: 2.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table thead tr:last-child
	{
		border-bottom: 3px solid #007AFF;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px)
{
	table thead tr:last-child
	{
		border-bottom: none;
	}
}

table tbody td
{
	vertical-align: top;
	border: 0.5px solid #B0B6BB;
	position: relative;
	text-indent: 0;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table tbody td
	{
		border-block-start: 0.5px solid #B0B6BB;
		padding-block: 0.5em;
		padding-inline: 0.75em 0.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table tbody td
	{
		text-indent: 0;
		padding: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table tbody td
	{
		text-indent: 0;
		padding: 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table tbody tr:hover
	{
		background: #E1F4FF;
		font-weight: 600;
		color: var(--varTableRowText);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table tbody
	{
		border-collapse: collapse;
		margin: 1em 0;
		width: 100%;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table tbody
	{
		border-collapse: collapse;
		margin: 1em 0;
		width: 100%;
	}
}

table tfoot th
{
	color: #333333;
	font-size: 0.83333em;
	line-height: 1.8;
	padding: 15px 14px 13px 14px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

table tfoot tr
{
	border-top: 3px solid #007AFF;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table .button
	{
		bottom: 1px;
		cursor: pointer;
		margin-right: 1px;
		position: relative;
		padding: 4px 6px;
		border: 1px solid #007AFF;
		background: none;
		line-height: 1em;
		border-radius: 3px;
		color: #007AFF;
		font-size: 1em;
		transition: all 0.3s ease-in-out;
		box-shadow: var(--varBoxShadow);
	}

	table .button:hover
	{
		background: #007AFF;
		color: #FFFFFF;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table .button
	{
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table .button
	{
		display: none;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.noborder td
	{
		border: none;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.noborder td
	{
		border: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.noborder td
	{
		border: none;
	}
}

@media (max-width: 768px)
{
	.responsiveTable
	{
		box-shadow: var(--varBoxShadow);
	}

	.responsiveTable td
	{
		border-top: none;
		position: relative;
		padding-inline-start: 50%;
		display: block;
		/*Notification common Online properties for Cautions, Notes, Tips, and Warnings - start -----------------------------*/
	}

	.responsiveTable td:hover
	{
		background-color: #E1F4FF;
		color: #333333;
	}

	.responsiveTable td:hover:before
	{
		color: #666666;
	}

	.responsiveTable td:first-child
	{
		border-top: 0.5px solid #B0B6BB;
	}

	.responsiveTable td::before
	{
		content: attr(data-label);
		display: inline-block;
		color: #666666;
		font-size: 1em;
		font-weight: normal;
		margin-inline-start: -100%;
		text-transform: uppercase;
		width: 100%;
		white-space: nowrap;
	}

	.responsiveTable td > p:first-child
	{
		margin-block-start: -1em;
	}

	.responsiveTable td ~ ol
	{
		margin-block-start: -1em;
	}

	.responsiveTable td ~ ul
	{
		margin-block-start: -1em;
	}

	.responsiveTable td div[class^=message]
	{
		mc-dita-type: note;
	}

	.responsiveTable td div[class^=message]::before
	{
		border-radius: 100%;
		break-after: avoid;
		color: #FFFFFF;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: var(--varFontAwesomeFontSize);
		inset-block-start: -0.3em;
		inset-inline-start: clamp(-2.05em, -2.05em, -2em);
		line-height: 1.2;
		position: relative;
		display: grid;
		margin-block: 0.25em;
		margin-inline-start: 2em;
		margin-block-start: -2.75em;
		padding-block: 0.625em;
		padding-inline-end: 0.625em;
		padding-inline-start: 0.3125em;
	}

	.responsiveTable td div[class^=message] > p:first-child
	{
		margin-block: 0em 0em;
	}

	.responsiveTable td div
	{
		/* Div styles for Caution notiifications online and print - start -----------------------------*/
		/* Div styles for Note notiifications online and print - start -----------------------------*/
		/* Div styles for Tip notiifications online and print - start -----------------------------*/
		/* Div styles for Warning notiifications online and print - start -----------------------------*/
	}

	.responsiveTable td div.messageCaution
	{
		mc-dita-type: note;
		border-inline-start: none;
		border-block-start: solid 2.5em #FA6E1E;
	}

	.responsiveTable td div.messageNote
	{
		mc-dita-type: note;
		border-inline-start: none;
		border-block-start: solid 2.5em var(--varColorBorderMsgNote);
	}

	.responsiveTable td div.messageTip
	{
		mc-dita-type: note;
		border-inline-start: none;
		border-block-start: solid 2.5em #09A761;
	}

	.responsiveTable td div.messageWarning
	{
		mc-dita-type: note;
		border-inline-start: none;
		border-block-start: solid 2.5em #EE0000;
	}

	.responsiveTable tr
	{
		display: block;
	}

	.responsiveTable thead tr
	{
		display: none;
	}

	.responsiveTable tbody td:hover
	{
		font-weight: 600;
	}

	.responsiveTable tbody tr
	{
		box-shadow: var(--varBoxShadow);
		margin-bottom: 20px;
	}

	.responsiveTable tbody tr:last-child
	{
		margin-bottom: 0;
	}

	.responsiveTable tfoot tr
	{
		display: none;
	}
}

@media (max-width: 768px)
{
	.QIGresponsiveTable
	{
		box-shadow: var(--varBoxShadow);
	}

	.QIGresponsiveTable td
	{
		border-top: none;
		position: relative;
		padding-block-start: 1em;
		display: block;
		/*Notification common Online properties for Cautions, Notes, Tips, and Warnings - start -----------------------------*/
	}

	.QIGresponsiveTable td:hover
	{
		background-color: #E1F4FF;
		color: #333333;
	}

	.QIGresponsiveTable td:hover:before
	{
		color: #666666;
	}

	.QIGresponsiveTable td:first-child
	{
		border-top: 0.5px solid #B0B6BB;
	}

	.QIGresponsiveTable td::before
	{
		color: #666666;
		font-size: 1em;
		font-weight: normal;
		margin-inline-start: -100%;
		text-transform: uppercase;
		width: 100%;
		white-space: nowrap;
	}

	.QIGresponsiveTable td > p:first-child
	{
		margin-block-start: -1em;
	}

	.QIGresponsiveTable td ~ ol
	{
		margin-block-start: -1em;
	}

	.QIGresponsiveTable td ~ ul
	{
		margin-block-start: -1em;
	}

	.QIGresponsiveTable td div[class^=message]
	{
		mc-dita-type: note;
	}

	.QIGresponsiveTable td div[class^=message]::before
	{
		border-radius: 100%;
		break-after: avoid;
		color: #FFFFFF;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: var(--varFontAwesomeFontSize);
		inset-block-start: -0.3em;
		inset-inline-start: clamp(-2.05em, -2.05em, -2em);
		line-height: 1.2;
		position: relative;
		display: grid;
		margin-block: 0.25em;
		margin-inline-start: 2em;
		margin-block-start: -2.75em;
		padding-block: 0.625em;
		padding-inline-end: 0.625em;
		padding-inline-start: 0.3125em;
	}

	.QIGresponsiveTable td div[class^=message] > p:first-child
	{
		margin-block: 0em 0em;
	}

	.QIGresponsiveTable td div
	{
		/* Div styles for Caution notiifications online and print - start -----------------------------*/
		/* Div styles for Note notiifications online and print - start -----------------------------*/
		/* Div styles for Tip notiifications online and print - start -----------------------------*/
		/* Div styles for Warning notiifications online and print - start -----------------------------*/
	}

	.QIGresponsiveTable td div.messageCaution
	{
		mc-dita-type: note;
		border-inline-start: none;
		border-block-start: solid 2.5em #FA6E1E;
	}

	.QIGresponsiveTable td div.messageNote
	{
		mc-dita-type: note;
		border-inline-start: none;
		border-block-start: solid 2.5em var(--varColorBorderMsgNote);
	}

	.QIGresponsiveTable td div.messageTip
	{
		mc-dita-type: note;
		border-inline-start: none;
		border-block-start: solid 2.5em #09A761;
	}

	.QIGresponsiveTable td div.messageWarning
	{
		mc-dita-type: note;
		border-inline-start: none;
		border-block-start: solid 2.5em #EE0000;
	}

	.QIGresponsiveTable tr
	{
		display: block;
	}

	.QIGresponsiveTable thead tr
	{
		display: none;
	}

	.QIGresponsiveTable tbody td:hover
	{
		font-weight: 600;
	}

	.QIGresponsiveTable tbody tr
	{
		box-shadow: var(--varBoxShadow);
		margin-bottom: 20px;
	}

	.QIGresponsiveTable tbody tr:last-child
	{
		margin-bottom: 0;
	}

	.QIGresponsiveTable tfoot tr
	{
		display: none;
	}
}

.sortTableArrows
{
	float: right;
	transition: 0.3s ease;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px)
{
	.sortTableArrows
	{
		float: none;
		padding-block: 0.5em;
		position: relative;
		inset-inline-end: 0;
		text-align: center;
	}

	.sortTableArrows button
	{
		inset-block-end: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.sortTableArrows
	{
		float: none;
		padding-block: 2px 0;
		position: relative;
		inset-inline-end: 0;
		text-align: center;
	}

	.sortTableArrows button
	{
		inset-block-end: 0;
	}
}

@media (max-width: 768px)
{
	.sortTable thead th
	{
		border: 1px solid #007AFF;
		border-radius: 4px;
		display: inline-block;
		font-size: 1em;
		line-height: 1;
		margin: 3px 0;
		padding-inline: 0.75em;
		padding-block: 0.5em;
	}

	.sortTable thead tr
	{
		border-bottom: none;
		display: block;
		margin: 10px 0;
		text-align: center;
	}

	.sortTable thead tr:not(:nth-last-child(1))
	{
		display: none;
	}
}

/* highlight color to indicate button is clicked */

.button.highlighted
{
	background-color: #0D3E86;
	color: #FFFFFF;
}

/***************************************************************/
/* Customizations to CSS for PTE, must follow FSS list classes */
/***************************************************************/

/*******************************************
// Minor tweaks to list CSS for PTE content
/*******************************************/

ol li ul li
{
	padding-inline-start: 1em;
}

ol li > p:first-child,
ol li p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ol li > div.codeSnippet,
ul li > div.codeSnippet
{
	margin-top: 1em;
	margin-bottom: 1em;
}

ol li ol li,
ol li ol li > p:nth-child(n+2)
{
	margin-block: 0.5em 0.5em;
}

ul > li::marker,
ul li ul > li::marker,
ul li ul li ul > li::marker
{
	font-size: 35%;
}

ul > li.GlossaryPageEntry::marker
{
	content: unset;
}

ul li > div.GlossaryPageTerm,
ul li > div.GlossaryPageDefinition
{
	margin-top: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol
	{
		padding-left: 0.5em;
	}

	ol li
	{
		margin-top: 0.5em;
	}

	ul li
	{
		margin-block-start: 3em;
	}

	ol li > p:first-child,
	ul li > p:first-child
	{
		margin-top: 0.5em;
	}

	MadCap|codeSnippet
	{
		margin-top: 1em;
		margin-bottom: 1em;
	}

	ul > li::marker,
	ul li ul > li::marker,
	ul li ul li ul > li::marker
	{
		font-size: 35%;
		vertical-align: 35%;
	}

	li div.messageImportant,
	li div.messageCaution,
	li div.messageNote,
	li div.messageTip,
	li div.messageCloudCR,
	li div.messagePrivileges
	{
		padding-top: 1em;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}

	ol li > p:nth-child(n+2),
	ul li > p:nth-child(n+2)
	{
		margin-top: 0.5em;
	}

	ol li div.messageCaution > ul,
	ol li div.messageNote > ul,
	ol li div.messageTip > ul,
	ol li div.messageImportant > ul,
	ol li div.messageCloudCR > ul,
	ol li div.messagePrivileges > ul
	{
		margin-left: 4.5em;
	}
}

/*******************************************
// Mods to DIV CSS for PTE content
/*******************************************/

div[class^=message]::before
{
	font-family: "Font Awesome 6 Free Solid";
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant::before,
	div.messageCaution::before,
	div.messageNote::before,
	div.messageTip::before,
	div.messageCloudCR::before,
	div.messagePrivileges::before
	{
		vertical-align: -1.5em;
	}
}

div.messageImportant,
div.messageCaution,
div.messageNote,
div.messageTip,
div.messageCloudCR,
div.messagePrivileges
{
	background: #E6E6EC;
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant,
	div.messageCaution,
	div.messageNote,
	div.messageTip,
	div.messageCloudCR,
	div.messagePrivileges
	{
		padding: 0em 0.625em 0em 0.625em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant > p,
	div.messageCaution > p,
	div.messageNote > p,
	div.messageTip > p,
	div.messageCloudCR > p,
	div.messagePrivileges > p
	{
		font-size: 8pt;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant ul li,
	div.messageCaution ul li,
	div.messageNote ul li,
	div.messageTip ul li,
	div.messageCloudCR ul li,
	div.messagePrivileges ul li
	{
		margin-block-start: unset;
	}
}

div.messageTip::before
{
	inset-inline-end: 1.95em;
}

div.messageCloudCR::before
{
	inset-inline-end: 2.17em;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.GlossaryPageHeading
	{
		margin-left: 0em;
	}
}

div.workflow::before
{
	display: none;
}

div.messagefeatAvailability
{
	mc-dita-type: note;
	background: var(--FeatAvailability);
	box-shadow: none;
	border-inline-start-color: var(--FeatAvailability);
}

div.messagefeatAvailability::before
{
	color: #0D3E86 !important;
	font-size: larger;
	margin-top: 6px;
	inset-block-start: -0.19em;
}

div.messagefeatAvailability > p
{
	font-weight: 900;
	color: var(--VerintWater);
}

div.MCRelationshipsProxy_0
{
	border-inline-start: 0px none;
	border-block-start: 0px none;
	padding-left: 0px;
	font-size: 1em;
}

div.MCRelationshipsProxy_0::before
{
	content: "Related Topics";
	font-weight: 900;
	font-size: 1em;
}

div.MCRelationshipsProxy_0 p
{
	padding-top: 0em;
}

div.MCRelationshipsProxy_0 p:nth-child(n+3)
{
	padding-top: 0em;
}

MadCap|relationshipsHeading
{
	margin-bottom: 0.2em;
	margin-left: 0em;
	margin-top: 0em;
	font-size: 0.9em;
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading
	{
		margin-left: -20px;
	}
}

MadCap|relationshipsHeading.concept
{
	mc-label: 'Concepts';
	page-break-after: avoid;
	font-size: 1em;
	display: none;
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.concept
	{
		font-size: 10pt;
	}
}

MadCap|relationshipsHeading.reference
{
	mc-label: 'References';
	page-break-after: avoid;
	font-size: 1em;
	display: none;
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.reference
	{
		font-size: 10pt;
	}
}

MadCap|relationshipsHeading.task
{
	mc-label: 'Tasks';
	page-break-after: avoid;
	font-size: 1em;
	display: none;
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsHeading.task
	{
		font-size: 10pt;
	}
}

MadCap|relationshipsItem
{
	font-size: 1em;
	/*    mc-leader-offset: 20px;
    mc-leader-indent: 0.3125em;
    mc-leader-align: right;*/
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	text-decoration: none;
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsItem
	{
		font-size: 10pt;
		color: var(--VerintPrimary);
		text-decoration: none;
		padding-left: -1.75em;
		mc-pagenum-position: inside;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|xref.RelLinkPageNumber
	{
		mc-format: ' (page {page})';
	}
}

MadCap|xref.TOCPageNumber
{
	mc-format: '{page}';
}

.conceptItem_concept_0,
.taskItem_task_0,
.referenceItem_reference_0
{
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsItem
	{
		padding-top: 0.5em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|relationshipsProxy
	{
		border-inline-start: solid 0.145em #007AFF;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsProxy
	{
		border: none;
		padding-bottom: 0em;
		padding-top: -0.75em;
	}

	MadCap|relationshipsProxy::before
	{
		font-weight: 700;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|relationshipsProxy
	{
		display: none;
	}
}

.reltablepanel
{
	padding-inline-end: 1em;
	position: sticky;
}

@media only screen and (min-width: 64em), only screen and (min-width: 85.375em), only screen and (min-width: 120em), only screen and (min-width: 160em)
{
	.reltablepanel
	{
		max-inline-size: 25%;
	}
}

/* Page layouts */

/*******************************************
// Page layouts for page layout elements 
/*******************************************/

/*
*************************************
* Front matter
*************************************
*/

p.AppNote_docRevision
{
	color: #000000;
	font-size: 12pt;
	margin: 0 0 18pt 0;
	padding: 0;
	mc-next-tag: p;
	mc-next-class: docDate;
	mc-hidden: hidden;
}

p.AppNote_docSubtitle
{
	color: #515b61;
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 12pt 0;
	line-height: 1;
	padding: 0;
	orphans: 2;
	mc-next-tag: p;
	mc-next-class: docRevision;
	mc-hidden: hidden;
}

p.AppNote_docTitle
{
	font-size: 24pt;
	font-weight: bold;
	margin: 0 0 14pt 0;
	line-height: 1;
	padding: 0;
	color: var(--VerintPrimary);
	mc-next-tag: p;
	mc-next-class: docSubtitle;
	mc-hidden: hidden;
}

p.AppNote_docFooter,
p.AppNote_docFooterDate
{
	font-size: 10pt;
	margin: 0 0 3pt 0;
	mc-hidden: hidden;
}

p.AppNote_docFooterDate
{
	float: right;
}

p.BodyLegal,
p.BodyLegalAvaya,
p.BodyLegalAvayaARR,
p.BodyLegalAvayaSubtopic,
p.BodyLegalAvayaSubtopic2,
p.BodyLegalHeader,
p.BodyLegalFooter
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0.083in;
	margin-top: 0pt;
	margin-bottom: 6pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	color: #000000;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	mc-next-tag: p;
	mc-next-class: BodyLegal;
	mc-hidden: hidden;
}

@media print, quick-reference, quick-reference_Avaya
{
	table.AvayaCopyright thead th
	{
		border: none !important;
		background-color: #FFFFFF !important;
	}
}

p.BodyLegalAvaya,
p.BodyLegalAvayaARR,
p.BodyLegalAvayaSubtopic,
p.BodyLegalAvayaSubtopic2
{
	margin-bottom: 0;
	font-family: Arial;
	line-height: 10.5px;
	font-size: 7pt;
	mc-hidden: hidden;
}

p.BodyLegalAvayaARR
{
	margin-top: 6pt;
	mc-hidden: hidden;
}

p.BodyLegalAvayaSubTopic,
p.BodyLegalAvayaSubTopic2
{
	margin-top: 6pt;
	margin-bottom: 0;
}

p.BodyLegalHeader,
p.BodyLegalFooter
{
	border-top: solid 1px var(--VerintHorizontalRules);
	border-bottom: solid 1px var(--VerintHorizontalRules);
	padding-top: 3px;
	padding-bottom: 2px;
	mc-hidden: hidden;
}

div.BodyLegalContainer
{
	padding: 20pt;
	mc-hidden: hidden;
}

p.Bodysubtitle
{
	text-align: right;
	font-size: 20pt;
	color: #868684;
	mc-next-tag: p;
	mc-next-class: Bodysubtitle;
	mc-hidden: hidden;
}

p.Bodysubtitle2
{
	font-size: 10pt;
	text-align: right;
	mc-next-tag: p;
	mc-next-class: Bodysubtitle2;
	mc-hidden: hidden;
}

p.BodysubtitleAvaya
{
	margin-top: 0;
	padding-top: 1em 0 0 0;
	font-size: 20pt;
	line-height: 1em;
	mc-next-tag: p;
	mc-next-class: BodysubtitleAvaya;
	mc-hidden: hidden;
}

p.BodytitleAvaya
{
	font-size: 24pt;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 0;
	line-height: 1em;
	mc-next-tag: p;
	mc-next-class: BodysubtitleAvaya;
	mc-hidden: hidden;
}

p.Bodytitlebottom
{
	text-align: right;
	font-size: 10pt;
	mc-hidden: hidden;
}

p.BookTitle
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0.083in;
	margin-top: 0pt;
	margin-bottom: 22pt;
	font-weight: normal;
	font-style: normal;
	font-size: 16pt;
	letter-spacing: 0;
	color: var(--VerintPrimary);
	text-indent: 0px;
	line-height: 19pt;
	text-decoration: none;
	mc-next-tag: p;
	mc-next-class: Bodysubtitle;
	mc-hidden: hidden;
}

p.docDate
{
	color: #FFFFFF;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	mc-hidden: hidden;
}

p.docRevision
{
	color: var(--VerintPrimary);
	font-size: 10pt;
	margin: 0;
	padding: 0.7em 0 0 0;
	line-height: 1em;
	mc-next-tag: p;
	mc-next-class: docDate;
	mc-hidden: hidden;
}

p.docSubtitle
{
	color: var(--VerintPrimary);
	font-size: 22pt;
	margin: 0 0 7pt 0;
	padding: 1em 0 0.5em 0;
	line-height: 1em;
	orphans: 2;
	border-bottom: solid 2px var(--VerintHorizontalRules);
	mc-next-tag: p;
	mc-next-class: docRevision;
	mc-hidden: hidden;
}

p.docTitle
{
	text-align: left;
	margin: 0 0 10pt 0;
	vertical-align: bottom;
	color: var(--VerintPrimary);
	font-size: 26pt;
	line-height: 1em;
	mc-next-tag: p;
	mc-next-class: docSubtitle;
	mc-hidden: hidden;
}

p.FooterCopyright
{
	color: #646A6F;
	font-size: 7pt;
	text-align: center;
	line-height: 11pt;
	margin: 1.12em 0 0 1.12em;
	mc-hidden: hidden;
}

p.GreenRules
{
	text-align: left;
	color: #000000;
	text-indent: 0px;
	line-height: 11pt;
	border-top: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	padding-top: 4pt;
	padding-bottom: 4pt;
	mc-hidden: hidden;
}

p.HeaderFooter1,
p.HeaderFooter2
{
	font-size: 8pt;
	color: #646A6F;
	mc-hidden: hidden;
}

p.HeaderFooter2
{
	text-align: right;
	mc-hidden: hidden;
}

p.Verint-V
{
	color: #B0B6BB;
	font-size: 24pt;
	font-weight: bold;
	line-height: 2;
	padding-top: 0.25em;
	text-align: center;
	mc-hidden: hidden;
}

p.LegalPara
{
	font-family: 'Open Sans', Muli, Arial, sans-serif;
	font-size: 7pt;
	margin: 0;
	padding: 0;
	mc-hidden: hidden;
}

p.AlignLeft
{
	text-align: left;
}

p.ConfidentialStatement
{
	font-weight: bold;
	font-size: 12pt;
}

span.NoColor
{
	color: #000000;
	mc-hidden: hidden;
}

div.AvayaCopyright
{
	width: 100%;
	mc-hidden: hidden;
}

div.AvayaCopyrightCol1
{
	width: 4.05in;
	padding: 0;
	margin: 0;
	float: left;
	mc-hidden: hidden;
}

div.AvayaCopyrightCol2
{
	margin-left: 4.1in;
	padding: 0;
	margin: 0;
	mc-hidden: hidden;
}

/*
*************************************
* Back matter 
*************************************
*/

div.BackTextContainer
{
	padding-top: 4.05in;
	mc-hidden: hidden;
}

div.BackCopyrightContainer
{
	padding-left: 9.25em;
	mc-hidden: hidden;
}

p.Backtext
{
	font-size: 10pt;
	color: #868684;
	line-height: 12pt;
	margin-top: 2pt;
	margin-bottom: 1pt;
	mc-next-tag: p;
	mc-next-class: Backtext;
	mc-hidden: hidden;
}

p.BacktextCompanyName,
p.BacktextURL
{
	text-align: left;
	margin-left: 0in;
	margin-right: 1.25in;
	margin-top: 14pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	letter-spacing: 0;
	color: var(--VerintPrimary);
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	mc-next-tag: p;
	mc-next-class: Backtext;
	mc-hidden: hidden;
}

p.BacktextCompanyName
{
	line-height: 14pt;
	mc-hidden: hidden;
}

p.BacktextURL
{
	font-size: 10pt;
	color: var(--VerintPrimary);
	mc-hidden: hidden;
}

p.BackCopyrightText
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;
	letter-spacing: 0em;
	color: #868684;
	text-decoration: none;
	line-height: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	mc-next-tag: p;
	mc-next-class: BackCopyrightText;
	mc-hidden: hidden;
}

table.AppNoteTitleFooter
{
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	mc-hidden: hidden;
}

/********************************************
* Misc.
/********************************************/

p.fpb_Force_Page_Break
{
	page-break-after: always;
}

p.s_Spacer,
p.spc_Spacer
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	font-size: 2pt;
	letter-spacing: 0;
	color: #FFFFFF;
	text-indent: 0px;
	line-height: 1pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.z_Header
{
	margin-right: 0.01042in;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 0.67em;
	color: #868684;
	line-height: 0.9em;
	mc-hidden: hidden;
}

p.z_Footer
{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 0.67em;
	color: #868684;
	line-height: 0.9em;
	mc-hidden: hidden;
}

p.z_FooterCopyright
{
	text-align: center;
	margin-right: 0.08333in;
	margin-top: 2pt;
	margin-bottom: 0.17em;
	font-weight: normal;
	font-style: normal;
	font-size: 7pt;
	color: #868684;
	line-height: 0.67em;
	mc-hidden: hidden;
}

table.pl-footer
{
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	border-left-style: none;
	border-right-style: none;
	mc-hidden: hidden;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--VerintHorizontalRules);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--VerintHorizontalRules);
}

table.pl-header
{
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--VerintHorizontalRules);
	mc-hidden: hidden;
}

table.pl-footer td,
table.pl-header td
{
	border: none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

@media quick-reference
{
	p.docTitle
	{
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		text-align: left;
		margin: 0;
		padding: 0;
		color: #808080;
		font-weight: normal;
		font-size: 16pt;
		mc-hidden: hidden;
	}

	p.docSubtitle
	{
		text-align: right;
		font-size: 16pt;
		color: #808080;
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		font-weight: normal;
		border-bottom: 0;
		margin: 0;
		padding: 0;
		mc-hidden: hidden;
	}

	p.docTitleQRPage2
	{
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		text-align: center;
		margin: 0;
		vertical-align: bottom;
		color: #808080;
		font-size: 16pt;
		margin-left: 0;
		margin-bottom: 0pt;
		padding-bottom: 2px;
		border-bottom: solid 1px var(--VerintHorizontalRules);
		mc-hidden: hidden;
	}

	p.FooterLeft
	{
		font-size: 8pt;
		color: #808080;
		padding: 0.6em 0 0.6em 0;
		margin: 0;
		text-align: left;
		line-height: 11pt;
		mc-hidden: hidden;
	}

	p.FooterCenter
	{
		text-align: center;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 8pt;
		letter-spacing: 0em;
		color: #0064bc;
		text-indent: 0px;
		line-height: 10pt;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.Version
	{
		text-align: right;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 12pt;
		letter-spacing: 0em;
		color: #000000;
		text-indent: 0px;
		line-height: 13pt;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.Copyright
	{
		text-align: left;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 5pt;
		margin-bottom: 1pt;
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 6pt;
		letter-spacing: 0em;
		color: #000000;
		text-indent: 0px;
		line-height: 7pt;
		text-decoration: none;
		mc-hidden: hidden;
	}

	table.QRGFooter
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		border-left: none;
		border-right: none;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-top-color: #0D3E86;
		border-bottom-color: #0D3E86;
		mc-hidden: hidden;
	}

	td.QRGFooter-td
	{
		vertical-align: center;
		border: none !important;
	}

	p.copyrightFooter
	{
		font-size: 7pt;
		color: #808080;
		padding: 0;
		margin: 0;
		text-align: left;
		line-height: 11pt;
		mc-hidden: hidden;
	}
}

@media quick-reference_Avaya
{
	p.docTitle,
	p.docSubtitle,
	p.docTitleQRPage2
	{
		font-family: Verdana;
		font-weight: normal;
		font-size: 16pt;
		color: #000000;
		margin-bottom: 0pt;
		line-height: 1;
		padding-bottom: 0.75em;
		mc-hidden: hidden;
	}

	p.docSubtitle
	{
		text-align: right;
		margin: 0 0 2em 0;
		border-bottom: 0;
		mc-hidden: hidden;
	}

	p.docTitleQRPage2
	{
		text-align: center;
		margin-top: -1em;
		mc-hidden: hidden;
	}

	p.FooterCenter
	{
		text-align: center;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-family: Verdana;
		font-weight: normal;
		font-style: normal;
		font-size: 8pt;
		letter-spacing: 0em;
		color: var(--VerintPrimary);
		text-indent: 0px;
		line-height: 10pt;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.Version
	{
		text-align: right;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-family: Verdana;
		font-weight: normal;
		font-style: normal;
		font-size: 12pt;
		letter-spacing: 0em;
		color: #000000;
		text-indent: 0px;
		line-height: 13pt;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.Copyright
	{
		text-align: left;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 5pt;
		margin-bottom: 1pt;
		font-family: Verdana;
		font-weight: normal;
		font-style: normal;
		font-size: 6pt;
		letter-spacing: 0em;
		color: #000000;
		text-indent: 0px;
		line-height: 7pt;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.docSubtitle
	{
		text-align: right;
		font-size: 16pt;
		color: #000000;
		font-family: Verdana;
		font-weight: normal;
		margin-bottom: 0pt;
		mc-hidden: hidden;
	}

	table.QRGFooter
	{
		padding-bottom: 4.25em;
		text-align: right;
	}

	td.QRGFooterCell
	{
		vertical-align: middle;
		padding-top: 3pt;
		padding-bottom: 5pt;
		border-top-style: solid;
		border-top-width: 2px;
		border-top-color: var(--AvayaPrimary);
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: var(--AvayaPrimary);
	}

	p.copyrightFooter
	{
		color: #808080;
	}

	p.copyrightQRGFooter1,
	p.copyrightQRGFooter2,
	p.copyrightQRGFooter3
	{
		font-size: 11pt;
		margin: 0;
		padding: 0;
		text-align: right;
		line-height: 11pt;
		color: #808080;
		mc-hidden: hidden;
	}

	p.copyrightQRGFooter2
	{
		font-size: 10pt;
		mc-hidden: hidden;
	}

	p.copyrightQRGFooter3
	{
		font-size: 8pt;
		margin-top: 1em;
		line-height: 1;
		mc-hidden: hidden;
	}
}

/* Xrefs */

/*******************************************
// Xref formats 
/*******************************************/

span.Xref
{
	color: var(--VerintPrimary);
}

MadCap|xref
{
	text-decoration: none;
	color: var(--VerintPrimary);
}

MadCap|xref.AppTitle
{
	mc-format: 'Appendix {chapnum} “{paratext}”';
	color: var(--VerintPrimary);
}

MadCap|xref.AppTitle_w_o_Link
{
	mc-format: 'Appendix {chapnum} “{paratext}”';
}

MadCap|xref.ChapTitle
{
	mc-format: 'Chapter {chapnum} “{paratext}”';
	color: var(--VerintPrimary);
	text-decoration: underline;
}

MadCap|xref.ChapTitle_w_o_Link
{
	mc-format: 'Chapter {chapnum} “{paratext}”';
}

MadCap|xref.Heading_w_o_Page
{
	mc-format: '{color #0075e4}{u}{paratext}{/u}{/color}';
}

MadCap|xref.Heading_And_Page_w_o_Link
{
	mc-format: '{color #000000}{paratext} (' 'page' ' {page}{/color}';
}

MadCap|xref.Heading_w_o_Link
{
	mc-format: '{color #000000}{i}{paratext}{/i}{/color}';
}

MadCap|xref.Heading_w_o_Link_Plain
{
	mc-format: '{color #000000}{paratext}{/color}';
}

MadCap|xref.Step
{
	mc-format: 'step {paranumonly}';
}

MadCap|xref.Step_w_o_Link
{
	mc-format: '{color #000000}Step {paranumonly}{/color}';
}

@media non-print
{
	MadCap|xref
	{
		mc-format: '{paratext}';
	}
}

MadCap|xref,
MadCap|xref.Heading
{
	color: #007AFF;
	margin-bottom: 2pt;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|xref,
	MadCap|xref.Heading
	{
		border-block-end: 0.125em solid #007AFF;
		cursor: pointer;
		display: inline-block;
		position: relative;
		text-decoration: none;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|xref:hover,
	MadCap|xref.Heading:hover
	{
		background-color: #007AFF;
		color: #FFFFFF;
		transform: translateY(0);
		transition: transform 0.25s ease-out;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|xref,
	MadCap|xref.Heading
	{
		mc-format: '{paratext} (page {page})';
		/*mc-format: '{quote}{paratext}{quote} ('@page' {page})';*/
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|xref,
	MadCap|xref.Heading
	{
		mc-format: '{paratext} (page {page})';
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|xref.Nopage,
	MadCap|xref.Heading.Nopage
	{
		border-block-end: 0.125em solid #007AFF;
		cursor: pointer;
		display: inline-block;
		position: relative;
		text-decoration: none;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	MadCap|xref.Nopage:hover,
	MadCap|xref.Heading.Nopage:hover
	{
		background-color: #007AFF;
		color: #FFFFFF;
		transform: translateY(0);
		transition: transform 0.25s ease-out;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	MadCap|xref.Nopage,
	MadCap|xref.Heading.Nopage
	{
		mc-format: '{color #007AFF}{paratext}{/color}';
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	MadCap|xref.Nopage,
	MadCap|xref.Heading.Nopage
	{
		mc-format: '{color #007AFF}{paratext}{/color}';
	}
}

/*--end--*/
/* Tables */
/* Hides table features for the buttons in read more/learn more tables */

table.ReadMore-LearnMore
{
	border: none;
	box-shadow: none;
	width: 100%;
}

table.ReadMore-LearnMore thead,
table.ReadMore-LearnMore tbody,
table.ReadMore-LearnMore td
{
	border: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table.ReadMore-LearnMore tbody tr:hover
	{
		background: none !important;
		font-weight: normal;
	}
}

td
{
	overflow-wrap: break-word;
	word-break: break-word;
}

/* OLH CSS */
/* Skin customizations, unique to PTE */
/* Verint UX font */

/**************
* Font rules *
**************/

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../Open-Sans/open-sans-v27-latin-regular.eot');
	src: local(''), url('../Open-Sans/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../Open-Sans/open-sans-v27-latin-regular.woff2') format('woff2'), url('../Open-Sans/open-sans-v27-latin-regular.woff') format('woff'), url('../Open-Sans/open-sans-v27-latin-regular.ttf') format('truetype'), url('../Open-Sans/open-sans-v27-latin-regular.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */

:root
{
	/*******************************
	* Colors                      *
	*******************************/
	--VerintPrimary: #0075e4;
	--VerintWater: #0d3e86;
	--VerintTertiary: #05ce7c;
	--HelpBorder: #b0b6bb;
	--HelpGlossaryBG: #eeeeee;
	--HelpGlossaryPopupArrow: #dcdcdc;
	--InputBackground: #e1e1e1;
	--HelpWhite: #ffffff;
	--HelpBlack: #000000;
	--HelpSearchHL1: #ffdd33;
	--HelpButton: #666666;
	--HelpFocus: #0596c7;
	/*******************************
	* Fonts                       *
	*******************************/
	--OLHLux: verint_lux;
	--OLHBaseFontFamily: 'Open Sans', Arial, sans-serif;
}

/*******************************************
/* Accessibility 
/*******************************************/

body.access *:focus
{
	outline: 1px solid var(--HelpFocus) !important;
	box-shadow: 0px 0px 10px var(--HelpFocus) !important;
	padding: 3px !important;
}

/*******************************************
/* Anchor-related classes 
/*******************************************/

a,
a:visited,
a:link,
a.MCBreadcrumbsLink,
a.MCBreadcrumbsLink:visited,
a.MCBreadcrumbsLink:link
{
	color: var(--VerintPrimary);
	text-decoration: none;
	font-weight: normal !important;
}

a:hover,
a.MiniTOC1:hover,
a.MCBreadcrumbsLink:hover
{
	color: var(--VerintPrimary);
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.title-bar-layout a.logo
{
	background-size: contain;
}

MadCap|xref
{
	color: var(--VerintPrimary);
	text-decoration: none;
	font-weight: normal !important;
}

MadCap|xref:hover
{
	color: var(--VerintPrimary);
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

div.MCMiniTocBox_0
{
	padding-left: 0;
	padding-top: 0;
}

a.MCDropDownHotSpot
{
	font-weight: normal;
	text-decoration: none !important;
}

a.MCDropDownHotSpot:hover
{
	text-decoration: underline !important;
}

a.MCTextPopupHotSpot
{
	color: var(--HelpBlack) !important;
	font-weight: inherit;
	border-style: dotted 2px;
	border-bottom: dotted 2px;
	border-bottom-color: var(--VerintPrimary);
}

a.MCTextPopupHotSpot:hover
{
	text-decoration: none !important;
	text-indent: 0;
}

tr:hover td p a.MCTextPopupHotSpot
{
	font-weight: 600 !important;
}

/*******************************************
/* Skin borders
/*******************************************/

nav.title-bar
{
	border-top: solid 1px var(--HelpBorder);
}

div.sidenav-layout
{
	border-top: solid 1px var(--HelpBorder);
}

div.body-container
{
	border-left: solid 1px var(--HelpBorder);
	padding-left: 30px;
	padding-right: 30px;
}

/*******************************************
/* breadcrumb/button containers
/*******************************************/

.button-group-container-left,
.breadcrumbs
{
	padding-left: 0;
}

.button-group-container-right
{
	margin-right: 0;
	padding-right: 0;
}

.button.previous-topic-button,
.button.next-topic-button,
.button.remove-highlight-button,
.button.print-button,
.button.feedback-button
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*******************************************
/* Search field
/*******************************************/

input.search-field:hover
{
	background-color: var(--InputBackground);
}

input.search-field:focus
{
	outline: none;
	background-color: var(--HelpWhite);
}

/*******************************************
/* Basic TOC lists
/*******************************************/

li.tree-node:before,
#resultList li:before
{
	content: '' !important;
}

ul.sidenav li,
ul.off-canvas-list li
{
	text-indent: 0;
}

ul.sidenav li a:hover,
ul.off-canvas-list li a:hover
{
	text-decoration: none !important;
}

/*******************************************
/* TOC entry
/*******************************************/

ul.sidenav li a
{
	font-weight: 400;
}

/* Unselected desktop TOC entry */

ul.sidenav ul > li > a,
ul.sidenav ul ul > li > a,
ul.sidenav ul ul ul > li > a,
ul.sidenav ul ul ul ul > li > a
{
	margin-left: 0px;
}

/* h1 TOC entry (chapter title) */

ul.sidenav li > a,
ul.sidenav li > a.selected,
ul.sidenav li > a:focus
{
	padding-left: 2.5em !important;
}

/* h2 TOC entry (t1) */

ul.sidenav ul > li > a,
ul.sidenav ul > li > a.selected,
ul.sidenav ul > li > a:focus
{
	padding-left: 4.5em !important;
}

/* h3 TOC entry  (t2) */

ul.sidenav ul ul > li > a,
ul.sidenav ul ul > li > a.selected,
ul.sidenav ul ul > li > a:focus
{
	padding-left: 6.5em !important;
}

/* h4 TOC entry  (t3) */

ul.sidenav ul ul ul > li > a,
ul.sidenav ul ul ul > li > a.selected,
ul.sidenav ul ul ul > li > a:focus
{
	padding-left: 8.5em !important;
}

/* h5 TOC entry  (t4) */

ul.sidenav ul ul ul ul > li > a,
ul.sidenav ul ul ul ul > li > a.selected,
ul.sidenav ul ul ul ul > li > a:focus
{
	padding-left: 10em !important;
}

/*****************************************
/* TOC icon formatting
/*****************************************/

/* Position icon to left of TOC entries */

.is-accordion-submenu-parent > a span.submenu-toggle-container,
ul.sidenav ul > li > a.selected > span.submenu-toggle-container
{
	left: 5px;
	width: 2em;
	height: 2em;
}

/* Closed TOC parent */

.is-accordion-submenu-parent > a span.submenu-toggle-container
{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	top: -4px;
}

/* Open TOC parent */

.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Leaf node bullet */

li.tree-node.tree-node-leaf:before
{
	content: unset !important;
}

/* TOC entries toggle icons */

ul.sidenav ul > li > a > span.submenu-toggle-container,
ul.sidenav ul > li > a.selected > span.submenu-toggle-container
{
	left: 30px;
}

/* h3 TOC entry (t2) */

ul.sidenav ul ul > li > a > span.submenu-toggle-container,
ul.sidenav ul ul > li > a.selected > span.submenu-toggle-container
{
	left: 55px;
}

/* h4 TOC entry (t3) */

ul.sidenav ul ul ul > li > a > span.submenu-toggle-container,
ul.sidenav ul ul ul > li > a.selected > span.submenu-toggle-container
{
	left: 80px;
}

/* h5 TOC entry (t4) */

ul.sidenav ul ul ul ul > li > a > span.submenu-toggle-container,
ul.sidenav ul ul ul ul > li > a.selected > span.submenu-toggle-container
{
	left: 105px;
}

/*************************************
/* Search results elements
/*************************************/

div.url
{
	display: none;
}

ul#resultList > li
{
	padding-left: 0px;
	text-indent: 0px;
}

ul#resultList > li::marker
{
	content: " ";
}

#resultList h3.title
{
	margin-top: 0;
}

#resultList h3.title a:visited
{
	color: var(--VerintPrimary);
}

/* Search highlighting */

.SearchHighlight
{
	background-color: var(--HelpSearchHL1);
}

/**********************************
/* Glossary
/**********************************/

.MCTextPopupArrow
{
	border-top-color: var(--HelpGlossaryPopupArrow) !important;
}

MadCap|popupBody,
.popupBody
{
	background-color: var(--HelpGlossaryBG);
	padding: 10px;
}

MadCap|glossaryTerm.Popup
{
	mc-term-display: popup;
}

MadCap|glossaryTerm
{
	background-color: transparent;
}

li.GlossaryPageEntry
{
	list-style-type: none;
}

div.GlossaryPageTerm,
li.GlossaryPageTerm,
a.GlossaryPageLink,
li.GlossaryPageEntry,
div.GlossaryPageEntry,
div.GlossaryPageDefinition
{
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0;
}

a.GlossaryPageLink,
a.GlossaryPageLink:hover
{
	color: var(--HelpBlack);
	cursor: text;
	font-weight: bold;
}

a.GlossaryPageLink:hover
{
	text-decoration: none !important;
}

/* Fix bullets */

li.GlossaryPageEntry::before
{
	content: ' ';
}

div.GlossaryPageHeading
{
	text-decoration: none;
	font-size: 20px;
	border-bottom-style: none;
	border-bottom-color: var(--HelpWhite);
	margin-bottom: 0;
	margin-left: 5%;
}

div.GlossaryPageDefinition
{
	margin-bottom: 12pt;
}

#resultList .glossary
{
	padding-top: 7px;
	border-top: solid 1px var(--HelpBorder);
	border-bottom: solid 1px var(--HelpBorder);
	border-left: solid 1px var(--HelpBorder);
	border-right: solid 1px var(--HelpBorder);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

ul.MCGlossaryProxy_0
{
	padding-left: 0;
	margin-left: 0;
}

#resultList .glossary .definition,
#resultList .glossary .term
{
	padding-left: 0em;
	text-indent: 0;
}

MadCap|glossaryProxy
{
	border-top-color: var(--HelpWhite);
	border-top-style: none;
	border-top-width: 0px;
}

/*
***************************
* OLH toolbar custom CSS *
***************************
*/

MadCap|topicToolbarProxy
{
	margin-bottom: 1em;
}

div.button-separator
{
	margin-left: 1.5em;
	margin-right: 1.5em;
}

._Skins_HTML5_SideNav_TopicToolbar.mc-component .button
{
	color: var(--HelpButton);
	font-style: normal;
	font-family: var(--OLHLux);
	font-size: 1.1em;
	padding: 0.15em 0.25em 0.15em 0.25em;
}

._Skins_HTML5_SideNav_TopicToolbar.mc-component .button:hover
{
	color: var(--VerintPrimary);
}

._Skins_HTML5_SideNav_TopicToolbar.mc-component .button:active
{
	color: var(--VerintWater);
}

._Skins_HTML5_SideNav_TopicToolbar.mc-component .button:focus
{
	outline-color: var(--HelpFocus);
}

.remove-highlight-button::before
{
	content: "\e9cd";
}

.previous-topic-button::before
{
	content: "\e84e";
}

.next-topic-button::before
{
	content: "\e83e";
}

.print-button::before
{
	content: "\e84f";
}

.feedback-button::before
{
	content: "\e89d";
}

/*
******************
* Madcap classes *
******************
*/

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: '';
	mc-breadcrumbs-divider: ' | ';
	border-bottom-style: none;
	font-size: 0.9em;
	color: var(--HelpBlack);
	padding-top: 2.75em;
}

MadCap|dropDown
{
	mc-closed-image: url('../Images/triangle_right_online.png');
	mc-open-image: url('../Images/triangle_down_online.png');
	mc-image-position: left;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/triangle_right_online.svg');
	background-size: 5.5px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/triangle_down_online.svg');
	background-size: 12px;
}

MadCap|dropDownBody
{
	margin-left: 0.62em;
	padding-left: 0.62em;
}

MadCap|dropDownHead
{
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	text-decoration: none;
}

MadCap|glossaryTerm
{
	color: var(--VerintPrimary);
	font-weight: normal;
	mc-closed-image: none;
	mc-open-image: none;
}

MadCap|miniTocProxy
{
	border-top-color: var(--HelpBorder);
	margin-left: 0;
	margin-right: 0;
}

MadCap|Toggler
{
	color: var(--HelpBlack);
	text-decoration: none !important;
	margin-top: 1.08em;
	margin-bottom: 0.75em;
	font-weight: normal;
	font-size: 1em;
	mc-closed-image: url('../Images/triangle_right_online.png');
	mc-open-image: url('../Images/triangle_down_online.png');
	mc-image-position: left;
}

/*********************************
/* Media types for tablet/mobile *
/*********************************/

@media only screen and (max-width: 799px)
{
	div.body-container
	{
		border-left: none;
		padding-left: 10px;
		padding-right: 10px;
	}

	div.logo-wrapper
	{
		display: none !important;
	}

	.menu-icon
	{
		top: 35% !important;
	}

	.is-accordion-submenu-parent > a span.submenu-toggle-container
	{
		left: auto;
	}

	.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
	{
		left: auto;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	/* Tablet/mobile TOC */

	ul.off-canvas-list ul > li > a.selected,
	ul.off-canvas-list ul ul > li > a.selected,
	ul.off-canvas-list ul ul ul > li > a.selected,
	ul.off-canvas-list ul ul ul ul > li > a.selected
	{
		border-right-color: var(--VerintPrimary);
		border-right-width: 6px;
		border-right-style: solid;
	}

	.menu > li > a
	{
		padding: 0.5em;
	}
}

/* Metromap styles, unique to PTE */

ul.metromap li
{
	list-style-type: none;
	width: 25%;
	float: left;
	display: inline;
	position: relative;
	height: 70px;
	font-size: small;
	text-align: left;
	line-height: 20px;
	color: #0d3e86;
	padding-bottom: 20px;
}

ul.metromap li:before
{
	width: 20px;
	height: 20px;
	content: counter(step);
	counter-increment: step;
	line-height: 1.25em;
	border: 2px solid #3b72dd;
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 0 auto 5px 0;
	border-radius: 50%;
	background-color: #e96d28;
	color: #ffffff;
}

ul.metromap li.taskCurrent:before
{
	border: 2px solid #3b72dd;
	box-shadow: 0 0 10px 1px #3b72dd;
}

ul.metromap li:after
{
	width: 100%;
	height: 3px;
	content: '';
	position: absolute;
	background-color: #3880ec;
	top: 10px;
	left: 22px;
	z-index: -1;
}

ul.metromap li:last-child:after
{
	content: none;
}

@media non-print
{
	ul.metromap li
	{
		height: 80px;
		font-size: small;
		text-align: left;
		line-height: 20px;
		color: #0d3d86;
		padding-bottom: 20px;
	}
}

/************************************
/* Microcontent
/************************************/

.micro-response h1,
.micro-response h2,
.micro-repsonse h3,
.micro-response h4,
.micro-response h5
{
	margin-top: 0;
	color: var(--HelpHeading);
}

/*
******************************************************
* Base classes (potentially affect everything else)  *
******************************************************
*/

body
{
	font-family: var(--OLHBaseFontFamily);
	font-size: 0.9em;
	mc-hyphenate: never;
	mc-next-tag: p;
	mc-next-class: Body;
}

p,
li
{
	font-size: 1em;
	line-height: 1.25;
	font-family: var(--OLHBaseFontFamily);
}

p
{
	padding-left: 0;
	padding-right: 0;
	mc-next-tag: p;
	mc-next-class: Body;
}

/*
*********************************************************
* Generics, etc. See the skin css for anchors ***********
*********************************************************
*/

a.Heading_w_o_Link_Plain:link,
a.Heading_w_o_Link_Plain:visited,
a.Heading_w_o_Link_Plain:hover,
a.Heading_w_o_Link_Plain:active
{
	color: var(--HelpBlack) !important;
	mc-hidden: hidden;
}

.fa
{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-family: var(--OLHFA);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nobreak
{
	page-break-inside: avoid;
}

/*
***********************************
* Used in the Hub for PTE pages   *
***********************************
*/

div.cta
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	width: 162px;
	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	margin-top: 20px;
	font-family: Arial;
	font-weight: bold;
	background-color: var(--VerintTertiary);
	border: none 1px var(--VerintPrimary);
	color: var(--HelpWhite);
	padding: 2px 0px;
	border-radius: 0px;
}

div.cta:hover
{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	transform: scale(1.01);
	mc-hidden: hidden;
}

a.cta:link
{
	color: var(--HelpWhite);
	text-decoration: none;
	mc-hidden: hidden;
}

a.cta:visited
{
	color: var(--HelpWhite);
	text-decoration: none;
	mc-hidden: hidden;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/****************************
* Workflow styles ****
*****************************/

div.workflow
{
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	height: auto;
	width: fit-content;
	padding-right: 20px;
	border: 2px solid var(--WorkflowBorder);
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-ms-flex-line-pack: flex-start;
}

ul.metromap
{
	counter-reset: step;
	transform: rotate(0deg);
}

/*
******************************
* Table of contents classes  *
******************************
*/

p._0_Appendix_TitleLOP
{
	margin-left: 6.02em;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	color: var(--VerintPrimary);
	text-indent: -96px;
	mc-hidden: hidden;
}

p._0_Appendix_TitleTOC
{
	margin-left: 6.02em;
	margin-top: 0.92em;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.75em;
	color: var(--VerintPrimary);
	text-indent: -96px;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p._0_Chapter_TitleLOP
{
	margin-left: 6.02em;
	margin-top: 1em;
	margin-bottom: 0.25em;
	font-weight: bold;
	color: var(--VerintPrimary);
	text-indent: -96px;
	mc-hidden: hidden;
}

p._0_Chapter_TitleTOC
{
	margin-left: 6.02em;
	margin-top: 0.92em;
	margin-bottom: 0.25em;
	font-weight: bold;
	font-size: 0.75em;
	color: var(--VerintPrimary);
	text-indent: -96px;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p._0_Preface_TitleLOP
{
	margin-left: 6.02em;
	margin-top: 1em;
	margin-bottom: 0.25em;
	font-weight: bold;
	color: var(--VerintPrimary);
	text-indent: -96px;
	mc-hidden: hidden;
}

p._0_Preface_TitleTOC
{
	margin-left: 6.02em;
	margin-top: 0.92em;
	margin-bottom: 0.25em;
	font-weight: bold;
	font-size: 0.75em;
	color: var(--VerintPrimary);
	text-indent: -96px;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p.MiniTOC1
{
	padding-left: 0pt;
	color: var(--VerintPrimary);
	text-decoration: none;
	font-weight: normal;
	mc-hidden: hidden;
}

p.MiniTOC2_0
{
	display: none;
}

p.MiniTOC3_0
{
	display: none;
}

p.t1_Topic_Title1LOP
{
	margin-left: 3em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	font-size: 0.75em;
	mc-auto-number-format: '  ';
	mc-auto-number-position: outside-tail;
	mc-auto-number-offset: 0;
	mc-auto-number-class: TOC_Link;
	text-indent: -7px;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p.t2_Topic_Title2LOP
{
	margin-left: 4.5em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p.t3_Topic_Title3LOP
{
	margin-left: 6.02em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p.t1_Topic_Title1TOC
{
	margin-left: 3em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em;
	mc-auto-number-format: '  ';
	mc-auto-number-position: outside-tail;
	mc-auto-number-offset: 0;
	mc-auto-number-class: TOC_Link;
	text-indent: -7px;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p.t2_Topic_Title2TOC
{
	margin-left: 0.59in;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p.t3_Topic_Title3TOC
{
	margin-left: 4.5em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em;
	line-height: 0.92em;
	mc-hidden: hidden;
}

p.tt_Topic_TypeLOP
{
	margin-left: 6.02em;
	margin-top: 0.17em;
	margin-bottom: 0.33em;
	font-size: 0.75em;
	color: var(--VerintTertiary);
	line-height: 0.92em;
	text-transform: uppercase;
	mc-hidden: hidden;
}

p.sd_Short_DescriptionLOP
{
	margin-left: 6.02em;
	margin-top: 0.17em;
	margin-bottom: 0.33em;
	font-size: 0.75em;
	color: var(--HelpLoP);
	line-height: 0.92em;
	mc-hidden: hidden;
}

/*
*********************
* Heading classes   *
*********************
*/

h1
{
	color: var(--HelpHeading);
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 1.2em;
	padding-left: 0;
	padding-right: 0;
	mc-next-tag: p;
	mc-next-class: sd_Short_Description;
}

h1,
h2,
h3,
h4,
h5,
h1._0_Preface_Title,
h1._0_Chapter_Title,
h1._0_Appendix_Title,
h1.t0_Topic_Title0,
h2.t1_Topic_Title1,
h3.t2_Topic_Title2,
h4.t3_Topic_Title3,
h5.Heading4
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 0;
	mc-next-tag: p;
	mc-next-class: sd_Short_Description;
}

h5,
h5.Heading4
{
	color: var(--HeadingH5);
}

h1._0_Appendix_Title
{
	mc-auto-number-class: hNum;
	mc-next-tag: p;
	mc-next-class: sd_Short_Description;
}

h2
{
	font-size: 1.1em;
	padding-left: 0;
	padding-right: 0;
}

h3,
h4,
h5
{
	padding-left: 0;
	padding-right: 0;
}

h3
{
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 1em;
	color: var(--HelpHeading);
	mc-next-tag: p;
	mc-next-class: sd_Short_Description;
}

p.ph1_Pref_Head1
{
	margin-top: 1.09em;
	margin-bottom: 0.75em;
	font-weight: bold;
	font-size: 0.92em;
	color: var(--VerintPrimary);
	line-height: 1.09em;
}

/*
*******************************
* Image-related classes *******
*******************************
*/

div.EFM_image
{
	float: center;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}

img.icon
{
	display: inline;
	vertical-align: text-top;
}

img.screen,
img.screen_noborder
{
	max-width: 97%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

img.screen
{
	border: solid 1px var(--HelpImageBorder);
}

p.gt_Graphic_Title
{
	margin-top: 1.5em;
	margin-bottom: 0;
	font-weight: bold;
}

div.How_to_clip
{
	width: 90%;
}

img.How_to_clip_img
{
	padding: 1.5em 1em 1.5em 0em;
	vertical-align: middle;
}

/*
************************************
* Paragraph classes ****************
************************************
*/

p.Body,
p.bc_Body_center
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	mc-next-tag: p;
	mc-next-class: Body;
}

p.bc_Body_center
{
	text-align: center;
	margin-right: 0;
}

p.bh_Body_highlight
{
	text-align: center;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	padding-left: 0%;
	background-color: #c0c0c0;
	mc-next-tag: p;
	mc-next-class: Body;
}

p.bb_Body_blue
{
	margin-top: 0;
	margin-bottom: 0.25em;
	color: var(--VerintPrimary);
	mc-next-tag: p;
	mc-next-class: Body;
}

p.byb_Before_you_begin
{
	margin-top: 1em;
	margin-bottom: 0;
	mc-auto-number-format: 'Before you begin';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
	font-weight: bold;
	mc-next-tag: p;
	mc-next-class: Body;
}

p.co1_Command1,
p.co2_Command2,
p.co3_Command3,
p.co4_Command4
{
	font-family: 'Courier New';
	font-size: 11pt;
	line-height: 11pt;
	mc-next-class: co1_Command1;
}

p.co2_Command2
{
	mc-next-class: co2_Command2;
}

p.co3_Command3
{
	mc-next-class: co3_Command3;
}

p.co4_Command4
{
	mc-next-class: co4_Command4;
}

/*Style for Linux commands - input and output*/

p.Commands,
p.m_Machine
{
	word-wrap: break-word;
	font-family: 'Courier New';
	color: var(--HelpBlack);
	display: block;
	mc-next-tag: p;
	mc-next-class: Commands;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.dd_Dropdown
{
	margin-top: 1em;
	margin-bottom: 0.67em;
	font-weight: bold;
}

p.de_DropdownEnd
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.17em;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	line-height: 0.08em;
}

p.ex_Example
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-auto-number-format: 'Example: ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
}

p.GreenRules
{
	margin-top: 0;
	margin-bottom: 0;
	mc-hidden: hidden;
}

/* For commands and indents used under li. */

p.i1_Indent1,
p.co1_Command1
{
	margin-left: 0.3in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: i1_Indent1;
}

p.i3_Indent3,
p.co3_Command3
{
	margin-left: 0.783in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: i3_Indent3;
}

p.i4_Indent4,
p.co4_Command4
{
	margin-left: 0.983in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: i4_Indent4;
}

p.p_Popup
{
	margin-right: 0.08333in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

p.pa_Popup_Append
{
	margin-right: 0.08333in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

p.po_Popup_Only
{
	margin-right: 0.08333in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

p.poa_Popup_Only_Append
{
	margin-right: 0.08333in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

p.pr_Procedure
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-auto-number-format: 'Procedure';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

p.ri_Related_information
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-auto-number-format: 'Related information';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

p.rt_Related_topics
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-auto-number-format: 'Related topics';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

p.sd_Short_Description
{
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

p.st_Subtopic
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
}

p.tp_Topics
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	padding-left: 0;
	mc-auto-number-format: 'Topics';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
}

p.tt_Topic_Type
{
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	font-weight: bold;
	color: var(--VerintTertiary);
	mc-hidden: hidden;
}

p.wf_Workflow
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-next-tag: p;
	mc-auto-number-format: 'Workflow';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

p.wn_What_to_do_next
{
	margin-top: 1em;
	margin-bottom: 0;
	mc-auto-number-format: 'What to do next';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

p.z_CheckBox
{
	margin-top: 0;
	margin-bottom: 0.17em;
	font-family: Wingdings;
	mc-auto-number-format: 'o';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: z_CheckBox;
	mc-hidden: hidden;
}

p.z_CheckMark
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-family: 'Wingdings 2';
	mc-auto-number-format: 'P';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: z_CheckMark;
	mc-hidden: hidden;
}

p.z_Cross
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-family: 'Wingdings 2';
	mc-auto-number-format: 'O';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: z_Cross;
	mc-hidden: hidden;
}

p.ci1_Cell_Indent1
{
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: normal;
	font-style: normal;
	padding-left: 0%;
	mc-next-tag: p;
	mc-next-class: ci1_Cell_Indent1;
	margin-left: 30px;
}

p.i2_Indent2,
p.co2_Command2
{
	margin-left: 0.533in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: i2_Indent2;
}

p.li_List_Introduction
{
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	font-weight: normal;
	font-style: normal;
}

p.sc_Step_Cont
{
	margin-left: 0.3in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: sc_Step_Cont;
}

p.se_Step_example
{
	margin-left: 0.3in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-auto-number-format: 'Example: ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: Body;
}

li > p.se_Step_example
{
	margin-left: 0em;
}

p.sse_Substep_Example
{
	margin-left: 0.533in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-auto-number-format: 'Example: ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: Body;
}

li > p.sse_Substep_Example
{
	margin-left: 0em;
}

/*
*******************************
* Table-related formatting ****
*******************************
*/

table
{
	width: 100% !important;
}

/**************************************************************************/
/* BEGIN legacy table classes; these will soon be removed after migration */
/**************************************************************************/

p.cb_Cell_Body,
p.cb_Cell_Body_center
{
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	font-weight: normal;
	font-style: normal;
	padding-left: 0%;
	mc-next-tag: p;
	mc-next-class: cb_Cell_Body;
	mc-hidden: hidden;
}

p.cb_Cell_Body_center > img,
p.bc_Body_center > img
{
	width: 21px;
	height: 21px;
}

p.cdh_Cell_Doc_Highlight
{
	text-align: center;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	font-style: normal;
	padding-left: 0%;
}

p.cdt_Cell_Doc_Title
{
	text-align: center;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	font-style: normal;
	color: var(--HelpWhite);
	padding-left: 0%;
}

p.ch_Cell_Heading,
p.ch_Cell_Heading_center
{
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	font-style: normal;
	padding-left: 0%;
	mc-next-tag: p;
	mc-next-class: ch_Cell_Heading;
}

p.cb_Cell_Body_center,
p.ch_Cell_Heading_center
{
	text-align: center;
}

p.z_CellBodyBlue
{
	margin-top: 0;
	margin-bottom: 0.25em;
	font-weight: normal;
	font-style: normal;
	color: var(--VerintPrimary);
	mc-next-tag: p;
	mc-next-class: z_CellBodyBlue;
	mc-hidden: hidden;
}

/**************************************************************************/
/* END legacy table classes; these will soon be removed after migration   */
/**************************************************************************/

/*
*********************
* character classes *
*********************
*/

span.Ascii
{
	font-family: 'Courier New';
}

span.Blue
{
	color: var(--VerintPrimary);
}

span.Bold
{
	font-weight: bold;
}

span.bullet1
{
	line-height: 16px;
	font-size: 1.6em;
}

span.Callout
{
	font-size: 0.75em;
	line-height: 0.92em;
}

span.CalloutNumber
{
	font-family: 'Courier New';
}

span.Code
{
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 0.92em;
	line-height: 1.09em;
}

span.Command
{
	font-family: 'Courier New';
	font-weight: bold;
}

span.CommandVariable
{
	font-family: 'Courier New';
	font-weight: bold;
	font-style: italic;
	font-size: 0.92em;
	line-height: 1.09em;
}

span.dash
{
	font-size: 0.92em;
	color: var(--VerintPrimary);
	line-height: 1.09em;
}

span.Disable_Glossary
{
	mc-disable-glossary-terms: true;
}

span.Disable_Glossary_Bold
{
	mc-disable-glossary-terms: true;
	font-weight: bold;
}

span.Disable_Glossary_Emphasis
{
	mc-disable-glossary-terms: true;
	font-style: italic;
}

span.Emphasis
{
	font-style: italic;
}

span.Green
{
	color: var(--HelpGreen);
}

span.Label
{
	font-weight: bold;
}

span.Link
{
	color: var(--VerintPrimary);
	text-decoration: none;
}

span.Red
{
	color: var(--HelpRed);
}

span.ReviewComment
{
	font-family: Arial;
	font-weight: bold;
	font-size: 1.09em;
	color: var(--HelpRed);
	line-height: 1.25em;
}

span.StepNumber
{
	font-weight: bold;
}

span.Superscript
{
	font-size: 0.67em;
	vertical-align: super;
}

span.TOC_Link
{
	font-weight: bold;
	font-size: 0.75em;
	line-height: 0.92em;
	mc-hidden: hidden;
}

span.TOC_Link_NotBold
{
	font-size: 0.75em;
	line-height: 0.92em;
	mc-hidden: hidden;
}

span.TOC_Link9pt
{
	mc-hidden: hidden;
}

span.TOC_Short_Description
{
	font-size: 0.75em;
	color: var(--HelpLoP);
	line-height: 0.92em;
	mc-hidden: hidden;
}

span.TOC_Topic_Type
{
	font-size: 0.75em;
	color: var(--VerintTertiary);
	line-height: 0.92em;
	text-transform: uppercase;
	mc-hidden: hidden;
}

/*
*******************************************
* Font awesome icons, prefixed with "fa_" *
*******************************************
*/

.fa_checkmark:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	mc-next-tag: p;
}

.fa_checksquare:before,
.fa_checksquare_blue:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f14a";
	mc-next-tag: p;
}

.fa_checksquare_blue:before
{
	color: var(--VerintPrimary);
}

.fa_remove:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00d";
	mc-next-tag: p;
}

.fa_square:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c8";
	mc-next-tag: p;
}

.fa_pen_to_square:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f044";
	mc-next-tag: p;
}

.fa_eye:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f06e";
	mc-next-tag: p;
}

.fa_eye_slash:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f070";
	mc-next-tag: p;
}

.fa_cloud:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px;
	color: var(--VerintPrimary);
	line-height: 1;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c2";
	mc-next-tag: p;
}

.fa_building:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px;
	color: var(--VerintPrimary);
	line-height: 1;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1ad";
	mc-next-tag: p;
}

.fa_power_off:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px;
	color: var(--VerintPrimary);
	line-height: 1;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f011";
	mc-next-tag: p;
}

.fa_cube:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px;
	color: var(--VerintPrimary);
	line-height: 1;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1b2";
	mc-next-tag: p;
}

.fa_calendar_days:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px;
	color: var(--VerintPrimary);
	line-height: 1;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f073";
	mc-next-tag: p;
}

/*****************************************
* Code snippet and code output styles ****
******************************************/

div.codeSnippet
{
	background-color: var(--CodeBackground);
	border-left: solid 4px var(--VerintPrimary);
	border-top: solid 1px var(--VerintPrimary);
	border-right: solid 1px var(--VerintPrimary);
	border-bottom: solid 1px var(--VerintPrimary);
}

div.codeSnippetBody
{
	background-color: var(--CodeBackground);
}

ul > li > div.codeSnippet > div.codeSnippetBody
{
	text-indent: 15px;
}

ol > li > div.codeSnippet > div.codeSnippetBody
{
	text-indent: 15px;
}

div.codeSnippetCaption
{
	text-indent: 10px;
}

div.codeOutput
{
	position: relative;
	padding: 10px;
	border: solid 1px var(--CodeOutputBorder);
	font-family: Consolas, Monaco, Courier-New, monospace;
	font-size: 9pt;
}

[class=codeOutput] p
{
	font-family: Consolas, Monaco, Courier-New, monospace;
	font-size: 9pt;
	text-indent: 15px;
}

p.codeOutput
{
	font-family: Consolas, Monaco, Courier-New, monospace;
	font-size: 9pt;
}

MadCap|codeSnippet
{
	background: var(--CodeBackground);
	border-bottom-color: var(--VerintPrimary);
	border-left-color: var(--VerintPrimary);
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-right-color: var(--VerintPrimary);
	border-right-width: 1px;
	border-top-color: var(--VerintPrimary);
	border-top-width: 1px;
	border: solid var(--VerintPrimary);
}

/*
**************
* @media rules *
****************
*/

@media non-print
{
	p.ci1_Cell_Indent1
	{
		margin-left: 0.3in;
	}
}

@media print
{
	p
	{
		font-size: 0.9em;
	}

	h1,
	h2,
	h3
	{
		color: var(--VerintPrimary);
		letter-spacing: 0em;
	}

	h1
	{
		font-size: 1.84em;
		margin-bottom: 10pt;
		line-height: 26pt;
	}

	h2
	{
		font-size: 18pt;
		margin-top: 20pt;
		margin-bottom: 10pt;
		line-height: 1.84em;
	}

	h3
	{
		margin-top: 20pt;
		margin-bottom: 10pt;
		font-size: 1.17em;
		line-height: 17pt;
	}

	a.MCBreadcrumbsLink
	{
		color: var(--BreadCrumbsLink);
	}

	p.ci1_Cell_Indent1,
	p.i1_Indent1
	{
		padding-left: 5%;
		margin-left: 0.3in;
	}

	p.z_CheckMark
	{
		list-style-type: none;
		font-family: 'Wingdings 2';
		display: block;
	}

	MadCap|glossaryTerm
	{
		color: var(--VerintPrimary);
		border-bottom: dotted 1px;
		text-transform: none;
		mc-image-position: none;
		mc-open-image: none;
		mc-closed-image: none;
	}
}

