/*!
* © JSC "PROGNOZ", 2014.
*/

.PPParamsDialog .Header > .Text
{
	text-align: center;
	width: 100%;
}

.PPParamsDialog .PPParamsDialogContent
{
	margin: 5px 10px;
	border-bottom: solid 1px #A0A0A0;
}

.PPParamsDialog .PPParamsDialogLabel
{
	margin: 8px 0px 5px 0px;
	display: block;
}

.PPParamsDialog .PPScrollBox
{
	border: solid 1px silver;
	background-color: white;
	margin-bottom: 10px;
}

.PPParamsDialog .PPParamsContainer
{
	margin-left: 25px;
}

.PPParamsDialog .PPParamsSeparator
{
	border: solid 1px #A0A0A0;
	width: 100%;
}

.PPParamsDialog .PPParamsScrollContent
{
}

.PPParamsDialog .PPParameter
{
	margin: 5px;
}

.PPParamsDialog .PPParameter > .PPLabel 
{
	font-weight: bold;
}

.PPParamsDialog .PPRNIcon
{
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.PPParamsDialog .PPRNPlusIcon
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAgMAAADw5/WeAAAADFBMVEUAAAD///+AgIBMTEzQ8hxsAAAAAXRSTlMAQObYZgAAACFJREFUeNpjYMAPtFYtAJKqoQkgshRBqv9HF4GogagnDAB2hQoLdYC9bwAAAABJRU5ErkJggg==);
}

.PPParamsDialog .PPRNMinusIcon
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAgMAAADw5/WeAAAADFBMVEUAAABMTEyAgID///+yZztJAAAAAXRSTlMAQObYZgAAAB5JREFUeNpjYMAPtFYtAJL6/x+gkbqhD7CKQ9QTBgAR0RCfvKd8GwAAAABJRU5ErkJggg==);
}

.PPParamsDialog .PPRNContent
{
	padding-top: 2px;
	padding-left:5px;
}


.PPReportControlBar
{
}

.PPReportControlBar.PPHorizontal 
{
	margin: 4px 0 6px 0;
}

.PPReportControlBar .PPControlsContainer
{
	position: relative;
	display: inline-block;
}

.PPReportControlBar > .PPScrollBox .PPGridPanel
{
	width: 100%;
}

.PPReportControlBar.PPHorizontal .PPControlView
{
	float: left;
	margin-right: 5px;
}

.PPReportControlBar .PPScrollContent 
{
    margin: 0 11px;
} 


.PPPrxChartView
{
	
}

.PPPrxChartView .PPOverlay
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	position:absolute;
	background-color:white
}


.PPControlView
{
	margin-bottom: 5px;
}

.PPControlView .PPControlViewLabel
{
	text-align: left;
	margin: 5px 0px;
}

.PPControlView .PPControlViewLabel.PPLeft
{
	float: left;
	margin: 8px 5px;
	white-space: nowrap;
}

.PPControlView .PPControlViewLabel.PPRight
{
	float: right;
	margin: 8px 0 0 5px;
	white-space: nowrap;
}

.PPControlView .PPControlViewLabel.PPLeft ~ .PPControlContainer,
.PPControlView .PPControlViewLabel.PPRight ~ .PPControlContainer
{
	overflow: hidden;
	margin-top: 5px;
}

.PPControlView .PPControlContainer .PPCheckBox
{
	margin-top: 3px;
}


.PPDropPanel .PPPrxValidationsTree
{
	/*border-bottom: solid 1px #D3D6D9;*/ /*Временно скрыл*/
}

.PPDropPanel .PPPrxValidationDropGrid
{
	background-color: #F4F4F5;
}

.PPDropPanel .PPPrxValidationDropGrid .PPPrxValidationListButton
{
	margin: 3px;
}

.PPDropPanel .PPPrxValidationDropGrid .PPPrxValidationListButton[dir="rtl"]
{
	float: right;
	clear: both;
}

.PPDropPanel .PPPrxValidationDropGrid .PPPrxValidationListButton .PPContent
{
	white-space: nowrap;
}


.PPReportDataArea
{
	overflow: hidden;
}

.PPReportDataArea .PPControlBarCell
{
	vertical-align: top;
}

.PPReportDataArea .PPReportDataViewArea
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.PPReportDataArea .PPReportTabView
{
	padding-top: 5px;
}

.PPReportDataArea DIV.PPTabControl DIV.PPTabControlHeadersPanelTop, DIV.PPTabControl DIV.PPTabControlHeadersPanelBottom,
.PPReportDataArea DIV.PPTabControl .PPTabControlHeadersPanel
{
	background: White;
}

.PPReportDataArea  DIV.PPTabControl
{
	margin: 4px 0 0 0;
}


.PPReportBox
{
}

.PPReportBox .PPReportControlBar
{
	/*background-color: #EEE;
	color: #888;*/
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.PPReportBox .PPControlBarItem
{
}

.PPReportBox .PPPrxNoAnySheetLabel 
{
	font-size: larger;
	margin: 10px;
}

/*<Ribbon>*/

.PPPRxRibbon
{
}

.PPPRxRibbon .PPButton.Main
{
	border-color: #76C46B;
	background: #88DB7C; /* Old browsers */
	background: -moz-linear-gradient(top,  #88DB7C 0%, #59A04F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88DB7C), color-stop(100%,#59A04F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88DB7C 0%,#59A04F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88DB7C 0%,#59A04F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88DB7C 0%,#59A04F 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #88DB7C 0%,#59A04F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88DB7C', endColorstr='#59A04F',GradientType=0 ); /* IE6-9 */
}

.PPPRxRibbon .PPButton.Main.Hovered
{
	border-color: #8CD382;
	background: #9BE491; /* Old browsers */
	background: -moz-linear-gradient(top,  #9BE491 0%, #5EB651 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9BE491), color-stop(100%,#5EB651)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9BE491 0%,#5EB651 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9BE491 0%,#5EB651 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9BE491 0%,#5EB651 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9BE491 0%,#5EB651 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9BE491', endColorstr='#5EB651',GradientType=0 ); /* IE6-9 */
}

.PPPRxRibbon .PPButton.Main.Pressed
{
	border-color: #69BE5D;
	background: #78D66A; /* Old browsers */
	background: -moz-linear-gradient(top,  #78D66A 0%, #539549 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78D66A), color-stop(100%,#539549)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #78D66A 0%,#539549 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #78D66A 0%,#539549 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #78D66A 0%,#539549 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #78D66A 0%,#539549 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78D66A', endColorstr='#539549',GradientType=0 ); /* IE6-9 */
}

.PPPRxRibbon .PPPrxRibbonCheckBox
{
	margin: 5px;
	display: block;
}

.PPPRxRibbon .PPPRxRibbonToolsCat
{
	text-align: center;
}
/*</Ribbon>*/

.PPPrxExpDlgItem
{
	padding: 4px 4px;
    height: 14px;
}

.PPPrxExpDlgLastItem
{
	width: 100%;
}

.PPPrxExpDlgItemOneByOne
{
	display: block !important;
}

.PPPrxExpDlgSheetList
{
	background-color: transparent;
	border: solid 1px Silver;
	margin: 0px 4px 8px 4px;
}


