/* Button */
.dxbButtonSys
{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
.btn-group > .dxbButtonSys.btn:first-of-type:not(:last-of-type) {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.btn-group > .dxbButtonSys.btn:last-of-type:not(:first-of-type) {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.btn-group > .dxbButtonSys.btn:first-of-type:not(:last-of-type):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .dxbButtonSys.btn:last-of-type:not(:first-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .dxbButtonSys.btn:not(:first-of-type):not(:last-of-type):not(.dropdown-toggle) {
    border-radius: 0;
}

.dxbButtonSys.dxbTSys
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	display: inline-table;
    border-spacing: 0;
    border-collapse: separate;
}
div.dxbButtonSys
{
	vertical-align: middle;
}
a.dxbButtonSys
{
    border: 0;
    background: none;
    padding: 0;
}
a.dxbButtonSys > span
{
    text-decoration: inherit;
}
.dxbButtonSys /*Bootstrap correction*/
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dxbButtonSys > div
{
    line-height: 100%; 
    text-decoration: inherit;
}
.dxbButtonSys.dxbTSys > div
{
    display: table-cell;
    vertical-align: middle;
}
/* ListBox */
.dxChrome .dxlbd,
.dxOpera .dxlbd {
    overflow-anchor: none;
}
.dxeHD > table td.dxlbNullSizeCell,
.dxlbd > table td.dxlbNullSizeCell,
.dxlbd > div[id*="LBVSTC"] > table td.dxlbNullSizeCell
{
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dxlbd,
.dxeIM,
.dxeHIC,
.dxeListBoxEllipsisSys td.dxeC { /*Bootstrap correction*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dxeLBShowFilterBtnSys {
    position: absolute;
    right: 0;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.dxeLBShowFilterBtnSys .dxb {
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 100%;
}
*[dir="rtl"] .dxeLBShowFilterBtnSys {
    left: 0;
    right: initial;
}
.dxeLBInactiveFilterPanelSys {
    height: 0;
    max-height: 0;
    border: 0!important;
    padding: 0!important;
    position: relative;
}
.dxeLBInactiveFilterPanelSys.dxeLBAnimatedFilterPanelSys + *[class*="dxeListBoxSelectAll"] + .dxlbd {
    transition: max-height 0.5s;
}
.dxeLBInactiveFilterPanelSys.dxeLBAnimatedFilterPanelSys {
    transition: max-height 0.5s, opacity 0.5s, padding-top 0.5s, padding-bottom 0.5s;
}
.dxeLBInactiveFilterPanelSys .dxeButtonEditSys {
    display: block;
    max-height: 0;
    border: 0!important;
    padding: 0!important;
    opacity: 0;
    visibility: hidden;
    transition: none;
}
.dxIE.dxBrowserVersion-9 .dxeLBInactiveFilterPanelSys .dxeButtonEditSys {
    display: none;
}
*[class*="dxeListBoxFilter"]:not(.dxeLBInactiveFilterPanelSys) .dxeButtonEditSys {
    max-height: 500px;
    display: block;
}
.dxeLBAnimatedFilterPanelSys:not(.dxeLBInactiveFilterPanelSys) .dxeButtonEditSys {
    transition: max-height 1.5s, opacity 1.5s, padding-top 0.5s, padding-bottom 0.5s;
}
.dxeLBTCollapsed,
.dxeLBTCollapsed td.dxeT,
.dxeLBTCollapsed td.dxeTR {
    width: auto!important;
} 
/* CheckBox, CheckBoxList, RadioButton, RadioButtonList */
*[class*="dxeBase"] label /*Bootstrap correction*/
{
    font: inherit;
    line-height: normal;
    margin-bottom: 0px;
    display: inline;
}
/* FilterControl */
td.dxfc 
{
    line-height: 21px;
    vertical-align: middle;
}
td.dxfc > img,
td.dxfc > a 
{
    display: inline-block;
    vertical-align: middle;
}
/* TextEdit */
.dxeMemoEditAreaSys 
{
    padding: 3px 3px 0px 3px;
    margin: 0px;
    border-width: 0px;
	display: block;
	resize: none;
}
.dxic 
{
    position: relative;
}
.dxic .dxeEditAreaSys
{
	padding: 0px 1px 0px 0px;
}
.dxeEditAreaSys 
{
    border: 0px!important;
    background-position: 0 0; /* iOS Safari */
    -webkit-box-sizing: content-box; /*Bootstrap correction*/
    -moz-box-sizing: content-box; /*Bootstrap correction*/
    box-sizing: content-box; /*Bootstrap correction*/
}
.dxeEditAreaSys,
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    padding: 0px 1px 0px 0px; /* B146658 */
}
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    margin-top: 0;
    margin-bottom: 0;
}
.dxeEditAreaSys,
.dxeMemoEditAreaSys, /*Bootstrap correction*/
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    font: inherit;
    line-height: normal;
    outline: 0;
}

.dxeMemoEditAreaSys, /*Bootstrap correction*/
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dxeMemoEditAreaSys /*Bootstrap correction*/
{
    height: auto;
    color: black;
}
table.dxeTextBoxSys.form-control /*Bootstrap correction*/
{
    display: table;
}
table.dxeMemoSys.form-control /*Bootstrap correction*/
{
    display: table;
    padding: 0;
}
.dxeMemoSys textarea
{
    box-sizing: border-box;
}

.dxeMemoSys td 
{
    padding: 0!important;
    position: relative;
}

.dxeTextBoxSys, 
.dxeMemoSys 
{
    border-collapse:separate!important;
}

.dxeTextBoxDefaultWidthSys,
.dxeButtonEditSys 
{
    width: 170px;
}

.dxeButtonEditSys .dxeButton,
.dxeButtonEditSys .dxeButtonLeft
{
    line-height: 100%;
}

.dxeButtonEditSys .dxeEditAreaSys,
.dxeButtonEditSys td.dxic,
.dxeTextBoxSys td.dxic,
.dxeMemoSys td,
.dxeEditAreaSys
{
	width: 100%;
}

.dxeTextBoxSys td.dxic
{
    padding: 3px 3px 2px 3px;
    overflow: hidden;
}
.dxeButtonEditSys td.dxic 
{
    padding: 2px 2px 1px 2px;
    overflow: hidden;
}
.dxeButtonEditSys[style*="border-collapse:collapse"] td.dxic,
.dxeButtonEditSys[cellspacing="0"] td.dxic 
{
    padding: 3px 3px 2px 3px;
}
.dxHideContent *
{
    visibility: hidden;
}
.dxlbd .dxeI img,
.dxeButtonEditSys .dxeIIC img 
{
    vertical-align: middle;
    display: table-cell;
}

/* SpinEdit */
/* Bootstrap correction */
.dxeButtonEditSys [class*="dxeSpinDecButton"],
.dxeButtonEditSys [class*="dxeSpinIncButton"]
{
    box-sizing: content-box;
}

/* Safari */
.dxeTextBoxSys.dxeSafariSys td.dxic
{
    padding-left: 2px;
}
.dxeButtonEditSys.dxeSafariSys td.dxic  
{
    padding-left: 1px;
}
.dxeButtonEditSys[style*="border-collapse:collapse"].dxeSafariSys td.dxic,
.dxeButtonEditSys[cellspacing="0"].dxeSafariSys td.dxic 
{
    padding-left: 2px;
}
*[dir="rtl"].dxeTextBoxSys.dxeSafariSys td.dxic
{
    padding-right: 2px;
}
*[dir="rtl"].dxeButtonEditSys.dxeSafariSys td.dxic 
{
    padding-right: 1px;
}
*[dir="rtl"].dxeButtonEditSys[style*="border-collapse:collapse"].dxeSafariSys td.dxic,
*[dir="rtl"].dxeButtonEditSys[cellspacing="0"].dxeSafariSys td.dxic 
{
    padding-right: 2px;
}

*[dir="rtl"].dxeSafariSys .dxeMemoEditAreaSys 
{
    padding-right: 4px;
    padding-left: 3px;
}
*[dir="rtl"].dxeSafariSys td.dxic 
{
    padding-left: 7px;
    padding-right: 0px;
}

.dxIE.dxBrowserVersion-8 .dxeMemoEditAreaSys
{
    padding-right: 4px;
}
.dxIE.dxBrowserVersion-8 .dxeMemoSys td
{
    padding-right: 7px;
}
.dxIE.dxBrowserVersion-8 *[cols="20"].dxeMemoEditAreaSys
{
    width: 100%;
}
.dxIE.dxBrowserVersion-8 *[dir="rtl"].dxeMemoSys td
{
    padding-left: 7px;
}
.dxIE.dxBrowserVersion-8 *[dir="rtl"] .dxeEditAreaSys
{
    padding-right: 1px;
}

/* IE9 */
:root *[cols="20"].dxeMemoEditAreaSys 
{
    width: 100%;
}

/* IE10 */
.dxeHideDefaultIEClearBtnSys::-ms-clear
{
	display: none;
}

/* WebKit */
.dxWebKitFamily *[dir="rtl"] .dxeEditAreaSys 
{
    padding-right: 1px;
}
.dxWebKitFamily *[dir="rtl"].dxeMemoSys td 
{
    padding-left: 7px;
}
.dxWebKitFamily *[dir="rtl"].dxeMemoSys .dxeMemoEditAreaSys 
{
    padding-right: 4px;
}

/* iPad */
.dxeIPadSys .dxeMemoEditAreaSys 
{
    padding-left: 1px;
    padding-right: 0px;
}
.dxeIPadSys.dxeMemoSys td 
{
    padding-left: 0px;
    padding-right: 1px;
}
*[dir="rtl"].dxeMemoSys.dxeIPadSys td 
{
    padding-left: 5px;
    padding-right: 0px;
}

/* Opera */
noindex:-o-prefocus, *[dir="rtl"].dxeMemoSys textarea 
{
    padding-right: 3px;
}
noindex:-o-prefocus, *[dir="rtl"].dxeTextBoxSys td.dxic 
{
    padding-right: 3px;
}
noindex:-o-prefocus, *[dir="rtl"].dxeButtonEditSys td.dxic 
{
    padding-right: 2px;
}
noindex:-o-prefocus, 
*[dir="rtl"].dxeButtonEditSys[style*="border-collapse:collapse"] td.dxic,
*[dir="rtl"].dxeButtonEditSys[cellspacing="0"] td.dxic 
{
    padding-right: 3px;
}

noindex:-o-prefocus, *[dir="rtl"] .dxeEditAreaSys 
{
    padding-right: 1px;
}

/* FireFox*/
.dxFirefox .dxeMemoEditAreaSys 
{
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 2px;
}

.dxFirefox .dxeTextBoxSys td.dxic
{
    padding-left: 2px;
    padding-right: 2px;
}
.dxFirefox .dxeButtonEditSys td.dxic 
{
    padding-left: 1px;
    padding-right: 1px;
}
.dxFirefox .dxeButtonEditSys[style*="border-collapse:collapse"] td.dxic,
.dxFirefox .dxeButtonEditSys[cellspacing="0"] td.dxic 
{
    padding-left: 2px;
    padding-right: 2px;
}

.dxFirefox *[dir="rtl"].dxeTextBoxSys td.dxic
{
    padding-right: 2px;
}
.dxFirefox *[dir="rtl"].dxeButtonEditSys td.dxic 
{
    padding-right: 1px;
}
.dxFirefox *[dir="rtl"].dxeButtonEditSys[style*="border-collapse:collapse"] td.dxic,
.dxFirefox *[dir="rtl"].dxeButtonEditSys[cellspacing="0"] td.dxic 
{
    padding-right: 2px;
}

.dxFirefox *[dir="rtl"].dxeMemoSys .dxeMemoEditAreaSys 
{
    padding-left: 0px;
    padding-right: 3px;
}
.dxFirefox *[dir="rtl"].dxeMemoSys td 
{
    padding-left: 3px;
}  

/* TrackBar */
.dxeTBLargeTickSys, 
.dxeTBSmallTickSys, 
.dxeTBItemSys
{
	position:absolute;
	background-repeat: no-repeat;
    background-color: transparent;
}

.dxeTBLargeTickSys, .dxeTBSmallTickSys
{
	white-space: nowrap;
}

.dxeTBContentContainerSys
{
	position: relative;
}

.dxeTBVSys a, .dxeTBHSys a
{
	text-indent: -5000px;
    text-align: left;
	overflow: hidden;
	display: block;
	position: absolute;
}

*[dir="rtl"] .dxeTBVSys a,
*[dir="rtl"] .dxeTBHSys a
{
    text-align: right;
}

.dxeTBVSys a:focus,
.dxeTBVSys a:active,
.dxeTBHSys a:focus, 
.dxeTBHSys a:active {
	outline-width: 0px;
}

.dxeTBHSys .dxeTBLTScaleSys .dxeTBSmallTickSys,
.dxeTBHSys .dxeTBLTScaleSys .dxeTBLargeTickSys
{
	background-position: bottom;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBSmallTickSys, 
.dxeTBVSys .dxeTBLTScaleSys .dxeTBLargeTickSys
{
	background-position: right;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBSmallTickSys, 
.dxeTBHSys .dxeTBRBScaleSys .dxeTBLargeTickSys
{
	background-position: top;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBSmallTickSys, 
.dxeTBVSys .dxeTBRBScaleSys .dxeTBLargeTickSys
{
	background-position: left;
}
.dxeTBBScaleSys .dxeTBSmallTickSys,
.dxeTBBScaleSys .dxeTBLargeTickSys
{
	background-position: center;
}

.dxeFItemSys
{
	background-image: none!important;
}

.dxeTBHSys .dxeTBBScaleSys .dxeTBItemSys
{
	background-position: left;
}
.dxeReversedDirectionSys .dxeTBHSys .dxeTBBScaleSys .dxeTBItemSys
{
	background-position: right;
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBItemSys
{
	background-position: top;
}
.dxeReversedDirectionSys .dxeTBVSys .dxeTBBScaleSys .dxeTBItemSys
{
	background-position: bottom;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBItemSys,
.dxeReversedDirectionSys .dxeTBVSys .dxeTBRBScaleSys .dxeTBItemSys
{
	background-position: bottom left;
}
.dxeReversedDirectionSys .dxeTBHSys .dxeTBLTScaleSys .dxeTBItemSys,
.dxeReversedDirectionSys .dxeTBVSys .dxeTBLTScaleSys .dxeTBItemSys
{
	background-position: bottom right;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBItemSys,
.dxeTBVSys .dxeTBRBScaleSys .dxeTBItemSys 
{
	background-position: top left;
}
.dxeReversedDirectionSys .dxeTBHSys .dxeTBRBScaleSys .dxeTBItemSys,
.dxeTBVSys .dxeTBLTScaleSys .dxeTBItemSys
{
	background-position: top right;
}

.dxeTBScaleSys
{
	position: absolute;
	list-style-type: none!important;
	margin: 0px;
	padding: 0px;
}

.dxeTBVSys .dxeTBRBScaleSys .dxeTBScaleSys
{
	right: 0px;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBScaleSys
{
	left: 0px;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBScaleSys
{
	bottom: 0px;
} 
.dxeTBHSys .dxeTBLTScaleSys .dxeTBScaleSys
{
	top: 0px;
}

.dxeFocusedDHSys 
{
	z-index: 6!important;
}

.dxeReversedDirectionSys,
.dxeFocusedMDHSys,
.dxeFocusedSDHSys
{
}

/* Color edit */
.dxcpColorAreaSys {
	background-image: url('/DXR.axd?r=1_178-223pl');
	position: relative;
	width: 290px;
	height: 240px;
	overflow: hidden;
	cursor: crosshair;
}
.dxcpHueAreaSys {
	position: relative;
	margin-left: 3px;
	width: 35px;
	height: 242px;
}
.dxcpHueAreaImageSys {
	background-image: url('/DXR.axd?r=1_180-223pl');
	position: absolute;
	left: 6px;
	width: 21px;
    height: 240px;
}
.dxcpColorAreaSys,
.dxcpHueAreaSys {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dxcpColorPointerSys {
	background-image: url('/DXR.axd?r=1_179-223pl');
	position: absolute;
	width: 11px;
	height: 11px;
}
.dxcpHuePointerSys {
	background-image: url('/DXR.axd?r=1_181-223pl');
	position: absolute;
	width: 35px;
	height: 9px;
}
.dxcpParametersCellSys {
	vertical-align: top;
}
.dxcpParametersCellSys table div {
    min-height: 21px;
}
.dxcpParametersCellSys label /*Bootstrap correction*/
{
    font: inherit;
    line-height: normal;
    display: inline;
    margin-bottom: 0px;
}
.dxcpParametersCellSys input {
	font: inherit;
	margin: 0px 0px 0px 4px;
	padding: 1px 0px 2px 5px;
    line-height: 16px;
    height: 16px;
	width: 60px;
}
.dxeButtonsPanelDivSys input
{
    font: inherit;
}
.dxeAutomaticColorItemSys {
    cursor: pointer;
    overflow: hidden;
}
.dxeAutomaticColorItemSys > div {
    float: left;
}

/* Token box */
.dxeTokenBox
{
    border-spacing: 0px;
    padding: 1px 0 1px 1px;
}
.dxeButtonEditSys td.dxictb {
    margin: 0px -1px -1px 0px;
	display: block;
	float: left;
    cursor: text;
}
.dxeButtonEditSys td.dxictb > span {
    cursor: default;
}
.dxeButtonEditSys td.dxictb,
.dxFirefox .dxeButtonEditSys td.dxictb {
	padding: 0;
}
.dxeButtonEditSys[style*="border-collapse:collapse"] td.dxictb,
.dxeButtonEditSys[cellspacing="0"] td.dxictb 
{
	margin: 0;
}

/* ASPxProgressBar */
.dxpbVC
{
    display: inline-block;
    color:  white;
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

/* ASPxBinaryImage*/
.dxeTopSys
{
    position: absolute;
    top: 0;
}
.dxeBottomSys
{
    bottom: 0;
    position: absolute;
}
.dxeFillParentSys
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dxIE *[dir="rtl"] .dxeFillParentSys { 
    left: auto; 
}
.dxeTblSys
{
    display: table;
}
.dxeInlineTblSys
{
    border-spacing: 0;
    display: inline-table;
}
.dxeRowSys
{
    display: table-row;
}
.dxeCellSys
{
    display: table-cell;
    vertical-align: middle;
}
.dxeBinImgSys
{
    border: dashed 1px gray;
    font-family: Tahoma, Geneva, sans-serif;
    height: 150px;
    width: 150px;
}
.dxeBinImgSys > .dxeCellSys
{
    height: 100%;
    position: relative;
    vertical-align: middle;
}
.dxeBinImgBtnSys
{    
    opacity: 0.5;
}
.dxeBinImgBtnHoverSys
{
    opacity: 1 !important;
}
.dxeBinImgBtnSys img
{
    vertical-align: middle;
}
.dxeBinImgBtnShaderSys
{
    background-color: rgba(0, 0, 0, 0.75);
}
.dxeBinImgCPnlSys
{    
    width: 100%;
}
.dxeBinImgCPnlSys.dxeContentCenterSys
{
    text-align: center;
}
.dxeBinImgCPnlSys.dxeContentLeftSys
{
    text-align: left;
}
.dxeBinImgCPnlSys.dxeContentRightSys
{
    text-align: right;
}
.dxeBinImgPreviewContainerSys
{
    font-size: 0px;
    text-align: center;
    top: 0;
}
.dxeBinImgEmptySys img,
.dxeBinImgPreviewContainerSys img
{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.dxeBinImgDisablCoverSys
{
    background-color: rgba(0, 0, 0, 0.3);
}
.dxeBinImgDropZoneSys
{
    background-color: gray;
}
.dxeBinImgEmptySys
{
    color: gray;
}
.dxeBinImgTxtPnlSys
{
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
}
.dxeBinImgTxtPnlSys .dxeTblSys,
.dxeBinImgProgressPnlSys  .dxeTblSys
{
    height: 100%;
    width: 100%;
}
.dxeBinImgTxtPnlSys .dxeCellSys
{
    font-size: 200%;
    text-align: center;
    vertical-align: middle;
}
.dxeErrorFrameSys > .dxeBinImgSys
{
    vertical-align: middle;
}
.dxeBinImgProgressPnlSys
{
    background-color: rgba(0, 0, 0, 0.5);
    font: 12px Tahoma, Geneva, sans-serif;
    position: absolute;
    overflow: hidden;
}
.dxeBinImgProgressBarContainerSys
{
    margin: 0 auto;
    max-width: 180px;
    text-align: justify;
    width: 70%;
}
.dxeBinImgProgressBarContainerSys a
{
    border-bottom: 1px dashed white;
    color: white !important;
    float: right;
    line-height: 1;
    text-decoration: none;    
}
.dxeBinImgProgressBarContainerSys span
{
    color: #F0F0F0;
    margin-left: -2px;
}
.dxeBinImgProgressBarContainerSys table
{
    margin: 4px 0 5px;
} 
.dxeBinImgContentContainer 
{
    position: relative;
    height: 100%;
    width: 100%;
}
/* Calendar */
.dxe-day-has-appointments {
    font-weight: bold;
}
.dxe-apt-labels-container {
    font-size: 0px;
}
.dxe-apt-labels-container > div {
    display: inline-block;
    margin-right: 2px;
}
.dxe-apt-labels-container > div:last-child {
    margin-right: 0px;
}
.dxe-more-labels-container > .dxe-h-line {
    height: 1px;
}
.dxe-more-labels-container > .dxe-v-line {
    width: 1px;
    margin-top: -1px;
}
.dxe-more-labels-container > div.dxe-h-line,
.dxe-more-labels-container > div.dxe-v-line {
    position: relative;
}

.dxeCHS
{
    min-width: 10px;
}
.dxeCFNFS
{
    min-width: 11px;
}
.dxeICC
{
    text-align: left;
}
div.dxeCalendarDETS {
    display: table;
    border-collapse: collapse;
    box-sizing: content-box;
}
div.dxeCalendarDETS > div {
    float: left;
    display: table-cell;
}
div.dxeCalendarDETS > .dxeDETSF {
    width: 100%;
    box-sizing: border-box;
    clear: both;
}
div.dxeCalendarDETS.dxeCalendarCollapsed > div {
    width: auto;
}
div.dxeCalendarDETS.dxeCalendarVerticalDETS > div {
    clear: both;
}
div.dxeCalendarDETS.dxeCalendarVerticalDETS .dxeICC > div {
    text-align: center;
}
div.dxeCalendarDETS.dxeCalendarVerticalDETS.dxeCalendarFullWidth > div,
div.dxeCalendarDETS.dxeCalendarVerticalDETS.dxeCalendarFullWidth > div > table {
    width: 100%;
}
td.dxeCalendarFastNavItemArea td.dxeCalendarFastNavItem {
    width: 25%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dxeEmptyDC {
    background-color: transparent!important;
    background-image: none!important;
}

/*Editor Caption*/
.dxeCaption { /* Bootstrap correction */
    font-weight: inherit;
}
.dxeCaptionHALSys {
    text-align: left;
}
.dxeCaptionHACSys {
    text-align: center;
}
.dxeCaptionHARSys {
    text-align: right;
}
.dxeCaptionVATSys {
    vertical-align: top;
}
.dxeCaptionVAMSys {
    vertical-align: middle;
}
.dxeCaptionVABSys {
    vertical-align: bottom;
}
.dxeCLTSys,
.dxeCLBSys {
    padding: 3px 0;
}

.dxeCLLSys,
*[dir="rtl"] .dxeCLRSys {
    padding-left: 0px;
    padding-right: 6px;
}
.dxeCLRSys,
*[dir="rtl"] .dxeCLLSys {
    padding-right: 0px;
    padding-left: 6px;
}
.tableWithEmptyCaption .dxeCaptionRelatedCell {
    display: none;
}
/* Error frame */
td.dxeNoBorderLeft {
    border-left: 0;
}
td.dxeNoBorderTop {
    border-top: 0;
}
td.dxeNoBorderRight {
    border-right: 0;
}
td.dxeNoBorderBottom {
    border-bottom: 0;
}

.dxeValidStEditorTable .dxeErrorFrameSys {
    border-color: transparent!important;
    background-color: transparent!important;
}

.dxeValidDynEditorTable .dxeFakeEmptyCell {
    display: none;
}

.dxeErrorCellSys img,
.dxeErrorCellSys .dx-acc-s
{
    margin-right: 4px;
}
*[dir='rtl'] .dxeErrorCellSys img,
*[dir='rtl'] .dxeErrorCellSys .dx-acc-s
{
    margin-right: 0;
    margin-left: 4px;
}
.tableWithSeparateBorders {
    border-collapse: separate!important;
}
.dxe-backgroundSys {
    background-repeat: repeat;
    background-position: left center;
}
.dxe-loadingImage
{
	background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Adaptive DropDown */
@media (max-width: 575px) {
    .dxdd-root.dxmodalSys {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.dxdd-root.dxmodalSys .dxmodalTableSys.dxpc-contentWrapper {
    table-layout: auto;
}

.dxdd-root.dxmodalSys .dxdd-header .dxbButtonSys:not(.dxdd-vdd) ~ .dxdd-caption.dxdd-vdd,
.dxdd-root:not(.dxmodalSys) .dxdd-header .dxbButtonSys:not(.dxdd-vmdd) ~ .dxdd-caption.dxdd-vmdd {
    visibility: hidden;
    display: table-cell!important;
}

.dxdd-root.dxmodalSys .dxdd-vdd,
.dxdd-root:not(.dxmodalSys) .dxdd-vmdd {
    display: none!important;
}
.dxdd-root .dxdd-header {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.dxdd-root .dxdd-header > .dxbButtonSys {
    display: table-cell;
    width: 1px;
}
.dxdd-root .dxdd-header .dxdd-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.dxdd-root .dxdd-input {
    position: relative;
}
.dxdd-root .dxdd-input .dxdd-clearbutton {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.dxdd-readonly.dxdd-input {
    display: none;
}
.dxdd-root.dxmodalSys > .dxpclW {
    max-width: unset;
}
.dxdd-root.dxmodalSys .dxeICC {
    display: none;
}

.dxdd-root.dxmodalSys .dxeCalendarDETS {
    display: table;
}
.dxdd-root.dxmodalSys .dxeCalendarDETS > .dx-vat:not(.dxde-time):not(.dxeDETSF) {
    display: table-header-group!important;
    float: none;
}
.dxdd-root.dxmodalSys .dxeCalendarDETS > .dxeDETSF {
    display: table-header-group!important;
    float: none;
}
.dxdd-root.dxmodalSys .dxeCalendarDETS > .dxde-time {
    display: table-footer-group!important;
    float: none;
}
.dxdd-root.dxmodalSys .dxeCalendarDETS > .dxde-time .dxeDETSH {
    display: none;
}

/* Rollers */
.dxsp-wheel {
    display: inline-block;
    overflow: hidden;
    background: transparent;
    transition: background 0.4s;
    vertical-align: top;
}
.dxsp-wheel.dxsp-wheel-hover .dxsp-rel,
.dxsp-wheel.dxsp-wheel-touch .dxsp-rel {
    background: #fafafa;
}
.dxsp-wgroup {
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
/*.dxsp-gfocus::before,
.dxsp-gfocus::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: #ececec;
}

.dxsp-gfocus::before {
    top: 75px;
}

.dxsp-gfocus::after {
    top: 124px;
}*/

.dxsp-scrolldiv {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.dxsp-rel {
    position: relative;
    height: 200px;
}
.dxsp-frame {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
    height: 51px;
    transition: opacity 0.4s;
    z-index: 10;
    pointer-events: none;
    border: 2px solid transparent;
    transition: border-color 0.4s;
}
.dxsp-wheel:not(.dxsp-wheel-hover):not(.dxsp-wheel-touch) .dxsp-frame:before,
.dxsp-wheel:not(.dxsp-wheel-hover):not(.dxsp-wheel-touch) .dxsp-frame:after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
    background: #ebebeb;
}

.dxsp-frame:before {
    top: 0;
}
.dxsp-frame:after {
    bottom: 0;
}

.dxsp-smooth-scroll
{
    transition: margin-top 0.5s;
}
.dxsp-item {
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.dxsp-item-focused {
    vertical-align: middle;
}
.dxsp-container::-webkit-scrollbar
{
    visibility: hidden;
}
.dxIE .dxsp-container,
.dxEdge .dxsp-container,
.dxFirefox .dxsp-container
{
    visibility: hidden;
}
.dxsp-container > div
{
    visibility: visible;
}

.dxsp-list::after,
.dxsp-list::before
{
    content: "";
    width: 10px;
    visibility: hidden;
    display: block;
    z-index: 10000;
}
/* -- ValidationSummary -- */
.dxvsValidationSummary_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
	color: Red;
}
.dxvsValidationSummary_DataSmartBlue td.dxvsRC_DataSmartBlue
{
	vertical-align: top;
	padding: 2px 5px 4px 6px;
}
.dxvsValidationSummary_DataSmartBlue .dxvsE_DataSmartBlue
{
}
.dxvsValidationSummary_DataSmartBlue table.dxvsHT_DataSmartBlue
{
	width: 100%;
}
.dxvsValidationSummary_DataSmartBlue td.dxvsH_DataSmartBlue
{
	padding: 2px 0;
}
.dxvsValidationSummary_DataSmartBlue a.dxvsHL_DataSmartBlue,
.dxvsValidationSummary_DataSmartBlue a.dxvsHL_DataSmartBlue:visited
{
	color: red;
}
.dxvsValidationSummary_DataSmartBlue a.dxvsHL_DataSmartBlue
{
	text-decoration: none;
	border-bottom: 1px dashed #f70;
}
.dxvsValidationSummary_DataSmartBlue a.dxvsHL_DataSmartBlue:hover
{
	color: #f70;
}
.dxvsValidationSummary_DataSmartBlue table.dxvsT_DataSmartBlue
{
}
.dxvsValidationSummary_DataSmartBlue tr.dxvsE_DataSmartBlue
{
}
.dxvsValidationSummary_DataSmartBlue td.dxvsETC_DataSmartBlue
{
	padding: 2px 0;
}
.dxvsValidationSummary_DataSmartBlue ul.dxvsL_DataSmartBlue
{
}
.dxvsValidationSummary_DataSmartBlue ol.dxvsL_DataSmartBlue
{
}
.dxvsValidationSummary_DataSmartBlue li.dxvsE_DataSmartBlue
{
	padding: 2px 0;
}

/* TrackBar */
.dxeTrackBar_DataSmartBlue
{
    font: 12px Verdana, Geneva, sans-serif;
	user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	visibility:hidden;
}

.dxeDisabled_DataSmartBlue .dxeTBHSys a,
.dxeDisabled_DataSmartBlue .dxeTBVSys a
{
    cursor: default;
}

.dxeTBBarHighlight_DataSmartBlue
{
	font-size: 0;
}

.dxeTBScale_DataSmartBlue,
.dxeTBTrack_DataSmartBlue,
.dxeTBBarHighlight_DataSmartBlue
{
	cursor: pointer;
}

.dxeTBScale_DataSmartBlue
{
    font-size: 0.91em;
	z-index: 1;
}
.dxeTBSecondaryDH_DataSmartBlue,
.dxeTBMainDH_DataSmartBlue
{
	z-index: 4;
}

.dxeTrackBar_DataSmartBlue.dxeTBHSys
{
	width: 170px;
	height: 49px;
}
.dxeTrackBar_DataSmartBlue.dxeTBVSys
{
	height: 170px;
	width: 49px;
}
.dxeTrackBar_DataSmartBlue.dxeTBBScaleSys.dxeTBVSys
{
	width: 76px;
}
.dxeTrackBar_DataSmartBlue.dxeTBBScaleSys.dxeTBHSys
{	
	height: 76px;
}

.dxeTBTrack_DataSmartBlue
{
	z-index: 2;
	position: absolute;
}

.dxeTBHSys .dxeTBTrack_DataSmartBlue
{
	background-image:  url('/DXR.axd?r=100_500-Hz3pl');
}
.dxeTBVSys .dxeTBTrack_DataSmartBlue
{
	background-image:  url('/DXR.axd?r=100_501-Hz3pl');
}

.dxeTBHSys .dxeTBTrack_DataSmartBlue, 
.dxeTBHSys .dxeTBBarHighlight_DataSmartBlue
{
	height: 9px;
}
.dxeTBVSys .dxeTBTrack_DataSmartBlue, 
.dxeTBVSys .dxeTBBarHighlight_DataSmartBlue
{
	width: 9px;
}

.dxeTBHSys .dxeTBMainDH_DataSmartBlue,
.dxeTBHSys .dxeTBSecondaryDH_DataSmartBlue
{	
	top: -4px;
	width:11px;
	height:17px;
}
.dxeTBVSys .dxeTBMainDH_DataSmartBlue,
.dxeTBVSys .dxeTBSecondaryDH_DataSmartBlue
{
	left: -4px;
	width:17px;
	height:11px;
}

.dxeTBVSys .dxeTBRBScaleSys .dxeTBTrack_DataSmartBlue,
.dxeTBVSys .dxeTBTrack_DataSmartBlue
{
	left: 6px;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBTrack_DataSmartBlue
{
	right: 6px;
	left: auto;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBTrack_DataSmartBlue
{
	bottom: 6px;
	top: auto;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBTrack_DataSmartBlue,
.dxeTBHSys .dxeTBTrack_DataSmartBlue
{
	top: 6px;
}

.dxeTBBarHighlight_DataSmartBlue
{
	left: 0px;
	top: 0px;
	position:absolute;
	z-index: 3;
}

.dxeTBHSys .dxeTBBarHighlight_DataSmartBlue
{
	background-image:  url('/DXR.axd?r=100_490-Hz3pl');
}
.dxeTBVSys .dxeTBBarHighlight_DataSmartBlue
{
	background-image:  url('/DXR.axd?r=100_491-Hz3pl');
}

.dxeTBRBLabel_DataSmartBlue,
.dxeTBLTLabel_DataSmartBlue
{
	text-align: center;
	cursor: default;
}
.dxeTBSmallTickSys .dxeTBRBLabel_DataSmartBlue,
.dxeTBSmallTickSys .dxeTBLTLabel_DataSmartBlue,
.dxeTBLargeTickSys .dxeTBRBLabel_DataSmartBlue,
.dxeTBLargeTickSys .dxeTBLTLabel_DataSmartBlue
{	
	position: absolute;
}

.dxeTBHSys .dxeTBRBLabel_DataSmartBlue,
.dxeTBHSys .dxeTBLTLabel_DataSmartBlue
{
	width: 100%;
}

.dxeTBIncBtn_DataSmartBlue,
.dxeTBDecBtn_DataSmartBlue
{
}

.dxeTBVSys .dxeTBRBLabel_DataSmartBlue,
.dxeTBVSys .dxeTBLTLabel_DataSmartBlue
{
	padding-top: 2px;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBRBLabel_DataSmartBlue
{
	margin-left: -4px;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBRBLabel_DataSmartBlue,
.dxeTBVSys .dxeTBBScaleSys .dxeTBLTLabel_DataSmartBlue
{
	right: 0px;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBLTLabel_DataSmartBlue,
.dxeTBVSys .dxeTBBScaleSys .dxeTBRBLabel_DataSmartBlue
{
	left: 0px;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBRBLabel_DataSmartBlue,
.dxeTBHSys .dxeTBBScaleSys .dxeTBLTLabel_DataSmartBlue
{
	bottom: 0px;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBLTLabel_DataSmartBlue,
.dxeTBHSys .dxeTBBScaleSys .dxeTBRBLabel_DataSmartBlue
{
	top: 0px;
}

.dxeTBHSys .dxeTBItem_DataSmartBlue .dxeTBRBLabel_DataSmartBlue,
.dxeTBHSys .dxeTBItem_DataSmartBlue .dxeTBLTLabel_DataSmartBlue
{
	display: inline-block;
	margin-left: 0px!important;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBItem_DataSmartBlue .dxeTBRBLabel_DataSmartBlue
{
	padding-top: 12px;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBItem_DataSmartBlue .dxeTBLTLabel_DataSmartBlue
{
	margin-top: 8px;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBItem_DataSmartBlue .dxeTBRBLabel_DataSmartBlue 
{
	margin-left: 5px;
}

.dxeTBSelectedItem_DataSmartBlue .dxeTBRBLabel_DataSmartBlue,
.dxeTBSelectedItem_DataSmartBlue .dxeTBLTLabel_DataSmartBlue,
.dxeTBSelectedTick_DataSmartBlue .dxeTBRBLabel_DataSmartBlue,
.dxeTBSelectedTick_DataSmartBlue .dxeTBLTLabel_DataSmartBlue
{
	color: #566B84;
}

.dxeDisabled_DataSmartBlue .dxeTBSelectedItem_DataSmartBlue .dxeTBRBLabel_DataSmartBlue,
.dxeDisabled_DataSmartBlue .dxeTBSelectedItem_DataSmartBlue .dxeTBLTLabel_DataSmartBlue,
.dxeDisabled_DataSmartBlue .dxeTBSelectedTick_DataSmartBlue .dxeTBRBLabel_DataSmartBlue,
.dxeDisabled_DataSmartBlue .dxeTBSelectedTick_DataSmartBlue .dxeTBLTLabel_DataSmartBlue
{
	color: #C4CBD4;
}

.dxeTBRBLabel_DataSmartBlue,
.dxeTBLTLabel_DataSmartBlue,
.dxeTBItem_DataSmartBlue
{
	color: #8E9CAD;
}

.dxeDisabled_DataSmartBlue .dxeTBRBLabel_DataSmartBlue,
.dxeDisabled_DataSmartBlue .dxeTBLTLabel_DataSmartBlue,
.dxeDisabled_DataSmartBlue .dxeTBItem_DataSmartBlue
{
	color: #D7DCE2;
}

.dxeTBVSys .dxeTBLTScaleSys .dxeTBItem_DataSmartBlue
{
	text-align: left;
}

.dxeTBVSys .dxeTBRBScaleSys .dxeTBItem_DataSmartBlue
{
	text-align: right;
}

.dxeTBVSys .dxeTBBScaleSys .dxeTBItem_DataSmartBlue
{
	text-align: center;
}

.dxeTBHSys .dxeTBItem_DataSmartBlue
{
	background-image:  url('/DXR.axd?r=100_496-Hz3pl');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBItem_DataSmartBlue
{
	background-image:  url('/DXR.axd?r=100_494-Hz3pl');
}
.dxeTBVSys .dxeTBItem_DataSmartBlue 
{
	background-image:  url('/DXR.axd?r=100_497-Hz3pl');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBItem_DataSmartBlue
{
	background-image:  url('/DXR.axd?r=100_495-Hz3pl');
}

.dxeTBHSys .dxeTBLargeTick_DataSmartBlue
{
	background-image:  url('/DXR.axd?r=100_496-Hz3pl');
}
.dxeTBVSys .dxeTBLargeTick_DataSmartBlue
{
	background-image: url('/DXR.axd?r=100_497-Hz3pl');
}
.dxeTBHSys .dxeTBSmallTick_DataSmartBlue
{
	background-image: url('/DXR.axd?r=100_498-Hz3pl');
}
.dxeTBVSys .dxeTBSmallTick_DataSmartBlue
{
	background-image: url('/DXR.axd?r=100_499-Hz3pl');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBLargeTick_DataSmartBlue
{
	background-image: url('/DXR.axd?r=100_492-Hz3pl');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBLargeTick_DataSmartBlue
{
	background-image: url('/DXR.axd?r=100_493-Hz3pl');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBSmallTick_DataSmartBlue
{
	background-image: url('/DXR.axd?r=100_494-Hz3pl');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBSmallTick_DataSmartBlue
{
	background-image: url('/DXR.axd?r=100_495-Hz3pl');
}

.dxeTBVSys .dxeTBIncBtn_DataSmartBlue,
.dxeTBVSys .dxeReversedDirectionSys .dxeTBDecBtn_DataSmartBlue
{
	bottom: 0px;
	top: auto;
}
.dxeTBVSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBVSys .dxeReversedDirectionSys .dxeTBIncBtn_DataSmartBlue
{
	top: 0px;
	bottom: auto;
}
.dxeTBHSys .dxeTBDecBtn_DataSmartBlue, 
.dxeTBHSys .dxeReversedDirectionSys .dxeTBIncBtn_DataSmartBlue
{
	left: 0px;
	right: auto;
}
.dxeTBHSys .dxeTBIncBtn_DataSmartBlue,
.dxeTBHSys .dxeReversedDirectionSys .dxeTBDecBtn_DataSmartBlue
{
	right: 0px;
	left: auto;
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBVSys .dxeTBBScaleSys .dxeTBIncBtn_DataSmartBlue
{
	margin-left: -9px;
	left: 50%;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBHSys .dxeTBBScaleSys .dxeTBIncBtn_DataSmartBlue
{
	margin-top: -9px;
	top: 50%;
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBTrack_DataSmartBlue
{ 
	margin-left: -4px;
	left: 50%;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBTrack_DataSmartBlue
{ 
	margin-top: -4px;
	top: 50%;
}

.dxeTBVSys .dxeTBLTScaleSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBVSys .dxeTBLTScaleSys .dxeTBIncBtn_DataSmartBlue
{
	right: 1px;
	left: auto;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBHSys .dxeTBLTScaleSys .dxeTBIncBtn_DataSmartBlue
{
	bottom: 1px;
	top: auto;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBVSys .dxeTBRBScaleSys .dxeTBIncBtn_DataSmartBlue,
.dxeTBVSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBVSys .dxeTBIncBtn_DataSmartBlue
{
	left: 1px;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBHSys .dxeTBRBScaleSys .dxeTBIncBtn_DataSmartBlue,
.dxeTBHSys .dxeTBDecBtn_DataSmartBlue,
.dxeTBHSys .dxeTBIncBtn_DataSmartBlue
{
	top: 1px;
}

.dxeHelpText_DataSmartBlue,
.dxeTBValueToolTip_DataSmartBlue
{
    font: 12px Verdana, Geneva, sans-serif;
}
div.dxeHelpText_DataSmartBlue,
.dxeTBValueToolTip_DataSmartBlue
{
	padding: 3px 8px 4px 8px;
    display: inline;
    position:absolute;
    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 #8BA0BC;
    background: #E1EDFA;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1EDFA', endColorstr='#D1E0EE');
	background: -webkit-gradient(linear, left top, left bottom, from(#E1EDFA), to(#D1E0EE));
	background: -moz-linear-gradient(top,  #E1EDFA,  #D1E0EE);
}
td.dxeHelpText_DataSmartBlue {
    visibility: visible;
    color: #9F9F9F;
}
td.dxeHelpText_DataSmartBlue span {
    font-size: 0.91em;
}
td.dxeHelpText_DataSmartBlue.dxeHHelpTextSys {
    padding: 0 6px;
}
td.dxeHelpText_DataSmartBlue.dxeVHelpTextSys {
    padding: 2px 0;
}

/* InternalCheckBox */
.dxeIRBFocused_DataSmartBlue
{
    outline: 1px dotted #dac11e;
}
.dxeIRadioButton_DataSmartBlue
{
}
.dxlpLoadingPanel_DataSmartBlue,
.dxlpLoadingPanelWithContent_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
	color: #1e395b;
	background: White none;
	border: 1px solid #859ebf;
}
.dxlpLoadingPanel_DataSmartBlue td.dx,
.dxlpLoadingPanelWithContent_DataSmartBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 10px 14px;
}
.dxcaLoadingPanel_DataSmartBlue .dxlp-loadingImage,
.dxlpLoadingPanel_DataSmartBlue .dxlp-loadingImage,
.dxlpLoadingPanelWithContent_DataSmartBlue .dxlp-loadingImage,
.dxeImage_DataSmartBlue.dxe-loadingImage
{
	background-image: url('/DXR.axd?r=100_573-Hz3pl');
	height: 16px;
	width: 16px;
}

.dxeButtonEditSys .dxic .dxeLoadingDiv_DataSmartBlue
{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel_DataSmartBlue
{
    background-color: transparent!important;
    font-size: 0!important;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel_DataSmartBlue td.dx
{
	padding: 0px!important;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel_DataSmartBlue td.dx > span
{
	display: none;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel_DataSmartBlue td.dx > img
{
	height: 15px;
    width: auto;
    vertical-align: middle;
}

.dxeReadOnly_DataSmartBlue
{
}
.dxeBase_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
}
/* -- ErrorFrame -- */
.dxeErrorCell_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
	color: Red;
    border-color: black;
}
.dxeErrorCell_DataSmartBlue.dxeNoBorderBottom td img
{
    margin-top: -1px;
}
.dxIE .dxeErrorCell_DataSmartBlue.dxeNoBorderBottom td img
{
    margin-top: -2px;
}
.dxIE .dxeErrorCell_DataSmartBlue.dxeNoBorderBottom
{
    padding-bottom: 5px;
}
.dxeErrorCell_DataSmartBlue.dxeNoBorderBottom
{
    padding-bottom: 6px;
}
.dxeErrorCell_DataSmartBlue.dxeNoBorderTop
{
    padding-top: 6px;
}
.dxFirefox .dxeErrorCell_DataSmartBlue.dxeNoBorderBottom
{
    padding-bottom: 5px;
}
.dxFirefox .dxeErrorCell_DataSmartBlue.dxeNoBorderTop td img
{
    margin-top: 1px;
}
.dxFirefox .dxeErrorCell_DataSmartBlue.dxeNoBorderTop
{
    padding-top: 5px;
}
.dxChrome .dxeErrorCell_DataSmartBlue.dxeNoBorderRight,
.dxChrome *[dir='rtl'] .dxeErrorCell_DataSmartBlue.dxeNoBorderLeft,
.dxOpera .dxeErrorCell_DataSmartBlue.dxeNoBorderRight,
.dxOpera *[dir='rtl'] .dxeErrorCell_DataSmartBlue.dxeNoBorderLeft
{
	padding-right: 9px;
	padding-left: 0px;
}
.dxeErrorCell_DataSmartBlue.dxeNoBorderRight,
*[dir='rtl'] .dxeErrorCell_DataSmartBlue.dxeNoBorderLeft
{
	padding-right: 10px;
	padding-left: 0px;
}
.dxeErrorCell_DataSmartBlue.dxeNoBorderLeft,
*[dir='rtl'] .dxeErrorCell_DataSmartBlue.dxeNoBorderRight
{
	padding-left: 10px;
	padding-right: 0px;
}
.dxeErrorFrameWithoutError_DataSmartBlue
{
	border: 1px solid Red;
}
.dxeErrorFrameWithoutError_DataSmartBlue .dxeControlsCell_DataSmartBlue,
.dxeErrorFrameWithoutError_DataSmartBlue.dxeControlsCell_DataSmartBlue
{
	padding: 2px;
}

.dxeEditArea_DataSmartBlue
{
	border: 1px solid #8ba0bc;
}
body input.dxeEditArea_DataSmartBlue /*Bootstrap correction*/
{
    color: black;
}
input[type="text"].dxeEditArea_DataSmartBlue, /*Bootstrap correction*/
input[type="password"].dxeEditArea_DataSmartBlue /*Bootstrap correction*/
{
    margin-top: 0;
    margin-bottom: 1px;
}
.dxFirefox input[type="text"].dxeEditArea_DataSmartBlue,
.dxFirefox input[type="password"].dxeEditArea_DataSmartBlue
{
    margin-top: -1px;
    margin-bottom: 0;
}

/* -- Binary Image -- */
.dxeBinaryImageButtonPanel_DataSmartBlue
{
    height: 36px;
}
.dxeBinaryImageButton_DataSmartBlue
{
    margin: 0 6px;
}

/* -- Buttons -- */
.dxeButtonEditButton_DataSmartBlue,
.dxeCalendarButton_DataSmartBlue,
.dxeSpinIncButton_DataSmartBlue,
.dxeSpinDecButton_DataSmartBlue,
.dxeSpinLargeIncButton_DataSmartBlue,
.dxeSpinLargeDecButton_DataSmartBlue,
.dxeColorEditButton_DataSmartBlue
{
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}
.dxeCalendarButton_DataSmartBlue,
.dxeButtonEditButton_DataSmartBlue,
.dxeColorEditButton_DataSmartBlue
{
	border-style: solid;
	border-color: #8ba0bc;
}
.dxeCalendarButton_DataSmartBlue,
.dxeColorEditButton_DataSmartBlue
{
	border-width: 1px;
}
.dxeButtonEditButton_DataSmartBlue
{
	border-width: 0 0 0 1px;
}
.dxeSpinIncButton_DataSmartBlue.dxeHasLarge,
.dxeSpinDecButton_DataSmartBlue.dxeHasLarge,
.dxeSpinLargeIncButton_DataSmartBlue
{
	border-width: 0;
}
.dxeButtonEditButton_DataSmartBlue.dxeButtonLeft
{
	border-width: 0 1px 0 0;
}
.dxeSpinIncButton_DataSmartBlue.dxeHasLarge.dxeButtonLeft,
.dxeSpinDecButton_DataSmartBlue.dxeHasLarge.dxeButtonLeft,
.dxeSpinLargeDecButton_DataSmartBlue.dxeButtonLeft
{
	border-width: 0;
}

.dxeButtonEditButton_DataSmartBlue,
.dxeSpinLargeIncButton_DataSmartBlue,
.dxeSpinLargeDecButton_DataSmartBlue
{
	background: #c6d7e8 url('/DXR.axd?r=100_478-Hz3pl') repeat-x left top;
}
.dxeSpinIncButton_DataSmartBlue
{
	background: #d6e4f1 url('/DXR.axd?r=100_486-Hz3pl') repeat-x left top;
}
.dxeSpinDecButton_DataSmartBlue
{
	background: #c5d6e7 url('/DXR.axd?r=100_484-Hz3pl') repeat-x left top;
}

.dxeButtonEditButton_DataSmartBlue
{
	padding: 3px 2px 3px 3px;
}
.dxeSpinIncButton_DataSmartBlue
{
	padding: 2px 4px 2px;
}
.dxeSpinDecButton_DataSmartBlue
{
	padding: 3px 4px 2px;
}
.dxeSpinLargeIncButton_DataSmartBlue,
.dxeSpinLargeDecButton_DataSmartBlue
{
	padding: 6px 2px;
}
.dxeCalendarButton_DataSmartBlue,
.dxeColorEditButton_DataSmartBlue
{
	background: #d1dfee url('/DXR.axd?r=100_475-Hz3pl') repeat-x left top;
	padding: 3px 11px 4px;
	min-width: 37px;
}

.dxeButtonEditButton_DataSmartBlue.dxeButtonEditClearButton_DataSmartBlue,
.dxeButtonEditButton_DataSmartBlue.dxeButtonEditClearButton_DataSmartBlue:hover
{
    background: none;
    border-width: 0;
    padding-bottom: 1px;
    padding-top: 2px;
}

.dxeButtonEditClearButton_DataSmartBlue img
{
    vertical-align: baseline;
}

/* -- Pressed -- */
.dxeCalendarButtonPressed_DataSmartBlue,
.dxeColorEditButton_DataSmartBlue:active
{
	border-color: #c2762b;
}
.dxeCalendarButtonPressed_DataSmartBlue,
.dxeColorEditButton_DataSmartBlue:active
{
	background: #fee287 url('/DXR.axd?r=100_477-Hz3pl') repeat-x left top;
}
.dxeButtonEditButtonPressed_DataSmartBlue,
.dxeSpinIncButtonPressed_DataSmartBlue,
.dxeSpinDecButtonPressed_DataSmartBlue,
.dxeSpinLargeIncButtonPressed_DataSmartBlue, 
.dxeSpinLargeDecButtonPressed_DataSmartBlue
{
	background: #f3d984 url('/DXR.axd?r=100_481-Hz3pl') repeat-x left top;
}
/* -- Hover -- */
.dxeCalendarButtonHover_DataSmartBlue,
.dxeColorEditButton_DataSmartBlue:hover
{
	border-color: #eecc53;
}
.dxeCalendarButtonHover_DataSmartBlue,
.dxeColorEditButton_DataSmartBlue:hover
{
	background: #fcf8e5 url('/DXR.axd?r=100_476-Hz3pl') repeat-x left top;
}
.dxeButtonEditButtonHover_DataSmartBlue,
.dxeSpinLargeIncButtonHover_DataSmartBlue,
.dxeSpinLargeDecButtonHover_DataSmartBlue
{
	background: #f8e9ac url('/DXR.axd?r=100_480-Hz3pl') repeat-x left top;
}
.dxeSpinIncButtonHover_DataSmartBlue,
.dxeSpinDecButtonHover_DataSmartBlue
{
	background: #f8e18a url('/DXR.axd?r=100_488-Hz3pl') repeat-x left top;
}

.dxeButtonEdit_DataSmartBlue
{
	background-color: white;
	border: 1px solid #8ba0bc;
	font: 12px Verdana, Geneva, sans-serif;

    border-collapse: separate;
    border-spacing: 0;
}
.dxeButtonEdit_DataSmartBlue .dxeEditArea_DataSmartBlue
{
	background-color: white;
}
.dxeButtonEdit_DataSmartBlue .dxeIIC,
.dxeButtonEdit_DataSmartBlue .dxeIICR
{
	padding: 1px;
}
.dxeButtonEdit_DataSmartBlue .dxeIIC img
{
	padding-left: 3px;
}
.dxeButtonEdit_DataSmartBlue .dxeIICR img
{
	padding-right: 3px;
}
.dxFirefox .dxeButtonEdit_DataSmartBlue td.dxic,
.dxeButtonEdit_DataSmartBlue td.dxic
{
    padding: 3px 3px 2px 3px;
}

.dxeTextBox_DataSmartBlue
{
	background-color: white;
	border: 1px solid #8ba0bc;
	font: 12px Verdana, Geneva, sans-serif;
}
.dxeTextBox_DataSmartBlue .dxeEditArea_DataSmartBlue
{
	background-color: white;
}
.dxeRadioButtonList_DataSmartBlue,
.dxeCheckBoxList_DataSmartBlue
{
	border: 1px solid #8ba0bc;
}

.dxeCheckBoxList_DataSmartBlue .dxe > table,
.dxeRadioButtonList_DataSmartBlue .dxe > table 
{
    width: 100%;
}

.dxeRadioButtonList_DataSmartBlue,
.dxeCheckBoxList_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
}
.dxeRadioButtonList_DataSmartBlue td.dxe,
.dxeCheckBoxList_DataSmartBlue td.dxe
{
	padding: 7px 5px 6px 11px;
}
.dxeRadioButtonList_DataSmartBlue[dir='rtl'] td.dxe,
.dxeCheckBoxList_DataSmartBlue[dir='rtl'] td.dxe
{
	padding: 7px 11px 6px 5px;
}

/* Disabled */
.dxeDisabled_DataSmartBlue .dxeButtonEditButton_DataSmartBlue,
.dxeDisabled_DataSmartBlue .dxeSpinLargeIncButton_DataSmartBlue,
.dxeDisabled_DataSmartBlue .dxeSpinLargeDecButton_DataSmartBlue
{
	background: #ecf2f7 url('/DXR.axd?r=100_479-Hz3pl') repeat-x left top;
}
.dxeDisabled_DataSmartBlue .dxeSpinIncButton_DataSmartBlue
{
	background: #f2f7fb url('/DXR.axd?r=100_487-Hz3pl') repeat-x left top;
}
.dxeDisabled_DataSmartBlue .dxeSpinDecButton_DataSmartBlue
{
	background: #ecf2f7 url('/DXR.axd?r=100_485-Hz3pl') repeat-x left top;
}

/* -- Memo -- */
.dxeMemo_DataSmartBlue
{
	background-color: white;
	border: 1px solid #8ba0bc;
	font: 12px Verdana, Geneva, sans-serif;
}
.dxeMemoEditArea_DataSmartBlue
{
	background-color: white;
    outline: none;
}

/* -- Hyperlink -- */
.dxeHyperlink_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
	color: #1e395b;
	text-decoration: none;
}
a.dxeHyperlink_DataSmartBlue:hover
{
	text-decoration: underline;
}
a.dxeHyperlink_DataSmartBlue:visited
{
	color: #8467b2;
}

/* -- ListBox -- */
.dxeListBox_DataSmartBlue
{
	color: Black;
	font: 12px Verdana, Geneva, sans-serif;
	background-color: white;
	border: 1px solid #8ba0bc;
	width: 70px;
	height: 109px;
}
.dxeListBox_DataSmartBlue div.dxlbd
{
	padding-top: 1px;
	height: 108px;
}
.dxeListBoxItemRow_DataSmartBlue
{
	cursor: default;
}
.dxeListBoxItem_DataSmartBlue
{
	padding: 2px 5px;
	white-space: nowrap;
	text-align: left;
	border-top: 0 solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
}
.dxeListBoxItem_DataSmartBlue em
{
	background: #d5e8ff none repeat 0 0;
	color: Black;
	font-weight: bold;
	font-style: normal;
}

.dxeListBox_DataSmartBlue td.dxeI,
.dxeListBox_DataSmartBlue td.dxeIM,
.dxeListBox_DataSmartBlue .dxeHIC, 
.dxeListBox_DataSmartBlue td.dxeFTM,
.dxeListBox_DataSmartBlue td.dxeTM,
.dxeListBox_DataSmartBlue td.dxeC,
.dxeListBox_DataSmartBlue td.dxeCM,
.dxeListBox_DataSmartBlue td.dxeHCC,
.dxeListBox_DataSmartBlue td.dxeMI,
.dxeListBox_DataSmartBlue td.dxeMIM
{
	border-right-width: 0!important;
}

.dxeListBox_DataSmartBlue td.dxeIR,
.dxeListBox_DataSmartBlue td.dxeIMR,
.dxeListBox_DataSmartBlue .dxeHICR, 
.dxeListBox_DataSmartBlue td.dxeFTMR,
.dxeListBox_DataSmartBlue td.dxeTMR,
.dxeListBox_DataSmartBlue td.dxeCR,
.dxeListBox_DataSmartBlue td.dxeCMR,
.dxeListBox_DataSmartBlue td.dxeHCCR,
.dxeListBox_DataSmartBlue td.dxeMIR,
.dxeListBox_DataSmartBlue td.dxeMIMR
{
	border-left-width: 0!important;
}

.dxeListBox_DataSmartBlue td.dxeCM,
.dxeListBox_DataSmartBlue td.dxeHCC,
.dxeListBox_DataSmartBlue td.dxeCMR,
.dxeListBox_DataSmartBlue td.dxeHCCR
{
	width: 33px;
	*width: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.dxeListBox_DataSmartBlue td.dxeIM,
.dxeListBox_DataSmartBlue td.dxeIMR
{
	width: 0;
}
.dxeListBox_DataSmartBlue td.dxeC
{
	padding-right: 3px!important;
}
.dxeListBox_DataSmartBlue td.dxeCR
{
	padding-left: 3px!important;
}
.dxeListBox_DataSmartBlue td.dxeC > span,
.dxeListBox_DataSmartBlue td.dxeCM > span
{
    margin: 2px 2px 2px 3px;
}
.dxeListBox_DataSmartBlue td.dxeCR > span,
.dxeListBox_DataSmartBlue td.dxeCMR > span
{
    margin: 2px 3px 2px 2px;
}
.dxeListBox_DataSmartBlue td.dxeT
{
	width: 100%;
	padding-left: 0!important;
}

.dxeListBox_DataSmartBlue td.dxeTR
{
	width: 100%;
	padding-right: 0!important;
}

.dxeListBox_DataSmartBlue td.dxeT,
.dxeListBox_DataSmartBlue td.dxeMI
{
	border-left-width: 0!important;
}

.dxeListBox_DataSmartBlue td.dxeTR,
.dxeListBox_DataSmartBlue td.dxeMIR
{
	border-right-width: 0!important;
}

.dxeListBox_DataSmartBlue td.dxeFTM,
.dxeListBox_DataSmartBlue td.dxeTM,
.dxeListBox_DataSmartBlue td.dxeLTM,
.dxeListBox_DataSmartBlue .dxeHFC,
.dxeListBox_DataSmartBlue .dxeHC,
.dxeListBox_DataSmartBlue .dxeHLC,
.dxeListBox_DataSmartBlue td.dxeFTMR,
.dxeListBox_DataSmartBlue td.dxeTMR,
.dxeListBox_DataSmartBlue td.dxeLTMR,
.dxeListBox_DataSmartBlue .dxeHFCR,
.dxeListBox_DataSmartBlue .dxeHCR,
.dxeListBox_DataSmartBlue .dxeHLCR
{
	overflow: hidden;
}
.dxeListBox_DataSmartBlue td.dxeFTM.dxeLTM
{
    border-left-width: 0 !important;
}

.dxeListBox_DataSmartBlue td.dxeFTM,
.dxeListBox_DataSmartBlue td.dxeTM,
.dxeListBox_DataSmartBlue .dxeHFC,
.dxeListBox_DataSmartBlue .dxeHC
{
	padding-right: 6px!important;
}

.dxeListBox_DataSmartBlue td.dxeFTMR,
.dxeListBox_DataSmartBlue td.dxeTMR,
.dxeListBox_DataSmartBlue .dxeHFCR,
.dxeListBox_DataSmartBlue .dxeHCR
{
	padding-left: 6px!important;
}

.dxeListBox_DataSmartBlue td.dxeLTM,
.dxeListBox_DataSmartBlue td.dxeTM,
.dxeListBox_DataSmartBlue .dxeHC,
.dxeListBox_DataSmartBlue .dxeHLC
{
	padding-left: 6px!important;
}

.dxeListBox_DataSmartBlue td.dxeLTMR,
.dxeListBox_DataSmartBlue td.dxeTMR,
.dxeListBox_DataSmartBlue .dxeHCR,
.dxeListBox_DataSmartBlue .dxeHLCR
{
	padding-right: 6px!important;
}

.dxeListBox_DataSmartBlue .dxeFTM,
.dxeListBox_DataSmartBlue .dxeTM,
.dxeListBox_DataSmartBlue .dxeHFC,
.dxeListBox_DataSmartBlue .dxeHC,
.dxeListBox_DataSmartBlue .dxeLTM,
.dxeListBox_DataSmartBlue .dxeTM,
.dxeListBox_DataSmartBlue .dxeHC,
.dxeListBox_DataSmartBlue .dxeHLC,
.dxeListBox_DataSmartBlue td.dxeIM,
.dxeListBox_DataSmartBlue td.dxeFTM,
.dxeListBox_DataSmartBlue td.dxeTM,
.dxeListBox_DataSmartBlue td.dxeCM,
.dxeListBox_DataSmartBlue td.dxeMIM,
.dxeListBox_DataSmartBlue .dxeFTMR,
.dxeListBox_DataSmartBlue .dxeTMR,
.dxeListBox_DataSmartBlue .dxeHFCR,
.dxeListBox_DataSmartBlue .dxeHCR,
.dxeListBox_DataSmartBlue .dxeLTMR,
.dxeListBox_DataSmartBlue .dxeTMR,
.dxeListBox_DataSmartBlue .dxeHCR,
.dxeListBox_DataSmartBlue .dxeHLCR,
.dxeListBox_DataSmartBlue td.dxeIMR,
.dxeListBox_DataSmartBlue td.dxeFTMR,
.dxeListBox_DataSmartBlue td.dxeTMR,
.dxeListBox_DataSmartBlue td.dxeCMR,
.dxeListBox_DataSmartBlue td.dxeMIMR
{
	border-top-width: 0;
	border-bottom-width: 0;
}


.dxeListBoxItemRow_DataSmartBlue.dx-ar > .dxeListBoxItem_DataSmartBlue,
.dxeListBoxItemRow_DataSmartBlue.dx-al > .dxeListBoxItem_DataSmartBlue
{
    float: inherit;
}

/*Grid lines*/

.dxeListBox_DataSmartBlue td.dxeLTM,
.dxeListBox_DataSmartBlue td.dxeTM,
.dxeListBox_DataSmartBlue td.dxeMIM
{
	border-left: 1px solid #cfddee!important;
}

.dxeListBox_DataSmartBlue td.dxeLTMR,
.dxeListBox_DataSmartBlue td.dxeTMR,
.dxeListBox_DataSmartBlue td.dxeMIMR
{
	border-right: 1px solid #cfddee!important;
}

.dxeListBox_DataSmartBlue td.dxeIM,
.dxeListBox_DataSmartBlue td.dxeFTM,
.dxeListBox_DataSmartBlue td.dxeTM,
.dxeListBox_DataSmartBlue td.dxeLTM,
.dxeListBox_DataSmartBlue td.dxeCM,
.dxeListBox_DataSmartBlue td.dxeMIM,
.dxeListBox_DataSmartBlue td.dxeIMR,
.dxeListBox_DataSmartBlue td.dxeFTMR,
.dxeListBox_DataSmartBlue td.dxeTMR,
.dxeListBox_DataSmartBlue td.dxeLTMR,
.dxeListBox_DataSmartBlue td.dxeCMR,
.dxeListBox_DataSmartBlue td.dxeMIMR
{
	border-bottom: 1px solid #cfddee;
}

.dxeListBoxItemSelected_DataSmartBlue     
{
	color: Black;
	background: #e2ecf7 none;
}
.dxeListBoxItemHover_DataSmartBlue        
{
	color: Black;
	background: #d5e8ff none;
}
.dxeListBoxWithCustAppearanceSys .dxeListBoxItemSelected_DataSmartBlue     
{
	color: Black!important;
	background: #e2ecf7 none!important;
}
.dxeListBoxWithCustAppearanceSys .dxeListBoxItemHover_DataSmartBlue        
{
	color: Black!important;
	background: #d5e8ff none!important;
}
.dxeListBoxItemHover_DataSmartBlue em,
.dxeListBoxItemSelected_DataSmartBlue em
{
	background-image: none;
}

/*Header*/

.dxeListBox_DataSmartBlue .dxeHD
{
	background: #e4effb url('/DXR.axd?r=100_502-Hz3pl') repeat-x left top;
	border-bottom: 1px solid #8ba0bc;
}
.dxeHD .dxeListBoxItem_DataSmartBlue
{
	color: #1e395b;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dxeListBox_DataSmartBlue .dxeHC,
.dxeListBox_DataSmartBlue .dxeHLC,
.dxeListBox_DataSmartBlue td.dxeHMIC
{
	border-left: 1px solid #8ba0bc;
}

.dxeListBox_DataSmartBlue .dxeHCR,
.dxeListBox_DataSmartBlue .dxeHLCR,
.dxeListBox_DataSmartBlue td.dxeHMICR
{
	border-right: 1px solid #8ba0bc;
	text-align: right;
}

.dxeListBox_DataSmartBlue .dxeHIC,
.dxeListBox_DataSmartBlue .dxeHFC,
.dxeListBox_DataSmartBlue .dxeHCC
{
	border-left: 1px solid #e8f0fb;
}

.dxeListBox_DataSmartBlue .dxeHICR,
.dxeListBox_DataSmartBlue .dxeHFCR,
.dxeListBox_DataSmartBlue .dxeHCCR
{
	border-right: 1px solid #e8f0fb;
	text-align: right;
}

.dxeListBox_DataSmartBlue .dxeHFC,
.dxeListBox_DataSmartBlue .dxeHC,
.dxeListBox_DataSmartBlue .dxeHMIC
{
	border-right-width: 0;
}

.dxeListBox_DataSmartBlue .dxeHFCR,
.dxeListBox_DataSmartBlue .dxeHCR,
.dxeListBox_DataSmartBlue .dxeHMICR
{
	border-left-width: 0;
	text-align: right;
}

.dxeListBox_DataSmartBlue .dxeHLC
{
	border-right: 1px solid #cfddee;
}

.dxeListBox_DataSmartBlue .dxeHLCR
{
	border-left: 1px solid #cfddee;
	text-align: right;
}

/* -- Calendar -- */
.dxeCalendar_DataSmartBlue
{
    font: 12px Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #1e395b;
	border: 1px solid #8ba0bc;
	background-color: #cfddee;
	cursor: default;
}
.dxeCalendar_DataSmartBlue td.dxMonthGrid
{
	padding: 1px 8px;
}
.dxeCalendar_DataSmartBlue td.dxMonthGridWithWeekNumbers
{
	padding: 1px 20px 6px 8px;
}
.dxeCalendar_DataSmartBlue td.dxMonthGridWithWeekNumbersRtl
{
	padding: 1px 8px 1px 20px;
}
.dxeCalendarDayHeader_DataSmartBlue
{
	padding: 2px 4px 6px;
	border-bottom: 1px solid #b7c8dd;
}
.dxeCalendarWeekNumber_DataSmartBlue
{
	font-size: 0.82em;
	text-align: right;
	padding: 3px 8px 2px 4px;
	color: #abb7c6;
}
.dxeCalendarDay_DataSmartBlue
{
	padding: 2px 5px 3px;
	text-align: center;
}
.dxeCalendarWeekend_DataSmartBlue        
{
	color: #C00000;
}
.dxeCalendarOtherMonth_DataSmartBlue     
{
	color: #b6c3d2;
}
.dxeCalendarOutOfRange_DataSmartBlue     
{
	color: #b6c3d2;
}
.dxeCalendarDayDisabled_DataSmartBlue {
	background-color: #cad9ec;
	color: #bac9dc!important;
}
.dxeCalendarToday_DataSmartBlue         
{
	padding: 1px 4px 2px;
	border: 1px solid #c95c05;
}
.dxeCalendarSelected_DataSmartBlue       
{
	color: #1e395b;
	background-color: #a9c1de;
	border-width: 0;
	padding: 2px 5px 3px;
}
.dxeDayInRange.dxeCalendarSelected_DataSmartBlue
{
    background-color: #bed0e6;
}
.dxeCalendarHeader_DataSmartBlue
{
	border-style: none;
	padding: 4px;
}
.dxeCalendarHeader_DataSmartBlue td.dxe
{
	text-align: center;
	cursor: pointer;
}
.dxeCalendarHeader_DataSmartBlue .dxeCHS
{
    min-width: 1px;
}
.dxeCalendarFooter_DataSmartBlue
{
	background-color: #cfddee;
	padding: 10px 0;
	border-top: 1px solid #b7c8dd;
}
.dxeCalendarFooter_DataSmartBlue .dxeCFS
{
    min-width: 12px;
}
.dxeCalendarFastNav_DataSmartBlue
{
	color: #1e395b;
	background: #cfddee none;
	border-top: 1px solid #8ba0bc;
	border-right: 1px solid #8ba0bc;
	border-bottom: 0 solid #8ba0bc;
	border-left: 1px solid #8ba0bc;
	padding: 5px 8px;
	cursor: default;
}
.dxeCalendarFastNavMonthArea_DataSmartBlue
{
	padding: 0px 9px;
}
.dxeCalendarFastNavYearArea_DataSmartBlue
{
    padding-top: 8px;
}
.dxeCalendarFastNavFooter_DataSmartBlue
{
	color: #1e395b;
	background: #cfddee none;
	padding: 8px 0 17px;
	border-top: 0 solid #8ba0bc;
	border-right: 1px solid #8ba0bc;
	border-bottom: 1px solid #8ba0bc;
	border-left: 1px solid #8ba0bc;
}
.dxeCalendarFastNavFooter_DataSmartBlue .dxeCFNFS
{
    min-width: 11px;
}
.dxeCalendarFastNavMonth_DataSmartBlue,
.dxeCalendarFastNavYear_DataSmartBlue
{
	color: #1e395b;
	padding: 3px 5px;
	text-align: center;
	cursor: pointer;
}
.dxeCalendarFastNavYear_DataSmartBlue
{
	padding: 3px 5px;
}
.dxeCalendarFastNavMonth_DataSmartBlue
{
	padding: 6px;
}

.dxeCalendarFastNavMonthHover_DataSmartBlue,
.dxeCalendarFastNavYearHover_DataSmartBlue
{
	color: #1e395b;
	padding: 2px 4px;
	border: 1px solid #c95c05;
}
.dxeCalendarFastNavMonthHover_DataSmartBlue
{
	padding: 5px;
}

.dxeCalendarFastNavMonthSelected_DataSmartBlue,
.dxeCalendarFastNavYearSelected_DataSmartBlue
{
	color: #1e395b;
	background-color: #a9c1de;
	border-width: 0;
}
.dxeCalendarFastNavYearSelected_DataSmartBlue
{
	padding: 3px 5px;
}
.dxeCalendarFastNavMonthSelected_DataSmartBlue
{
	padding: 6px;
}
.dxeDateEditTimeEditCell_DataSmartBlue
{
    padding: 6px 25px 15px;
    width: 100px;
}
.dxeDateEditClockCell_DataSmartBlue
{
    padding: 13px 13px 0;
}
.dxeCalendarFooter_DataSmartBlue.dxeDETSF
{
    padding-left: 10px;
    padding-right: 10px;
}
.dxeCalendarHeader_DataSmartBlue.dxeDETSH
{
    display: none;
}
/* Disabled */
.dxeDisabled_DataSmartBlue,
.dxeDisabled_DataSmartBlue td.dxe
{
	color: #b2b7bd;
	cursor: default;
}
.dxeEditArea_DataSmartBlue.dxeDisabled_DataSmartBlue /*Bootstrap correction*/
{
    color: #b2b7bd;
}
a.dxeDisabled_DataSmartBlue:hover
{
	color: #b2b7bd;
}
.dxeButtonDisabled_DataSmartBlue
{
	border-color: #bdcbdf;
	color: #b2b7bd;
	cursor: default;
}
/* -- Button -- */
.dxbButton_DataSmartBlue
{
	color: #1e395b;
	font: 12px Verdana,Geneva,sans-serif;
	border: 1px none #abbad0;
	background: repeat-x left top;
	padding: 1px;
}
.dxbButtonHover_DataSmartBlue
{
	color: #1e395b;
	background: #fcf8e5 url('/DXR.axd?r=100_476-Hz3pl') repeat-x left top;
	border: 1px solid #eecc53;
}
.dxbButtonChecked_DataSmartBlue
{
	color: #1e395b;
	background: #fee287 url('/DXR.axd?r=100_477-Hz3pl') repeat-x left top;
	border: 1px solid #c2762b;
}
.dxbButtonPressed_DataSmartBlue
{
	color: #1e395b;
	background: #fee287 url('/DXR.axd?r=100_477-Hz3pl') repeat-x left top;
	border: 1px solid #c2762b;
}
.dxbButton_DataSmartBlue div.dxb
{
	padding: 3px 15px;
	background: #4D6082;
	color: White;
}
.dxbButton_DataSmartBlue div.dxbf
{
	padding: 2px 14px;
	border: 1px dotted black;
}
/* Button Link */
a.dxbButton_DataSmartBlue
{
	color: #1e395b;
	text-decoration: none;
}
a.dxbButton_DataSmartBlue:hover
{
	text-decoration: underline;
}
a.dxbButton_DataSmartBlue:visited
{
	color: #8467b2;
}
/* Disabled */
.dxbDisabled_DataSmartBlue
{
	border-color: #bdcbdf;
	background: #dae0e6 none;
}
.dxbDisabled_DataSmartBlue,
a.dxbButton_DataSmartBlue.dxbDisabled_DataSmartBlue
{
	color: #87929f;
	cursor: default;
    text-decoration: none;
}
/* -- FilterControl -- */
.dxfcControl_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
	color: Black;
	padding: 0 1em;
}
.dxfcTable_DataSmartBlue
{
	border-collapse: separate!important;
}
.dxfcTable_DataSmartBlue td.dxfc
{
	padding: 0px 0px 0px 3px;
}
a.dxfcPropertyName_DataSmartBlue
{
	white-space: nowrap!important;
	color: Blue!important;
}
a.dxfcGroupType_DataSmartBlue
{
	white-space: nowrap!important;
	padding: 0px 3px!important;
	color: Red!important;
}
a.dxfcOperation_DataSmartBlue
{
	white-space: nowrap!important;
	color: Green!important;
}
a.dxfcValue_DataSmartBlue
{
	white-space: nowrap!important;
	color: Gray!important;
}

.dxeMaskHint_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
	color: #1e395b;
	background: #ffffe1 none;
	border: 1px solid Black;
	padding: 2px 5px 3px;
}

.dxfcControl_DataSmartBlue ul.dxfc-tree,
.dxfcControl_DataSmartBlue .dxfc-tree ul
{
    list-style-type: none;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
}

.dxfcControl_DataSmartBlue .dxfc-tree
{
    width: 100%;
}

.dxfcControl_DataSmartBlue .dxfc-subnd
{
    margin-left: 22px;
}

.dxfcControl_DataSmartBlue.dxfcRtl .dxfc-subnd
{
    margin-left: 0;
	margin-right: 22px;
}

.dxfcControl_DataSmartBlue .dxfc > li > table
{
    border-spacing: 0;
    border-collapse: collapse;
}

.dxfcControl_DataSmartBlue .dxfc-elb
{
    float: left;
    height: 21px;
    vertical-align: top;
    width: 26px;
}

.dxfcControl_DataSmartBlue.dxfcRtl .dxEditors_fcremove_DataSmartBlue {
	margin-right: 2px;
}

.dxfcControl_DataSmartBlue .dxfc-clr
{
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    width: 0;
}

.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td {
    vertical-align: top;
}

.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td.dxfc-editorCell {
    vertical-align: middle;
}

.dxEditors_fcremove_DataSmartBlue, .dxEditors_fcadd_DataSmartBlue {
    margin-top: 5px;
}

.dxfcControl_DataSmartBlue .dxfc-nd
{
    cursor: pointer;
    display: block;
    float: left;
    outline: 0 none;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td > a,
.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td > span,
.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td > img,
.dxfcControl_DataSmartBlue .dxfc-editor
{
    vertical-align: middle;
}

.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td > a,
.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td > td,
.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td > span
{
    padding: 0 0.1ex;
}

.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td > a,
.dxfcControl_DataSmartBlue .dxfc-nd > tbody > tr > td > span
{
    line-height: 24px;
}

.dxfcControl_DataSmartBlue .dxfc-ln
{
    vertical-align: top;
}

.dxfcControl_DataSmartBlue .dxfc-memo textarea 
{
	height: 80px;
	overflow: auto;
}

.dxfcControl_DataSmartBlue .dxfc-validationSummary
{
	padding: 2px 5px 4px 6px !important;
	list-style-type: none;
	margin: 0;
}

.dxfcControl_DataSmartBlue .dxfc-validationSummary li
{
	padding: 2px 0;
}

.dxfcControl_DataSmartBlue .dxfc-validationSummary li a
{
	color: red;
	text-decoration: none;
	border-bottom: 1px dashed #f70;
}

.dxfcControl_DataSmartBlue .dxfc-validationSummary li a:hover
{
	color: #f70;
}
/* -- ProgressBar -- */
.dxeProgressBar_DataSmartBlue
{
	background: #f9f9fa url('/DXR.axd?r=100_482-Hz3pl') repeat-x left top;
	border: 1px solid #a5acb5;
	font: 12px Verdana, Geneva, sans-serif;
	color: #1e395b;
    height: 21px;
}
.dxeProgressBar_DataSmartBlue .dxePBMainCell,
.dxeProgressBar_DataSmartBlue td.dxe
{
	padding: 0;
}
.dxeProgressBarIndicator_DataSmartBlue
{
	background: #dfe6ed url('/DXR.axd?r=100_483-Hz3pl') repeat-x left top;
}

/* -- DropDownWindow -- */
.dxpcDropDown_DataSmartBlue,
.dxeDropDownWindow_DataSmartBlue
{
    font: 12px Verdana, Geneva, sans-serif;
}
.dxeDropDownWindow_DataSmartBlue
{
	background-color: white;
	border: 1px solid #8ba0bc;
}

/*----------------- ColorTable -----------------*/
.dxeColorIndicator_DataSmartBlue
{
	border: 1px solid #8ba0bc;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.dxeItemPicker_DataSmartBlue
{
	background-color: White;
	border: 1px solid #a7abb0;
}
.dxeColorTable_DataSmartBlue td.dx,
.dxeItemPicker_DataSmartBlue td.dx
{
	padding: 4px;
}
.dxeColorTableCell_DataSmartBlue,
.dxeItemPickerCell_DataSmartBlue,
.dxeACICell_DataSmartBlue
{
	padding: 3px;
	cursor: pointer;
}
.dxeColorTableCellDiv_DataSmartBlue,
.dxeACICellDiv_DataSmartBlue
{
	border: 1px solid #808080;
	width: 12px;
	height: 12px;
	font-size: 0;
}
.dxeColorTableCellSelected_DataSmartBlue,
.dxeACICellSelected_DataSmartBlue
{
	padding: 2px!important;
	background: #fddc7f url('/DXR.axd?r=100_576-Hz3pl') repeat-x left top;
	border: 1px solid #c2762b;
}
.dxeColorTableCellHover_DataSmartBlue,
.dxeItemPickerCellHover_DataSmartBlue,
.dxeAutomaticColorItemCellHover_DataSmartBlue,
.dxeAutomaticColorItem_DataSmartBlue:hover > div
{
	padding: 2px!important;
	background: #fcf9df url('/DXR.axd?r=100_580-Hz3pl') repeat-x left top;
	border: 1px solid #f2ca58;
}

/* -- Invalid Style -- */
.dxeInvalid_DataSmartBlue
{
}
.dxeInvalid_DataSmartBlue .dxeEditArea_DataSmartBlue,
.dxeInvalid_DataSmartBlue .dxeMemoEditArea_DataSmartBlue
{
}

/* -- Focused Style -- */
.dxeFocused_DataSmartBlue
{
	border: 1px solid #6c86ad;
}

.dxeFocused_DataSmartBlue.dxeTrackBar_DataSmartBlue
{	
	border: 0px;
}

/* -- Null Text Style -- */
.dxeNullText_DataSmartBlue .dxeEditArea_DataSmartBlue,
.dxeNullText_DataSmartBlue .dxeMemoEditArea_DataSmartBlue
{
	color: #b2b7bd;
}

/* -- Captcha -- */
.dxcaControl_DataSmartBlue
{
    font: 12px Verdana, Geneva, sans-serif;
}

.dxcaRefreshButton_DataSmartBlue
{
	text-decoration: none;
	color: #1e395b;
}

.dxcaDisabledRefreshButton_DataSmartBlue
{
	color: #b2b7bd;
}

.dxcaRefreshButtonCell_DataSmartBlue
{
	padding-left: 4px;
}

.dxcaRefreshButtonText_DataSmartBlue
{
}

.dxcaDisabledRefreshButtonText_DataSmartBlue
{
}

.dxcaTextBoxCell_DataSmartBlue,
.dxcaTextBoxCellNoIndent_DataSmartBlue
{
}

.dxcaTextBoxCell_DataSmartBlue .dxeErrorCell_DataSmartBlue
{
}

.dxcaTextBoxCellNoIndent_DataSmartBlue .dxeErrorCell_DataSmartBlue
{
	padding-left: 0px;
	padding-top: 4px;
	color: Red;
}

.dxcaTextBoxLabel_DataSmartBlue
{
	padding-bottom: 4px;
	display: block;
}
.dxcaLoadingPanel_DataSmartBlue .dxlp-loadingImage
{
	margin:0px;
}
.dxcaLoadingPanel_DataSmartBlue
{
	font: 12px Verdana, Geneva, sans-serif;
	color: #1e395b;
	background: White none;
	border: 1px solid #859ebf;
}

.dxcaLoadingPanel_DataSmartBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 10px 14px;
}

.dxpcLite_DataSmartBlue .dxHFBPS
{
    width: 6px;
}

.dxeTextBox_DataSmartBlue,
.dxeButtonEdit_DataSmartBlue,
.dxeIRadioButton_DataSmartBlue,
.dxeRadioButtonList_DataSmartBlue,
.dxeCheckBoxList_DataSmartBlue
{
    cursor: default;
}

/* Removes flicking in iOS Safari*/
.dxeTrackBar_DataSmartBlue, 
.dxeIRadioButton_DataSmartBlue, 
.dxeButtonEdit_DataSmartBlue, 
.dxeTextBox_DataSmartBlue, 
.dxeRadioButtonList_DataSmartBlue, 
.dxeCheckBoxList_DataSmartBlue, 
.dxeMemo_DataSmartBlue, 
.dxeListBox_DataSmartBlue, 
.dxeCalendar_DataSmartBlue, 
.dxeColorTable_DataSmartBlue
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*B232817*/
.dxIE.dxBrowserVersion-9 .dxeEditArea_DataSmartBlue,
.dxIE.dxBrowserVersion-10 .dxeEditArea_DataSmartBlue
{
	padding-bottom: 1px;
    margin-bottom: 0px;
}
.dxMacOSMobilePlatform .dxeEditArea_DataSmartBlue
{
    padding-bottom: 2px!important;
    margin-bottom: -1px!important;
}

/* ASPxCololrEdit */
.dxcpParametersCellSys .dxcpWebColorInput_DataSmartBlue
{
	float: right;
	margin-top: 40px;
	*margin-top: 35px;
}
.dxcpColorParameterMainDiv_DataSmartBlue
{
	padding: 0px 0 4px 9px;
	width: 90px;
	text-align: right;
}
.dxeCustomColorButton_DataSmartBlue
{
    padding-top: 3px;
    padding-bottom: 3px;
	margin: 3px 7px;
	cursor: pointer;
}
.dxeCustomColorButtonHover_DataSmartBlue
{
    background: #fcf8e5 url('/DXR.axd?r=100_476-Hz3pl') repeat-x left top;
    border-color: #eecc53;
}
.dxeAutomaticColorItem_DataSmartBlue
{
	padding: 4px 4px 0px 4px;
}
.dxeAutomaticColorItem_DataSmartBlue > span
{
    margin: 0px 5px;
    line-height: 20px;
}
.dxcpCurrentColor_DataSmartBlue,
.dxcpSavedColor_DataSmartBlue
{
	height: 35px;
}
.dxcpCurrentAndSaved_DataSmartBlue
{
	width: 65px;
	margin: 34px 0px 0px auto;
	cursor: pointer;
}
.dxeColorTablesMainDiv_DataSmartBlue,
.dxeColorSelectorMainDiv_DataSmartBlue
{
	background-color: #FFFFFF;
}
.dxeColorSelectorMainDiv_DataSmartBlue
{
	padding: 7px;
}
.dxcpColorArea_DataSmartBlue,
.dxcpHueAreaImage_DataSmartBlue,
.dxcpCurrentAndSaved_DataSmartBlue,
.dxeColorTablesMainDiv_DataSmartBlue,
.dxeColorSelectorMainDiv_DataSmartBlue,
.dxcpParametersCell_DataSmartBlue input 
{
	border: 1px solid #8ba0bc;
}
.dxeButtonsPanelDiv_DataSmartBlue
{
	margin-top: 15px;
	text-align: right;
}
.dxeButtonsPanelDiv_DataSmartBlue input
{
	min-width: 60px;
	margin-left: 10px;
}

/* -- ASPxTokenBox -- */
input.dxeTokenBoxInput_DataSmartBlue[type="text"] {
	display: inline-block;
	float: left;
	outline: none;
	width: 30px;
	padding: 2px 0px 2px 0px;
	margin: 0px 1px 1px 2px;
}
.dxeToken_DataSmartBlue {
    display: inline-block;
	float: left;
	min-width: 30px;
	margin: 0px 1px 1px 0px;
}
.dxeTokenText_DataSmartBlue, .dxeTokenRemoveButton_DataSmartBlue {
	display: block;
	float: left;
}
.dxeTokenText_DataSmartBlue {
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px 2px 0px 4px;
	padding: 2px 0px 2px 0px;
}
.dxeTokenRemoveButton_DataSmartBlue {
	cursor: pointer;
	margin-top: 1px;
}
.dxeToken_DataSmartBlue {
	background: #e6e9ec url('/DXR.axd?r=100_489-Hz3pl') repeat-x top;
}
.dxFirefox .dxeButtonEdit_DataSmartBlue td.dxictb,
.dxeButtonEdit_DataSmartBlue td.dxictb {
    padding: 0;
}
.dxFirefox input.dxeTokenBoxInput_DataSmartBlue[type="text"]{
	padding: 1px 0px 1px 0px;
	margin: 0px 1px 1px 1px;
}
.dxFirefox .dxeTokenText_DataSmartBlue {
	padding: 1px 0px 1px 0px;
}

/* ASPxPictureEdit */
.dxpePreviewContainer_DataSmartBlue
{
    position: relative;
}
.dxpeCommandPanel_DataSmartBlue
{
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    height: 32px;
    position: absolute;
}
.dxpeBottomCommandPanel_DataSmartBlue
{
    width: 100%;
    bottom: 0;
}

.dxpeTopCommandPanel_DataSmartBlue
{
    width: 100%;      
    top: 0;    
}
.dxpeCommandPanelDeleteButton_DataSmartBlue, 
.dxpeCommandPanelOpenDialogButton_DataSmartBlue
{    
    cursor: pointer;
    display: inline-block;
}
.dxpeCommandPanelButtonsWrapper_DataSmartBlue
{
    position: absolute;
}
.dxpeCommandPanelButtonsWrapperLeft_DataSmartBlue
{
    left: 0;
}
.dxpeCommandPanelButtonsWrapperCenter_DataSmartBlue
{
    left: 50%;
    margin-left: -32px;
}
.dxpeCommandPanelButtonsWrapperRight_DataSmartBlue
{
    right: 0;
}
.dxpeCommandPanelDeleteButtonHover_DataSmartBlue,
.dxpeCommandPanelDeleteButtonPressed_DataSmartBlue,
.dxpeCommandPanelOpenDialogButtonHover_DataSmartBlue,
.dxpeCommandPanelOpenDialogButtonPressed_DataSmartBlue
{
}
.dxpeCommandPanelDeleteButtonDisabled_DataSmartBlue,
.dxpeCommandPanelOpenDialogButtonDisabled_DataSmartBlue
{
}
.dxpeDropZone_DataSmartBlue
{
    background-color: gray;
}
.dxpePlaceHolder_DataSmartBlue
{
    background-color: lightgray;
    z-index: -1;
}
.dxpeTextPanelContainer_DataSmartBlue
{
    height: 100%;
    font-size: 200%;
    text-align: center;
    width: 100%;
}
.dxpeTextPanel_DataSmartBlue
{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Editor caption */
.dxeCaptionCell_DataSmartBlue
{
    font: 12px Verdana, Geneva, sans-serif;
	color: #3c3c3c;
    white-space: nowrap;
    line-height: 16px;
    height: 100%;
}
.dxeRoot_DataSmartBlue
{
}
.dxeCaption_DataSmartBlue
{
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeTextEditCTypeSys
{
    padding-top: 3px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeCheckBoxCTypeSys
{
    padding-top: 3px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeRadioButtonCTypeSys
{
    padding-top: 3px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeCheckBoxListCTypeSys
{
    padding-top: 11px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeRadioButtonListCTypeSys
{
    padding-top: 11px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeListBoxCTypeSys
{
    padding-top: 3px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeTrackBarCTypeSys
{
    padding-top: 2px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeProgressBarCTypeSys
{
    padding-top: 3px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeMemoCTypeSys
{
    padding-top: 3px;
}
.dxeCaptionCell_DataSmartBlue.dxeCaptionVATSys.dxeCustomCTypeSys
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.dxFirefox .dxeTextEditCTypeSys.dxeCaptionVATSys.dxeCaptionCell_DataSmartBlue,
.dxFirefox .dxeMemoCTypeSys.dxeCaptionVATSys.dxeCaptionCell_DataSmartBlue,
.dxFirefox .dxeProgressBarCTypeSys.dxeCaptionVATSys.dxeCaptionCell_DataSmartBlue
{
    padding-top: 2px;
}

.dxeRequiredMark_DataSmartBlue {
    color: green;
    font-style: normal;
}

.dxeOptionalMark_DataSmartBlue {
    color: gray;
    font-style: normal;
}

/* Out of range warning*/
.dxeOutOfRWarn_DataSmartBlue {
    font: 12px Verdana, 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_DataSmartBlue {
    margin-left: 10px;
}
.dxeOutOfRWarnBottom_DataSmartBlue {
    margin-top: 10px;
}

.dxigControl_DataSmartBlue.dxTouchUI .dxWeb_igCloseButton_DataSmartBlue,
.dxigControl_DataSmartBlue.dxTouchUI .dxWeb_igPauseButton_DataSmartBlue,
.dxigControl_DataSmartBlue.dxTouchUI .dxWeb_igPlayButton_DataSmartBlue,
.dxm-disabled .dxWeb_mHorizontalPopOut_DataSmartBlue,
.dxm-disabled .dxWeb_mVerticalPopOut_DataSmartBlue,
.dxm-disabled .dxWeb_mVerticalPopOutRtl_DataSmartBlue,
.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_DataSmartBlue,
.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_DataSmartBlue,
.dxpc-pinBtnChecked .dxWeb_pcPinButton_DataSmartBlue,
.dxpnl-btnHover .dxWeb_pnlExpand_DataSmartBlue,
.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_DataSmartBlue,
.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_DataSmartBlue,
.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_DataSmartBlue,
.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_DataSmartBlue,
.dxpnl-btnPressed .dxWeb_pnlExpand_DataSmartBlue,
.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_DataSmartBlue,
.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_DataSmartBlue,
.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_DataSmartBlue,
.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_DataSmartBlue,
.dxpnl-btnSelected .dxWeb_pnlExpand_DataSmartBlue,
.dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom_DataSmartBlue,
.dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft_DataSmartBlue,
.dxpnl-btnSelected .dxWeb_pnlExpandArrowRight_DataSmartBlue,
.dxpnl-btnSelected .dxWeb_pnlExpandArrowTop_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpand_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpand_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_DataSmartBlue,
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_DataSmartBlue,
.dxrpCollapsed .dxWeb_rpCollapseButton_DataSmartBlue,
.dxWeb_edtCheckBoxChecked_DataSmartBlue,
.dxWeb_edtCheckBoxCheckedDisabled_DataSmartBlue,
.dxWeb_edtCheckBoxGrayed_DataSmartBlue,
.dxWeb_edtCheckBoxGrayedDisabled_DataSmartBlue,
.dxWeb_edtCheckBoxUnchecked_DataSmartBlue,
.dxWeb_edtCheckBoxUncheckedDisabled_DataSmartBlue,
.dxWeb_fmBreadCrumbsSeparatorArrow_DataSmartBlue,
.dxWeb_fmBreadCrumbsUpButton_DataSmartBlue,
.dxWeb_fmBreadCrumbsUpButtonDisabled_DataSmartBlue,
.dxWeb_fmCopyButton_DataSmartBlue,
.dxWeb_fmCopyButtonDisabled_DataSmartBlue,
.dxWeb_fmCreateButton_DataSmartBlue,
.dxWeb_fmCreateButtonDisabled_DataSmartBlue,
.dxWeb_fmDeleteButton_DataSmartBlue,
.dxWeb_fmDeleteButtonDisabled_DataSmartBlue,
.dxWeb_fmDwnlButton_DataSmartBlue,
.dxWeb_fmDwnlButtonDisabled_DataSmartBlue,
.dxWeb_fmFolder_DataSmartBlue,
.dxWeb_fmFolderLocked_DataSmartBlue,
.dxWeb_fmMoveButton_DataSmartBlue,
.dxWeb_fmMoveButtonDisabled_DataSmartBlue,
.dxWeb_fmRefreshButton_DataSmartBlue,
.dxWeb_fmRefreshButtonDisabled_DataSmartBlue,
.dxWeb_fmRenameButton_DataSmartBlue,
.dxWeb_fmRenameButtonDisabled_DataSmartBlue,
.dxWeb_fmThumbnailCheck_DataSmartBlue,
.dxWeb_fmUplButton_DataSmartBlue,
.dxWeb_fmUplButtonDisabled_DataSmartBlue,
.dxWeb_igCloseButton_DataSmartBlue,
.dxWeb_igNavigationBarMarker_DataSmartBlue,
.dxWeb_igNextButton_DataSmartBlue,
.dxWeb_igNextButtonDisabled_DataSmartBlue,
.dxWeb_igNextButtonHover_DataSmartBlue,
.dxWeb_igNextButtonPressed_DataSmartBlue,
.dxWeb_igPauseButton_DataSmartBlue,
.dxWeb_igPlayButton_DataSmartBlue,
.dxWeb_igPrevButton_DataSmartBlue,
.dxWeb_igPrevButtonDisabled_DataSmartBlue,
.dxWeb_igPrevButtonHover_DataSmartBlue,
.dxWeb_igPrevButtonPressed_DataSmartBlue,
.dxWeb_isDot_DataSmartBlue,
.dxWeb_isDotDisabled_DataSmartBlue,
.dxWeb_isDotPressed_DataSmartBlue,
.dxWeb_isDotSelected_DataSmartBlue,
.dxWeb_isNextBtnHor_DataSmartBlue,
.dxWeb_isNextBtnHorDisabled_DataSmartBlue,
.dxWeb_isNextBtnVert_DataSmartBlue,
.dxWeb_isNextBtnVertDisabled_DataSmartBlue,
.dxWeb_isNextPageBtnHor_DataSmartBlue,
.dxWeb_isNextPageBtnHorDisabled_DataSmartBlue,
.dxWeb_isNextPageBtnHorOutside_DataSmartBlue,
.dxWeb_isNextPageBtnHorOutsideDisabled_DataSmartBlue,
.dxWeb_isNextPageBtnVert_DataSmartBlue,
.dxWeb_isNextPageBtnVertDisabled_DataSmartBlue,
.dxWeb_isNextPageBtnVertOutside_DataSmartBlue,
.dxWeb_isNextPageBtnVertOutsideDisabled_DataSmartBlue,
.dxWeb_isPauseBtn_DataSmartBlue,
.dxWeb_isPlayBtn_DataSmartBlue,
.dxWeb_isPrevBtnHor_DataSmartBlue,
.dxWeb_isPrevBtnHorDisabled_DataSmartBlue,
.dxWeb_isPrevBtnVert_DataSmartBlue,
.dxWeb_isPrevBtnVertDisabled_DataSmartBlue,
.dxWeb_isPrevPageBtnHor_DataSmartBlue,
.dxWeb_isPrevPageBtnHorDisabled_DataSmartBlue,
.dxWeb_isPrevPageBtnHorOutside_DataSmartBlue,
.dxWeb_isPrevPageBtnHorOutsideDisabled_DataSmartBlue,
.dxWeb_isPrevPageBtnVert_DataSmartBlue,
.dxWeb_isPrevPageBtnVertDisabled_DataSmartBlue,
.dxWeb_isPrevPageBtnVertOutside_DataSmartBlue,
.dxWeb_isPrevPageBtnVertOutsideDisabled_DataSmartBlue,
.dxWeb_izEWCloseButton_DataSmartBlue,
.dxWeb_izHint_DataSmartBlue,
.dxWeb_mAdaptiveMenu_DataSmartBlue,
.dxWeb_mHorizontalPopOut_DataSmartBlue,
.dxWeb_mScrollDown_DataSmartBlue,
.dxWeb_mScrollUp_DataSmartBlue,
.dxWeb_mSubMenuItem_DataSmartBlue,
.dxWeb_mSubMenuItemChecked_DataSmartBlue,
.dxWeb_mVerticalPopOut_DataSmartBlue,
.dxWeb_mVerticalPopOutRtl_DataSmartBlue,
.dxWeb_nbCollapse_DataSmartBlue,
.dxWeb_nbExpand_DataSmartBlue,
.dxWeb_ncBackToTop_DataSmartBlue,
.dxWeb_pAll_DataSmartBlue,
.dxWeb_pAllDisabled_DataSmartBlue,
.dxWeb_pcCloseButton_DataSmartBlue,
.dxWeb_pcCollapseButton_DataSmartBlue,
.dxWeb_pcMaximizeButton_DataSmartBlue,
.dxWeb_pcPinButton_DataSmartBlue,
.dxWeb_pcRefreshButton_DataSmartBlue,
.dxWeb_pcSizeGrip_DataSmartBlue,
.dxWeb_pcSizeGripRtl_DataSmartBlue,
.dxWeb_pFirst_DataSmartBlue,
.dxWeb_pFirstDisabled_DataSmartBlue,
.dxWeb_pLast_DataSmartBlue,
.dxWeb_pLastDisabled_DataSmartBlue,
.dxWeb_pNext_DataSmartBlue,
.dxWeb_pNextDisabled_DataSmartBlue,
.dxWeb_pnlExpand_DataSmartBlue,
.dxWeb_pnlExpandArrowBottom_DataSmartBlue,
.dxWeb_pnlExpandArrowLeft_DataSmartBlue,
.dxWeb_pnlExpandArrowRight_DataSmartBlue,
.dxWeb_pnlExpandArrowTop_DataSmartBlue,
.dxWeb_pPopOut_DataSmartBlue,
.dxWeb_pPopOutDisabled_DataSmartBlue,
.dxWeb_pPrev_DataSmartBlue,
.dxWeb_pPrevDisabled_DataSmartBlue,
.dxWeb_rDialogBoxLauncher_DataSmartBlue,
.dxWeb_rDialogBoxLauncherDisabled_DataSmartBlue,
.dxWeb_rDialogBoxLauncherHover_DataSmartBlue,
.dxWeb_rDialogBoxLauncherPressed_DataSmartBlue,
.dxWeb_rGlrDown_DataSmartBlue,
.dxWeb_rGlrDownDisabled_DataSmartBlue,
.dxWeb_rGlrPopOut_DataSmartBlue,
.dxWeb_rGlrPopOutDisabled_DataSmartBlue,
.dxWeb_rGlrUp_DataSmartBlue,
.dxWeb_rGlrUpDisabled_DataSmartBlue,
.dxWeb_rMinBtn_DataSmartBlue,
.dxWeb_rMinBtn_DataSmartBlue.dxWeb_rMinBtnHover_DataSmartBlue,
.dxWeb_rMinBtn_DataSmartBlue.dxWeb_rMinBtnPressed_DataSmartBlue,
.dxWeb_rMinBtnChecked_DataSmartBlue.dxWeb_rMinBtn_DataSmartBlue,
.dxWeb_rMinBtnChecked_DataSmartBlue.dxWeb_rMinBtnDisabled_DataSmartBlue,
.dxWeb_rMinBtnChecked_DataSmartBlue.dxWeb_rMinBtnHover_DataSmartBlue,
.dxWeb_rMinBtnChecked_DataSmartBlue.dxWeb_rMinBtnPressed_DataSmartBlue,
.dxWeb_rMinBtnDisabled_DataSmartBlue,
.dxWeb_rpCollapseButton_DataSmartBlue,
.dxWeb_rPopOut_DataSmartBlue,
.dxWeb_smBullet_DataSmartBlue,
.dxWeb_splHCollapseBackwardButton_DataSmartBlue,
.dxWeb_splHCollapseBackwardButtonHover_DataSmartBlue,
.dxWeb_splHCollapseForwardButton_DataSmartBlue,
.dxWeb_splHCollapseForwardButtonHover_DataSmartBlue,
.dxWeb_splHSeparator_DataSmartBlue,
.dxWeb_splHSeparatorHover_DataSmartBlue,
.dxWeb_splVCollapseBackwardButton_DataSmartBlue,
.dxWeb_splVCollapseBackwardButtonHover_DataSmartBlue,
.dxWeb_splVCollapseForwardButton_DataSmartBlue,
.dxWeb_splVCollapseForwardButtonHover_DataSmartBlue,
.dxWeb_splVSeparator_DataSmartBlue,
.dxWeb_splVSeparatorHover_DataSmartBlue,
.dxWeb_tcScrollLeft_DataSmartBlue,
.dxWeb_tcScrollLeftDisabled_DataSmartBlue,
.dxWeb_tcScrollLeftHover_DataSmartBlue,
.dxWeb_tcScrollLeftPressed_DataSmartBlue,
.dxWeb_tcScrollRight_DataSmartBlue,
.dxWeb_tcScrollRightDisabled_DataSmartBlue,
.dxWeb_tcScrollRightHover_DataSmartBlue,
.dxWeb_tcScrollRightPressed_DataSmartBlue,
.dxWeb_tiBackToTop_DataSmartBlue,
.dxWeb_tvColBtn_DataSmartBlue,
.dxWeb_tvColBtnRtl_DataSmartBlue,
.dxWeb_tvExpBtn_DataSmartBlue,
.dxWeb_tvExpBtnRtl_DataSmartBlue,
.dxWeb_ucClearButton_DataSmartBlue,
.dxWeb_ucClearButtonDisabled_DataSmartBlue
{
    background-image: url('/DXR.axd?r=100_606-Hz3pl');
    background-repeat: no-repeat;
    background-color: transparent;
}
.dxigControl_DataSmartBlue.dxTouchUI .dxWeb_igCloseButton_DataSmartBlue
{
    background-position: -156px -250px;
    width: 23px;
    height: 23px;
}
.dxigControl_DataSmartBlue.dxTouchUI .dxWeb_igPauseButton_DataSmartBlue
{
    background-position: -156px -224px;
    width: 21px;
    height: 25px;
}
.dxigControl_DataSmartBlue.dxTouchUI .dxWeb_igPlayButton_DataSmartBlue
{
    background-position: -156px -198px;
    width: 21px;
    height: 25px;
}
.dxm-disabled .dxWeb_mHorizontalPopOut_DataSmartBlue
{
    background-position: -162px -468px;
    width: 7px;
    height: 4px;
}
.dxm-disabled .dxWeb_mVerticalPopOut_DataSmartBlue
{
    background-position: -138px -50px;
    width: 4px;
    height: 7px;
}
.dxm-disabled .dxWeb_mVerticalPopOutRtl_DataSmartBlue
{
    background-position: -176px -26px;
    width: 4px;
    height: 7px;
}
.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton_DataSmartBlue
{
    background-position: -80px -444px;
    width: 15px;
    height: 15px;
}
.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton_DataSmartBlue
{
    background-position: -144px -444px;
    width: 15px;
    height: 15px;
}
.dxpc-pinBtnChecked .dxWeb_pcPinButton_DataSmartBlue
{
    background-position: -101px -427px;
    width: 15px;
    height: 15px;
}
.dxpnl-btnHover .dxWeb_pnlExpand_DataSmartBlue
{
    background-position: -104px -198px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_DataSmartBlue
{
    background-position: 0px -224px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_DataSmartBlue
{
    background-position: -142px -106px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_DataSmartBlue
{
    background-position: -52px -276px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_DataSmartBlue
{
    background-position: -92px -132px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnPressed .dxWeb_pnlExpand_DataSmartBlue
{
    background-position: -78px -276px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_DataSmartBlue
{
    background-position: -144px -132px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_DataSmartBlue
{
    background-position: 0px -276px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_DataSmartBlue
{
    background-position: -52px -224px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_DataSmartBlue
{
    background-position: -130px -250px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected .dxWeb_pnlExpand_DataSmartBlue
{
    background-position: -104px -250px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom_DataSmartBlue
{
    background-position: 0px -250px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft_DataSmartBlue
{
    background-position: -52px -250px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected .dxWeb_pnlExpandArrowRight_DataSmartBlue
{
    background-position: -130px -224px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected .dxWeb_pnlExpandArrowTop_DataSmartBlue
{
    background-position: -26px -250px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpand_DataSmartBlue
{
    background-position: -78px -250px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_DataSmartBlue
{
    background-position: -78px -198px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_DataSmartBlue
{
    background-position: -129px -172px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_DataSmartBlue
{
    background-position: -104px -224px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_DataSmartBlue
{
    background-position: -26px -198px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpand_DataSmartBlue
{
    background-position: -78px -224px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_DataSmartBlue
{
    background-position: -130px -198px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_DataSmartBlue
{
    background-position: -103px -172px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_DataSmartBlue
{
    background-position: -155px -172px;
    width: 25px;
    height: 25px;
}
.dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_DataSmartBlue
{
    background-position: -104px -276px;
    width: 25px;
    height: 25px;
}
.dxrpCollapsed .dxWeb_rpCollapseButton_DataSmartBlue
{
    background-position: -14px -488px;
    width: 13px;
    height: 15px;
}
.dxWeb_edtCheckBoxChecked_DataSmartBlue
{
    background-position: -32px -444px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxCheckedDisabled_DataSmartBlue
{
    background-position: -128px -444px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxGrayed_DataSmartBlue
{
    background-position: -165px -427px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxGrayedDisabled_DataSmartBlue
{
    background-position: 0px -444px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxUnchecked_DataSmartBlue
{
    background-position: -149px -427px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxUncheckedDisabled_DataSmartBlue
{
    background-position: -64px -444px;
    width: 15px;
    height: 15px;
}
.dxWeb_fmBreadCrumbsSeparatorArrow_DataSmartBlue
{
    background-position: -175px -326px;
    width: 5px;
    height: 7px;
}
.dxWeb_fmBreadCrumbsUpButton_DataSmartBlue
{
    background-position: -128px -392px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmBreadCrumbsUpButtonDisabled_DataSmartBlue
{
    background-position: -111px -392px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmCopyButton_DataSmartBlue
{
    background-position: -17px -427px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmCopyButtonDisabled_DataSmartBlue
{
    background-position: -34px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmCreateButton_DataSmartBlue
{
    background-position: -51px -427px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmCreateButtonDisabled_DataSmartBlue
{
    background-position: -119px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDeleteButton_DataSmartBlue
{
    background-position: 0px -427px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDeleteButtonDisabled_DataSmartBlue
{
    background-position: -17px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDwnlButton_DataSmartBlue
{
    background-position: -34px -427px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDwnlButtonDisabled_DataSmartBlue
{
    background-position: -68px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmFolder_DataSmartBlue
{
    background-position: -85px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmFolderLocked_DataSmartBlue
{
    background-position: -162px -392px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmMoveButton_DataSmartBlue
{
    background-position: -94px -392px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmMoveButtonDisabled_DataSmartBlue
{
    background-position: -136px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmRefreshButton_DataSmartBlue
{
    background-position: -153px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmRefreshButtonDisabled_DataSmartBlue
{
    background-position: -77px -392px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmRenameButton_DataSmartBlue
{
    background-position: -51px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmRenameButtonDisabled_DataSmartBlue
{
    background-position: -60px -392px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmThumbnailCheck_DataSmartBlue
{
    background-position: -64px -460px;
    width: 10px;
    height: 10px;
}
.dxWeb_fmUplButton_DataSmartBlue
{
    background-position: -145px -392px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmUplButtonDisabled_DataSmartBlue
{
    background-position: -68px -427px;
    width: 16px;
    height: 16px;
}
.dxWeb_igCloseButton_DataSmartBlue
{
    background-position: -84px -488px;
    width: 13px;
    height: 13px;
}
.dxWeb_igNavigationBarMarker_DataSmartBlue
{
    background-position: -39px -392px;
    width: 20px;
    height: 16px;
}
.dxWeb_igNextButton_DataSmartBlue
{
    background-position: 0px -66px;
    width: 45px;
    height: 65px;
}
.dxWeb_igNextButtonDisabled_DataSmartBlue
{
    background-position: -46px 0px;
    width: 45px;
    height: 65px;
}
.dxWeb_igNextButtonHover_DataSmartBlue
{
    background-position: 0px -132px;
    width: 45px;
    height: 65px;
}
.dxWeb_igNextButtonPressed_DataSmartBlue
{
    background-position: 0px 0px;
    width: 45px;
    height: 65px;
}
.dxWeb_igPauseButton_DataSmartBlue
{
    background-position: -26px -392px;
    width: 12px;
    height: 17px;
}
.dxWeb_igPlayButton_DataSmartBlue
{
    background-position: 0px -392px;
    width: 12px;
    height: 17px;
}
.dxWeb_igPrevButton_DataSmartBlue
{
    background-position: -46px -66px;
    width: 45px;
    height: 65px;
}
.dxWeb_igPrevButtonDisabled_DataSmartBlue
{
    background-position: -46px -132px;
    width: 45px;
    height: 65px;
}
.dxWeb_igPrevButtonHover_DataSmartBlue
{
    background-position: -92px -66px;
    width: 45px;
    height: 65px;
}
.dxWeb_igPrevButtonPressed_DataSmartBlue
{
    background-position: -92px 0px;
    width: 45px;
    height: 65px;
}
.dxWeb_isDot_DataSmartBlue
{
    background-position: -42px -488px;
    width: 13px;
    height: 13px;
}
.dxWeb_isDotDisabled_DataSmartBlue
{
    background-position: -158px -473px;
    width: 13px;
    height: 13px;
}
.dxWeb_isDotPressed_DataSmartBlue
{
    background-position: -144px -473px;
    width: 13px;
    height: 13px;
}
.dxWeb_isDotSelected_DataSmartBlue
{
    background-position: -98px -488px;
    width: 13px;
    height: 13px;
}
.dxWeb_isNextBtnHor_DataSmartBlue
{
    background-position: -162px -34px;
    width: 18px;
    height: 31px;
}
.dxWeb_isNextBtnHorDisabled_DataSmartBlue
{
    background-position: -138px 0px;
    width: 18px;
    height: 31px;
}
.dxWeb_isNextBtnVert_DataSmartBlue
{
    background-position: 0px -372px;
    width: 29px;
    height: 19px;
}
.dxWeb_isNextBtnVertDisabled_DataSmartBlue
{
    background-position: -133px -350px;
    width: 29px;
    height: 19px;
}
.dxWeb_isNextPageBtnHor_DataSmartBlue
{
    background-position: -118px -350px;
    width: 14px;
    height: 21px;
}
.dxWeb_isNextPageBtnHorDisabled_DataSmartBlue
{
    background-position: -160px -326px;
    width: 14px;
    height: 21px;
}
.dxWeb_isNextPageBtnHorOutside_DataSmartBlue
{
    background-position: -168px -103px;
    width: 12px;
    height: 28px;
}
.dxWeb_isNextPageBtnHorOutsideDisabled_DataSmartBlue
{
    background-position: -138px -66px;
    width: 12px;
    height: 28px;
}
.dxWeb_isNextPageBtnVert_DataSmartBlue
{
    background-position: -44px -473px;
    width: 21px;
    height: 14px;
}
.dxWeb_isNextPageBtnVertDisabled_DataSmartBlue
{
    background-position: 0px -473px;
    width: 21px;
    height: 14px;
}
.dxWeb_isNextPageBtnVertOutside_DataSmartBlue
{
    background-position: -121px -159px;
    width: 28px;
    height: 12px;
}
.dxWeb_isNextPageBtnVertOutsideDisabled_DataSmartBlue
{
    background-position: 0px -460px;
    width: 28px;
    height: 12px;
}
.dxWeb_isPauseBtn_DataSmartBlue
{
    background-position: -162px -372px;
    width: 12px;
    height: 17px;
}
.dxWeb_isPlayBtn_DataSmartBlue
{
    background-position: -13px -392px;
    width: 12px;
    height: 17px;
}
.dxWeb_isPrevBtnHor_DataSmartBlue
{
    background-position: -143px -34px;
    width: 18px;
    height: 31px;
}
.dxWeb_isPrevBtnHorDisabled_DataSmartBlue
{
    background-position: -157px 0px;
    width: 18px;
    height: 31px;
}
.dxWeb_isPrevBtnVert_DataSmartBlue
{
    background-position: -30px -372px;
    width: 29px;
    height: 19px;
}
.dxWeb_isPrevBtnVertDisabled_DataSmartBlue
{
    background-position: -60px -372px;
    width: 29px;
    height: 19px;
}
.dxWeb_isPrevPageBtnHor_DataSmartBlue
{
    background-position: -88px -350px;
    width: 14px;
    height: 21px;
}
.dxWeb_isPrevPageBtnHorDisabled_DataSmartBlue
{
    background-position: -103px -350px;
    width: 14px;
    height: 21px;
}
.dxWeb_isPrevPageBtnHorOutside_DataSmartBlue
{
    background-position: -151px -66px;
    width: 12px;
    height: 28px;
}
.dxWeb_isPrevPageBtnHorOutsideDisabled_DataSmartBlue
{
    background-position: -164px -66px;
    width: 12px;
    height: 28px;
}
.dxWeb_isPrevPageBtnVert_DataSmartBlue
{
    background-position: -22px -473px;
    width: 21px;
    height: 14px;
}
.dxWeb_isPrevPageBtnVertDisabled_DataSmartBlue
{
    background-position: -66px -473px;
    width: 21px;
    height: 14px;
}
.dxWeb_isPrevPageBtnVertOutside_DataSmartBlue
{
    background-position: -150px -159px;
    width: 28px;
    height: 12px;
}
.dxWeb_isPrevPageBtnVertOutsideDisabled_DataSmartBlue
{
    background-position: -92px -159px;
    width: 28px;
    height: 12px;
}
.dxWeb_izEWCloseButton_DataSmartBlue
{
    background-position: -26px -224px;
    width: 25px;
    height: 25px;
}
.dxWeb_izHint_DataSmartBlue
{
    background-position: -144px -372px;
    width: 17px;
    height: 17px;
}
.dxWeb_mAdaptiveMenu_DataSmartBlue
{
    background-position: -170px -468px;
    width: 10px;
    height: 4px;
}
.dxWeb_mHorizontalPopOut_DataSmartBlue
{
    background-position: -106px -468px;
    width: 7px;
    height: 4px;
}
.dxWeb_mScrollDown_DataSmartBlue
{
    background-position: -122px -468px;
    width: 7px;
    height: 4px;
}
.dxWeb_mScrollUp_DataSmartBlue
{
    background-position: -138px -468px;
    width: 7px;
    height: 4px;
}
.dxWeb_mSubMenuItem_DataSmartBlue
{
    background-position: -102px -473px;
    width: 13px;
    height: 13px;
}
.dxWeb_mSubMenuItemChecked_DataSmartBlue
{
    background-position: -70px -488px;
    width: 13px;
    height: 13px;
}
.dxWeb_mVerticalPopOut_DataSmartBlue
{
    background-position: -138px -58px;
    width: 4px;
    height: 7px;
}
.dxWeb_mVerticalPopOutRtl_DataSmartBlue
{
    background-position: -176px 0px;
    width: 4px;
    height: 7px;
}
.dxWeb_nbCollapse_DataSmartBlue
{
    background-position: -28px -488px;
    width: 13px;
    height: 15px;
}
.dxWeb_nbExpand_DataSmartBlue
{
    background-position: 0px -488px;
    width: 13px;
    height: 15px;
}
.dxWeb_ncBackToTop_DataSmartBlue
{
    background-position: -117px -427px;
    width: 15px;
    height: 15px;
}
.dxWeb_pAll_DataSmartBlue
{
    background-position: -41px -302px;
    width: 40px;
    height: 23px;
}
.dxWeb_pAllDisabled_DataSmartBlue
{
    background-position: 0px -302px;
    width: 40px;
    height: 23px;
}
.dxWeb_pcCloseButton_DataSmartBlue
{
    background-position: -96px -444px;
    width: 15px;
    height: 15px;
}
.dxWeb_pcCollapseButton_DataSmartBlue
{
    background-position: -112px -444px;
    width: 15px;
    height: 15px;
}
.dxWeb_pcMaximizeButton_DataSmartBlue
{
    background-position: -16px -444px;
    width: 15px;
    height: 15px;
}
.dxWeb_pcPinButton_DataSmartBlue
{
    background-position: -133px -427px;
    width: 15px;
    height: 15px;
}
.dxWeb_pcRefreshButton_DataSmartBlue
{
    background-position: -48px -444px;
    width: 15px;
    height: 15px;
}
.dxWeb_pcSizeGrip_DataSmartBlue
{
    background-position: -112px -488px;
    width: 13px;
    height: 13px;
}
.dxWeb_pcSizeGripRtl_DataSmartBlue
{
    background-position: -116px -473px;
    width: 13px;
    height: 13px;
}
.dxWeb_pFirst_DataSmartBlue
{
    background-position: -154px -302px;
    width: 23px;
    height: 23px;
}
.dxWeb_pFirstDisabled_DataSmartBlue
{
    background-position: -130px -302px;
    width: 23px;
    height: 23px;
}
.dxWeb_pLast_DataSmartBlue
{
    background-position: -24px -326px;
    width: 23px;
    height: 23px;
}
.dxWeb_pLastDisabled_DataSmartBlue
{
    background-position: -48px -326px;
    width: 23px;
    height: 23px;
}
.dxWeb_pNext_DataSmartBlue
{
    background-position: -106px -302px;
    width: 23px;
    height: 23px;
}
.dxWeb_pNextDisabled_DataSmartBlue
{
    background-position: -156px -276px;
    width: 23px;
    height: 23px;
}
.dxWeb_pnlExpand_DataSmartBlue
{
    background-position: -52px -198px;
    width: 25px;
    height: 25px;
}
.dxWeb_pnlExpandArrowBottom_DataSmartBlue
{
    background-position: -130px -276px;
    width: 25px;
    height: 25px;
}
.dxWeb_pnlExpandArrowLeft_DataSmartBlue
{
    background-position: 0px -198px;
    width: 25px;
    height: 25px;
}
.dxWeb_pnlExpandArrowRight_DataSmartBlue
{
    background-position: -26px -276px;
    width: 25px;
    height: 25px;
}
.dxWeb_pnlExpandArrowTop_DataSmartBlue
{
    background-position: -118px -132px;
    width: 25px;
    height: 25px;
}
.dxWeb_pPopOut_DataSmartBlue
{
    background-position: -53px -460px;
    width: 10px;
    height: 12px;
}
.dxWeb_pPopOutDisabled_DataSmartBlue
{
    background-position: -170px -410px;
    width: 10px;
    height: 12px;
}
.dxWeb_pPrev_DataSmartBlue
{
    background-position: -82px -302px;
    width: 23px;
    height: 23px;
}
.dxWeb_pPrevDisabled_DataSmartBlue
{
    background-position: 0px -326px;
    width: 23px;
    height: 23px;
}
.dxWeb_rDialogBoxLauncher_DataSmartBlue
{
    background-position: -88px -473px;
    width: 13px;
    height: 13px;
}
.dxWeb_rDialogBoxLauncherDisabled_DataSmartBlue
{
    background-position: -126px -488px;
    width: 13px;
    height: 13px;
}
.dxWeb_rDialogBoxLauncherHover_DataSmartBlue
{
    background-position: -56px -488px;
    width: 13px;
    height: 13px;
}
.dxWeb_rDialogBoxLauncherPressed_DataSmartBlue
{
    background-position: -130px -473px;
    width: 13px;
    height: 13px;
}
.dxWeb_rGlrDown_DataSmartBlue
{
    background-position: -98px -468px;
    width: 7px;
    height: 4px;
}
.dxWeb_rGlrDownDisabled_DataSmartBlue
{
    background-position: -146px -468px;
    width: 7px;
    height: 4px;
}
.dxWeb_rGlrPopOut_DataSmartBlue
{
    background-position: -173px -481px;
    width: 7px;
    height: 6px;
}
.dxWeb_rGlrPopOutDisabled_DataSmartBlue
{
    background-position: -159px -460px;
    width: 7px;
    height: 6px;
}
.dxWeb_rGlrUp_DataSmartBlue
{
    background-position: -154px -468px;
    width: 7px;
    height: 4px;
}
.dxWeb_rGlrUpDisabled_DataSmartBlue
{
    background-position: -114px -468px;
    width: 7px;
    height: 4px;
}
.dxWeb_rMinBtn_DataSmartBlue
{
    background-position: -119px -460px;
    width: 10px;
    height: 7px;
}
.dxWeb_rMinBtn_DataSmartBlue.dxWeb_rMinBtnHover_DataSmartBlue
{
    background-position: -86px -460px;
    width: 10px;
    height: 7px;
}
.dxWeb_rMinBtn_DataSmartBlue.dxWeb_rMinBtnPressed_DataSmartBlue
{
    background-position: -75px -460px;
    width: 10px;
    height: 7px;
}
.dxWeb_rMinBtnChecked_DataSmartBlue.dxWeb_rMinBtn_DataSmartBlue
{
    background-position: -141px -460px;
    width: 10px;
    height: 7px;
}
.dxWeb_rMinBtnChecked_DataSmartBlue.dxWeb_rMinBtnDisabled_DataSmartBlue
{
    background-position: -130px -460px;
    width: 10px;
    height: 7px;
}
.dxWeb_rMinBtnChecked_DataSmartBlue.dxWeb_rMinBtnHover_DataSmartBlue
{
    background-position: -108px -460px;
    width: 10px;
    height: 7px;
}
.dxWeb_rMinBtnChecked_DataSmartBlue.dxWeb_rMinBtnPressed_DataSmartBlue
{
    background-position: -97px -460px;
    width: 10px;
    height: 7px;
}
.dxWeb_rMinBtnDisabled_DataSmartBlue
{
    background-position: -162px -95px;
    width: 10px;
    height: 7px;
}
.dxWeb_rpCollapseButton_DataSmartBlue
{
    background-position: -160px -444px;
    width: 13px;
    height: 15px;
}
.dxWeb_rPopOut_DataSmartBlue
{
    background-position: -130px -468px;
    width: 7px;
    height: 4px;
}
.dxWeb_smBullet_DataSmartBlue
{
    background-position: -156px -488px;
    width: 6px;
    height: 6px;
}
.dxWeb_splHCollapseBackwardButton_DataSmartBlue
{
    background-position: -167px -460px;
    width: 7px;
    height: 6px;
}
.dxWeb_splHCollapseBackwardButtonHover_DataSmartBlue
{
    background-position: -148px -488px;
    width: 7px;
    height: 6px;
}
.dxWeb_splHCollapseForwardButton_DataSmartBlue
{
    background-position: -140px -488px;
    width: 7px;
    height: 6px;
}
.dxWeb_splHCollapseForwardButtonHover_DataSmartBlue
{
    background-position: -172px -473px;
    width: 7px;
    height: 6px;
}
.dxWeb_splHSeparator_DataSmartBlue
{
    background-position: -29px -460px;
    width: 23px;
    height: 6px;
}
.dxWeb_splHSeparatorHover_DataSmartBlue
{
    background-position: -138px -96px;
    width: 23px;
    height: 6px;
}
.dxWeb_splVCollapseBackwardButton_DataSmartBlue
{
    background-position: -173px -95px;
    width: 6px;
    height: 7px;
}
.dxWeb_splVCollapseBackwardButtonHover_DataSmartBlue
{
    background-position: -152px -460px;
    width: 6px;
    height: 7px;
}
.dxWeb_splVCollapseForwardButton_DataSmartBlue
{
    background-position: -174px -444px;
    width: 6px;
    height: 7px;
}
.dxWeb_splVCollapseForwardButtonHover_DataSmartBlue
{
    background-position: -174px -452px;
    width: 6px;
    height: 7px;
}
.dxWeb_splVSeparator_DataSmartBlue
{
    background-position: -96px -175px;
    width: 6px;
    height: 22px;
}
.dxWeb_splVSeparatorHover_DataSmartBlue
{
    background-position: -170px -132px;
    width: 6px;
    height: 22px;
}
.dxWeb_tcScrollLeft_DataSmartBlue
{
    background-position: -116px -326px;
    width: 21px;
    height: 21px;
}
.dxWeb_tcScrollLeftDisabled_DataSmartBlue
{
    background-position: 0px -350px;
    width: 21px;
    height: 21px;
}
.dxWeb_tcScrollLeftHover_DataSmartBlue
{
    background-position: -22px -350px;
    width: 21px;
    height: 21px;
}
.dxWeb_tcScrollLeftPressed_DataSmartBlue
{
    background-position: -66px -350px;
    width: 21px;
    height: 21px;
}
.dxWeb_tcScrollRight_DataSmartBlue
{
    background-position: -94px -326px;
    width: 21px;
    height: 21px;
}
.dxWeb_tcScrollRightDisabled_DataSmartBlue
{
    background-position: -138px -326px;
    width: 21px;
    height: 21px;
}
.dxWeb_tcScrollRightHover_DataSmartBlue
{
    background-position: -72px -326px;
    width: 21px;
    height: 21px;
}
.dxWeb_tcScrollRightPressed_DataSmartBlue
{
    background-position: -44px -350px;
    width: 21px;
    height: 21px;
}
.dxWeb_tiBackToTop_DataSmartBlue
{
    background-position: -85px -427px;
    width: 15px;
    height: 15px;
}
.dxWeb_tvColBtn_DataSmartBlue
{
    background-position: -90px -372px;
    width: 17px;
    height: 17px;
}
.dxWeb_tvColBtnRtl_DataSmartBlue
{
    background-position: -108px -372px;
    width: 17px;
    height: 17px;
}
.dxWeb_tvExpBtn_DataSmartBlue
{
    background-position: -163px -350px;
    width: 17px;
    height: 17px;
}
.dxWeb_tvExpBtnRtl_DataSmartBlue
{
    background-position: -126px -372px;
    width: 17px;
    height: 17px;
}
.dxWeb_ucClearButton_DataSmartBlue
{
    background-position: -102px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_ucClearButtonDisabled_DataSmartBlue
{
    background-position: 0px -410px;
    width: 16px;
    height: 16px;
}
.dxWeb_rpHeaderTopLeftCorner_DataSmartBlue,
.dxWeb_rpHeaderTopRightCorner_DataSmartBlue,
.dxWeb_rpHeaderBottomLeftCorner_DataSmartBlue,
.dxWeb_rpHeaderBottomRightCorner_DataSmartBlue,
.dxWeb_rpBottomLeftCorner_DataSmartBlue,
.dxWeb_rpBottomRightCorner_DataSmartBlue,
.dxWeb_rpTopLeftCorner_DataSmartBlue,
.dxWeb_rpTopRightCorner_DataSmartBlue,
.dxWeb_rpGroupBoxBottomLeftCorner_DataSmartBlue,
.dxWeb_rpGroupBoxBottomRightCorner_DataSmartBlue,
.dxWeb_rpGroupBoxTopLeftCorner_DataSmartBlue,
.dxWeb_rpGroupBoxTopRightCorner_DataSmartBlue,
.dxWeb_mHorizontalPopOut_DataSmartBlue,
.dxWeb_mVerticalPopOut_DataSmartBlue,
.dxWeb_mVerticalPopOutRtl_DataSmartBlue,
.dxWeb_mSubMenuItem_DataSmartBlue,
.dxWeb_mSubMenuItemChecked_DataSmartBlue,
.dxWeb_mScrollUp_DataSmartBlue,
.dxWeb_mScrollDown_DataSmartBlue,
.dxWeb_tcScrollLeft_DataSmartBlue,
.dxWeb_tcScrollRight_DataSmartBlue,
.dxWeb_tcScrollLeftHover_DataSmartBlue,
.dxWeb_tcScrollRightHover_DataSmartBlue,
.dxWeb_tcScrollLeftPressed_DataSmartBlue,
.dxWeb_tcScrollRightPressed_DataSmartBlue,
.dxWeb_tcScrollLeftDisabled_DataSmartBlue,
.dxWeb_tcScrollRightDisabled_DataSmartBlue,
.dxWeb_nbCollapse_DataSmartBlue,
.dxWeb_nbExpand_DataSmartBlue,
.dxWeb_splVSeparator_DataSmartBlue,
.dxWeb_splVSeparatorHover_DataSmartBlue,
.dxWeb_splHSeparator_DataSmartBlue,
.dxWeb_splHSeparatorHover_DataSmartBlue,
.dxWeb_splVCollapseBackwardButton_DataSmartBlue,
.dxWeb_splVCollapseBackwardButtonHover_DataSmartBlue,
.dxWeb_splHCollapseBackwardButton_DataSmartBlue,
.dxWeb_splHCollapseBackwardButtonHover_DataSmartBlue,
.dxWeb_splVCollapseForwardButton_DataSmartBlue,
.dxWeb_splVCollapseForwardButtonHover_DataSmartBlue,
.dxWeb_splHCollapseForwardButton_DataSmartBlue,
.dxWeb_splHCollapseForwardButtonHover_DataSmartBlue,
.dxWeb_pcCloseButton_DataSmartBlue,
.dxWeb_pcPinButton_DataSmartBlue,
.dxWeb_pcRefreshButton_DataSmartBlue,
.dxWeb_pcCollapseButton_DataSmartBlue,
.dxWeb_pcMaximizeButton_DataSmartBlue,
.dxWeb_pcSizeGrip_DataSmartBlue,
.dxWeb_pcSizeGripRtl_DataSmartBlue,
.dxWeb_pPopOut_DataSmartBlue,
.dxWeb_pPopOutDisabled_DataSmartBlue,
.dxWeb_pAll_DataSmartBlue,
.dxWeb_pAllDisabled_DataSmartBlue,
.dxWeb_pPrev_DataSmartBlue,
.dxWeb_pPrevDisabled_DataSmartBlue,
.dxWeb_pNext_DataSmartBlue,
.dxWeb_pNextDisabled_DataSmartBlue,
.dxWeb_pLast_DataSmartBlue,
.dxWeb_pLastDisabled_DataSmartBlue,
.dxWeb_pFirst_DataSmartBlue,
.dxWeb_pFirstDisabled_DataSmartBlue,
.dxWeb_tvColBtn_DataSmartBlue,
.dxWeb_tvColBtnRtl_DataSmartBlue,
.dxWeb_tvExpBtn_DataSmartBlue,
.dxWeb_tvExpBtnRtl_DataSmartBlue,
.dxWeb_ncBackToTop_DataSmartBlue,
.dxWeb_smBullet_DataSmartBlue,
.dxWeb_tiBackToTop_DataSmartBlue,
.dxWeb_fmFolder_DataSmartBlue,
.dxWeb_fmFolderLocked_DataSmartBlue,
.dxWeb_fmCreateButton_DataSmartBlue,
.dxWeb_fmMoveButton_DataSmartBlue,
.dxWeb_fmRenameButton_DataSmartBlue,
.dxWeb_fmDeleteButton_DataSmartBlue,
.dxWeb_fmRefreshButton_DataSmartBlue,
.dxWeb_fmDwnlButton_DataSmartBlue,
.dxWeb_fmCreateButtonDisabled_DataSmartBlue,
.dxWeb_fmMoveButtonDisabled_DataSmartBlue,
.dxWeb_fmRenameButtonDisabled_DataSmartBlue,
.dxWeb_fmDeleteButtonDisabled_DataSmartBlue,
.dxWeb_fmRefreshButtonDisabled_DataSmartBlue,
.dxWeb_fmDwnlButtonDisabled_DataSmartBlue,
.dxWeb_fmThumbnailCheck_DataSmartBlue,
.dxWeb_ucClearButton_DataSmartBlue,
.dxWeb_ucClearButtonDisabled_DataSmartBlue,
.dxWeb_isPrevBtnHor_DataSmartBlue,
.dxWeb_isNextBtnHor_DataSmartBlue,
.dxWeb_isPrevBtnVert_DataSmartBlue,
.dxWeb_isNextBtnVert_DataSmartBlue,
.dxWeb_isPrevPageBtnHor_DataSmartBlue,
.dxWeb_isPrevPageBtnHorOutside_DataSmartBlue,
.dxWeb_isNextPageBtnHor_DataSmartBlue,
.dxWeb_isNextPageBtnHorOutside_DataSmartBlue,
.dxWeb_isPrevPageBtnVert_DataSmartBlue,
.dxWeb_isPrevPageBtnVertOutside_DataSmartBlue,
.dxWeb_isNextPageBtnVert_DataSmartBlue,
.dxWeb_isNextPageBtnVertOutside_DataSmartBlue,
.dxWeb_isPrevBtnHorDisabled_DataSmartBlue,
.dxWeb_isNextBtnHorDisabled_DataSmartBlue,
.dxWeb_isPrevBtnVertDisabled_DataSmartBlue,
.dxWeb_isNextBtnVertDisabled_DataSmartBlue,
.dxWeb_isPrevPageBtnHorDisabled_DataSmartBlue,
.dxWeb_isPrevPageBtnHorOutsideDisabled_DataSmartBlue,
.dxWeb_isNextPageBtnHorDisabled_DataSmartBlue,
.dxWeb_isNextPageBtnHorOutsideDisabled_DataSmartBlue,
.dxWeb_isPrevPageBtnVertDisabled_DataSmartBlue,
.dxWeb_isPrevPageBtnVertOutsideDisabled_DataSmartBlue,
.dxWeb_isNextPageBtnVertDisabled_DataSmartBlue,
.dxWeb_isNextPageBtnVertOutsideDisabled_DataSmartBlue,
.dxWeb_isDot_DataSmartBlue,
.dxWeb_isDotDisabled_DataSmartBlue,
.dxWeb_isDotSelected_DataSmartBlue,
.dxWeb_isPlayBtn_DataSmartBlue,
.dxWeb_isPauseBtn_DataSmartBlue,
.dxWeb_igCloseButton_DataSmartBlue,
.dxWeb_igNextButton_DataSmartBlue,
.dxWeb_igPrevButton_DataSmartBlue,
.dxWeb_igPlayButton_DataSmartBlue,
.dxWeb_igPauseButton_DataSmartBlue,
.dxWeb_igNavigationBarMarker_DataSmartBlue
 { 
    display:block;
}
.dxWeb_mScrollUp_DataSmartBlue, .dxWeb_mScrollDown_DataSmartBlue
{
	margin: auto;
}
.dxWeb_ncBackToTop_DataSmartBlue,
.dxWeb_smBullet_DataSmartBlue,
.dxWeb_tiBackToTop_DataSmartBlue
{
	display:inline;
}


