/*!
* © JSC "PROGNOZ", 2014.
*/
.PPDG
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    table-layout: fixed;
    border-spacing: 0;
}

.PPDGContainer[disabled="disabled"]
{
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.PPDGTableContainer
{
    position: relative;
    top: 0px;
    left: 0px;
}

.PPDGHeaderContainer
{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: default;
    width: auto;
    height: auto;
    overflow: hidden;
    border: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.PPDGBodyContainer
{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: default;
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.PPDG tr td
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.PPDGNoRTL .PPDG tr td.PPDGCell
{
    border-bottom: 1px solid #DADCDD !important;
    border-right: 1px solid #DADCDD !important;
}

.PPDGNoRTL.PPDGNoGrid .PPDG tr td.PPDGCell
{
    border-bottom: none !important;
    border-right: none !important;
}

.PPDGIsRTL .PPDG tr td.PPDGCell
{
    border-bottom: 1px solid rgb(218,220,221) !important;
    border-right: 1px solid rgb(218,220,221) !important;
}

.PPDGIsRTL.PPDGNoGrid .PPDG tr td.PPDGCell
{
    border-bottom: none !important;
    border-right: none !important;
}

.PPDGContainer
{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: default;
}

.PPDGNoSelect
{
    unselectable: on;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.PPDGContainer:focus
{
    outline: none;
}

.PPDGCell
{
    margin: 0 0 0 0;
    overflow: hidden;
    padding: 0 0 0 0;
    background-color: white;
}

.PPDGRow
{
}

.PPDGcco
{
    z-index: 10;
    border-collapse: collapse;
    display: block; /*table-cell;  Хак, чтобы vertical-align работал. Исправил на block, потому что в IE8 не устанавливается точная ширина */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.PPDGHeaderCell
{
    background-color: rgb(235,235,255);
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 12px;
    font-family: Calibri, sans-serif;
}

.PPDGIsRTL .PPDG .PPDGHeaderCell
{
    border-right: 1px solid white !important;
    border-bottom: 1px solid white !important;
}

.PPDGIsRTL.PPDGNoGrid .PPDG .PPDGHeaderCell
{
    border-right: none !important;
    border-bottom: none !important;
}

.PPDGNoRTL .PPDG .PPDGHeaderCell
{
    border-right: 1px solid white !important;
    border-bottom: 1px solid white !important;
}

.PPDGNoRTL.PPDGNoGrid .PPDG .PPDGHeaderCell
{
    border-right: none !important;
    border-bottom: none !important;
}

td.PPDGHeaderCell div
{
    overflow: hidden;
}

.PPDGCellLeft
{
    text-align: left;
}

.PPDGCellRight
{
    text-align: right;
}

.PPDGCellCenter
{
    text-align: center;
}

.PPDGCellNoWrap
{
    white-space: nowrap;
}

.PPDGCellWrap
{
    white-space: normal;
}

.PPDGcc
{
    vertical-align: top;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: normal;
    display: inline-block;
    height: 100%;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    position: relative;
    text-overflow: ellipsis;
}

.PPDGScrollBarContainer
{
    position: absolute;
    background-color: #FFF;
}

.PPDGHyperlink
{
    cursor: pointer;
    display: inline;
}

.PPDGAutoAdjustCell
{
    width: auto;
    height: auto;
    visibility: hidden;
    display: table-cell;
    word-wrap: normal;
    position: related;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.PPDGSortAscIcon
{
    background-repeat: no-repeat;
    width: 100%;
    /*width: 16px !important;*/
    height: 13px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-position: bottom;
    background-color: #EBEBFF;
}

.PPDGSortDescIcon
{
    background-repeat: no-repeat;
    width: 100%;
    /*width: 16px !important;*/
    height: 13px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-position: bottom;
    background-color: #EBEBFF;
}

.PPDGCellSpan
{
    width: inherit !important;
    height: inherit !important;
}

.PPDGHeaderCell .PPDGCellSpan
{
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.PPDGHeaderCell .PPDGcco
{
    text-align: center;
    vertical-align: middle;
}

.PPDGHeaderResizer
{
	position: fixed;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.PPDGHeaderResizerView
{
	background-color: #FFA500;
    position:absolute;
    opacity: 0.0;
	filter: alpha(opacity=0);
}

.PPDGHeaderMover
{
	position: absolute;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.PPDGHeaderMoverView
{
	border: 1px solid #FFA500;
}

.PPDGSelectionBorder
{
	display: none;
	position: absolute;
	border-color: rgb(139, 144, 151);
	border-style: solid;
	pointer-events:none;
	background:none !important;
}

.PPDGSelectedArea
{
	position: absolute;
	opacity: 0.30;
	filter: alpha(opacity=30);
	background-color: black;
	pointer-events: none;
}

.PPDGBacklight
{
	position: absolute;
	opacity: 0.25;
	filter: alpha(opacity=25);
	background-color: grey;
	pointer-events: none;
}

.PPDGCustomEditor
{
	position: relative;
	outline:none;
	width:inherit !important;
	height:inherit !important;
}


