.dragElement
{
	background-color: transparent;
	height: 26px;
    width: 76px;
	position: absolute;
    z-index: 10;
    cursor: ns-resize;
}

.splitburger
{
    width: 66px;
	height: 31px;
	cursor: ns-resize;
	margin-top: -2px;
 }
 
.splitburger_ie
{
    width: 66px;
	height: 32px;
 }
.resizeburger
{
    width: 32px;
	height: 32px;
    padding: 0px 10px;
    background-color: transparent;
    margin: 0 -28px;
    
}
.formSplitterStyle
{
    background-color: white;
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    justify-content: center;
	margin-top: -6px;
	height: 26px;
}
.spliter_hr
{
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 0;
	margin-top: 15px;
	border-width: 0px;
	background-color: var(--primary-color-500);	
}
.formSplitterStyle .draggable
{
	cursor: row-resize
}
.splitterButtonStyle
{
	border-width: 0px;
    border-color: white;
    background-color: white;
    text-align: center;
    padding: 0px 5px;
    z-index: 1;
	width : 76px;
	margin-top: 2px;
}
.draggingSplitter
{
	background-color: grey;
}
.rowcolorpicker_example 
{
    margin-top:13px;
    padding-top:8px;
	font-size: 18px;
	/* height: 36px;  */
	width: 60%; 
	color: red; 
	background-color: white;
	border: 1px #b3b6c9 solid; /* 2px #929292 solid;  */
	/* border-radius: 6px;  */
		/* text-shadow: 0px 0px 1px rgba(255, 0, 0, 0.2); */
	margin-bottom: 13px;
	padding:8px;
}

.tabBorderNoStyle {
	border-style : none;
}

.tabBorder_ltr {
	border-left: 1px solid rgba(120,142,151,0.4);
	width: 10px;
}

.tabBorder_rtl {
	border-right: 1px solid rgba(120,142,151,0.4);
	width: 10px;
}

.HTMLDivStyle {
    /*border-radius: 12px;*/
    overflow : hidden;
    border: 2px solid;
	border-color:#d1d1d1;
    box-shadow: inset 2px 2px 0px 0px #fff, inset -2px -2px 0px 0px #fff;
    /*margin-top:5px; */
}
.HTMLDivStyle-current
{
	border-color :var(--primary-color-500);
}
.HTMLFrameStyle 
{
    border: none;    
}
#dropHtml {
	display: none;
}
.splitterDropTarget #dropHtml {
	display: block;
}
.topdropborder {
	border-top: 1px solid #ff0000;
}
.bottomdropborder {
	border-bottom: 1px solid #ff0000;
}
.middledropborder  {
	border: 1px solid #ff0000;
}
.FormColumnsDlgItem {
	display:inline;
}
.FormColumnsDlgItemSelected {
	background-color: #9EDBEF;
	display:inline;
}
.ListViewerItem {
	display:inline-block;
}
.ListViewerItemSelected {
	background-color: #bee5f5;
	display:inline-block;
}

.ColumnsDlgEvenItem{/*ORIT*/
	background-color: #ffffff;
}

.ColumnsDlgOddItem{/*ORIT*/
	background-color: #eff0f1;
}

.formQueryDlgCell {
	white-space:nowrap;
	font-size: 90%;
	font-family: Arial;
	padding: 0px;
	border-right: 1px solid #afbfc5;
		/* text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); */

}

.formTableView_Painted {
	background-image: linear-gradient(to bottom,rgba(226,233,236,.4),  #ffffff 24%);
}

html[dir="rtl"] .formQueryDlgCell * 
{
	direction:rtl !important;
}

.formQueryDlgEvenRow {
	background-color:#ffffff;
}
.formQueryDlgLastColumn {
	line-height: 12px;
}
.formQueryDlgEvenRowCell {
}
.formQueryDlgOddRowCell {
}
.formQueryDlgHeader {	
	/*white-space:nowrap; /* [original code]  */
	/*background: #ffffff; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 30%, #bfbfbf 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(30%,#ebebeb), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 30%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 30%,#bfbfbf 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 30%,#bfbfbf 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 30%,#bfbfbf 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
	/*border-left:1px #DFE0E0 solid;
	border-right:1px #B5BEC5 solid;
	border-bottom:1px #C9CACA solid;
	box-shadow: inset 3px 0px 3px 0px #E4E4E4,inset -3px 0px 3px 0px #E4E4E4;
	padding: 0px 7px 4px 7px;
	font-weight: normal;
	height: 18px;
		/* text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); */
	color: #3b3b3b;
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	width: 581px;
	height: 23px;
	background-color: #d9dfe3;
	border-right: 1px solid #afbfc5; /*ORIT*/
	border-bottom: 1px solid #afbfc5;/*ORIT*/


}
.formQueryDlgHoveredRow {
}
.formQueryDlgHoveredRowCell {
}
.formQueryDlgOddRow {
	background-color:#eff0f1;
}
.formQueryDlgSelectedRow {
	background-color:#badde9;
	border: 0px solid #628CD5;
	border-right: 1px solid #e0e0e0;
	
}
.formQueryDlgSelectedRowCell {
	background-color:#bee5f5;
	border: 0px solid #628CD5;
	border-right: 1px solid #afbfc5;
}
.formQueryDlgNonEditSelected {
	/*background-color:#d7ecf2;*/
}
.formQueryDlgEditSelected 
{
   /* background-color:#C7FE42;*/
}
.formQueryDlgWidget {
	white-space:nowrap;
}
.formQueryDlgTab {
	font-weight:bold;
	background-color:#FFFFFF;
	color: #3b3b3b;
	font-family: "Arial";
	font-size: 13px;
	border-bottom-color:#b3c3c9;
	border-bottom:1px;
	border-right:none;

}
.formQueryDlgTabSelected {
	font-weight:bold;
	background-color:#badde9;
}
.formquerydlgedit {
	/*font-size: 90%;
	font-family: Arial;
	height:9px;
	width:87%;*/
	font-size: 100%;
	font-family: Arial;
	height: 100%;
	width: 96.5%;
	border: 1px solid var(--primary-color-500);
	padding: 0px 2px 0px 2px;
}
.formQueryDlgTab>td{
border-right: none;
border-bottom: 1px solid #b3c3c9;
border-top: 1px solid #b3c3c9;
}

.formDlgBooleanStyle{
}

.formDlgSuggestStyle{
	height:18px;
}
.formDlgSuggestStyle:hover .formDlgSuggestStyle:focus{
	border-bottom: 1px var(--primary-color-500) solid;
}
.queryDlgUpperSection{
	margin-right : 12px; 
	padding-top : 9px;
	padding-bottom : 11px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px #e1e9eb solid;
}

.queryDlgLowerSection{
	padding-top : 6px;
}

.formquerydlgzoom {
	vertical-align:bottom;
}

.pictureBorderStyle {
	border-style : solid;
	border-width : 2px;
	border-color : var(--primary-color-500); 
}
.scrollbarHint {
  border: 1px solid #e7e7e7;
  padding: 1px;
  background: white;
  z-index: 5000;
}
.scrollhorheight div
{
    height: 7px !important;
}
.scrollhortop *
{
	top: 0px !important;
}

.hideSVGBackground #btnBackground
{
	display : none;
}
.showSVGBackground #btnBackground
{
	display : inline;
}

.legend {
	padding:0 4px;	
}
.td_QryGen_Drill{
	height:10px;
	vertical-align: top;
	padding:6.5px 0px 0px 0px;
	
}
.QueryDlgHelpButton 
{
    padding-top: 5px;
    cursor: pointer;
}
.RowColorPickerBottomRow 
{
    padding-bottom:6px;
}
.RowColorPickerTopRow 
{
    padding-top:6px;
}
.ColTable{
	margin:8px auto 6px auto
}
.ColBut{
	width:110px;
	height: 30px;
}
.LineHeight_L{
	line-height:24px;
}
.Label_M label{
	line-height:17px;
	padding-left:4px;
	vertical-align:top;
}
.Label_M_rtl label{
	line-height:17px;
	padding-right:4px;
	vertical-align:top;
}
.partExplorerScrollPanel 
{
    min-width: 400px;
}
.SumContent{
	width: 150px;
	margin:7px 4px 7px 2px;
}
.templateNew_label 
{
    border-bottom: 2px transparent solid;
    padding-right: 8px;
}
.templateNew_label_rtl
{
    border-bottom: 2px transparent solid;
    padding-left: 8px;
}
.templateNew_checkBox label
{
    vertical-align: middle;
    border-bottom: 2px transparent solid;
}
.templateNew_checkBox input
{
    vertical-align: middle;    
}
.drillBtn-up-hovering #drillButRect
{
    fill:#5486a0;
    /*fill-opacity:0.35;*/
    cursor:pointer;
}
.fldst_QryGenrator {
	/*background:#F8F8CC;
	border:1px #FFA500 solid;
	border-radius:5px;*/
	border:none;
}
.formTabCorner 
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.formCornerDiv
{
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/* Aharon, 29/10/2014 vvv - until now, there was a reference to this class, but it doesn't exist at all. */
.formGridWidget
{
	background-color: #fff;
}

#EditButton_Mobile
{
	height: 20px;
	width:30px;
	padding:5px;
	font-size:12px;
}
.defaulticonsstyle {
	display:none;
}
.addIconClick #addIconClick
{
	display:inline;
}
.addIconHover #addIconHover  
{
	display:inline;
}
.plus_regular, .search_regular, .addIconHover, .serachIconHover,.search_click
{
	position:relative;
	top:2px;
}
.plus_regular #plus_regular
{
	display:inline;
}
.search_regular #search_regular
{
	display:inline;
}
.serachIconHover #serachIconHover
{
	display:inline;
}
.search_click #search_click
{
	display:inline;
}
.iconImg
{
    vertical-align: bottom; 
}
.packBtn {
	background: white !important;
    color: black;
    width: 100%;
    padding: 5px 7px;
    height: 45px;
}

.packBtn:hover {
	background: #009dd9 !important;
    color: white;
    width: 100%;
    padding: 5px 7px;
    height: 45px;
}

.packBtnPressed {
	background: #009dd9 !important;
    color: white;
    width: 100%;
    padding: 5px 7px;
    height: 45px;
}

/*#container:hover > #cube { background-color: yellow; }*/
#packBtn:hover > #arrowshover 
{
	display:inline; 
}

.packBtnTd tr td{
    vertical-align: middle !important;
}
.packBoxes tr:first-child td
{
	 border: 1px solid gray;
}
.packAllBoxes
{
	 border: 1px solid gray;
	 width: 100%;
}
.arrowsdown #arrowsdown{
	display:inline;
}
.arrowshover #arrowshover
{
	display:inline;
}
.arrowsup #arrowsup{
	display:inline;
}
.defaultarrowsstyle {
	display:none;
}
.cw {}
.cw:hover #arrowshover {
	display:inline;
}
.cellborderoff
{
	border-left: 1px hidden rgb(201, 201, 201) !important;
	border-right: 1px hidden rgb(201, 201, 201) !important;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}

.reconFormsHeader,
.reconScrollPanel {
	overflow: hidden !important;
	background-color: var(--secondary-color-100);
}

.subformPopupBtnOk {
	background-color: var(--primary-color-500) !important;
	color: #fff !important;
    width: 114px;
    margin: 0 30px 20px !important;
    text-align: center;
    padding: 9px !important;
    border-radius: 3px;
    border-color: var(--primary-color-500) !important;
    font-family: Arimo,Roboto,sans-serif !important;
    font-size: 14px !important;
}

.subformPopupBtnOk.gwt-PushButton-up-disabled {
	border: 1px solid #dfd6dd !important;
    background-color: #dfd6dd !important;
    color: white !important;
    cursor: default;
}

.subformPopupFooter {
	background-color: white;
	width: 100%;
}

.reconTitle {
	font-family: var(--main-font-family);
    color: var(--primary-color-500);
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
	margin-right: 10px;
	margin-left: 35px;
}
html[dir="rtl"] .reconTitle {
	margin-left: 10px;
	margin-right: 35px;
}

#subFormsPanel {
	background-color: white;
	z-index: 500;
	margin: 0 auto;
    padding: 0 30px;
    right: 0 !important;
}

#subFormsPopupPanel {
	z-index: 10003;
	margin: 0 auto;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
}

#subFormsPopupPanel .lower-section {
	background-color: white;
}

#subFormsPanel .formTableView_Painted{
	position: static !important;
}

#subFormsPanel .ZoomButton{
	zIndex: 10004;
}

#subFormsPanel .SubFormsPane{
	display: none;
}

#reactReconHeader {
	padding-top: 15px;
    background-color: white;
}

.recon-popup-blocker {
	width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10002;
    background-color: rgba(33, 37, 41, 0.15);
}

 .reconBal {
    font-family: var(--main-font-family);
    color: var(--primary-color-700);
    font-size: 24px;
    font-weight: 400;
	line-height: 50px;
}

.codeHeader {
	font-family: var(--main-font-family);
    color: var(--primary-color-700);
    font-size: 11px;
    margin-top: 5px;
	margin-left: 5px;
	line-height: 50px;
}
html[dir="rtl"] .codeHeader {
	margin-right: 5px;
	margin-left: 0;
}

#containerDiffBal {
	margin-left: 20px;
	width: 300px;
}
html[dir="rtl"] #containerDiffBal {
	margin-right: 20px;
	margin-left: 0;
}

#diffBalHeader {
    font-family: var(--main-font-family);
    color: var(--secondary-color-500);
    font-size: 13px;
    font-weight: 400;
	line-height: 15px;
}	
#diffBal {
    font-family: var(--main-font-family);
    color: var(--primary-color-700);
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 5px;
}
#diffBalCode {
	font-family: var(--main-font-family);
    color: var(--primary-color-700);
	font-size: 11px;
    margin-top: 5px;
	margin-left: 5px;
	line-height: 33px;
}
html[dir="rtl"] #diffBalCode {
	margin-right: 5px;
	margin-left: 0;
}
#currentReconNumberHtml:not(:empty) {
    border: 1px solid var(--primary-color-500);
    background-color: var(--primary-color-500);
    font-family: var(--main-font-family);
    color: var(--primary-color-100);
    font-size: 11px;
    font-weight: 400;
    min-width: 10px;
    border-radius: 10px;
    padding: 1px 5px;
    text-align: center;
	margin-top: 4px;
	margin-left: 10px;
}
html[dir="rtl"] #currentReconNumberHtml:not(:empty) { 
	margin-left: 0px;
	margin-right: 10px;
}
.approvedDirectActivation {
	position: relative;
    line-height: 30px;
    margin-top: 12px;
    margin-inline-start: 3px;
    border-radius: 4px;
    border: 2px solid var(--primary-color-500);
    box-sizing: border-box;
	width: auto;
	cursor: pointer;
	padding: 0 5px;
	max-height: 32px;
}
.approvedDirectActivation.disable{
	background-color: #ffffff;
}
.approvedDirectActivation div {
	display: inline-block;
}
.approvedIcon:before {
	content: url(../images/Approve_icon.svg);
	vertical-align: middle;
}
.disable > .approvedIcon {
	display: none;
}
.approvedHeader {
	font-family: var(--main-font-family);
    color: var(--primary-color-700);
    font-size: 15px;
    font-weight: 400;
	margin-left: 7px;
	margin-right: 10px;
}
html[dir="rtl"] .approvedHeader {
	margin-left: 10px;
	margin-right: 7px;
}
.disable > .approvedHeader {
	margin-left: 10px;
	margin-right: 10px;
}
.approvedDirectActivationClick {
    width: 100%;
    height: 100%;
    position: absolute;
	left: 0;
	cursor: pointer;
}
.searchInputWrapper {
    margin: 12px;
    border-radius: 4px;
	border: 1px solid var(--secondary-color-400);
	max-height: 32px;
    box-sizing: border-box;
	
	.reconSearchInput {
    	margin: 0 4px;
		border: none;
    	padding: 0 8px;
    	color: var(--primary-color-700);
    	font-family: var(--main-font-family);
	}
	
	html[dir="rtl"] .reconSearchInput {
		direction: rtl;
	}
	
	.reconSearchButton {
    	padding: 8px 12px;
    	border-radius: 0 4px 4px 0;
    	margin-inline-end: -1px;
    	margin-top: -1px;
		color: var(--primary-color-500); 
    	background: white;
    	border: 1px solid var(--secondary-color-400);
    	max-height: 32px;
	}
}

.searchInputWrapper:hover {
	border-color: var(--primary-color-400);
	
	.reconSearchButton {
		color: var(--primary-color-400); 
		border-color: var(--primary-color-400);
		border-left-color: var(--secondary-color-400);
	}
}
.searchInputWrapper:focus-within {
	border-color: var(--primary-color-500);
	
	.reconSearchButton {
		color: var(--primary-color-500);
		border-color: var(--primary-color-500);
	}
}

.countApproved {
    background-color: #ffffff;
	height: 20px;
    width: auto;
	min-width: 10px;
    font-family: var(--main-font-family);
    color: var(--primary-color-700);
	line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 5px;
    border: 1px solid var(--primary-color-500);
    border-radius: 10px;
    padding: 0 5px;
    text-align: center;
}
html[dir="rtl"] .countApproved {
	right: auto;
	left: 12px;
}

@media screen and (max-width: 1600px) {
	#containerDiffBal {
		width: 220px !important;
	}
	.reconDirectActivations {
		padding: 0 5px 0 40px !important;
	}
	html[dir="rtl"] .reconDirectActivations{
		padding: 0 40px 0 5px !important;
	}
}
 
@media screen and (max-width: 1730px) {
	.reconDirectActivations {
		font-size: 0 !important;
	}
}

@media screen and (max-width: 2010px) {
	body.feed-pinned .reconDirectActivations,
	body.active-screens-pinned .reconDirectActivations {
		font-size: 0 !important;
	}
}

.reconDirectActivations {
    line-height: 50px;
	padding: 0 10px 0 47px;
	color:  var(--primary-color-700);
	font-size: 14px;
	font-weight: 400;
	position: relative;
	cursor:pointer;
    border: 1px solid var(--primary-color-250);
    border-radius: 8px;
    margin-inline-start: 8px;
    font-family: var(--main-font-family);
    z-index: 10002;
}

html[dir="rtl"] .reconDirectActivations{
	padding: 0 47px 0 10px;
}

.reconDirectActivations:hover {
	border-color: var(--primary-color-400)
}
.reconDirectActivations:before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	left: 0;
    margin: auto 10px;
    content: '';
    height: 26px;
    width: 26px;
}

#reconDirectActivations1:before {
	background-image: url('../images/icon_reconcile.svg');
}
#reconDirectActivations2:before {
    background-image: url('../images/recon_settings.svg');
}
#reconDirectActivations3:before {
	background-image: url('../images/recon_refresh.svg');
}
#reconDirectActivations4:before {
    background-image: url('../images/recon_partial_match.svg');
}
