.dxeLoadingDiv_BMP
{
	background: White;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: wait;
}
.dxeLoadingPanel_BMP
{
	font: 9pt Tahoma;
	color: #303030;
}
.dxeLoadingPanel_BMP td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}

.dxeBase_BMP
{
    /*font-family: Tahoma;*/
    font-size: 9pt;
}
/* -- ErrorFrame -- */
.dxeErrorCell_BMP, .dxeErrorCell_BMP td
{
    /*font-family: Tahoma;*/
    font-size: 9pt;
	color: Red;
}
.dxeErrorCell_BMP
{
	padding-left: 4px;
	padding-right:5px;		
}
.dxeErrorFrame_BMP
{
	padding-right: 3px;
}
.dxeEditArea_BMP 
{
	/*font-family: Tahoma;*/
	font-size: 9pt;
	border: solid 1px #ced4da;
}
/* -- Button -- */
.dxbButton_BMP
{	
    color: #fff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.375rem !important;
    border: none !important;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    cursor: pointer !important;
    cursor: hand !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
.dxbButton_BMP:hover 
{
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
    transform: translateY(-1px) !important;
}
.dxbButton_BMP:active
{
    background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%) !important;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.25) !important;
    transform: translateY(0) !important;
}
.dxbButtonChecked_BMP 
{
    background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}
.dxbButtonPressed_BMP 
{
    background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}

.dxbButton_BMP div.dxb
{    
    padding: 0 !important;
    border: 0px !important;
    color: inherit !important;
}
.dxbButton_BMP div.dxbf
{     
    padding: 0 !important;
    border: none !important;
}
/* -- Buttons -- */
.dxeButtonEditButton_BMP, .dxeCalendarButton_BMP,
.dxeSpinIncButton_BMP, .dxeSpinDecButton_BMP,
.dxeSpinLargeIncButton_BMP, .dxeSpinLargeDecButton_BMP
{
	vertical-align: middle;
	border: solid 1px #ced4da;
	cursor: pointer;
	cursor: hand;
} 
.dxeButtonEditButton_BMP, .dxeCalendarButton_BMP, .dxeButtonEditButton_BMP td.dx, .dxeCalendarButton_BMP td.dx,
.dxeSpinIncButton_BMP, .dxeSpinDecButton_BMP,
.dxeSpinLargeIncButton_BMP, .dxeSpinLargeDecButton_BMP,
.dxeSpinIncButton_BMP td.dx, .dxeSpinDecButton_BMP td.dx,
.dxeSpinLargeIncButton_BMP td.dx, .dxeSpinLargeDecButton_BMP td.dx
{	
    /*font-family: Tahoma;*/
    font-size: 9pt;        
	text-align: center;
} 
.dxeButtonEditButton_BMP
{
	background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%) !important;
    padding: 3px 1px;
    padding-bottom: 4px;
    padding-top: 2px;
    border: 1px solid #dee2e6 !important;
}
.dxeSpinIncButton_BMP, .dxeSpinDecButton_BMP
{
	border-style: none;	
	padding: 0px;
}
.dxeSpinLargeIncButton_BMP, .dxeSpinLargeDecButton_BMP
{
	border: Solid 1px #ced4da;	
	padding: 0px;
}

.dxeButtonEditButton_BMP table.dxbebt
{
	width: 14px;
}
.dxeSpinLargeIncButton_BMP
{
    padding-left: 1px;
}
.dxeSpinIncButton_BMP
{
    background: #dee2e6;
	border-bottom: Solid 1px #FFFFFF;
}
.dxeSpinDecButton_BMP
{
	background: #dee2e6;
    border-bottom-style: none;
}
.dxeSpinLargeIncButton_BMP, .dxeSpinLargeDecButton_BMP
{
   	background: #dee2e6;
}

.dxeCalendarButton_BMP
{
	background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%) !important;
	padding: 4px 11px;
	padding-top: 2px;
	width: 32px;
    cursor: default;
    border: 1px solid #ced4da !important;
}
.dxeCalendarButton_BMP table.dxbebt
{
	width: 100%;
}
.dxeCalendarButton_BMP td.dx
{
	text-align: center;
	white-space: nowrap;
    color: #495057 !important;
}
/* SpinButtons */
.dxeSpinIncButton_BMP table.dxbebt, .dxeSpinDecButton_BMP table.dxbebt
{
	width: 15px;
}
.dxeSpinLargeDecButton_BMP table.dxbebt
{
	width: 13px;
}
.dxeSpinLargeIncButton_BMP table.dxbebt
{
	width: 12px;    
}

/* -- Pressed -- */
.dxeCalendarButtonPressed_BMP, .dxeButtonEditButtonPressed_BMP
{
	background: #dee2e6;
	border: solid 1px #ced4da;	
}
/* SpinButtons */
.dxeSpinIncButtonPressed_BMP, .dxeSpinDecButtonPressed_BMP
{
    border-style: none;    
}
.dxeSpinIncButtonPressed_BMP
{
	background: url('edtSpinIncBtnPBack.gif') no-repeat top left #dee2e6;
    border-bottom: Solid 1px #FFFFFF;    
}
.dxeSpinDecButtonPressed_BMP
{
	background: url('edtSpinIncBtnPBack.gif') no-repeat top left #dee2e6;
    border-bottom-style: none;
}
.dxeSpinLargeIncButtonPressed_BMP, .dxeSpinLargeDecButtonPressed_BMP
{
	background: url('edtSpinLargeIncBtnPBack.gif') repeat-x top left #dee2e6;
}
/* -- Hover -- */
.dxeCalendarButtonHover_BMP, .dxeButtonEditButtonHover_BMP
{
	background: url(edtButtonBackHover.gif) repeat-x center bottom #e9ecef;
	border: solid 1px #ced4da;
}
/* SpinButtons */
.dxeSpinIncButtonHover_BMP, .dxeSpinDecButtonHover_BMP
{
    border-style: none;    
}
.dxeSpinIncButtonHover_BMP
{
	background: url('edtSpinIncBtnHBack.gif') no-repeat top left #dee2e6;
    border-bottom: Solid 1px #ffffff;    
}
.dxeSpinDecButtonHover_BMP
{
	background: url('edtSpinIncBtnHBack.gif') no-repeat top left #dee2e6;
    border-bottom-style: none;
}
.dxeSpinLargeIncButtonHover_BMP, .dxeSpinLargeDecButtonHover_BMP
{
	background: url('edtSpinLargeIncBtnHBack.gif') repeat-x top left #dee2e6;
	border-left: Solid 1px #ced4da;
}

.dxeButtonEdit_BMP
{
    background-color: white;
    border: solid 1px #ced4da;
    width: 170px;
}
.dxeButtonEdit_BMP .dxeEditArea_BMP, .dxeButtonEdit_BMP td.dxic
{
	width: 100%;
}
.dxeButtonEdit_BMP td.dxic
{
    padding: 0px 2px 0px 1px;
    height:25px;
}
.dxeTextBox_BMP, .dxeMemo_BMP
{
    background-color: white;
    /*border: solid 1px #c9c9c9;*/
    padding-right: 4px;
}
.dxeTextBox_BMP td.dxic
{
	padding: 1px 2px;
}
.dxeTextBox_BMP td.dxic 
{
	width: 100%;
}
.dxeRadioButtonList_BMP, .dxeRadioButtonList_BMP table
{
    /*font-family: Tahoma;*/
    font-size: 9pt;    
}
.dxeRadioButtonList_BMP
{
    border: Solid 1px #ced4da;
}
.dxeRadioButtonList_BMP td.dxe
{
    padding: 6px 11px;
}

/* -- Memo -- */
.dxeMemo_BMP
{
	padding-left: 3px;
}
.dxeMemoEditArea_BMP 
{
	/*font-family: Tahoma;*/
	font-size: 9pt;
}
.dxeMemo_BMP td
{
	width: 100%;
}

/* -- Hyperlink -- */
.dxeHyperlink_BMP
{
    /*font-family: Tahoma;*/
    font-size: 9pt;
    color: black;    
	text-decoration: underline;
}

/* -- ListBox -- */
.dxeListBox_BMP
{
	border: solid 1px #ced4da;
    width: 70px;
}
.dxeListBox_BMP div.dxlbd
{
	padding-top: 1px;    
    padding-bottom: 0px;
	background-color: white;
    /*font-family: Tahoma;*/
    font-size: 9pt;
    height: 113px;
}
.dxeListBoxItem_BMP
{    
    border-bottom: solid 1px white;    
    border-left: solid 1px white;    
    border-right: solid 1px white;    
    /*font-family: Tahoma;*/
    font-size: 9pt;        
    padding: 3px 2px 4px 3px;
    white-space: nowrap;
    text-align: left;
    cursor: default;
}
.dxeListBoxItemHover_BMP        /* inherits dxeListBoxItem */
{
    background-color: #cce2fc;
}
.dxeListBoxItemSelected_BMP     /* inherits dxeListBoxItem */
{    
    color: white;
    background-color: #0d6efd;
}
.dxeListBox_BMP .dxeI 
{
    padding-right: 0px!important;
    border-right-width: 0px!important;
}
.dxeListBox_BMP .dxeT
{
    width: 100%;    
    border-left-width: 0px!important;    
}


/* -- Calendar -- */
.dxeCalendar_BMP
{
 	color: black;
    border: solid 1px #ced4da;
    background-color: white;
}
.dxeCalendar_BMP td.dxMonthGrid 
{
    padding: 8px 20px;
    cursor: default;
}
.dxeCalendar_BMP td.dxMonthGridWithWeekNumbers
{
    padding: 8px 20px 8px 8px;
    cursor: default;
}
.dxeCalendarDayHeader_BMP
{
    /*font-family: Tahoma;*/
    font-size: 9pt;        
    padding: 4px 4px 5px;    
    border-bottom: solid 1px #dee2e6;    
}
.dxeCalendarWeekNumber_BMP
{    
    /*font-family: Tahoma;*/
    font-size: 7pt;    
    text-align: right;    
	padding: 6px 8px 2px 4px;  
    color: #6c757d;
}
.dxeCalendarDay_BMP
{    
    /*font-family: Tahoma;*/
    font-size: 9pt;
    padding: 4px;
    text-align: center;
}
.dxeCalendarWeekend_BMP          /* inherits dxeCalendarDay */
{
    color: #dc3545;
}
.dxeCalendarOtherMonth_BMP     /* inherits dxeCalendarDay */
{
    color: #6c757d;
}
.dxeCalendarOutOfRange_BMP      /* inherits dxeCalendarDay */
{
    color: #d0d0d0;    
}
.dxeCalendarToday_BMP                /* inherits dxeCalendarDay */
{
    padding: 3px;
    border: solid 1px #dc3545;
}
.dxeCalendarSelected_BMP        /* inherits dxeCalendarDay */
{
    color: white;
    background-color: #0d6efd;
}
.dxeCalendarHeader_BMP
{
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border: solid 1px #ced4da !important;
	border-width: 1px 0;
    padding: 4px 7px;
}
.dxeCalendarHeader_BMP td.dxe
{
    /*font-family: Tahoma;*/
    font-size: 9pt;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFooter_BMP 
{
    background-color: #f8f9fa;
    padding: 8px 0px;    
    border-top: solid 1px #ced4da;
}
.dxeCalendarFastNav_BMP
{
    background: white;
    border: solid 1px #ced4da;
    border-bottom: 0px;
    padding: 12px 8px;
}
.dxeCalendarFastNavMonthArea_BMP
{
    padding: 0px 9px;
}
.dxeCalendarFastNavFooter_BMP
{
	color: black;
    background-color: #f8f9fa;
    padding: 8px 0px;   
    border: solid 1px #ced4da;
    border-top: solid 1px #dee2e6;
}
.dxeCalendarFastNavMonth_BMP, .dxeCalendarFastNavYear_BMP
{
    font: normal 9pt Tahoma;
    color: Black;
    padding: 3px 5px;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFastNavMonth_BMP
{
	padding: 6px;
}
.dxeCalendarFastNavMonthSelected_BMP, .dxeCalendarFastNavYearSelected_BMP
{
    background: #dee2e6;	
    padding: 2px 4px;
    border: solid 1px #ced4da;
}
.dxeCalendarFastNavMonthSelected_BMP
{
	padding: 5px;
}
.dxeCalendarFastNavMonthHover_BMP, .dxeCalendarFastNavYearHover_BMP
{         
    background: #e9ecef;
    padding: 2px 4px;
    border: solid 1px #ced4da;
}
.dxeCalendarFastNavMonthHover_BMP
{
	padding: 5px;
}
/* -- Common -- */
.dxDisabled_BMP
{
	color: #808080!important;
	cursor: default!important;
}
