/*!
* © JSC "PROGNOZ", 2014.
*/

.PPFormulaEditor
{
    background-color: rgb(244, 244, 245) !important;
}

.PPFETable
{
    width: inherit !important;
    height: inherit !important;
    background-color: rgb(244, 244, 245);
}

.PPFETable tr
{
    height: inherit;
}

.PPFETable .CenterColumn
{
    padding-left: 10px;
    padding-right: 10px;
}

.PPFormulaEditor .CenterColumn .PPTermEditor
{
    margin-top: 10px;
}

.PPFormulaEditor .PPTermEditor .PPFunction
{
	color: #930000;
	font-weight: bold;
}

.PPFormulaEditor .PPTermEditor .PPOperator
{
	color: #2f9300;
	font-style: italic;
}

.PPFormulaEditor .PPTermEditor .PPNumber
{
	font-weight: bold;
}

.PPFormulaEditor .PPTermEditor .PPReserved
{
	color: #0066FF;
}

.PPFormulaEditor .PPFeWarningMessage 
{
    text-align: left;
    background: #FFF;
    overflow: hidden;
}
.PPFormulaEditor .PPFeWarningMessage .PPImage
{
    padding-top: 1px;
    display:table-cell;
}
.PPFormulaEditor .PPFeWarningMessage .PPContent
{
    text-align: left;
    display:table-cell;
    white-space: nowrap;
    padding-left: 5px;
}
.PPFormulaEditor .PPFeWarningMessage[dir="rtl"]
{
    text-align: right;
}
.PPFormulaEditor .PPFeWarningMessage .PPContent[dir="rtl"]
{
    text-align: right;
}

.PPFormulaEditor .PPFeWarningMessage.Hovered
{
    background: #FFF6E8;
}
.PPFormulaEditor .PPFeWarningMessage.Pressed
{
    background: #FFEED4;
}

.PPFormulaEditor .PPFeNamingContainer
{
    width: 100%;
    border: none;
    border-spacing: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
}

.PPFormulaEditor .PPFeNamingContainer .PPFeNamingTitle
{
    width:1px;
    padding: 0 5px 0 0;
}
.PPFormulaEditor .PPFeNamingContainer .PPFeNamingTextboxContainer
{
    width: 100%;
    padding: 0;
}

.PPFormulaEditor .PPFeCalcParamsContainer
{
	margin-top: 10px;
}

.PPFormulaEditor .PPfoToolBar
{
    padding-bottom: 5px;
}

.PPFormulaEditor .PPfoDescriptionScrollBox
{
    margin-top: 3px;
}

.PPFormulaEditor .PPfoFilter
{
    margin-bottom: 10px;
    height: 21px;
}

.PPFormulaEditor .PPFilterContainer
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align:center;
    line-height: 20px;
}

.PPFormulaEditor .PPFilterContainer > .PPFilterLabel
{
    color: #AAAAAA;
    font-style: italic;
}

.PPFormulaEditor .RightColumn .PPfoDescriptionLabel > p
{
    margin:0;
    margin-bottom: 5px;
}

.PPFormulaEditor .InsertBtn
{
	 margin-top: 10px;
}


.PPTermEditor
{
	position: relative;
	border: 0;
}

.PPTermEditor .PPACContainer
{
	border: 1px solid gray;
	position: absolute;
	z-index: 20;
}

.PPTermEditor .PPACContainer .PPTerm.Selected
{
	background-color: darkgray;
}

.PPTermEditor .PPTerm
{
	font-family: "Courier New", Courier, monospace;
}

.PPTermEditor .PPACContainer .PPTerm
{
	display: block;
}


.PPTDLeftPnl
{
	padding-left:10px;
}
.PPTDLeftPnl .expandedDim
{
	width:100%;
	height: 100px;
	border: 1px solid red;
}
.PPTDLeftPnl .collapsedDims
{
	width:100%;
}
.PPTDLeftPnl .PPTreeBackground
{
	background: white;
	border: 1px solid #D3D6D9;
	margin: 2px 2px 5px 37px;
	padding: 0px 2px 0px 0px;
}
.PPTDLeftPnl[dir="rtl"] .PPTreeBackground[dir="rtl"]
{
	background: white;
	border: 1px solid #D3D6D9;
	margin: 2px 38px 5px 2px;
	padding: 2px;
}
.PPTDLeftPnl .PPEaxDimBarFindTextBox
{
	margin: 2px 2px;
}
.PPTDLeftPnl .PPEaxDimServiceButton
{
	margin: 1px 0px 0px 0px;
}
.PPTDLeftPnl .PPTDCollapsedDimPnl
{
	margin: 6px 0px 4px 0px;
}
.PPTDLeftPnl[dir="rtl"] .PPTreeCombo
{
	margin-left: 0px;
	margin-right: 38px;
}
.PPTDLeftPnl .PPEaxDimServiceBtnClps
{
	margin: 1px 0px 0px 0px;
	float:left;
}
.PPTDLeftPnl[dir="rtl"] .PPEaxDimServiceBtnClps[dir="rtl"]
{
	margin: 1px 0px 0px 0px;
	float:right;
}
.PPTDLeftPnl[dir="rtl"] .PPEaxDimServiceButton[dir="rtl"]
{
	margin-right: 0px;
	float: right;
}
.PPTDLeftPnl .PPEaxDimServiceBtnClps.PPButton.H.PPImageButton .PPImage
{
	margin: 0px;
}
.PPTDLeftPnl .insertBtnDiv
{
	text-align: center;
	padding: 6px 0px 15px 0px;
}
.PPTDlg .PPImage
{
	margin-left: 0.1em !important;
}
.PPTDlg .PPFormulaEditor .RightColumn .PPTreeList,.PPTDlg .PPFormulaEditor .RightColumn .PPListBox
{
	border: 1px solid #D3D6D9;
}
.PPTDlg .PPFormulaEditor .PPfoFilter
{
	margin-bottom: 2px;
}
.PPTDlg .PPFormulaEditor .CenterColumn .PPTermEditor
{
	margin: 0px 0px 5px 0px;
	border: 1px solid #D3D6D9;
}

.PPTDlg .PPFormulaEditor .CenterColumn .Mdx
{
	margin-top: 2px;
}

.PPTDlg .PPFormulaEditor .PPFilterContainer
{
	padding-bottom:10px;
}
.PPTDlg .Period
{
	white-space: nowrap;
}
.PPTDlg .Period[dir="rtl"]
{
	left: -7px;
}
.PPTDlg .PeriodGrid
{
	padding: 8px 0px 8px 0px;
}
.PPTDlg .PeriodLabel
{
	
}
.PPTDlg .PeriodCombo
{
	margin: 2px 2px 2px 10px;
}
.PPTDlg .PeriodCombo[dir="rtl"]
{
	margin-left: 3px;
	margin-right: 16px;
}

.PPTDlg .PeriodDP
{
	margin: 2px 2px 2px 3px;
}
.PPTDlg .PeriodDP[dir="rtl"]
{
	margin: 2px 3px 2px 2px;
}
.PPTDlg .PeriodEdit
{
	margin: 0 8px 0 3px;
	display: inline-block;
	position:relative;
	top: 2px;
}
.PPTDlg .PeriodEdit[dir="rtl"]
{
	margin-left: 8px;
	margin-right: 3px;
}
.PPTDlg .PeriodLabel2
{
	position: relative;
	top: -7px;
}
.PPTDlg .PeriodContentGrid > table
{
	width: 100%;
}
.PPTFilterDlg .FilterNameContainer
{
	height: 35px;
	border-top: 1px solid #D3D6D9;
	margin: 10px;
}
.PPTFilterDlg .DimLabel
{
	padding: 0px 5px 0px 10px;
}
.PPTFilterDlg .PPTDCollapsedDimPnl
{
	margin: 6px 0px 4px 0px;
}
.PPTFilterDlg .PPEaxDimServiceBtnClps
{
	margin: 1px 0px 0px 0px;
	float: left;
}
.PPTFilterDlg[dir="rtl"] .PPEaxDimServiceBtnClps[dir="rtl"]
{
	margin: 1px 0px 0px 0px;
	float:right;
}
.PPTFilterDlg .PPEaxDimServiceBtnClps.PPButton.H.PPImageButton .PPImage
{
	margin: 0px;
}
.PPTFilterDlg .TransfFilterNameCheckBox
{
	background-color: #f4f4f5;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: -9px;
}
.PPTFilterDlg .TransfFilterNameTextBox
{
	padding: 0px 0px 0px 25px;
}
.PPTFilterDlg .TransfFilterDimsScrollBox
{
	margin-top: 10px;
	margin-right: 10px;
}
.PPTFilterDlg[dir="rtl"] .TransfFilterDimsScrollBox[dir="rtl"]
{
	margin-top: 10px;
	margin-left: 10px;
}
.PPTDCollapsedDimPnl .PPEaxTrDimCombo
{
	display: inline-block;
}
.FilterContentGrid .table
{
	width: 100%;
}
.PPTDLeftPnl .sourcesDiv .PPButton.H .PPContent
{
	text-overflow: ellipsis;
	display: block;
}

.PPTDLeftPnl .sourcesDiv .TitleSrcBtn .PPImage
{
	float:left;
}

.PPTDLeftPnl[dir="rtl"] .sourcesDiv .TitleSrcBtn .PPImage
{
	float:right;
}

.PPTDLeftPnl .sourcesDiv .PPToolBarButton.Right
{
	margin-right: 0px;
}
.PPTDLeftPnl[dir="rtl"] .sourcesDiv .PPToolBarButton.Right
{
	margin-left: 0px;
}

.PPTDlg .PPTextTable .PPTextBoxInput.PPWatermark, .PPTDlg .PPTextTable .PPTextBoxEllipsisNode.PPWatermark
{
	font-style: italic;
}

.PPFormulaEditor .PPFilterContainer > .PPFilterLabel {
	color: #000000;
	font-style: normal;
}

/*.PPFormulaEditor .PPPropBarPanelFindButton,
.PPFormulaEditor .PPPropBarPanelFindButton.Hovered,
.PPFormulaEditor .PPPropBarPanelFindButton.Pressed
{
    border: none;
    cursor: text;
    box-shadow: none;
	background: none;
	background-color: none;
}*/


.PPTermEditor .Dropable .PPTerm
{
	font-family: "Courier New", Courier, monospace;
	cursor: inherit;
}

.PPTermEditor .ParsableTerm
{
	color: #1906FC;
}

.PPFormulaEditor .InsertBtn
{
	margin-top: 23px;
}


