/* used as a border of large controls (like grids, diagram) */
/* used as a background below a page in richedit/diagram */
.dxvgControl_Mulberry,
.dxvgDisabled_Mulberry
{
    font: 14px "Segoe UI", "Helvetica Neue", "Droid Sans", Arial, Tahoma, Geneva, Sans-serif;
    color: #343434;
    background-color: #FFFFFF;
    cursor: default;
}
.dxvgDisabled_Mulberry
{
    color: #dddddd;
}
.dxvgControl_Mulberry a.dxeHyperlink:not([href]):not([onclick]):not(.dxbButtonSys)
{
    color: #343434;
    text-decoration: none;
}
.dxvgControl_Mulberry a
{
    color: #007300;
}
.dxvgControl_Mulberry a:hover
{
    color: #343434;
}
.dxvgControl_Mulberry a:hover.dxbDisabled_Mulberry
{
    color: #C3C3C3;
}
.dxvgDisabled_Mulberry a
{
    color: #dddddd;
}
.dxvgControl_Mulberry .dxeListBox_Mulberry
{
    background-color: #FFFFFF;
}
.dxvgTable_Mulberry
{
    background-color: #FFFFFF;
    border: Solid 1px #cbcbcb;
    border-collapse: separate !important;
    overflow: hidden;
    table-layout: fixed;
}
.dxvgTable_Mulberry .dxvgHEC
{
    background-color: #FFFFFF;
    border-width: 0;
    overflow: hidden;
}
.dxvgCSD .dxvgTable_Mulberry
{
    border-bottom: 0;
    border-right: 0;
}
.dxvgControl_Mulberry .dxvgCSD
{
    border-bottom: Solid 1px #cbcbcb;
}
.dxvgControl_Mulberry .dxvgCSD,
.dxvgControl_Mulberry .dxvgFC .dxvgHEC
{
    border-right: Solid 1px #cbcbcb;
}
.dxvgControl_Mulberry .dxvgFCW + .dxvgTable_Mulberry
{
    border-top: 0;
}
.dxvgControl_Mulberry table[id$='DXFixedTable']
{
    border-bottom: 0;
}
.dxvgHeader_Mulberry
{
    cursor: pointer;
    color: #8d8d8d;
    font-weight: normal;
    text-align: left;
    background-color: white;
    padding: 4px 10px 5px;
    border: 1px Solid #cbcbcb;
    border-width: 0 1px 1px 0;
    overflow: hidden;
    white-space: nowrap;
}
.dxvgCategory_Mulberry
{
    font-weight: bold;
    color: #8d8d8d;
    background-color: #FFFFFF;
    padding: 14px 10px;
    border-bottom: 1px solid #cbcbcb;
    overflow: hidden;
    white-space: nowrap;
}
.dxvgCSD .dxvgCategory_Mulberry:not(.dxvg__I)
{
    border-right: 1px solid #cbcbcb;
}
.dxvgCategoryRow_Mulberry.dxvgER .dxvgCategory_Mulberry,
.dxvgCategoryRow_Mulberry.dxvgCR .dxvgCategory_Mulberry
{
    cursor: pointer;
}
.dxvgCategoryRow_Mulberry.dxvgER .dxvgCategory_Mulberry.dxvg__I,
.dxvgCategoryRow_Mulberry.dxvgCR .dxvgCategory_Mulberry.dxvg__I
{
    cursor: default;
}
.dxvgRecord_Mulberry
{
    padding: 5px 10px 6px;
    border: 1px Solid #cbcbcb;
    border-width: 0 1px 1px 0;
    overflow: hidden;
}
.dxvgRecord_Mulberry:last-child
{
    border-right-width: 0;
}
.dxvgRPFC .dxvgRecord_Mulberry
{
    border-bottom: 1px Solid #cacbd3;
}
.dxvgGLNV .dxvgRecord_Mulberry
{
    border-right-width: 0;
}
.dxvgGLNH .dxvgRecord_Mulberry
{
    border-bottom-width: 0;
}
.dxvgGLNH .dxvgRPFC .dxvgRecord_Mulberry
{
    border-bottom-width: 1px;
}
.dxvgGLNH .dxvgRPFC.dxvgER .dxvgRecord_Mulberry
{
    border-bottom-width: 0;
}
.dxvgFC .dxvgGLNH tr:last-child .dxvgRecord_Mulberry
{
    border-bottom-width: 1px;
}
.dxvgRecordAlt_Mulberry
{
    background-color: #eff0f5;
}
/* Select, Hover */
.dxvgSelectedRecord_Mulberry
{
    background-color: #80A080;
}
.dxvgDataRowHover_Mulberry .dxvgRecord_Mulberry
{
    background-color: #f1f2f5;
    color: #343434;
}
/* Command Items */
.dxvgCommandCell_Mulberry
{
    padding: 3px 10px 6px;
}
.dxvgCommandCell_Mulberry a,
.dxvgHeader_Mulberry a.dxvgCommandItem_Mulberry
{
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}
.dxvgHeader_Mulberry a,
.dxvgHeader_Mulberry a:hover
{
    color: Green;
}
.dxbButton_Mulberry[class~="dxvgCommandItem_Mulberry"]
{
    margin: -2px 2px;
}
.dxbButton_Mulberry[class~="dxvgCommandItem_Mulberry"] .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}
/* Indents */
.dxvgControl_Mulberry .dxvg__I
{
    border-style: solid;
    border-color: #cacbd3;
    border-width: 0 1px 0 0;
    cursor: default;
}
.dxvgControl_Mulberry .dxvg__I.dxvg__BB
{
    border-bottom-width: 1px;
}
.dxvgControl_Mulberry .dxvgER .dxvg__I.dxvg__BB
{
    border-bottom-width: 0;
}
.dxvgControl_Mulberry .dxvgMHI .dxvg__I
{
    border-right-width: 0;
}
.dxvgControl_Mulberry .dxvgMHI .dxvgER .dxvg__I.dxvg__BB
{
    border-bottom-width: 1px;
}
/* Title Panel, Status bar, Summary Panel */
.dxvgTitlePanel_Mulberry,
.dxvgTable_Mulberry caption
{
    font-weight: normal;
    padding: 6px 5px 7px;
    text-align: center;
}
.dxvgPagerBottomPanel_Mulberry + .dxvgStatusBar_Mulberry
{
    border-top: 1px Solid #cbcbcb;
}
.dxvgStatusBar_Mulberry tr.dxvg
{
    height: 20px;
}
.dxvgStatusBar_Mulberry tr.dxvg > td
{
    padding: 13px 5px;
}
.dxvgStatusBar_Mulberry tr.dxvg span .dxbButtonSys:first-child
{
    margin-left: 4px;
}
.dxvgSummaryPanel_Mulberry
{
    border: 1px solid #CBCBCB;
    border-top: none;
    padding: 8px 22px;
}
.dxvgSummaryItem_Mulberry
{
    display: inline-block;
    margin: 5px 8px 5px 0;
}
/* Pager */
.dxvgPagerTopPanel_Mulberry,
.dxvgPagerBottomPanel_Mulberry
{
    padding: 2px 0;
}
.dxvgControl_Mulberry .dxpLite_Mulberry
{
    padding: 6px 0 6px 6px;
}
/* Filter Builder, Filter Bar */
.dxvgFilterBar_Mulberry
{
    border-top: 1px solid #cbcbcb;
}
.dxvgFilterBar_Mulberry a
{
    color: #007300;
    text-decoration: underline;
}
.dxvgFilterBar_Mulberry a:hover
{
    color: #343434;
}
.dxvgFilterBarCheckBoxCell_Mulberry
{
    padding: 0 5px 0 1px;
}
.dxvgFilterBarImageCell_Mulberry
{
    padding: 0 1px 0 3px;
    cursor: pointer;
}
.dxvgFilterBarExpressionCell_Mulberry
{
    padding: 6px 5px 8px 0;
    white-space: nowrap;
}
.dxvgFilterBarClearButtonCell_Mulberry
{
    padding: 5px 6px 8px;
}
.dxvgFilterBuilderMainArea_Mulberry
{
    background: white none;
    padding: 6px 2px;
}
.dxvgFilterBuilderButtonArea_Mulberry
{
    background-color: white;
    border-top: 1px solid #cbcbcb;
    padding: 12px;
    white-space: nowrap;
}
/* Header Filter */
.dxvgControl_Mulberry .dxvgHFC
{
    padding-left: 3px;
    padding-bottom: 3px;
}
.dxvgControl_Mulberry .dxvgHFC .dxeCalendar_Mulberry
{
    margin-top: 3px;
    margin-left: 32px;
}
.dxvgControl_Mulberry div[id$='DXEPLPC']
{
    height: 88px;
}
.dxvgControl_Mulberry .dxvgHFSD
{
    height: 1px;
    margin: 2px 0;
}
.dxvgControl_Mulberry .dxvgHFDRC
{
    margin: 20px 15px 30px;
}
.dxvgControl_Mulberry .dxvgHFDRP
{
    margin-left: 15px;
    margin-right: 15px;
    padding: 9px 0 6px;
}
.dxvgControl_Mulberry .dxvgHFDRP[id*="HFFDE"]
{
    margin-top: 20px;
    margin-bottom: 10px;
}
.dxvgControl_Mulberry .dxvgHFDRP[id*="HFTDE"]
{
    margin-bottom: 30px;
}
/* Batch Edit */
.dxvgControl_Mulberry td.dxvgBatchEditCell_Mulberry:not(.dxBatchEditCheckBoxCell)
{
    padding: 0;
}
.dxvgControl_Mulberry td.dxvgBatchEditModifiedCell_Mulberry
{
    background: #d7f9c7;
}
.dxvgBatchEditDeletedItem_Mulberry,
.dxvgBatchEditNewItem_Mulberry.dxvgBatchEditDeletedItem_Mulberry
{
    background: #EFEFEF;
}
td.dxvgBatchEditDeletedItem_Mulberry:not(.dxvgCommandColumn_Mulberry)
{
    color: rgba(0,0,0,0.5);
}
.dxvgBatchEditDeletedItem_Mulberry.dxvgBatchEditModifiedCell_Mulberry
{
    background: #eefbe7 !important;
}
.dxvgBatchEditNewItem_Mulberry
{
    background: #F0FAEA;
}
.dxvgControl_Mulberry .dxvgErrorCell
{
    padding-left: 5px;
    width: 1px;
}
.dxvgControl_Mulberry .dxvgErrorCell img
{
    margin: -2px 0;
}
.dxvgStatusBar_Mulberry .dxbButton_Mulberry
{
    margin-right: 10px;
}
.dxvgControl_Mulberry td.dxvgBatchEditCell_Mulberry,
.dxvgControl_Mulberry td.dxvgBatchEditModifiedCell_Mulberry
{
    border-bottom-width: 0 !important;
}
.dxvgRecordError_Mulberry
{
    background-color: #F3D6D6;
    color: #BA1717;
    padding: 6px 10px;
    height: 100%;
}
.dxvgERV .dxvgRecord_Mulberry
{
    display: none;
}
.dxvgEmptyRecord_Mulberry
{
    display: none;
    text-align: center;
}
.dxvgERV .dxvgEmptyRecord_Mulberry
{
    display: table-cell;
}
/* LoadingPanel */
.dxvgLoadingPanel_Mulberry
{
    font: 14px "Segoe UI", "Helvetica Neue", "Droid Sans", Arial, Tahoma, Geneva, Sans-serif;
    color: #343434;
    background-color: White;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.dxvgLoadingPanel_Mulberry td.dx
{
    white-space: nowrap;
    text-align: center;
    padding: 24px 36px 24px 26px;
}
.dxvgLoadingPanel_Mulberry .dxlp-loadingImage
{
    background-image: url('/DXR.axd?r=0_2981-hok3t');
    height: 40px;
    width: 40px;
}
.dxvgLoadingPanelStatusBar_Mulberry .dxlp-loadingImage
{
    background-image: url('/DXR.axd?r=0_2910-hok3t');
    height: 16px;
    width: 16px;
}
.dxvgLoadingPanelStatusBar_Mulberry
{
    background-color: transparent;
}
.dxvgLoadingPanelStatusBar_Mulberry td
{
    white-space: nowrap;
    text-align: center;
    padding: 0px 2px;
}
.dxvgLoadingDiv_Mulberry
{
    background-color: Gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}
/* Search Panel */
.dxvgSearchPanel_Mulberry
{
    padding: 14px 0;
}
.dxvgSearchPanel_Mulberry > table
{
    width: 70%;
    max-width: 650px;
}
.dxvgControl_Mulberry .dxvgSearchPanel_Mulberry .dxbButton_Mulberry
{
    margin-left: 7px;
    margin-right: 0;
}
*[dir="rtl"].dxvgControl_Mulberry .dxvgSearchPanel_Mulberry .dxbButton_Mulberry
{
    margin-left: 0;
    margin-right: 7px;
}
.dxvgControl_Mulberry .dxvgHL
{
    background: #ffd83a;
    color: #333333;
    font-weight: bold;
    font-style: normal;
}
/* TODO remove (replace to command button style) */
.dxvgControl_Mulberry .dxvgSearchPanel_Mulberry .dxbButton_Mulberry
{
    font-size: 0.9em;
    margin-top: -2px;
    margin-bottom: -2px;
}
.dxvgControl_Mulberry .dxvgSearchPanel_Mulberry .dxbButton_Mulberry .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}
/* Removes flicking in iOS Safari*/
.dxvgTable_Mulberry
{
    -webkit-tap-highlight-color: transparent;
}
.dxVerticalGrid_ExpandedButton_Mulberry,
.dxVerticalGrid_CollapsedButton_Mulberry
{
    margin: 2px 0 -2px;
}
.dxvgRecord_Mulberry .dxICheckBox_Mulberry,
.dxvgRecord_Mulberry .dxeIRadioButton_Mulberry
{
    margin: 0 1px 0;
}
.dxvgCommandCell_Mulberry .dxICheckBox_Mulberry,
.dxvgCommandCell_Mulberry .dxeIRadioButton_Mulberry
{
    margin: -4px 1px -5px;
}
.dxvgFocusedCell_Mulberry
{
    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;
}
