/* TrackBar */
.dxeTrackBar
{
    font: 12px Tahoma, Geneva, sans-serif;
	user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	visibility: hidden;
}

.dxeDisabled .dxeTBHSys a,
.dxeDisabled .dxeTBVSys a
{
    cursor: default;
}

.dxeTBBarHighlight
{
	font-size: 0;
}

.dxeTBScale, .dxeTBTrack, .dxeTBBarHighlight
{
	cursor: pointer;
}

.dxeTBScale 
{
	z-index: 1;
	font-size: 0.91em;
}
.dxeTBSecondaryDH, .dxeTBMainDH
{
	z-index: 4;
}

.dxeTrackBar.dxeTBHSys
{
	width: 170px;
	height: 41px;
}
.dxeTrackBar.dxeTBVSys
{
	height: 170px;
	width: 41px;
}
.dxeTrackBar.dxeTBBScaleSys.dxeTBVSys
{
	width: 59px;
}
.dxeTrackBar.dxeTBBScaleSys.dxeTBHSys
{	
	height: 59px;
}

.dxeTBTrack 
{
	z-index: 2;
	position: absolute;
}

.dxeTBHSys .dxeTBTrack
{
	background-image:  url('/DXR.axd?r=1_208-cJJCh');
}
.dxeTBVSys .dxeTBTrack
{
	background-image:  url('/DXR.axd?r=1_207-cJJCh');
}

.dxeTBHSys .dxeTBTrack, .dxeTBHSys .dxeTBBarHighlight
{
	height: 9px;
}
.dxeTBVSys .dxeTBTrack, .dxeTBVSys .dxeTBBarHighlight
{
	width: 9px;
}

.dxeTBHSys .dxeTBMainDH, .dxeTBHSys .dxeTBSecondaryDH
{	
	top: -5px;
	width:13px;
	height:19px;
}
.dxeTBVSys .dxeTBMainDH, .dxeTBVSys .dxeTBSecondaryDH
{
	left: -5px;
	width:19px;
	height:13px;
}

.dxeTBVSys .dxeTBRBScaleSys .dxeTBTrack, .dxeTBVSys .dxeTBTrack
{
	left: 6px;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBTrack
{
	right: 6px;
	left: auto;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBTrack
{
	bottom: 6px;
	top: auto;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBTrack, .dxeTBHSys .dxeTBTrack
{
	top: 6px;
}

.dxeTBBarHighlight
{
	left: 0px;
	top: 0px;
	position:absolute;
	z-index: 3;
}

.dxeTBHSys .dxeTBBarHighlight
{
	background-image:  url('/DXR.axd?r=1_206-cJJCh');
}
.dxeTBVSys .dxeTBBarHighlight
{
	background-image:  url('/DXR.axd?r=1_205-cJJCh');
}

.dxeTBRBLabel, .dxeTBLTLabel
{
	text-align: center;
	color: #A8A8A8;
	cursor: default;
}
.dxeTBSmallTickSys .dxeTBRBLabel, .dxeTBSmallTickSys .dxeTBLTLabel,
.dxeTBLargeTickSys .dxeTBRBLabel, .dxeTBLargeTickSys .dxeTBLTLabel 
{	
	position: absolute;
}

.dxeTBHSys .dxeTBRBLabel,.dxeTBHSys .dxeTBLTLabel
{
	width: 100%;
}

.dxeTBIncBtn, .dxeTBDecBtn
{
}

.dxeTBVSys .dxeTBRBLabel, 
.dxeTBVSys .dxeTBLTLabel
{
	padding-top: 2px;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBRBLabel
{
	margin-left: -4px;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBRBLabel, 
.dxeTBVSys .dxeTBBScaleSys .dxeTBLTLabel
{
	right: 0px;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBLTLabel, 
.dxeTBVSys .dxeTBBScaleSys .dxeTBRBLabel
{
	left: 0px;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBRBLabel, 
.dxeTBHSys .dxeTBBScaleSys .dxeTBLTLabel
{
	bottom: 0px;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBLTLabel, 
.dxeTBHSys .dxeTBBScaleSys .dxeTBRBLabel
{
	top: 0px;
}
.dxeTBItem
{
	color: #A8A8A8;
}

.dxeTBHSys .dxeTBItem .dxeTBRBLabel, 
.dxeTBHSys .dxeTBItem .dxeTBLTLabel 
{
	display: inline-block;
	margin-left: 0px!important;
}
.dxeTBHSys .dxeTBRBScaleSys 
.dxeTBItem .dxeTBRBLabel 
{
	padding-top: 12px;
}
.dxeTBHSys .dxeTBLTScaleSys 
.dxeTBItem .dxeTBLTLabel 
{
	margin-top: 8px;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBItem .dxeTBRBLabel 
{
	margin-left: 5px;
}

.dxeTBSelectedItem .dxeTBRBLabel,
.dxeTBSelectedItem .dxeTBLTLabel,
.dxeTBSelectedTick .dxeTBRBLabel, 
.dxeTBSelectedTick .dxeTBLTLabel
{
	color: #C3C3C3;
}

.dxeTBVSys .dxeTBLTScaleSys .dxeTBItem
{
	text-align: left;
}

.dxeTBVSys .dxeTBRBScaleSys .dxeTBItem
{
	text-align: right;
}

.dxeTBVSys .dxeTBBScaleSys .dxeTBItem
{
	text-align: center;
}

.dxeTBHSys .dxeTBItem
{
	background-image:  url('/DXR.axd?r=1_197-cJJCh');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBItem
{
	background-image:  url('/DXR.axd?r=1_202-cJJCh');
}
.dxeTBVSys .dxeTBItem 
{
	background-image:  url('/DXR.axd?r=1_200-cJJCh');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBItem
{
	background-image:  url('/DXR.axd?r=1_201-cJJCh');
}

.dxeTBHSys .dxeTBLargeTick
{
	background-image:  url('/DXR.axd?r=1_197-cJJCh');
}
.dxeTBVSys .dxeTBLargeTick
{
	background-image: url('/DXR.axd?r=1_200-cJJCh');
}
.dxeTBHSys .dxeTBSmallTick
{
	background-image: url('/DXR.axd?r=1_198-cJJCh');
}
.dxeTBVSys .dxeTBSmallTick
{
	background-image: url('/DXR.axd?r=1_199-cJJCh');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBLargeTick
{
	background-image: url('/DXR.axd?r=1_203-cJJCh');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBLargeTick
{
	background-image: url('/DXR.axd?r=1_204-cJJCh');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBSmallTick
{
	background-image: url('/DXR.axd?r=1_202-cJJCh');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBSmallTick
{
	background-image: url('/DXR.axd?r=1_201-cJJCh');
}

.dxeTBVSys .dxeTBIncBtn, .dxeTBVSys .dxeReversedDirectionSys .dxeTBDecBtn
{
	bottom: 0px;
	top: auto;
}
.dxeTBVSys .dxeTBDecBtn, .dxeTBVSys .dxeReversedDirectionSys .dxeTBIncBtn
{
	top: 0px;
	bottom: auto;
}
.dxeTBHSys .dxeTBDecBtn, .dxeTBHSys .dxeReversedDirectionSys .dxeTBIncBtn
{
	left: 0px;
	right: auto;
}
.dxeTBHSys .dxeTBIncBtn, .dxeTBHSys .dxeReversedDirectionSys .dxeTBDecBtn
{
	right: 0px;
	left: auto;
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBDecBtn, 
.dxeTBVSys .dxeTBBScaleSys .dxeTBIncBtn
{
	margin-left: -10px;
	left: 50%;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBDecBtn,
.dxeTBHSys .dxeTBBScaleSys .dxeTBIncBtn
{
	margin-top: -10px;
	top: 50%;
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBTrack
{ 
	margin-left: -4px;
	left: 50%;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBTrack
{ 
	margin-top: -4px;
	top: 50%;
}

.dxeTBVSys .dxeTBLTScaleSys .dxeTBDecBtn, 
.dxeTBVSys .dxeTBLTScaleSys .dxeTBIncBtn
{
	right: 0px;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBDecBtn, 
.dxeTBHSys .dxeTBLTScaleSys .dxeTBIncBtn
{
	bottom: 0px;
}

.dxeTBValueToolTip,
.dxeHelpText
{
    font: 12px Tahoma, Geneva, sans-serif;
}
.dxeTBValueToolTip,
div.dxeHelpText
{
	padding: 3px 8px 4px 8px;
    display: inline;
    position: absolute;
    background: white;
    border-radius: 3px;
    z-index: 41998;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #A8A8A8;
}
td.dxeHelpText {
    visibility: visible;
    color: #9F9F9F;
}
td.dxeHelpText span {
    font-size: 0.91em;
}
td.dxeHelpText.dxeHHelpTextSys {
    padding: 0 6px;
}
td.dxeHelpText.dxeVHelpTextSys {
    padding: 2px 0;
}

.dxeButtonEditSys .dxic .dxeLoadingDiv
{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel
{
    background-color: transparent!important;
    font-size: 0;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel td.dx
{
	padding: 0px!important;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel td.dx > span
{
	display: none;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel td.dx > img
{
	height: 15px;
    width: auto;
    vertical-align: middle;
}

.dxeReadOnly
{
}
.dxeBase
{
	font: 12px Tahoma, Geneva, sans-serif;
}
/* InternalCheckBox */
.dxeIRBFocused
{
    outline: 1px dotted #ffb100;

	*border: 1px dotted #ffb100;
	*margin: 0;
}
.dxeIRadioButton 
{
}
/* -- ErrorFrame -- */
.dxeErrorCell
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: Red;
    border-color: black;
	padding-right: 8px;
	padding-left: 8px;
}
.dxeErrorCell.dxeNoBorderTop,
.dxeErrorCell.dxeNoBorderBottom
{
	padding-right: 0;
	padding-left: 0;
}
.dxeErrorCell.dxeNoBorderBottom
{
    padding-bottom: 4px;
}
.dxeErrorCell.dxeNoBorderTop
{
    padding-top: 4px;
}
.dxFirefox .dxeErrorCell.dxeNoBorderBottom
{
    padding-bottom: 3px;
}
.dxFirefox .dxeErrorCell.dxeNoBorderTop
{
    padding-top: 3px;
}
.dxeErrorCell.dxeNoBorderRight,
*[dir='rtl'] .dxeErrorCell.dxeNoBorderLeft
{
	padding-right: 8px;
	padding-left: 0px;
}
.dxeErrorCell.dxeNoBorderLeft,
*[dir='rtl'] .dxeErrorCell.dxeNoBorderRight
{
	padding-left: 8px;
	padding-right: 0px;
}
.dxeErrorFrameWithoutError
{
	border: 1px solid Red;
}
.dxeErrorFrameWithoutError .dxeControlsCell,
.dxeErrorFrameWithoutError.dxeControlsCell
{
	padding: 2px;
}

.dxeEditArea
{
	border: 1px solid #A0A0A0;
}
body input.dxeEditArea /*Bootstrap correction*/
{
    color: black;
}
/* -- ValidationSummary -- */
.dxvsValidationSummary
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: Red;
}
.dxvsValidationSummary td.dxvsRC
{
	vertical-align: top;
	padding: 2px 5px 4px 6px;
}
.dxvsValidationSummary .dxvsE
{
}

/* ValidationSummary - Header */

.dxvsValidationSummary table.dxvsHT
{
	width: 100%;
}
.dxvsValidationSummary td.dxvsH
{
	padding: 2px 0;
}

/* ValidationSummary - Hyperlink */

.dxvsValidationSummary a.dxvsHL,
.dxvsValidationSummary a.dxvsHL:visited
{
	color: red;
}
.dxvsValidationSummary a.dxvsHL
{
	text-decoration: none;
	border-bottom: 1px dashed #f70;
}
.dxvsValidationSummary a.dxvsHL:hover
{
	color: #f70;
}

/* ValidationSummary - Table Layout */

.dxvsValidationSummary table.dxvsT
{
}
.dxvsValidationSummary tr.dxvsE
{
}
.dxvsValidationSummary td.dxvsETC
{
	padding: 2px 0;
}

/* ValidationSummary - List Layout */
.dxvsValidationSummary ul.dxvsL
{
}
.dxvsValidationSummary ol.dxvsL
{
}
.dxvsValidationSummary li.dxvsE
{
	padding: 2px 0;
}

/* -- Binary Image -- */
.dxeBinaryImageButtonPanel
{
    height: 36px;
}
.dxeBinaryImageButton
{
    margin: 0 6px;
}

/* -- Buttons -- */
.dxeButtonEditButton,
.dxeCalendarButton,
.dxeSpinIncButton,
.dxeSpinDecButton,
.dxeSpinLargeIncButton,
.dxeSpinLargeDecButton,
.dxeColorEditButton
{
	vertical-align: middle;
	border: 1px solid #7f7f7f;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
} 
.dxeButtonEditButton
{
    padding: 0px 2px 1px 3px;    
}
.dxeSpinIncButton
{
    padding: 1px 2px 1px 3px;
    border-bottom: 0;    
}
.dxeSpinDecButton
{
    padding: 1px 2px 1px 3px;    
}
.dxeSpinLargeIncButton,
.dxeSpinLargeDecButton
{
	padding: 2px 5px 2px 5px;
}
.dxeButtonEditButton,
.dxeSpinLargeIncButton,
.dxeSpinLargeDecButton
{
	background: #e6e6e6 url('/DXR.axd?r=1_217-cJJCh') repeat-x top;
}
.dxeSpinIncButton
{
	background: #F0F0F0 url('/DXR.axd?r=1_213-cJJCh') repeat-x top;
}
.dxeSpinDecButton
{
	background: #E6E6E6 url('/DXR.axd?r=1_214-cJJCh') repeat-x top;
}
.dxeCalendarButton,
.dxeColorEditButton
{
	background: #e5e5e5 url('/DXR.axd?r=1_215-cJJCh') repeat-x top;
	padding: 3px 11px 4px;
	min-width: 37px;
}

.dxeButtonEditButton.dxeButtonEditClearButton,
.dxeButtonEditButton.dxeButtonEditClearButton:hover
{
    background: none;
    border-width: 0;
    padding-top: 2px;
}

.dxeButtonEditButton img
{
    vertical-align: baseline;
}

/* -- Pressed -- */
.dxeCalendarButtonPressed,
.dxeButtonEditButtonPressed,
.dxeSpinIncButtonPressed,
.dxeSpinDecButtonPressed,
.dxeSpinLargeIncButtonPressed, 
.dxeSpinLargeDecButtonPressed,
.dxeColorEditButton:active
{
	background: #D5D5D5 none;
	border: 1px Solid #7F7F7F;
}
.dxeSpinIncButtonPressed
{
    border-bottom: 0;
}
/* -- Hover -- */
.dxeButtonEditButtonHover,
.dxeSpinIncButtonHover,
.dxeSpinDecButtonHover,
.dxeSpinLargeIncButtonHover,
.dxeSpinLargeDecButtonHover
{
	background: #F2F2F2 url('/DXR.axd?r=1_218-cJJCh') repeat-x top;
	border: 1px Solid #606060;
}
.dxeSpinIncButtonHover
{
    border-bottom: 0;
}
.dxeCalendarButtonHover,
.dxeColorEditButton:hover
{
	background: #F2F2F2 url('/DXR.axd?r=1_216-cJJCh') repeat-x top;
}
.dxeCalendarButtonHover,
.dxeColorEditButton:hover
{
	border: 1px Solid #606060;
}

.dxeButtonEdit
{
	background-color: white;
	border: 1px solid #9F9F9F;
    font: 12px Tahoma, Geneva, sans-serif;
}

.dxeButtonEdit td.dxic 
{
    *padding-left: 2px;
}
*[dir="rtl"].dxeTextBox td.dxic 
{
    *padding-right: 2px;
}

.dxeButtonEdit .dxeEditArea
{
	background-color: white;
}
.dxeButtonEdit .dxeIIC img
{
	padding-left: 3px;
}
.dxeTextBox
{
	background-color: white;
	border: 1px solid #9f9f9f;
    font: 12px Tahoma, Geneva, sans-serif;
}

.dxeTextBox .dxeEditArea
{
	background-color: white;
}
.dxeRadioButtonList, .dxeCheckBoxList
{
	border: 1px Solid #9F9F9F;
}

.dxeCheckBoxList .dxe > table,
.dxeRadioButtonList .dxe > table 
{
    width: 100%;
}

.dxeRadioButtonList,
.dxeCheckBoxList
{
	font: 12px Tahoma, Geneva, sans-serif;
}
.dxeRadioButtonList td.dxe,
.dxeCheckBoxList td.dxe
{
	padding: 7px 5px 6px 11px;
}
.dxeRadioButtonList[dir='rtl'] td.dxe,
.dxeCheckBoxList[dir='rtl'] td.dxe
{
	padding: 7px 11px 6px 5px;
}

/* -- Memo -- */
.dxeMemo
{
	background-color: white;
	border: 1px solid #9f9f9f;
    font: 12px Tahoma, Geneva, sans-serif;
}
.dxeMemoEditArea
{
	background-color: White;
	outline: none;
}


/* -- Hyperlink -- */
.dxeHyperlink
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #0d45b7;
}
a.dxeHyperlink:hover
{
	color: #5494ea;
}
a.dxeHyperlink:visited
{
	color: #ab59a6;
}

/* -- ListBox -- */
.dxeListBox
{
	background-color: white;
	border: 1px solid #A0A0A0;
	color: Black;
	font: 12px Tahoma, Geneva, sans-serif;
	width: 70px;
	height: 109px;
}
.dxeListBox div.dxlbd
{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 107px;
}
.dxeListBoxFilter {
    padding: 6px;
    border-bottom: 1px solid #A0A0A0;
}
.dxeListBox .dxeListBoxFilter .dxeLBFEButtonSys,
.dxeListBox .dxeListBoxFilter .dxeLBShowFilterBtnSys {
    background: none;
    border: none;
}
.dxeListBox .dxeListBoxFilter .dxeLBFEButtonSys {
    background-color: transparent;
}
.dxeListBox .dxeListBoxFilter .dxeLBShowFilterBtnSys {
    background-color: white;
}
.dxeListBox .dxeListBoxFilter .dxeLBFEButtonSys.dxeButtonEditButtonHover,
.dxeListBox .dxeListBoxFilter .dxeLBShowFilterBtnSys.dxbButtonHover {
    background-color: #cfcfcf;
}
.dxeListBox .dxeListBoxFilter .dxeLBFEButtonSys img {
    margin-bottom: -2px;
}
.dxeListBox .dxeListBoxFilter .dxeLBShowFilterBtnSys img {
    margin-top: 2px;
}
.dxeListBox > tbody > tr > td > .dxeListBoxSelectAll {
    padding: 2px 0 4px 3px;
    border-bottom: 1px solid #A0A0A0;
    cursor: default;
    white-space: nowrap;
}
.dxeListBox > tbody > tr > td > .dxeListBoxSelectAllHover {
    background-color: #cfcfcf;
}
*[dir="rtl"].dxeListBox > tbody > tr > td > .dxeListBoxSelectAll {
    padding: 2px 3px 4px 0;
}
.dxeListBox > tbody > tr > td > .dxeListBoxSelectAll .dxichCellSys {
    padding-left: 3px;
    padding-right: 4px;
}
*[dir="rtl"].dxeListBox > tbody > tr > td > .dxeListBoxSelectAll .dxichCellSys {
    padding-left: 5px;
    padding-right: 2px;
}
.dxeListBox .dxeHCC .dxeListBoxSelectAll .dxichSys,
.dxeListBox .dxeHCCR .dxeListBoxSelectAll .dxichSys {
    margin: 0;
}
.dxeListBox .dxeC input[type="checkbox"] {
    margin-left: 4px!important;
    margin-right: 3px!important;
}
*[dir="rtl"].dxeListBox .dxeCR input[type="checkbox"] {
    margin-left: 3px!important;
    margin-right: 4px!important;
}
.dxeListBox > tbody > tr > td > .dxeListBoxSelectAll input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 6px;
    margin-top: 5px;
}
*[dir="rtl"].dxeListBox > tbody > tr > td > .dxeListBoxSelectAll input[type="checkbox"] {
    margin-left: 7px;
    margin-right: 4px;
}
.dxeListBoxItemRow
{
	cursor: default;
}
.dxeListBoxItem
{
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 3px 2px 4px 3px;
	white-space: nowrap;
	text-align: left;
}
.dxeListBoxItem em
{
	background: #CFCFCF none repeat 0 0;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}

.dxeListBox td.dxeI,
.dxeListBox td.dxeIM,
.dxeListBox .dxeHIC, 
.dxeListBox td.dxeFTM,
.dxeListBox td.dxeTM,
.dxeListBox td.dxeC,
.dxeListBox td.dxeCM,
.dxeListBox td.dxeHCC,
.dxeListBox td.dxeMI,
.dxeListBox td.dxeMIM
{
	border-right-width: 0!important;
}

.dxeListBox td.dxeIR,
.dxeListBox td.dxeIMR,
.dxeListBox .dxeHICR, 
.dxeListBox td.dxeFTMR,
.dxeListBox td.dxeTMR,
.dxeListBox td.dxeCR,
.dxeListBox td.dxeCMR,
.dxeListBox td.dxeHCCR,
.dxeListBox td.dxeMIR,
.dxeListBox td.dxeMIMR
{
	border-left-width: 0!important;
}

.dxeListBox td.dxeCM,
.dxeListBox td.dxeHCC,
.dxeListBox td.dxeCMR,
.dxeListBox td.dxeHCCR
{
	width: 29px;
    *width: 23px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.dxeListBox .dxeListBoxEllipsis td.dxeC,
.dxeListBox .dxeListBoxEllipsis td.dxeCR {
    width: 20px;
}

.dxeListBox td.dxeIM,
.dxeListBox td.dxeIMR
{
	width: 0;
}
.dxeListBox td.dxeC > span,
.dxeListBox td.dxeCM > span
{
    margin: 2px 2px 2px 3px;
}
.dxeListBox td.dxeCR > span,
.dxeListBox td.dxeCMR > span
{
    margin: 2px 3px 2px 2px;
}
.dxeListBox td.dxeC
{
	padding-right: 3px!important;
}
.dxeListBox td.dxeCR
{
	padding-left: 3px!important;
}

.dxeListBox td.dxeT
{
	width: 100%;
	padding-left: 0!important;
}

.dxeListBox td.dxeTR
{
	width: 100%;
	padding-right: 0!important;
}


.dxeListBox td.dxeT,
.dxeListBox td.dxeMI
{
	border-left-width: 0!important;
}

.dxeListBox td.dxeTR,
.dxeListBox td.dxeMIR
{
	border-right-width: 0!important;
}


.dxeListBox td.dxeFTM,
.dxeListBox td.dxeTM,
.dxeListBox td.dxeLTM, 
.dxeListBox .dxeHFC,
.dxeListBox .dxeHC,
.dxeListBox .dxeHLC,
.dxeListBox td.dxeFTMR,
.dxeListBox td.dxeTMR,
.dxeListBox td.dxeLTMR, 
.dxeListBox .dxeHFCR,
.dxeListBox .dxeHCR,
.dxeListBox .dxeHLCR
{
	overflow: hidden;
}

.dxeListBox td.dxeFTM,
.dxeListBox td.dxeTM, 
.dxeListBox .dxeHFC,
.dxeListBox .dxeHC
{
	padding-right: 6px!important;
}

.dxeListBox td.dxeFTMR,
.dxeListBox td.dxeTMR, 
.dxeListBox .dxeHFCR,
.dxeListBox .dxeHCR
{
	padding-left: 6px!important;
}


.dxeListBox td.dxeLTM,
.dxeListBox td.dxeTM, 
.dxeListBox .dxeHC,
.dxeListBox .dxeHLC
{
	padding-left: 6px!important;
}

.dxeListBox td.dxeLTMR,
.dxeListBox td.dxeTMR, 
.dxeListBox .dxeHCR,
.dxeListBox .dxeHLCR
{
	padding-right: 6px!important;
}

.dxeListBoxItemRow.dx-ar > .dxeListBoxItem,
.dxeListBoxItemRow.dx-al > .dxeListBoxItem
 {
    float: inherit;
}

/*Grid lines*/

.dxeListBox td.dxeLTM,
.dxeListBox td.dxeTM,
.dxeListBox td.dxeMIM
{
	border-left: 1px solid #cfcfcf!important;
}

.dxeListBox td.dxeFTM.dxeLTM
{
    border-left-width: 0 !important;
}

.dxeListBox td.dxeLTMR,
.dxeListBox td.dxeTMR,
.dxeListBox td.dxeMIMR
{
	border-right: 1px solid #cfcfcf!important;
}

.dxeListBox td.dxeIM,
.dxeListBox td.dxeFTM,
.dxeListBox td.dxeTM,
.dxeListBox td.dxeLTM,
.dxeListBox td.dxeCM,
.dxeListBox td.dxeMIM,
.dxeListBox td.dxeIMR,
.dxeListBox td.dxeFTMR,
.dxeListBox td.dxeTMR,
.dxeListBox td.dxeLTMR,
.dxeListBox td.dxeCMR,
.dxeListBox td.dxeMIMR
{
	border-bottom: 1px solid #cfcfcf;
}

.dxeListBoxItemSelected     
{
	color: White;
	background-color: #A0A0A0;
}
.dxeListBoxItemHover        
{
	background-color: #cfcfcf;
	color: black;
}
.dxeListBoxWithCustAppearanceSys .dxeListBoxItemSelected
{
	color: White!important;
	background-color: #A0A0A0!important;
}
.dxeListBoxWithCustAppearanceSys .dxeListBoxItemHover
{
	background-color: #cfcfcf!important;
	color: black!important;
}
.dxeListBoxItemHover em,
.dxeListBoxItemSelected em
{
	background-image: none;
}

/*Header*/

.dxeListBox .dxeHD
{
	background-color: #dcdcdc;
	border-bottom: 1px solid #A0A0A0;
}

.dxeListBox .dxeHC,
.dxeListBox .dxeHLC,
.dxeListBox td.dxeHMIC
{
	border-left: 1px solid #A0A0A0;
}

.dxeListBox .dxeHCR,
.dxeListBox .dxeHLCR,
.dxeListBox td.dxeHMICR
{
	border-right: 1px solid #A0A0A0;
	text-align: right;
}

.dxeListBox .dxeHIC,
.dxeListBox .dxeHFC,
.dxeListBox .dxeHCC
{
	border-left: 1px solid #dcdcdc;
}

.dxeListBox .dxeHICR,
.dxeListBox .dxeHFCR,
.dxeListBox .dxeHCCR
{
	border-right: 1px solid #dcdcdc;
	text-align: right;
}

.dxeListBox .dxeHFC,
.dxeListBox .dxeHC,
.dxeListBox .dxeHMIC
{
	border-right-width: 0;
}

.dxeListBox .dxeHFCR,
.dxeListBox .dxeHCR,
.dxeListBox .dxeHMICR
{
	border-left-width: 0;
	text-align: right;
}

.dxeListBox .dxeHLC
{
	border-right: 1px solid #dcdcdc;
}

.dxeListBox .dxeHLCR
{
	border-left: 1px solid #dcdcdc;
	text-align: right;
}

/* -- Calendar -- */
.dxeCalendar
{
	border: 1px solid #9f9f9f;
	background-color: White;
	color: Black;
    font: 12px Tahoma, Geneva, sans-serif;
	cursor: default;
}
.dxeCalendar td.dxMonthGrid
{
	padding: 8px 20px;
}
.dxeCalendar td.dxMonthGridWithWeekNumbers
{
	padding: 5px 20px 8px 8px;
}
.dxeCalendar td.dxMonthGridWithWeekNumbersRtl
{
	padding: 5px 8px 8px 20px;
}
.dxeCalendarDayHeader
{
	padding: 2px 4px 5px;
	border-bottom: 1px solid #cfcfcf;
}
.dxeCalendarWeekNumber
{
	font-size: 0.75em;
	text-align: right;
	padding: 6px 8px 6px 4px;
	color: #bfbfbf;
}
.dxeCalendarDay
{
	padding: 4px 6px;
	text-align: center;
}
.dxeCalendarWeekend        
{
	color: #c00000;
}
.dxeCalendarOtherMonth     
{
	color: #888;
}
.dxeCalendarOutOfRange
{
	color: #d0d0d0;
}
.dxeCalendarDayDisabled {
	color: #ececec;
	background-color: #fcfcfc;
}
.dxeCalendarSelected       
{
	color: White;
	background-color: #8d8d8d;
}
.dxeDayInRange.dxeCalendarSelected
{
    background-color: #dddddd;
}
.dxeCalendarToday .dxe-apt-labels-container,
.dxeCalendarSelected .dxe-apt-labels-container
{
    display: none;
}
.dxeCalendar .dxe-apt-labels-container {
    height: 3px;
    margin-bottom: -3px;
}
.dxeCalendar .dxe-apt-labels-container > div {
    width: 3px;
    height: 3px;
    margin-top: 1px;
}
.dxeCalendar .dxe-more-labels-container > .dxe-h-line {
    width: 3px;
    top: 1px;
}
.dxeCalendar .dxe-more-labels-container > .dxe-v-line {
    height: 3px;
    left: 1px;
}
.dxeCalendar .dxe-more-labels-container > div.dxe-h-line,
.dxeCalendar .dxe-more-labels-container > div.dxe-v-line {
    background-color: #666666;
}

.dxeCalendarToday         
{
	padding: 3px 3px 2px;
	border: 1px solid #c00000;
}
.dxeCalendarHeader
{
	background-color: #dcdcdc;
	border-top: 1px solid #c9c9c9;
	border-right: 0 solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 0 solid #c9c9c9;
	padding: 4px 7px;
}
.dxeCalendarHeader td.dxe
{
	text-align: center;
	cursor: pointer;
}
.dxeCalendarHeader .dxeCHS
{
    min-width: 10px;
    *width: 10px;
}
.dxeCalendarFooter
{
	background-color: #ededed;
	padding: 8px 0px;
	border-top: 1px solid #d6d6d6;
}
.dxeCalendarFooter .dxeCFS
{
    min-width: 12px;
    *width: 12px;
}
.dxeCalendarFastNav
{
	color: Black;
	background: White none;
	border-top: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-bottom: 0px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	padding: 12px 8px;
}
.dxFastNavGrid .dxeCalendarFastNav
{
    background-color: transparent;
    border: none;
    padding: 0px;
}
.dxeCalendarFastNavMonthArea
{
	padding: 0px 9px;
}
.dxeCalendarFastNavItemArea
{
    padding: 9px;
}
.dxeCalendarFastNavYearArea
{
    padding-top: 8px;
}
.dxeCalendarFastNavHeader
{
	color: #666666;
	background-color: #F1F1F1;
	padding: 4px 7px;
	text-align: center;
	cursor: pointer;
}
.dxeCalendarFastNavHeader > table > tbody > tr > td:last-child
{
    padding: 0 11px 0 0;
}
*[dir="rtl"].dxeCalendar .dxeCalendarFastNavHeader > table > tbody > tr > td:last-child
{
    padding: 0 0 0 11px;
}
.dxeCalendarFastNavFooter
{
	color: Black;
	background-color: #ededed;
	padding: 8px 0px;
	border-right: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #d6d6d6;
}
.dxeCalendarFastNavFooter .dxeCFNFS
{
    min-width: 11px;
    *width: 11px;
}
.dxeCalendarFastNavItem,
.dxeCalendarFastNavMonth,
.dxeCalendarFastNavYear
{
	color: Black;
	padding: 3px 5px;
	text-align: center;
	cursor: pointer;
}
.dxeCalendarFastNavItem,
.dxeCalendarFastNavMonth
{
	padding: 6px;
}
.dxeCalendarFastNavItem:empty
{
    pointer-events: none;
}
.dxeCalendarFastNavItem
{
    -moz-background-clip: content-box;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
.dxeCalendarFastNavItem:before,
.dxeCalendarFastNavItem:after
{
    content: "";
    display: block;
}
.dxeCalendarFastNavItem:before
{
    padding-top: 6px;
}
.dxeCalendarFastNavItem:after
{
    padding-bottom: 6px;
}
.dxeCalendarFastNavItemSelected,
.dxeCalendarFastNavMonthSelected,
.dxeCalendarFastNavYearSelected
{
	color: White;
	background: #8d8d8d none;
}
.dxeCalendarFastNavItemHover,
.dxeCalendarFastNavMonthHover,
.dxeCalendarFastNavYearHover
{
	color: Black;
	background: #e5e5e5 none;
}
.dxeCalendarFastNavMonthHover,
.dxeCalendarFastNavYearHover
{
	border: 1px solid #d6d6d6;
	padding: 2px 4px;
}
.dxeCalendarFastNavMonthHover
{
	padding: 5px;
}
.dxeCalendarFastNavItem.dxeCalendarFastNavItemOtherPeriod
{
    color: #888;
}
.dxeDateEditTimeEditCell
{
    padding: 11px 22px 16px;
    width: 100px;
}
.dxeDateEditClockCell
{
    padding: 16px 17px 0;
}
.dxeCalendarFooter.dxeDETSF
{
    padding-left: 8px;
    padding-right: 8px;
}
div.dxeCalendarDETS {
    max-width: 398px;
}
div.dxeCalendarDETS.dxeCalendarVerticalDETS .dxeCalendarFooter td:not(.dxeCalendarButton) {
    min-width: 4px;
}
/* Disabled */
.dxeDisabled,
.dxeDisabled td.dxe
{
	color: #acacac;
	cursor: default;
}
.dxeEditArea.dxeDisabled, /*Bootstrap correction*/
.dxeDisabled .dxeMemoEditArea /*Bootstrap correction*/
{
    color: #acacac;
}
a.dxeDisabled:hover
{
	color: #acacac;
}
.dxeButtonDisabled
{
	border-color: #c3c3c3;
	color: #808080;
	cursor: default;
}
/* -- Button -- */
.dxbButton
{
	color: #000000;
	font: 12px Tahoma, Geneva, sans-serif;
	border: 1px solid #7F7F7F;
	background: #E0DFDF url('/DXR.axd?r=1_211-cJJCh') repeat-x top;
	padding: 1px;
}
.dxbButtonHover
{
	color: #000000;
	background: #F2F2F2 url('/DXR.axd?r=1_212-cJJCh') repeat-x top;
	border: 1px solid #606060;
}
.dxbButtonChecked
{
	color: #FFFFFF;
	background: #8D8D8D none;
}
.dxbButtonPressed
{
	color: #000000;
	background: #D5D5D5 none;
}
.dxbButton div.dxb
{
    padding: 3px 8px 4px;
}
.dxbButton div.dxbf
{
    padding: 2px 7px 3px;
	border: 1px dotted black;
}
/* Link Button */
a.dxbButton
{
    color: #0d45b7;
    text-decoration: underline;
}
a.dxbButton:hover
{
	color: #5494ea;
}
a.dxbButton:visited
{
	color: #ab59a6;
}
/* Disabled */
.dxbDisabled
{
	border-color: #c3c3c3;
}
.dxbDisabled,
a.dxbButton.dxbDisabled
{
	color: #808080;
	cursor: default;
    text-decoration: none;
}
/* -- FilterControl -- */
.dxfcControl
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: Black;
    padding: 0 1em;
}
.dxfcTable
{
	border-collapse: separate!important;
}
.dxfcTable td.dxfc
{
	padding: 0 0 0 3px;
}
a.dxfcPropertyName
{
	white-space: nowrap!important;
	color: Blue!important;
}
a.dxfcGroupType
{
	white-space: nowrap!important;
	padding: 0 3px!important;
	color: Red!important;
}
a.dxfcOperation
{
	white-space: nowrap!important;
	color: Green!important;
}
a.dxfcValue
{
	white-space: nowrap!important;
	color: Gray!important;
}
.dxeMaskHint
{
	background: #ffffe1 none;
	border: 1px solid black;
	padding: 2px 5px 3px;
	color: Black;
	font: 12px Tahoma, Geneva, sans-serif;
}
.dxfcControl ul.dxfc-tree,
.dxfcControl .dxfc-tree ul
{
    list-style-type: none;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
}

.dxfcControl .dxfc-tree
{
    width: 100%;
}

.dxfcControl .dxfc-subnd
{
    margin-left: 22px;
}

.dxfcControl.dxfcRtl .dxfc-subnd
{
    margin-left: 0;
	margin-right: 22px;
}

.dxfcControl .dxfc > li > table
{
    border-spacing: 0;
    border-collapse: collapse;
}

.dxfcControl .dxfc-elb
{
    background: url('/DXR.axd?r=1_113-cJJCh') no-repeat;
    float: left;
    height: 21px;
    vertical-align: top;
    width: 26px;
    margin-right: 0.3em;
}

.dxfcControl.dxfcRtl .dxfc-elb
{
    background: url('/DXR.axd?r=1_114-cJJCh') no-repeat;
    float: right;
	margin-right: 0;
    margin-left: 0.3em;
	background-position-x: right;
}

.dxfcControl.dxfcRtl .dxEditors_fcremove {
	margin-right: 2px;
}

.dxfcControl .dxfc-clr
{
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    width: 0;
}

.dxfcControl .dxfc-nd > tbody > tr > td {
    vertical-align: top;
}

.dxfcControl .dxfc-nd > tbody > tr > td.dxfc-editorCell {
    vertical-align: middle;
}

.dxEditors_fcremove, .dxEditors_fcadd {
    margin-top: 6px;
}

.dxfcControl .dxfc-nd
{
    cursor: pointer;
    display: block;
    float: left;
    outline: 0 none;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.dxfcControl .dxfc-nd > tbody > tr > td > a,
.dxfcControl .dxfc-nd > tbody > tr > td > span,
.dxfcControl .dxfc-nd > tbody > tr > td > img,
.dxfcControl .dxfc-editor
{
    vertical-align: middle;
}

.dxfcControl .dxfc-nd > tbody > tr > td > a,
.dxfcControl .dxfc-nd > tbody > tr > td > td,
.dxfcControl .dxfc-nd > tbody > tr > td > span
{
    padding: 0 0.1ex;
}

.dxfcControl .dxfc-nd > tbody > tr > td > a,
.dxfcControl .dxfc-nd > tbody > tr > td > span
{
    line-height: 24px;
}

.dxfcControl .dxfc-ln
{
    background: url('/DXR.axd?r=1_112-cJJCh') repeat-y;
    vertical-align: top;
}

.dxfcControl.dxfcRtl .dxfc-ln
{
	background: url('/DXR.axd?r=1_112-cJJCh') repeat-y;
	background-position: right;
}

.dxfcControl .dxfc-memo textarea 
{
	height: 80px;
	overflow: auto;
}

.dxfcControl .dxfc-validationSummary
{
	padding: 2px 5px 4px 6px !important;
	list-style-type: none;
	margin: 0;
}

.dxfcControl .dxfc-validationSummary li
{
	padding: 2px 0;
}

.dxfcControl .dxfc-validationSummary li a
{
	color: red;
	text-decoration: none;
	border-bottom: 1px dashed #f70;
}

.dxfcControl .dxfc-validationSummary li a:hover
{
	color: #f70;
}

/* -- ProgressBar -- */
.dxeProgressBar
{
	border: 1px Solid #696969;
	background-color: #FFFFFF;
	font: 12px Tahoma, Geneva, sans-serif;
	color: Black;
    height: 21px;
}
.dxeProgressBar .dxePBMainCell,
.dxeProgressBar td.dxe
{
	padding: 0;
}
.dxeProgressBarIndicator
{
	background-color: #E0DFDF;
}

/* -- DropDownWindow -- */
.dxpcDropDown,
.dxeDropDownWindow
{
    font: 12px Tahoma, Geneva, sans-serif;
}
.dxeDropDownWindow
{
	background-color: white;
	border: 1px solid #9F9F9F;
}

/*----------------- ColorTable -----------------*/
.dxeColorIndicator
{
	border: 1px solid #9F9F9F;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.dxeItemPicker
{
	background-color: #ffffff;
	border: 1px solid #9F9F9F;
}
.dxeColorTable td.dx,
.dxeItemPicker td.dx
{
	padding: 4px;
}
.dxeColorTableCell,
.dxeItemPickerCell,
.dxeACICell
{
	padding: 3px;
	cursor: pointer;
}
.dxeColorTableCellDiv,
.dxeACICellDiv
{
	border: 1px solid #808080;
	width: 12px;
	height: 12px;
	font-size: 0;
}
.dxeColorTableCellSelected,
.dxeACICellSelected
{
	padding: 2px!important;
	background-color: #CBCBCB;
	border: 1px solid #888888;
}
.dxeColorTableCellHover,
.dxeItemPickerCellHover,
.dxeAutomaticColorItemCellHover,
.dxeAutomaticColorItem:hover > div
{
	padding: 2px!important;
	background-color: #F2F2F2;
	border: 1px solid #888888;
}

/* -- Invalid Style -- */
.dxeInvalid
{
}
.dxeInvalid .dxeEditArea,
.dxeInvalid .dxeMemoEditArea
{
}

/* -- Focused Style -- */
.dxeFocused
{
	border: 1px solid #3d3d3d;
}
.dxeFocused.dxeTrackBar
{
	border: 0px;
}

/* -- Null Text Style -- */
.dxeNullText .dxeEditArea,
.dxeNullText .dxeMemoEditArea
{
	color: #818181;
}
.dxeNullText input:-webkit-autofill {    
    -webkit-text-fill-color: #818181;
}
.dxeTextBox .dxeFNTextSys,
.dxeButtonEdit .dxeFNTextSys,
.dxeMemo .dxeFNTextSys {
    color: #818181;
}

/* -- Captcha -- */
.dxcaControl 
{
	font: 12px Tahoma, Geneva, sans-serif;
}

.dxcaRefreshButton
{
	text-decoration: none;
	color: #1e3695;
}

.dxcaDisabledRefreshButton
{
	color: #acacac;
}

.dxcaRefreshButtonCell
{
	padding-left: 4px;
}

.dxcaRefreshButtonText
{
}

.dxcaDisabledRefreshButtonText
{
}

.dxcaTextBoxCell,
.dxcaTextBoxCellNoIndent
{
}

.dxcaTextBoxCell .dxeErrorCell
{
}

.dxcaTextBoxCellNoIndent .dxeErrorCell
{
	padding-left: 0px;
	padding-top: 4px;
	color: Red;
}

.dxcaTextBoxLabel
{
	padding-bottom: 4px;
	display: block;
}

.dxcaLoadingPanel
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
}

.dxcaLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxeBinImgContentContainer .dxe-loadingImage,
.dxeImage.dxe-loadingImage,
.dxcaLoadingPanel .dxlp-loadingImage
{
	background-image: url('/DXR.axd?r=1_117-cJJCh');
	height: 16px;
	width: 16px;
}
.dxpcLite .dxHFBPS
{
    width: 6px;
}

.dxeTextBox,
.dxeButtonEdit,
.dxeIRadioButton,
.dxeRadioButtonList,
.dxeCheckBoxList
{
    cursor: default;
}

/* Removes flicking in iOS Safari*/
.dxeTrackBar, 
.dxeIRadioButton, 
.dxeButtonEdit, 
.dxeTextBox, 
.dxeRadioButtonList, 
.dxeCheckBoxList, 
.dxeMemo, 
.dxeListBox, 
.dxeCalendar, 
.dxeColorTable
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* -- ASPxTokenBox -- */
input.dxeTokenBoxInput[type="text"] {
	display: inline-block;
	float: left;
	width: 10px;
	outline: none;
	margin: 1px;
	padding: 1px;
}
.dxeToken {
    border: 1px solid #b9b9b9;
    display: inline-block;
	float: left;
	min-width: 30px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.dxeTokenText, .dxeTokenRemoveButton {
	display: block;
	float: left;
}
.dxeTokenText {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 4px;
}
.dxeTokenRemoveButton {
	cursor: pointer;
}
.dxeToken {
	background: #ececec url('/DXR.axd?r=1_219-cJJCh') repeat-x top;
}
.dxFirefox input.dxeTokenBoxInput[type="text"]
{
	padding: 0;
	margin: 1px;
}
.dxFirefox .dxeTokenText {
	margin-top: -1px;
	margin-bottom: -1px;
}
.dxeTokenBox.dxeDisabled .dxictb {
    cursor: default;
}

/* ASPxCololrEdit */
.dxcpParametersCellSys .dxcpWebColorInput
{
	float: right;
	margin-top: 40px;
}
.dxcpColorParameterMainDiv
{
	padding: 0px 0 4px 9px;
	width: 90px;
	text-align: right;
}
.dxeCustomColorButton
{
    padding-top: 2px;
    padding-bottom: 2px;
	margin: 3px 7px;
	cursor: pointer;
}
.dxeCustomColorButtonHover
{
    background: #F2F2F2 url('/DXR.axd?r=1_218-cJJCh') repeat-x top;
	border: 1px Solid #606060;
}
.dxeAutomaticColorItem
{
	padding: 4px 4px 0px 4px;
}
.dxeAutomaticColorItem > span
{
    margin: 0px 5px;
    line-height: 20px;
}
.dxcpCurrentColor, .dxcpSavedColor
{
	height: 35px;
}
.dxcpCurrentAndSaved
{
	width: 65px;
	margin: 34px 0px 0px auto;
	cursor: pointer;
}
.dxeColorTablesMainDiv,
.dxeColorSelectorMainDiv
{
	background-color: #FFFFFF;
}
.dxeColorSelectorMainDiv
{
	padding: 7px;
}
.dxcpColorArea,
.dxcpHueAreaImage,
.dxcpCurrentAndSaved,
.dxeColorTablesMainDiv,
.dxeColorSelectorMainDiv,
.dxcpParametersCell input
{
	border: 1px solid #9F9F9F;
}
.dxeButtonsPanelDiv
{
	margin-top: 15px;
	text-align: right;
}
.dxeButtonsPanelDiv input
{
    min-width: 60px;
	margin-left: 10px;
}

/*Editor Caption*/
.dxeCaptionCell
{
    font: 12px Tahoma, Geneva, sans-serif;
    white-space: nowrap;
    line-height: 16px;
    height: 100%;
}
.dxeRoot
{
}
.dxeCaption
{
}

.dxeCaptionCell.dxeCaptionVATSys.dxeTextEditCTypeSys
{
     padding-top: 3px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeCheckBoxCTypeSys
{ 
    padding-top: 3px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeRadioButtonCTypeSys
{ 
    padding-top: 4px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeCheckBoxListCTypeSys
{
    padding-top: 11px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeRadioButtonListCTypeSys
{
    padding-top: 11px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeListBoxCTypeSys
{
    padding-top: 4px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeTrackBarCTypeSys
{
    padding-top: 2px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeProgressBarCTypeSys
{
    padding-top: 2px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeMemoCTypeSys
{
    padding-top: 3px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeCustomCTypeSys
{
    padding-top: 5px;
    padding-bottom: 5px;
}

/* IE 7 */
.dxeCaptionCell.dxeCaptionVATSys.dxeProgressBarCTypeSys
{
    *padding-top: 7px;
}
.dxeCaptionCell.dxeCaptionVATSys.dxeMemoCTypeSys
{
    *padding-top: 2px;
}

/*Firefox*/
.dxFirefox .dxeCaptionCell.dxeCaptionVATSys.dxeListBoxCTypeSys
{
    padding-top: 5px;
}
.dxFirefox .dxeCaptionCell.dxeCaptionVATSys.dxeProgressBarCTypeSys
{
    padding-top: 3px;
}

/*Chrome*/
.dxWebKitFamily .dxeCaptionCell.dxeCaptionVATSys.dxeListBoxCTypeSys
{
    padding-top: 5px;
}

/* Safari */
.dxeCaptionCellSafariSys.dxeCaptionCell.dxeCaptionVATSys.dxeListBoxCTypeSys
{
    padding-top: 4px;
}

.dxeRequiredMark {
    color: green;
    font-style: normal;
}

.dxeOptionalMark {
    color: gray;
    font-style: normal;
}
/* LoadingPanel */
.dxlpLoadingPanel,
.dxlpLoadingPanelWithContent
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
	background-color: white;
	border: 1px solid #9F9F9F;
}
.dxlpLoadingPanel td.dx,
.dxlpLoadingPanelWithContent td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxlpLoadingPanel .dxlp-loadingImage,
.dxlpLoadingPanelWithContent .dxlp-loadingImage {
	background: url('/DXR.axd?r=1_117-cJJCh');
	height: 16px;
	width: 16px;
}

/* Out of range warning*/
.dxeOutOfRWarn {
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 3px 8px 4px 8px;
    display: none;
    position: absolute;
    background-color: white;
    color: red;
    border-radius: 3px;
    z-index: 41998;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #A8A8A8;
}
.dxeOutOfRWarnRight {
    margin-left: 10px;
}
.dxeOutOfRWarnBottom {
    margin-top: 10px;
}
/* T389575 - accessible background markers */
.dx-runtime-background.dxeButtonEditButton,
.dx-runtime-background.dxeSpinLargeIncButton,
.dx-runtime-background.dxeSpinLargeDecButton { }

.dx-runtime-background.dxeSpinIncButton { }
.dx-runtime-background.dxeSpinDecButton { }
.dxmLite_Moderno .dxm-left .dxm-back-icon, .dxWeb_edtCheckBoxChecked_Moderno, .dxWeb_edtCheckBoxCheckedDisabled_Moderno, .dxWeb_edtCheckBoxGrayed_Moderno, .dxWeb_edtCheckBoxGrayedDisabled_Moderno, .dxWeb_edtCheckBoxUnchecked_Moderno, .dxWeb_edtCheckBoxUncheckedDisabled_Moderno { background-image: url('/DXR.axd?r=0_2555-aJJCh'); background-repeat: no-repeat; background-color: transparent } 
.dxIE .dx-acc-r .dxmLite_Moderno .dxm-left .dxm-back-icon::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxChecked_Moderno::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxCheckedDisabled_Moderno::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxGrayed_Moderno::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxGrayedDisabled_Moderno::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxUnchecked_Moderno::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxUncheckedDisabled_Moderno::before { width: 25px } 
.dxmLite_Moderno .dxm-left .dxm-back-icon { background-position: 0px -150px; width: 13px; height: 13px } 
.dxWeb_edtCheckBoxChecked_Moderno { background-position: 0px -25px; width: 24px; height: 24px } 
.dxWeb_edtCheckBoxCheckedDisabled_Moderno { background-position: 0px 0px; width: 24px; height: 24px } 
.dxWeb_edtCheckBoxGrayed_Moderno { background-position: 0px -75px; width: 24px; height: 24px } 
.dxWeb_edtCheckBoxGrayedDisabled_Moderno { background-position: 0px -50px; width: 24px; height: 24px } 
.dxWeb_edtCheckBoxUnchecked_Moderno { background-position: 0px -125px; width: 24px; height: 24px } 
.dxWeb_edtCheckBoxUncheckedDisabled_Moderno { background-position: 0px -100px; width: 24px; height: 24px } 
.dxWeb_rpHeaderTopLeftCorner_Moderno,
.dxWeb_rpHeaderTopRightCorner_Moderno,
.dxWeb_rpBottomLeftCorner_Moderno,
.dxWeb_rpBottomRightCorner_Moderno,
.dxWeb_rpTopLeftCorner_Moderno,
.dxWeb_rpTopRightCorner_Moderno,
.dxWeb_rpGroupBoxBottomLeftCorner_Moderno,
.dxWeb_rpGroupBoxBottomRightCorner_Moderno,
.dxWeb_rpGroupBoxTopLeftCorner_Moderno,
.dxWeb_rpGroupBoxTopRightCorner_Moderno,
.dxWeb_mHorizontalPopOut_Moderno,
.dxWeb_mHorizontalPopOutHover_Moderno,
.dxWeb_mVerticalPopOut_Moderno,
.dxWeb_mVerticalPopOutHover_Moderno,
.dxWeb_mVerticalPopOutRtl_Moderno,
.dxWeb_mSubMenuItem_Moderno,
.dxWeb_mSubMenuItemChecked_Moderno,
.dxWeb_mScrollUp_Moderno,
.dxWeb_mScrollUpHover_Moderno,
.dxWeb_mScrollUpDisabled_Moderno,
.dxWeb_mScrollDown_Moderno,
.dxWeb_mScrollDownHover_Moderno,
.dxWeb_mScrollDownDisabled_Moderno,
.dxWeb_tcScrollLeft_Moderno,
.dxWeb_tcScrollRight_Moderno,
.dxWeb_tcScrollLeftHover_Moderno,
.dxWeb_tcScrollRightHover_Moderno,
.dxWeb_tcScrollLeftPressed_Moderno,
.dxWeb_tcScrollRightPressed_Moderno,
.dxWeb_tcScrollLeftDisabled_Moderno,
.dxWeb_tcScrollRightDisabled_Moderno,
.dxWeb_nbCollapse_Moderno,
.dxWeb_nbExpand_Moderno,
.dxWeb_splVSeparator_Moderno,
.dxWeb_splVSeparatorHover_Moderno,
.dxWeb_splHSeparator_Moderno,
.dxWeb_splHSeparatorHover_Moderno,
.dxWeb_splVCollapseBackwardButton_Moderno,
.dxWeb_splVCollapseBackwardButtonHover_Moderno,
.dxWeb_splHCollapseBackwardButton_Moderno,
.dxWeb_splHCollapseBackwardButtonHover_Moderno,
.dxWeb_splVCollapseForwardButton_Moderno,
.dxWeb_splVCollapseForwardButtonHover_Moderno,
.dxWeb_splHCollapseForwardButton_Moderno,
.dxWeb_splHCollapseForwardButtonHover_Moderno,
.dxWeb_pcCloseButton_Moderno,
.dxWeb_pcPinButton_Moderno,
.dxWeb_pcRefreshButton_Moderno,
.dxWeb_pcCollapseButton_Moderno,
.dxWeb_pcMaximizeButton_Moderno,
.dxWeb_pcSizeGrip_Moderno,
.dxWeb_pcSizeGripRtl_Moderno,
.dxWeb_pPopOut_Moderno,
.dxWeb_pPopOutDisabled_Moderno,
.dxWeb_pAll_Moderno,
.dxWeb_pAllDisabled_Moderno,
.dxWeb_pPrev_Moderno,
.dxWeb_pPrevDisabled_Moderno,
.dxWeb_pNext_Moderno,
.dxWeb_pNextDisabled_Moderno,
.dxWeb_pLast_Moderno,
.dxWeb_pLastDisabled_Moderno,
.dxWeb_pFirst_Moderno,
.dxWeb_pFirstDisabled_Moderno,
.dxWeb_tiBackToTop_Moderno,
.dxWeb_smBullet_Moderno,
.dxWeb_tvColBtn_Moderno,
.dxWeb_tvColBtnRtl_Moderno,
.dxWeb_tvExpBtn_Moderno,
.dxWeb_tvExpBtnRtl_Moderno,
.dxWeb_fmFolder_Moderno,
.dxWeb_fmFolderLocked_Moderno,
.dxWeb_fmCreateButton_Moderno,
.dxWeb_fmMoveButton_Moderno,
.dxWeb_fmRenameButton_Moderno,
.dxWeb_fmDeleteButton_Moderno,
.dxWeb_fmRefreshButton_Moderno,
.dxWeb_fmDwnlButton_Moderno,
.dxWeb_fmCreateButtonDisabled_Moderno,
.dxWeb_fmMoveButtonDisabled_Moderno,
.dxWeb_fmRenameButtonDisabled_Moderno,
.dxWeb_fmDeleteButtonDisabled_Moderno,
.dxWeb_fmRefreshButtonDisabled_Moderno,
.dxWeb_fmDwnlButtonDisabled_Moderno,
.dxWeb_ucClearButton_Moderno,
.dxWeb_ucClearButtonDisabled_Moderno,
.dxWeb_isPrevBtnHor_Moderno,
.dxWeb_isNextBtnHor_Moderno,
.dxWeb_isPrevBtnVert_Moderno,
.dxWeb_isNextBtnVert_Moderno,
.dxWeb_isPrevPageBtnHor_Moderno,
.dxWeb_isPrevPageBtnHorOutside_Moderno,
.dxWeb_isNextPageBtnHor_Moderno,
.dxWeb_isNextPageBtnHorOutside_Moderno,
.dxWeb_isPrevPageBtnVert_Moderno,
.dxWeb_isPrevPageBtnVertOutside_Moderno,
.dxWeb_isNextPageBtnVert_Moderno,
.dxWeb_isNextPageBtnVertOutside_Moderno,
.dxWeb_isPrevBtnHorDisabled_Moderno,
.dxWeb_isNextBtnHorDisabled_Moderno,
.dxWeb_isPrevBtnVertDisabled_Moderno,
.dxWeb_isNextBtnVertDisabled_Moderno,
.dxWeb_isPrevPageBtnHorDisabled_Moderno,
.dxWeb_isPrevPageBtnHorOutsideDisabled_Moderno,
.dxWeb_isNextPageBtnHorDisabled_Moderno,
.dxWeb_isNextPageBtnHorOutsideDisabled_Moderno,
.dxWeb_isPrevPageBtnVertDisabled_Moderno,
.dxWeb_isPrevPageBtnVertOutsideDisabled_Moderno,
.dxWeb_isNextPageBtnVertDisabled_Moderno,
.dxWeb_isNextPageBtnVertOutsideDisabled_Moderno,
.dxWeb_isDot_Moderno,
.dxWeb_isDotDisabled_Moderno,
.dxWeb_isDotSelected_Moderno,
.dxWeb_fmGvHeaderFilter_Moderno,
.dxWeb_fmGvHeaderFilterActive_Moderno,
.dxWeb_fmThumbnailCheck_Moderno,
.dxWeb_isPlayBtn_Moderno,
.dxWeb_isPauseBtn_Moderno,
.dxWeb_igCloseButton_Moderno,
.dxWeb_igNextButton_Moderno,
.dxWeb_igPrevButton_Moderno,
.dxWeb_igPlayButton_Moderno,
.dxWeb_igPauseButton_Moderno,
.dxWeb_igNavigationBarMarker_Moderno
{
	display: block;
}
.dxWeb_mScrollUp_Moderno, .dxWeb_mScrollDown_Moderno
{
	margin: auto;
}
.dxWeb_smBullet_Moderno,
.dxWeb_tiBackToTop_Moderno
{
	display:inline;
}
.dxWeb_rPinBtn_Moderno {
    margin-right: 3px;
}


.dxigControl_Moderno.dxTouchUI .dxWeb_igCloseButton_Moderno, .dxigControl_Moderno.dxTouchUI .dxWeb_igPauseButton_Moderno, .dxigControl_Moderno.dxTouchUI .dxWeb_igPlayButton_Moderno, .dxm-disabled .dxWeb_mHorizontalPopOut_Moderno, .dxm-disabled .dxWeb_mVerticalPopOut_Moderno, .dxm-disabled .dxWeb_mVerticalPopOutRtl_Moderno, .dxm-hovered .dxWeb_fmCopyButton_Moderno, .dxm-hovered .dxWeb_fmCreateButton_Moderno, .dxm-hovered .dxWeb_fmDeleteButton_Moderno, .dxm-hovered .dxWeb_fmDwnlButton_Moderno, .dxm-hovered .dxWeb_fmExpandFolderContBtn_Moderno, .dxm-hovered .dxWeb_fmMoveButton_Moderno, .dxm-hovered .dxWeb_fmRefreshButton_Moderno, .dxm-hovered .dxWeb_fmRenameButton_Moderno, .dxm-hovered .dxWeb_fmUplButton_Moderno, .dxm-hovered .dxWeb_mAdaptiveMenu_Moderno, .dxm-hovered .dxWeb_mHorizontalPopOut_Moderno, .dxm-hovered .dxWeb_mSubMenuItemChecked_Moderno, .dxm-hovered .dxWeb_mVerticalPopOut_Moderno, .dxm-hovered .dxWeb_mVerticalPopOutRtl_Moderno, .dxmLite_Moderno .dxm-left .dxm-back-icon, .dxm-scrollBtnHovered .dxWeb_mScrollDown_Moderno, .dxm-scrollBtnHovered .dxWeb_mScrollUp_Moderno, .dxpc-closeBtnHover .dxWeb_pcCloseButton_Moderno, .dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_Moderno, .dxpc-collapseBtnHover .dxWeb_pcCollapseButton_Moderno, .dxpc-collapseBtnHover.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_Moderno, .dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_Moderno, .dxpc-maximizeBtnHover .dxWeb_pcMaximizeButton_Moderno, .dxpc-maximizeBtnHover.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_Moderno, .dxpc-pinBtnChecked .dxWeb_pcPinButton_Moderno, .dxpc-pinBtnHover .dxWeb_pcPinButton_Moderno, .dxpc-pinBtnHover.dxpc-pinBtnChecked .dxWeb_pcPinButton_Moderno, .dxpc-refreshBtnHover .dxWeb_pcRefreshButton_Moderno, .dxp-hoverDropDownButton .dxWeb_pPopOut_Moderno, .dxpnl-btnHover .dxWeb_pnlExpand_Moderno, .dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Moderno, .dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Moderno, .dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Moderno, .dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Moderno, .dxpnl-btnSelected .dxWeb_pnlExpand_Moderno, .dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom_Moderno, .dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft_Moderno, .dxpnl-btnSelected .dxWeb_pnlExpandArrowRight_Moderno, .dxpnl-btnSelected .dxWeb_pnlExpandArrowTop_Moderno, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpand_Moderno, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Moderno, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Moderno, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Moderno, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Moderno, .dxp-pressedDropDownButton .dxWeb_pPopOut_Moderno, .dxr-grExpBtnHover .dxWeb_rPopOut_Moderno, .dxr-itemHover .dxWeb_rPopOut_Moderno, .dxrpCollapsed .dxWeb_rpCollapseButton_Moderno, .dxWeb_fmBreadCrumbsSeparatorArrow_Moderno, .dxWeb_fmBreadCrumbsUpButton_Moderno, .dxWeb_fmBreadCrumbsUpButtonDisabled_Moderno, .dxWeb_fmBreadCrumbsUpButtonHover_Moderno, .dxWeb_fmCopyButton_Moderno, .dxWeb_fmCopyButtonDisabled_Moderno, .dxWeb_fmCreateButton_Moderno, .dxWeb_fmCreateButtonDisabled_Moderno, .dxWeb_fmDeleteButton_Moderno, .dxWeb_fmDeleteButtonDisabled_Moderno, .dxWeb_fmDwnlButton_Moderno, .dxWeb_fmDwnlButtonDisabled_Moderno, .dxWeb_fmExpandFolderContBtn_Moderno, .dxWeb_fmFolder_Moderno, .dxWeb_fmFolderLocked_Moderno, .dxWeb_fmMoveButton_Moderno, .dxWeb_fmMoveButtonDisabled_Moderno, .dxWeb_fmRefreshButton_Moderno, .dxWeb_fmRefreshButtonDisabled_Moderno, .dxWeb_fmRenameButton_Moderno, .dxWeb_fmRenameButtonDisabled_Moderno, .dxWeb_fmThumbnailCheck_Moderno, .dxWeb_fmUplButton_Moderno, .dxWeb_fmUplButtonDisabled_Moderno, .dxWeb_igCloseButton_Moderno, .dxWeb_igNavigationBarMarker_Moderno, .dxWeb_igNextButton_Moderno, .dxWeb_igNextButtonDisabled_Moderno, .dxWeb_igNextButtonHover_Moderno, .dxWeb_igNextButtonPressed_Moderno, .dxWeb_igPauseButton_Moderno, .dxWeb_igPlayButton_Moderno, .dxWeb_igPrevButton_Moderno, .dxWeb_igPrevButtonDisabled_Moderno, .dxWeb_igPrevButtonHover_Moderno, .dxWeb_igPrevButtonPressed_Moderno, .dxWeb_isDot_Moderno, .dxWeb_isDotDisabled_Moderno, .dxWeb_isDotPressed_Moderno, .dxWeb_isDotSelected_Moderno, .dxWeb_isNextBtnHor_Moderno, .dxWeb_isNextBtnHorDisabled_Moderno, .dxWeb_isNextBtnVert_Moderno, .dxWeb_isNextBtnVertDisabled_Moderno, .dxWeb_isNextPageBtnHor_Moderno, .dxWeb_isNextPageBtnHorDisabled_Moderno, .dxWeb_isNextPageBtnHorOutside_Moderno, .dxWeb_isNextPageBtnHorOutsideDisabled_Moderno, .dxWeb_isNextPageBtnVert_Moderno, .dxWeb_isNextPageBtnVertDisabled_Moderno, .dxWeb_isNextPageBtnVertOutside_Moderno, .dxWeb_isNextPageBtnVertOutsideDisabled_Moderno, .dxWeb_isPauseBtn_Moderno, .dxWeb_isPlayBtn_Moderno, .dxWeb_isPrevBtnHor_Moderno, .dxWeb_isPrevBtnHorDisabled_Moderno, .dxWeb_isPrevBtnVert_Moderno, .dxWeb_isPrevBtnVertDisabled_Moderno, .dxWeb_isPrevPageBtnHor_Moderno, .dxWeb_isPrevPageBtnHorDisabled_Moderno, .dxWeb_isPrevPageBtnHorOutside_Moderno, .dxWeb_isPrevPageBtnHorOutsideDisabled_Moderno, .dxWeb_isPrevPageBtnVert_Moderno, .dxWeb_isPrevPageBtnVertDisabled_Moderno, .dxWeb_isPrevPageBtnVertOutside_Moderno, .dxWeb_isPrevPageBtnVertOutsideDisabled_Moderno, .dxWeb_izEWCloseButton_Moderno, .dxWeb_izHint_Moderno, .dxWeb_mAdaptiveMenu_Moderno, .dxWeb_mHorizontalPopOut_Moderno, .dxWeb_mScrollDown_Moderno, .dxWeb_mScrollUp_Moderno, .dxWeb_mSubMenuItem_Moderno, .dxWeb_mSubMenuItemChecked_Moderno, .dxWeb_mVerticalPopOut_Moderno, .dxWeb_mVerticalPopOutRtl_Moderno, .dxWeb_nbCollapse_Moderno, .dxWeb_nbExpand_Moderno, .dxWeb_pAll_Moderno, .dxWeb_pAllDisabled_Moderno, .dxWeb_pcCloseButton_Moderno, .dxWeb_pcCollapseButton_Moderno, .dxWeb_pcMaximizeButton_Moderno, .dxWeb_pcPinButton_Moderno, .dxWeb_pcRefreshButton_Moderno, .dxWeb_pcSizeGrip_Moderno, .dxWeb_pcSizeGripRtl_Moderno, .dxWeb_pFirst_Moderno, .dxWeb_pFirstDisabled_Moderno, .dxWeb_pLast_Moderno, .dxWeb_pLastDisabled_Moderno, .dxWeb_pNext_Moderno, .dxWeb_pNextDisabled_Moderno, .dxWeb_pnlExpand_Moderno, .dxWeb_pnlExpandArrowBottom_Moderno, .dxWeb_pnlExpandArrowLeft_Moderno, .dxWeb_pnlExpandArrowRight_Moderno, .dxWeb_pnlExpandArrowTop_Moderno, .dxWeb_pPopOut_Moderno, .dxWeb_pPopOutDisabled_Moderno, .dxWeb_pPrev_Moderno, .dxWeb_pPrevDisabled_Moderno, .dxWeb_rDialogBoxLauncher_Moderno, .dxWeb_rDialogBoxLauncherDisabled_Moderno, .dxWeb_rDialogBoxLauncherHover_Moderno, .dxWeb_rDialogBoxLauncherPressed_Moderno, .dxWeb_rGlrDown_Moderno, .dxWeb_rGlrDownDisabled_Moderno, .dxWeb_rGlrDownHover_Moderno, .dxWeb_rGlrPopOut_Moderno, .dxWeb_rGlrPopOutDisabled_Moderno, .dxWeb_rGlrPopOutHover_Moderno, .dxWeb_rGlrUp_Moderno, .dxWeb_rGlrUpDisabled_Moderno, .dxWeb_rGlrUpHover_Moderno, .dxWeb_rMinBtn_Moderno, .dxWeb_rMinBtnChecked_Moderno.dxWeb_rMinBtn_Moderno, .dxWeb_rMinBtnChecked_Moderno.dxWeb_rMinBtnDisabled_Moderno, .dxWeb_rMinBtnChecked_Moderno.dxWeb_rMinBtnHover_Moderno, .dxWeb_rMinBtnChecked_Moderno.dxWeb_rMinBtnPressed_Moderno, .dxWeb_rMinBtnDisabled_Moderno, .dxWeb_rMinBtnHover_Moderno, .dxWeb_rMinBtnPressed_Moderno, .dxWeb_rpCollapseButton_Moderno, .dxWeb_rPinBtn_Moderno, .dxWeb_rPopOut_Moderno, .dxWeb_splHCollapseBackwardButton_Moderno, .dxWeb_splHCollapseBackwardButtonHover_Moderno, .dxWeb_splHCollapseForwardButton_Moderno, .dxWeb_splHCollapseForwardButtonHover_Moderno, .dxWeb_splHSeparator_Moderno, .dxWeb_splHSeparatorHover_Moderno, .dxWeb_splVCollapseBackwardButton_Moderno, .dxWeb_splVCollapseBackwardButtonHover_Moderno, .dxWeb_splVCollapseForwardButton_Moderno, .dxWeb_splVCollapseForwardButtonHover_Moderno, .dxWeb_splVSeparator_Moderno, .dxWeb_splVSeparatorHover_Moderno, .dxWeb_tcScrollLeft_Moderno, .dxWeb_tcScrollLeftDisabled_Moderno, .dxWeb_tcScrollLeftHover_Moderno, .dxWeb_tcScrollLeftPressed_Moderno, .dxWeb_tcScrollRight_Moderno, .dxWeb_tcScrollRightDisabled_Moderno, .dxWeb_tcScrollRightHover_Moderno, .dxWeb_tcScrollRightPressed_Moderno, .dxWeb_tiBackToTop_Moderno, .dxWeb_tvColBtn_Moderno, .dxWeb_tvColBtnRtl_Moderno, .dxWeb_tvExpBtn_Moderno, .dxWeb_tvExpBtnRtl_Moderno, .dxWeb_ucClearButton_Moderno, .dxWeb_ucClearButtonDisabled_Moderno { background-image: url('/DXR.axd?r=0_2553-aJJCh'); background-repeat: no-repeat; background-color: transparent } 
.dxigControl_Moderno.dxTouchUI .dxWeb_igCloseButton_Moderno { background-position: -70px -367px; width: 23px; height: 23px } 
.dxigControl_Moderno.dxTouchUI .dxWeb_igPauseButton_Moderno { background-position: -26px -367px; width: 21px; height: 25px } 
.dxigControl_Moderno.dxTouchUI .dxWeb_igPlayButton_Moderno { background-position: -48px -367px; width: 21px; height: 25px } 
.dxm-disabled .dxWeb_mHorizontalPopOut_Moderno { background-position: -88px -391px; width: 8px; height: 4px } 
.dxm-disabled .dxWeb_mVerticalPopOut_Moderno { background-position: -186px -207px; width: 5px; height: 10px } 
.dxm-disabled .dxWeb_mVerticalPopOutRtl_Moderno { background-position: -174px -207px; width: 5px; height: 10px } 
.dxm-hovered .dxWeb_fmCopyButton_Moderno { background-position: -51px -507px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_fmCreateButton_Moderno { background-position: -91px -476px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_fmDeleteButton_Moderno { background-position: -68px -524px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_fmDwnlButton_Moderno { background-position: -170px -524px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_fmExpandFolderContBtn_Moderno { background-position: -108px -476px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_fmMoveButton_Moderno { background-position: -170px -507px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_fmRefreshButton_Moderno { background-position: -57px -476px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_fmRenameButton_Moderno { background-position: -85px -524px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_fmUplButton_Moderno { background-position: -34px -507px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_mAdaptiveMenu_Moderno { background-position: -172px -158px; width: 12px; height: 3px } 
.dxm-hovered .dxWeb_mHorizontalPopOut_Moderno { background-position: -79px -391px; width: 8px; height: 4px } 
.dxm-hovered .dxWeb_mSubMenuItemChecked_Moderno { background-position: -152px -347px; width: 18px; height: 19px } 
.dxm-hovered .dxWeb_mVerticalPopOut_Moderno { background-position: -180px -207px; width: 5px; height: 10px } 
.dxm-hovered .dxWeb_mVerticalPopOutRtl_Moderno { background-position: -186px -250px; width: 5px; height: 10px } 
.dxmLite_Moderno .dxm-left .dxm-back-icon { background-position: -131px -541px; width: 13px; height: 13px } 
.dxm-scrollBtnHovered .dxWeb_mScrollDown_Moderno { background-position: -197px -489px; width: 8px; height: 4px } 
.dxm-scrollBtnHovered .dxWeb_mScrollUp_Moderno { background-position: -159px -433px; width: 8px; height: 4px } 
.dxpc-closeBtnHover .dxWeb_pcCloseButton_Moderno { background-position: -114px -438px; width: 18px; height: 18px } 
.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_Moderno { background-position: -57px -438px; width: 18px; height: 18px } 
.dxpc-collapseBtnHover .dxWeb_pcCollapseButton_Moderno { background-position: -152px -438px; width: 18px; height: 18px } 
.dxpc-collapseBtnHover.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_Moderno { background-position: -76px -457px; width: 18px; height: 18px } 
.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_Moderno { background-position: -171px -438px; width: 18px; height: 18px } 
.dxpc-maximizeBtnHover .dxWeb_pcMaximizeButton_Moderno { background-position: -95px -457px; width: 18px; height: 18px } 
.dxpc-maximizeBtnHover.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_Moderno { background-position: -184px -417px; width: 18px; height: 18px } 
.dxpc-pinBtnChecked .dxWeb_pcPinButton_Moderno { background-position: 0px -438px; width: 18px; height: 18px } 
.dxpc-pinBtnHover .dxWeb_pcPinButton_Moderno { background-position: -57px -457px; width: 18px; height: 18px } 
.dxpc-pinBtnHover.dxpc-pinBtnChecked .dxWeb_pcPinButton_Moderno { background-position: -19px -457px; width: 18px; height: 18px } 
.dxpc-refreshBtnHover .dxWeb_pcRefreshButton_Moderno { background-position: -19px -438px; width: 18px; height: 18px } 
.dxp-hoverDropDownButton .dxWeb_pPopOut_Moderno { background-position: -97px -390px; width: 10px; height: 5px } 
.dxpnl-btnHover .dxWeb_pnlExpand_Moderno { background-position: -129px -304px; width: 42px; height: 42px } 
.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Moderno { background-position: 0px -261px; width: 42px; height: 42px } 
.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Moderno { background-position: 0px -304px; width: 42px; height: 42px } 
.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Moderno { background-position: 0px -132px; width: 42px; height: 42px } 
.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Moderno { background-position: -86px -304px; width: 42px; height: 42px } 
.dxpnl-btnSelected .dxWeb_pnlExpand_Moderno { background-position: -86px -218px; width: 42px; height: 42px } 
.dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom_Moderno { background-position: -43px -132px; width: 42px; height: 42px } 
.dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft_Moderno { background-position: -86px -132px; width: 42px; height: 42px } 
.dxpnl-btnSelected .dxWeb_pnlExpandArrowRight_Moderno { background-position: -43px -304px; width: 42px; height: 42px } 
.dxpnl-btnSelected .dxWeb_pnlExpandArrowTop_Moderno { background-position: 0px -218px; width: 42px; height: 42px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpand_Moderno { background-position: -86px -175px; width: 42px; height: 42px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Moderno { background-position: 0px -175px; width: 42px; height: 42px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Moderno { background-position: -43px -261px; width: 42px; height: 42px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Moderno { background-position: -129px -175px; width: 42px; height: 42px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Moderno { background-position: -43px -175px; width: 42px; height: 42px } 
.dxp-pressedDropDownButton .dxWeb_pPopOut_Moderno { background-position: -141px -390px; width: 10px; height: 5px } 
.dxr-grExpBtnHover .dxWeb_rPopOut_Moderno { background-position: -126px -432px; width: 10px; height: 5px } 
.dxr-itemHover .dxWeb_rPopOut_Moderno { background-position: -137px -432px; width: 10px; height: 5px } 
.dxrpCollapsed .dxWeb_rpCollapseButton_Moderno { background-position: -108px -390px; width: 10px; height: 5px } 
.dxWeb_fmBreadCrumbsSeparatorArrow_Moderno { background-position: -200px -347px; width: 4px; height: 7px } 
.dxWeb_fmBreadCrumbsUpButton_Moderno { background-position: 0px -507px; width: 16px; height: 16px } 
.dxWeb_fmBreadCrumbsUpButtonDisabled_Moderno { background-position: -119px -507px; width: 16px; height: 16px } 
.dxWeb_fmBreadCrumbsUpButtonHover_Moderno { background-position: -136px -524px; width: 16px; height: 16px } 
.dxWeb_fmCopyButton_Moderno { background-position: -102px -507px; width: 16px; height: 16px } 
.dxWeb_fmCopyButtonDisabled_Moderno { background-position: -153px -524px; width: 16px; height: 16px } 
.dxWeb_fmCreateButton_Moderno { background-position: -17px -524px; width: 16px; height: 16px } 
.dxWeb_fmCreateButtonDisabled_Moderno { background-position: -187px -524px; width: 16px; height: 16px } 
.dxWeb_fmDeleteButton_Moderno { background-position: -153px -507px; width: 16px; height: 16px } 
.dxWeb_fmDeleteButtonDisabled_Moderno { background-position: -68px -507px; width: 16px; height: 16px } 
.dxWeb_fmDwnlButton_Moderno { background-position: 0px -524px; width: 16px; height: 16px } 
.dxWeb_fmDwnlButtonDisabled_Moderno { background-position: -136px -507px; width: 16px; height: 16px } 
.dxWeb_fmExpandFolderContBtn_Moderno { background-position: -102px -524px; width: 16px; height: 16px } 
.dxWeb_fmFolder_Moderno { background-position: -85px -507px; width: 16px; height: 16px } 
.dxWeb_fmFolderLocked_Moderno { background-position: -119px -524px; width: 16px; height: 16px } 
.dxWeb_fmMoveButton_Moderno { background-position: -176px -476px; width: 16px; height: 16px } 
.dxWeb_fmMoveButtonDisabled_Moderno { background-position: -34px -524px; width: 16px; height: 16px } 
.dxWeb_fmRefreshButton_Moderno { background-position: -159px -476px; width: 16px; height: 16px } 
.dxWeb_fmRefreshButtonDisabled_Moderno { background-position: -17px -507px; width: 16px; height: 16px } 
.dxWeb_fmRenameButton_Moderno { background-position: -125px -476px; width: 16px; height: 16px } 
.dxWeb_fmRenameButtonDisabled_Moderno { background-position: -51px -524px; width: 16px; height: 16px } 
.dxWeb_fmThumbnailCheck_Moderno { background-position: -60px -358px; width: 9px; height: 8px } 
.dxWeb_fmUplButton_Moderno { background-position: -142px -476px; width: 16px; height: 16px } 
.dxWeb_fmUplButtonDisabled_Moderno { background-position: -74px -476px; width: 16px; height: 16px } 
.dxWeb_igCloseButton_Moderno { background-position: -192px -247px; width: 13px; height: 13px } 
.dxWeb_igNavigationBarMarker_Moderno { background-position: -185px -158px; width: 20px; height: 16px } 
.dxWeb_igNextButton_Moderno { background-position: -138px -66px; width: 45px; height: 65px } 
.dxWeb_igNextButtonDisabled_Moderno { background-position: 0px -66px; width: 45px; height: 65px } 
.dxWeb_igNextButtonHover_Moderno { background-position: -92px 0px; width: 45px; height: 65px } 
.dxWeb_igNextButtonPressed_Moderno { background-position: -92px -66px; width: 45px; height: 65px } 
.dxWeb_igPauseButton_Moderno { background-position: -18px -476px; width: 12px; height: 17px } 
.dxWeb_igPlayButton_Moderno { background-position: -44px -476px; width: 12px; height: 17px } 
.dxWeb_igPrevButton_Moderno { background-position: 0px 0px; width: 45px; height: 65px } 
.dxWeb_igPrevButtonDisabled_Moderno { background-position: -46px -66px; width: 45px; height: 65px } 
.dxWeb_igPrevButtonHover_Moderno { background-position: -46px 0px; width: 45px; height: 65px } 
.dxWeb_igPrevButtonPressed_Moderno { background-position: -138px 0px; width: 45px; height: 65px } 
.dxWeb_isDot_Moderno { background-position: -192px -204px; width: 13px; height: 13px } 
.dxWeb_isDotDisabled_Moderno { background-position: -159px -541px; width: 13px; height: 13px } 
.dxWeb_isDotPressed_Moderno { background-position: -103px -541px; width: 13px; height: 13px } 
.dxWeb_isDotSelected_Moderno { background-position: -145px -541px; width: 13px; height: 13px } 
.dxWeb_isNextBtnHor_Moderno { background-position: -172px -218px; width: 18px; height: 31px } 
.dxWeb_isNextBtnHorDisabled_Moderno { background-position: -187px -100px; width: 18px; height: 31px } 
.dxWeb_isNextBtnVert_Moderno { background-position: 0px -347px; width: 29px; height: 19px } 
.dxWeb_isNextBtnVertDisabled_Moderno { background-position: -172px -261px; width: 29px; height: 19px } 
.dxWeb_isNextPageBtnHor_Moderno { background-position: -176px -282px; width: 14px; height: 21px } 
.dxWeb_isNextPageBtnHorDisabled_Moderno { background-position: -176px -325px; width: 14px; height: 21px } 
.dxWeb_isNextPageBtnHorOutside_Moderno { background-position: -191px -218px; width: 12px; height: 28px } 
.dxWeb_isNextPageBtnHorOutsideDisabled_Moderno { background-position: 0px -367px; width: 12px; height: 28px } 
.dxWeb_isNextPageBtnVert_Moderno { background-position: 0px -541px; width: 21px; height: 14px } 
.dxWeb_isNextPageBtnVertDisabled_Moderno { background-position: -44px -541px; width: 21px; height: 14px } 
.dxWeb_isNextPageBtnVertOutside_Moderno { background-position: -126px -417px; width: 28px; height: 12px } 
.dxWeb_isNextPageBtnVertOutsideDisabled_Moderno { background-position: -155px -417px; width: 28px; height: 12px } 
.dxWeb_isPauseBtn_Moderno { background-position: -31px -476px; width: 12px; height: 17px } 
.dxWeb_isPlayBtn_Moderno { background-position: -190px -438px; width: 12px; height: 17px } 
.dxWeb_isPrevBtnHor_Moderno { background-position: -172px -175px; width: 18px; height: 31px } 
.dxWeb_isPrevBtnHorDisabled_Moderno { background-position: -184px -66px; width: 18px; height: 31px } 
.dxWeb_isPrevBtnVert_Moderno { background-position: -172px -304px; width: 29px; height: 19px } 
.dxWeb_isPrevBtnVertDisabled_Moderno { background-position: -30px -347px; width: 29px; height: 19px } 
.dxWeb_isPrevPageBtnHor_Moderno { background-position: -191px -325px; width: 14px; height: 21px } 
.dxWeb_isPrevPageBtnHorDisabled_Moderno { background-position: -191px -282px; width: 14px; height: 21px } 
.dxWeb_isPrevPageBtnHorOutside_Moderno { background-position: -191px -175px; width: 12px; height: 28px } 
.dxWeb_isPrevPageBtnHorOutsideDisabled_Moderno { background-position: -13px -367px; width: 12px; height: 28px } 
.dxWeb_isPrevPageBtnVert_Moderno { background-position: -22px -541px; width: 21px; height: 14px } 
.dxWeb_isPrevPageBtnVertDisabled_Moderno { background-position: -66px -541px; width: 21px; height: 14px } 
.dxWeb_isPrevPageBtnVertOutside_Moderno { background-position: 0px -494px; width: 28px; height: 12px } 
.dxWeb_isPrevPageBtnVertOutsideDisabled_Moderno { background-position: -171px -347px; width: 28px; height: 12px } 
.dxWeb_izEWCloseButton_Moderno { background-position: -172px -132px; width: 25px; height: 25px } 
.dxWeb_izHint_Moderno { background-position: -151px -457px; width: 17px; height: 17px } 
.dxWeb_mAdaptiveMenu_Moderno { background-position: -193px -413px; width: 12px; height: 3px } 
.dxWeb_mHorizontalPopOut_Moderno { background-position: -70px -391px; width: 8px; height: 4px } 
.dxWeb_mScrollDown_Moderno { background-position: -168px -433px; width: 8px; height: 4px } 
.dxWeb_mScrollUp_Moderno { background-position: -172px -494px; width: 8px; height: 4px } 
.dxWeb_mSubMenuItem_Moderno { background-position: -88px -541px; width: 14px; height: 14px } 
.dxWeb_mSubMenuItemChecked_Moderno { background-position: -187px -46px; width: 18px; height: 19px } 
.dxWeb_mVerticalPopOut_Moderno { background-position: -174px -250px; width: 5px; height: 10px } 
.dxWeb_mVerticalPopOutRtl_Moderno { background-position: -180px -250px; width: 5px; height: 10px } 
.dxWeb_nbCollapse_Moderno { background-position: -42px -494px; width: 12px; height: 12px } 
.dxWeb_nbExpand_Moderno { background-position: -120px -494px; width: 12px; height: 12px } 
.dxWeb_pAll_Moderno { background-position: -133px -494px; width: 12px; height: 12px } 
.dxWeb_pAllDisabled_Moderno { background-position: -193px -476px; width: 12px; height: 12px } 
.dxWeb_pcCloseButton_Moderno { background-position: -38px -438px; width: 18px; height: 18px } 
.dxWeb_pcCollapseButton_Moderno { background-position: 0px -457px; width: 18px; height: 18px } 
.dxWeb_pcMaximizeButton_Moderno { background-position: -133px -438px; width: 18px; height: 18px } 
.dxWeb_pcPinButton_Moderno { background-position: -95px -438px; width: 18px; height: 18px } 
.dxWeb_pcRefreshButton_Moderno { background-position: -114px -457px; width: 18px; height: 18px } 
.dxWeb_pcSizeGrip_Moderno { background-position: -38px -457px; width: 18px; height: 18px } 
.dxWeb_pcSizeGripRtl_Moderno { background-position: -76px -438px; width: 18px; height: 18px } 
.dxWeb_pFirst_Moderno { background-position: -107px -494px; width: 12px; height: 12px } 
.dxWeb_pFirstDisabled_Moderno { background-position: -172px -162px; width: 12px; height: 12px } 
.dxWeb_pLast_Moderno { background-position: -159px -494px; width: 12px; height: 12px } 
.dxWeb_pLastDisabled_Moderno { background-position: -146px -494px; width: 12px; height: 12px } 
.dxWeb_pNext_Moderno { background-position: -29px -494px; width: 12px; height: 12px } 
.dxWeb_pNextDisabled_Moderno { background-position: -55px -494px; width: 12px; height: 12px } 
.dxWeb_pnlExpand_Moderno { background-position: -129px -218px; width: 42px; height: 42px } 
.dxWeb_pnlExpandArrowBottom_Moderno { background-position: -129px -261px; width: 42px; height: 42px } 
.dxWeb_pnlExpandArrowLeft_Moderno { background-position: -86px -261px; width: 42px; height: 42px } 
.dxWeb_pnlExpandArrowRight_Moderno { background-position: -129px -132px; width: 42px; height: 42px } 
.dxWeb_pnlExpandArrowTop_Moderno { background-position: -43px -218px; width: 42px; height: 42px } 
.dxWeb_pPopOut_Moderno { background-position: -163px -390px; width: 10px; height: 5px } 
.dxWeb_pPopOutDisabled_Moderno { background-position: -174px -390px; width: 10px; height: 5px } 
.dxWeb_pPrev_Moderno { background-position: -68px -494px; width: 12px; height: 12px } 
.dxWeb_pPrevDisabled_Moderno { background-position: -81px -494px; width: 12px; height: 12px } 
.dxWeb_rDialogBoxLauncher_Moderno { background-position: -147px -396px; width: 20px; height: 20px } 
.dxWeb_rDialogBoxLauncherDisabled_Moderno { background-position: -105px -396px; width: 20px; height: 20px } 
.dxWeb_rDialogBoxLauncherHover_Moderno { background-position: -42px -396px; width: 20px; height: 20px } 
.dxWeb_rDialogBoxLauncherPressed_Moderno { background-position: -136px -367px; width: 20px; height: 20px } 
.dxWeb_rGlrDown_Moderno { background-position: -152px -390px; width: 10px; height: 5px } 
.dxWeb_rGlrDownDisabled_Moderno { background-position: -195px -361px; width: 10px; height: 5px } 
.dxWeb_rGlrDownHover_Moderno { background-position: -173px -361px; width: 10px; height: 5px } 
.dxWeb_rGlrPopOut_Moderno { background-position: -81px -359px; width: 10px; height: 7px } 
.dxWeb_rGlrPopOutDisabled_Moderno { background-position: -92px -359px; width: 10px; height: 7px } 
.dxWeb_rGlrPopOutHover_Moderno { background-position: -70px -359px; width: 10px; height: 7px } 
.dxWeb_rGlrUp_Moderno { background-position: -130px -390px; width: 10px; height: 5px } 
.dxWeb_rGlrUpDisabled_Moderno { background-position: -184px -361px; width: 10px; height: 5px } 
.dxWeb_rGlrUpHover_Moderno { background-position: -119px -390px; width: 10px; height: 5px } 
.dxWeb_rMinBtn_Moderno { background-position: -94px -367px; width: 20px; height: 20px } 
.dxWeb_rMinBtnChecked_Moderno.dxWeb_rMinBtn_Moderno { background-position: -157px -367px; width: 20px; height: 20px } 
.dxWeb_rMinBtnChecked_Moderno.dxWeb_rMinBtnDisabled_Moderno { background-position: -105px -417px; width: 20px; height: 20px } 
.dxWeb_rMinBtnChecked_Moderno.dxWeb_rMinBtnHover_Moderno { background-position: -42px -417px; width: 20px; height: 20px } 
.dxWeb_rMinBtnChecked_Moderno.dxWeb_rMinBtnPressed_Moderno { background-position: -21px -396px; width: 20px; height: 20px } 
.dxWeb_rMinBtnDisabled_Moderno { background-position: -115px -367px; width: 20px; height: 20px } 
.dxWeb_rMinBtnHover_Moderno { background-position: -126px -396px; width: 20px; height: 20px } 
.dxWeb_rMinBtnPressed_Moderno { background-position: -63px -417px; width: 20px; height: 20px } 
.dxWeb_rpCollapseButton_Moderno { background-position: -185px -390px; width: 10px; height: 5px } 
.dxWeb_rPinBtn_Moderno { background-position: -94px -494px; width: 12px; height: 12px } 
.dxWeb_rPopOut_Moderno { background-position: -148px -432px; width: 10px; height: 5px } 
.dxWeb_splHCollapseBackwardButton_Moderno { background-position: -103px -357px; width: 7px; height: 9px } 
.dxWeb_splHCollapseBackwardButtonHover_Moderno { background-position: -198px -132px; width: 7px; height: 9px } 
.dxWeb_splHCollapseForwardButton_Moderno { background-position: -111px -357px; width: 7px; height: 9px } 
.dxWeb_splHCollapseForwardButtonHover_Moderno { background-position: -198px -148px; width: 7px; height: 9px } 
.dxWeb_splHSeparator_Moderno { background-position: -106px -347px; width: 45px; height: 9px } 
.dxWeb_splHSeparatorHover_Moderno { background-position: -60px -347px; width: 45px; height: 9px } 
.dxWeb_splVCollapseBackwardButton_Moderno { background-position: -196px -388px; width: 9px; height: 7px } 
.dxWeb_splVCollapseBackwardButtonHover_Moderno { background-position: -119px -359px; width: 9px; height: 7px } 
.dxWeb_splVCollapseForwardButton_Moderno { background-position: -139px -359px; width: 9px; height: 7px } 
.dxWeb_splVCollapseForwardButtonHover_Moderno { background-position: -129px -359px; width: 9px; height: 7px } 
.dxWeb_splVSeparator_Moderno { background-position: -194px 0px; width: 9px; height: 45px } 
.dxWeb_splVSeparatorHover_Moderno { background-position: -184px 0px; width: 9px; height: 45px } 
.dxWeb_tcScrollLeft_Moderno { background-position: 0px -417px; width: 20px; height: 20px } 
.dxWeb_tcScrollLeftDisabled_Moderno { background-position: -63px -396px; width: 20px; height: 20px } 
.dxWeb_tcScrollLeftHover_Moderno { background-position: -178px -367px; width: 20px; height: 20px } 
.dxWeb_tcScrollLeftPressed_Moderno { background-position: -84px -396px; width: 20px; height: 20px } 
.dxWeb_tcScrollRight_Moderno { background-position: 0px -396px; width: 20px; height: 20px } 
.dxWeb_tcScrollRightDisabled_Moderno { background-position: -84px -417px; width: 20px; height: 20px } 
.dxWeb_tcScrollRightHover_Moderno { background-position: -21px -417px; width: 20px; height: 20px } 
.dxWeb_tcScrollRightPressed_Moderno { background-position: -168px -396px; width: 20px; height: 20px } 
.dxWeb_tiBackToTop_Moderno { background-position: -117px -541px; width: 13px; height: 13px } 
.dxWeb_tvColBtn_Moderno { background-position: -187px -457px; width: 17px; height: 17px } 
.dxWeb_tvColBtnRtl_Moderno { background-position: 0px -476px; width: 17px; height: 17px } 
.dxWeb_tvExpBtn_Moderno { background-position: -169px -457px; width: 17px; height: 17px } 
.dxWeb_tvExpBtnRtl_Moderno { background-position: -133px -457px; width: 17px; height: 17px } 
.dxWeb_ucClearButton_Moderno { background-position: -187px -507px; width: 16px; height: 16px } 
.dxWeb_ucClearButtonDisabled_Moderno { background-position: -189px -396px; width: 16px; height: 16px } 
.dxWeb_rpHeaderTopLeftCorner_Moderno,
.dxWeb_rpHeaderTopRightCorner_Moderno,
.dxWeb_rpBottomLeftCorner_Moderno,
.dxWeb_rpBottomRightCorner_Moderno,
.dxWeb_rpTopLeftCorner_Moderno,
.dxWeb_rpTopRightCorner_Moderno,
.dxWeb_rpGroupBoxBottomLeftCorner_Moderno,
.dxWeb_rpGroupBoxBottomRightCorner_Moderno,
.dxWeb_rpGroupBoxTopLeftCorner_Moderno,
.dxWeb_rpGroupBoxTopRightCorner_Moderno,
.dxWeb_mHorizontalPopOut_Moderno,
.dxWeb_mHorizontalPopOutHover_Moderno,
.dxWeb_mVerticalPopOut_Moderno,
.dxWeb_mVerticalPopOutHover_Moderno,
.dxWeb_mVerticalPopOutRtl_Moderno,
.dxWeb_mSubMenuItem_Moderno,
.dxWeb_mSubMenuItemChecked_Moderno,
.dxWeb_mScrollUp_Moderno,
.dxWeb_mScrollUpHover_Moderno,
.dxWeb_mScrollUpDisabled_Moderno,
.dxWeb_mScrollDown_Moderno,
.dxWeb_mScrollDownHover_Moderno,
.dxWeb_mScrollDownDisabled_Moderno,
.dxWeb_tcScrollLeft_Moderno,
.dxWeb_tcScrollRight_Moderno,
.dxWeb_tcScrollLeftHover_Moderno,
.dxWeb_tcScrollRightHover_Moderno,
.dxWeb_tcScrollLeftPressed_Moderno,
.dxWeb_tcScrollRightPressed_Moderno,
.dxWeb_tcScrollLeftDisabled_Moderno,
.dxWeb_tcScrollRightDisabled_Moderno,
.dxWeb_nbCollapse_Moderno,
.dxWeb_nbExpand_Moderno,
.dxWeb_splVSeparator_Moderno,
.dxWeb_splVSeparatorHover_Moderno,
.dxWeb_splHSeparator_Moderno,
.dxWeb_splHSeparatorHover_Moderno,
.dxWeb_splVCollapseBackwardButton_Moderno,
.dxWeb_splVCollapseBackwardButtonHover_Moderno,
.dxWeb_splHCollapseBackwardButton_Moderno,
.dxWeb_splHCollapseBackwardButtonHover_Moderno,
.dxWeb_splVCollapseForwardButton_Moderno,
.dxWeb_splVCollapseForwardButtonHover_Moderno,
.dxWeb_splHCollapseForwardButton_Moderno,
.dxWeb_splHCollapseForwardButtonHover_Moderno,
.dxWeb_pcCloseButton_Moderno,
.dxWeb_pcPinButton_Moderno,
.dxWeb_pcRefreshButton_Moderno,
.dxWeb_pcCollapseButton_Moderno,
.dxWeb_pcMaximizeButton_Moderno,
.dxWeb_pcSizeGrip_Moderno,
.dxWeb_pcSizeGripRtl_Moderno,
.dxWeb_pPopOut_Moderno,
.dxWeb_pPopOutDisabled_Moderno,
.dxWeb_pAll_Moderno,
.dxWeb_pAllDisabled_Moderno,
.dxWeb_pPrev_Moderno,
.dxWeb_pPrevDisabled_Moderno,
.dxWeb_pNext_Moderno,
.dxWeb_pNextDisabled_Moderno,
.dxWeb_pLast_Moderno,
.dxWeb_pLastDisabled_Moderno,
.dxWeb_pFirst_Moderno,
.dxWeb_pFirstDisabled_Moderno,
.dxWeb_tiBackToTop_Moderno,
.dxWeb_smBullet_Moderno,
.dxWeb_tvColBtn_Moderno,
.dxWeb_tvColBtnRtl_Moderno,
.dxWeb_tvExpBtn_Moderno,
.dxWeb_tvExpBtnRtl_Moderno,
.dxWeb_fmFolder_Moderno,
.dxWeb_fmFolderLocked_Moderno,
.dxWeb_fmCreateButton_Moderno,
.dxWeb_fmMoveButton_Moderno,
.dxWeb_fmRenameButton_Moderno,
.dxWeb_fmDeleteButton_Moderno,
.dxWeb_fmRefreshButton_Moderno,
.dxWeb_fmDwnlButton_Moderno,
.dxWeb_fmCreateButtonDisabled_Moderno,
.dxWeb_fmMoveButtonDisabled_Moderno,
.dxWeb_fmRenameButtonDisabled_Moderno,
.dxWeb_fmDeleteButtonDisabled_Moderno,
.dxWeb_fmRefreshButtonDisabled_Moderno,
.dxWeb_fmDwnlButtonDisabled_Moderno,
.dxWeb_ucClearButton_Moderno,
.dxWeb_ucClearButtonDisabled_Moderno,
.dxWeb_isPrevBtnHor_Moderno,
.dxWeb_isNextBtnHor_Moderno,
.dxWeb_isPrevBtnVert_Moderno,
.dxWeb_isNextBtnVert_Moderno,
.dxWeb_isPrevPageBtnHor_Moderno,
.dxWeb_isPrevPageBtnHorOutside_Moderno,
.dxWeb_isNextPageBtnHor_Moderno,
.dxWeb_isNextPageBtnHorOutside_Moderno,
.dxWeb_isPrevPageBtnVert_Moderno,
.dxWeb_isPrevPageBtnVertOutside_Moderno,
.dxWeb_isNextPageBtnVert_Moderno,
.dxWeb_isNextPageBtnVertOutside_Moderno,
.dxWeb_isPrevBtnHorDisabled_Moderno,
.dxWeb_isNextBtnHorDisabled_Moderno,
.dxWeb_isPrevBtnVertDisabled_Moderno,
.dxWeb_isNextBtnVertDisabled_Moderno,
.dxWeb_isPrevPageBtnHorDisabled_Moderno,
.dxWeb_isPrevPageBtnHorOutsideDisabled_Moderno,
.dxWeb_isNextPageBtnHorDisabled_Moderno,
.dxWeb_isNextPageBtnHorOutsideDisabled_Moderno,
.dxWeb_isPrevPageBtnVertDisabled_Moderno,
.dxWeb_isPrevPageBtnVertOutsideDisabled_Moderno,
.dxWeb_isNextPageBtnVertDisabled_Moderno,
.dxWeb_isNextPageBtnVertOutsideDisabled_Moderno,
.dxWeb_isDot_Moderno,
.dxWeb_isDotDisabled_Moderno,
.dxWeb_isDotSelected_Moderno,
.dxWeb_fmGvHeaderFilter_Moderno,
.dxWeb_fmGvHeaderFilterActive_Moderno,
.dxWeb_fmThumbnailCheck_Moderno,
.dxWeb_isPlayBtn_Moderno,
.dxWeb_isPauseBtn_Moderno,
.dxWeb_igCloseButton_Moderno,
.dxWeb_igNextButton_Moderno,
.dxWeb_igPrevButton_Moderno,
.dxWeb_igPlayButton_Moderno,
.dxWeb_igPauseButton_Moderno,
.dxWeb_igNavigationBarMarker_Moderno
{
	display: block;
}
.dxWeb_mScrollUp_Moderno, .dxWeb_mScrollDown_Moderno
{
	margin: auto;
}
.dxWeb_smBullet_Moderno,
.dxWeb_tiBackToTop_Moderno
{
	display:inline;
}
.dxWeb_rPinBtn_Moderno {
    margin-right: 3px;
}


.dxGridView_CTClearFilter_Office365, .dxGridView_CTClearFilterDisabled_Office365, .dxGridView_CTClearGrouping_Office365, .dxGridView_CTClearGroupingDisabled_Office365, .dxGridView_CTCollapseDetailRow_Office365, .dxGridView_CTCollapseDetailRowDisabled_Office365, .dxGridView_CTCollapseRow_Office365, .dxGridView_CTCollapseRowDisabled_Office365, .dxGridView_CTDeleteRow_Office365, .dxGridView_CTDeleteRowDisabled_Office365, .dxGridView_CTEditRow_Office365, .dxGridView_CTEditRowDisabled_Office365, .dxGridView_CTExpandDetailRow_Office365, .dxGridView_CTExpandDetailRowDisabled_Office365, .dxGridView_CTExpandRow_Office365, .dxGridView_CTExpandRowDisabled_Office365, .dxGridView_CTExportCsv_Office365, .dxGridView_CTExportCsvDisabled_Office365, .dxGridView_CTExportDocx_Office365, .dxGridView_CTExportDocxDisabled_Office365, .dxGridView_CTExportPdf_Office365, .dxGridView_CTExportPdfDisabled_Office365, .dxGridView_CTExportRtf_Office365, .dxGridView_CTExportRtfDisabled_Office365, .dxGridView_CTExportXls_Office365, .dxGridView_CTExportXlsDisabled_Office365, .dxGridView_CTExportXlsx_Office365, .dxGridView_CTExportXlsxDisabled_Office365, .dxGridView_CTFullCollapse_Office365, .dxGridView_CTFullCollapseDisabled_Office365, .dxGridView_CTFullExpand_Office365, .dxGridView_CTFullExpandDisabled_Office365, .dxGridView_CTNewRow_Office365, .dxGridView_CTNewRowDisabled_Office365, .dxGridView_CTRefresh_Office365, .dxGridView_CTRefreshDisabled_Office365, .dxGridView_CTShowCustDialog_Office365, .dxGridView_CTShowCustDialogDisabled_Office365, .dxGridView_CTShowCustomizationWindow_Office365, .dxGridView_CTShowCustomizationWindowDisabled_Office365, .dxGridView_CTShowFilterEditor_Office365, .dxGridView_CTShowFilterEditorDisabled_Office365, .dxGridView_CTShowFilterRow_Office365, .dxGridView_CTShowFilterRowDisabled_Office365, .dxGridView_CTShowGroupPanel_Office365, .dxGridView_CTShowGroupPanelDisabled_Office365, .dxGridView_CTShowSearchPanel_Office365, .dxGridView_CTShowSearchPanelDisabled_Office365, .dxGridView_gvCellError_Office365, .dxGridView_gvCMClearFilter_Office365, .dxGridView_gvCMClearFilterDisabled_Office365, .dxGridView_gvCMClearGrouping_Office365, .dxGridView_gvCMClearGroupingDisabled_Office365, .dxGridView_gvCMCollapseDetailRow_Office365, .dxGridView_gvCMCollapseDetailRowDisabled_Office365, .dxGridView_gvCMCollapseRow_Office365, .dxGridView_gvCMCollapseRowDisabled_Office365, .dxGridView_gvCMDeleteRow_Office365, .dxGridView_gvCMDeleteRowDisabled_Office365, .dxGridView_gvCMEditRow_Office365, .dxGridView_gvCMEditRowDisabled_Office365, .dxGridView_gvCMExpandDetailRow_Office365, .dxGridView_gvCMExpandDetailRowDisabled_Office365, .dxGridView_gvCMExpandRow_Office365, .dxGridView_gvCMExpandRowDisabled_Office365, .dxGridView_gvCMExportCsv_Office365, .dxGridView_gvCMExportCsvDisabled_Office365, .dxGridView_gvCMExportDocx_Office365, .dxGridView_gvCMExportDocxDisabled_Office365, .dxGridView_gvCMExportPdf_Office365, .dxGridView_gvCMExportPdfDisabled_Office365, .dxGridView_gvCMExportRtf_Office365, .dxGridView_gvCMExportRtfDisabled_Office365, .dxGridView_gvCMExportXls_Office365, .dxGridView_gvCMExportXlsDisabled_Office365, .dxGridView_gvCMExportXlsx_Office365, .dxGridView_gvCMExportXlsxDisabled_Office365, .dxGridView_gvCMFullCollapse_Office365, .dxGridView_gvCMFullCollapseDisabled_Office365, .dxGridView_gvCMFullExpand_Office365, .dxGridView_gvCMFullExpandDisabled_Office365, .dxGridView_gvCMGroupByColumn_Office365, .dxGridView_gvCMGroupByColumnDisabled_Office365, .dxGridView_gvCMNewRow_Office365, .dxGridView_gvCMNewRowDisabled_Office365, .dxGridView_gvCMRefresh_Office365, .dxGridView_gvCMRefreshDisabled_Office365, .dxGridView_gvCMSearchPanel_Office365, .dxGridView_gvCMSearchPanelDisabled_Office365, .dxGridView_gvCMShowCustDialog_Office365, .dxGridView_gvCMShowCustDialogDisabled_Office365, .dxGridView_gvCMShowCustomizationWindow_Office365, .dxGridView_gvCMShowCustomizationWindowDisabled_Office365, .dxGridView_gvCMShowFilterEditor_Office365, .dxGridView_gvCMShowFilterEditorDisabled_Office365, .dxGridView_gvCMShowGroupPanel_Office365, .dxGridView_gvCMShowGroupPanelDisabled_Office365, .dxGridView_gvCMShowSearchPanel_Office365, .dxGridView_gvCMShowSearchPanelDisabled_Office365, .dxGridView_gvCMSortAscending_Office365, .dxGridView_gvCMSortAscendingDisabled_Office365, .dxGridView_gvCMSortDescending_Office365, .dxGridView_gvCMSortDescendingDisabled_Office365, .dxGridView_gvCMSummaryAverage_Office365, .dxGridView_gvCMSummaryAverageDisabled_Office365, .dxGridView_gvCMSummaryCount_Office365, .dxGridView_gvCMSummaryCountDisabled_Office365, .dxGridView_gvCMSummaryMax_Office365, .dxGridView_gvCMSummaryMaxDisabled_Office365, .dxGridView_gvCMSummaryMin_Office365, .dxGridView_gvCMSummaryMinDisabled_Office365, .dxGridView_gvCMSummarySum_Office365, .dxGridView_gvCMSummarySumDisabled_Office365, .dxGridView_gvCMUngroupColumn_Office365, .dxGridView_gvCOApply_Office365, .dxGridView_gvCOApplyDisabled_Office365, .dxGridView_gvCOClearFilter_Office365, .dxGridView_gvCOClearFilterDisabled_Office365, .dxGridView_gvCOClose_Office365, .dxGridView_gvCOColumnDrag_Office365, .dxGridView_gvCOColumnDragDisabled_Office365, .dxGridView_gvCOColumnGroup_Office365, .dxGridView_gvCOColumnGroupDisabled_Office365, .dxGridView_gvCOColumnHide_Office365, .dxGridView_gvCOColumnHideDisabled_Office365, .dxGridView_gvCOColumnRemove_Office365, .dxGridView_gvCOColumnRemoveDisabled_Office365, .dxGridView_gvCOColumnShow_Office365, .dxGridView_gvCOColumnShowDisabled_Office365, .dxGridView_gvCOColumnSort_Office365, .dxGridView_gvCOColumnSortDisabled_Office365, .dxGridView_gvCOColumnSortDown_Office365, .dxGridView_gvCOColumnSortDownDisabled_Office365, .dxGridView_gvCOColumnSortUp_Office365, .dxGridView_gvCOColumnSortUpDisabled_Office365, .dxGridView_gvCOColumnUngroup_Office365, .dxGridView_gvCOColumnUngroupDisabled_Office365, .dxGridView_gvCOColumnUnsort_Office365, .dxGridView_gvCOColumnUnsortDisabled_Office365, .dxGridView_gvCODragAreaCollapse_Office365, .dxGridView_gvCODragAreaExpand_Office365, .dxGridView_gvCOFilterCollapse_Office365, .dxGridView_gvCOFilterExpand_Office365, .dxGridView_gvCollapsedButton_Office365, .dxGridView_gvCollapsedButtonRtl_Office365, .dxGridView_gvDetailCollapsedButton_Office365, .dxGridView_gvDetailCollapsedButtonRtl_Office365, .dxGridView_gvDetailExpandedButton_Office365, .dxGridView_gvDetailExpandedButtonRtl_Office365, .dxGridView_gvDragAndDropArrowDown_Office365, .dxGridView_gvDragAndDropArrowLeft_Office365, .dxGridView_gvDragAndDropArrowRight_Office365, .dxGridView_gvDragAndDropArrowUp_Office365, .dxGridView_gvDragAndDropHideColumn_Office365, .dxGridView_gvExpandedButton_Office365, .dxGridView_gvExpandedButtonRtl_Office365, .dxGridView_gvFilterRowButton_Office365, .dxGridView_gvFixedGroupRow_Office365, .dxGridView_gvHeaderFilter_Office365, .dxGridView_gvHeaderFilterActive_Office365, .dxGridView_gvHeaderSortDown_Office365, .dxGridView_gvHeaderSortUp_Office365, .dxGridView_gvHideAdaptiveDetailButton_Office365, .dxGridView_gvParentGroupRows_Office365, .dxGridView_gvShowAdaptiveDetailButton_Office365, .dxGridView_WindowResizer_Office365, .dxGridView_WindowResizerRtl_Office365, .dxgvADSB:hover .dxGridView_gvShowAdaptiveDetailButton_Office365, .dxgvFocusedGroupRow_Office365 .dxGridView_gvCollapsedButton_Office365, .dxgvFocusedGroupRow_Office365 .dxGridView_gvCollapsedButtonRtl_Office365, .dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailCollapsedButton_Office365, .dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailCollapsedButtonRtl_Office365, .dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailExpandedButton_Office365, .dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailExpandedButtonRtl_Office365, .dxgvFocusedGroupRow_Office365 .dxGridView_gvExpandedButton_Office365, .dxgvFocusedGroupRow_Office365 .dxGridView_gvExpandedButtonRtl_Office365, .dxgvFocusedRow_Office365 .dxGridView_gvShowAdaptiveDetailButton_Office365, .dxgvFocusedRow_Office365 .dxgvADSB:hover .dxGridView_gvShowAdaptiveDetailButton_Office365, .dxm-checked .dxGridView_CTShowCustomizationWindow_Office365, .dxm-checked .dxGridView_CTShowFilterRow_Office365, .dxm-checked .dxGridView_CTShowGroupPanel_Office365, .dxm-checked .dxGridView_CTShowSearchPanel_Office365, .dxm-checked .dxGridView_gvCMClearFilter_Office365, .dxm-checked .dxGridView_gvCMClearGrouping_Office365, .dxm-checked .dxGridView_gvCMCollapseDetailRow_Office365, .dxm-checked .dxGridView_gvCMCollapseRow_Office365, .dxm-checked .dxGridView_gvCMDeleteRow_Office365, .dxm-checked .dxGridView_gvCMEditRow_Office365, .dxm-checked .dxGridView_gvCMExpandDetailRow_Office365, .dxm-checked .dxGridView_gvCMExpandRow_Office365, .dxm-checked .dxGridView_gvCMFullCollapse_Office365, .dxm-checked .dxGridView_gvCMFullExpand_Office365, .dxm-checked .dxGridView_gvCMGroupByColumn_Office365, .dxm-checked .dxGridView_gvCMNewRow_Office365, .dxm-checked .dxGridView_gvCMRefresh_Office365, .dxm-checked .dxGridView_gvCMSearchPanel_Office365, .dxm-checked .dxGridView_gvCMShowCustomizationWindow_Office365, .dxm-checked .dxGridView_gvCMShowFilterEditor_Office365, .dxm-checked .dxGridView_gvCMShowGroupPanel_Office365, .dxm-checked .dxGridView_gvCMShowSearchPanel_Office365, .dxm-checked .dxGridView_gvCMSortAscending_Office365, .dxm-checked .dxGridView_gvCMSortDescending_Office365, .dxm-checked .dxGridView_gvCMSummaryAverage_Office365, .dxm-checked .dxGridView_gvCMSummaryCount_Office365, .dxm-checked .dxGridView_gvCMSummaryMax_Office365, .dxm-checked .dxGridView_gvCMSummaryMin_Office365, .dxm-checked .dxGridView_gvCMSummarySum_Office365, .dxm-checked .dxGridView_gvCMUngroupColumn_Office365 { background-image: url('/DXR.axd?r=0_5785-aJJCh'); background-repeat: no-repeat; background-color: transparent } 
.dxIE .dx-acc-r .dxGridView_CTClearFilter_Office365::before, .dxIE .dx-acc-r .dxGridView_CTClearFilterDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTClearGrouping_Office365::before, .dxIE .dx-acc-r .dxGridView_CTClearGroupingDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTCollapseDetailRow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTCollapseDetailRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTCollapseRow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTCollapseRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTDeleteRow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTDeleteRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTEditRow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTEditRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExpandDetailRow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExpandDetailRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExpandRow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExpandRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportCsv_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportCsvDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportDocx_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportDocxDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportPdf_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportPdfDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportRtf_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportRtfDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportXls_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportXlsDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportXlsx_Office365::before, .dxIE .dx-acc-r .dxGridView_CTExportXlsxDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTFullCollapse_Office365::before, .dxIE .dx-acc-r .dxGridView_CTFullCollapseDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTFullExpand_Office365::before, .dxIE .dx-acc-r .dxGridView_CTFullExpandDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTNewRow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTNewRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTRefresh_Office365::before, .dxIE .dx-acc-r .dxGridView_CTRefreshDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowCustDialog_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowCustDialogDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowCustomizationWindow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowCustomizationWindowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowFilterEditor_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowFilterEditorDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowFilterRow_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowFilterRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowGroupPanel_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowGroupPanelDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowSearchPanel_Office365::before, .dxIE .dx-acc-r .dxGridView_CTShowSearchPanelDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCellError_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMClearFilter_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMClearFilterDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMClearGrouping_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMClearGroupingDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMCollapseDetailRow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMCollapseDetailRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMCollapseRow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMCollapseRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMDeleteRow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMDeleteRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMEditRow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMEditRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExpandDetailRow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExpandDetailRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExpandRow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExpandRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportCsv_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportCsvDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportDocx_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportDocxDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportPdf_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportPdfDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportRtf_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportRtfDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportXls_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportXlsDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportXlsx_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMExportXlsxDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMFullCollapse_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMFullCollapseDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMFullExpand_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMFullExpandDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMGroupByColumn_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMGroupByColumnDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMNewRow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMNewRowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMRefresh_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMRefreshDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSearchPanel_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSearchPanelDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowCustDialog_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowCustDialogDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowCustomizationWindow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowCustomizationWindowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowFilterEditor_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowFilterEditorDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowGroupPanel_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowGroupPanelDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowSearchPanel_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMShowSearchPanelDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSortAscending_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSortAscendingDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSortDescending_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSortDescendingDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummaryAverage_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummaryAverageDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummaryCount_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummaryCountDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummaryMax_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummaryMaxDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummaryMin_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummaryMinDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummarySum_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMSummarySumDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCMUngroupColumn_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOApply_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOApplyDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOClearFilter_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOClearFilterDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOClose_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnDrag_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnDragDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnGroup_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnGroupDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnHide_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnHideDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnRemove_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnRemoveDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnShow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnShowDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnSort_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnSortDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnSortDown_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnSortDownDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnSortUp_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnSortUpDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnUngroup_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnUngroupDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnUnsort_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOColumnUnsortDisabled_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCODragAreaCollapse_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCODragAreaExpand_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOFilterCollapse_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCOFilterExpand_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCollapsedButton_Office365::before, .dxIE .dx-acc-r .dxGridView_gvCollapsedButtonRtl_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDetailCollapsedButton_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDetailCollapsedButtonRtl_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDetailExpandedButton_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDetailExpandedButtonRtl_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDragAndDropArrowDown_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDragAndDropArrowLeft_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDragAndDropArrowRight_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDragAndDropArrowUp_Office365::before, .dxIE .dx-acc-r .dxGridView_gvDragAndDropHideColumn_Office365::before, .dxIE .dx-acc-r .dxGridView_gvExpandedButton_Office365::before, .dxIE .dx-acc-r .dxGridView_gvExpandedButtonRtl_Office365::before, .dxIE .dx-acc-r .dxGridView_gvFilterRowButton_Office365::before, .dxIE .dx-acc-r .dxGridView_gvFixedGroupRow_Office365::before, .dxIE .dx-acc-r .dxGridView_gvHeaderFilter_Office365::before, .dxIE .dx-acc-r .dxGridView_gvHeaderFilterActive_Office365::before, .dxIE .dx-acc-r .dxGridView_gvHeaderSortDown_Office365::before, .dxIE .dx-acc-r .dxGridView_gvHeaderSortUp_Office365::before, .dxIE .dx-acc-r .dxGridView_gvHideAdaptiveDetailButton_Office365::before, .dxIE .dx-acc-r .dxGridView_gvParentGroupRows_Office365::before, .dxIE .dx-acc-r .dxGridView_gvShowAdaptiveDetailButton_Office365::before, .dxIE .dx-acc-r .dxGridView_WindowResizer_Office365::before, .dxIE .dx-acc-r .dxGridView_WindowResizerRtl_Office365::before, .dxIE .dx-acc-r .dxgvADSB:hover .dxGridView_gvShowAdaptiveDetailButton_Office365::before, .dxIE .dx-acc-r .dxgvFocusedGroupRow_Office365 .dxGridView_gvCollapsedButton_Office365::before, .dxIE .dx-acc-r .dxgvFocusedGroupRow_Office365 .dxGridView_gvCollapsedButtonRtl_Office365::before, .dxIE .dx-acc-r .dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailCollapsedButton_Office365::before, .dxIE .dx-acc-r .dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailCollapsedButtonRtl_Office365::before, .dxIE .dx-acc-r .dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailExpandedButton_Office365::before, .dxIE .dx-acc-r .dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailExpandedButtonRtl_Office365::before, .dxIE .dx-acc-r .dxgvFocusedGroupRow_Office365 .dxGridView_gvExpandedButton_Office365::before, .dxIE .dx-acc-r .dxgvFocusedGroupRow_Office365 .dxGridView_gvExpandedButtonRtl_Office365::before, .dxIE .dx-acc-r .dxgvFocusedRow_Office365 .dxGridView_gvShowAdaptiveDetailButton_Office365::before, .dxIE .dx-acc-r .dxgvFocusedRow_Office365 .dxgvADSB:hover .dxGridView_gvShowAdaptiveDetailButton_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_CTShowCustomizationWindow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_CTShowFilterRow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_CTShowGroupPanel_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_CTShowSearchPanel_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMClearFilter_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMClearGrouping_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMCollapseDetailRow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMCollapseRow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMDeleteRow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMEditRow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMExpandDetailRow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMExpandRow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMFullCollapse_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMFullExpand_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMGroupByColumn_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMNewRow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMRefresh_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMSearchPanel_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMShowCustomizationWindow_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMShowFilterEditor_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMShowGroupPanel_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMShowSearchPanel_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMSortAscending_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMSortDescending_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMSummaryAverage_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMSummaryCount_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMSummaryMax_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMSummaryMin_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMSummarySum_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxGridView_gvCMUngroupColumn_Office365::before { width: 323px } 
.dxGridView_CTClearFilter_Office365 { background-position: -255px -63px; width: 16px; height: 16px } 
.dxGridView_CTClearFilterDisabled_Office365 { background-position: -302px -23px; width: 16px; height: 16px } 
.dxGridView_CTClearGrouping_Office365 { background-position: -306px -63px; width: 16px; height: 16px } 
.dxGridView_CTClearGroupingDisabled_Office365 { background-position: -136px -46px; width: 16px; height: 16px } 
.dxGridView_CTCollapseDetailRow_Office365 { background-position: -85px -131px; width: 16px; height: 16px } 
.dxGridView_CTCollapseDetailRowDisabled_Office365 { background-position: -51px -165px; width: 16px; height: 16px } 
.dxGridView_CTCollapseRow_Office365 { background-position: 0px -97px; width: 16px; height: 16px } 
.dxGridView_CTCollapseRowDisabled_Office365 { background-position: -221px -148px; width: 16px; height: 16px } 
.dxGridView_CTDeleteRow_Office365 { background-position: -187px -80px; width: 16px; height: 16px } 
.dxGridView_CTDeleteRowDisabled_Office365 { background-position: 0px -148px; width: 16px; height: 16px } 
.dxGridView_CTEditRow_Office365 { background-position: -255px -131px; width: 16px; height: 16px } 
.dxGridView_CTEditRowDisabled_Office365 { background-position: -136px -97px; width: 16px; height: 16px } 
.dxGridView_CTExpandDetailRow_Office365 { background-position: -272px -80px; width: 16px; height: 16px } 
.dxGridView_CTExpandDetailRowDisabled_Office365 { background-position: -221px -80px; width: 16px; height: 16px } 
.dxGridView_CTExpandRow_Office365 { background-position: -204px -46px; width: 16px; height: 16px } 
.dxGridView_CTExpandRowDisabled_Office365 { background-position: -272px -131px; width: 16px; height: 16px } 
.dxGridView_CTExportCsv_Office365 { background-position: -187px -131px; width: 16px; height: 16px } 
.dxGridView_CTExportCsvDisabled_Office365 { background-position: -153px -148px; width: 16px; height: 16px } 
.dxGridView_CTExportDocx_Office365 { background-position: -221px -46px; width: 16px; height: 16px } 
.dxGridView_CTExportDocxDisabled_Office365 { background-position: -68px -46px; width: 16px; height: 16px } 
.dxGridView_CTExportPdf_Office365 { background-position: 0px -46px; width: 16px; height: 16px } 
.dxGridView_CTExportPdfDisabled_Office365 { background-position: -204px -148px; width: 16px; height: 16px } 
.dxGridView_CTExportRtf_Office365 { background-position: -136px -80px; width: 16px; height: 16px } 
.dxGridView_CTExportRtfDisabled_Office365 { background-position: -136px -114px; width: 16px; height: 16px } 
.dxGridView_CTExportXls_Office365 { background-position: -255px -97px; width: 16px; height: 16px } 
.dxGridView_CTExportXlsDisabled_Office365 { background-position: -85px -46px; width: 16px; height: 16px } 
.dxGridView_CTExportXlsx_Office365 { background-position: -68px -114px; width: 16px; height: 16px } 
.dxGridView_CTExportXlsxDisabled_Office365 { background-position: -255px -114px; width: 16px; height: 16px } 
.dxGridView_CTFullCollapse_Office365 { background-position: -34px -131px; width: 16px; height: 16px } 
.dxGridView_CTFullCollapseDisabled_Office365 { background-position: -306px -46px; width: 16px; height: 16px } 
.dxGridView_CTFullExpand_Office365 { background-position: -306px -114px; width: 16px; height: 16px } 
.dxGridView_CTFullExpandDisabled_Office365 { background-position: -153px -80px; width: 16px; height: 16px } 
.dxGridView_CTNewRow_Office365 { background-position: -306px -131px; width: 16px; height: 16px } 
.dxGridView_CTNewRowDisabled_Office365 { background-position: -68px -148px; width: 16px; height: 16px } 
.dxGridView_CTRefresh_Office365 { background-position: -221px -131px; width: 16px; height: 16px } 
.dxGridView_CTRefreshDisabled_Office365 { background-position: -289px -80px; width: 16px; height: 16px } 
.dxGridView_CTShowCustDialog_Office365 { background-position: -34px -80px; width: 16px; height: 16px } 
.dxGridView_CTShowCustDialogDisabled_Office365 { background-position: -204px -63px; width: 16px; height: 16px } 
.dxGridView_CTShowCustomizationWindow_Office365 { background-position: -238px -80px; width: 16px; height: 16px } 
.dxGridView_CTShowCustomizationWindowDisabled_Office365 { background-position: -119px -148px; width: 16px; height: 16px } 
.dxGridView_CTShowFilterEditor_Office365 { background-position: -13px -182px; width: 12px; height: 12px } 
.dxGridView_CTShowFilterEditorDisabled_Office365 { background-position: -39px -182px; width: 12px; height: 12px } 
.dxGridView_CTShowFilterRow_Office365 { background-position: -119px -131px; width: 16px; height: 16px } 
.dxGridView_CTShowFilterRowDisabled_Office365 { background-position: -272px -63px; width: 16px; height: 16px } 
.dxGridView_CTShowGroupPanel_Office365 { background-position: -204px -97px; width: 16px; height: 16px } 
.dxGridView_CTShowGroupPanelDisabled_Office365 { background-position: -85px -97px; width: 16px; height: 16px } 
.dxGridView_CTShowSearchPanel_Office365 { background-position: -91px -165px; width: 14px; height: 14px } 
.dxGridView_CTShowSearchPanelDisabled_Office365 { background-position: -187px -63px; width: 16px; height: 16px } 
.dxGridView_gvCellError_Office365 { background-position: -181px -165px; width: 14px; height: 14px } 
.dxGridView_gvCMClearFilter_Office365 { background-position: 0px -165px; width: 16px; height: 16px } 
.dxGridView_gvCMClearFilterDisabled_Office365 { background-position: -17px -131px; width: 16px; height: 16px } 
.dxGridView_gvCMClearGrouping_Office365 { background-position: -102px -114px; width: 16px; height: 16px } 
.dxGridView_gvCMClearGroupingDisabled_Office365 { background-position: -17px -46px; width: 16px; height: 16px } 
.dxGridView_gvCMCollapseDetailRow_Office365 { background-position: -289px -46px; width: 16px; height: 16px } 
.dxGridView_gvCMCollapseDetailRowDisabled_Office365 { background-position: -17px -114px; width: 16px; height: 16px } 
.dxGridView_gvCMCollapseRow_Office365 { background-position: -285px -23px; width: 16px; height: 16px } 
.dxGridView_gvCMCollapseRowDisabled_Office365 { background-position: -17px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMDeleteRow_Office365 { background-position: -153px -131px; width: 16px; height: 16px } 
.dxGridView_gvCMDeleteRowDisabled_Office365 { background-position: -238px -97px; width: 16px; height: 16px } 
.dxGridView_gvCMEditRow_Office365 { background-position: -187px -97px; width: 16px; height: 16px } 
.dxGridView_gvCMEditRowDisabled_Office365 { background-position: -272px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMExpandDetailRow_Office365 { background-position: -153px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMExpandDetailRowDisabled_Office365 { background-position: -85px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMExpandRow_Office365 { background-position: -153px -46px; width: 16px; height: 16px } 
.dxGridView_gvCMExpandRowDisabled_Office365 { background-position: -255px -80px; width: 16px; height: 16px } 
.dxGridView_gvCMExportCsv_Office365 { background-position: -289px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMExportCsvDisabled_Office365 { background-position: -68px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMExportDocx_Office365 { background-position: 0px -131px; width: 16px; height: 16px } 
.dxGridView_gvCMExportDocxDisabled_Office365 { background-position: -51px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMExportPdf_Office365 { background-position: -170px -80px; width: 16px; height: 16px } 
.dxGridView_gvCMExportPdfDisabled_Office365 { background-position: -102px -131px; width: 16px; height: 16px } 
.dxGridView_gvCMExportRtf_Office365 { background-position: -170px -114px; width: 16px; height: 16px } 
.dxGridView_gvCMExportRtfDisabled_Office365 { background-position: -34px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMExportXls_Office365 { background-position: -17px -165px; width: 16px; height: 16px } 
.dxGridView_gvCMExportXlsDisabled_Office365 { background-position: -68px -80px; width: 16px; height: 16px } 
.dxGridView_gvCMExportXlsx_Office365 { background-position: -119px -46px; width: 16px; height: 16px } 
.dxGridView_gvCMExportXlsxDisabled_Office365 { background-position: -170px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMFullCollapse_Office365 { background-position: -102px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMFullCollapseDisabled_Office365 { background-position: -34px -46px; width: 16px; height: 16px } 
.dxGridView_gvCMFullExpand_Office365 { background-position: -153px -97px; width: 16px; height: 16px } 
.dxGridView_gvCMFullExpandDisabled_Office365 { background-position: -102px -80px; width: 16px; height: 16px } 
.dxGridView_gvCMGroupByColumn_Office365 { background-position: -204px -131px; width: 16px; height: 16px } 
.dxGridView_gvCMGroupByColumnDisabled_Office365 { background-position: -85px -114px; width: 16px; height: 16px } 
.dxGridView_gvCMNewRow_Office365 { background-position: -204px -80px; width: 16px; height: 16px } 
.dxGridView_gvCMNewRowDisabled_Office365 { background-position: -119px -80px; width: 16px; height: 16px } 
.dxGridView_gvCMRefresh_Office365 { background-position: -51px -97px; width: 16px; height: 16px } 
.dxGridView_gvCMRefreshDisabled_Office365 { background-position: -289px -97px; width: 16px; height: 16px } 
.dxGridView_gvCMSearchPanel_Office365 { background-position: -211px -165px; width: 14px; height: 14px } 
.dxGridView_gvCMSearchPanelDisabled_Office365 { background-position: -170px -131px; width: 16px; height: 16px } 
.dxGridView_gvCMShowCustDialog_Office365 { background-position: -268px -23px; width: 16px; height: 16px } 
.dxGridView_gvCMShowCustDialogDisabled_Office365 { background-position: -51px -114px; width: 16px; height: 16px } 
.dxGridView_gvCMShowCustomizationWindow_Office365 { background-position: -51px -131px; width: 16px; height: 16px } 
.dxGridView_gvCMShowCustomizationWindowDisabled_Office365 { background-position: -221px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMShowFilterEditor_Office365 { background-position: -221px -182px; width: 12px; height: 12px } 
.dxGridView_gvCMShowFilterEditorDisabled_Office365 { background-position: -293px -165px; width: 12px; height: 12px } 
.dxGridView_gvCMShowGroupPanel_Office365 { background-position: -306px -80px; width: 16px; height: 16px } 
.dxGridView_gvCMShowGroupPanelDisabled_Office365 { background-position: -272px -114px; width: 16px; height: 16px } 
.dxGridView_gvCMShowSearchPanel_Office365 { background-position: -106px -165px; width: 14px; height: 14px } 
.dxGridView_gvCMShowSearchPanelDisabled_Office365 { background-position: 0px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMSortAscending_Office365 { background-position: -238px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMSortAscendingDisabled_Office365 { background-position: -34px -114px; width: 16px; height: 16px } 
.dxGridView_gvCMSortDescending_Office365 { background-position: -136px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMSortDescendingDisabled_Office365 { background-position: -255px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMSummaryAverage_Office365 { background-position: -119px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMSummaryAverageDisabled_Office365 { background-position: -34px -97px; width: 16px; height: 16px } 
.dxGridView_gvCMSummaryCount_Office365 { background-position: -221px -97px; width: 16px; height: 16px } 
.dxGridView_gvCMSummaryCountDisabled_Office365 { background-position: -170px -148px; width: 16px; height: 16px } 
.dxGridView_gvCMSummaryMax_Office365 { background-position: -170px -46px; width: 16px; height: 16px } 
.dxGridView_gvCMSummaryMaxDisabled_Office365 { background-position: -85px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMSummaryMin_Office365 { background-position: -51px -80px; width: 16px; height: 16px } 
.dxGridView_gvCMSummaryMinDisabled_Office365 { background-position: -34px -63px; width: 16px; height: 16px } 
.dxGridView_gvCMSummarySum_Office365 { background-position: -136px -131px; width: 16px; height: 16px } 
.dxGridView_gvCMSummarySumDisabled_Office365 { background-position: -272px -97px; width: 16px; height: 16px } 
.dxGridView_gvCMUngroupColumn_Office365 { background-position: -289px -131px; width: 16px; height: 16px } 
.dxGridView_gvCOApply_Office365 { background-position: -46px -23px; width: 22px; height: 22px } 
.dxGridView_gvCOApplyDisabled_Office365 { background-position: -161px -23px; width: 22px; height: 22px } 
.dxGridView_gvCOClearFilter_Office365 { background-position: -289px -114px; width: 16px; height: 16px } 
.dxGridView_gvCOClearFilterDisabled_Office365 { background-position: -306px -97px; width: 16px; height: 16px } 
.dxGridView_gvCOClose_Office365 { background-position: -69px -23px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnDrag_Office365 { background-position: -230px -23px; width: 18px; height: 18px } 
.dxGridView_gvCOColumnDragDisabled_Office365 { background-position: -249px -23px; width: 18px; height: 18px } 
.dxGridView_gvCOColumnGroup_Office365 { background-position: -299px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnGroupDisabled_Office365 { background-position: -69px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnHide_Office365 { background-position: -23px -23px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnHideDisabled_Office365 { background-position: -23px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnRemove_Office365 { background-position: -115px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnRemoveDisabled_Office365 { background-position: -115px -23px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnShow_Office365 { background-position: -184px -23px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnShowDisabled_Office365 { background-position: -46px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnSort_Office365 { background-position: -207px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnSortDisabled_Office365 { background-position: -253px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnSortDown_Office365 { background-position: 0px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnSortDownDisabled_Office365 { background-position: -92px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnSortUp_Office365 { background-position: -138px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnSortUpDisabled_Office365 { background-position: -161px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnUngroup_Office365 { background-position: -138px -23px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnUngroupDisabled_Office365 { background-position: -92px -23px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnUnsort_Office365 { background-position: -276px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOColumnUnsortDisabled_Office365 { background-position: -207px -23px; width: 22px; height: 22px } 
.dxGridView_gvCODragAreaCollapse_Office365 { background-position: -240px -165px; width: 13px; height: 13px } 
.dxGridView_gvCODragAreaExpand_Office365 { background-position: -226px -165px; width: 13px; height: 13px } 
.dxGridView_gvCOFilterCollapse_Office365 { background-position: -230px 0px; width: 22px; height: 22px } 
.dxGridView_gvCOFilterExpand_Office365 { background-position: 0px -23px; width: 22px; height: 22px } 
.dxGridView_gvCollapsedButton_Office365 { background-position: -143px -182px; width: 12px; height: 12px } 
.dxGridView_gvCollapsedButtonRtl_Office365 { background-position: -117px -182px; width: 12px; height: 12px } 
.dxGridView_gvDetailCollapsedButton_Office365 { background-position: -234px -182px; width: 12px; height: 12px } 
.dxGridView_gvDetailCollapsedButtonRtl_Office365 { background-position: -26px -182px; width: 12px; height: 12px } 
.dxGridView_gvDetailExpandedButton_Office365 { background-position: -104px -182px; width: 12px; height: 12px } 
.dxGridView_gvDetailExpandedButtonRtl_Office365 { background-position: -169px -182px; width: 12px; height: 12px } 
.dxGridView_gvDragAndDropArrowDown_Office365 { background-position: -305px -182px; width: 11px; height: 9px } 
.dxGridView_gvDragAndDropArrowLeft_Office365 { background-position: -283px -182px; width: 9px; height: 10px } 
.dxGridView_gvDragAndDropArrowRight_Office365 { background-position: -273px -182px; width: 9px; height: 10px } 
.dxGridView_gvDragAndDropArrowUp_Office365 { background-position: -293px -182px; width: 11px; height: 9px } 
.dxGridView_gvDragAndDropHideColumn_Office365 { background-position: -102px -63px; width: 16px; height: 16px } 
.dxGridView_gvExpandedButton_Office365 { background-position: -78px -182px; width: 12px; height: 12px } 
.dxGridView_gvExpandedButtonRtl_Office365 { background-position: -280px -165px; width: 12px; height: 12px } 
.dxGridView_gvFilterRowButton_Office365 { background-position: -91px -182px; width: 12px; height: 12px } 
.dxGridView_gvFixedGroupRow_Office365 { background-position: -68px -165px; width: 22px; height: 14px } 
.dxGridView_gvHeaderFilter_Office365 { background-position: -52px -182px; width: 12px; height: 12px } 
.dxGridView_gvHeaderFilterActive_Office365 { background-position: -156px -182px; width: 12px; height: 12px } 
.dxGridView_gvHeaderSortDown_Office365 { background-position: -267px -165px; width: 12px; height: 12px } 
.dxGridView_gvHeaderSortUp_Office365 { background-position: -130px -182px; width: 12px; height: 12px } 
.dxGridView_gvHideAdaptiveDetailButton_Office365 { background-position: -51px -46px; width: 16px; height: 16px } 
.dxGridView_gvParentGroupRows_Office365 { background-position: -184px 0px; width: 22px; height: 22px } 
.dxGridView_gvShowAdaptiveDetailButton_Office365 { background-position: -272px -46px; width: 16px; height: 16px } 
.dxGridView_WindowResizer_Office365 { background-position: -121px -165px; width: 14px; height: 14px } 
.dxGridView_WindowResizerRtl_Office365 { background-position: -136px -165px; width: 14px; height: 14px } 
.dxgvADSB:hover .dxGridView_gvShowAdaptiveDetailButton_Office365 { background-position: -119px -114px; width: 16px; height: 16px } 
.dxgvFocusedGroupRow_Office365 .dxGridView_gvCollapsedButton_Office365 { background-position: -195px -182px; width: 12px; height: 12px } 
.dxgvFocusedGroupRow_Office365 .dxGridView_gvCollapsedButtonRtl_Office365 { background-position: -208px -182px; width: 12px; height: 12px } 
.dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailCollapsedButton_Office365 { background-position: -182px -182px; width: 12px; height: 12px } 
.dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailCollapsedButtonRtl_Office365 { background-position: 0px -182px; width: 12px; height: 12px } 
.dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailExpandedButton_Office365 { background-position: -65px -182px; width: 12px; height: 12px } 
.dxgvFocusedGroupRow_Office365 .dxGridView_gvDetailExpandedButtonRtl_Office365 { background-position: -260px -182px; width: 12px; height: 12px } 
.dxgvFocusedGroupRow_Office365 .dxGridView_gvExpandedButton_Office365 { background-position: -306px -165px; width: 12px; height: 12px } 
.dxgvFocusedGroupRow_Office365 .dxGridView_gvExpandedButtonRtl_Office365 { background-position: -247px -182px; width: 12px; height: 12px } 
.dxgvFocusedRow_Office365 .dxGridView_gvShowAdaptiveDetailButton_Office365 { background-position: -306px -148px; width: 16px; height: 16px } 
.dxgvFocusedRow_Office365 .dxgvADSB:hover .dxGridView_gvShowAdaptiveDetailButton_Office365 { background-position: -255px -46px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_CTShowCustomizationWindow_Office365 { background-position: -34px -165px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_CTShowFilterRow_Office365 { background-position: -170px -97px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_CTShowGroupPanel_Office365 { background-position: -289px -63px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_CTShowSearchPanel_Office365 { background-position: -166px -165px; width: 14px; height: 14px } 
.dxm-checked .dxGridView_gvCMClearFilter_Office365 { background-position: -187px -148px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMClearGrouping_Office365 { background-position: -187px -114px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMCollapseDetailRow_Office365 { background-position: -68px -131px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMCollapseRow_Office365 { background-position: -153px -114px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMDeleteRow_Office365 { background-position: -221px -114px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMEditRow_Office365 { background-position: -68px -97px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMExpandDetailRow_Office365 { background-position: -17px -97px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMExpandRow_Office365 { background-position: -102px -46px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMFullCollapse_Office365 { background-position: -119px -97px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMFullExpand_Office365 { background-position: -187px -46px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMGroupByColumn_Office365 { background-position: -238px -46px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMNewRow_Office365 { background-position: -17px -148px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMRefresh_Office365 { background-position: -204px -114px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMSearchPanel_Office365 { background-position: -151px -165px; width: 14px; height: 14px } 
.dxm-checked .dxGridView_gvCMShowCustomizationWindow_Office365 { background-position: 0px -114px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMShowFilterEditor_Office365 { background-position: -254px -165px; width: 12px; height: 12px } 
.dxm-checked .dxGridView_gvCMShowGroupPanel_Office365 { background-position: -17px -80px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMShowSearchPanel_Office365 { background-position: -196px -165px; width: 14px; height: 14px } 
.dxm-checked .dxGridView_gvCMSortAscending_Office365 { background-position: -238px -131px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMSortDescending_Office365 { background-position: -51px -63px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMSummaryAverage_Office365 { background-position: -102px -97px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMSummaryCount_Office365 { background-position: -85px -80px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMSummaryMax_Office365 { background-position: -238px -63px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMSummaryMin_Office365 { background-position: -136px -148px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMSummarySum_Office365 { background-position: 0px -80px; width: 16px; height: 16px } 
.dxm-checked .dxGridView_gvCMUngroupColumn_Office365 { background-position: -238px -114px; width: 16px; height: 16px } 
.dxGridView_gvFilterRowButton_Office365
{
margin-left: 8px;
}
.dxGridView_gvParentGroupRows_Office365
{
    margin-left: 4px;
}


.dxctToolbar_Office365 .dxm-hovered .dxWeb_mAdaptiveMenu_Office365, .dxctToolbar_Office365 .dxm-hovered .dxWeb_mHorizontalPopOut_Office365, .dxctToolbar_Office365 .dxWeb_mAdaptiveMenu_Office365, .dxeListBoxItemSelected_Office365 .dxWeb_edtCheckBoxChecked_Office365, .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmCopyButton_Office365, .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmCreateButton_Office365, .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmDeleteButton_Office365, .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmDwnlButton_Office365, .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmMoveButton_Office365, .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmRefreshButton_Office365, .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmRenameButton_Office365, .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmUplButton_Office365, .dxfm-file .dxWeb_edtCheckBoxChecked_Office365, .dxfm-file .dxWeb_edtCheckBoxUnchecked_Office365, .dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxChecked_Office365, .dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxGrayed_Office365, .dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxUnchecked_Office365, .dxigControl_Office365.dxTouchUI .dxWeb_igCloseButton_Office365, .dxigControl_Office365.dxTouchUI .dxWeb_igPauseButton_Office365, .dxigControl_Office365.dxTouchUI .dxWeb_igPlayButton_Office365, .dxis-nextBtnHorWrapperHover .dxWeb_isNextPageBtnHor_Office365, .dxis-nextBtnHorWrapperPressed .dxWeb_isNextPageBtnHor_Office365, .dxis-nextBtnVertWrapperHover .dxWeb_isNextPageBtnVert_Office365, .dxis-nextBtnVertWrapperPressed .dxWeb_isNextPageBtnVert_Office365, .dxis-prevBtnHorWrapperHover .dxWeb_isPrevPageBtnHor_Office365, .dxis-prevBtnHorWrapperPressed .dxWeb_isPrevPageBtnHor_Office365, .dxis-prevBtnVertWrapperHover .dxWeb_isPrevPageBtnVert_Office365, .dxis-prevBtnVertWrapperPressed .dxWeb_isPrevPageBtnVert_Office365, .dxm-checked .dxWeb_mHorizontalPopOut_Office365, .dxm-checked .dxWeb_mVerticalPopOut_Office365, .dxm-checked .dxWeb_mVerticalPopOutRtl_Office365, .dxm-checked.dxm-hovered .dxWeb_mHorizontalPopOut_Office365, .dxm-checked.dxm-hovered .dxWeb_mSubMenuItemChecked_Office365, .dxm-checked.dxm-hovered .dxWeb_mVerticalPopOut_Office365, .dxm-checked.dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365, .dxm-disabled .dxWeb_mHorizontalPopOut_Office365, .dxm-disabled .dxWeb_mVerticalPopOut_Office365, .dxm-disabled .dxWeb_mVerticalPopOutRtl_Office365, .dxm-hovered .dxWeb_fmCopyButton_Office365, .dxm-hovered .dxWeb_fmCreateButton_Office365, .dxm-hovered .dxWeb_fmDeleteButton_Office365, .dxm-hovered .dxWeb_fmDwnlButton_Office365, .dxm-hovered .dxWeb_fmMoveButton_Office365, .dxm-hovered .dxWeb_fmRefreshButton_Office365, .dxm-hovered .dxWeb_fmRenameButton_Office365, .dxm-hovered .dxWeb_fmUplButton_Office365, .dxm-hovered .dxWeb_mAdaptiveMenu_Office365, .dxm-hovered .dxWeb_mHorizontalPopOut_Office365, .dxm-hovered .dxWeb_mVerticalPopOut_Office365, .dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365, .dxmLite_Office365 .dxm-left .dxm-back-icon, .dxm-scrollBtnHovered .dxWeb_mScrollDown_Office365, .dxm-scrollBtnHovered .dxWeb_mScrollUp_Office365, .dxm-scrollBtnPressed .dxWeb_mScrollDown_Office365, .dxm-scrollBtnPressed .dxWeb_mScrollUp_Office365, .dxm-selected .dxWeb_mHorizontalPopOut_Office365, .dxm-selected .dxWeb_mSubMenuItemChecked_Office365, .dxm-selected .dxWeb_mVerticalPopOut_Office365, .dxm-selected .dxWeb_mVerticalPopOutRtl_Office365, .dxm-selected.dxm-hovered .dxWeb_mHorizontalPopOut_Office365, .dxm-selected.dxm-hovered .dxWeb_mVerticalPopOut_Office365, .dxm-selected.dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365, .dxm-vertical .dxm-checked .dxWeb_mVerticalPopOut_Office365, .dxm-vertical .dxm-checked.dxm-hovered .dxWeb_mVerticalPopOut_Office365, .dxm-vertical .dxm-hovered .dxWeb_mVerticalPopOut_Office365, .dxm-vertical .dxm-selected .dxWeb_mVerticalPopOut_Office365, .dxm-vertical .dxm-selected.dxm-hovered .dxWeb_mVerticalPopOut_Office365, .dxm-vertical .dxWeb_mVerticalPopOut_Office365, .dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_Office365, .dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_Office365, .dxpc-pinBtnChecked .dxWeb_pcPinButton_Office365, .dxp-hoverDropDownButton .dxWeb_pPopOut_Office365, .dxpnl-btnHover .dxWeb_pnlExpand_Office365, .dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Office365, .dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Office365, .dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Office365, .dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Office365, .dxpnl-btnPressed .dxWeb_pnlExpand_Office365, .dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_Office365, .dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_Office365, .dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_Office365, .dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_Office365, .dxpnl-btnSelected .dxWeb_pnlExpand_Office365, .dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom_Office365, .dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft_Office365, .dxpnl-btnSelected .dxWeb_pnlExpandArrowRight_Office365, .dxpnl-btnSelected .dxWeb_pnlExpandArrowTop_Office365, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpand_Office365, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Office365, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Office365, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Office365, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Office365, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpand_Office365, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_Office365, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_Office365, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_Office365, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_Office365, .dxp-pressedDropDownButton .dxWeb_pPopOut_Office365, .dxr-glrBtnPressed .dxWeb_rGlrDown_Office365, .dxr-glrBtnPressed .dxWeb_rGlrPopOut_Office365, .dxr-glrBtnPressed .dxWeb_rGlrUp_Office365, .dxr-grExpBtnHover .dxWeb_rPopOut_Office365, .dxr-grExpBtnPressed .dxWeb_rPopOut_Office365, .dxr-itemDisabled .dxWeb_rPopOut_Office365, .dxr-itemHover .dxWeb_rPopOut_Office365, .dxr-itemPressed .dxWeb_rPopOut_Office365, .dxrp-collapseBtnHover .dxWeb_rpCollapseButton_Office365, .dxrp-collapseBtnPressed .dxWeb_rpCollapseButton_Office365, .dxrpCollapsed .dxrp-collapseBtnHover .dxWeb_rpCollapseButton_Office365, .dxrpCollapsed .dxrp-collapseBtnPressed .dxWeb_rpCollapseButton_Office365, .dxrpCollapsed .dxWeb_rpCollapseButton_Office365, .dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxChecked_Office365, .dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxGrayed_Office365, .dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxUnchecked_Office365, .dxtv-ndSel .dxWeb_edtCheckBoxChecked_Office365, .dxtv-ndSel .dxWeb_edtCheckBoxGrayed_Office365, .dxtv-ndSel .dxWeb_edtCheckBoxUnchecked_Office365, .dxtv-ndSel .dxWeb_fmFolder_Office365, .dxtv-ndSel .dxWeb_fmFolderLocked_Office365, .dxWeb_edtCheckBoxChecked_Office365, .dxWeb_edtCheckBoxCheckedDisabled_Office365, .dxWeb_edtCheckBoxGrayed_Office365, .dxWeb_edtCheckBoxGrayedDisabled_Office365, .dxWeb_edtCheckBoxUnchecked_Office365, .dxWeb_edtCheckBoxUncheckedDisabled_Office365, .dxWeb_fmBreadCrumbsSeparatorArrow_Office365, .dxWeb_fmBreadCrumbsUpButton_Office365, .dxWeb_fmBreadCrumbsUpButtonDisabled_Office365, .dxWeb_fmBreadCrumbsUpButtonHover_Office365, .dxWeb_fmCopyButton_Office365, .dxWeb_fmCopyButtonDisabled_Office365, .dxWeb_fmCreateButton_Office365, .dxWeb_fmCreateButtonDisabled_Office365, .dxWeb_fmDeleteButton_Office365, .dxWeb_fmDeleteButtonDisabled_Office365, .dxWeb_fmDwnlButton_Office365, .dxWeb_fmDwnlButtonDisabled_Office365, .dxWeb_fmExpandFolderContBtn_Office365, .dxWeb_fmFolder_Office365, .dxWeb_fmFolderLocked_Office365, .dxWeb_fmMoveButton_Office365, .dxWeb_fmMoveButtonDisabled_Office365, .dxWeb_fmRefreshButton_Office365, .dxWeb_fmRefreshButtonDisabled_Office365, .dxWeb_fmRenameButton_Office365, .dxWeb_fmRenameButtonDisabled_Office365, .dxWeb_fmUplButton_Office365, .dxWeb_fmUplButtonDisabled_Office365, .dxWeb_igCloseButton_Office365, .dxWeb_igNavigationBarMarker_Office365, .dxWeb_igNextButton_Office365, .dxWeb_igNextButtonDisabled_Office365, .dxWeb_igNextButtonHover_Office365, .dxWeb_igNextButtonPressed_Office365, .dxWeb_igPauseButton_Office365, .dxWeb_igPlayButton_Office365, .dxWeb_igPrevButton_Office365, .dxWeb_igPrevButtonDisabled_Office365, .dxWeb_igPrevButtonHover_Office365, .dxWeb_igPrevButtonPressed_Office365, .dxWeb_isDot_Office365, .dxWeb_isDotDisabled_Office365, .dxWeb_isDotSelected_Office365, .dxWeb_isNextBtnHor_Office365, .dxWeb_isNextBtnHor_Office365.dxWeb_isNextBtnHorHover_Office365, .dxWeb_isNextBtnHor_Office365.dxWeb_isNextBtnHorPressed_Office365, .dxWeb_isNextBtnHorDisabled_Office365, .dxWeb_isNextBtnVert_Office365, .dxWeb_isNextBtnVert_Office365.dxWeb_isNextBtnVertHover_Office365, .dxWeb_isNextBtnVert_Office365.dxWeb_isNextBtnVertPressed_Office365, .dxWeb_isNextBtnVertDisabled_Office365, .dxWeb_isNextPageBtnHor_Office365, .dxWeb_isNextPageBtnHorDisabled_Office365, .dxWeb_isNextPageBtnHorOutside_Office365, .dxWeb_isNextPageBtnHorOutside_Office365.dxWeb_isNextPageBtnHorOutsideHover_Office365, .dxWeb_isNextPageBtnHorOutside_Office365.dxWeb_isNextPageBtnHorOutsidePressed_Office365, .dxWeb_isNextPageBtnHorOutsideDisabled_Office365, .dxWeb_isNextPageBtnVert_Office365, .dxWeb_isNextPageBtnVertDisabled_Office365, .dxWeb_isNextPageBtnVertOutside_Office365, .dxWeb_isNextPageBtnVertOutside_Office365.dxWeb_isNextPageBtnVertOutsideHover_Office365, .dxWeb_isNextPageBtnVertOutside_Office365.dxWeb_isNextPageBtnVertOutsidePressed_Office365, .dxWeb_isNextPageBtnVertOutsideDisabled_Office365, .dxWeb_isPauseBtn_Office365, .dxWeb_isPlayBtn_Office365, .dxWeb_isPrevBtnHor_Office365, .dxWeb_isPrevBtnHor_Office365.dxWeb_isPrevBtnHorHover_Office365, .dxWeb_isPrevBtnHor_Office365.dxWeb_isPrevBtnHorPressed_Office365, .dxWeb_isPrevBtnHorDisabled_Office365, .dxWeb_isPrevBtnVert_Office365, .dxWeb_isPrevBtnVert_Office365.dxWeb_isPrevBtnVertHover_Office365, .dxWeb_isPrevBtnVert_Office365.dxWeb_isPrevBtnVertPressed_Office365, .dxWeb_isPrevBtnVertDisabled_Office365, .dxWeb_isPrevPageBtnHor_Office365, .dxWeb_isPrevPageBtnHorDisabled_Office365, .dxWeb_isPrevPageBtnHorOutside_Office365, .dxWeb_isPrevPageBtnHorOutside_Office365.dxWeb_isPrevPageBtnHorOutsideHover_Office365, .dxWeb_isPrevPageBtnHorOutside_Office365.dxWeb_isPrevPageBtnHorOutsidePressed_Office365, .dxWeb_isPrevPageBtnHorOutsideDisabled_Office365, .dxWeb_isPrevPageBtnVert_Office365, .dxWeb_isPrevPageBtnVertDisabled_Office365, .dxWeb_isPrevPageBtnVertOutside_Office365, .dxWeb_isPrevPageBtnVertOutside_Office365.dxWeb_isPrevPageBtnVertOutsideHover_Office365, .dxWeb_isPrevPageBtnVertOutside_Office365.dxWeb_isPrevPageBtnVertOutsidePressed_Office365, .dxWeb_isPrevPageBtnVertOutsideDisabled_Office365, .dxWeb_izEWCloseButton_Office365, .dxWeb_izHint_Office365, .dxWeb_mAdaptiveMenu_Office365, .dxWeb_mHorizontalPopOut_Office365, .dxWeb_mScrollDown_Office365, .dxWeb_mScrollUp_Office365, .dxWeb_mSubMenuItem_Office365, .dxWeb_mSubMenuItemChecked_Office365, .dxWeb_mVerticalPopOut_Office365, .dxWeb_mVerticalPopOutRtl_Office365, .dxWeb_nbCollapse_Office365, .dxWeb_nbExpand_Office365, .dxWeb_pAll_Office365, .dxWeb_pAllDisabled_Office365, .dxWeb_pcCloseButton_Office365, .dxWeb_pcCollapseButton_Office365, .dxWeb_pcExpandButton_Office365, .dxWeb_pcMaximizeButton_Office365, .dxWeb_pcPinButton_Office365, .dxWeb_pcRefreshButton_Office365, .dxWeb_pcSizeGrip_Office365, .dxWeb_pcSizeGripRtl_Office365, .dxWeb_pFirst_Office365, .dxWeb_pFirstDisabled_Office365, .dxWeb_pLast_Office365, .dxWeb_pLastDisabled_Office365, .dxWeb_pNext_Office365, .dxWeb_pNextDisabled_Office365, .dxWeb_pnlExpand_Office365, .dxWeb_pnlExpandArrowBottom_Office365, .dxWeb_pnlExpandArrowLeft_Office365, .dxWeb_pnlExpandArrowRight_Office365, .dxWeb_pnlExpandArrowTop_Office365, .dxWeb_pPopOut_Office365, .dxWeb_pPopOutDisabled_Office365, .dxWeb_pPrev_Office365, .dxWeb_pPrevDisabled_Office365, .dxWeb_rDialogBoxLauncher_Office365, .dxWeb_rDialogBoxLauncherDisabled_Office365, .dxWeb_rDialogBoxLauncherHover_Office365, .dxWeb_rDialogBoxLauncherPressed_Office365, .dxWeb_rGlrDown_Office365, .dxWeb_rGlrDownDisabled_Office365, .dxWeb_rGlrDownHover_Office365, .dxWeb_rGlrPopOut_Office365, .dxWeb_rGlrPopOutDisabled_Office365, .dxWeb_rGlrPopOutHover_Office365, .dxWeb_rGlrUp_Office365, .dxWeb_rGlrUpDisabled_Office365, .dxWeb_rGlrUpHover_Office365, .dxWeb_rMinBtn_Office365, .dxWeb_rMinBtn_Office365.dxWeb_rMinBtnHover_Office365, .dxWeb_rMinBtn_Office365.dxWeb_rMinBtnPressed_Office365, .dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtn_Office365, .dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnDisabled_Office365, .dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnHover_Office365, .dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnPressed_Office365, .dxWeb_rMinBtnDisabled_Office365, .dxWeb_rpCollapseButton_Office365, .dxWeb_rPinBtn_Office365, .dxWeb_rPopOut_Office365, .dxWeb_splHCollapseBackwardButton_Office365, .dxWeb_splHCollapseBackwardButtonHover_Office365, .dxWeb_splHCollapseForwardButton_Office365, .dxWeb_splHCollapseForwardButtonHover_Office365, .dxWeb_splHSeparator_Office365, .dxWeb_splHSeparatorHover_Office365, .dxWeb_splVCollapseBackwardButton_Office365, .dxWeb_splVCollapseBackwardButtonHover_Office365, .dxWeb_splVCollapseForwardButton_Office365, .dxWeb_splVCollapseForwardButtonHover_Office365, .dxWeb_splVSeparator_Office365, .dxWeb_splVSeparatorHover_Office365, .dxWeb_tcScrollLeft_Office365, .dxWeb_tcScrollLeftDisabled_Office365, .dxWeb_tcScrollLeftHover_Office365, .dxWeb_tcScrollLeftPressed_Office365, .dxWeb_tcScrollRight_Office365, .dxWeb_tcScrollRightDisabled_Office365, .dxWeb_tcScrollRightHover_Office365, .dxWeb_tcScrollRightPressed_Office365, .dxWeb_tvColBtn_Office365, .dxWeb_tvColBtnRtl_Office365, .dxWeb_tvExpBtn_Office365, .dxWeb_tvExpBtnRtl_Office365, .dxWeb_ucClearButton_Office365, .dxWeb_ucClearButtonDisabled_Office365, div.dxfm-fileF .dxWeb_edtCheckBoxChecked_Office365, div.dxfm-fileF .dxWeb_edtCheckBoxUnchecked_Office365, div.dxfm-fileF.dxfm-file.dxfm-fileSA .dxWeb_edtCheckBoxChecked_Office365, div.dxfm-fileF.dxfm-file.dxfm-fileSI .dxWeb_edtCheckBoxChecked_Office365, div.dxfm-fileH.dxfm-file.dxfm-fileSA .dxWeb_edtCheckBoxChecked_Office365, div.dxfm-fileH.dxfm-file.dxfm-fileSI .dxWeb_edtCheckBoxChecked_Office365, div.dxfm-fileSA.dxfm-file .dxWeb_edtCheckBoxChecked_Office365 { background-image: url('/DXR.axd?r=0_5884-aJJCh'); background-repeat: no-repeat; background-color: transparent } 
.dxIE .dx-acc-r .dxctToolbar_Office365 .dxm-hovered .dxWeb_mAdaptiveMenu_Office365::before, .dxIE .dx-acc-r .dxctToolbar_Office365 .dxm-hovered .dxWeb_mHorizontalPopOut_Office365::before, .dxIE .dx-acc-r .dxctToolbar_Office365 .dxWeb_mAdaptiveMenu_Office365::before, .dxIE .dx-acc-r .dxeListBoxItemSelected_Office365 .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmCopyButton_Office365::before, .dxIE .dx-acc-r .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmCreateButton_Office365::before, .dxIE .dx-acc-r .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmDeleteButton_Office365::before, .dxIE .dx-acc-r .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmDwnlButton_Office365::before, .dxIE .dx-acc-r .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmMoveButton_Office365::before, .dxIE .dx-acc-r .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmRefreshButton_Office365::before, .dxIE .dx-acc-r .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmRenameButton_Office365::before, .dxIE .dx-acc-r .dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmUplButton_Office365::before, .dxIE .dx-acc-r .dxfm-file .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r .dxfm-file .dxWeb_edtCheckBoxUnchecked_Office365::before, .dxIE .dx-acc-r .dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r .dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxGrayed_Office365::before, .dxIE .dx-acc-r .dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxUnchecked_Office365::before, .dxIE .dx-acc-r .dxigControl_Office365.dxTouchUI .dxWeb_igCloseButton_Office365::before, .dxIE .dx-acc-r .dxigControl_Office365.dxTouchUI .dxWeb_igPauseButton_Office365::before, .dxIE .dx-acc-r .dxigControl_Office365.dxTouchUI .dxWeb_igPlayButton_Office365::before, .dxIE .dx-acc-r .dxis-nextBtnHorWrapperHover .dxWeb_isNextPageBtnHor_Office365::before, .dxIE .dx-acc-r .dxis-nextBtnHorWrapperPressed .dxWeb_isNextPageBtnHor_Office365::before, .dxIE .dx-acc-r .dxis-nextBtnVertWrapperHover .dxWeb_isNextPageBtnVert_Office365::before, .dxIE .dx-acc-r .dxis-nextBtnVertWrapperPressed .dxWeb_isNextPageBtnVert_Office365::before, .dxIE .dx-acc-r .dxis-prevBtnHorWrapperHover .dxWeb_isPrevPageBtnHor_Office365::before, .dxIE .dx-acc-r .dxis-prevBtnHorWrapperPressed .dxWeb_isPrevPageBtnHor_Office365::before, .dxIE .dx-acc-r .dxis-prevBtnVertWrapperHover .dxWeb_isPrevPageBtnVert_Office365::before, .dxIE .dx-acc-r .dxis-prevBtnVertWrapperPressed .dxWeb_isPrevPageBtnVert_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxWeb_mHorizontalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-checked .dxWeb_mVerticalPopOutRtl_Office365::before, .dxIE .dx-acc-r .dxm-checked.dxm-hovered .dxWeb_mHorizontalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-checked.dxm-hovered .dxWeb_mSubMenuItemChecked_Office365::before, .dxIE .dx-acc-r .dxm-checked.dxm-hovered .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-checked.dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365::before, .dxIE .dx-acc-r .dxm-disabled .dxWeb_mHorizontalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-disabled .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-disabled .dxWeb_mVerticalPopOutRtl_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_fmCopyButton_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_fmCreateButton_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_fmDeleteButton_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_fmDwnlButton_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_fmMoveButton_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_fmRefreshButton_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_fmRenameButton_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_fmUplButton_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_mAdaptiveMenu_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_mHorizontalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365::before, .dxIE .dx-acc-r .dxmLite_Office365 .dxm-left .dxm-back-icon::before, .dxIE .dx-acc-r .dxm-scrollBtnHovered .dxWeb_mScrollDown_Office365::before, .dxIE .dx-acc-r .dxm-scrollBtnHovered .dxWeb_mScrollUp_Office365::before, .dxIE .dx-acc-r .dxm-scrollBtnPressed .dxWeb_mScrollDown_Office365::before, .dxIE .dx-acc-r .dxm-scrollBtnPressed .dxWeb_mScrollUp_Office365::before, .dxIE .dx-acc-r .dxm-selected .dxWeb_mHorizontalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-selected .dxWeb_mSubMenuItemChecked_Office365::before, .dxIE .dx-acc-r .dxm-selected .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-selected .dxWeb_mVerticalPopOutRtl_Office365::before, .dxIE .dx-acc-r .dxm-selected.dxm-hovered .dxWeb_mHorizontalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-selected.dxm-hovered .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-selected.dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365::before, .dxIE .dx-acc-r .dxm-vertical .dxm-checked .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-vertical .dxm-checked.dxm-hovered .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-vertical .dxm-hovered .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-vertical .dxm-selected .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-vertical .dxm-selected.dxm-hovered .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxm-vertical .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_Office365::before, .dxIE .dx-acc-r .dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_Office365::before, .dxIE .dx-acc-r .dxpc-pinBtnChecked .dxWeb_pcPinButton_Office365::before, .dxIE .dx-acc-r .dxp-hoverDropDownButton .dxWeb_pPopOut_Office365::before, .dxIE .dx-acc-r .dxpnl-btnHover .dxWeb_pnlExpand_Office365::before, .dxIE .dx-acc-r .dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Office365::before, .dxIE .dx-acc-r .dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Office365::before, .dxIE .dx-acc-r .dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Office365::before, .dxIE .dx-acc-r .dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Office365::before, .dxIE .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpand_Office365::before, .dxIE .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_Office365::before, .dxIE .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_Office365::before, .dxIE .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_Office365::before, .dxIE .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpand_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowRight_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowTop_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpand_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpand_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_Office365::before, .dxIE .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_Office365::before, .dxIE .dx-acc-r .dxp-pressedDropDownButton .dxWeb_pPopOut_Office365::before, .dxIE .dx-acc-r .dxr-glrBtnPressed .dxWeb_rGlrDown_Office365::before, .dxIE .dx-acc-r .dxr-glrBtnPressed .dxWeb_rGlrPopOut_Office365::before, .dxIE .dx-acc-r .dxr-glrBtnPressed .dxWeb_rGlrUp_Office365::before, .dxIE .dx-acc-r .dxr-grExpBtnHover .dxWeb_rPopOut_Office365::before, .dxIE .dx-acc-r .dxr-grExpBtnPressed .dxWeb_rPopOut_Office365::before, .dxIE .dx-acc-r .dxr-itemDisabled .dxWeb_rPopOut_Office365::before, .dxIE .dx-acc-r .dxr-itemHover .dxWeb_rPopOut_Office365::before, .dxIE .dx-acc-r .dxr-itemPressed .dxWeb_rPopOut_Office365::before, .dxIE .dx-acc-r .dxrp-collapseBtnHover .dxWeb_rpCollapseButton_Office365::before, .dxIE .dx-acc-r .dxrp-collapseBtnPressed .dxWeb_rpCollapseButton_Office365::before, .dxIE .dx-acc-r .dxrpCollapsed .dxrp-collapseBtnHover .dxWeb_rpCollapseButton_Office365::before, .dxIE .dx-acc-r .dxrpCollapsed .dxrp-collapseBtnPressed .dxWeb_rpCollapseButton_Office365::before, .dxIE .dx-acc-r .dxrpCollapsed .dxWeb_rpCollapseButton_Office365::before, .dxIE .dx-acc-r .dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r .dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxGrayed_Office365::before, .dxIE .dx-acc-r .dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxUnchecked_Office365::before, .dxIE .dx-acc-r .dxtv-ndSel .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r .dxtv-ndSel .dxWeb_edtCheckBoxGrayed_Office365::before, .dxIE .dx-acc-r .dxtv-ndSel .dxWeb_edtCheckBoxUnchecked_Office365::before, .dxIE .dx-acc-r .dxtv-ndSel .dxWeb_fmFolder_Office365::before, .dxIE .dx-acc-r .dxtv-ndSel .dxWeb_fmFolderLocked_Office365::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxCheckedDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxGrayed_Office365::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxGrayedDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxUnchecked_Office365::before, .dxIE .dx-acc-r .dxWeb_edtCheckBoxUncheckedDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmBreadCrumbsSeparatorArrow_Office365::before, .dxIE .dx-acc-r .dxWeb_fmBreadCrumbsUpButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmBreadCrumbsUpButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmBreadCrumbsUpButtonHover_Office365::before, .dxIE .dx-acc-r .dxWeb_fmCopyButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmCopyButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmCreateButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmCreateButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmDeleteButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmDeleteButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmDwnlButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmDwnlButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmExpandFolderContBtn_Office365::before, .dxIE .dx-acc-r .dxWeb_fmFolder_Office365::before, .dxIE .dx-acc-r .dxWeb_fmFolderLocked_Office365::before, .dxIE .dx-acc-r .dxWeb_fmMoveButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmMoveButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmRefreshButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmRefreshButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmRenameButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmRenameButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_fmUplButton_Office365::before, .dxIE .dx-acc-r .dxWeb_fmUplButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_igCloseButton_Office365::before, .dxIE .dx-acc-r .dxWeb_igNavigationBarMarker_Office365::before, .dxIE .dx-acc-r .dxWeb_igNextButton_Office365::before, .dxIE .dx-acc-r .dxWeb_igNextButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_igNextButtonHover_Office365::before, .dxIE .dx-acc-r .dxWeb_igNextButtonPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_igPauseButton_Office365::before, .dxIE .dx-acc-r .dxWeb_igPlayButton_Office365::before, .dxIE .dx-acc-r .dxWeb_igPrevButton_Office365::before, .dxIE .dx-acc-r .dxWeb_igPrevButtonDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_igPrevButtonHover_Office365::before, .dxIE .dx-acc-r .dxWeb_igPrevButtonPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isDot_Office365::before, .dxIE .dx-acc-r .dxWeb_isDotDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isDotSelected_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextBtnHor_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextBtnHor_Office365.dxWeb_isNextBtnHorHover_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextBtnHor_Office365.dxWeb_isNextBtnHorPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextBtnHorDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextBtnVert_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextBtnVert_Office365.dxWeb_isNextBtnVertHover_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextBtnVert_Office365.dxWeb_isNextBtnVertPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextBtnVertDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnHor_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnHorDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnHorOutside_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnHorOutside_Office365.dxWeb_isNextPageBtnHorOutsideHover_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnHorOutside_Office365.dxWeb_isNextPageBtnHorOutsidePressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnHorOutsideDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnVert_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnVertDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnVertOutside_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnVertOutside_Office365.dxWeb_isNextPageBtnVertOutsideHover_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnVertOutside_Office365.dxWeb_isNextPageBtnVertOutsidePressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isNextPageBtnVertOutsideDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isPauseBtn_Office365::before, .dxIE .dx-acc-r .dxWeb_isPlayBtn_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevBtnHor_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevBtnHor_Office365.dxWeb_isPrevBtnHorHover_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevBtnHor_Office365.dxWeb_isPrevBtnHorPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevBtnHorDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevBtnVert_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevBtnVert_Office365.dxWeb_isPrevBtnVertHover_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevBtnVert_Office365.dxWeb_isPrevBtnVertPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevBtnVertDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnHor_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnHorDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnHorOutside_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnHorOutside_Office365.dxWeb_isPrevPageBtnHorOutsideHover_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnHorOutside_Office365.dxWeb_isPrevPageBtnHorOutsidePressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnHorOutsideDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnVert_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnVertDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnVertOutside_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnVertOutside_Office365.dxWeb_isPrevPageBtnVertOutsideHover_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnVertOutside_Office365.dxWeb_isPrevPageBtnVertOutsidePressed_Office365::before, .dxIE .dx-acc-r .dxWeb_isPrevPageBtnVertOutsideDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_izEWCloseButton_Office365::before, .dxIE .dx-acc-r .dxWeb_izHint_Office365::before, .dxIE .dx-acc-r .dxWeb_mAdaptiveMenu_Office365::before, .dxIE .dx-acc-r .dxWeb_mHorizontalPopOut_Office365::before, .dxIE .dx-acc-r .dxWeb_mScrollDown_Office365::before, .dxIE .dx-acc-r .dxWeb_mScrollUp_Office365::before, .dxIE .dx-acc-r .dxWeb_mSubMenuItem_Office365::before, .dxIE .dx-acc-r .dxWeb_mSubMenuItemChecked_Office365::before, .dxIE .dx-acc-r .dxWeb_mVerticalPopOut_Office365::before, .dxIE .dx-acc-r .dxWeb_mVerticalPopOutRtl_Office365::before, .dxIE .dx-acc-r .dxWeb_nbCollapse_Office365::before, .dxIE .dx-acc-r .dxWeb_nbExpand_Office365::before, .dxIE .dx-acc-r .dxWeb_pAll_Office365::before, .dxIE .dx-acc-r .dxWeb_pAllDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_pcCloseButton_Office365::before, .dxIE .dx-acc-r .dxWeb_pcCollapseButton_Office365::before, .dxIE .dx-acc-r .dxWeb_pcExpandButton_Office365::before, .dxIE .dx-acc-r .dxWeb_pcMaximizeButton_Office365::before, .dxIE .dx-acc-r .dxWeb_pcPinButton_Office365::before, .dxIE .dx-acc-r .dxWeb_pcRefreshButton_Office365::before, .dxIE .dx-acc-r .dxWeb_pcSizeGrip_Office365::before, .dxIE .dx-acc-r .dxWeb_pcSizeGripRtl_Office365::before, .dxIE .dx-acc-r .dxWeb_pFirst_Office365::before, .dxIE .dx-acc-r .dxWeb_pFirstDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_pLast_Office365::before, .dxIE .dx-acc-r .dxWeb_pLastDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_pNext_Office365::before, .dxIE .dx-acc-r .dxWeb_pNextDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_pnlExpand_Office365::before, .dxIE .dx-acc-r .dxWeb_pnlExpandArrowBottom_Office365::before, .dxIE .dx-acc-r .dxWeb_pnlExpandArrowLeft_Office365::before, .dxIE .dx-acc-r .dxWeb_pnlExpandArrowRight_Office365::before, .dxIE .dx-acc-r .dxWeb_pnlExpandArrowTop_Office365::before, .dxIE .dx-acc-r .dxWeb_pPopOut_Office365::before, .dxIE .dx-acc-r .dxWeb_pPopOutDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_pPrev_Office365::before, .dxIE .dx-acc-r .dxWeb_pPrevDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_rDialogBoxLauncher_Office365::before, .dxIE .dx-acc-r .dxWeb_rDialogBoxLauncherDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_rDialogBoxLauncherHover_Office365::before, .dxIE .dx-acc-r .dxWeb_rDialogBoxLauncherPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrDown_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrDownDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrDownHover_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrPopOut_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrPopOutDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrPopOutHover_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrUp_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrUpDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_rGlrUpHover_Office365::before, .dxIE .dx-acc-r .dxWeb_rMinBtn_Office365::before, .dxIE .dx-acc-r .dxWeb_rMinBtn_Office365.dxWeb_rMinBtnHover_Office365::before, .dxIE .dx-acc-r .dxWeb_rMinBtn_Office365.dxWeb_rMinBtnPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtn_Office365::before, .dxIE .dx-acc-r .dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnHover_Office365::before, .dxIE .dx-acc-r .dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_rMinBtnDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_rpCollapseButton_Office365::before, .dxIE .dx-acc-r .dxWeb_rPinBtn_Office365::before, .dxIE .dx-acc-r .dxWeb_rPopOut_Office365::before, .dxIE .dx-acc-r .dxWeb_splHCollapseBackwardButton_Office365::before, .dxIE .dx-acc-r .dxWeb_splHCollapseBackwardButtonHover_Office365::before, .dxIE .dx-acc-r .dxWeb_splHCollapseForwardButton_Office365::before, .dxIE .dx-acc-r .dxWeb_splHCollapseForwardButtonHover_Office365::before, .dxIE .dx-acc-r .dxWeb_splHSeparator_Office365::before, .dxIE .dx-acc-r .dxWeb_splHSeparatorHover_Office365::before, .dxIE .dx-acc-r .dxWeb_splVCollapseBackwardButton_Office365::before, .dxIE .dx-acc-r .dxWeb_splVCollapseBackwardButtonHover_Office365::before, .dxIE .dx-acc-r .dxWeb_splVCollapseForwardButton_Office365::before, .dxIE .dx-acc-r .dxWeb_splVCollapseForwardButtonHover_Office365::before, .dxIE .dx-acc-r .dxWeb_splVSeparator_Office365::before, .dxIE .dx-acc-r .dxWeb_splVSeparatorHover_Office365::before, .dxIE .dx-acc-r .dxWeb_tcScrollLeft_Office365::before, .dxIE .dx-acc-r .dxWeb_tcScrollLeftDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_tcScrollLeftHover_Office365::before, .dxIE .dx-acc-r .dxWeb_tcScrollLeftPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_tcScrollRight_Office365::before, .dxIE .dx-acc-r .dxWeb_tcScrollRightDisabled_Office365::before, .dxIE .dx-acc-r .dxWeb_tcScrollRightHover_Office365::before, .dxIE .dx-acc-r .dxWeb_tcScrollRightPressed_Office365::before, .dxIE .dx-acc-r .dxWeb_tvColBtn_Office365::before, .dxIE .dx-acc-r .dxWeb_tvColBtnRtl_Office365::before, .dxIE .dx-acc-r .dxWeb_tvExpBtn_Office365::before, .dxIE .dx-acc-r .dxWeb_tvExpBtnRtl_Office365::before, .dxIE .dx-acc-r .dxWeb_ucClearButton_Office365::before, .dxIE .dx-acc-r .dxWeb_ucClearButtonDisabled_Office365::before, .dxIE .dx-acc-r div.dxfm-fileF .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r div.dxfm-fileF .dxWeb_edtCheckBoxUnchecked_Office365::before, .dxIE .dx-acc-r div.dxfm-fileF.dxfm-file.dxfm-fileSA .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r div.dxfm-fileF.dxfm-file.dxfm-fileSI .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r div.dxfm-fileH.dxfm-file.dxfm-fileSA .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r div.dxfm-fileH.dxfm-file.dxfm-fileSI .dxWeb_edtCheckBoxChecked_Office365::before, .dxIE .dx-acc-r div.dxfm-fileSA.dxfm-file .dxWeb_edtCheckBoxChecked_Office365::before { width: 312px } 
.dxctToolbar_Office365 .dxm-hovered .dxWeb_mAdaptiveMenu_Office365 { background-position: -289px -298px; width: 16px; height: 16px } 
.dxctToolbar_Office365 .dxm-hovered .dxWeb_mHorizontalPopOut_Office365 { background-position: -204px -315px; width: 16px; height: 16px } 
.dxctToolbar_Office365 .dxWeb_mAdaptiveMenu_Office365 { background-position: 0px -315px; width: 16px; height: 16px } 
.dxeListBoxItemSelected_Office365 .dxWeb_edtCheckBoxChecked_Office365 { background-position: -283px -315px; width: 14px; height: 14px } 
.dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmCopyButton_Office365 { background-position: -175px -210px; width: 24px; height: 24px } 
.dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmCreateButton_Office365 { background-position: -100px -210px; width: 24px; height: 24px } 
.dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmDeleteButton_Office365 { background-position: 0px -210px; width: 24px; height: 24px } 
.dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmDwnlButton_Office365 { background-position: -125px -235px; width: 24px; height: 24px } 
.dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmMoveButton_Office365 { background-position: -200px -185px; width: 24px; height: 24px } 
.dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmRefreshButton_Office365 { background-position: -250px -210px; width: 24px; height: 24px } 
.dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmRenameButton_Office365 { background-position: -75px -210px; width: 24px; height: 24px } 
.dxfmControl_Office365 .dxmLite_Office365 .dxm-popupMain .dxm-gutter .dxm-hovered .dxWeb_fmUplButton_Office365 { background-position: -50px -235px; width: 24px; height: 24px } 
.dxfm-file .dxWeb_edtCheckBoxChecked_Office365 { background-position: 0px -332px; width: 14px; height: 14px } 
.dxfm-file .dxWeb_edtCheckBoxUnchecked_Office365 { background-position: -297px -133px; width: 14px; height: 14px } 
.dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxChecked_Office365 { background-position: -296px -111px; width: 14px; height: 14px } 
.dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxGrayed_Office365 { background-position: -255px -332px; width: 14px; height: 14px } 
.dxgvFocusedRow_Office365 .dxWeb_edtCheckBoxUnchecked_Office365 { background-position: -135px -347px; width: 14px; height: 14px } 
.dxigControl_Office365.dxTouchUI .dxWeb_igCloseButton_Office365 { background-position: -242px -235px; width: 20px; height: 20px } 
.dxigControl_Office365.dxTouchUI .dxWeb_igPauseButton_Office365 { background-position: -221px -235px; width: 20px; height: 20px } 
.dxigControl_Office365.dxTouchUI .dxWeb_igPlayButton_Office365 { background-position: -21px -260px; width: 20px; height: 20px } 
.dxis-nextBtnHorWrapperHover .dxWeb_isNextPageBtnHor_Office365 { background-position: -282px -362px; width: 12px; height: 12px } 
.dxis-nextBtnHorWrapperPressed .dxWeb_isNextPageBtnHor_Office365 { background-position: -234px -377px; width: 12px; height: 12px } 
.dxis-nextBtnVertWrapperHover .dxWeb_isNextPageBtnVert_Office365 { background-position: -39px -390px; width: 12px; height: 12px } 
.dxis-nextBtnVertWrapperPressed .dxWeb_isNextPageBtnVert_Office365 { background-position: -230px -362px; width: 12px; height: 12px } 
.dxis-prevBtnHorWrapperHover .dxWeb_isPrevPageBtnHor_Office365 { background-position: -13px -390px; width: 12px; height: 12px } 
.dxis-prevBtnHorWrapperPressed .dxWeb_isPrevPageBtnHor_Office365 { background-position: -52px -390px; width: 12px; height: 12px } 
.dxis-prevBtnVertWrapperHover .dxWeb_isPrevPageBtnVert_Office365 { background-position: -299px -377px; width: 12px; height: 12px } 
.dxis-prevBtnVertWrapperPressed .dxWeb_isPrevPageBtnVert_Office365 { background-position: -169px -377px; width: 12px; height: 12px } 
.dxm-checked .dxWeb_mHorizontalPopOut_Office365 { background-position: -221px -298px; width: 16px; height: 16px } 
.dxm-checked .dxWeb_mVerticalPopOut_Office365 { background-position: -297px -96px; width: 14px; height: 14px } 
.dxm-checked .dxWeb_mVerticalPopOutRtl_Office365 { background-position: -75px -332px; width: 14px; height: 14px } 
.dxm-checked.dxm-hovered .dxWeb_mHorizontalPopOut_Office365 { background-position: -136px -281px; width: 16px; height: 16px } 
.dxm-checked.dxm-hovered .dxWeb_mSubMenuItemChecked_Office365 { background-position: -147px -260px; width: 18px; height: 18px } 
.dxm-checked.dxm-hovered .dxWeb_mVerticalPopOut_Office365 { background-position: -75px -362px; width: 14px; height: 14px } 
.dxm-checked.dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365 { background-position: -15px -362px; width: 14px; height: 14px } 
.dxm-disabled .dxWeb_mHorizontalPopOut_Office365 { background-position: -221px -315px; width: 16px; height: 16px } 
.dxm-disabled .dxWeb_mVerticalPopOut_Office365 { background-position: -105px -362px; width: 14px; height: 14px } 
.dxm-disabled .dxWeb_mVerticalPopOutRtl_Office365 { background-position: -45px -332px; width: 14px; height: 14px } 
.dxm-hovered .dxWeb_fmCopyButton_Office365 { background-position: -250px -185px; width: 24px; height: 24px } 
.dxm-hovered .dxWeb_fmCreateButton_Office365 { background-position: -150px -185px; width: 24px; height: 24px } 
.dxm-hovered .dxWeb_fmDeleteButton_Office365 { background-position: -75px -235px; width: 24px; height: 24px } 
.dxm-hovered .dxWeb_fmDwnlButton_Office365 { background-position: -225px -185px; width: 24px; height: 24px } 
.dxm-hovered .dxWeb_fmMoveButton_Office365 { background-position: -75px -185px; width: 24px; height: 24px } 
.dxm-hovered .dxWeb_fmRefreshButton_Office365 { background-position: -225px -210px; width: 24px; height: 24px } 
.dxm-hovered .dxWeb_fmRenameButton_Office365 { background-position: -50px -210px; width: 24px; height: 24px } 
.dxm-hovered .dxWeb_fmUplButton_Office365 { background-position: -25px -235px; width: 24px; height: 24px } 
.dxm-hovered .dxWeb_mAdaptiveMenu_Office365 { background-position: -119px -281px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_mHorizontalPopOut_Office365 { background-position: 0px -281px; width: 16px; height: 16px } 
.dxm-hovered .dxWeb_mVerticalPopOut_Office365 { background-position: -150px -362px; width: 14px; height: 14px } 
.dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365 { background-position: -60px -362px; width: 14px; height: 14px } 
.dxmLite_Office365 .dxm-left .dxm-back-icon { background-position: -298px -315px; width: 13px; height: 13px } 
.dxm-scrollBtnHovered .dxWeb_mScrollDown_Office365 { background-position: -169px -390px; width: 9px; height: 9px } 
.dxm-scrollBtnHovered .dxWeb_mScrollUp_Office365 { background-position: -109px -390px; width: 9px; height: 9px } 
.dxm-scrollBtnPressed .dxWeb_mScrollDown_Office365 { background-position: -159px -390px; width: 9px; height: 9px } 
.dxm-scrollBtnPressed .dxWeb_mScrollUp_Office365 { background-position: -189px -390px; width: 9px; height: 9px } 
.dxm-selected .dxWeb_mHorizontalPopOut_Office365 { background-position: -289px -281px; width: 16px; height: 16px } 
.dxm-selected .dxWeb_mSubMenuItemChecked_Office365 { background-position: -296px -148px; width: 14px; height: 14px } 
.dxm-selected .dxWeb_mVerticalPopOut_Office365 { background-position: -90px -332px; width: 14px; height: 14px } 
.dxm-selected .dxWeb_mVerticalPopOutRtl_Office365 { background-position: -45px -347px; width: 14px; height: 14px } 
.dxm-selected.dxm-hovered .dxWeb_mHorizontalPopOut_Office365 { background-position: -85px -315px; width: 16px; height: 16px } 
.dxm-selected.dxm-hovered .dxWeb_mVerticalPopOut_Office365 { background-position: -297px -22px; width: 14px; height: 14px } 
.dxm-selected.dxm-hovered .dxWeb_mVerticalPopOutRtl_Office365 { background-position: -240px -347px; width: 14px; height: 14px } 
.dxm-vertical .dxm-checked .dxWeb_mVerticalPopOut_Office365 { background-position: -150px -332px; width: 14px; height: 14px } 
.dxm-vertical .dxm-checked.dxm-hovered .dxWeb_mVerticalPopOut_Office365 { background-position: -120px -362px; width: 14px; height: 14px } 
.dxm-vertical .dxm-hovered .dxWeb_mVerticalPopOut_Office365 { background-position: -195px -332px; width: 14px; height: 14px } 
.dxm-vertical .dxm-selected .dxWeb_mVerticalPopOut_Office365 { background-position: -285px -332px; width: 14px; height: 14px } 
.dxm-vertical .dxm-selected.dxm-hovered .dxWeb_mVerticalPopOut_Office365 { background-position: -270px -347px; width: 14px; height: 14px } 
.dxm-vertical .dxWeb_mVerticalPopOut_Office365 { background-position: -210px -332px; width: 14px; height: 14px } 
.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_Office365 { background-position: -255px -281px; width: 16px; height: 16px } 
.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_Office365 { background-position: -272px -281px; width: 16px; height: 16px } 
.dxpc-pinBtnChecked .dxWeb_pcPinButton_Office365 { background-position: 0px -362px; width: 14px; height: 14px } 
.dxp-hoverDropDownButton .dxWeb_pPopOut_Office365 { background-position: -98px -390px; width: 10px; height: 10px } 
.dxpnl-btnHover .dxWeb_pnlExpand_Office365 { background-position: -261px -260px; width: 18px; height: 18px } 
.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Office365 { background-position: -85px -281px; width: 16px; height: 16px } 
.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Office365 { background-position: -51px -315px; width: 16px; height: 16px } 
.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Office365 { background-position: -136px -315px; width: 16px; height: 16px } 
.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Office365 { background-position: -102px -298px; width: 16px; height: 16px } 
.dxpnl-btnPressed .dxWeb_pnlExpand_Office365 { background-position: -185px -260px; width: 18px; height: 18px } 
.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_Office365 { background-position: -68px -298px; width: 16px; height: 16px } 
.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_Office365 { background-position: -34px -315px; width: 16px; height: 16px } 
.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_Office365 { background-position: -170px -298px; width: 16px; height: 16px } 
.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_Office365 { background-position: -204px -298px; width: 16px; height: 16px } 
.dxpnl-btnSelected .dxWeb_pnlExpand_Office365 { background-position: -85px -298px; width: 16px; height: 16px } 
.dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom_Office365 { background-position: -17px -281px; width: 16px; height: 16px } 
.dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft_Office365 { background-position: -238px -298px; width: 16px; height: 16px } 
.dxpnl-btnSelected .dxWeb_pnlExpandArrowRight_Office365 { background-position: -119px -315px; width: 16px; height: 16px } 
.dxpnl-btnSelected .dxWeb_pnlExpandArrowTop_Office365 { background-position: -34px -298px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpand_Office365 { background-position: -51px -298px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Office365 { background-position: -187px -281px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Office365 { background-position: -272px -298px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Office365 { background-position: -34px -281px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Office365 { background-position: -17px -315px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpand_Office365 { background-position: -238px -281px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_Office365 { background-position: -68px -281px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_Office365 { background-position: -255px -298px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_Office365 { background-position: -153px -281px; width: 16px; height: 16px } 
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_Office365 { background-position: -170px -315px; width: 16px; height: 16px } 
.dxp-pressedDropDownButton .dxWeb_pPopOut_Office365 { background-position: -300px -347px; width: 10px; height: 10px } 
.dxr-glrBtnPressed .dxWeb_rGlrDown_Office365 { background-position: -285px -390px; width: 7px; height: 4px } 
.dxr-glrBtnPressed .dxWeb_rGlrPopOut_Office365 { background-position: -245px -390px; width: 7px; height: 7px } 
.dxr-glrBtnPressed .dxWeb_rGlrUp_Office365 { background-position: -288px -398px; width: 7px; height: 4px } 
.dxr-grExpBtnHover .dxWeb_rPopOut_Office365 { background-position: -199px -390px; width: 9px; height: 9px } 
.dxr-grExpBtnPressed .dxWeb_rPopOut_Office365 { background-position: -149px -390px; width: 9px; height: 9px } 
.dxr-itemDisabled .dxWeb_rPopOut_Office365 { background-position: -219px -390px; width: 9px; height: 9px } 
.dxr-itemHover .dxWeb_rPopOut_Office365 { background-position: -129px -390px; width: 9px; height: 9px } 
.dxr-itemPressed .dxWeb_rPopOut_Office365 { background-position: -209px -390px; width: 9px; height: 9px } 
.dxrp-collapseBtnHover .dxWeb_rpCollapseButton_Office365 { background-position: -269px -362px; width: 12px; height: 12px } 
.dxrp-collapseBtnPressed .dxWeb_rpCollapseButton_Office365 { background-position: -286px -377px; width: 12px; height: 12px } 
.dxrpCollapsed .dxrp-collapseBtnHover .dxWeb_rpCollapseButton_Office365 { background-position: -243px -362px; width: 12px; height: 12px } 
.dxrpCollapsed .dxrp-collapseBtnPressed .dxWeb_rpCollapseButton_Office365 { background-position: -26px -377px; width: 12px; height: 12px } 
.dxrpCollapsed .dxWeb_rpCollapseButton_Office365 { background-position: -191px -362px; width: 12px; height: 12px } 
.dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxChecked_Office365 { background-position: -240px -332px; width: 14px; height: 14px } 
.dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxGrayed_Office365 { background-position: -225px -347px; width: 14px; height: 14px } 
.dxtlFocusedNode_Office365 .dxWeb_edtCheckBoxUnchecked_Office365 { background-position: -60px -347px; width: 14px; height: 14px } 
.dxtv-ndSel .dxWeb_edtCheckBoxChecked_Office365 { background-position: -225px -332px; width: 14px; height: 14px } 
.dxtv-ndSel .dxWeb_edtCheckBoxGrayed_Office365 { background-position: -30px -332px; width: 14px; height: 14px } 
.dxtv-ndSel .dxWeb_edtCheckBoxUnchecked_Office365 { background-position: -268px -315px; width: 14px; height: 14px } 
.dxtv-ndSel .dxWeb_fmFolder_Office365 { background-position: 0px -298px; width: 16px; height: 16px } 
.dxtv-ndSel .dxWeb_fmFolderLocked_Office365 { background-position: -17px -298px; width: 16px; height: 16px } 
.dxWeb_edtCheckBoxChecked_Office365 { background-position: -90px -347px; width: 14px; height: 14px } 
.dxWeb_edtCheckBoxCheckedDisabled_Office365 { background-position: -165px -332px; width: 14px; height: 14px } 
.dxWeb_edtCheckBoxGrayed_Office365 { background-position: -120px -347px; width: 14px; height: 14px } 
.dxWeb_edtCheckBoxGrayedDisabled_Office365 { background-position: -165px -347px; width: 14px; height: 14px } 
.dxWeb_edtCheckBoxUnchecked_Office365 { background-position: -30px -347px; width: 14px; height: 14px } 
.dxWeb_edtCheckBoxUncheckedDisabled_Office365 { background-position: 0px -347px; width: 14px; height: 14px } 
.dxWeb_fmBreadCrumbsSeparatorArrow_Office365 { background-position: -305px -235px; width: 4px; height: 7px } 
.dxWeb_fmBreadCrumbsUpButton_Office365 { background-position: -255px -347px; width: 14px; height: 14px } 
.dxWeb_fmBreadCrumbsUpButtonDisabled_Office365 { background-position: -297px -59px; width: 14px; height: 14px } 
.dxWeb_fmBreadCrumbsUpButtonHover_Office365 { background-position: -15px -347px; width: 14px; height: 14px } 
.dxWeb_fmCopyButton_Office365 { background-position: -125px -210px; width: 24px; height: 24px } 
.dxWeb_fmCopyButtonDisabled_Office365 { background-position: -25px -185px; width: 24px; height: 24px } 
.dxWeb_fmCreateButton_Office365 { background-position: -175px -185px; width: 24px; height: 24px } 
.dxWeb_fmCreateButtonDisabled_Office365 { background-position: -275px -185px; width: 24px; height: 24px } 
.dxWeb_fmDeleteButton_Office365 { background-position: -25px -210px; width: 24px; height: 24px } 
.dxWeb_fmDeleteButtonDisabled_Office365 { background-position: 0px -235px; width: 24px; height: 24px } 
.dxWeb_fmDwnlButton_Office365 { background-position: -150px -235px; width: 24px; height: 24px } 
.dxWeb_fmDwnlButtonDisabled_Office365 { background-position: -200px -210px; width: 24px; height: 24px } 
.dxWeb_fmExpandFolderContBtn_Office365 { background-position: -223px -260px; width: 18px; height: 18px } 
.dxWeb_fmFolder_Office365 { background-position: -187px -315px; width: 16px; height: 16px } 
.dxWeb_fmFolderLocked_Office365 { background-position: -119px -298px; width: 16px; height: 16px } 
.dxWeb_fmMoveButton_Office365 { background-position: -50px -185px; width: 24px; height: 24px } 
.dxWeb_fmMoveButtonDisabled_Office365 { background-position: -275px -210px; width: 24px; height: 24px } 
.dxWeb_fmRefreshButton_Office365 { background-position: -150px -210px; width: 24px; height: 24px } 
.dxWeb_fmRefreshButtonDisabled_Office365 { background-position: -175px -235px; width: 24px; height: 24px } 
.dxWeb_fmRenameButton_Office365 { background-position: -125px -185px; width: 24px; height: 24px } 
.dxWeb_fmRenameButtonDisabled_Office365 { background-position: 0px -185px; width: 24px; height: 24px } 
.dxWeb_fmUplButton_Office365 { background-position: -100px -185px; width: 24px; height: 24px } 
.dxWeb_fmUplButtonDisabled_Office365 { background-position: -100px -235px; width: 24px; height: 24px } 
.dxWeb_igCloseButton_Office365 { background-position: -105px -260px; width: 20px; height: 20px } 
.dxWeb_igNavigationBarMarker_Office365 { background-position: -26px -390px; width: 12px; height: 12px } 
.dxWeb_igNextButton_Office365 { background-position: -37px -148px; width: 36px; height: 36px } 
.dxWeb_igNextButtonDisabled_Office365 { background-position: 0px -111px; width: 36px; height: 36px } 
.dxWeb_igNextButtonHover_Office365 { background-position: -222px -74px; width: 36px; height: 36px } 
.dxWeb_igNextButtonPressed_Office365 { background-position: -111px -74px; width: 36px; height: 36px } 
.dxWeb_igPauseButton_Office365 { background-position: -63px -260px; width: 20px; height: 20px } 
.dxWeb_igPlayButton_Office365 { background-position: -284px -235px; width: 20px; height: 20px } 
.dxWeb_igPrevButton_Office365 { background-position: -259px 0px; width: 36px; height: 36px } 
.dxWeb_igPrevButtonDisabled_Office365 { background-position: -148px -37px; width: 36px; height: 36px } 
.dxWeb_igPrevButtonHover_Office365 { background-position: -185px -37px; width: 36px; height: 36px } 
.dxWeb_igPrevButtonPressed_Office365 { background-position: -74px -148px; width: 36px; height: 36px } 
.dxWeb_isDot_Office365 { background-position: -84px -260px; width: 20px; height: 20px } 
.dxWeb_isDotDisabled_Office365 { background-position: -200px -235px; width: 20px; height: 20px } 
.dxWeb_isDotSelected_Office365 { background-position: -263px -235px; width: 20px; height: 20px } 
.dxWeb_isNextBtnHor_Office365 { background-position: -259px -37px; width: 36px; height: 36px } 
.dxWeb_isNextBtnHor_Office365.dxWeb_isNextBtnHorHover_Office365 { background-position: 0px 0px; width: 36px; height: 36px } 
.dxWeb_isNextBtnHor_Office365.dxWeb_isNextBtnHorPressed_Office365 { background-position: -148px -74px; width: 36px; height: 36px } 
.dxWeb_isNextBtnHorDisabled_Office365 { background-position: -111px -111px; width: 36px; height: 36px } 
.dxWeb_isNextBtnVert_Office365 { background-position: -37px -74px; width: 36px; height: 36px } 
.dxWeb_isNextBtnVert_Office365.dxWeb_isNextBtnVertHover_Office365 { background-position: -259px -148px; width: 36px; height: 36px } 
.dxWeb_isNextBtnVert_Office365.dxWeb_isNextBtnVertPressed_Office365 { background-position: -185px -111px; width: 36px; height: 36px } 
.dxWeb_isNextBtnVertDisabled_Office365 { background-position: -259px -111px; width: 36px; height: 36px } 
.dxWeb_isNextPageBtnHor_Office365 { background-position: -91px -377px; width: 12px; height: 12px } 
.dxWeb_isNextPageBtnHorDisabled_Office365 { background-position: -195px -377px; width: 12px; height: 12px } 
.dxWeb_isNextPageBtnHorOutside_Office365 { background-position: -74px -74px; width: 36px; height: 36px } 
.dxWeb_isNextPageBtnHorOutside_Office365.dxWeb_isNextPageBtnHorOutsideHover_Office365 { background-position: -222px 0px; width: 36px; height: 36px } 
.dxWeb_isNextPageBtnHorOutside_Office365.dxWeb_isNextPageBtnHorOutsidePressed_Office365 { background-position: -148px 0px; width: 36px; height: 36px } 
.dxWeb_isNextPageBtnHorOutsideDisabled_Office365 { background-position: 0px -37px; width: 36px; height: 36px } 
.dxWeb_isNextPageBtnVert_Office365 { background-position: -104px -377px; width: 12px; height: 12px } 
.dxWeb_isNextPageBtnVertDisabled_Office365 { background-position: -256px -362px; width: 12px; height: 12px } 
.dxWeb_isNextPageBtnVertOutside_Office365 { background-position: -37px -37px; width: 36px; height: 36px } 
.dxWeb_isNextPageBtnVertOutside_Office365.dxWeb_isNextPageBtnVertOutsideHover_Office365 { background-position: -148px -148px; width: 36px; height: 36px } 
.dxWeb_isNextPageBtnVertOutside_Office365.dxWeb_isNextPageBtnVertOutsidePressed_Office365 { background-position: -74px -37px; width: 36px; height: 36px } 
.dxWeb_isNextPageBtnVertOutsideDisabled_Office365 { background-position: -185px 0px; width: 36px; height: 36px } 
.dxWeb_isPauseBtn_Office365 { background-position: -126px -260px; width: 20px; height: 20px } 
.dxWeb_isPlayBtn_Office365 { background-position: -42px -260px; width: 20px; height: 20px } 
.dxWeb_isPrevBtnHor_Office365 { background-position: -74px -111px; width: 36px; height: 36px } 
.dxWeb_isPrevBtnHor_Office365.dxWeb_isPrevBtnHorHover_Office365 { background-position: -222px -148px; width: 36px; height: 36px } 
.dxWeb_isPrevBtnHor_Office365.dxWeb_isPrevBtnHorPressed_Office365 { background-position: -111px 0px; width: 36px; height: 36px } 
.dxWeb_isPrevBtnHorDisabled_Office365 { background-position: -259px -74px; width: 36px; height: 36px } 
.dxWeb_isPrevBtnVert_Office365 { background-position: -148px -111px; width: 36px; height: 36px } 
.dxWeb_isPrevBtnVert_Office365.dxWeb_isPrevBtnVertHover_Office365 { background-position: -111px -37px; width: 36px; height: 36px } 
.dxWeb_isPrevBtnVert_Office365.dxWeb_isPrevBtnVertPressed_Office365 { background-position: -37px 0px; width: 36px; height: 36px } 
.dxWeb_isPrevBtnVertDisabled_Office365 { background-position: -222px -111px; width: 36px; height: 36px } 
.dxWeb_isPrevPageBtnHor_Office365 { background-position: -221px -377px; width: 12px; height: 12px } 
.dxWeb_isPrevPageBtnHorDisabled_Office365 { background-position: -78px -377px; width: 12px; height: 12px } 
.dxWeb_isPrevPageBtnHorOutside_Office365 { background-position: -222px -37px; width: 36px; height: 36px } 
.dxWeb_isPrevPageBtnHorOutside_Office365.dxWeb_isPrevPageBtnHorOutsideHover_Office365 { background-position: 0px -74px; width: 36px; height: 36px } 
.dxWeb_isPrevPageBtnHorOutside_Office365.dxWeb_isPrevPageBtnHorOutsidePressed_Office365 { background-position: -37px -111px; width: 36px; height: 36px } 
.dxWeb_isPrevPageBtnHorOutsideDisabled_Office365 { background-position: -185px -148px; width: 36px; height: 36px } 
.dxWeb_isPrevPageBtnVert_Office365 { background-position: -65px -377px; width: 12px; height: 12px } 
.dxWeb_isPrevPageBtnVertDisabled_Office365 { background-position: -13px -377px; width: 12px; height: 12px } 
.dxWeb_isPrevPageBtnVertOutside_Office365 { background-position: -185px -74px; width: 36px; height: 36px } 
.dxWeb_isPrevPageBtnVertOutside_Office365.dxWeb_isPrevPageBtnVertOutsideHover_Office365 { background-position: -111px -148px; width: 36px; height: 36px } 
.dxWeb_isPrevPageBtnVertOutside_Office365.dxWeb_isPrevPageBtnVertOutsidePressed_Office365 { background-position: 0px -148px; width: 36px; height: 36px } 
.dxWeb_isPrevPageBtnVertOutsideDisabled_Office365 { background-position: -74px 0px; width: 36px; height: 36px } 
.dxWeb_izEWCloseButton_Office365 { background-position: -221px -281px; width: 16px; height: 16px } 
.dxWeb_izHint_Office365 { background-position: -15px -332px; width: 14px; height: 14px } 
.dxWeb_mAdaptiveMenu_Office365 { background-position: -170px -281px; width: 16px; height: 16px } 
.dxWeb_mHorizontalPopOut_Office365 { background-position: -102px -281px; width: 16px; height: 16px } 
.dxWeb_mScrollDown_Office365 { background-position: -179px -390px; width: 9px; height: 9px } 
.dxWeb_mScrollUp_Office365 { background-position: -119px -390px; width: 9px; height: 9px } 
.dxWeb_mSubMenuItem_Office365 { background-position: -204px -260px; width: 18px; height: 18px } 
.dxWeb_mSubMenuItemChecked_Office365 { background-position: -280px -260px; width: 18px; height: 18px } 
.dxWeb_mVerticalPopOut_Office365 { background-position: -60px -332px; width: 14px; height: 14px } 
.dxWeb_mVerticalPopOutRtl_Office365 { background-position: -285px -347px; width: 14px; height: 14px } 
.dxWeb_nbCollapse_Office365 { background-position: -260px -377px; width: 12px; height: 12px } 
.dxWeb_nbExpand_Office365 { background-position: -52px -377px; width: 12px; height: 12px } 
.dxWeb_pAll_Office365 { background-position: -65px -390px; width: 10px; height: 10px } 
.dxWeb_pAllDisabled_Office365 { background-position: -300px -210px; width: 10px; height: 10px } 
.dxWeb_pcCloseButton_Office365 { background-position: -153px -298px; width: 16px; height: 16px } 
.dxWeb_pcCollapseButton_Office365 { background-position: -68px -315px; width: 16px; height: 16px } 
.dxWeb_pcExpandButton_Office365 { background-position: -136px -298px; width: 16px; height: 16px } 
.dxWeb_pcMaximizeButton_Office365 { background-position: -153px -315px; width: 16px; height: 16px } 
.dxWeb_pcPinButton_Office365 { background-position: -238px -315px; width: 14px; height: 14px } 
.dxWeb_pcRefreshButton_Office365 { background-position: -75px -347px; width: 14px; height: 14px } 
.dxWeb_pcSizeGrip_Office365 { background-position: -30px -362px; width: 14px; height: 14px } 
.dxWeb_pcSizeGripRtl_Office365 { background-position: -135px -362px; width: 14px; height: 14px } 
.dxWeb_pFirst_Office365 { background-position: -90px -362px; width: 14px; height: 14px } 
.dxWeb_pFirstDisabled_Office365 { background-position: -45px -362px; width: 14px; height: 14px } 
.dxWeb_pLast_Office365 { background-position: -180px -347px; width: 14px; height: 14px } 
.dxWeb_pLastDisabled_Office365 { background-position: -296px -74px; width: 14px; height: 14px } 
.dxWeb_pNext_Office365 { background-position: -135px -332px; width: 14px; height: 14px } 
.dxWeb_pNextDisabled_Office365 { background-position: -120px -332px; width: 14px; height: 14px } 
.dxWeb_pnlExpand_Office365 { background-position: -166px -260px; width: 18px; height: 18px } 
.dxWeb_pnlExpandArrowBottom_Office365 { background-position: -102px -315px; width: 16px; height: 16px } 
.dxWeb_pnlExpandArrowLeft_Office365 { background-position: -51px -281px; width: 16px; height: 16px } 
.dxWeb_pnlExpandArrowRight_Office365 { background-position: -204px -281px; width: 16px; height: 16px } 
.dxWeb_pnlExpandArrowTop_Office365 { background-position: -187px -298px; width: 16px; height: 16px } 
.dxWeb_pPopOut_Office365 { background-position: -301px -199px; width: 10px; height: 10px } 
.dxWeb_pPopOutDisabled_Office365 { background-position: -76px -390px; width: 10px; height: 10px } 
.dxWeb_pPrev_Office365 { background-position: -270px -332px; width: 14px; height: 14px } 
.dxWeb_pPrevDisabled_Office365 { background-position: -210px -347px; width: 14px; height: 14px } 
.dxWeb_rDialogBoxLauncher_Office365 { background-position: -303px -89px; width: 6px; height: 6px } 
.dxWeb_rDialogBoxLauncherDisabled_Office365 { background-position: -303px -126px; width: 6px; height: 6px } 
.dxWeb_rDialogBoxLauncherHover_Office365 { background-position: -296px -89px; width: 6px; height: 6px } 
.dxWeb_rDialogBoxLauncherPressed_Office365 { background-position: -296px -126px; width: 6px; height: 6px } 
.dxWeb_rGlrDown_Office365 { background-position: -269px -390px; width: 7px; height: 4px } 
.dxWeb_rGlrDownDisabled_Office365 { background-position: -253px -390px; width: 7px; height: 4px } 
.dxWeb_rGlrDownHover_Office365 { background-position: -296px -398px; width: 7px; height: 4px } 
.dxWeb_rGlrPopOut_Office365 { background-position: -304px -273px; width: 7px; height: 7px } 
.dxWeb_rGlrPopOutDisabled_Office365 { background-position: -237px -390px; width: 7px; height: 7px } 
.dxWeb_rGlrPopOutHover_Office365 { background-position: -229px -390px; width: 7px; height: 7px } 
.dxWeb_rGlrUp_Office365 { background-position: -296px -165px; width: 7px; height: 4px } 
.dxWeb_rGlrUpDisabled_Office365 { background-position: -304px -165px; width: 7px; height: 4px } 
.dxWeb_rGlrUpHover_Office365 { background-position: -261px -390px; width: 7px; height: 4px } 
.dxWeb_rMinBtn_Office365 { background-position: -165px -362px; width: 12px; height: 12px } 
.dxWeb_rMinBtn_Office365.dxWeb_rMinBtnHover_Office365 { background-position: -178px -362px; width: 12px; height: 12px } 
.dxWeb_rMinBtn_Office365.dxWeb_rMinBtnPressed_Office365 { background-position: -182px -377px; width: 12px; height: 12px } 
.dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtn_Office365 { background-position: -143px -377px; width: 12px; height: 12px } 
.dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnDisabled_Office365 { background-position: -299px -260px; width: 12px; height: 12px } 
.dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnHover_Office365 { background-position: -156px -377px; width: 12px; height: 12px } 
.dxWeb_rMinBtnChecked_Office365.dxWeb_rMinBtnPressed_Office365 { background-position: -204px -362px; width: 12px; height: 12px } 
.dxWeb_rMinBtnDisabled_Office365 { background-position: -217px -362px; width: 12px; height: 12px } 
.dxWeb_rpCollapseButton_Office365 { background-position: -117px -377px; width: 12px; height: 12px } 
.dxWeb_rPinBtn_Office365 { background-position: -180px -332px; width: 14px; height: 14px } 
.dxWeb_rPopOut_Office365 { background-position: -139px -390px; width: 9px; height: 9px } 
.dxWeb_splHCollapseBackwardButton_Office365 { background-position: -293px -390px; width: 7px; height: 4px } 
.dxWeb_splHCollapseBackwardButtonHover_Office365 { background-position: -304px -398px; width: 7px; height: 4px } 
.dxWeb_splHCollapseForwardButton_Office365 { background-position: -301px -390px; width: 7px; height: 4px } 
.dxWeb_splHCollapseForwardButtonHover_Office365 { background-position: -277px -390px; width: 7px; height: 4px } 
.dxWeb_splHSeparator_Office365 { background-position: -296px -54px; width: 15px; height: 4px } 
.dxWeb_splHSeparatorHover_Office365 { background-position: -296px -17px; width: 15px; height: 4px } 
.dxWeb_splVCollapseBackwardButton_Office365 { background-position: -305px -244px; width: 4px; height: 7px } 
.dxWeb_splVCollapseBackwardButtonHover_Office365 { background-position: -307px -252px; width: 4px; height: 7px } 
.dxWeb_splVCollapseForwardButton_Office365 { background-position: -306px 0px; width: 4px; height: 7px } 
.dxWeb_splVCollapseForwardButtonHover_Office365 { background-position: -306px -9px; width: 4px; height: 7px } 
.dxWeb_splVSeparator_Office365 { background-position: -296px 0px; width: 4px; height: 15px } 
.dxWeb_splVSeparatorHover_Office365 { background-position: -301px 0px; width: 4px; height: 15px } 
.dxWeb_tcScrollLeft_Office365 { background-position: -208px -377px; width: 12px; height: 12px } 
.dxWeb_tcScrollLeftDisabled_Office365 { background-position: 0px -377px; width: 12px; height: 12px } 
.dxWeb_tcScrollLeftHover_Office365 { background-position: 0px -390px; width: 12px; height: 12px } 
.dxWeb_tcScrollLeftPressed_Office365 { background-position: -273px -377px; width: 12px; height: 12px } 
.dxWeb_tcScrollRight_Office365 { background-position: -130px -377px; width: 12px; height: 12px } 
.dxWeb_tcScrollRightDisabled_Office365 { background-position: -247px -377px; width: 12px; height: 12px } 
.dxWeb_tcScrollRightHover_Office365 { background-position: -39px -377px; width: 12px; height: 12px } 
.dxWeb_tcScrollRightPressed_Office365 { background-position: -295px -362px; width: 12px; height: 12px } 
.dxWeb_tvColBtn_Office365 { background-position: -301px -224px; width: 10px; height: 10px } 
.dxWeb_tvColBtnRtl_Office365 { background-position: -300px -332px; width: 10px; height: 10px } 
.dxWeb_tvExpBtn_Office365 { background-position: -300px -185px; width: 10px; height: 10px } 
.dxWeb_tvExpBtnRtl_Office365 { background-position: -87px -390px; width: 10px; height: 10px } 
.dxWeb_ucClearButton_Office365 { background-position: 0px -260px; width: 20px; height: 20px } 
.dxWeb_ucClearButtonDisabled_Office365 { background-position: -242px -260px; width: 18px; height: 18px } 
div.dxfm-fileF .dxWeb_edtCheckBoxChecked_Office365 { background-position: -195px -347px; width: 14px; height: 14px } 
div.dxfm-fileF .dxWeb_edtCheckBoxUnchecked_Office365 { background-position: -296px -37px; width: 14px; height: 14px } 
div.dxfm-fileF.dxfm-file.dxfm-fileSA .dxWeb_edtCheckBoxChecked_Office365 { background-position: -253px -315px; width: 14px; height: 14px } 
div.dxfm-fileF.dxfm-file.dxfm-fileSI .dxWeb_edtCheckBoxChecked_Office365 { background-position: -105px -347px; width: 14px; height: 14px } 
div.dxfm-fileH.dxfm-file.dxfm-fileSA .dxWeb_edtCheckBoxChecked_Office365 { background-position: -150px -347px; width: 14px; height: 14px } 
div.dxfm-fileH.dxfm-file.dxfm-fileSI .dxWeb_edtCheckBoxChecked_Office365 { background-position: -297px -170px; width: 14px; height: 14px } 
div.dxfm-fileSA.dxfm-file .dxWeb_edtCheckBoxChecked_Office365 { background-position: -105px -332px; width: 14px; height: 14px } 
.dxWeb_rpHeaderTopLeftCorner_Office365,
.dxWeb_rpHeaderTopRightCorner_Office365,
.dxWeb_rpBottomLeftCorner_Office365,
.dxWeb_rpBottomRightCorner_Office365,
.dxWeb_rpTopLeftCorner_Office365,
.dxWeb_rpTopRightCorner_Office365,
.dxWeb_rpGroupBoxBottomLeftCorner_Office365,
.dxWeb_rpGroupBoxBottomRightCorner_Office365,
.dxWeb_rpGroupBoxTopLeftCorner_Office365,
.dxWeb_rpGroupBoxTopRightCorner_Office365,
.dxWeb_mHorizontalPopOut_Office365,
.dxWeb_mHorizontalPopOutHover_Office365,
.dxWeb_mVerticalPopOut_Office365,
.dxWeb_mVerticalPopOutHover_Office365,
.dxWeb_mVerticalPopOutRtl_Office365,
.dxWeb_mVerticalPopOutHoverRtl_Office365,
.dxWeb_mSubMenuItem_Office365,
.dxWeb_mSubMenuItemChecked_Office365,
.dxWeb_mScrollUp_Office365,
.dxWeb_mScrollUpHover_Office365,
.dxWeb_mScrollDown_Office365,
.dxWeb_mScrollDownHover_Office365,
.dxWeb_tcScrollLeft_Office365,
.dxWeb_tcScrollRight_Office365,
.dxWeb_tcScrollLeftHover_Office365,
.dxWeb_tcScrollRightHover_Office365,
.dxWeb_tcScrollLeftPressed_Office365,
.dxWeb_tcScrollRightPressed_Office365,
.dxWeb_tcScrollLeftDisabled_Office365,
.dxWeb_tcScrollRightDisabled_Office365,
.dxWeb_nbCollapse_Office365,
.dxWeb_nbExpand_Office365,
.dxWeb_splVSeparator_Office365,
.dxWeb_splVSeparatorHover_Office365,
.dxWeb_splHSeparator_Office365,
.dxWeb_splHSeparatorHover_Office365,
.dxWeb_splVCollapseBackwardButton_Office365,
.dxWeb_splVCollapseBackwardButtonHover_Office365,
.dxWeb_splHCollapseBackwardButton_Office365,
.dxWeb_splHCollapseBackwardButtonHover_Office365,
.dxWeb_splVCollapseForwardButton_Office365,
.dxWeb_splVCollapseForwardButtonHover_Office365,
.dxWeb_splHCollapseForwardButton_Office365,
.dxWeb_splHCollapseForwardButtonHover_Office365,
.dxWeb_pcCloseButton_Office365,
.dxWeb_pcPinButton_Office365,
.dxWeb_pcRefreshButton_Office365,
.dxWeb_pcCollapseButton_Office365,
.dxWeb_pcMaximizeButton_Office365,
.dxWeb_pcSizeGrip_Office365,
.dxWeb_pcSizeGripRtl_Office365,
.dxWeb_pPopOut_Office365,
.dxWeb_pPopOutDisabled_Office365,
.dxWeb_pAll_Office365,
.dxWeb_pAllDisabled_Office365,
.dxWeb_pPrev_Office365,
.dxWeb_pPrevDisabled_Office365,
.dxWeb_pNext_Office365,
.dxWeb_pNextDisabled_Office365,
.dxWeb_pLast_Office365,
.dxWeb_pLastDisabled_Office365,
.dxWeb_pFirst_Office365,
.dxWeb_pFirstDisabled_Office365,
.dxWeb_tvColBtn_Office365,
.dxWeb_tvColBtnRtl_Office365,
.dxWeb_tvExpBtn_Office365,
.dxWeb_tvExpBtnRtl_Office365,
.dxWeb_fmFolder_Office365,
.dxWeb_fmFolderLocked_Office365,
.dxWeb_fmCreateButton_Office365,
.dxWeb_fmMoveButton_Office365,
.dxWeb_fmRenameButton_Office365,
.dxWeb_fmDeleteButton_Office365,
.dxWeb_fmRefreshButton_Office365,
.dxWeb_fmDwnlButton_Office365,
.dxWeb_fmCreateButtonDisabled_Office365,
.dxWeb_fmMoveButtonDisabled_Office365,
.dxWeb_fmRenameButtonDisabled_Office365,
.dxWeb_fmDeleteButtonDisabled_Office365,
.dxWeb_fmRefreshButtonDisabled_Office365,
.dxWeb_fmDwnlButtonDisabled_Office365,
.dxWeb_fmThumbnailCheck_Office365,
.dxWeb_ucClearButton_Office365,
.dxWeb_isPrevBtnHor_Office365,
.dxWeb_isNextBtnHor_Office365,
.dxWeb_isPrevBtnVert_Office365,
.dxWeb_isNextBtnVert_Office365,
.dxWeb_isPrevPageBtnHor_Office365,
.dxWeb_isPrevPageBtnHorOutside_Office365,
.dxWeb_isNextPageBtnHor_Office365,
.dxWeb_isNextPageBtnHorOutside_Office365,
.dxWeb_isPrevPageBtnVert_Office365,
.dxWeb_isPrevPageBtnVertOutside_Office365,
.dxWeb_isNextPageBtnVert_Office365,
.dxWeb_isNextPageBtnVertOutside_Office365,
.dxWeb_isPrevBtnHorDisabled_Office365,
.dxWeb_isNextBtnHorDisabled_Office365,
.dxWeb_isPrevBtnVertDisabled_Office365,
.dxWeb_isNextBtnVertDisabled_Office365,
.dxWeb_isPrevPageBtnHorDisabled_Office365,
.dxWeb_isPrevPageBtnHorOutsideDisabled_Office365,
.dxWeb_isNextPageBtnHorDisabled_Office365,
.dxWeb_isNextPageBtnHorOutsideDisabled_Office365,
.dxWeb_isPrevPageBtnVertDisabled_Office365,
.dxWeb_isPrevPageBtnVertOutsideDisabled_Office365,
.dxWeb_isNextPageBtnVertDisabled_Office365,
.dxWeb_isNextPageBtnVertOutsideDisabled_Office365,
.dxWeb_isDot_Office365,
.dxWeb_isDotDisabled_Office365,
.dxWeb_isDotSelected_Office365,
.dxWeb_isPlayBtn_Office365,
.dxWeb_isPauseBtn_Office365,
.dxWeb_igCloseButton_Office365,
.dxWeb_igNextButton_Office365,
.dxWeb_igPrevButton_Office365,
.dxWeb_igPlayButton_Office365,
.dxWeb_igPauseButton_Office365,
.dxWeb_igNavigationBarMarker_Office365
{
display: block;
}
.dxWeb_mScrollUp_Office365, .dxWeb_mScrollDown_Office365
{
margin: auto;
}



.dxgvControl_Office365,
.dxgvDisabled_Office365
{
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    background-color: White;
    color: #666;
    cursor: default;
}
.dxgvDisabled_Office365
{
    color: #b8b8b8;
}
.dxgvControl_Office365 a.dxeHyperlink:not([href]):not([onclick]):not(.dxbButtonSys)
{
    color: #666;
    text-decoration: none;
}
.dxgvControl_Office365 a
{
    color: #F87C1D;
    text-decoration: none;
}
.dxgvControl_Office365 a:hover
{
    text-decoration: underline;
}
.dxgvControl_Office365 a:hover.dxbDisabled_Office365
{
    color: #BBBBBB;
    text-decoration: none;
}
.dxgvDisabled_Office365 a
{
    color: #b8b8b8;
}
.dxgvEmptyDataRow_Office365.dxgvLVR > td.dxgv,
.dxgvDataRow_Office365.dxgvLVR > td.dxgv,
.dxgvGroupRow_Office365.dxgvLVR > td.dxgv
{
    border-bottom-width: 0;
}
.dxgvRBB .dxgvEmptyDataRow_Office365.dxgvLVR > td.dxgv,
.dxgvRBB .dxgvDataRow_Office365.dxgvLVR > td.dxgv,
.dxgvRBB .dxgvGroupRow_Office365.dxgvLVR > td.dxgv
{
    border-bottom-width: 1px !important;
}
.dxgvGroupRow_Office365 td.dxgv.dxgvPHEC, .dxgvPreviewRow_Office365 td.dxgv.dxgvPHEC,
.dxgvDetailRow_Office365 td.dxgv.dxgvPHEC, .dxgvGroupFooter_Office365 td.dxgv.dxgvPHEC,
.dxgvDataRow_Office365 td.dxgvPHEC
{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.dxgvLoadingPanel_Office365
{
    background-color: white;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #666;
    -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);
}
.dxgvLoadingPanel_Office365 td.dx
{
    font-size: 1.17em;
    white-space: nowrap;
    text-align: center;
    padding: 10px 14px;
}
.dxgvLoadingPanel_Office365 .dxlp-loadingImage
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    animation: dxLoadSpinSys 1s linear infinite;
    border: 4px solid #F87C1D;
    border-top: 4px solid #EEE;
    width: 24px;
    height: 24px;
}
html.dxIE.dxBrowserVersion-9 .dxgvLoadingPanel_Office365 .dxlp-loadingImage
{
    background-image: url('/DXR.axd?r=0_5873-aJJCh');
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: none;
    border: none;
    border-radius: 0;
}
html.dxIE.dxBrowserVersion-9 .dxgvLoadingPanelStatusBar_Office365 .dxlp-loadingImage
{
    background-repeat: no-repeat;
    background-position: center center;
    animation: none;
    border: none;
    border-radius: 0;
    background-image: url('/DXR.axd?r=0_5782-aJJCh');
    height: 16px;
    width: 16px;
}
.dxgvLoadingPanelStatusBar_Office365 .dxlp-loadingImage
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    animation: dxLoadSpinSys 1s linear infinite;
    border: 2px solid #F87C1D;
    border-top: 2px solid #EEE;
    width: 12px;
    height: 12px;
}
.dxgvLoadingPanelStatusBar_Office365
{
    background-color: Transparent;
}
.dxgvLoadingPanelStatusBar_Office365 td
{
    white-space: nowrap;
    text-align: center;
    padding: 0px 2px;
}
.dxgvTable_Office365
{
    background-color: White;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom-width: 0;
    border-collapse: separate !important;
    overflow: hidden;
}
.dxgvTable_Office365 .dxgvHEC
{
    background-color: White;
    border-width: 0;
    overflow: hidden;
}
.dxgvTable_Office365 .dxgvFooter_Office365 .dxgvHEC
{
    background-color: #f4f4f4;
}
.dxgvControl_Office365 .dxgvFSDC .dxgvFooter_Office365 td.dxgv
{
    border-bottom-width: 0;
}
.dxgvControl_Office365 .dxgvFGI
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dxgvControl_Office365 .dxgvFGI
{
    right: 5px;
    left: auto;
}
*[dir="rtl"].dxgvControl_Office365 .dxgvFGI
{
    right: auto;
    left: 5px;
}
.dxgvInlineEditRow_Office365 td.dxgv
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dxgvInlineEditRow_Office365 td.dxgvIndentCell
{
    background-color: white;
}
.dxgvDataRowAlt_Office365
{
    background-color: rgba(0,0,0,0.04);
}
.dxgvFilterRow_Office365
{
    border-top: 1px solid rgba(0,0,0,0.1);
}
.dxgvEditForm_Office365 > td.dxgv
{
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    padding: 8px 0 6px 7px;
    background-color: #f4f4f4;
}
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedRow_Office365,
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedRow_Office365.dxgvDataRowHover_Office365
{
    background-color: #F87C1D;
    color: white;
}
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedRow_Office365 a,
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedGroupRow_Office365 a
{
    color: white;
}
.dxgvControl_Office365 .dxgvAIC
{
    text-align: center;
}
.dxgvControl_Office365 .dxgvADSB > img
{
    opacity: 1;
    margin-top: -33px;
}
.dxgvControl_Office365 .dxgvADSB::before
{
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    transition-property: background-color,box-shadow;
    transition-duration: .3s;
}
.dxgvControl_Office365 .dxgvADSB:hover::before
{
    background-color: #F87C1D;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}
.dxgvControl_Office365 .dxgvFocusedRow_Office365 .dxgvADSB:hover::before
{
    background-color: white;
}
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvSelectedRow_Office365,
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvSelectedRow_Office365.dxgvDataRowHover_Office365
{
    background-color: #FEEBDD;
}
.dxgvPreviewRow_Office365
{
    color: #999999;
}
.dxgvDetailRow_Office365 td.dxgv,
.dxgvPreviewRow_Office365 td.dxgv,
.dxgvEmptyDataRow_Office365 td.dxgv
{
    padding: 20px 2px 20px 4px;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}
.dxgvPreviewRow_Office365 td.dxgv
{
    padding: 10px 10px 9px 15px;
}
.dxgvDetailRow_Office365 td.dxgvDetailCell_Office365
{
    padding: 16px 18px;
}
.dxgvDetailRow_Office365 td.dxgvIndentCell
{
    padding-right: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.dxgvDetailRow_Office365.dxgvADR .dxgvADT > tbody > tr > td
{
    padding: 5px 6px 4px 0;
}
.dxgvDetailRow_Office365.dxgvADR .dxgvADT > tbody > tr > td .dxeTextBoxSys,
.dxgvDetailRow_Office365.dxgvADR .dxgvADT > tbody > tr > td .dxichCellSys
{
    margin: -2px 0 -5px 0;
}
.dxgvDetailRow_Office365.dxgvADR .dxgvADCC
{
    color: #7F7F7F;
}
.dxgvDetailRow_Office365.dxgvADR.dxgvFocusedRow_Office365 .dxgvADCC,
.dxgvDetailRow_Office365.dxgvADR.dxgvFocusedRow_Office365 .dxgvADDC,
.dxgvDetailRow_Office365.dxgvADR.dxgvFocusedRow_Office365 .dxgvADCMDC a
{
    color: white;
}
.dxgvEmptyDataRow_Office365
{
    color: Gray;
}
.dxgvEmptyDataRow_Office365 td.dxgv
{
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    text-align: center;
}
.dxgvEditFormDisplayRow_Office365 td.dxgv,
.dxgvDetailCell_Office365 td.dxgv,
.dxgvDataRow_Office365 td.dxgv,
.dxgvDetailRow_Office365.dxgvADR td.dxgvAIC
{
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    border-top-width: 0;
    border-left-width: 0;
    padding: 10px 10px 9px;
}
.dxgvEditFormDisplayRow_Office365:last-child td.dxgv,
.dxgvDetailCell_Office365:last-child td.dxgv,
.dxgvDataRow_Office365:last-child td.dxgv,
.dxgvDetailRow_Office365.dxgvADR:last-child td.dxgvAIC
{
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.dxgvDataRow_Office365 td.dxgvAIC,
.dxgvInlineEditRow_Office365 td.dxgvAIC
{
    padding: 0 10px;
}
.dxgvDetailRow_Office365.dxgvADR td.dxgvAIC
{
    padding: 6px 4px;
}
.dxgvEditFormDisplayRow_Office365 td.dxgvIndentCell
{
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.dxgvDataRow_Office365 .dxICheckBox_Office365,
.dxgvInlineEditRow_Office365 .dxICheckBox_Office365,
.dxgvDataRow_Office365 .dxeIRadioButton_Office365,
.dxgvInlineEditRow_Office365 .dxeIRadioButton_Office365
{
    margin: -3px 10px 0 10px;
}
*[dir="rtl"] .dxgvDataRow_Office365 .dxICheckBox_Office365,
*[dir="rtl"] .dxgvInlineEditRow_Office365 .dxICheckBox_Office365,
*[dir="rtl"] .dxgvDataRow_Office365 .dxeIRadioButton_Office365,
*[dir="rtl"] .dxgvInlineEditRow_Office365 .dxeIRadioButton_Office365
{
    margin: -3px 10px 0 10px;
}
.dxgvCommandColumn_Office365 .dxICheckBox_Office365,
.dxgvCommandColumn_Office365 .dxeIRadioButton_Office365
{
    margin: -3px 10px 0 10px;
}
*[dir="rtl"] .dxgvCommandColumn_Office365 .dxICheckBox_Office365,
*[dir="rtl"] .dxgvCommandColumn_Office365 .dxeIRadioButton_Office365
{
    margin: -3px 10px 0 10px;
}
.dxgvEditingErrorRow_Office365
{
    background-color: #FFC8C8;
    color: #FF0000;
}
.dxgvEditingErrorRow_Office365 td.dxgv
{
    white-space: pre-wrap;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    border-right-width: 0;
    border-top-width: 0;
    border-left-width: 0;
    padding: 6px 10px;
}
.dxgvFilterRow_Office365 td.dxgv
{
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-top-width: 0;
    border-left-width: 0;
    padding: 6px 10px;
    overflow: hidden;
    background-color: #f4f4f4;
}
.dxgvGroupRow_Office365
{
    background-color: #f4f4f4;
    color: #939393;
}
.dxgvFocusedGroupRow_Office365
{
    background-color: #F87C1D;
    color: white;
}
.dxgvGroupRow_Office365 td.dxgv,
.dxgvFocusedGroupRow_Office365 td.dxgv
{
    border: 0 none;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    padding: 10px 10px 9px;
    background-color: inherit;
}
.dxgvFocusedGroupRow_Office365 td.dxgvIndentCell
{
    background-color: #f4f4f4 !important;
}
.dxgvHeaderPanel_Office365
{
    background-color: #ffffff;
    padding: 21px 10px 17px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dxIE .dxgvMSDraggable .dxgvHeader_Office365,
.dxIE .dxgvMSDraggable.dxgvGroupPanel_Office365
{
    -ms-touch-action: pinch-zoom;
}
.dxEdge .dxgvMSDraggable .dxgvHeader_Office365,
.dxEdge .dxgvMSDraggable.dxgvGroupPanel_Office365
{
    touch-action: pinch-zoom;
}
.dxgvHeader_Office365
{
    cursor: pointer;
    white-space: nowrap;
    padding: 13px 10px 11px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: white;
    color: black;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-size: 1em;
}
.dxgvHeader_Office365 td
{
    white-space: nowrap;
}
.dxgvHeader_Office365.dxgvAIC
{
    padding-left: 18px;
    padding-right: 18px;
}
.dxgvHeader_Office365 a,
.dxgvHeader_Office365 a.dxgvCommandColumnItem_Office365,
.dxgvHeader_Office365 a.dxgvCommandColumnItem_Office365.dxbDisabled_Office365,
.dxgvCommandColumn_Office365 a,
.dxgvCommandColumn_Office365 a.dxgvCommandColumnItem_Office365.dxbDisabled_Office365
{
    color: #F87C1D;
}
.dxgvHeader_Office365 a.dxgvCommandColumnItem_Office365
{
    margin: 0 5px 0 0;
}
.dxgvHeader_Office365 a.dxgvCommandColumnItem_Office365.dxbDisabled_Office365,
.dxgvCommandColumn_Office365 a.dxgvCommandColumnItem_Office365.dxbDisabled_Office365
{
    opacity: 0.5;
}
.dxgvPopupEditForm_Office365
{
    padding: 10px;
    margin: 0;
}
.dxgvCustomization_Office365
{
    box-sizing: border-box;
    margin: 0;
    padding: calc(0.6em - 3px);
    min-width: 220px;
}
.dxgvCustomization_Office365 .dxgvHeader_Office365
{
    padding: 0.71em;
    background-color: white;
    color: #666;
}
.dxgvAdaptiveGroupPanel_Office365,
.dxgvGroupPanel_Office365
{
    color: #8e8e93;
    font-size: 0.85em;
}
.dxgvAdaptiveGroupPanel_Office365 .dxgvHeader_Office365,
.dxgvGroupPanel_Office365 .dxgvHeader_Office365
{
    font-size: 1.2em;
}
.dxgvGroupPanel_Office365
{
    padding: 8px 10px 16px;
    white-space: nowrap;
}
.dxgvGroupPanel_Office365 .dxgvHeader_Office365,
.dxgvAdaptiveGroupPanel_Office365 .dxgvHeader_Office365
{
    background-color: white;
    font-weight: normal;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 4px 18px;
}
.dxgvAdaptiveHeaderPanel_Office365 .dxgvHeader_Office365
{
    border: 1px solid rgba(0,0,0,0.1);
}
.dxgvAdaptiveGroupPanel_Office365
{
    padding-left: 6px;
    padding-top: 7px;
}
.dxgvAdaptiveGroupPanel_Office365 div.dxgvADH
{
    margin-right: 4px;
    margin-bottom: 5px;
}
.dxgvAdaptiveGroupPanel_Office365.dxgvEAHP
{
    padding-bottom: 8px;
}
.dxgvAdaptiveHeaderPanel_Office365
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 10px;
}
.dxgvAdaptiveHeaderPanel_Office365.dxgvEAHP
{
    padding: 10px 7px;
}
.dxgvAdaptiveFooterPanel_Office365
{
    padding-top: 6px;
}
.dxgvAdaptiveHeaderPanel_Office365,
.dxgvAdaptiveFooterPanel_Office365
{
    padding-left: 24px;
}
.dxgvFooter_Office365
{
    white-space: nowrap;
}
.dxgvFooter_Office365 td.dxgv
{
    padding: 9px 10px 10px;
    background-color: #f4f4f4;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #8e8e93;
}
.dxgvABRL .dxgvFooter_Office365 td.dxgv,
.dxgvABRL .dxgvGroupFooter_Office365 td.dxgv
{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.dxgvGroupFooter_Office365 td.dxgv
{
    padding: 9px 10px 10px;
    color: #8e8e93;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right-width: 0;
}
.dxgvControl_Office365 .dxgvIndentCell
{
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}
.dxgvDataRow_Office365 td.dxgvIndentCell,
.dxgvDetailRow_Office365 td.dxgvIndentCell,
.dxgvPreviewRow_Office365 td.dxgvIndentCell,
.dxgvGroupFooter_Office365 td.dxgvIndentCell
{
    background-color: white;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dxgvGroupRow_Office365 td.dxgvIndentCell
{
    background-color: #f4f4f4;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.dxgvTitlePanel_Office365,
.dxgvTable_Office365 caption
{
    font-size: 1.25em;
    font-weight: normal;
    padding: 3px 3px 5px;
    text-align: center;
    color: #999999;
}
.dxgvStatusBar_Office365
{
    border-top: 1px solid rgba(0,0,0,0.1);
}
.dxgvStatusBar_Office365 tr.dxgv
{
    height: 20px;
}
.dxgvStatusBar_Office365 tr.dxgv > td
{
    padding: 12px 0;
}
.dxgvStatusBar_Office365 tr.dxgv span .dxbButtonSys:first-child
{
    margin-left: 20px;
}
.dxgvCommandColumn_Office365
{
    padding: 8px 4px;
    white-space: nowrap;
}
.dxgvCommandColumn_Office365 a
{
    margin: 0 5px 0 0;
}
.dxgvEditFormTable_Office365 .dxflFormLayout_Office365 .dxflCommandItemSys,
.dxgvEditFormTable_Office365 .dxgvCommandColumn_Office365
{
    padding-top: 22px;
    padding-bottom: 12px;
}
.dxgvEditFormTable_Office365 .dxflFormLayout_Office365 .dxflCommandItemSys a,
.dxgvEditFormTable_Office365 .dxgvCommandColumn_Office365 a
{
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px 16px;
    margin-top: -8px;
    margin-bottom: -8px;
}
.dxgvEditFormTable_Office365 .dxflFormLayout_Office365 .dxflCommandItemSys a:hover,
.dxgvEditFormTable_Office365 .dxgvCommandColumn_Office365 a:hover
{
    background-color: #d1d1d1;
    text-decoration: none;
}
.dxbButton_Office365[class~="dxgvCommandColumnItem_Office365"],
.dxgvEditFormTable_Office365 div.dxbButton_Office365
{
    margin-left: 5px;
    margin-right: 5px;
}
.dxbButton_Office365[class~="dxgvCommandColumnItem_Office365"] .dxb
{
    padding-top: 0;
    padding-bottom: 0;
}
.dxgvCommandColumnItem_Office365
.dxgvEditFormTable_Office365
{
    padding: 2px 6px 6px 4px;
    min-width: 300px;
}
.dxgvEditFormTable_Office365 a
{
    color: #F87C1D;
}
.dxgvEditFormCaption_Office365
{
    padding: 4px 4px 4px 10px;
    white-space: nowrap;
}
.dxgvInlineEditCell_Office365
{
    padding: 6px 10px;
}
.dxgvEditFormCell_Office365
{
    padding: 4px;
    border-width: 0;
}
.dxgvPagerTopPanel_Office365,
.dxgvPagerBottomPanel_Office365
{
    padding: 3px 0 1px;
}
.dxgvPagerBottomPanel_Office365
{
    background-color: white;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}
.dxgvControl_Office365 .dxgvFSDC,
.dxgvControl_Office365 .dxgvHSDC
{
    background-color: #f4f4f4;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.dxgvControl_Office365 .dxgvHSDC
{
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
}
.dxgvControl_Office365 .dxgvFSDC
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dxgvControl_Office365 .dxgvHSDC .dxgvTable_Office365,
.dxgvControl_Office365 .dxgvCSD > .dxgvTable_Office365
{
    border-top-width: 0;
    border-top-right-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
    box-shadow: none;
}
.dxgvControl_Office365 .dxgvCSD .dxgvTable_Office365
{
    border-top-left-radius: 0;
}
.dxgvControl_Office365 .dxgvFSDC .dxgvTable_Office365
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    box-shadow: none;
}
.dxgvControl_Office365 .dxgvCSD
{
    border: 1px solid rgba(0,0,0,0.1);
}
.dxgvControl_Office365 .dxgvHSDC + .dxgvCSD
{
    border-top: none;
}
.dxgvControl_Office365 .dxpcLite_Office365
{
    -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);
}
.dxgvControl_Office365 .dxpcLite_Office365 .dxpc-mainDiv.dxpc-hf
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dxgvControl_Office365 .dxpcLite_Office365 .headerFilterPopupFooter .dxpc-footerContent
{
    padding: 9px 20px 7px 12px;
}
.dxgvControl_Office365 .dxpcLite_Office365 .headerFilterPopupFooter .dxpc-footerContent > table
{
    margin: 0;
}
.dxgvFilterBar_Office365
{
    margin-top: 16px;
    border: 1px solid rgba(0,0,0,0.1);
    border-collapse: separate;
}
.dxgvFilterBar_Office365 a
{
    color: #F87C1D;
    text-decoration: none;
}
.dxgvFilterBar_Office365 a:hover
{
    text-decoration: underline;
}
.dxgvFilterBar_Office365 > tbody > tr > td
{
    padding-top: 6px;
    padding-bottom: 6px;
}
.dxgvFilterBarCheckBoxCell_Office365
{
    padding-left: 8px;
}
*[dir="rtl"] .dxgvFilterBarCheckBoxCell_Office365
{
    padding-right: 8px;
}
.dxgvFilterBarImageCell_Office365
{
    padding: 0 8px 0 20px;
    cursor: pointer;
}
*[dir="rtl"] .dxgvFilterBarImageCell_Office365
{
    padding: 0 20px 0 8px;
}
.dxgvFilterBarImageCell_Office365 img
{
    margin-top: 3px;
    margin-left: 0;
}
.dxgvFilterBarExpressionCell_Office365
{
    padding: 5px 5px 8px 0;
    white-space: nowrap;
}
.dxgvFilterBarClearButtonCell_Office365
{
    padding: 5px 11px 8px 6px;
}
*[dir="rtl"] .dxgvFilterBarClearButtonCell_Office365
{
    padding: 5px 6px 8px 11px;
}
.dxgvFilterBuilderMainArea_Office365
{
    background: white none;
    padding: 6px 2px;
}
.dxgvFilterBuilderButtonArea_Office365
{
    border-top: 1px solid #eaeaea;
    padding: 10px;
    white-space: nowrap;
}
.dxgvFilterBuilderButtonArea_Office365 .dxbButton_Office365
{
    margin-left: 8px;
}
.dxgvDataRowHover_Office365
{
    background-color: rgba(0,0,0,0.1);
}
.dxgvControl_Office365 .dxpLite_Office365,
.dxgvDisabled_Office365 .dxpLite_Office365
{
    padding-top: 4px;
}
.dxgvControl_Office365 .dxgvHFC
{
    padding-left: 4px;
}
.dxgvControl_Office365 .dxgvHFC .dxeCalendar_Office365
{
    margin-top: 3px;
    margin-left: 7px;
}
.dxgvControl_Office365 div[id$='DXEPLPC']
{
    height: 53px;
}
.dxgvControl_Office365 .dxgvHFSD
{
    height: 1px;
    margin: 2px 0;
}
.dxgvControl_Office365 .dxgvHFDRC
{
    margin: 15px 15px 25px;
}
.dxgvControl_Office365 .dxgvHFDRP
{
    margin-left: 15px;
    margin-right: 15px;
    padding: 9px 0 6px;
}
.dxgvControl_Office365 .dxgvHFDRP[id*="HFFDE"]
{
    margin-top: 15px;
    margin-bottom: 5px;
}
.dxgvControl_Office365 .dxgvHFDRP[id*="HFTDE"]
{
    margin-bottom: 25px;
}
/* Removes flicking in iOS Safari*/
.dxgvTable_Office365
{
    -webkit-tap-highlight-color: transparent;
}
.dxgvControl_Office365 td.dxgvBatchEditCell_Office365
{
    padding: 0 2px;
}
.dxgvControl_Office365 td.dxgvBatchEditModifiedCell_Office365
{
    background: #d7f9c7;
}
.dxgvBatchEditDeletedItem_Office365,
.dxgvBatchEditNewItem_Office365.dxgvBatchEditDeletedItem_Office365
{
    background: #EFEFEF;
}
.dxgvBatchEditDeletedItem_Office365 > td:not(.dxgvCommandColumn_Office365)
{
    color: rgba(0,0,0,0.5);
}
.dxgvBatchEditDeletedItem_Office365 td.dxgvBatchEditModifiedCell_Office365
{
    background: #eefbe7;
}
.dxgvBatchEditNewItem_Office365
{
    background: #F0FAEA;
}
.dxgvControl_Office365 .dxgvErrorCell
{
    padding-left: 5px;
    width: 1px;
}
.dxgvControl_Office365 .dxgvErrorCell img
{
    margin: -3px 0;
}
.dxgvStatusBar_Office365 .dxgvCommandColumn_Office365 a
{
    margin-right: 10px;
}
.dxgvControl_Office365 td.dxgvBatchEditCell_Office365 .dxichCellSys
{
    padding-left: 0;
}
.dxgvSearchPanel_Office365
{
    padding: 7px 0 16px;
}
.dxgvSearchPanel_Office365 > table
{
    width: 100%;
}
.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365
{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.1);
    width: 100%;
}
.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365,
.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365 input
{
    background-color: #FAFAFA;
}
.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365 td.dxic
{
    padding: 13px 8px 14px 12px;
}
*[dir="rtl"] .dxgvSearchPanel_Office365 .dxeButtonEdit_Office365 td.dxic
{
    padding: 13px 12px 14px 8px;
}
.dxgvControl_Office365 .dxgvHL
{
    background: #F87C1D;
    color: white;
    font-weight: bold;
    font-style: normal;
}
.dxgvControl_Office365 .dxgvSearchPanel_Office365 > table > tbody > tr > td:nth-child(2) a.dxbButton_Office365
{
    margin-left: 16px;
}
*[dir="rtl"].dxgvControl_Office365 .dxgvSearchPanel_Office365 > table > tbody > tr > td:nth-child(2) a.dxbButton_Office365
{
    margin-right: 16px;
    margin-left: 0;
}
.dxgvControl_Office365 .dxgvSearchPanel_Office365 > table > tbody > tr > td:last-child a.dxbButton_Office365
{
    margin-right: 16px;
}
*[dir="rtl"].dxgvControl_Office365 .dxgvSearchPanel_Office365 > table > tbody > tr > td:last-child a.dxbButton_Office365
{
    margin-left: 16px;
}
.dxgvControl_Office365 .dxgvSearchPanel_Office365 > table > tbody > tr > td a.dxbButton_Office365
{
    margin-left: 10px;
}
*[dir="rtl"].dxgvControl_Office365 .dxgvSearchPanel_Office365 > table > tbody > tr > td a.dxbButton_Office365
{
    margin-right: 10px;
}
.dxgvControl_Office365 .dxgvSearchPanel_Office365 .dxbButton_Office365
{
    margin-left: 8px;
}
*[dir="rtl"].dxgvControl_Office365 .dxgvSearchPanel_Office365 .dxbButton_Office365
{
    margin-left: 0;
    margin-right: 8px;
}
.dxeDropDownWindow_Office365 > .dxgvControl_Office365
{
    border: none;
}
.dxeDropDownWindow_Office365 > .dxgvControl_Office365 .dxgvTable_Office365,
.dxeDropDownWindow_Office365 > .dxgvControl_Office365 .dxgvPagerBottomPanel_Office365
{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.dxeDropDownWindow_Office365 > .dxgvControl_Office365 .dxgvStatusBar_Office365
{
    padding-right: 8px;
}
.dxeDropDownWindow_Office365 > .dxgvControl_Office365 .dxgvStatusBar_Office365 tr.dxgv > td
{
    padding: 10px 8px 10px 0;
}
/*Ripple*/
/* Customization Dialog */
.dxgvCustDialog_Office365
{
    font: 15px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: 400;
}
.dxpcLite_Office365 .dxgvCustDialog_Office365.dxpc-mainDiv
{
    border: none;
}
.dxpcLite_Office365 .dxgvCustDialog_Office365 .dxpc-content
{
    padding: 0;
}
.dxgvCustDialog_Office365 .dxpc-content.dxgvCD_ColumnChooserPage,
.dxgvCustDialog_Office365 .dxpc-content.dxgvCD_FilterPage,
.dxgvCustDialog_Office365 .dxpc-content.dxgvCD_SortPage,
.dxgvCustDialog_Office365 .dxpc-content.dxgvCD_GroupPage
{
    transition: background-color 0.4s;
}
.dxgvCustDialog_Office365 .dxpc-content.dxgvCD_ColumnChooserPage,
.dxgvCustDialog_Office365 .dxpc-content.dxgvCD_FilterPage
{
    background-color: #EFEFEF;
}
.dxgvCustDialog_Office365 .dxpc-content.dxgvCD_SortPage,
.dxgvCustDialog_Office365 .dxpc-content.dxgvCD_GroupPage
{
    background-color: White;
}
.dxgvCustDialogHeader_Office365
{
    background-color: #F87C1D;
    color: #FFFFFF;
    font-size: 22px;
    padding: 10px;
    padding-bottom: 25px;
    white-space: nowrap;
}
.dxgvCustDialogHeader_Office365 > div
{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.dxgvCustDialogHeader_Office365 > div:first-child,
.dxgvCustDialogHeader_Office365 > div:last-child
{
    padding: 12px;
    vertical-align: top;
}
.dxgvCustDialogHeader_Office365 a.dxbButton_Office365
{
    vertical-align: top;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TSC
{
    padding: 6px 0 0;
    width: 100%;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TSBW
{
    overflow: hidden;
    padding: 0 16px;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS
{
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 15px 0;
    text-align: center;
    margin-top: 0;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-tab .dxtc-link,
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-activeTab .dxtc-link
{
    color: white;
    padding: 1px 0;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-tab,
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-activeTab
{
    margin-right: 16px;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-tab
{
    border-bottom-color: transparent;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-activeTab
{
    border-bottom-color: white;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-spacer,
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-leftIndent,
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-rightIndent
{
    display: none;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxgvCD_TSLS,
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxgvCD_TSRS
{
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    box-shadow: 0 0 11px 11px #F87C1D;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxgvCD_TSLS
{
    left: 0;
}
.dxgvCustDialogHeader_Office365 .dxgvCD_TS .dxgvCD_TSRS
{
    right: 0;
}
.dxgvCustDialogDragArea_Office365
{
    background-color: #EFEFEF;
}
.dxgvCustDialogSortingPage_Office365 .dxgvCustDialogDragArea_Office365,
.dxgvCustDialogGroupingPage_Office365 .dxgvCustDialogDragArea_Office365,
.dxgvCustDialogColumnChooserPage_Office365 .dxgvCustDialogDragArea_Office365,
.dxgvCustDialogFilteringPage_Office365
{
    padding: 15px 8px;
    min-height: 15px;
}
.dxgvCustDialogDragArea_Office365 .dxgvCD_DAETC
{
    color: #999999;
    font: 13px "Roboto Regular", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
    text-align: center;
    white-space: nowrap;
}
.dxgvCustDialogListArea_Office365
{
    background: white;
    padding-left: 4px;
}
.dxgvCustDialogListArea_Office365 .dxgvCD_LAC
{
    color: #666666;
    font-weight: bold;
    margin: 0 10px 10px 10px;
    margin-left: 11px;
    padding: 13px 0 8px 0;
    border-bottom: 1px solid #DCDCDC;
}
.dxgvCustDialogColumnItem_Office365
{
    background-color: #FFFFFF;
    color: rgba(0,0,0,0.64);
    min-height: 48px;
    transition: all 0.2s;
}
.dxgvCustDialogSortingPage_Office365 .dxgvCD_DAW,
.dxgvCustDialogGroupingPage_Office365 .dxgvCD_DAW,
.dxgvCustDialogSortingPage_Office365 .dxgvCustDialogDragArea_Office365 .dxgvCustDialogColumnItem_Office365:first-child,
.dxgvCustDialogGroupingPage_Office365 .dxgvCustDialogDragArea_Office365 .dxgvCustDialogColumnItem_Office365:first-child,
.dxgvCustDialogSortingPage_Office365 .dxgvCustDialogDragArea_Office365 .dxgvCD_DAETC + .dxgvCustDialogColumnItem_Office365,
.dxgvCustDialogGroupingPage_Office365 .dxgvCustDialogDragArea_Office365 .dxgvCD_DAETC + .dxgvCustDialogColumnItem_Office365,
.dxgvCustDialogColumnChooserPage_Office365 .dxgvCustDialogColumnItem_Office365:first-child,
.dxgvCustDialogFilteringPage_Office365 .dxgvCustDialogColumnItem_Office365:first-child
{
    margin-top: -39px;
}
.dxgvCustDialogColumnItem_Office365:last-child
{
    margin-bottom: 0px;
}
.dxgvControl_Office365 .dxgvCustDialogColumnItem_Office365 > div
{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.dxgvCustDialogColumnItem_Office365 > div img
{
    vertical-align: middle;
}
.dxgvCustDialogDragArea_Office365 .dxgvCustDialogColumnItem_Office365
{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    margin-bottom: 6px;
}
.dxgvCustDialogDragArea_Office365 .dxgvCustDialogColumnItem_Office365 > div:first-child
{
    background-color: #eeeeee;
    height: 48px;
    padding: 0;
    text-align: center;
    min-width: 28px;
}
.dxgvCustDialogColumnChooserPage_Office365 .dxgvCustDialogDragArea_Office365 .dxgvCustDialogColumnItem_Office365 > div:first-child
{
    background-color: White;
}
.dxgvCustDialogDragArea_Office365 .dxgvCustDialogColumnItem_Office365 > div:last-child,
.dxgvCustDialogListArea_Office365 .dxgvCustDialogColumnItem_Office365 > div:last-child
{
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
}
.dxgvCustDialogListArea_Office365 .dxgvCustDialogColumnItem_Office365 > div:last-child
{
    padding-right: 17px;
}
.dxgvCustDialogDragArea_Office365 .dxgvCustDialogColumnItem_Office365.DXCDDraggingItem
{
    transition: none;
    position: relative;
    box-shadow: 0 10px 0.25rem rgba(0,0,0,0.12), 0 0.25rem 0.5rem rgba(0,0,0,0.24);
    z-index: 1;
}
.dxgvCustDialogSortingPage_Office365 .dxgvCD_DAW,
.dxgvCustDialogGroupingPage_Office365 .dxgvCD_DAW
{
    padding-top: 39px;
    position: relative;
}
.dxgvCustDialogSortingPage_Office365 .dxgvCD_DAEB,
.dxgvCustDialogGroupingPage_Office365 .dxgvCD_DAEB
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #EFEFEF;
    box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.11);
    cursor: pointer;
    text-align: center;
}
.dxgvCustDialogSortingPage_Office365 .dxgvCD_DAEB img,
.dxgvCustDialogGroupingPage_Office365 .dxgvCD_DAEB img
{
    margin-top: 14px;
}
.dxgvCustDialogFilteringPage_Office365
{
    background-color: #EFEFEF;
}
.dxgvCustDialogFilteringPage_Office365 .dxgvCustDialogColumnItem_Office365,
.dxgvCustDialogFilteringPage_Office365 .dxgvCustDialogFilterItem_Office365
{
    box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
    background-color: white;
    border-bottom: 1px solid #DCDCDC;
    transition: none;
}
.dxgvCustDialogFilteringPage_Office365 .dxgvCustDialogColumnItem_Office365 > div
{
    height: 28px;
}
.dxgvCustDialogFilteringPage_Office365 .dxgvCustDialogFilterItem_Office365 a
{
    cursor: pointer;
}
.dxgvCustDialogFilteringPage_Office365 .dxgvCustDialogFilterItem_Office365 a,
.dxgvCustDialogFilteringPage_Office365 .dxgvCustDialogFilterItem_Office365 .dxgvCD_FR > span.dxeBase_Office365
{
    font-size: medium;
    line-height: 50px;
}
.dxgvCustDialogFilterItem_Office365
{
    margin-bottom: 17px;
}
.dxgvCustDialogFilterItem_Office365 + .dxgvCustDialogColumnItem_Office365.dxgvCD_EFCI
{
    margin-top: 17px;
}
.dxgvCustDialogColumnItem_Office365 + .dxgvCustDialogFilterItem_Office365
{
    display: none;
}
.dxgvCustDialogColumnItem_Office365.dxgvCD_EFCI + .dxgvCustDialogFilterItem_Office365
{
    display: block;
}
.dxgvCustDialogFilterItem_Office365 .dxgvCD_FR
{
    padding: 0 10px 18px 10px;
}
.dxgvCustDialogFilteringPage_Office365 .dxgvCD_UF
{
    text-align: center;
    vertical-align: middle;
}
.dxgvCustDialogFilteringPage_Office365 .dxgvCD_FR + .dxgvCD_UF
{
    border-top: 1px solid #DCDCDC;
}
.dxgvCustDialogFilterItem_Office365 .dxgvCD_UF.dxgvCD_UFLBV
{
    border-bottom: 1px solid #DCDCDC;
}
.dxgvCustDialogFilteringPage_Office365 .dxgvCD_UF.dxgvCD_UFLBV a,
.dxgvCustDialogFilteringPage_Office365 .dxgvCD_UFSC
{
    display: none;
}
.dxgvCustDialogFilteringPage_Office365 .dxgvCD_UF.dxgvCD_UFLBV .dxgvCD_UFSC
{
    display: block;
}
.dxgvCustDialogFilterItem_Office365 .dxgvCD_UF.dxgvCD_UFLBV
{
    margin-bottom: 19px;
}
.dxgvCustDialogFilterItem_Office365 .dxgvCD_UFSC
{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 200px;
}
.dxgvControl_Office365 .headerFilterPopupFooter img.dxpc-sizeGrip
{
    width: 10px;
}
.dxgvEditFormTable_Office365 .dxflGroup_Office365
{
    padding-left: 4px;
    padding-right: 4px;
}
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvSelectedRow_Office365 td.dxgvIndentCell,
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvSelectedRow_Office365.dxgvDataRowHover_Office365 td.dxgvIndentCell
{
    background-color: #FEEBDD;
}
.dxgvDataRowAlt_Office365 td.dxgvIndentCell
{
    background-color: transparent;
}
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedRow_Office365 td.dxgvIndentCell,
.dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedRow_Office365.dxgvDataRowHover_Office365 td.dxgvIndentCell
{
    background-color: #F87C1D;
}
.dxgvFilterRow_Office365
{
    background-color: rgba(0,0,0,0.04);
}
.dxgvFilterRow_Office365 .dxgvDIC
{
    background-color: transparent !important;
}
.dxgvDetailRow_Office365:not(.dxgvDataRow_Office365):not(:last-child) td.dxgv
{
    border-top: 1px solid rgba(0,0,0,0.1) !important;
}
.dxgvFocusedCell_Office365
{
    box-shadow: inset 2px 2px 0 #f87c1d, inset -2px -2px 0 #f87c1d;
    -webkit-box-shadow: inset 2px 2px 0 #f87c1d, inset -2px -2px 0 #f87c1d;
    -moz-box-shadow: inset 2px 2px 0 #f87c1d, inset -2px -2px 0 #f87c1d;
}
