﻿.dxeLoadingDiv_abk
{
	background: White;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: wait;
}
.dxeLoadingPanel_abk
{
	font: 8pt Verdana;
	color: #303030;
}
.dxeLoadingPanel_abk td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}

.dxeReadOnly_abk 
{
    
}
.dxeBase_abk
{
    font-family: Verdana;
    font-size: 8pt;
}
/* -- ErrorFrame -- */
.dxeErrorCell_abk, .dxeErrorCell_abk td
{
    font-family: Verdana;
    font-size: 8pt;
	color: Red;
}
.dxeErrorCell_abk
{ 
	padding-left: 4px;
	padding-right:5px;
}
.dxeErrorFrameWithoutError_abk {
    border: 1px solid Red;
}
.dxeErrorFrameWithoutError_abk .dxeControlsCell_abk {
    padding: 2px;
}

.dxeEditArea_abk 
{
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #A0A0A0;
	
	/* esquerel added */
	display: block;
	width: 150px!important;
	padding: 2px;
}

/* -- Buttons -- */
.dxeButtonEditButton_abk, .dxeCalendarButton_abk,
.dxeSpinIncButton_abk, .dxeSpinDecButton_abk,
.dxeSpinLargeIncButton_abk, .dxeSpinLargeDecButton_abk
{	
	vertical-align: middle;
	border: solid 1px #7f7f7f;
	cursor: pointer;
} 
.dxeButtonEditButton_abk, .dxeCalendarButton_abk, .dxeButtonEditButton_abk td.dx, .dxeCalendarButton_abk td.dx,
.dxeSpinIncButton_abk, .dxeSpinDecButton_abk, .dxeSpinLargeIncButton_abk, .dxeSpinLargeDecButton_abk,
.dxeSpinIncButton_abk td.dx, .dxeSpinDecButton_abk td.dx, .dxeSpinLargeIncButton_abk td.dx, .dxeSpinLargeDecButton_abk td.dx
{	
    font-family: Verdana;
    font-size: 8pt;        
    font-weight: normal;
	text-align: center;
	white-space: nowrap;
} 
.dxeButtonEditButton_abk,
.dxeSpinIncButton_abk, .dxeSpinDecButton_abk, .dxeSpinLargeIncButton_abk, .dxeSpinLargeDecButton_abk
{
    padding: 0px 2px 0px 3px;
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtDropDownBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
    background-color: #e6e6e6;
}
.dxeSpinIncButton_abk
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtSpinIncBtnBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
	background-color: #F0F0F0;
}
.dxeSpinDecButton_abk
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtSpinDecBtnBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
	background-color: #E6E6E6;
}

.dxeButtonEditButton_abk table.dxbebt,
.dxeSpinIncButton_abk table.dxbebt, .dxeSpinDecButton_abk table.dxbebt, 
.dxeSpinLargeIncButton_abk table.dxbebt, .dxeSpinLargeDecButton_abk table.dxbebt
{
	width: 10px;
}
.dxeCalendarButton_abk      
{
	font-size: 8pt;
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtCalendarButtonBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
    background-color: #e5e5e5;
	padding: 4px 11px;
	padding-top: 3px;
	width: 32px;
}
.dxeCalendarButton_abk td.dx
{
	font-size: 8pt;    
	text-align: center;
	white-space: nowrap;
}
.dxeCalendarButton_abk table.dxbebt 
{
	width: 100%;
}

/* -- Pressed -- */
.dxeCalendarButtonPressed_abk, .dxeButtonEditButtonPressed_abk,
.dxeSpinIncButtonPressed_abk, .dxeSpinDecButtonPressed_abk, .dxeSpinLargeIncButtonPressed_abk, 
.dxeSpinLargeDecButtonPressed_abk
{
	background-image: none;
	background-color: #D5D5D5;
	border: Solid 1px #7F7F7F;	
}
/* -- Hover -- */
.dxeCalendarButtonHover_abk, .dxeButtonEditButtonHover_abk,
.dxeSpinIncButtonHover_abk, .dxeSpinDecButtonHover_abk, .dxeSpinLargeIncButtonHover_abk, .dxeSpinLargeDecButtonHover_abk
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtDropDownButtonHoverBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #F2F2F2;
	border: Solid 1px #606060;
}
.dxeCalendarButtonHover_abk
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtCalendarButtonHBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
}

.dxeButtonEdit_abk
{
    background-color: white;
    border: solid 1px #9F9F9F;
    width: 170px;
}
.dxeButtonEdit_abk .dxeEditArea_abk {
    background-color: white;
}
.dxeButtonEdit_abk .dxeEditArea_abk, .dxeButtonEdit_abk td.dxic
{
	width: 100%;
}
.dxeButtonEdit_abk td.dxic
{
    padding: 0px 2px 0px 1px;
}
.dxeButtonEdit_abk .dxeIIC img {
    padding-left: 3px;
}
.dxeTextBox_abk, .dxeMemo_abk
{
    background-color: white;
    border: solid 1px #9f9f9f;
}
.dxeTextBox_abk td.dxic
{
	padding: 1px 2px;
	width: 100%;
}
.dxeTextBox_abk .dxeEditArea_abk
{
    background-color: white;
}
.dxeRadioButtonList_abk
{
    border: Solid 1px #9F9F9F;
}
.dxeRadioButtonList_abk, .dxeRadioButtonList_abk table
{
    font-family: Verdana;
    font-size: 8pt;    
}
.dxeRadioButtonList_abk td.dxe
{
    padding: 7px 5px 6px 11px;
}
.dxeRadioButtonList_abk label
{
	margin-right: 6px;    
}

/* -- Memo -- */
.dxeMemo_abk
{

}
.dxeMemoEditArea_abk 
{
	background-color: white;
	font-family: Verdana;
	font-size: 8pt;
}
.dxeMemo_abk td
{
	padding: 0 0 0 4px;
	width: 100%;
}

/* -- Hyperlink -- */
.dxeHyperlink_abk
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    color: #0d45b7;        
}
a.dxeHyperlink_abk:hover
{
    color: #5494ea;    
}
a.dxeHyperlink_abk:visited
{
    color: #ab59a6;    
}

/* -- ListBox -- */
.dxeListBox_abk
{
	background-color: white;
	border: solid 1px #A0A0A0;
    font-family: Verdana;
    font-size: 8pt;
    width: 70px;
    height: 109px;
}
.dxeListBox_abk div.dxlbd
{
	padding-top: 1px;    
    padding-bottom: 1px;
    height: 107px;
}
.dxeListBoxItemRow_abk
{
    cursor: default;
}
.dxeListBoxItem_abk
{
    border-left: solid 1px white;
    border-right: solid 1px white;
    font-family: Verdana;
    font-size: 8pt;
    padding: 3px 2px 4px 3px;
    white-space: nowrap;
    text-align: left;
    color: Black;
    font-weight: normal;
}

.dxeListBox_abk td.dxeI, .dxeListBox_abk td.dxeIM, .dxeListBox_abk .dxeHIC, 
.dxeListBox_abk td.dxeFTM, .dxeListBox_abk td.dxeTM,
.dxeListBox_abk td.dxeC, .dxeListBox_abk td.dxeCM, .dxeListBox_abk td.dxeHCC, .dxeListBox_abk td.dxeMI, .dxeListBox_abk td.dxeMIM
{
    border-right-width: 0px!important;
}
.dxeListBox_abk td.dxeCM, .dxeListBox_abk td.dxeHCC
{
    width: 25px;
}
.dxeListBox_abk td.dxeIM
{
    width: 0;
}
.dxeListBox_abk td.dxeT 
{
    width: 100%;
    padding-left: 0px!important;
}
.dxeListBox_abk td.dxeT, .dxeListBox_abk td.dxeMI
{
    border-left-width: 0px!important;
}
.dxeListBox_abk td.dxeFTM, .dxeListBox_abk td.dxeTM, .dxeListBox_abk td.dxeLTM, 
.dxeListBox_abk .dxeHFC, .dxeListBox_abk .dxeHC, .dxeListBox_abk .dxeHLC
{
    overflow: hidden;
}

.dxeListBox_abk td.dxeFTM, .dxeListBox_abk td.dxeTM, 
.dxeListBox_abk .dxeHFC, .dxeListBox_abk .dxeHC
{
    padding-right: 6px!important;
}
.dxeListBox_abk td.dxeLTM, .dxeListBox_abk td.dxeTM, 
.dxeListBox_abk .dxeHC,  .dxeListBox_abk .dxeHLC
{
    padding-left: 6px!important;
}
/*Grid lines*/
.dxeListBox_abk td.dxeLTM, .dxeListBox_abk td.dxeTM, .dxeListBox_abk td.dxeMIM
{
    border-left: 1px solid #cfcfcf !important;
}
.dxeListBox_abk td.dxeIM, .dxeListBox_abk td.dxeFTM, .dxeListBox_abk td.dxeTM, .dxeListBox_abk td.dxeLTM,
.dxeListBox_abk td.dxeCM, .dxeListBox_abk td.dxeMIM
{
    border-bottom: solid 1px #cfcfcf;
}
.dxeListBoxItemSelected_abk     /* inherits dxeListBoxItem */
{    
    color: White;
    background-color: #A0A0A0;
}
.dxeListBoxItemHover_abk        /* inherits dxeListBoxItem */
{
    background-color: #cfcfcf;
    color: black;
}

/*Header*/
.dxeListBox_abk .dxeHD
{
    background-color: #dcdcdc;
    border-bottom: solid 1px #A0A0A0;
}
.dxeListBox_abk .dxeHC,  .dxeListBox_abk .dxeHLC, .dxeListBox_abk td.dxeHMIC
{
    border-left: solid 1px #A0A0A0;
}
.dxeListBox_abk .dxeHIC, .dxeListBox_abk .dxeHFC, .dxeListBox_abk .dxeHCC
{
    border-left:1px solid #dcdcdc;
}
.dxeListBox_abk .dxeHFC, .dxeListBox_abk .dxeHC, .dxeListBox_abk .dxeHMIC
{
    border-right-width:0;
}
.dxeListBox_abk .dxeHLC
{
    border-right: solid 1px #dcdcdc;
}

/* -- Calendar -- */
.dxeCalendar_abk
{ 
    border: solid 1px #9f9f9f;
    background-color: White;
    color: Black;
    font-weight: normal;
    cursor: default;
}
.dxeCalendar_abk td.dxMonthGrid_abk 
{
    padding: 8px 20px;    
}
.dxeCalendar_abk td.dxMonthGridWithWeekNumbers_abk
{
    padding: 5px 20px 8px 8px;    
}
.dxeCalendarDayHeader_abk
{
    font-family: Verdana;
    font-size: 8pt;        
    padding: 2px 4px 5px;
    border-bottom: solid 1px #cfcfcf;
}
.dxeCalendarWeekNumber_abk
{    
    font-family: Verdana;
    font-size: 7pt;    
    text-align: right;    
    padding: 6px 8px 6px 4px;        
    color: #bfbfbf;
}
.dxeCalendarDay_abk
{    
    font-family: Verdana;
    font-size: 8pt;
    padding: 4px 6px;
    text-align: center;    
}
.dxeCalendarWeekend_abk        /* inherits dxeCalendarDay */
{
    color: #c00000;
}
.dxeCalendarOtherMonth_abk     /* inherits dxeCalendarDay */
{
    color: #888;
}
.dxeCalendarOutOfRange_abk     /* inherits dxeCalendarDay */
{
    color: #d0d0d0;    
}
.dxeCalendarSelected_abk       /* inherits dxeCalendarDay */
{
    color: White;
    background-color: #8d8d8d;
}
.dxeCalendarToday_abk         /* inherits dxeCalendarDay */
{
    padding: 3px 3px 2px;
    border: solid 1px #c00000;    
}
.dxeCalendarHeader_abk
{
    background-color: #dcdcdc;
    border: solid 1px #c9c9c9;    
    border-width: 1px 0;
    padding: 4px 7px;
}
.dxeCalendarHeader_abk td.dxe
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
	cursor: pointer;
}
.dxeCalendarFooter_abk 
{
    background-color: #ededed;
    padding: 8px 0px;    
    border-top: solid 1px #d6d6d6;
}
.dxeCalendarFastNav_abk
{
    color: Black;
    background: White;
    border: solid 1px #9f9f9f;
    border-bottom: 0px;
    padding: 12px 8px;
}
.dxeCalendarFastNavMonthArea_abk
{
    padding: 0px 9px;
}
.dxeCalendarFastNavYearArea_abk
{    
}
.dxeCalendarFastNavFooter_abk
{
    color: Black;
    background-color: #ededed;
    padding: 8px 0px;   
    border: solid 1px #9f9f9f;
    border-top: solid 1px #d6d6d6;
}
.dxeCalendarFastNavMonth_abk, .dxeCalendarFastNavYear_abk
{
    font: normal 8pt Verdana;
    color: Black;
    padding: 3px 5px;
    text-align: center;
	cursor: pointer;
}
.dxeCalendarFastNavMonth_abk
{
	padding: 6px;
}
.dxeCalendarFastNavMonthSelected_abk, .dxeCalendarFastNavYearSelected_abk
{
    color: White;
    background: #8d8d8d;    
}
.dxeCalendarFastNavMonthHover_abk, .dxeCalendarFastNavYearHover_abk
{        
    color: Black;
    background: #e5e5e5;
    padding: 2px 4px;
    border: solid 1px #d6d6d6;
}
.dxeCalendarFastNavMonthHover_abk
{
	padding: 5px;
}
/* Disabled */
.dxeDisabled_abk, .dxeDisabled_abk td.dxe
{
	color: #acacac;
	cursor: default;
}
a.dxeDisabled_abk:hover
{
    color: #acacac;
}
.dxeButtonDisabled_abk, .dxeButtonDisabled_abk td.dxe
{
	border-color: #c3c3c3;
	color: #808080;
	cursor: default;
}
/* -- Button -- */
.dxbButton_abk
{	
  	color: #000000;    
  	font-weight:normal;
	font-size: 8pt;
	font-family: Verdana;				    
	vertical-align: middle;	 		
	border: solid 1px #7F7F7F;	
	background: #E0DFDF url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtButtonBack.gif")%>') top;
    background-repeat:repeat-x;
    padding: 1px 1px 1px 1px;
	cursor: pointer;
}
.dxbButtonHover_abk 
{
  	color: #000000;        
	background: #F2F2F2 url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtButtonHoverBack.gif")%>') top;
    background-repeat: repeat-x;
	border: solid 1px #606060;
}
.dxbButtonChecked_abk 
{
    color: #FFFFFF;
	background-image: none;
	background-color: #8D8D8D;
}
.dxbButtonPressed_abk 
{
  	color: #000000;        
	background-image: none;
	background-color: #D5D5D5;
}
.dxbButton_abk div.dxb
{    
    padding: 3px 8px 4px 8px;
	border: 0px;
}
.dxbButton_abk div.dxbf
{     
    padding: 2px 7px 3px 7px;
	border: dotted 1px black;		
}
.dxbButton_abk div.dxb table
{    
  	color: #000000;    
	font-size: 8pt;
	font-family: Verdana;				    
}
.dxbButton_abk div.dxb td.dxb
{    
    background-color: transparent!important;
    background-image: url('')!important;
    border-width: 0px!important;
    padding: 0px!important;
}
/* Disabled */
.dxbDisabled_abk
{
    border-color: #c3c3c3;
	color: #808080;
	cursor: default;
}
.dxbDisabled_abk td.dxb
{
	color: #808080;
}
/* -- FilterControl -- */
.dxfcTable_abk
{	
    border-collapse: collapse;	
}

.dxfcTable_abk td
{
    /*padding: 0 5px;*/
}

.dxfcTable_abk td.dxfc
{
    padding: 1px 3px 0 0;
	font: 8pt Verdana;
	color: Black;
    border-right: 0;
}

.dxfcTable_abk td.dxfc img
{
    vertical-align: text-top;
    margin-top: -1px;
}

a.dxfcPropertyName_abk
{
	color: Blue!important;
	/* ESQUEREL */
	display: block;
	width: 230px!important;
	height: 18px!important;
	border: 1px solid #A0A0A0;
	background-image: url('/img/down.gif');
	background-repeat: no-repeat;
	background-position: 212px 1px;
	background-color: #fff;
	line-height: 17px;
	text-indent: 2px;
	text-decoration: none;
	
	overflow: hidden;
	
}
a.dxfcGroupType_abk
{
	/*white-space: nowrap!important;
	padding: 0px 3px 0px 3px!important;
	color: Red!important;*/
	/* ESQUEREL */
	color: Black;
	text-decoration: none;
	display: inline-block;
	width: 60px;
	height: 18px;
	line-height: 17px;
	text-indent: 2px;
	border: 1px solid #A0A0A0;
	background-image: url('/img/down.gif');
	background-repeat: no-repeat;
	background-position: 42px 1px;
	background-color: #fff;
	vertical-align: middle;
}
a.dxfcOperation_abk
{
	white-space: nowrap!important;
	color: Green!important;
	display: block;
	/* ESQUEREL */
	width: 120px!important;
	height: 18px!important;
	border: 1px solid #A0A0A0;
	background-image: url('/img/down.gif');
	background-repeat: no-repeat;
	background-position: 102px 1px;
	background-color: #fff;
	line-height: 17px;
	text-indent: 2px;
	text-decoration: none;
}
a.dxfcValue_abk
{
	white-space: nowrap!important;
	/*color: Gray!important;*/
	display: block;
	width: 150px!important;
	height: 18px!important;
	border: 1px inset #A0A0A0;
	background-color: #fff;
	line-height: 17px;
	text-indent: 2px;
	text-decoration: none;
}

.dxfcLoadingDiv_abk
{
	background: white;
	opacity: 0.01;
	filter: alpha(opacity=1);	
}
.dxfcLoadingPanel_abk
{
	font: 8pt Verdana;
	color: #303030;
	border: solid 1px #9F9F9F;
	background: white;	
}
.dxfcLoadingPanel_abk td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}

.dxeMaskHint_abk 
{
	background: #ffffe1;
	border: solid 1px black;
	padding: 2px 5px 3px;
	color: Black;
	font: 8pt Verdana;
}

/* -- ProgressBar -- */
.dxeProgressBar_abk
{
    border: Solid 1px #696969;
    background-color: #FFFFFF;
}
.dxeProgressBar_abk, .dxeProgressBar_abk td.dxe
{
    font-family: Verdana, Verdana, Arial;
    font-size: 8pt;
   	color: Black;
}
.dxeProgressBar_abk .dxePBMainCell_abk, .dxeProgressBar_abk td.dxe
{
    padding: 0;
}
.dxeProgressBarIndicator_abk 
{
    background-color: #E0DFDF;
}

/* -- DropDownWindow -- */
.dxeDropDownWindow_abk
{
    background-color: white;
    border: solid 1px #9F9F9F;
}

/*----------------- ColorTable -----------------*/
.dxeColorIndicator_abk
{
    border: solid 1px #9F9F9F;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.dxeColorTable_abk
{
    background-color: #ffffff;
    border: solid 1px #9F9F9F;
}
.dxeColorTable_abk td.dx
{
    padding: 4px 4px;
}
.dxeColorTableCell_abk {
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 3px;
    cursor: pointer;
}
.dxeColorTableCellDiv_abk {
    border: solid 1px #808080;
    width: 12px;
    height: 12px;
    font-size: 0px;
}
.dxeColorTableCellSelected_abk {
    padding: 2px;
    background-color: #CBCBCB;
        border: solid 1px #888888;
}
.dxeColorTableCellHover_abk {
    padding: 2px;
    background-color: #F2F2F2;
        border: solid 1px #888888;
}

.dxeFocused_abk 
{
	border: solid 1px #3d3d3d;
}
.dxeNullText_abk .dxeEditArea_abk,
.dxeNullText_abk .dxeMemoEditArea_abk
{
	color: #818181;
}

/****************************************  Sprite CSS ************************************/
.dxEditors_edtError_abk,
.dxEditors_edtCalendarPrevYear_abk,
.dxEditors_edtCalendarPrevYearDisabled_abk,
.dxEditors_edtCalendarPrevMonth_abk,
.dxEditors_edtCalendarPrevMonthDisabled_abk,
.dxEditors_edtCalendarNextMonth_abk,
.dxEditors_edtCalendarNextMonthDisabled_abk,
.dxEditors_edtCalendarNextYear_abk,
.dxEditors_edtCalendarNextYearDisabled_abk,
.dxEditors_edtCalendarFNPrevYear_abk,
.dxEditors_edtCalendarFNNextYear_abk,
.dxEditors_edtCheckBoxOn_abk,
.dxEditors_edtCheckBoxOff_abk,
.dxEditors_edtCheckBoxUndefined_abk,
.dxEditors_edtRadioButtonOn_abk,
.dxEditors_edtRadioButtonOff_abk,
.dxEditors_edtRadioButtonUndefined_abk,
.dxEditors_edtEllipsis_abk,
.dxEditors_edtEllipsisDisabled_abk,
.dxEditors_edtDropDown_abk,
.dxEditors_edtDropDownDisabled_abk,
.dxEditors_edtSpinEditIncrementImage_abk,
.dxEditors_edtSpinEditIncrementImageDisabled_abk,
.dxEditors_edtSpinEditDecrementImage_abk,
.dxEditors_edtSpinEditDecrementImageDisabled_abk,
.dxEditors_edtSpinEditLargeIncImage_abk,
.dxEditors_edtSpinEditLargeIncImageDisabled_abk,
.dxEditors_edtSpinEditLargeDecImage_abk,
.dxEditors_edtSpinEditLargeDecImageDisabled_abk,
.dxEditors_fcadd_abk,
.dxEditors_fcaddhot_abk,
.dxEditors_fcremove_abk,
.dxEditors_fcremovehot_abk,
.dxEditors_fcgroupaddcondition_abk,
.dxEditors_fcgroupaddgroup_abk,
.dxEditors_fcgroupremove_abk,
.dxEditors_fcopany_abk,
.dxEditors_fcopbegin_abk,
.dxEditors_fcopbetween_abk,
.dxEditors_fcopcontain_abk,
.dxEditors_fcopnotcontain_abk,
.dxEditors_fcopnotequal_abk,
.dxEditors_fcopend_abk,
.dxEditors_fcopequal_abk,
.dxEditors_fcopgreater_abk,
.dxEditors_fcopgreaterorequal_abk,
.dxEditors_fcopnotblank_abk,
.dxEditors_fcopblank_abk,
.dxEditors_fcopless_abk,
.dxEditors_fcoplessorequal_abk,
.dxEditors_fcoplike_abk,
.dxEditors_fcopnotany_abk,
.dxEditors_fcopnotbetween_abk,
.dxEditors_fcopnotlike_abk,
.dxEditors_fcgroupand_abk,
.dxEditors_fcgroupor_abk,
.dxEditors_fcgroupnotand_abk,
.dxEditors_fcgroupnotor_abk {
    background-image: url('../DXR.axd?r=2_27');
    -background-image: url('..//DXR.axd?r=2_26'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxEditors_edtError_abk {
    background-position: -170px 0px;
    width: 14px;
    height: 14px;
}

.dxEditors_edtCalendarPrevYear_abk {
    background-position: -76px 0px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarPrevYearDisabled_abk {
    background-position: -76px -20px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarPrevMonth_abk {
    background-position: -57px 0px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarPrevMonthDisabled_abk {
    background-position: -57px -20px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarNextMonth_abk {
    background-position: -19px 0px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarNextMonthDisabled_abk {
    background-position: -19px -20px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarNextYear_abk {
    background-position: -38px 0px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarNextYearDisabled_abk {
    background-position: -38px -20px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarFNPrevYear_abk {
    background-position: 0px 0px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCalendarFNNextYear_abk {
    background-position: 0px -20px;
    width: 11px;
    height: 12px;
}

.dxEditors_edtCheckBoxOn_abk {
    background-position: -23px -44px;
    width: 15px;
    height: 15px;
}

.dxEditors_edtCheckBoxOff_abk {
    background-position: 0px -44px;
    width: 15px;
    height: 15px;
}

.dxEditors_edtCheckBoxUndefined_abk {
    background-position: -46px -44px;
    width: 15px;
    height: 15px;
}

.dxEditors_edtRadioButtonOn_abk {
    background-position: -91px -44px;
    width: 14px;
    height: 14px;
}

.dxEditors_edtRadioButtonOff_abk {
    background-position: -69px -44px;
    width: 14px;
    height: 14px;
}

.dxEditors_edtRadioButtonUndefined_abk {
    background-position: -113px -44px;
    width: 14px;
    height: 14px;
}

.dxEditors_edtEllipsis_abk {
    background-position: -113px 0px;
    width: 11px;
    height: 14px;
}

.dxEditors_edtEllipsisDisabled_abk {
    background-position: -113px -22px;
    width: 11px;
    height: 14px;
}

.dxEditors_edtDropDown_abk {
    background-position: -95px 0px;
    width: 10px;
    height: 14px;
}

.dxEditors_edtDropDownDisabled_abk {
    background-position: -95px -22px;
    width: 10px;
    height: 14px;
}

.dxEditors_edtSpinEditIncrementImage_abk {
    background-position: -150px 0px;
    width: 10px;
    height: 5px;
}

.dxEditors_edtSpinEditIncrementImageDisabled_abk {
    background-position: -150px -13px;
    width: 10px;
    height: 5px;
}

.dxEditors_edtSpinEditDecrementImage_abk {
    background-position: -132px 0px;
    width: 10px;
    height: 5px;
}

.dxEditors_edtSpinEditDecrementImageDisabled_abk {
    background-position: -132px -13px;
    width: 10px;
    height: 5px;
}

.dxEditors_edtSpinEditLargeIncImage_abk {
    background-position: -145px -26px;
    width: 5px;
    height: 7px;
}

.dxEditors_edtSpinEditLargeIncImageDisabled_abk {
    background-position: -171px -26px;
    width: 5px;
    height: 7px;
}

.dxEditors_edtSpinEditLargeDecImage_abk {
    background-position: -132px -26px;
    width: 5px;
    height: 7px;
}

.dxEditors_edtSpinEditLargeDecImageDisabled_abk {
    background-position: -158px -26px;
    width: 5px;
    height: 7px;
}

.dxEditors_fcadd_abk {
    background-position: 0px -67px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcaddhot_abk {
    background-position: -21px -67px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcremove_abk {
    background-position: -42px -67px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcremovehot_abk {
    background-position: -63px -67px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcgroupaddcondition_abk {
    background-position: -168px -46px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcgroupaddgroup_abk {
    background-position: -147px -46px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcgroupremove_abk {
    background-position: -126px -67px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopany_abk {
    background-position: 0px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopbegin_abk {
    background-position: -42px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopbetween_abk {
    background-position: -84px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopcontain_abk {
    background-position: -105px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopnotcontain_abk {
    background-position: -147px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopnotequal_abk {
    background-position: -168px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopend_abk {
    background-position: -63px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopequal_abk {
    background-position: 0px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopgreater_abk {
    background-position: -21px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopgreaterorequal_abk {
    background-position: -42px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopnotblank_abk {
    background-position: -105px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopblank_abk {
    background-position: -126px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopless_abk {
    background-position: -63px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcoplessorequal_abk {
    background-position: -84px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcoplike_abk {
    background-position: -126px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopnotany_abk {
    background-position: -21px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopnotbetween_abk {
    background-position: -147px -88px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcopnotlike_abk {
    background-position: -168px -109px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcgroupand_abk {
    background-position: -84px -67px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcgroupor_abk {
    background-position: -168px -67px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcgroupnotand_abk {
    background-position: -105px -67px;
    width: 13px;
    height: 13px;
}

.dxEditors_fcgroupnotor_abk {
    background-position: -147px -67px;
    width: 13px;
    height: 13px;
}


