/* used as a border of large controls (like grids, diagram) */
/* used as a background below a page in richedit/diagram */
/* used as a border of large controls (like grids, diagram) */
/* used as a background below a page in richedit/diagram */
.dxvgControl_Effect,
.dxvgDisabled_Effect
{
    border: 4px Solid #d3d3d3;
    font: 12px Tahoma, Geneva, sans-serif;
    background-color: #F9F9F9;
    color: Black;
    cursor: default;
}
.dxvgDisabled_Effect
{
    color: Gray;
}
.dxvgControl_Effect a.dxeHyperlink:not([href]):not([onclick]):not(.dxbButtonSys)
{
    color: Black;
    text-decoration: none;
}
.dxvgControl_Effect a
{
    color: #bc3f26;
}
.dxvgDisabled_Effect a
{
    color: Gray;
}
.dxvgTable_Effect
{
    background-color: White;
    border-width: 0;
    border-collapse: separate !important;
    overflow: hidden;
    table-layout: fixed;
    font-size: 1.08em;
}
.dxvgTable_Effect .dxvgHEC
{
    background-color: White;
    border-width: 0;
    overflow: hidden;
}
.dxvgHeader_Effect
{
    cursor: pointer;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    background-color: #969696;
    padding: 5px 8px 6px;
    border: 1px Solid #5c5c5c;
    border-width: 0 1px 1px 0;
    overflow: hidden;
    white-space: nowrap;
}
.dxvgCategory_Effect
{
    color: #696969;
    font-weight: bold;
    background-color: #D3D3D3;
    padding: 9px 6px;
    border-bottom: 1px solid #5c5c5c;
    overflow: hidden;
    white-space: nowrap;
}
.dxvgCSD .dxvgCategory_Effect:not(.dxvg__I)
{
    border-right: 1px solid #5c5c5c;
}
.dxvgCategoryRow_Effect.dxvgER .dxvgCategory_Effect,
.dxvgCategoryRow_Effect.dxvgCR .dxvgCategory_Effect
{
    cursor: pointer;
}
.dxvgCategoryRow_Effect.dxvgER .dxvgCategory_Effect.dxvg__I,
.dxvgCategoryRow_Effect.dxvgCR .dxvgCategory_Effect.dxvg__I
{
    cursor: default;
}
.dxvgRecord_Effect
{
    padding: 2px 8px 3px;
    border: 1px Solid #c5c5c5;
    border-width: 0 1px 1px 0;
    background-color: #f8f8f8;
    overflow: hidden;
}
.dxvgRecord_Effect:last-child
{
    border-right-width: 0;
}
.dxvgRPFC .dxvgRecord_Effect
{
    border-bottom: 1px Solid #5c5c5c;
}
.dxvgRPFC.dxvgER .dxvgRecord_Effect
{
    border-bottom-color: #c5c5c5;
}
.dxvgGLNV .dxvgRecord_Effect
{
    border-right-width: 0;
}
.dxvgGLNH .dxvgRecord_Effect
{
    border-bottom-width: 0;
}
.dxvgGLNH .dxvgRPFC .dxvgRecord_Effect
{
    border-bottom-width: 1px;
}
.dxvgGLNH .dxvgRPFC.dxvgER .dxvgRecord_Effect
{
    border-bottom-width: 0;
}
.dxvgFC .dxvgGLNH tr:last-child .dxvgRecord_Effect
{
    border-bottom-width: 1px;
}
.dxvgControl_Effect .dxvgFCSD
{
    border-top: 1px solid #c5c5c5;
}
.dxvgRecordAlt_Effect
{
    background-color: #ffffff;
}
/* Select, Hover */
.dxvgSelectedRecord_Effect
{
    background-color: #d3d3d3;
    color: Black;
}
.dxvgSelectedRecord_Effect a
{
    color: #ffffff;
}
.dxvgDataRowHover_Effect .dxvgRecord_Effect
{
    background: #ff9460 none;
    color: White;
}
/* Command Items */
.dxvgCommandCell_Effect a,
.dxvgHeader_Effect a.dxvgCommandItem_Effect
{
    margin: 0 3px 0 0;
}
.dxvgHeader_Effect a,
.dxvgHeader_Effect a.dxvgCommandItem_Effect,
.dxvgHeader_Effect a.dxvgCommandItem_Effect:hover
{
    color: White;
}
.dxvgCommandCell_Effect a
{
    color: #bc3f26;
}
.dxvgCommandCell_Effect a:hover
{
    color: #f15e34;
}
.dxvgCommandCell_Effect a:hover.dxbDisabled_Effect
{
    color: #9d9d9d;
}
.dxbButton_Effect[class~="dxvgCommandItem_Effect"]
{
    margin: 0px 2px 0px 2px;
}
.dxbButton_Effect[class~="dxvgCommandItem_Effect"] .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}
/* Indents */
.dxvgControl_Effect .dxvg__I
{
    border-style: solid;
    border-color: #5c5c5c;
    border-width: 0 1px 0 0;
    cursor: default;
}
.dxvgControl_Effect .dxvg__I.dxvg__BB
{
    border-bottom-width: 1px;
}
.dxvgControl_Effect .dxvgER .dxvg__I.dxvg__BB
{
    border-bottom-width: 0;
}
.dxvgControl_Effect .dxvgMHI .dxvg__I
{
    border-right-width: 0;
}
.dxvgControl_Effect .dxvgMHI .dxvgER .dxvg__I.dxvg__BB
{
    border-bottom-width: 1px;
}
/* Title Panel, Status bar, Summary Panel */
.dxvgTitlePanel_Effect,
.dxvgTable_Effect caption
{
    font-size: 1.25em;
    font-weight: normal;
    padding: 4px 3px;
    text-align: center;
    background-color: #ACACAC;
    color: White;
    border-bottom: 1px Solid #9F9F9F;
}
.dxvgTable_Effect caption
{
    border-bottom: 1px dotted #5c5c5c;
}
.dxvgStatusBar_Effect
{
    border-top: 1px Solid #9F9F9F;
}
.dxvgStatusBar_Effect tr.dxvg
{
    height: 20px;
}
.dxvgStatusBar_Effect tr.dxvg > td
{
    padding: 4px;
}
.dxvgStatusBar_Effect tr.dxvg span .dxbButtonSys:first-child
{
    margin-left: 2px;
}
.dxvgSummaryPanel_Effect
{
    background-color: #dddddd;
    border-top: 1px solid #a0a0a0;
    padding: 8px 21px;
}
.dxvgSummaryItem_Effect
{
    display: inline-block;
    margin: 5px 8px 5px 0;
}
/* Pager */
.dxvgPagerTopPanel_Effect,
.dxvgPagerBottomPanel_Effect
{
    padding-top: 2px;
}
.dxvgPagerTopPanel_Effect
{
    border-bottom: 1px solid #a0a0a0;
}
.dxvgPagerBottomPanel_Effect
{
    border-top: 1px solid #a0a0a0;
}
/* Toolbar */
.dxvgControl_Effect .dxctToolbar_Effect.dxm-main.dxmtb.dxvgCTTop
{
    border-bottom: 1px solid #a0a0a0;
}
.dxvgControl_Effect .dxctToolbar_Effect.dxm-main.dxmtb.dxvgCTBottom
{
    border-top: 1px solid #a0a0a0;
}
/* Filter Builder, Filter Bar */
.dxvgFilterBar_Effect
{
    border-top: 1px solid #dfdfdf;
    background: #f2f2f2 none;
}
.dxvgFilterBar_Effect a
{
    color: #bc3f26;
    text-decoration: underline;
}
.dxvgFilterBar_Effect a:hover
{
    color: #f15e34;
}
.dxvgFilterBarCheckBoxCell_Effect
{
    padding: 0 7px 0 3px;
}
.dxvgFilterBarImageCell_Effect
{
    padding: 0 1px 0 3px;
    cursor: pointer;
}
.dxvgFilterBarExpressionCell_Effect
{
    padding: 5px 5px 8px 0;
    white-space: nowrap;
}
.dxvgFilterBarClearButtonCell_Effect
{
    padding: 5px 6px 8px;
}
.dxvgFilterBuilderMainArea_Effect
{
    background: white none;
    padding: 6px 2px;
}
.dxvgFilterBuilderButtonArea_Effect
{
    background-color: #e9e9e9;
    border-top: 1px solid #E0E0E0;
    padding: 6px;
    white-space: nowrap;
}
/* Header Filter */
.dxvgControl_Effect .dxvgHFC
{
    padding-left: 4px;
    padding-bottom: 3px;
}
.dxvgControl_Effect .dxvgHFC .dxeCalendar_Effect
{
    margin-top: 3px;
    margin-left: 22px;
}
.dxvgControl_Effect div[id$='DXEPLPC']
{
    height: 59px;
}
.dxvgControl_Effect .dxvgHFSD
{
    height: 1px;
    margin: 2px 0;
}
.dxvgControl_Effect .dxvgHFDRC
{
    margin: 15px 15px 25px;
}
.dxvgControl_Effect .dxvgHFDRP
{
    margin-left: 15px;
    margin-right: 15px;
    padding: 9px 0 6px;
}
.dxvgControl_Effect .dxvgHFDRP[id*="HFFDE"]
{
    margin-top: 15px;
    margin-bottom: 5px;
}
.dxvgControl_Effect .dxvgHFDRP[id*="HFTDE"]
{
    margin-bottom: 25px;
}
/* Batch Edit */
.dxvgControl_Effect td.dxvgBatchEditCell_Effect:not(.dxBatchEditCheckBoxCell)
{
    padding: 0 2px;
}
.dxvgControl_Effect td.dxvgBatchEditModifiedCell_Effect
{
    background: #d7f9c7;
}
.dxvgBatchEditDeletedItem_Effect,
.dxvgBatchEditNewItem_Effect.dxvgBatchEditDeletedItem_Effect
{
    background: #EFEFEF;
}
td.dxvgBatchEditDeletedItem_Effect:not(.dxvgCommandColumn_Effect)
{
    color: rgba(0,0,0,0.5);
}
.dxvgBatchEditDeletedItem_Effect.dxvgBatchEditModifiedCell_Effect
{
    background: #eefbe7 !important;
}
.dxvgBatchEditNewItem_Effect
{
    background: #F0FAEA;
}
.dxvgControl_Effect .dxvgErrorCell
{
    padding-left: 5px;
    width: 1px;
}
.dxvgControl_Effect .dxvgErrorCell img
{
    margin: -3px 0;
}
.dxvgStatusBar_Effect .dxbButton_Effect
{
    margin-right: 10px;
}
.dxvgRecordError_Effect
{
    background-color: #FFC8C8;
    color: #FF0000;
    padding: 6px 10px;
    height: 100%;
}
.dxvgERV .dxvgRecord_Effect
{
    display: none;
}
.dxvgEmptyRecord_Effect
{
    display: none;
    text-align: center;
}
.dxvgERV .dxvgEmptyRecord_Effect
{
    display: table-cell;
}
/* LoadingPanel */
.dxvgLoadingPanel_Effect
{
    font: 12px Tahoma, Geneva, sans-serif;
    color: #f88538;
    background-color: White;
    border: 1px solid #F88538;
}
.dxvgLoadingPanel_Effect td.dx
{
    white-space: nowrap;
    text-align: center;
    padding: 10px 20px 6px;
}
.dxvgLoadingPanel_Effect .dxlp-loadingImage
{
    background-image: url('../Web/Loading.gif');
    height: 18px;
    width: 18px;
}
.dxvgLoadingPanelStatusBar_Effect .dxlp-loadingImage
{
    background-image: url('../GridView/gvLoadingOnStatusBar.gif');
    height: 16px;
    width: 16px;
}
.dxvgLoadingPanelStatusBar_Effect
{
    background-color: transparent;
}
.dxvgLoadingPanelStatusBar_Effect td
{
    white-space: nowrap;
    text-align: center;
    padding: 0px 2px;
}
/* Search Panel */
.dxvgSearchPanel_Effect
{
    padding: 8px 4px 8px 10px;
    border-bottom: 1px solid #a0a0a0;
}
.dxvgSearchPanel_Effect > table
{
    width: 70%;
    max-width: 450px;
}
.dxvgControl_Effect .dxvgSearchPanel_Effect .dxbButton_Effect
{
    margin-left: 7px;
    margin-right: 0;
}
*[dir="rtl"].dxvgControl_Effect .dxvgSearchPanel_Effect .dxbButton_Effect
{
    margin-left: 0;
    margin-right: 7px;
}
.dxvgControl_Effect .dxvgHL
{
    background: #ffd83a;
    color: #333333;
    font-weight: bold;
    font-style: normal;
}
/* TODO remove (replace to command button style) */
.dxvgControl_Effect .dxvgSearchPanel_Effect .dxbButton_Effect
{
    font-size: 0.9em;
    margin-top: -2px;
    margin-bottom: -2px;
}
.dxvgControl_Effect .dxvgSearchPanel_Effect .dxbButton_Effect .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}
/* Removes flicking in iOS Safari*/
.dxvgTable_Effect
{
    -webkit-tap-highlight-color: transparent;
}
.dxvgFocusedCell_Effect
{
    box-shadow: inset 2px 2px 0 #2292B1, inset -2px -2px 0 #2292B1;
    -webkit-box-shadow: inset 2px 2px 0 #2292B1, inset -2px -2px 0 #2292B1;
    -moz-box-shadow: inset 2px 2px 0 #2292B1, inset -2px -2px 0 #2292B1;
}
