<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* [Kofax] 2019-Mar-26 MiSm Only add styles that are needed to flip things to RTL. Everything else is in commonltr.css */

body{
	text-align: right;
}
div#wrapper{
border-left:none;
}
nav[role=toc]
{
border-left: 1px solid #f3f3f3;
}

button.contextbutton
{
background: url("../images/rightarrow.png") no-repeat;
left:0;
}
button.toc_toggle_contracted
{
	/* Flip the triangle so it points to the left */
	transform: scaleX(-1);
}
.menu li
{
	margin-right: 10px;
}

.dropdown-menu.example
{
	/* [Kofax] 2017-Nov-03 MAS: Adjust spacing after Example heading. For bug 972973. */
	/*padding: 10px;*/
	padding-left: initial;
	padding-right: 25px;
	text-align: right;
}

button.exampleTitle
{
	text-align: right;
}
button.exampleTitle.collapsed:before{
	/* Flip the triangle so it points to the left */
	display:inline-block;
	transform: scaleX(-1);
	margin-right:0;
	margin-left:6px;
}
.dropdown.example.open button.exampleTitle:before, .dropdown.example.open button.exampleTitle:hover:before, button.exampleTitle:not(.collapsed):before{
	margin-right:0;
	margin-left:6px;
}
button.contextbutton.active
{
left:unset;
right: 0%;
right: 5px;
}
.searchInput.ready::after{
	right:unset;
	left: 27px;
}
.spinner {  
  right: unset;
  left: 30px;
}

ol,
ul,
ol ol,
ol ul
{
margin-left: 0; 
margin-right: 10px; 
}

ol,
ul
{
padding: 0 25px 0 5px;
}

ol li::before, ol ol &gt; li::before, ul ol li::before {
  float: right;
  margin-left:0;
  margin-right: -30px; 
}

/* [Kofax] 2017-Nov-06 MAS: Change substeps to lower-case letters. For bug 838469. */
ol ol &gt; li::before {
  margin-right: -30px;
}

/* [Kofax] 2017-Feb-02 MAS: Add numbered lists after bulleted items. For bug 842497. */
ul ol li::before { 
  margin-right: -20px; 
}

table ol,
table ul
{
margin-left: 0; 
margin-right: 5px; 
}

th
{
text-align: right;
}

table pre
{
	margin-right: 10px;
	margin-left: -10px;
}

dt.dl_wrap
{
	float: right;
	margin-left: 5px;
	margin-right: 12px;	
	padding-right: 5px;
	padding-left: 0;
}

dd
{
	margin-left: 0;
	padding-left: 0;
	margin-right: 12px;
	padding-right: 5px; 
}

caption
{
	text-align: right; 
}
.dropdown-menu.tips p.search_info
{
	text-align: right;
}

.dropdown-menu.tips ul
{
	padding-left: 0;
	padding-right: 10px; 
	text-align: right;
}
.body-content.tocopen{
 /*prevent text from shifting when toc opens */
 margin:0 1px 0 0;
}
.toggle-highlight{
	float:left;
}</pre></body></html>