﻿/***************************Confidential and Proprietary************************
* File Name: font-ar.css
********************Copyright (c) Hyland Software, Inc. 1992-2022********************/
/*

    NOTE: This file is not used by the web client, but it is linked to by other projects

*/


/* Set RTL directionality on web page. Used to support Arabic. 
   Should only be used in RTL locales.
*/

/* RTL override (start)*/
html
{
    direction: rtl;
    unicode-bidi: embed;
}

/* Flip image horizontally to work in RTL interface. 
   Should only be used in RTL locales. */
.rtl-flip-horizontal
{
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    /* IE */
    -ms-filter: FlipH;
    filter: FlipH;
}

.rtl-text-align
{
	text-align: right;
}

/* Set base direction to LTR. Equivalent to dir="ltr" on an HTML element.
   Should only be used in RTL locales. */
.bidi-embed-ltr
{
    direction: ltr;
    unicode-bidi: embed;
}

/* Set base direction to RTL. Equivalent to dir="rtl" on an HTML element.
   Should only be used in RTL locales. */
.bidi-embed-rtl 
{
    direction: rtl;
    unicode-bidi: embed;
}

/* Force LTR. Equivalent to <bdo dir="ltr">. Overridees BiDi algorithm.
   Should only be used in RTL locales. */
.bidi-force-ltr 
{
    direction: ltr;
    unicode-bidi: bidi-override;
}

/* Force RTL. Equivalent to <bdo dir="rtl">. Overridees BiDi algorithm.
   Should only be used in RTL locales. */
.bidi-force-rtl 
{
    direction: rtl;
    unicode-bidi: bidi-override;
}

body
{
    font-size: 13px;
    font-family: Arial, "Times New Roman", Sans-Serif;
}

.ActiveSelect .Unselected,
.ActiveSelect .Selected,
.ActiveSelect .Input,
.ActiveSelect .TypeAhead
{
    font-size:12px;
}

input,
select,
textarea,
button
{
    font-family: inherit;
    font-size: 14px;
}

.tabSelected,
.tabUnselected
{
    font-size: 15px;
}

.heading
{
	font-size: 15px;
}

.header 
{  
	font-size: 15px;
}

.largeHeading
{
	font-size: 17px;
}

.PopupMenu.mainMenu
{
	font-size:   15px;
}

.PopupMenu.subMenu
{
	font-size:   14px;
}

.TopLevelItemStyle
{
	font-size: 14px;
}

.SubMenuItemStyle
{
	font-size: 14px;
}

.toolbar
{
	font-size: 14px;
	font-family: Arial;
}

.dktTabs .ajax__tab_inner
{
    font-size:11px;
}

#idol div.count
{
    font-size: 90%;
}

.miniButton 
{
    font-size: 10px;
}

.UserNameFontSize
{
    font-size:13px;
}