/* Scroll page button styles (ToggleButton) */
.ChooseColorButton {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BBBBBB #BBBBBB #A0A0A0;
    /* border-radius: 3px 3px 3px 3px; */
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: small;
    margin: 0;
    padding: 5px 7px;
    text-decoration: none;
}
.formContextMenu .menuItemTextStyle {
    font-size: 9pt;
    /* text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); */
}

.formContextMenu .menuItemKeyStyle {
    font-size: 10px;
}
.formContextMenu .menuItemGroupHeaderStyle 
{
    color: black;
    font-size: 10px;
}
.menuItemCellStyle {
    float: right;
    width: 100%;   
}    

.menuItemImageStyle_rtl
{
    width: 20px;
    height: 0px;
    padding-left: 4px;
}
.subMenuBarStyle {
	float: right;	
}
.menuItemKeyStyle_rtl  {    
    text-align: left;
    direction: ltr;
    padding-right: 5px;
    font-size: 10px; 
    color: var(--primary-color-700);
    font-family: var(--main-font-family);
}
.menuItemKeyStyle {    
    text-align: right;
    direction: ltr;
    padding-left:5px;
    font-size: 10px; 
    color: var(--primary-color-700);
    font-family: var(--main-font-family);
}
.menuItemDesc0  
{
    min-width: 30px;
}
.menuItemDesc01
{
    min-width: 165px;
    max-width: 200px;
    font-weight: bold;
}
.menuItemDesc10 {
    min-width: 165px;
    max-width: 200px;
}
.menuItemDesc2 {
    max-width: 85px;
    color: Red;
}

.inputDialogTextBoxStyle {
	line-height: 20px;
    padding: 2px 3px;
    border-radius: 4px;
    border: 1px solid #b3c3c9;
}

.inputDialogTextBoxStyle:hover {
	border-color: var(--primary-color-500);
}

.inputDialogTextBoxStyle:focus {
	border-color: var(--primary-color-500);
}

.IconCell_1 {
    vertical-align: top ;
	padding-left:1px;
}
.inputDialogLabelStyle {
    height: 24px;
    /* margin-bottom: 6.5px; */
    margin-right:5px;
    margin-top: 2px;
    margin-bottom: 5px;
}
.inputDialogLabelStyle_rtl {
    height: 24px;
    margin-left:5px;
    margin-top: 3px;
    margin-bottom: 4px;
}
.inputDialogChoose
{    
    width: 280px;
}
.inputDialogListBoxStyle
{
    width: 32px;  
	height:24px;
    font-family: Arial;
	margin-left: 0px;
	border: 1px solid #222e37;
}

.inputDialogListBoxStyle:hover{
	border-color: var(--primary-color-500);
}
 
.inputDialogListBoxStyle:disabled{
	border-color: #b3c3c9;
}
.inputDialogListBoxStylePR
{
    width: 32px;   
    height:24px;
	padding-right: 1px;
    font-family: Arial;
	margin-left: 5px;
	border-color: #222e37;
}

.inputDialogListBoxStyleSingleCharP {
    width: 32px;  
	height:26px;
    padding-left: 7px;
    font-family: "Rubik", sans-serif;
	margin-right: 7px;
	border: 1px solid var(--secondary-color-400);
    border-radius: 4px;
}

html[dir="rtl"] .inputDialogListBoxStyleSingleCharP {
    padding-right: 7px;
    padding-left: unset;
    margin-left: 5px;
    margin-right: unset;
}

.inputDialogListBoxStylePR:hover{
	border-color: var(--primary-color-500);
}
 
.inputDialogListBoxStylePR:disabled{
	border-color: #b3c3c9;
}

.inputDialogListBoxStylePL
{
    width: 32px;  
	height:24px;	
    /*padding-left: 5px; ORIT*/
    font-family: Arial;
	margin-right:7px;
	border: 1px solid #222e37;
}

.inputDialogListBoxStyleSingleCharP:hover {
	border-color: var(--primary-color-500);
}


.inputDialogListBoxStyleSingleCharP:disabled {
  	border-color: #b3c3c9;
}

.inputDialogCheckBoxStyle label
{
    top: -2px;
    height: 29px;   
    display: inline-block;
    position: relative;
	padding: 0px 5px 0px 5px; /*ORIT*/
}
.inputDialogRadioButtonStyle
{
    height: 24px;   
	padding-left:15px;/*ORIT*/
	padding-right:15px;/*ORIT*/
	
}
.inputDialogRadioButtonStyle label{
	padding-left:5px;/*ORIT*/
	padding-right:5px;/*ORIT*/
}
.scrollpageselector_panelstyle {
vertical-align: middle;
border-spacing: 2px 0px; /* Aharon, 3/11/2014 */
	/* overflow: hidden; *//* Aharon, 3/11/2014 */
}
.scrollpageselector_buttonstyle {
	overflow: hidden;		
}
.priinputdlg_gridstyle {
	border-spacing: 5px;
}
.priinputdlg_textareastyle {
	max-width: 550px;
	width: 100%;
	overflow: auto;
	padding: 0 20px;	
}

.PriInputDlgInputRow{
	position: relative;
}

.Pdng_M {
    padding:16px;
}

.dialogContent_inner.Pdng_M {
	padding: 16px 0;
}

.fileFrameStyle{
    max-height:595px;
    max-width: 697px;
    height: 57.5vh;
    width: 36.5vw;
}
/* System Icons - FileIcons.svg */

.iconStyle {
	display:none;
}
.iconDoc #doc{
	display:inline;
}
.iconXls #xls{
	display:inline;
}
.iconMsg #msg{
	display:inline;
}
.iconPic #pic{
	display:inline;
}
.iconTxt #txt{
	display:inline;
}
.iconFolder #folder{
	display:inline;
}
.iconCommon #common{
	display:inline;
}
.iconPdf #pdf{
	display:inline;
}
.iconPpt #ppt{
	display:inline;
}
.MenuImageHtmlStyle 
{
    height: 14px;
    width: 20px;
    margin-top:-4px;
}
input::-ms-clear {
    display: none;
}
.columnDlgImageStyle 
{
    padding-right: 6px;    
}
.columnDlgImageStyle_rtl
{
    padding-left:6px;
}
.designArwFrm {
	padding:8px 7px 6px 8px;
}
.ExcelRprtGen_Contnt {
	height: 120px; 
	min-width: 286px;
	margin-bottom:13px;
/*	padding-top: 3px;
	padding-left:6px;
	padding-right:6px;	ORIT*/
	BORDER: 1PX SOLID #b3c3c9;
}
.ExcelRprtGen_Contnt option 
{
    padding: 1px 2px;
}
.ChooseLabelButton {
    overflow: hidden;
    white-space: nowrap;
    height: 22px;
    min-height: 22px;
}

.ChooseLabelButton.formQueryDlgHeader {
	font-family: var(--main-font-family);
	color: var(--primary-color-700);
}
.ChooseLabelButton::-moz-focus-inner {
    border: 0;
}
.CurntColor{
    margin-bottom:10px;
    margin-top:5px; 
    border:#fff 2px solid;
    outline:#aaa 1px solid;
}
.linkImage
{
    margin-top: 5px;
    margin-left: 5px;
}
.linkImage_rtl
{
    margin-top: 5px;
    margin-right: 5px;
}
.unselectable {
 -moz-user-select: -moz-none;
 -khtml-user-select: none;
 -webkit-user-select: none;
 -o-user-select: none;
 user-select: none;
}
.inputDialogTextBoxStyleMobile
{
    margin-bottom: 3px;
}
.inputDialogLabelStyleMobile {
    margin-top: 1px;
    margin-bottom: 0px;
}
.inputDialogCheckBoxStyleMobile label {
    height: 22px;
}
/* Aharon, 30/10/2014 vvv - Scrollbar fill */
.VertScrollPattern:not(:hover),
.HorzScrollPattern:not(:hover)
{
	fill: #596c76;
}
.VertScrollPattern:hover,
.HorzScrollPattern:hover
{
	fill: var(--primary-color-500);
}
.reconFormsPanel .VertScrollPattern:not(:hover)
{
	fill: #e2e9ec;
    stroke: #5a6d76;
}
.reconFormsPanel rect
{
	fill: #aabec7;
}

.reconFormsPanel svg path[d="m0,4l3.5,-4l3.5,4l-7,0z"],
.reconFormsPanel svg path[d="m0,5l3.5,4l3.5,-4l-7,0z"]
{
	display: none;
}
/* Aharon, 30/10/2014 ^^^ */

.privTreeChecked:before
{
	content: "\2714";
	border: 2px solid black;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: 3px;
	color:black;
	background-color:lightgray;
}

.privTreeNotChecked:before
{
	content: "\2714";
	border: 2px solid black;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: 3px;
	color:lightgray;
	background-color:lightgray;
}

.pwdDlgUserTextbox
{
    width: 200px;
    margin: 5px 20px 0px 5px;
    height: 21px;
}
.pwdDlgPwdTextbox
{
    width: 200px;
    margin: 5px 20px 5px 5px;
    height: 21px;
    text-align: left;
}
.pwdDlgUserLabel
{
    margin: 5px 5px 0px 0px;
}
.pwdDlgPwdLabel
{
    margin: 5px 5px 5px 0px;
}

.field-panel {
	display: flex;
	justify-content: space-between;
}

.proc-search-wrapper {
	width: 100%;
}

.autocompleteTextBoxRtr {
	padding-left: 24px;
}

.autocompleteTextBoxLtr {
	padding-right: 24px;
}

.inputfield_2_Ltr {
	margin-left: 24px;
}

.inputfield_2_Rtl {
	margin-right: 24px;
}