.dxvgControl_iOS,
.dxvgDisabled_iOS
{
	background-color: White;
	color: black;
	cursor: default;
	border: 0;
}
.dxvgDisabled_iOS
{
    color: #c0c0c0;
}
.dxvgControl_iOS a
{
    color: #00AEEF;
    text-decoration: none;
}
.dxvgControl_iOS a:hover
{
    color: #000000;
    text-decoration: underline;
}
.dxvgControl_iOS a:hover.dxbDisabled_iOS
{
    color: #6D6D72;
    text-decoration: none;
}
.dxvgDisabled_iOS a
{
    color: #c0c0c0;
}

.dxvgTable_iOS
{
    background-color: White;
    border: Solid 1px #DCDCDC;
    border-collapse: separate!important;
    overflow: hidden;
    table-layout: fixed;
}
.dxvgTable_iOS .dxvgHEC
{
    background-color: White;
    border-width: 0;
    overflow: hidden;
}

.dxvgControl_iOS .dxvgCSD 
{
    border-top: Solid 1px #DCDCDC;
    border-right: Solid 1px #DCDCDC;
    border-bottom: Solid 1px #DCDCDC;
}
.dxvgCSD .dxvgTable_iOS
{
    border-top: 0;
    border-right: 0;
}
.dxvgControl_iOS td > div + .dxvgTable_iOS
{
    border-top: 0;
}
.dxvgControl_iOS .dxvgCSD .dxvgTable_iOS,
.dxvgControl_iOS table[id$='DXFixedTable']
{
    border-bottom: 0;
}

.dxvgControl_iOS .dxvgCSD + .dxvgSummaryPanel_iOS,
.dxvgControl_iOS .dxvgCSD + .dxvgPagerBottomPanel_iOS,
.dxvgControl_iOS .dxvgCSD + .dxvgFilterBar_iOS,
.dxvgControl_iOS .dxvgCSD + .dxvgStatusBar_iOS,
.dxvgTable_iOS + .dxvgSummaryPanel_iOS,
.dxvgTable_iOS + .dxvgPagerBottomPanel_iOS,
.dxvgTable_iOS + .dxvgFilterBar_iOS,
.dxvgTable_iOS + .dxvgStatusBar_iOS
{
    border-top: 0;
}





.dxvgControl_iOS table[id$='DXTitle'] + .dxvgCSD,
.dxvgPagerTopPanel_iOS + .dxvgCSD,
.dxvgSearchPanel_iOS + .dxvgCSD,
.dxvgControl_iOS table[id$='DXTitle'] + .dxvgTable_iOS,
.dxvgPagerTopPanel_iOS + .dxvgTable_iOS,
.dxvgSearchPanel_iOS + .dxvgTable_iOS
{
    border-top: 0;
}

.dxvgHeader_iOS
{
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    background-color: #F6F6F7;
    padding: 18px 20px;
    border: 1px Solid #DCDCDC;
    border-width: 0 1px 1px 0;
    overflow: hidden;
    white-space: nowrap;
}
.dxvgCategory_iOS
{
    color: #00AEEF;
    font-weight: bold;
    background-color: white;
    padding: 30px 20px;
    border-bottom: 1px solid #DCDCDC;
    overflow: hidden;
    white-space: nowrap;
}
.dxvgCSD .dxvgCategory_iOS:not(.dxvg__I) 
{
    border-right: 1px solid #DCDCDC;
}
.dxvgCategoryRow_iOS.dxvgER .dxvgCategory_iOS,
.dxvgCategoryRow_iOS.dxvgCR .dxvgCategory_iOS 
{
    cursor: pointer;
}
.dxvgCategoryRow_iOS.dxvgER .dxvgCategory_iOS.dxvg__I,
.dxvgCategoryRow_iOS.dxvgCR .dxvgCategory_iOS.dxvg__I 
{
    cursor: default;
} 

.dxvgRecord_iOS
{
    padding: 14px 20px 16px;
    border: 1px Solid #DCDCDC;
    border-width: 0 1px 1px 0;
    overflow: hidden;
}
.dxvgRecord_iOS:last-child 
{
    border-right-width: 0;
}
.dxvgRPFC .dxvgRecord_iOS
{
    border-bottom: 1px Solid #DCDCDC;
}
.dxvgGLNV .dxvgRecord_iOS {
	border-right-width: 0;
 }
.dxvgGLNH .dxvgRecord_iOS {
	border-bottom-width: 0;
}
.dxvgGLNH .dxvgRPFC .dxvgRecord_iOS {
	border-bottom-width: 1px;
}
.dxvgGLNH .dxvgRPFC.dxvgER .dxvgRecord_iOS {
	border-bottom-width: 0;
}
.dxvgFC .dxvgGLNH tr:last-child .dxvgRecord_iOS {
    border-bottom-width: 1px;
}
.dxvgRecordAlt_iOS
{
    background-color: #fafafb;
}

/* Select, Hover */
.dxvgSelectedRecord_iOS,
.dxvgSelectedRecord_iOS.dxvgDataRowHover_iOS
{
    background-color: #EDEDEE;
}
.dxvgDataRowHover_iOS .dxvgRecord_iOS
{
    background-color: #EDEDEE;
}


/* Command Items */
.dxvgCommandCell_iOS 
{
    padding: 8px 4px;
}
.dxvgCommandCell_iOS a,
.dxvgHeader_iOS a.dxvgCommandItem_iOS
{
    margin: 0 5px 0 0;
}
.dxvgHeader_iOS a,
.dxvgCommandCell_iOS a
{
    color: #00AEEF;
}
.dxbButton_iOS[class~="dxvgCommandItem_iOS"]
{
    margin-left: 5px;
    margin-right: 5px;
}
.dxbButton_iOS[class~="dxvgCommandItem_iOS"] .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}

/* Indents */
.dxvgControl_iOS .dxvg__I
{
    border-style: solid;
    border-color: #DCDCDC;
    border-width: 0 1px 0 0;
    cursor: default;
}
.dxvgControl_iOS .dxvg__I.dxvg__BB 
{
    border-bottom-width: 1px;
}
.dxvgControl_iOS .dxvgER .dxvg__I.dxvg__BB 
{
    border-bottom-width: 0;
}
.dxvgControl_iOS .dxvgMHI .dxvg__I 
{
    border-right-width: 0;
}
.dxvgControl_iOS .dxvgMHI .dxvgER .dxvg__I.dxvg__BB 
{
    border-bottom-width: 1px;
}

/* Title Panel, Status bar, Summary Panel */
.dxvgTitlePanel_iOS, 
.dxvgTable_iOS caption
{
	font-size: 1.14em;
	font-weight: bold;
	padding: 8px 5px 9px;
	text-align: center;
	color: #000000;
    border-bottom: 1px Solid #DCDCDC;
}
.dxvgStatusBar_iOS
{
	border-top: 1px Solid #DCDCDC;
}
.dxvgStatusBar_iOS tr.dxvg
{
	height: 20px;
}
.dxvgStatusBar_iOS tr.dxvg > td
{
	padding: 10px;
}
.dxvgStatusBar_iOS tr.dxvg span .dxbButtonSys:first-child
{
	margin-left: 20px;
}
.dxvgSummaryPanel_iOS
{
    padding: 8px 21px;
    border-top: 1px Solid #DCDCDC;
}
.dxvgSummaryItem_iOS
{
    display: inline-block;
    margin: 5px 8px 5px 0;
}

/* Pager */
.dxvgPagerTopPanel_iOS,
.dxvgPagerBottomPanel_iOS
{
    padding: 12px 0;
}
.dxvgPagerTopPanel_iOS
{
    border-bottom: 1px Solid #DCDCDC;
}
.dxvgPagerBottomPanel_iOS
{
    border-top: 1px Solid #DCDCDC;
}
.dxvgControl_iOS .dxpLite_iOS,
.dxvgDisabled_iOS .dxpLite_iOS
{
	padding-top: 4px;
}

/* Filter Builder, Filter Bar */
.dxvgFilterBar_iOS
{
	border-top: 1px Solid #DCDCDC;    
}
.dxvgFilterBar_iOS > tbody > tr > td
{	
    padding-top: 7px;
}
.dxvgFilterBar_iOS a
{
	color: #00AEEF;
	text-decoration: none;
}
.dxvgFilterBar_iOS a:hover
{
	color: #000000;
	text-decoration: underline;
}
.dxvgFilterBarCheckBoxCell_iOS
{
    padding-left: 16px;
    padding-right: 7px;	
}
*[dir="rtl"] .dxvgFilterBarCheckBoxCell_iOS
{
	padding-right: 16px;
    padding-left: 7px;
}
.dxvgFilterBarImageCell_iOS
{
	padding: 0 1px 0 3px;
	cursor: pointer;
}
.dxvgFilterBar_iOS > tbody > tr > td.dxvgFilterBarExpressionCell_iOS
{
	padding: 8px 5px 8px 7px;
	white-space: nowrap;
}
*[dir="rtl"] .dxvgFilterBar_iOS > tbody > tr > td.dxvgFilterBarExpressionCell_iOS
{
	padding: 8px 7px 8px 5px;
	white-space: nowrap;
}
.dxvgFilterBarClearButtonCell_iOS
{
	padding: 12px 20px 8px;
}
.dxvgFilterBuilderMainArea_iOS
{
	background: white none;
	padding: 16px 2px;
} 
.dxvgFilterBuilderButtonArea_iOS
{
	border-top: 1px solid #C8C8CD;
	padding: 10px;
	white-space: nowrap;
}

/* Header Filter */
.dxvgControl_iOS .dxvgHFSAC
{
    padding: 9px 0 0 13px;
}
.dxvgControl_iOS .dxvgHFC
{
    padding-left: 4px;
}
.dxvgControl_iOS .dxvgHFC .dxeCalendar_iOS
{
    margin-top: 3px;
    margin-left: 7px;
}
.dxvgControl_iOS .dxvgHFSC
{
    padding: 9px 0 6px;
}
.dxvgControl_iOS .dxvgHFSC div
{
    height: 1px;
    background: #c8c8cd;
}
.dxvgControl_iOS div[id$='DXEPLPC']
{
    height: 53px;
}

.dxvgControl_iOS .dxvgHFSD
{
    height: 1px;
    margin: 2px 0;
}
.dxvgControl_iOS .dxvgHFDRC
{
    margin: 15px 15px 25px;
}
.dxvgControl_iOS .dxvgHFDRP
{
    margin-left: 15px;
    margin-right: 15px;
    padding: 9px 0 6px;
}
.dxvgControl_iOS .dxvgHFDRP[id*="HFFDE"]
{
    margin-top: 15px;
    margin-bottom: 5px;
}
.dxvgControl_iOS .dxvgHFDRP[id*="HFTDE"]
{
    margin-bottom: 25px;
}

/* Batch Edit */
.dxvgControl_iOS td.dxvgBatchEditCell_iOS
{
    padding: 0 2px;
}
.dxvgControl_iOS td.dxvgBatchEditModifiedCell_iOS
{
    background: #d7f9c7;
}
.dxvgControl_iOS .dxvgErrorCell
{
    padding-left: 5px;
    width: 1px;
}
.dxvgControl_iOS .dxvgErrorCell img
{
    margin: -3px 0;
}
.dxvgStatusBar_iOS .dxbButton_iOS
{
    margin-right: 10px;
}
.dxvgControl_iOS td.dxvgBatchEditCell_iOS .dxichCellSys
{
    padding-left: 0;
}
.dxvgRecordError_iOS
{
    background-color: #F3D6D6;
	color: #BA1717;
    padding: 6px 10px;
    height: 100%;
}
.dxvgERV .dxvgRecord_iOS {
	display: none;
}
.dxvgEmptyRecord_iOS {
	display: none;
	text-align: center;
}
.dxvgERV .dxvgEmptyRecord_iOS {
	display: table-cell;
}

/* LoadingPanel */
.dxvgLoadingPanel_iOS
{
	border: 1px solid #dcdcdc;
	background-color: white;
	color: #000000;
}
.dxvgLoadingPanel_iOS td.dx
{
	font-size: 1.17em;
	white-space: nowrap;
	text-align: center;
	padding: 10px 14px;
}
.dxvgLoadingPanel_iOS .dxlp-loadingImage
{
	background-image: url('../Web/Loading.gif');
	height: 40px;
	width: 40px;
}
.dxvgLoadingPanelStatusBar_iOS .dxlp-loadingImage 
{
	background-image: url('../GridView/gvLoadingOnStatusBar.gif');
	height: 14px;
	width: 14px;
}
.dxvgLoadingPanelStatusBar_iOS
{
	background-color: Transparent;
}
.dxvgLoadingPanelStatusBar_iOS td
{
	white-space: nowrap;
	text-align: center;
	padding: 0px 2px;
}

/* Search Panel */
.dxvgControl_iOS td.dxvgBatchEditCell_iOS
{
    padding: 0;
}
.dxvgControl_iOS td.dxvgBatchEditModifiedCell_iOS
{
    background: #d7f9c7;
}
.dxvgBatchEditDeletedItem_iOS,
.dxvgBatchEditNewItem_iOS.dxvgBatchEditDeletedItem_iOS
{
    background: #EFEFEF;
}
td.dxvgBatchEditDeletedItem_iOS:not(.dxvgCommandColumn_iOS)
{
    color: rgba(0, 0, 0, 0.5);
}
.dxvgBatchEditDeletedItem_iOS.dxvgBatchEditModifiedCell_iOS
{
    background: #eefbe7!important;
}
.dxvgBatchEditNewItem_iOS
{
    background: #F0FAEA;
}
.dxvgControl_iOS .dxvgErrorCell
{
    padding-left: 5px;
    width: 1px;
}
.dxvgControl_iOS .dxvgErrorCell img
{
    margin: -3px 0;
}
.dxvgControl_iOS td.dxvgBatchEditCell_iOS .dxichCellSys
{
    padding-left: 0;
}

.dxvgSearchPanel_iOS
{
    padding: 16px 0;    
    border-bottom: Solid 1px #DCDCDC;
}
.dxvgSearchPanel_iOS > table 
{
    width: 70%;
    max-width: 650px;
}
.dxvgControl_iOS .dxvgSearchPanel_iOS .dxbButton_iOS
{
    margin-left: 7px;
    margin-right: 0;
}
*[dir="rtl"].dxvgControl_iOS .dxvgSearchPanel_iOS .dxbButton_iOS {
    margin-left: 0;
    margin-right: 7px;
}
.dxvgControl_iOS .dxvgHL
{
    background: #00AEEF;
	color: white;
	font-weight: bold;
	font-style: normal;
}

/* Removes flicking in iOS Safari*/
.dxvgTable_iOS
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.dxvgRecord_iOS .dxICheckBox_iOS,
.dxvgRecord_iOS .dxeIRadioButton_iOS
{
    margin: 0 1px 0;
}

.dxvgFocusedCell_iOS
{
    box-shadow: inset 2px 2px 0 #dcdcdc, inset -2px -2px 0 #dcdcdc;
    -webkit-box-shadow: inset 2px 2px 0 #dcdcdc, inset -2px -2px 0 #dcdcdc;
    -moz-box-shadow: inset 2px 2px 0 #dcdcdc, inset -2px -2px 0 #dcdcdc;
}
