.dxtlControl_webstar
{
	cursor: default;
	font: bold 16px Arial,Verdana,Geneva,sans-serif;
	color: #201f35;
	border: 1px solid #9da0aa;
	background: White url('CssImages/ControlBack.png') no-repeat right bottom;
}
.dxtlControl_webstar caption
{
    font-weight: bold;
    color: #201f35;
    padding: 3px 3px 5px;
    text-align: center;
    background: #f2f3f4 url('CssImages/TitleBack.png') repeat-x left top;
    border-bottom: 0 solid #cacbd3;
    border: 1px solid #cacbd3;
}
/* Indent cells */
.dxtlIndent_webstar,
.dxtlIndentWithButton_webstar
{
    background: Transparent none;
    vertical-align: top;
}
.dxtlIndent_webstar
{
    padding: 0 11px;
}
.dxtlIndentWithButton_webstar
{
    padding: 4px 5px;
}
.dxtlSelectionCell_webstar
{
    border-width: 0;
}
/* Tree-lines cells */
.dxtlLineRoot_webstar,
.dxtlLineFirst_webstar,
.dxtlLineMiddle_webstar,
.dxtlLineLast_webstar,
.dxtlLineFirstRtl_webstar,
.dxtlLineMiddleRtl_webstar,
.dxtlLineLastRtl_webstar
{
    background-color: Transparent;
}
.dxtlIndent_webstar,
.dxtlIndentWithButton_webstar
{
    background-color: Transparent;
}
/* Headers */
.dxtlHeader_webstar,
.dxtlControl_webstar .dxtlHSDC
{
	background: #f2f3f4 url('CssImages/HeaderBack.png') repeat-x left top;
}
.dxtlHeader_webstar
{
    border: 1px solid #cacbd3;
    padding: 5px 6px;
    font-weight: normal;
    color: #201f35;
}
.dxtlHeader_webstar table.dxtl
{
    border-collapse: collapse;
    width: 100%;
}
.dxtlHeader_webstar td.dxtl
{
	padding: 0;
	font-weight: bold;
	text-align: center;
}
.dxtlHeader_webstar,
.dxtlHeader_webstar td.dxtl
{
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
}
/* Nodes */
.dxtlNode_webstar
{
    background: Transparent none;
}
.dxtlAltNode_webstar td.dxtl,
.dxtlAltNode_webstar .dxtlCommandCell_webstar,
.dxtlAltNode_webstar .dxtlSelectionCell_webstar
{
    background: url('CssImages/AltBack.png') left top;
}
.dxtlSelectedNode_webstar td.dxtl,
.dxtlSelectedNode_webstar .dxtlCommandCell_webstar,
.dxtlSelectedNode_webstar .dxtlSelectionCell_webstar
{
    background: #eff0f2 none;
    color: #201f35;
}
.dxtlFocusedNode_webstar td.dxtl,
.dxtlFocusedNode_webstar .dxtlCommandCell_webstar,
.dxtlFocusedNode_webstar .dxtlSelectionCell_webstar
{
    background: #dde6fd url('CssImages/FocusedBack.png') repeat-x left top;
    color: #201f35;
}
.dxtlAltNode_webstar .dxtlIndent_webstar,
.dxtlSelectedNode_webstar .dxtlIndent_webstar,
.dxtlFocusedNode_webstar .dxtlIndent_webstar
{
    background: Transparent none;
}
.dxtlInlineEditNode_webstar
{
    background: Transparent none;
}
.dxtlEditFormDisplayNode_webstar td.dxtl,
.dxtlEditFormDisplayNode_webstar .dxtlCommandCell_webstar,
.dxtlEditFormDisplayNode_webstar .dxtlSelectionCell_webstar
{
    background: #f9f9fc none;
}
.dxtlNode_webstar td.dxtl,
.dxtlAltNode_webstar td.dxtl,
.dxtlSelectedNode_webstar td.dxtl,
.dxtlFocusedNode_webstar td.dxtl,
.dxtlEditFormDisplayNode_webstar td.dxtl,
.dxtlCommandCell_webstar
{
    padding: 4px 6px;
    border-width: 0;
    white-space: nowrap;
    overflow: hidden;
}
.dxtlHeader_webstar .dxbButton_webstar,
.dxtlCommandCell_webstar .dxbButton_webstar
{
    margin: -2px 2px;
}
.dxtlHeader_webstar .dxbButton_webstar .dxb,
.dxtlCommandCel_webstar .dxbButton_webstar .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}
.dxtlEditFormDisplayNode_webstar td.dxtl,
.dxtlEditFormDisplayNode_webstar td.dxtl__cc
{
    border-bottom: 1px solid #d9dae0;
}
.dxtlInlineEditNode_webstar td.dxtl
{
    border-width: 0;
    padding: 1px;
}
/* Preview */
.dxtlPreview_webstar
{
    background: url('CssImages/PreviewBack.png') left top;
    color: #777777;
    padding: 14px;
    border-width: 0;
    overflow: hidden;
}
/* Footers */
.dxtlGroupFooter_webstar td.dxtl,
.dxtlFooter_webstar td.dxtl,
.dxtlControl_webstar .dxtlFSDC
{
    background-color: #f9f9fc;
}
.dxtlGroupFooter_webstar td.dxtl,
.dxtlFooter_webstar td.dxtl
{
    padding: 6px;
    white-space: nowrap;
    border-top: 1px solid #e1e1e9;
    border-right: 1px solid #e1e1e9;
    border-bottom: 1px solid #e1e1e9;
    border-left-color: #e1e1e9;
    border-left-style: solid;
    border-left-width: 0 !important;
    overflow: hidden;
}
.dxtlGroupFooter_webstar .dx-ar > br,
.dxtlFooter_webstar .dx-ar > br
{
    float: none;
}
/* Pagers */
.dxtlPagerTopPanel_webstar,
.dxtlPagerBottomPanel_webstar
{
    background: #f1f2f6 url('CssImages/PagerBack.png') left top;
}
.dxtlPagerTopPanel_webstar
{
    border-bottom: 1px solid #cacbd3;
}
.dxtlPagerBottomPanel_webstar
{
    border-top: 1px solid #cacbd3;
}
/* Toolbars */
.dxtlControl_webstar .dxctToolbar_webstar.dxm-main.dxtlCTTop
{
    border-bottom: 1px solid #cacbd3;
}
.dxtlControl_webstar .dxctToolbar_webstar.dxm-main.dxtlCTBottom
{
    border-top: 1px solid #cacbd3;
}
/* Editing */
.dxtlEditForm_webstar
{
    background: #f9f9fc none;
    border-width: 0;
    padding: 8px 10px 10px;
}
.dxtlEditFormCaption_webstar,
.dxtlEditFormEditCell_webstar
{
    padding: 4px;
}
.dxtlEditFormCaption_webstar
{
    padding-left: 10px;
    white-space: nowrap;
}
.dxtlError_webstar
{
    background-color: #ebecef;
    color: #ba1717;
    padding: 6px 10px;
    border-width: 0;
}
.dxtlPopupEditForm_webstar
{
    padding: 12px;
}
/* Links */
.dxtlControl_webstar a.dxeHyperlink:not([href]):not([onclick]):not(.dxbButtonSys)
{
    color: #201f35;
    text-decoration: none;
}
.dxtlControl_webstar a
{
    color: #1b3f91;
    text-decoration: none;
}
.dxtlControl_webstar a:hover
{
    text-decoration: underline;
}
.dxtlSelectedNode_webstar a,
.dxtlFocusedNode_webstar a
{
    color: #1b3f91;
    text-decoration: none;
}
.dxtlSelectedNode_webstar a:hover,
.dxtlFocusedNode_webstar a:hover
{
    text-decoration: underline;
}
.dxtlCommandCell_webstar a
{
    margin-right: 3px;
}
/* Loading panel */
.dxtlLoadingPanel_webstar
{
    font: 16px Arial, Verdana, Geneva, sans-serif;
    color: #201f35;
    background-color: White;
    border: 1px solid #9da0aa;
}
.dxtlLoadingPanel_webstar td.dx
{
    white-space: nowrap;
    text-align: center;
    padding: 7px 10px;
}
.dxtlLoadingPanel_webstar .dxlp-loadingImage
{
    background-image: url('../Web/Loading.gif');
    height: 32px;
    width: 32px;
}
/* Disabled */
.dxtlDisabled_webstar,
.dxtlDisabled_webstar .dxtl
{
	color: #b1b1b8;
	cursor: default;
	font-weight: bold;
}
/*batch*/
.dxtlControl_webstar .dxtlBatchEditDeletedNode_webstar,
.dxtlControl_webstar .dxtlBatchEditNewNode_webstar.dxtlBatchEditDeletedNode_webstar,
.dxtlControl_webstar .dxtlBatchEditDeletedNode_webstar .dxtlPreview_webstar
{
    background: #EFEFEF;
}
.dxtlControl_webstar td.dxtlBatchEditCell_webstar
{
    padding: 0 2px;
}
.dxtlControl_webstar td.dxtlBatchEditModifiedCell_webstar
{
    background: #d7f9c7;
}
.dxtlControl_webstar td.dxtlBatchEditCell_webstar .dxichCellSys
{
    padding-left: 0;
}
.dxtlBatchEditDeletedNode_webstar > td:not(.dxtlCommandColumn)_webstar
{
    color: rgba(0,0,0,0.5);
}
.dxtlBatchEditDeletedNode_webstar td.dxtlBatchEditModifiedCell_webstar
{
    background: #eefbe7;
}
.dxtlControl_webstar .dxtlBatchEditNewNode_webstar
{
    background: #F0FAEA;
}
.dxtlFocusedCell_webstar
{
    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;
}
.dxtlControl_webstar .dxtlErrorCell
{
    padding-left: 5px;
    width: 1px;
}
.dxtlControl_webstar .dxtlErrorCell img
{
    margin: -3px 0;
}
/* Filtering */
.dxtlFilterRow_webstar
{
	background: #ebecef;
	font-weight: bold;
}
.dxtlFilterRow_webstar > td
{
    border-bottom: 1px Solid #abacb9;
    border-right: 1px Solid #abacb9;
    border-top-width: 0;
    border-left-width: 0;
    padding: 2px;
    overflow: hidden;
}
.dxtlSearchPanel_webstar
{
    padding: 7px;
    background-color: #ebecef;
    border-bottom: 1px solid #cacbd3;
}
.dxtlSearchPanel_webstar > table
{
    width: 70%;
    max-width: 450px;
}
*[dir="rtl"].dxtlControl_webstar .dxtlSearchPanel_webstar .dxbButton_webstar
{
    margin-left: 0;
    margin-right: 7px;
}
/* TODO remove (replace to command button style) */
.dxtlControl_webstar .dxtlSearchPanel_webstar .dxbButton_webstar
{
    font-size: 0.9em;
    margin-top: -2px;
    margin-bottom: -2px;
}
.dxtlControl_webstar .dxtlSearchPanel_webstar .dxbButton_webstar .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}
.dxtlControl_webstar .dxbButton_webstar
{
    margin-left: 7px;
    margin-right: 0;
}
.dxtlFilterBar_webstar
{
    border-top: 1px solid #cacbd3;
    background: #f9f9fc none;
}
.dxtlFilterBar_webstar a
{
    color: #394ea2;
    text-decoration: underline;
}
.dxtlFilterBarCheckBoxCell_webstar
{
    padding: 0 7px 0 3px;
}
.dxtlFilterBarImageCell_webstar
{
    padding: 0 1px 0 3px;
    cursor: pointer;
}
.dxtlFilterBarExpressionCell_webstar
{
    padding: 5px 5px 8px 0;
    white-space: nowrap;
}
.dxtlFilterBarClearButtonCell_webstar
{
    padding: 5px 6px 8px;
}
dxtlFilterBuilderMainArea_webstar
{
    background: white none;
    padding: 6px 2px;
}
.dxtlFilterBuilderButtonArea_webstar
{
    background: #ededed none;
    border-top: 1px solid #cacbd3;
    padding: 6px;
    white-space: nowrap;
}
.dxtlControl_webstar .dxtlHFSD
{
    height: 1px;
    margin: 2px 0;
}
.dxtlControl_webstar .dxtlHFDRC
{
    margin: 15px 15px 25px;
}
.dxtlControl_webstar .dxtlHFDRP
{
    margin-left: 15px;
    margin-right: 15px;
    padding: 9px 0 6px;
}
.dxtlControl_webstar .dxtlHFDRP[id*="HFFDE"]
{
    margin-top: 15px;
    margin-bottom: 5px;
}
.dxtlControl_webstar .dxtlHFDRP[id*="HFTDE"]
{
    margin-bottom: 25px;
}
