
.dxvgControl_CMB,
.dxvgDisabled_CMB
{
    font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	background-color: White;	
    color: #484848;
	cursor: default;
}
.dxvgDisabled_CMB
{
    color: #b8b8b8;
}
.dxvgControl_CMB a
{
    color: #3C8DF2;
    text-decoration: none;
}
.dxvgControl_CMB a:hover
{
    text-decoration: underline;
}
.dxvgControl_CMB a:hover.dxbDisabled_CMB
{
    color: #BBBBBB;
    text-decoration: none;
}
.dxvgDisabled_CMB a
{
    color: #b8b8b8;
}

.dxvgTable_CMB
{
    background-color: White;
	border: 1px #dfdfdf solid;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	border-collapse: separate!important;
	overflow: hidden;
    table-layout: fixed;
}
.dxvgTable_CMB .dxvgHEC
{
    background-color: White;
    border-width: 0;
    overflow: hidden;
}

.dxvgControl_CMB .dxvgCSD 
{
    border-right: Solid 1px #dfdfdf;
    border-bottom: Solid 1px #dfdfdf;
}
.dxvgCSD .dxvgTable_CMB
{
    border-right: 0;
}
.dxvgControl_CMB .dxvgFCW + .dxvgTable_CMB
{
    border-top: 0;
}

.dxvgControl_CMB .dxvgCSD .dxvgTable_CMB,
.dxvgControl_CMB table[id$='DXFixedTable']
{
    border-bottom: 0;
}

.dxvgControl_CMB .dxvgCSD + .dxvgSummaryPanel_CMB,
.dxvgControl_CMB .dxvgCSD + .dxvgPagerBottomPanel_CMB,
.dxvgControl_CMB .dxvgCSD + .dxvgFilterBar_CMB,
.dxvgControl_CMB .dxvgCSD + .dxvgStatusBar_CMB,
.dxvgTable_CMB + .dxvgSummaryPanel_CMB,
.dxvgTable_CMB + .dxvgPagerBottomPanel_CMB,
.dxvgTable_CMB + .dxvgFilterBar_CMB,
.dxvgTable_CMB + .dxvgStatusBar_CMB
{
    border-top: 0;
}

.dxvgHeader_CMB
{
    cursor: pointer;
    color: black;
    font-weight: bold;
    text-align: left;
    background-color: white;
    padding: 21px 10px 17px;
    border: 1px Solid #DCDCDC;
    border-width: 0 1px 1px 0;
    overflow: hidden;
    white-space: nowrap;
}
.dxvgCategory_CMB
{
    color: #939393;
    font-weight: bold;
    background-color: #f4f4f4;
    padding: 30px 10px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    white-space: nowrap;
}
.dxvgCSD .dxvgCategory_CMB:not(.dxvg__I) 
{
    border-right: 1px solid #dfdfdf;
}
.dxvgCategoryRow_CMB.dxvgER .dxvgCategory_CMB,
.dxvgCategoryRow_CMB.dxvgCR .dxvgCategory_CMB 
{
    cursor: pointer;
}
.dxvgCategoryRow_CMB.dxvgER .dxvgCategory_CMB.dxvg__I,
.dxvgCategoryRow_CMB.dxvgCR .dxvgCategory_CMB.dxvg__I 
{
    cursor: default;
} 

.dxvgRecord_CMB
{
    padding: 19px 10px 18px;
    border: 1px Solid #dfdfdf;
    border-width: 0 1px 1px 0;
    overflow: hidden;
}
.dxvgRecord_CMB:last-child 
{
    border-right-width: 0;
}
.dxvgRPFC .dxvgRecord_CMB
{
    border-bottom: 1px Solid #DCDCDC;
}
.dxvgGLNV .dxvgRecord_CMB {
	border-right-width: 0;
 }
.dxvgGLNH .dxvgRecord_CMB {
	border-bottom-width: 0;
}
.dxvgGLNH .dxvgRPFC .dxvgRecord_CMB {
	border-bottom-width: 1px;
}
.dxvgGLNH .dxvgRPFC.dxvgER .dxvgRecord_CMB {
	border-bottom-width: 0;
}
.dxvgFC .dxvgGLNH tr:last-child .dxvgRecord_CMB {
    border-bottom-width: 1px;
}
.dxvgRecordAlt_CMB
{
    background-color: #f5f5f5;
}

/* Select, Hover */
.dxvgSelectedRecord_CMB,
.dxvgSelectedRecord_CMB.dxvgDataRowHover_CMB
{
    background-color: #f1f1f1;	
}
.dxvgDataRowHover_CMB .dxvgRecord_CMB
{
    background-color: #eeeeee;
}


/* Command Items */
.dxvgCommandCell_CMB 
{
    padding: 8px 4px;
}
.dxvgCommandCell_CMB a,
.dxvgHeader_CMB a.dxvgCommandItem_CMB
{
    margin: 0 5px 0 0;
}
.dxvgHeader_CMB a,
.dxvgCommandCell_CMB a
{
    color: #3C8DF2;
}
.dxbButton_CMB[class~="dxvgCommandItem_CMB"]
{
    margin-left: 5px;
    margin-right: 5px;
}
.dxbButton_CMB[class~="dxvgCommandItem_CMB"] .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}

/* Indents */
.dxvgControl_CMB .dxvg__I
{
    border-style: solid;
    border-color: #DCDCDC;
    border-width: 0 1px 0 0;
    cursor: default;
    box-shadow: none;
}
.dxvgControl_CMB .dxvg__I.dxvg__BB 
{
    border-bottom-width: 1px;
}
.dxvgControl_CMB .dxvgER .dxvg__I.dxvg__BB 
{
    border-bottom-width: 0;
}
.dxvgControl_CMB .dxvgMHI .dxvg__I 
{
    border-right-width: 0;
}
.dxvgControl_CMB .dxvgMHI .dxvgER .dxvg__I.dxvg__BB 
{
    border-bottom-width: 1px;
}

/* Title Panel, Status bar, Summary Panel */
.dxvgTitlePanel_CMB, 
.dxvgTable_CMB caption
{
	font-size: 1.25em;
	font-weight: normal;
	padding: 3px 3px 5px;
	text-align: center;
	color: #999999;	
}
.dxvgStatusBar_CMB
{
	border-top: 1px Solid #dfdfdf;
}
.dxvgStatusBar_CMB tr.dxvg
{
	height: 20px;
}
.dxvgStatusBar_CMB tr.dxvg > td
{
	padding: 24px 0;
}
.dxvgStatusBar_CMB tr.dxvg span .dxbButtonSys:first-child
{
	margin-left: 20px;
}
.dxvgSummaryPanel_CMB
{
    border: 1px solid #dfdfdf;
    background-color: #f4f4f4;
    color: #8e8e93;
    padding: 8px 21px;
}
.dxvgSummaryItem_CMB
{
    display: inline-block;
    margin: 5px 8px 5px 0;
}

/* Pager */
.dxvgPagerTopPanel_CMB,
.dxvgPagerBottomPanel_CMB
{
	padding: 9px 0;
}
.dxvgPagerTopPanel_CMB
{
}
.dxvgPagerBottomPanel_CMB
{
    border-top: 1px Solid #dfdfdf;
    border-bottom: 1px Solid #dfdfdf;
    border-left: 1px Solid #dfdfdf;
    border-right: 1px Solid #dfdfdf;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}
.dxvgControl_CMB .dxpLite_CMB,
.dxvgDisabled_CMB .dxpLite_CMB
{
	padding-top: 4px;
}

/* Filter Builder, Filter Bar */
.dxvgFilterBar_CMB
{   
    
    margin-top: 16px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
    border: 1px solid #dfdfdf;
    border-radius: 4px;   
    border-collapse: separate; 
	
}
.dxvgFilterBar_CMB a
{
	color: #3C8DF2;
	text-decoration: none;
}
.dxvgFilterBar_CMB a:hover
{
	text-decoration: underline;
}
.dxvgFilterBar_CMB > tbody > tr > td
{
    padding-top: 14px;
    padding-bottom: 14px;
}
.dxvgFilterBarCheckBoxCell_CMB
{
    padding-left: 20px;    
}
*[dir="rtl"] .dxvgFilterBarCheckBoxCell_CMB
{
	padding-right: 20px;    
}
.dxvgFilterBarImageCell_CMB
{
	padding: 0 8px 0 20px;
	cursor: pointer;
}
*[dir="rtl"] .dxvgFilterBarImageCell_CMB
{
	padding: 0 20px 0 8px;	
}
.dxvgFilterBarImageCell_CMB img
{
    margin-top: 3px;
    margin-left: 0;
}
.dxvgFilterBarExpressionCell_CMB
{
	padding: 5px 5px 8px 0;
	white-space: nowrap;
}
.dxvgFilterBarClearButtonCell_CMB
{
	padding: 5px 20px 8px 6px;
}
*[dir="rtl"] .dxvgFilterBarClearButtonCell_CMB
{
	padding: 5px 6px 8px 20px;
}
.dxvgFilterBuilderMainArea_CMB
{
	background: white none;
	padding: 6px 2px;
} 
.dxvgFilterBuilderButtonArea_CMB
{
	border-top: 1px solid #eaeaea;
	padding: 10px;
	white-space: nowrap;
}
.dxvgFilterBuilderButtonArea_CMB .dxbButton_CMB
{
    margin-left: 8px;
}

/* Header Filter */
.dxvgControl_CMB .dxpcLite_CMB .dxpc-footerContent > table 
{
    margin: 13px 20px 11px 0px;
}
.dxvgControl_CMB .dxpcLite_CMB .dxpc-footerContent 
{
    padding: 12px 20px 7px 12px;
}
.dxvgControl_CMB .dxvgHFSAC
{
    padding: 9px 0 0 4px;
}
.dxvgControl_CMB .dxvgHFC
{
    padding-left: 4px;
}
.dxvgControl_CMB .dxvgHFC .dxeCalendar_CMB
{
    margin-top: 3px;
    margin-left: 7px;
}
.dxvgControl_CMB .dxvgHFSC
{
    padding: 9px 0 6px;
}
.dxvgControl_CMB .dxvgHFSC div
{
    height: 1px;
    background: #c0c0c0;
}
.dxvgControl_CMB div[id$='DXEPLPC']
{
    height: 53px;
}

.dxvgControl_CMB .dxvgHFSD
{
    height: 1px;
    margin: 2px 0;
}
.dxvgControl_CMB .dxvgHFDRC
{
    margin: 15px 15px 25px;
}
.dxvgControl_CMB .dxvgHFDRP
{
    margin-left: 15px;
    margin-right: 15px;
    padding: 9px 0 6px;
}
.dxvgControl_CMB .dxvgHFDRP[id*="HFFDE"]
{
    margin-top: 15px;
    margin-bottom: 5px;
}
.dxvgControl_CMB .dxvgHFDRP[id*="HFTDE"]
{
    margin-bottom: 25px;
}

/* Batch Edit */
.dxvgControl_CMB td.dxvgBatchEditCell_CMB
{
    padding: 0 2px;
}
.dxvgControl_CMB td.dxvgBatchEditModifiedCell_CMB
{
    background: #d7f9c7;
}
.dxvgControl_CMB .dxvgErrorCell
{
    padding-left: 5px;
    width: 1px;
}
.dxvgControl_CMB .dxvgErrorCell img
{
    margin: -3px 0;
}
.dxvgStatusBar_CMB .dxbButton_CMB
{
    margin-right: 10px;
}
.dxvgControl_CMB td.dxvgBatchEditCell_CMB .dxichCellSys
{
    padding-left: 0;
}
.dxvgRecordError_CMB
{
    background-color: #FFC8C8;
	color: #FF0000;
    padding: 6px 10px;
    height: 100%;
}
.dxvgERV .dxvgRecord_CMB {
	display: none;
}
.dxvgEmptyRecord_CMB {
	display: none;
	text-align: center;
}
.dxvgERV .dxvgEmptyRecord_CMB {
	display: table-cell;
}

/* LoadingPanel */
.dxvgLoadingPanel_CMB
{
	background-color: white;
	font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #484848;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
.dxvgLoadingPanel_CMB td.dx
{
	font-size: 1.17em;
	white-space: nowrap;
	text-align: center;
	padding: 10px 14px;
}
.dxvgLoadingPanel_CMB .dxlp-loadingImage
{
	background-image: url('../Web/Loading.gif');
	height: 32px;
	width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
}
.dxvgLoadingPanelStatusBar_CMB
{
	background-color: Transparent;
}
.dxvgLoadingPanelStatusBar_CMB td
{
	white-space: nowrap;
	text-align: center;
	padding: 0px 2px;
}
.dxvgLoadingPanelStatusBar_CMB .dxlp-loadingImage 
{
	background-image: url('../GridView/gvLoadingOnStatusBar.gif');
	height: 16px;
	width: 16px;
}

/* Search Panel */
.dxvgSearchPanel_CMB
{
    padding: 7px 0 16px;    
}
.dxvgSearchPanel_CMB > table
{
    width: 100%;
}
.dxvgSearchPanel_CMB .dxeButtonEdit_CMB
{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
    width: 100%;    
}
.dxvgSearchPanel_CMB .dxeButtonEdit_CMB,
.dxvgSearchPanel_CMB .dxeButtonEdit_CMB input
{    
    background-color: #FAFAFA;    
}
.dxvgSearchPanel_CMB .dxeButtonEdit_CMB .dxic
{
    padding: 15px 8px 17px 12px;
}
*[dir="rtl"] .dxvgSearchPanel_CMB .dxeButtonEdit_CMB .dxic
{
    padding: 15px 12px 17px 8px;
}
.dxvgControl_CMB .dxvgSearchPanel_CMB .dxbButton_CMB
{
    margin-left: 7px;
    margin-right: 0;
}
*[dir="rtl"].dxvgControl_CMB .dxvgSearchPanel_CMB .dxbButton_CMB {
    margin-left: 0;
    margin-right: 7px;
}
.dxvgControl_CMB .dxvgHL
{
    background: #3C8DF2;
    color: white;
	font-weight: bold;
	font-style: normal;
}

/* Removes flicking in iOS Safari*/
.dxvgTable_CMB
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.dxvgRecord_CMB .dxICheckBox_CMB,
.dxvgRecord_CMB .dxeIRadioButton_CMB
{
    margin: 0 10px 0 10px;
}

.dxvgFocusedCell_CMB
{
    box-shadow: inset 2px 2px 0 #dfdfdf, inset -2px -2px 0 #dfdfdf;
    -webkit-box-shadow: inset 2px 2px 0 #dfdfdf, inset -2px -2px 0 #dfdfdf;
    -moz-box-shadow: inset 2px 2px 0 #dfdfdf, inset -2px -2px 0 #dfdfdf;
}
/* Ripple */
.dxvgControl_CMB .dxvgTable_CMB .dxvgHeader_CMB::before,
.dxvgControl_CMB .dxvgCustomization_CMB .dxvgHeader_CMB::before
{
    content: "dxRippleTarget";
    display: none;
}
