img
{
	border-width: 0;
}

img[class^="dx"] /*Bootstrap correction*/
{
    max-width: none;
}

.dx-clear
{
	display: block;
	clear: both;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.dxKBSW
{
	font-size:0;
}
.dxTouchUI .dxTA
{
    -webkit-backface-visibility: hidden;
}
.dxMSTouchDraggable,
.dxAC
{
	-ms-touch-action: pinch-zoom;
}

.dx-al { text-align: left; }
.dx-al > * { }
.dx-ar { text-align: right; }
.dx-ar > * { float: right; }
.dx-ac { text-align: center; }
.dx-ac > * { margin: 0 auto; }
.dx-vam, .dx-vat, .dx-vab { display: inline-block!important; }
span.dx-vam, span.dx-vat, span.dx-vab, a.dx-vam, a.dx-vat, a.dx-vab 
{ 
    line-height: 100%; 
    padding: 2px 0;
}
a > .dx-vam, a > .dx-vat, a > .dx-vab 
{ 
    /* Q556373 */
    line-height: 135%\9!important;
    display: inline\9!important;
    padding: 0\9!important;
    /* B253437 */
    *cursor: pointer; /* B253437 */
}
.dx-vam, .dx-valm { vertical-align: middle; }
.dx-vat, .dx-valt { vertical-align: top; }
.dx-vab, .dx-valb { vertical-align: bottom; }
.dx-noPadding { padding: 0!important; }
.dx-wrap, span.dx-wrap
{ 
    white-space: normal!important; 
    line-height: normal;
    padding: 0;
}
.dx-nowrap, span.dx-nowrap
{ 
    white-space: nowrap!important; 
}

/* Prevent LinkStyle for disabled elements */
*[class*='dxnbLiteDisabled'] a:hover, 
*[class*='dxnbLiteDisabled'] a:hover *, 
*[class*='dxnbLiteDisabled'] a:visited *,
*[class*='dxnbLiteDisabled'] a:visited *,
*[class*='dxm-disabled'] a:hover, 
*[class*='dxm-disabled'] a:hover *, 
*[class*='dxm-disabled'] a:visited *,
*[class*='dxm-disabled'] a:visited *,
*[class*='dxtcLiteDisabled'] a:hover, 
*[class*='dxtcLiteDisabled'] a:hover *, 
*[class*='dxtcLiteDisabled'] a:visited *,
*[class*='dxtcLiteDisabled'] a:visited *
{
    color: inherit!important;
    text-decoration: inherit!important;
}

/* ASPxButton */
.dxb-hb,
.dxb-hbc
{
    padding: 0;
    margin: 0;
    border: 0;
    height: 0;
    width: 0;
    font-size: 0;
    opacity: 0;
}
.dxb-hbc .dxb-hb
{
    position: relative;
    height: 1px;
    width: 1px;
}
.dxb-hbc
{
    overflow: hidden;
}

/* ASPxInternalCheckBox */
.dxicbInput
{
	border: 0;
	width: 0;
	height: 0;
	padding: 0;
	background-color: transparent;
}
.dxichCellSys
{
    line-height: 0!important;
    padding: 3px 3px 1px;
}
.dxichSys
{
    margin: 1px;
    cursor: default;
	display: inline-block;
	vertical-align: middle;
}
.dxichTextCellSys
{
    padding: 2px 0 1px;
}

/* ASPxPager */
.dxp-spacer
{
    float: left;
    display: block;
    overflow: hidden;
}
.dxp-right
{
    float: right!important;
}
.dxp-summary,
.dxp-sep,
.dxp-button,
.dxp-pageSizeItem,
.dxp-num,
.dxp-current,
.dxp-ellip
{
	display: block;
	float: left;
    line-height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dxp-pageSizeItem
    {
	    margin-top: -1px;
    }
    ::i-block-chrome,
    .dxp-pageSizeItem
    {
	    margin-top: 0;
    }
}
@-moz-document url-prefix() {
    .dxp-pageSizeItem
    {
	    margin-top: -1px;
    }
}
span.dxp-comboBox input /*Bootstrap correction*/
{
    height: auto;
    color: black;
    -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;
}
.dxp-pageSizeItem label /*Bootstrap correction*/
{
    font-size: 12px;
    line-height: normal;
    display: inline;
    margin-bottom: 0px;
}

/* ASPxUploadControl */
.dxucEditAreaSys
{
    margin: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
}
.dxucButtonSys
{
    color: #394EA2;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    white-space: nowrap;
}
.dxucButtonSys a[unselectable="on"]
{
    cursor: default;
    user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

/* ASPxPopupControl lite */
.dxpc-mainDiv
{
    position: relative;
    *position: static; /*IE 7*/
}
.dxpc-headerContent,
.dxpc-footerContent
{
    white-space: nowrap;
}
.dxpc-animationWrapper
{
    width: inherit;
    height: inherit;
}
.dxpcHBCellSys
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
.dxpc-contentWrapper 
{
	display: table;
    width: 100%;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dxpc-shadow 
{
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
    border-collapse: separate;
}

.dxpc-ie:after
{
	content: "";
}

.dxpc-iFrame
{
	vertical-align: text-bottom;
    overflow: auto;
    border: 0;
}

/* DropDownPopupControl */
.dxpc-ddSys
{
    position: absolute;
	border-spacing: 0px;
}
.dxpc-ddSys .dxpc-content
{
	padding: 0!important;
}
.dxpc-ddSys .dxpc-mainDiv,
.dxpc-ddSys.dxpc-mainDiv
{
	border: none!important;
}

/* ASPxNavBar lite */
.dxnbSys
{
    display: table;
    border-spacing: 0;
}
.dxnb-item,
.dxnb-link,
.dxnb-header,
.dxnb-headerCollapsed
{
    line-height: 100%;
}
/* ASPxMenu lite */
.dxm-rtl
{
	direction: ltr;
}
.dxm-rtl .dxm-content
{
	direction: rtl;
}

.dxm-ltr .dxm-main,
.dxm-ltr .dxm-horizontal ul.dx 
{
	float: left;
}
.dxm-rtl .dxm-main,
.dxm-rtl .dxm-horizontal ul.dx 
{
	float: right;
}
.dxm-popup 
{
	position: relative;
}
ul.dx 
{
	list-style: none none outside;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: left top;
}
.dxm-rtl ul.dx 
{
	background-position: right top;
}
.dxm-vertical
{
    display: table;
    border-spacing: 0;
}
.dxm-image,
.dxm-pImage 
{
	border-width: 0px;
}
.dxm-popOut,
.dxm-spacing,
.dxm-separator,
.dxm-separator b 
{
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.dxm-content
{
	line-height: 100%;
}
.dxm-ltr .dxm-horizontal .dxm-item,
.dxm-ltr .dxm-horizontal .dxm-spacing,
.dxm-ltr .dxm-horizontal .dxm-separator,
.dxm-ltr .dxm-content
{
	float: left;
}
.dxm-rtl .dxm-horizontal .dxm-item,
.dxm-rtl .dxm-horizontal .dxm-spacing,
.dxm-rtl .dxm-horizontal .dxm-separator,
.dxm-rtl .dxm-content
{
	float: right;
}

.dxm-ltr .dxm-horizontal .dxm-popOut,
.dxm-rtl .dxm-horizontal .dxm-image-l .dxm-popOut
{
	float: right;
}
.dxm-ltr .dxm-horizontal .dxm-image-r .dxm-popOut,
.dxm-rtl .dxm-horizontal .dxm-image-r .dxm-popOut,
.dxm-rtl .dxm-horizontal .dxm-image-b .dxm-popOut,
.dxm-rtl .dxm-horizontal .dxm-image-t .dxm-popOut
{
	float: left;
}
.dxm-ltr .dxm-vertical .dxm-image-t .dxm-popOut,
.dxm-ltr .dxm-vertical .dxm-image-b .dxm-popOut,
.dxm-ltr .dxm-popup .dxm-popOut 
{
	float: right;
}
.dxm-rtl .dxm-vertical .dxm-image-t .dxm-popOut,
.dxm-rtl .dxm-vertical .dxm-image-b .dxm-popOut,
.dxm-rtl .dxm-popup .dxm-popOut 
{
	float: left;
}
.dxm-vertical .dxm-image-r .dxm-popOut
{
	float: left;
}
.dxm-vertical .dxm-image-l .dxm-popOut
{
	float: right;
}

.dxm-ie7 .dxm-vertical ul.dx,
.dxm-ie7 .dxm-popup ul.dx 
{
	height: 1%;
}
.dxm-ie7 .dxm-vertical .dxm-item,
.dxm-ie7 .dxm-popup .dxm-item 
{
	margin-bottom: -2px;
}
.dxm-ie7 .dxm-vertical .dxm-spacing,
.dxm-ie7 .dxm-popup .dxm-spacing 
{
	margin-bottom: -1px;
}
.dxm-ie7 .dxm-vertical .dxm-item,
.dxm-ie7 .dxm-vertical .dxm-spacing,
.dxm-ie7 .dxm-vertical .dxm-separator,
.dxm-ie7 .dxm-popup .dxm-item,
.dxm-ie7 .dxm-popup .dxm-spacing,
.dxm-ie7 .dxm-popup .dxm-separator 
{
	zoom: 1;
}
.dxm-vertical .dxm-separator b,
.dxm-popup .dxm-separator b 
{
	margin: 0px auto;
}
.dxm-ie7 .dxm-vertical .dxm-separator b,
.dxm-ie7 .dxm-popup .dxm-separator b 
{
	margin: 0px;
}
.dxm-ie7 .dxm-vertical .dxm-separator,
.dxm-ie7 .dxm-popup .dxm-separator 
{
	text-align: center;
}
.dxm-ie7 .dxm-horizontal .dxm-popOut
{
    float: left;
}

.dxm-shadow 
{
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.199219);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.199219);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.199219);
}
.dxm-autoWidth > ul,
.dxm-noWrap > ul
{
    display: table;
    border-spacing: 0;
    border-collapse: separate;
}
.dxm-autoWidth > ul
{
    width: 100%;
}
.dxm-autoWidth > ul > li,
.dxm-noWrap > ul > li
{
    display: table-cell;
    vertical-align: top;
}
.dxm-autoWidth > ul,
.dxm-autoWidth > ul > li,
.dxm-noWrap > ul > li 
{
    float: none!important;
}
.dxm-ie7.dxm-ltr .dxm-autoWidth > ul > li, 
.dxm-ie7.dxm-ltr .dxm-noWrap > ul > li 
{
	float: left!important;
}
.dxm-ie7.dxm-rtl .dxm-autoWidth > ul > li, 
.dxm-ie7.dxm-rtl .dxm-noWrap > ul > li 
{
	float: right!important;
}
.dxm-ie7 .dxm-horizontal.dxm-autoWidth .dxm-popOut
{
    float: right!important;
}
.dxm-ltr .dxm-autoWidth .dxm-item,
.dxm-rtl .dxm-autoWidth .dxm-item 
{
    text-align: center;
}
.dxm-item > label  /*Bootstrap correction*/
{ 
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    display: inline;
    margin-bottom: 0px;
}
li.dxm-item /*Bootstrap correction*/
{
    line-height: normal;
}
.dxm-horizontal.dxmtb .dxtb-labelMenuItem > label
{
    line-height: 100%;
    display: block;
}

/* ASPxTabControl, ASPxPageControl */
.dxtc-top > .dxtc-stripContainer.dxtc-strip .dxtc-leftIndent.dxtc-it,
.dxtc-top > .dxtc-stripContainer.dxtc-wrapper .dxtc-leftIndent.dxtc-it,
.dxtc-top > .dxtc-stripContainer.dxtc-strip .dxtc-rightIndent.dxtc-it,
.dxtc-top > .dxtc-stripContainer.dxtc-wrapper .dxtc-rightIndent.dxtc-it,
.dxtc-bottom > .dxtc-stripContainer.dxtc-strip .dxtc-leftIndent.dxtc-it,
.dxtc-bottom > .dxtc-stripContainer.dxtc-wrapper .dxtc-leftIndent.dxtc-it,
.dxtc-bottom > .dxtc-stripContainer.dxtc-strip .dxtc-rightIndent.dxtc-it,
.dxtc-bottom > .dxtc-stripContainer.dxtc-wrapper .dxtc-rightIndent.dxtc-it
{
    width: auto;
}
.dxtc-left > .dxtc-stripContainer.dxtc-strip .dxtc-leftIndent.dxtc-it,
.dxtc-left > .dxtc-stripContainer.dxtc-wrapper .dxtc-leftIndent.dxtc-it,
.dxtc-left > .dxtc-stripContainer.dxtc-strip .dxtc-rightIndent.dxtc-it,
.dxtc-left > .dxtc-stripContainer.dxtc-wrapper .dxtc-rightIndent.dxtc-it,
.dxtc-right > .dxtc-stripContainer.dxtc-strip .dxtc-leftIndent.dxtc-it,
.dxtc-right > .dxtc-stripContainer.dxtc-wrapper .dxtc-leftIndent.dxtc-it,
.dxtc-right > .dxtc-stripContainer.dxtc-strip .dxtc-rightIndent.dxtc-it,
.dxtc-right > .dxtc-stripContainer.dxtc-wrapper .dxtc-rightIndent.dxtc-it
{
    height: auto;
}
.dxtc-link
{
    line-height: 100%!important;
}
/* ASPxTreeView */
.dxtv-nd
{
    line-height: 100%;
}
.dxtv-ndChk
{
    padding: 0!important;
}
/* ASPxDocking - Dock zone */
.dxdzControlVert 
{
    width: 200px;
    height: 400px;
}

.dxdzControlHor
{
    width: 400px;
    height: 200px;
}

.dxdzControlFill
{
    width: 400px;
    height: 400px;
}

.dxdzDisabled
{
}

.dxdzControlVert .dxdz-pnlPlcHolder, 
.dxdzControlHor .dxdz-pnlPlcHolder,
.dxdzControlFill .dxdz-pnlPlcHolder
{
    width: 0;
    height: 0;
    border: 2px solid #A3B5DA;
    background-color: #D1DAEC;
}

.dxdzControlHor .dxdz-pnlPlcHolder
{
    float: left;
}

/* Splitter */
.dxsplS
{
	font-size: 0px;
	line-height: 0px;
    display: inline-block;
}
.dxsplLCC,
.dxsplCC,
.dxsplS
{
	overflow: hidden;
}
.dxsplCC,
.dxsplP
{
	width: 100%;
	height: 100%;
}
.dxsplLCC *[class^="col-xs-"], /*Bootstrap correction*/
.dxsplLCC *[class^="col-sm-"],
.dxsplLCC *[class^="col-md-"],
.dxsplLCC *[class^="col-lg-"]
{
    position: static;
}

/* Mobile */
.dxTouchVScrollHandle, .dxTouchHScrollHandle
{
    background-color: Black;
    position: absolute;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}
.dxTouchVScrollHandle
{
    width: 5px;
    height: 50%;
    margin-bottom: 3px;
}
.dxTouchHScrollHandle
{
    width: 50%;
    height: 5px;
    margin-right: 3px;
}
.dxTouchScrollHandleVisible
{
    -webkit-transition-duration: 0s;
	opacity: 0.4!important;
}

/* Layout Control */
.dxflHALSys { text-align: left; }
.dxflHALSys > table,
.dxflHALSys > div {
    margin-left: 0px;
    margin-right: auto;
}
.dxflHARSys { text-align: right; }
.dxflHARSys > table,
.dxflHARSys > div {
    margin-left: auto;
    margin-right: 0px;
}
.dxflHACSys { text-align: center; }
.dxflHACSys > table,
.dxflHACSys > div {
    margin-left: auto;
    margin-right: auto;
}
.dxflVATSys { vertical-align: top; }
.dxflVAMSys { vertical-align: middle; }
.dxflVABSys { vertical-align: bottom; }

.dxflItemSys,
.dxflGroupBoxSys
{
    text-align: left;
}

*[dir="rtl"] .dxflItemSys,
*[dir="rtl"] .dxflGroupBoxSys
{
    text-align: right;
}

.dxflPCSys
{
    float: none!important;
}

.dxflNestedControlCellSys > .dxichCellSys
{
    padding-left: 0;
}
.dxflNestedControlCellSys > .dxichCellSys > .dxichSys
{
    margin-left: -1px;
}
*[dir="rtl"] .dxflNestedControlCellSys > .dxichCellSys
{
    padding-right: 0;
}
*[dir="rtl"] .dxflNestedControlCellSys > .dxichCellSys > .dxichSys
{
    margin-right: -1px;
}

/* ASPxFileManager */
.dxfm-file .dxgv,
.dxfm-file .dxgv .dxfm-fileName
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dxfm-file .dxgv.dxfm-fileThumb
{
	text-overflow: clip;
}
.dxfm-multiSelect .dxfm-pThumbnailCheckImage
{
    display: none;
}
.dxfm-multiSelect div.dxfm-fileSA .dxfm-pThumbnailCheckImage,
.dxfm-multiSelect div.dxfm-fileSI .dxfm-pThumbnailCheckImage
{
    display: inline;
}
.dxfm-filter > label /*Bootstrap correction*/
{
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    display: inline;
    margin-bottom: 0px;
}
li.dxfm-filter /*Bootstrap correction*/
{
    line-height: normal;
}
.dxfm-toolbar *, /*Bootstrap correction*/
.dxfm-rInput
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* ASPxGridView */
.dxgv *[class^="col-xs-"], /*Bootstrap correction*/
.dxgv *[class^="col-sm-"],
.dxgv *[class^="col-md-"],
.dxgv *[class^="col-lg-"]
{
    position: static;
}
/* ASPxImageGallery */
.dxigExpandedText
{
    overflow: visible !important;
    white-space: normal !important;
}
.dxigFVIT
{
    display: none;
}
.dxigOPWM
{
    position: relative;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
/* ASPxImageSlider */
.dxisRtl .dxis-nbSelectedItem,
.dxisRtl .dxis-slidePanel,
.dxisRtl .dxis-nbSlidePanel
{
    left: 0;
}
.dxis-item > canvas ,
.dxis-nbItem > canvas {
	position:absolute;
}
.dxis-canvasOverlay {
	display: block;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); 
	width: 100%;
	height: 100%;
}
.dxis-nbItem .dxis-canvasOverlay,
.dxis-item .dxis-canvasOverlay {
	position: absolute;
    top: 0;
    left: 0;
}
.dxis-item > canvas,
.dxis-item .dxis-canvasOverlay {
	z-index: -1;
}
.dxis-nbItem > canvas {
	position: absolute;
}
/* ASPxRibbon */
.dxr-tabContent {
    display: none;
    overflow: hidden;
}
.dxr-tabContent .dxr-tabWrapper {
    width: 10000px;
    height: 100%;
}
.dxr-minPopupWindow .dxr-tabContent .dxr-tabWrapper {
    width: auto;
}
.dxr-inactiveTab {
    border-left: none!important;
    border-right: none!important;
    width: 0px!important;
    visibility: hidden;
    padding: 0!important;
    margin: 0!important;
}
.dxr-groupList .dxr-group {
    float: left;
    list-style: none;
}
.dxr-group .dxr-grExpBtn,
.dxr-group.dxr-grCollapsed .dxr-groupLabel,
.dxr-group.dxr-grCollapsed .dxr-groupContent {
    display: none;
}
.dxr-group.dxr-grCollapsed .dxr-grExpBtn,
.dxr-group.dxr-grCollapsed .dxr-grExpBtn .dxr-img32 {
    display: inline-block;
}
.dxr-blLrgItems .dxr-img16 {
    display: none!important;
}
.dxr-blLrgItems .dxr-img32 {
    display: inline-block!important;
}
.dxr-blRegItems .dxr-img32,
.dxr-blHorItems .dxr-img32 {
    display: none;
}
.dxr-blLrgItems .dx-clear {
    display: none;
}
.dxr-blHorItems br {
    display: none;
}
.dxr-block {
    display: block;
    float: left;
    overflow: hidden;
}
.dxr-blRegItems .dxr-item,
.dxr-blLrgItems .dxr-item,
.dxr-blHorItems .dxr-item {
    display: block;
    float: left;
    overflow: hidden;
}
.dxr-blHorItems .dxr-item {
    text-align: left;
}
.dxr-blHorItems.dxr-blReduced .dxr-item .dxr-label .dxr-lblText {
    display: none!important;
}
.dxr-blLrgItems .dxr-item .dxr-label {
    display: inline-block;
}
.dxr-blHorItems .dxr-item .dxr-label .dxr-lblText {
    display: inline-block;
}
.dxr-lblContent {
    display: inline-block;
}
.dxr-item .dxr-label .dxr-popOut {
    line-height: 0;
}
.dxr-item .dxr-label.dx-vam,
.dxr-item .dxr-label.dx-vat,
.dxr-item .dxr-label.dx-vab {
    line-height: 100%!important;
    padding: 2px 0;
}
.dxr-item .dxr-label.dx-vam span,
.dxr-item .dxr-label.dx-vat span,
.dxr-item .dxr-label.dx-vab span {
    line-height: 100%!important;
}
.dxr-ddImageContainer.dx-vam,
.dxr-ddImageContainer.dx-vat,
.dxr-ddImageContainer.dx-vab
{
    padding: 0;
}
.dxr-blRegItems .dxr-itemSep,
.dxr-blLrgItems .dxr-itemSep {
    float: left;
}
.dxr-groupList {
    float: left;
}
.dxr-groupList .dxr-groupSep {
    float: left;
}
.dxr-blRegItems .dxr-regClear-0 {
    display: block;
}
.dxr-blRegItems .dxr-regClear-1 {
    display: none;
}
.dxr-blRegItems.dxr-blReduced .dxr-regClear-0 {
    display: none;
}
.dxr-blRegItems.dxr-blReduced .dxr-regClear-1 {
    display: block;
}
.dxr-item .dxr-label .dxr-popOut {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dxr-groupContent .dxr-block .dxr-item.dxr-hasWidth {
    max-height: none;
    max-width: none;
}
.dxr-group .dxr-grExpBtn.dxr-hasWidth {
    max-height: none;
    max-width: none;
}

.dxr-blHorItems .dxr-itemSep {
    display: none;
}
.dxr-blHorItems .dxr-item {
    vertical-align: middle;
}
/*ASPxRoundPanel*/
.dxrpcontent {
    height:100%;
}
/* Button */
.dxbButtonSys
{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
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 .dxb
{
    line-height: 100%; 
}
/* CheckBox, CheckBoxList */
*[class^="dxeBase"] label /*Bootstrap correction*/
{
    font: inherit;
    line-height: normal;
    margin-bottom: 0px;
    display: inline;
}
/* TextEdit */
.dxeMemoEditAreaSys 
{
    padding: 3px 3px 0px 3px;
    margin: 0px;
    border-width: 0px;
	display: block;
	resize: none;
}
.dxic .dxeEditAreaSys
{
	padding: 0px 1px 0px 0px;
}
.dxeEditAreaSys 
{
    height: 14px;
    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 */
}
.dxeEditAreaSys,
.dxeMemoEditAreaSys, /*Bootstrap correction*/
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    line-height: normal;
}
.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;
}
.dxeMemoSys.form-control /*Bootstrap correction*/
{
    display: table;
    padding: 0;
}
.dxeMemoSys textarea /*Bootstrap correction*/
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dxeMemoSys td 
{
    padding: 0px 6px 0px 0px;
}
*[dir="rtl"].dxeMemoSys td 
{
    padding: 0px 0px 0px 6px;
}
.dxeTextBoxSys, 
.dxeMemoSys 
{
    border-collapse:separate!important;
}

.dxeTextBoxSys,
.dxeButtonEditSys 
{
    width: 170px;
}

.dxeButtonEditSys .dxeEditAreaSys,
.dxeButtonEditSys td.dxic,
.dxeTextBoxSys td.dxic,
.dxeMemoSys td,
.dxeEditAreaSys
{
	width: 100%;
}

.dxeTextBoxSys td.dxic,
.dxeButtonEditSys td.dxic 
{
    padding: 3px 3px 2px 3px;
    overflow: hidden;
}
.dxeButtonEditSysWithSpacing td.dxic 
{
    padding: 2px 2px 1px 2px;
}


/* Safari */
.dxeTextBoxSys.dxeSafariSys td.dxic,
.dxeButtonEditSys.dxeSafariSys td.dxic  
{
    padding-left: 2px;
}
.dxeButtonEditSysWithSpacing.dxeSafariSys td.dxic 
{
    padding-left: 1px;
}
*[dir="rtl"].dxeTextBoxSys.dxeSafariSys td.dxic,
*[dir="rtl"].dxeButtonEditSys.dxeSafariSys td.dxic 
{
    padding-right: 2px;
}

*[dir="rtl"].dxeButtonEditSysWithSpacing.dxeSafariSys td.dxic 
{
    padding-right: 1px;
}

*[dir="rtl"].dxeSafariSys .dxeMemoEditAreaSys 
{
    padding-right: 4px;
    padding-left: 3px;
}
*[dir="rtl"].dxeSafariSys td.dxic 
{
    padding-left: 7px;
    padding-right: 0px;
}

/* IE8 */
.dxeMemoEditAreaSys 
{
    padding-right: 4px\0/;
}
.dxeMemoSys td 
{
    padding-right: 7px\0/;
}
*[cols="20"].dxeMemoEditAreaSys 
{
    width: 100%\0/;
}
*[dir="rtl"].dxeMemoSys td 
{
    padding-left: 7px\0/;
}
*[dir="rtl"] .dxeEditAreaSys 
{
    padding-right: 1px\0/;
}

/* IE9 */
:root *[cols="20"].dxeMemoEditAreaSys 
{
    width: 100%;
}

/* IE10 */
.dxeHideClearBtnSys::-ms-clear
{
	display: none;
}

/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{  
    *[dir="rtl"] .dxeEditAreaSys 
    {
        padding-right: 1px;
    }
    *[dir="rtl"].dxeMemoSys td 
    {
        padding-left: 7px;
    }
    *[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: 3px;
}
noindex:-o-prefocus, *[dir="rtl"].dxeButtonEditSysWithSpacing td.dxic 
{
    padding-right: 2px;
}
noindex:-o-prefocus, *[dir="rtl"] .dxeEditAreaSys 
{
    padding-right: 1px;
}

/* IE7 */
.dxeMemoEditAreaSys 
{
    *margin: -1px 0px;
    *padding-right: 4px;
}
.dxeMemoSys td 
{ 
    *padding: 0px; 
}
.dxeTextBoxSys td.dxic 
{
    *padding-left: 3px;
    *padding-top: 2px;
    *padding-bottom: 1px;
}
*[dir="rtl"].dxeMemoSys td 
{
    *padding-left: 0px;
    *padding-right: 1px;
}
*[dir="rtl"].dxeTextBoxSys td.dxic 
{
    *padding-right: 3px;
}
*[dir="rtl"].dxeTextBoxSys .dxeEditAreaSys 
{
    *padding-right: 2px;
}
*[dir="rtl"].dxeButtonEditSys td.dxic
{
    *padding-right: 2px;
}
.dxeButtonEditSys td.dxic {
    *padding-top: 1px;
    *padding-bottom: 0px;
}
*[dir="rtl"].dxeButtonEditSys .dxeEditAreaSys 
{
    *padding-right: 1px;
}

/* FireFox*/
@-moz-document url-prefix() 
{   
    .dxeMemoEditAreaSys 
    {
        padding-top: 2px;
        padding-right: 0px;
        padding-left: 2px;
    }
    .dxeMemoSys td 
    {
        padding-right: 2px;   
    }
    .dxeTextBoxSys td.dxic,
    .dxeButtonEditSys td.dxic 
    {
        padding-left: 2px;
        padding-right: 2px;
    }
    .dxeButtonEditSysWithSpacing td.dxic 
    {
        padding-left: 1px;
        padding-right: 1px;
    }

    *[dir="rtl"].dxeTextBoxSys td.dxic,
    *[dir="rtl"].dxeButtonEditSys td.dxic 
    {
        padding-right: 2px;
    }
    *[dir="rtl"].dxeButtonEditSysWithSpacing td.dxic 
    {
        padding-right: 1px;
    }
    *[dir="rtl"].dxeMemoSys .dxeMemoEditAreaSys 
    {
        padding-left: 0px;
        padding-right: 3px;
    }
    *[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
{
}

/* ASPxCololrEdit */
.dxcpColorAreaSys {
	background-image: url('/DXR.axd?r=1_14-yDfd9');
	position: relative;
	width: 290px;
	height: 240px;
	overflow: hidden;
	cursor: crosshair;
}
.dxcpHueAreaSys {
	background-image: url('/DXR.axd?r=1_16-yDfd9');
	position: relative;
	margin-left: 10px;
    width: 20px;
    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_15-yDfd9');
	position: absolute;
	width: 11px;
	height: 11px;
}
.dxcpHuePointerSys {
	background-image: url('/DXR.axd?r=1_17-yDfd9');
	position: absolute;
	width: 35px;
	height: 9px;
	left: -7px;
}
.dxcpParametersCellSys {
	vertical-align: top;
}
.dxcpParametersCellSys label /*Bootstrap correction*/
{
    font: inherit;
    line-height: normal;
    display: inline;
    margin-bottom: 0px;
}
.dxeButtonEditSys td.dxictb {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
}

.dxeButtonEditSysWithSpacing td.dxictb {
	margin: 0px -1px -1px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
}

/*html .dxeButtonEditSys td.dxictb {
	padding: 1px;
}

html .dxeButtonEditSysWithSpacing td.dxictb {
	padding: 0px 1px 0px 1px;
}*/
.dxigControl.dxTouchUI .dxWeb_igCloseButton,
.dxigControl.dxTouchUI .dxWeb_igPauseButton,
.dxigControl.dxTouchUI .dxWeb_igPlayButton,
.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton,
.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton,
.dxpc-pinBtnChecked .dxWeb_pcPinButton,
.dxWeb_edtCheckBoxChecked,
.dxWeb_edtCheckBoxCheckedDisabled,
.dxWeb_edtCheckBoxGrayed,
.dxWeb_edtCheckBoxGrayedDisabled,
.dxWeb_edtCheckBoxUnchecked,
.dxWeb_edtCheckBoxUncheckedDisabled,
.dxWeb_fmCopyButton,
.dxWeb_fmCopyButtonDisabled,
.dxWeb_fmCreateButton,
.dxWeb_fmCreateButtonDisabled,
.dxWeb_fmDeleteButton,
.dxWeb_fmDeleteButtonDisabled,
.dxWeb_fmDwnlButton,
.dxWeb_fmDwnlButtonDisabled,
.dxWeb_fmFolder,
.dxWeb_fmFolderLocked,
.dxWeb_fmMoveButton,
.dxWeb_fmMoveButtonDisabled,
.dxWeb_fmRefreshButton,
.dxWeb_fmRefreshButtonDisabled,
.dxWeb_fmRenameButton,
.dxWeb_fmRenameButtonDisabled,
.dxWeb_fmThumbnailCheck,
.dxWeb_igCloseButton,
.dxWeb_igNavigationBarMarker,
.dxWeb_igNextButton,
.dxWeb_igNextButtonDisabled,
.dxWeb_igNextButtonHover,
.dxWeb_igNextButtonPressed,
.dxWeb_igPauseButton,
.dxWeb_igPlayButton,
.dxWeb_igPrevButton,
.dxWeb_igPrevButtonDisabled,
.dxWeb_igPrevButtonHover,
.dxWeb_igPrevButtonPressed,
.dxWeb_isDot,
.dxWeb_isDotDisabled,
.dxWeb_isDotPressed,
.dxWeb_isDotSelected,
.dxWeb_isNextBtnHor,
.dxWeb_isNextBtnHorDisabled,
.dxWeb_isNextBtnVert,
.dxWeb_isNextBtnVertDisabled,
.dxWeb_isNextPageBtnHor,
.dxWeb_isNextPageBtnHorDisabled,
.dxWeb_isNextPageBtnVert,
.dxWeb_isNextPageBtnVertDisabled,
.dxWeb_isPauseBtn,
.dxWeb_isPlayBtn,
.dxWeb_isPrevBtnHor,
.dxWeb_isPrevBtnHorDisabled,
.dxWeb_isPrevBtnVert,
.dxWeb_isPrevBtnVertDisabled,
.dxWeb_isPrevPageBtnHor,
.dxWeb_isPrevPageBtnHorDisabled,
.dxWeb_isPrevPageBtnVert,
.dxWeb_isPrevPageBtnVertDisabled,
.dxWeb_mHorizontalPopOut,
.dxWeb_mScrollDown,
.dxWeb_mScrollUp,
.dxWeb_mSubMenuItem,
.dxWeb_mSubMenuItemChecked,
.dxWeb_mVerticalPopOut,
.dxWeb_mVerticalPopOutRtl,
.dxWeb_nbCollapse,
.dxWeb_nbExpand,
.dxWeb_pAll,
.dxWeb_pAllDisabled,
.dxWeb_pcCloseButton,
.dxWeb_pcCollapseButton,
.dxWeb_pcMaximizeButton,
.dxWeb_pcPinButton,
.dxWeb_pcRefreshButton,
.dxWeb_pcSizeGrip,
.dxWeb_pcSizeGripRtl,
.dxWeb_pFirst,
.dxWeb_pFirstDisabled,
.dxWeb_pLast,
.dxWeb_pLastDisabled,
.dxWeb_pNext,
.dxWeb_pNextDisabled,
.dxWeb_pPopOut,
.dxWeb_pPopOutDisabled,
.dxWeb_pPrev,
.dxWeb_pPrevDisabled,
.dxWeb_rMinBtn,
.dxWeb_rMinBtnChecked.dxWeb_rMinBtn,
.dxWeb_rMinBtnChecked.dxWeb_rMinBtnHover,
.dxWeb_rMinBtnChecked.dxWeb_rMinBtnPressed,
.dxWeb_rMinBtnHover,
.dxWeb_rMinBtnPressed,
.dxWeb_rpBottomLeftCorner,
.dxWeb_rpBottomRightCorner,
.dxWeb_rpGroupBoxBottomLeftCorner,
.dxWeb_rpGroupBoxBottomRightCorner,
.dxWeb_rpGroupBoxTopLeftCorner,
.dxWeb_rpGroupBoxTopRightCorner,
.dxWeb_rpHeaderTopLeftCorner,
.dxWeb_rpHeaderTopRightCorner,
.dxWeb_rPopOut,
.dxWeb_rpTopLeftCorner,
.dxWeb_rpTopRightCorner,
.dxWeb_splHCollapseBackwardButton,
.dxWeb_splHCollapseBackwardButtonHover,
.dxWeb_splHCollapseForwardButton,
.dxWeb_splHCollapseForwardButtonHover,
.dxWeb_splHSeparator,
.dxWeb_splHSeparatorHover,
.dxWeb_splVCollapseBackwardButton,
.dxWeb_splVCollapseBackwardButtonHover,
.dxWeb_splVCollapseForwardButton,
.dxWeb_splVCollapseForwardButtonHover,
.dxWeb_splVSeparator,
.dxWeb_splVSeparatorHover,
.dxWeb_tcScrollLeft,
.dxWeb_tcScrollLeftDisabled,
.dxWeb_tcScrollLeftHover,
.dxWeb_tcScrollLeftPressed,
.dxWeb_tcScrollRight,
.dxWeb_tcScrollRightDisabled,
.dxWeb_tcScrollRightHover,
.dxWeb_tcScrollRightPressed,
.dxWeb_tvColBtn,
.dxWeb_tvColBtnRtl,
.dxWeb_tvExpBtn,
.dxWeb_tvExpBtnRtl,
.dxWeb_ucClearButton,
.dxWeb_ucClearButtonDisabled
{
    background-image: url('/DXR.axd?r=1_75-yDfd9');
    background-repeat: no-repeat;
    background-color: transparent;
}
.dxigControl.dxTouchUI .dxWeb_igCloseButton
{
    background-position: -44px -132px;
    width: 23px;
    height: 23px;
}
.dxigControl.dxTouchUI .dxWeb_igPauseButton
{
    background-position: -22px -132px;
    width: 21px;
    height: 25px;
}
.dxigControl.dxTouchUI .dxWeb_igPlayButton
{
    background-position: 0px -132px;
    width: 21px;
    height: 25px;
}
.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton
{
    background-position: -178px -213px;
    width: 15px;
    height: 14px;
}
.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton
{
    background-position: -130px -213px;
    width: 15px;
    height: 14px;
}
.dxpc-pinBtnChecked .dxWeb_pcPinButton
{
    background-position: -98px -213px;
    width: 15px;
    height: 14px;
}
.dxWeb_edtCheckBoxChecked
{
    background-position: -119px -228px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxCheckedDisabled
{
    background-position: -183px -228px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxGrayed
{
    background-position: -135px -228px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxGrayedDisabled
{
    background-position: -151px -228px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxUnchecked
{
    background-position: 0px -245px;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxUncheckedDisabled
{
    background-position: -167px -228px;
    width: 15px;
    height: 15px;
}
.dxWeb_fmCopyButton
{
    background-position: -187px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmCopyButtonDisabled
{
    background-position: -153px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmCreateButton
{
    background-position: -51px -228px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmCreateButtonDisabled
{
    background-position: 0px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDeleteButton
{
    background-position: -136px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDeleteButtonDisabled
{
    background-position: -85px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDwnlButton
{
    background-position: -119px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDwnlButtonDisabled
{
    background-position: -17px -228px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmFolder
{
    background-position: -85px -228px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmFolderLocked
{
    background-position: -102px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmMoveButton
{
    background-position: -102px -228px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmMoveButtonDisabled
{
    background-position: 0px -228px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmRefreshButton
{
    background-position: -17px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmRefreshButtonDisabled
{
    background-position: -68px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmRenameButton
{
    background-position: -34px -228px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmRenameButtonDisabled
{
    background-position: -68px -228px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmThumbnailCheck
{
    background-position: -129px -245px;
    width: 10px;
    height: 11px;
}
.dxWeb_igCloseButton
{
    background-position: -101px -245px;
    width: 13px;
    height: 13px;
}
.dxWeb_igNavigationBarMarker
{
    background-position: -82px -158px;
    width: 20px;
    height: 16px;
}
.dxWeb_igNextButton
{
    background-position: 0px 0px;
    width: 45px;
    height: 65px;
}
.dxWeb_igNextButtonDisabled
{
    background-position: -92px 0px;
    width: 45px;
    height: 65px;
}
.dxWeb_igNextButtonHover
{
    background-position: -46px -66px;
    width: 45px;
    height: 65px;
}
.dxWeb_igNextButtonPressed
{
    background-position: -138px 0px;
    width: 45px;
    height: 65px;
}
.dxWeb_igPauseButton
{
    background-position: -153px -178px;
    width: 12px;
    height: 17px;
}
.dxWeb_igPlayButton
{
    background-position: -166px -178px;
    width: 12px;
    height: 17px;
}
.dxWeb_igPrevButton
{
    background-position: -92px -66px;
    width: 45px;
    height: 65px;
}
.dxWeb_igPrevButtonDisabled
{
    background-position: 0px -66px;
    width: 45px;
    height: 65px;
}
.dxWeb_igPrevButtonHover
{
    background-position: -138px -66px;
    width: 45px;
    height: 65px;
}
.dxWeb_igPrevButtonPressed
{
    background-position: -46px 0px;
    width: 45px;
    height: 65px;
}
.dxWeb_isDot
{
    background-position: -115px -245px;
    width: 13px;
    height: 13px;
}
.dxWeb_isDotDisabled
{
    background-position: -59px -245px;
    width: 13px;
    height: 13px;
}
.dxWeb_isDotPressed
{
    background-position: -87px -245px;
    width: 13px;
    height: 13px;
}
.dxWeb_isDotSelected
{
    background-position: -73px -245px;
    width: 13px;
    height: 13px;
}
.dxWeb_isNextBtnHor
{
    background-position: -184px -66px;
    width: 18px;
    height: 31px;
}
.dxWeb_isNextBtnHorDisabled
{
    background-position: -184px 0px;
    width: 18px;
    height: 31px;
}
.dxWeb_isNextBtnVert
{
    background-position: -158px -132px;
    width: 29px;
    height: 19px;
}
.dxWeb_isNextBtnVertDisabled
{
    background-position: -30px -158px;
    width: 29px;
    height: 19px;
}
.dxWeb_isNextPageBtnHor
{
    background-position: -83px -132px;
    width: 14px;
    height: 21px;
}
.dxWeb_isNextPageBtnHorDisabled
{
    background-position: -113px -132px;
    width: 14px;
    height: 21px;
}
.dxWeb_isNextPageBtnVert
{
    background-position: 0px -213px;
    width: 21px;
    height: 14px;
}
.dxWeb_isNextPageBtnVertDisabled
{
    background-position: -22px -213px;
    width: 21px;
    height: 14px;
}
.dxWeb_isPauseBtn
{
    background-position: -179px -178px;
    width: 12px;
    height: 17px;
}
.dxWeb_isPlayBtn
{
    background-position: -140px -178px;
    width: 12px;
    height: 17px;
}
.dxWeb_isPrevBtnHor
{
    background-position: -192px -100px;
    width: 18px;
    height: 31px;
}
.dxWeb_isPrevBtnHorDisabled
{
    background-position: -192px -34px;
    width: 18px;
    height: 31px;
}
.dxWeb_isPrevBtnVert
{
    background-position: -128px -132px;
    width: 29px;
    height: 19px;
}
.dxWeb_isPrevBtnVertDisabled
{
    background-position: 0px -158px;
    width: 29px;
    height: 19px;
}
.dxWeb_isPrevPageBtnHor
{
    background-position: -68px -132px;
    width: 14px;
    height: 21px;
}
.dxWeb_isPrevPageBtnHorDisabled
{
    background-position: -98px -132px;
    width: 14px;
    height: 21px;
}
.dxWeb_isPrevPageBtnVert
{
    background-position: -179px -158px;
    width: 21px;
    height: 14px;
}
.dxWeb_isPrevPageBtnVertDisabled
{
    background-position: -44px -213px;
    width: 21px;
    height: 14px;
}
.dxWeb_mHorizontalPopOut
{
    background-position: -120px -154px;
    width: 5px;
    height: 3px;
}
.dxWeb_mScrollDown
{
    background-position: -174px -152px;
    width: 7px;
    height: 5px;
}
.dxWeb_mScrollUp
{
    background-position: -182px -152px;
    width: 7px;
    height: 5px;
}
.dxWeb_mSubMenuItem
{
    background-position: -44px -245px;
    width: 14px;
    height: 14px;
}
.dxWeb_mSubMenuItemChecked
{
    background-position: -194px -213px;
    width: 14px;
    height: 14px;
}
.dxWeb_mVerticalPopOut
{
    background-position: -187px -123px;
    width: 4px;
    height: 8px;
}
.dxWeb_mVerticalPopOutRtl
{
    background-position: -203px -66px;
    width: 4px;
    height: 8px;
}
.dxWeb_nbCollapse
{
    background-position: -16px -245px;
    width: 13px;
    height: 15px;
}
.dxWeb_nbExpand
{
    background-position: -30px -245px;
    width: 13px;
    height: 15px;
}
.dxWeb_pAll
{
    background-position: -60px -158px;
    width: 21px;
    height: 17px;
}
.dxWeb_pAllDisabled
{
    background-position: -188px -132px;
    width: 21px;
    height: 17px;
}
.dxWeb_pcCloseButton
{
    background-position: -114px -213px;
    width: 15px;
    height: 14px;
}
.dxWeb_pcCollapseButton
{
    background-position: -66px -213px;
    width: 15px;
    height: 14px;
}
.dxWeb_pcMaximizeButton
{
    background-position: -162px -213px;
    width: 15px;
    height: 14px;
}
.dxWeb_pcPinButton
{
    background-position: -82px -213px;
    width: 15px;
    height: 14px;
}
.dxWeb_pcRefreshButton
{
    background-position: -146px -213px;
    width: 15px;
    height: 14px;
}
.dxWeb_pcSizeGrip
{
    background-position: -192px -178px;
    width: 16px;
    height: 16px;
}
.dxWeb_pcSizeGripRtl
{
    background-position: -170px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_pFirst
{
    background-position: -103px -158px;
    width: 18px;
    height: 17px;
}
.dxWeb_pFirstDisabled
{
    background-position: -122px -158px;
    width: 18px;
    height: 17px;
}
.dxWeb_pLast
{
    background-position: -141px -158px;
    width: 18px;
    height: 17px;
}
.dxWeb_pLastDisabled
{
    background-position: -160px -158px;
    width: 18px;
    height: 17px;
}
.dxWeb_pNext
{
    background-position: -106px -178px;
    width: 16px;
    height: 17px;
}
.dxWeb_pNextDisabled
{
    background-position: -123px -178px;
    width: 16px;
    height: 17px;
}
.dxWeb_pPopOut
{
    background-position: -199px -228px;
    width: 9px;
    height: 14px;
}
.dxWeb_pPopOutDisabled
{
    background-position: -201px -158px;
    width: 9px;
    height: 14px;
}
.dxWeb_pPrev
{
    background-position: -72px -178px;
    width: 16px;
    height: 17px;
}
.dxWeb_pPrevDisabled
{
    background-position: -89px -178px;
    width: 16px;
    height: 17px;
}
.dxWeb_rMinBtn
{
    background-position: -170px -245px;
    width: 9px;
    height: 8px;
}
.dxWeb_rMinBtnChecked.dxWeb_rMinBtn
{
    background-position: -140px -245px;
    width: 9px;
    height: 8px;
}
.dxWeb_rMinBtnChecked.dxWeb_rMinBtnHover
{
    background-position: -160px -245px;
    width: 9px;
    height: 8px;
}
.dxWeb_rMinBtnChecked.dxWeb_rMinBtnPressed
{
    background-position: -190px -245px;
    width: 9px;
    height: 8px;
}
.dxWeb_rMinBtnHover
{
    background-position: -150px -245px;
    width: 9px;
    height: 8px;
}
.dxWeb_rMinBtnPressed
{
    background-position: -180px -245px;
    width: 9px;
    height: 8px;
}
.dxWeb_rpBottomLeftCorner
{
    background-position: -159px -255px;
    width: 5px;
    height: 5px;
}
.dxWeb_rpBottomRightCorner
{
    background-position: -138px -152px;
    width: 5px;
    height: 5px;
}
.dxWeb_rpGroupBoxBottomLeftCorner
{
    background-position: -153px -255px;
    width: 5px;
    height: 5px;
}
.dxWeb_rpGroupBoxBottomRightCorner
{
    background-position: -132px -152px;
    width: 5px;
    height: 5px;
}
.dxWeb_rpGroupBoxTopLeftCorner
{
    background-position: -144px -152px;
    width: 5px;
    height: 5px;
}
.dxWeb_rpGroupBoxTopRightCorner
{
    background-position: -168px -152px;
    width: 5px;
    height: 5px;
}
.dxWeb_rpHeaderTopLeftCorner
{
    background-position: -156px -152px;
    width: 5px;
    height: 5px;
}
.dxWeb_rpHeaderTopRightCorner
{
    background-position: -205px -207px;
    width: 5px;
    height: 5px;
}
.dxWeb_rPopOut
{
    background-position: -126px -154px;
    width: 5px;
    height: 3px;
}
.dxWeb_rpTopLeftCorner
{
    background-position: -162px -152px;
    width: 5px;
    height: 5px;
}
.dxWeb_rpTopRightCorner
{
    background-position: -150px -152px;
    width: 5px;
    height: 5px;
}
.dxWeb_splHCollapseBackwardButton
{
    background-position: -165px -254px;
    width: 7px;
    height: 6px;
}
.dxWeb_splHCollapseBackwardButtonHover
{
    background-position: -200px -245px;
    width: 7px;
    height: 6px;
}
.dxWeb_splHCollapseForwardButton
{
    background-position: -184px -32px;
    width: 7px;
    height: 6px;
}
.dxWeb_splHCollapseForwardButtonHover
{
    background-position: -203px -19px;
    width: 7px;
    height: 6px;
}
.dxWeb_splHSeparator
{
    background-position: -173px -254px;
    width: 18px;
    height: 6px;
}
.dxWeb_splHSeparatorHover
{
    background-position: -192px -254px;
    width: 18px;
    height: 6px;
}
.dxWeb_splVCollapseBackwardButton
{
    background-position: -197px -150px;
    width: 6px;
    height: 7px;
}
.dxWeb_splVCollapseBackwardButtonHover
{
    background-position: -190px -150px;
    width: 6px;
    height: 7px;
}
.dxWeb_splVCollapseForwardButton
{
    background-position: -204px -196px;
    width: 6px;
    height: 7px;
}
.dxWeb_splVCollapseForwardButtonHover
{
    background-position: -204px -150px;
    width: 6px;
    height: 7px;
}
.dxWeb_splVSeparator
{
    background-position: -185px -47px;
    width: 6px;
    height: 18px;
}
.dxWeb_splVSeparatorHover
{
    background-position: -203px 0px;
    width: 6px;
    height: 18px;
}
.dxWeb_tcScrollLeft
{
    background-position: -203px -26px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollLeftDisabled
{
    background-position: -203px -92px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollLeftHover
{
    background-position: -203px -76px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollLeftPressed
{
    background-position: -184px -115px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollRight
{
    background-position: -184px -99px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollRightDisabled
{
    background-position: -184px -39px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollRightHover
{
    background-position: -203px -84px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollRightPressed
{
    background-position: -184px -107px;
    width: 7px;
    height: 7px;
}
.dxWeb_tvColBtn
{
    background-position: 0px -178px;
    width: 17px;
    height: 17px;
}
.dxWeb_tvColBtnRtl
{
    background-position: -18px -178px;
    width: 17px;
    height: 17px;
}
.dxWeb_tvExpBtn
{
    background-position: -36px -178px;
    width: 17px;
    height: 17px;
}
.dxWeb_tvExpBtnRtl
{
    background-position: -54px -178px;
    width: 17px;
    height: 17px;
}
.dxWeb_ucClearButton
{
    background-position: -34px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_ucClearButtonDisabled
{
    background-position: -51px -196px;
    width: 16px;
    height: 16px;
}
.dxWeb_rpHeaderTopLeftCorner,
.dxWeb_rpHeaderTopRightCorner,
.dxWeb_rpBottomLeftCorner,
.dxWeb_rpBottomRightCorner,
.dxWeb_rpTopLeftCorner,
.dxWeb_rpTopRightCorner,
.dxWeb_rpGroupBoxBottomLeftCorner,
.dxWeb_rpGroupBoxBottomRightCorner,
.dxWeb_rpGroupBoxTopLeftCorner,
.dxWeb_rpGroupBoxTopRightCorner,
.dxWeb_mHorizontalPopOut,
.dxWeb_mVerticalPopOut,
.dxWeb_mVerticalPopOutRtl,
.dxWeb_mSubMenuItem,
.dxWeb_mSubMenuItemChecked,
.dxWeb_mScrollUp,
.dxWeb_mScrollDown,
.dxWeb_tcScrollLeft,
.dxWeb_tcScrollRight,
.dxWeb_tcScrollLeftHover,
.dxWeb_tcScrollRightHover,
.dxWeb_tcScrollLeftPressed,
.dxWeb_tcScrollRightPressed,
.dxWeb_tcScrollLeftDisabled,
.dxWeb_tcScrollRightDisabled,
.dxWeb_nbCollapse,
.dxWeb_nbExpand,
.dxWeb_splVSeparator,
.dxWeb_splVSeparatorHover,
.dxWeb_splHSeparator,
.dxWeb_splHSeparatorHover,
.dxWeb_splVCollapseBackwardButton,
.dxWeb_splVCollapseBackwardButtonHover,
.dxWeb_splHCollapseBackwardButton,
.dxWeb_splHCollapseBackwardButtonHover,
.dxWeb_splVCollapseForwardButton,
.dxWeb_splVCollapseForwardButtonHover,
.dxWeb_splHCollapseForwardButton,
.dxWeb_splHCollapseForwardButtonHover,
.dxWeb_pcCloseButton,
.dxWeb_pcPinButton,
.dxWeb_pcRefreshButton,
.dxWeb_pcCollapseButton,
.dxWeb_pcMaximizeButton,
.dxWeb_pcSizeGrip,
.dxWeb_pcSizeGripRtl,
.dxWeb_pPopOut,
.dxWeb_pPopOutDisabled,
.dxWeb_pAll,
.dxWeb_pAllDisabled,
.dxWeb_pPrev,
.dxWeb_pPrevDisabled,
.dxWeb_pNext,
.dxWeb_pNextDisabled,
.dxWeb_pLast,
.dxWeb_pLastDisabled,
.dxWeb_pFirst,
.dxWeb_pFirstDisabled,
.dxWeb_tvColBtn,
.dxWeb_tvColBtnRtl,
.dxWeb_tvExpBtn,
.dxWeb_tvExpBtnRtl,
.dxWeb_fmFolder,
.dxWeb_fmFolderLocked,
.dxWeb_fmCreateButton,
.dxWeb_fmMoveButton,
.dxWeb_fmRenameButton,
.dxWeb_fmDeleteButton,
.dxWeb_fmRefreshButton,
.dxWeb_fmDwnlButton,
.dxWeb_fmCopyButton,
.dxWeb_fmCreateButtonDisabled,
.dxWeb_fmMoveButtonDisabled,
.dxWeb_fmRenameButtonDisabled,
.dxWeb_fmDeleteButtonDisabled,
.dxWeb_fmRefreshButtonDisabled,
.dxWeb_fmDwnlButtonDisabled,
.dxWeb_fmCopyButtonDisabled,
.dxWeb_fmThumbnailCheck,
.dxWeb_ucClearButton,
.dxWeb_isPrevBtnHor,
.dxWeb_isNextBtnHor,
.dxWeb_isPrevBtnVert,
.dxWeb_isNextBtnVert,
.dxWeb_isPrevPageBtnHor,
.dxWeb_isNextPageBtnHor,
.dxWeb_isPrevPageBtnVert,
.dxWeb_isNextPageBtnVert,
.dxWeb_isPrevBtnHorDisabled,
.dxWeb_isNextBtnHorDisabled,
.dxWeb_isPrevBtnVertDisabled,
.dxWeb_isNextBtnVertDisabled,
.dxWeb_isPrevPageBtnHorDisabled,
.dxWeb_isNextPageBtnHorDisabled,
.dxWeb_isPrevPageBtnVertDisabled,
.dxWeb_isNextPageBtnVertDisabled,
.dxWeb_isDot,
.dxWeb_isDotDisabled,
.dxWeb_isDotSelected,
.dxWeb_isPlayBtn,
.dxWeb_isPauseBtn,
.dxWeb_igCloseButton,
.dxWeb_igNextButton,
.dxWeb_igPrevButton,
.dxWeb_igPlayButton,
.dxWeb_igPauseButton,
.dxWeb_igNavigationBarMarker
 {
    display:block;
}
.dxWeb_mScrollUp, .dxWeb_mScrollDown
{
	margin: auto;
}

.dxEditors_caRefresh,
.dxEditors_edtCalendarFNNextYear,
.dxEditors_edtCalendarFNPrevYear,
.dxEditors_edtCalendarNextMonth,
.dxEditors_edtCalendarNextMonthDisabled,
.dxEditors_edtCalendarNextYear,
.dxEditors_edtCalendarNextYearDisabled,
.dxEditors_edtCalendarPrevMonth,
.dxEditors_edtCalendarPrevMonthDisabled,
.dxEditors_edtCalendarPrevYear,
.dxEditors_edtCalendarPrevYearDisabled,
.dxEditors_edtDETSClockFace,
.dxEditors_edtDETSHourHand,
.dxEditors_edtDETSMinuteHand,
.dxEditors_edtDETSSecondHand,
.dxEditors_edtDropDown,
.dxEditors_edtDropDownDisabled,
.dxEditors_edtEllipsis,
.dxEditors_edtEllipsisDisabled,
.dxEditors_edtError,
.dxEditors_edtRadioButtonChecked,
.dxEditors_edtRadioButtonCheckedDisabled,
.dxEditors_edtRadioButtonUnchecked,
.dxEditors_edtRadioButtonUncheckedDisabled,
.dxEditors_edtSpinEditDecrementImage,
.dxEditors_edtSpinEditDecrementImageDisabled,
.dxEditors_edtSpinEditIncrementImage,
.dxEditors_edtSpinEditIncrementImageDisabled,
.dxEditors_edtSpinEditLargeDecImage,
.dxEditors_edtSpinEditLargeDecImageDisabled,
.dxEditors_edtSpinEditLargeIncImage,
.dxEditors_edtSpinEditLargeIncImageDisabled,
.dxEditors_edtTBDecBtn,
.dxEditors_edtTBDecBtnDisabled,
.dxEditors_edtTBDecBtnHover,
.dxEditors_edtTBDecBtnPressed,
.dxEditors_edtTBIncBtn,
.dxEditors_edtTBIncBtnDisabled,
.dxEditors_edtTBIncBtnHover,
.dxEditors_edtTBIncBtnPressed,
.dxEditors_edtTokenBoxTokenRemoveButton,
.dxEditors_fcadd,
.dxEditors_fcaddhot,
.dxEditors_fcgroupaddcondition,
.dxEditors_fcgroupaddgroup,
.dxEditors_fcgroupand,
.dxEditors_fcgroupnotand,
.dxEditors_fcgroupnotor,
.dxEditors_fcgroupor,
.dxEditors_fcgroupremove,
.dxEditors_fcopany,
.dxEditors_fcopbegin,
.dxEditors_fcopbetween,
.dxEditors_fcopblank,
.dxEditors_fcopcontain,
.dxEditors_fcopend,
.dxEditors_fcopequal,
.dxEditors_fcopgreater,
.dxEditors_fcopgreaterorequal,
.dxEditors_fcopless,
.dxEditors_fcoplessorequal,
.dxEditors_fcoplike,
.dxEditors_fcopnotany,
.dxEditors_fcopnotbetween,
.dxEditors_fcopnotblank,
.dxEditors_fcopnotcontain,
.dxEditors_fcopnotequal,
.dxEditors_fcopnotlike,
.dxEditors_fcremove,
.dxEditors_fcremovehot,
.dxeFocused .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDH,
.dxeFocused .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHHover,
.dxeFocused .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHPressed,
.dxeFocused .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDH,
.dxeFocused .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHHover,
.dxeFocused .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHPressed,
.dxeFocused .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDH,
.dxeFocused .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHHover,
.dxeFocused .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHPressed,
.dxeFocused .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDH,
.dxeFocused .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHHover,
.dxeFocused .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHPressed,
.dxeTBHSys .dxEditors_edtTBMainDH,
.dxeTBHSys .dxEditors_edtTBMainDHDisabled,
.dxeTBHSys .dxEditors_edtTBMainDHHover,
.dxeTBHSys .dxEditors_edtTBMainDHPressed,
.dxeTBHSys .dxEditors_edtTBSecondaryDH,
.dxeTBHSys .dxEditors_edtTBSecondaryDHDisabled,
.dxeTBHSys .dxEditors_edtTBSecondaryDHHover,
.dxeTBHSys .dxEditors_edtTBSecondaryDHPressed,
.dxeTBVSys .dxEditors_edtTBMainDH,
.dxeTBVSys .dxEditors_edtTBMainDHDisabled,
.dxeTBVSys .dxEditors_edtTBMainDHHover,
.dxeTBVSys .dxEditors_edtTBMainDHPressed,
.dxeTBVSys .dxEditors_edtTBSecondaryDH,
.dxeTBVSys .dxEditors_edtTBSecondaryDHDisabled,
.dxeTBVSys .dxEditors_edtTBSecondaryDHHover,
.dxeTBVSys .dxEditors_edtTBSecondaryDHPressed
{
    background-image: url('/DXR.axd?r=1_41-yDfd9');
    background-repeat: no-repeat;
    background-color: transparent;
}
.dxEditors_caRefresh
{
    background-position: -84px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_edtCalendarFNNextYear
{
    background-position: -48px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarFNPrevYear
{
    background-position: -96px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarNextMonth
{
    background-position: 0px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarNextMonthDisabled
{
    background-position: -72px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarNextYear
{
    background-position: -84px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarNextYearDisabled
{
    background-position: -24px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarPrevMonth
{
    background-position: -60px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarPrevMonthDisabled
{
    background-position: -108px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarPrevYear
{
    background-position: -36px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtCalendarPrevYearDisabled
{
    background-position: -12px -204px;
    width: 11px;
    height: 12px;
}
.dxEditors_edtDETSClockFace
{
    background-position: 0px 0px;
    width: 109px;
    height: 109px;
}
.dxEditors_edtDETSHourHand
{
    background-position: -116px 0px;
    width: 7px;
    height: 63px;
}
.dxEditors_edtDETSMinuteHand
{
    background-position: -124px 0px;
    width: 7px;
    height: 63px;
}
.dxEditors_edtDETSSecondHand
{
    background-position: -110px 0px;
    width: 5px;
    height: 77px;
}
.dxEditors_edtDropDown
{
    background-position: -118px -146px;
    width: 10px;
    height: 14px;
}
.dxEditors_edtDropDownDisabled
{
    background-position: -107px -146px;
    width: 10px;
    height: 14px;
}
.dxEditors_edtEllipsis
{
    background-position: -95px -146px;
    width: 11px;
    height: 14px;
}
.dxEditors_edtEllipsisDisabled
{
    background-position: -156px -110px;
    width: 11px;
    height: 14px;
}
.dxEditors_edtError
{
    background-position: -80px -146px;
    width: 14px;
    height: 14px;
}
.dxEditors_edtRadioButtonChecked
{
    background-position: -48px -146px;
    width: 15px;
    height: 15px;
}
.dxEditors_edtRadioButtonCheckedDisabled
{
    background-position: 0px -146px;
    width: 15px;
    height: 15px;
}
.dxEditors_edtRadioButtonUnchecked
{
    background-position: -64px -146px;
    width: 15px;
    height: 15px;
}
.dxEditors_edtRadioButtonUncheckedDisabled
{
    background-position: -16px -146px;
    width: 15px;
    height: 15px;
}
.dxEditors_edtSpinEditDecrementImage
{
    background-position: -159px -126px;
    width: 10px;
    height: 5px;
}
.dxEditors_edtSpinEditDecrementImageDisabled
{
    background-position: -154px -22px;
    width: 10px;
    height: 5px;
}
.dxEditors_edtSpinEditIncrementImage
{
    background-position: -126px -204px;
    width: 10px;
    height: 5px;
}
.dxEditors_edtSpinEditIncrementImageDisabled
{
    background-position: -137px -204px;
    width: 10px;
    height: 5px;
}
.dxEditors_edtSpinEditLargeDecImage
{
    background-position: -120px -204px;
    width: 5px;
    height: 7px;
}
.dxEditors_edtSpinEditLargeDecImageDisabled
{
    background-position: -160px -132px;
    width: 5px;
    height: 7px;
}
.dxEditors_edtSpinEditLargeIncImage
{
    background-position: -164px -162px;
    width: 5px;
    height: 7px;
}
.dxEditors_edtSpinEditLargeIncImageDisabled
{
    background-position: -110px -80px;
    width: 5px;
    height: 7px;
}
.dxEditors_edtTBDecBtn
{
    background-position: -126px -88px;
    width: 21px;
    height: 21px;
}
.dxEditors_edtTBDecBtnDisabled
{
    background-position: -148px -88px;
    width: 21px;
    height: 21px;
}
.dxEditors_edtTBDecBtnHover
{
    background-position: 0px -110px;
    width: 21px;
    height: 21px;
}
.dxEditors_edtTBDecBtnPressed
{
    background-position: -132px -66px;
    width: 21px;
    height: 21px;
}
.dxEditors_edtTBIncBtn
{
    background-position: -132px -44px;
    width: 21px;
    height: 21px;
}
.dxEditors_edtTBIncBtnDisabled
{
    background-position: -132px 0px;
    width: 21px;
    height: 21px;
}
.dxEditors_edtTBIncBtnHover
{
    background-position: -132px -22px;
    width: 21px;
    height: 21px;
}
.dxEditors_edtTBIncBtnPressed
{
    background-position: -22px -110px;
    width: 21px;
    height: 21px;
}
.dxEditors_edtTokenBoxTokenRemoveButton
{
    background-position: -32px -146px;
    width: 15px;
    height: 15px;
}
.dxEditors_fcadd
{
    background-position: -140px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcaddhot
{
    background-position: -136px -162px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcgroupaddcondition
{
    background-position: -56px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcgroupaddgroup
{
    background-position: -154px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcgroupand
{
    background-position: -112px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcgroupnotand
{
    background-position: -150px -162px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcgroupnotor
{
    background-position: -126px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcgroupor
{
    background-position: -56px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcgroupremove
{
    background-position: -80px -162px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopany
{
    background-position: -14px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopbegin
{
    background-position: -70px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopbetween
{
    background-position: -122px -162px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopblank
{
    background-position: -42px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopcontain
{
    background-position: -98px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopend
{
    background-position: 0px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopequal
{
    background-position: -28px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopgreater
{
    background-position: -14px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopgreaterorequal
{
    background-position: -28px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopless
{
    background-position: -154px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcoplessorequal
{
    background-position: -126px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcoplike
{
    background-position: -108px -162px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopnotany
{
    background-position: -84px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopnotbetween
{
    background-position: -94px -162px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopnotblank
{
    background-position: -140px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopnotcontain
{
    background-position: -42px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopnotequal
{
    background-position: -112px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcopnotlike
{
    background-position: -98px -176px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcremove
{
    background-position: 0px -190px;
    width: 13px;
    height: 13px;
}
.dxEditors_fcremovehot
{
    background-position: -70px -190px;
    width: 13px;
    height: 13px;
}
.dxeFocused .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDH
{
    background-position: -154px -28px;
    width: 13px;
    height: 19px;
}
.dxeFocused .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHHover
{
    background-position: -154px 0px;
    width: 13px;
    height: 19px;
}
.dxeFocused .dxeTBHSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHPressed
{
    background-position: -154px -68px;
    width: 13px;
    height: 19px;
}
.dxeFocused .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDH
{
    background-position: -128px -110px;
    width: 13px;
    height: 19px;
}
.dxeFocused .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHHover
{
    background-position: -72px -110px;
    width: 13px;
    height: 19px;
}
.dxeFocused .dxeTBHSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHPressed
{
    background-position: -58px -110px;
    width: 13px;
    height: 19px;
}
.dxeFocused .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDH
{
    background-position: -120px -132px;
    width: 19px;
    height: 13px;
}
.dxeFocused .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHHover
{
    background-position: -140px -132px;
    width: 19px;
    height: 13px;
}
.dxeFocused .dxeTBVSys .dxeFocusedMDHSys .dxEditors_edtTBMainDHPressed
{
    background-position: -60px -162px;
    width: 19px;
    height: 13px;
}
.dxeFocused .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDH
{
    background-position: -100px -132px;
    width: 19px;
    height: 13px;
}
.dxeFocused .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHHover
{
    background-position: -20px -162px;
    width: 19px;
    height: 13px;
}
.dxeFocused .dxeTBVSys .dxeFocusedSDHSys .dxEditors_edtTBSecondaryDHPressed
{
    background-position: 0px -162px;
    width: 19px;
    height: 13px;
}
.dxeTBHSys .dxEditors_edtTBMainDH
{
    background-position: -114px -110px;
    width: 13px;
    height: 19px;
}
.dxeTBHSys .dxEditors_edtTBMainDHDisabled
{
    background-position: -116px -68px;
    width: 13px;
    height: 19px;
}
.dxeTBHSys .dxEditors_edtTBMainDHHover
{
    background-position: -142px -110px;
    width: 13px;
    height: 19px;
}
.dxeTBHSys .dxEditors_edtTBMainDHPressed
{
    background-position: -44px -110px;
    width: 13px;
    height: 19px;
}
.dxeTBHSys .dxEditors_edtTBSecondaryDH
{
    background-position: -100px -110px;
    width: 13px;
    height: 19px;
}
.dxeTBHSys .dxEditors_edtTBSecondaryDHDisabled
{
    background-position: -112px -90px;
    width: 13px;
    height: 19px;
}
.dxeTBHSys .dxEditors_edtTBSecondaryDHHover
{
    background-position: -154px -48px;
    width: 13px;
    height: 19px;
}
.dxeTBHSys .dxEditors_edtTBSecondaryDHPressed
{
    background-position: -86px -110px;
    width: 13px;
    height: 19px;
}
.dxeTBVSys .dxEditors_edtTBMainDH
{
    background-position: -60px -132px;
    width: 19px;
    height: 13px;
}
.dxeTBVSys .dxEditors_edtTBMainDHDisabled
{
    background-position: -40px -132px;
    width: 19px;
    height: 13px;
}
.dxeTBVSys .dxEditors_edtTBMainDHHover
{
    background-position: 0px -132px;
    width: 19px;
    height: 13px;
}
.dxeTBVSys .dxEditors_edtTBMainDHPressed
{
    background-position: -80px -132px;
    width: 19px;
    height: 13px;
}
.dxeTBVSys .dxEditors_edtTBSecondaryDH
{
    background-position: -149px -146px;
    width: 19px;
    height: 13px;
}
.dxeTBVSys .dxEditors_edtTBSecondaryDHDisabled
{
    background-position: -129px -146px;
    width: 19px;
    height: 13px;
}
.dxeTBVSys .dxEditors_edtTBSecondaryDHHover
{
    background-position: -40px -162px;
    width: 19px;
    height: 13px;
}
.dxeTBVSys .dxEditors_edtTBSecondaryDHPressed
{
    background-position: -20px -132px;
    width: 19px;
    height: 13px;
}
.dxeTBVSys .dxEditors_edtTBMainDHPressed,
.dxeTBVSys .dxEditors_edtTBSecondaryDHPressed
{
	z-index: 7;
}
.dxeTBHSys .dxEditors_edtTBMainDHPressed,
.dxeTBHSys .dxEditors_edtTBSecondaryDHPressed
{
	z-index: 7;
}
.dxEditors_edtError,
.dxEditors_edtCalendarPrevYear,
.dxEditors_edtCalendarPrevYearDisabled,
.dxEditors_edtCalendarPrevMonth,
.dxEditors_edtCalendarPrevMonthDisabled,
.dxEditors_edtCalendarNextMonth,
.dxEditors_edtCalendarNextMonthDisabled,
.dxEditors_edtCalendarNextYear,
.dxEditors_edtCalendarNextYearDisabled,
.dxEditors_edtCalendarFNPrevYear,
.dxEditors_edtCalendarFNNextYear,
.dxEditors_edtEllipsis,
.dxEditors_edtEllipsisDisabled,
.dxEditors_edtDropDown,
.dxEditors_edtDropDownDisabled,
.dxEditors_edtSpinEditIncrementImage,
.dxEditors_edtSpinEditIncrementImageDisabled,
.dxEditors_edtSpinEditDecrementImage,
.dxEditors_edtSpinEditDecrementImageDisabled,
.dxEditors_edtSpinEditLargeIncImage,
.dxEditors_edtSpinEditLargeIncImageDisabled,
.dxEditors_edtSpinEditLargeDecImage,
.dxEditors_edtSpinEditLargeDecImageDisabled
{
	display:block;
	margin:auto;
}

/* TrackBar */
.dxeTrackBar
{
	user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	visibility: hidden;
}

.dxeDisabled .dxeTBHSys a,
.dxeDisabled .dxeTBVSys a
{
    cursor: default;
}

.dxeTBBarHighlight
{
	font-size: 0;
}

.dxeTBScale, .dxeTBTrack, .dxeTBBarHighlight
{
	cursor: pointer;
}

.dxeTBScale 
{
	z-index: 1;
	font: 11px Tahoma, Geneva, sans-serif;
}
.dxeTBSecondaryDH, .dxeTBMainDH
{
	z-index: 4;
}

.dxeTBHSys
{
	width: 170px;
	height: 41px;
}
.dxeTBVSys
{
	height: 170px;
	width: 41px;
}
.dxeTrackBar.dxeTBBScaleSys.dxeTBVSys
{
	width: 59px;
}
.dxeTrackBar.dxeTBBScaleSys.dxeTBHSys
{	
	height: 59px;
}

.dxeTBTrack 
{
	z-index: 2;
	position: absolute;
}

.dxeTBHSys .dxeTBTrack
{
	background-image:  url('/DXR.axd?r=1_38-yDfd9');
}
.dxeTBVSys .dxeTBTrack
{
	background-image:  url('/DXR.axd?r=1_39-yDfd9');
}

.dxeTBHSys .dxeTBTrack, .dxeTBHSys .dxeTBBarHighlight
{
	height: 9px;
}
.dxeTBVSys .dxeTBTrack, .dxeTBVSys .dxeTBBarHighlight
{
	width: 9px;
}

.dxeTBHSys .dxeTBMainDH, .dxeTBHSys .dxeTBSecondaryDH
{	
	top: -5px;
	width:13px;
	height:19px;
}
.dxeTBVSys .dxeTBMainDH, .dxeTBVSys .dxeTBSecondaryDH
{
	left: -5px;
	width:19px;
	height:13px;
}

.dxeTBVSys .dxeTBRBScaleSys .dxeTBTrack, .dxeTBVSys .dxeTBTrack
{
	left: 6px;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBTrack
{
	right: 6px;
	left: auto;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBTrack
{
	bottom: 6px;
	top: auto;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBTrack, .dxeTBHSys .dxeTBTrack
{
	top: 6px;
}

.dxeTBBarHighlight
{
	left: 0px;
	top: 0px;
	position:absolute;
	z-index: 3;
}

.dxeTBHSys .dxeTBBarHighlight
{
	background-image:  url('/DXR.axd?r=1_28-yDfd9');
}
.dxeTBVSys .dxeTBBarHighlight
{
	background-image:  url('/DXR.axd?r=1_29-yDfd9');
}

.dxeTBRBLabel, .dxeTBLTLabel
{
	text-align: center;
	color: #A8A8A8;
	cursor: default;
}
.dxeTBSmallTickSys .dxeTBRBLabel, .dxeTBSmallTickSys .dxeTBLTLabel,
.dxeTBLargeTickSys .dxeTBRBLabel, .dxeTBLargeTickSys .dxeTBLTLabel 
{	
	position: absolute;
}

.dxeTBHSys .dxeTBRBLabel,.dxeTBHSys .dxeTBLTLabel
{
	width: 100%;
}

.dxeTBIncBtn, .dxeTBDecBtn
{
}

.dxeTBVSys .dxeTBRBLabel, 
.dxeTBVSys .dxeTBLTLabel
{
	padding-top: 2px;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBRBLabel
{
	margin-left: -4px;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBRBLabel, 
.dxeTBVSys .dxeTBBScaleSys .dxeTBLTLabel
{
	right: 0px;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBLTLabel, 
.dxeTBVSys .dxeTBBScaleSys .dxeTBRBLabel
{
	left: 0px;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBRBLabel, 
.dxeTBHSys .dxeTBBScaleSys .dxeTBLTLabel
{
	bottom: 0px;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBLTLabel, 
.dxeTBHSys .dxeTBBScaleSys .dxeTBRBLabel
{
	top: 0px;
}
.dxeTBItem
{
	color: #A8A8A8;
}

.dxeTBHSys .dxeTBItem .dxeTBRBLabel, 
.dxeTBHSys .dxeTBItem .dxeTBLTLabel 
{
	display: inline-block;
	margin-left: 0px!important;
}
.dxeTBHSys .dxeTBRBScaleSys 
.dxeTBItem .dxeTBRBLabel 
{
	padding-top: 12px;
}
.dxeTBHSys .dxeTBLTScaleSys 
.dxeTBItem .dxeTBLTLabel 
{
	margin-top: 8px;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBItem .dxeTBRBLabel 
{
	margin-left: 5px;
}

.dxeTBSelectedItem .dxeTBRBLabel,
.dxeTBSelectedItem .dxeTBLTLabel,
.dxeTBSelectedTick .dxeTBRBLabel, 
.dxeTBSelectedTick .dxeTBLTLabel
{
	color: #C3C3C3;
}

.dxeTBVSys .dxeTBLTScaleSys .dxeTBItem
{
	text-align: left;
}

.dxeTBVSys .dxeTBRBScaleSys .dxeTBItem
{
	text-align: right;
}

.dxeTBVSys .dxeTBBScaleSys .dxeTBItem
{
	text-align: center;
}

.dxeTBHSys .dxeTBItem
{
	background-image:  url('/DXR.axd?r=1_34-yDfd9');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBItem
{
	background-image:  url('/DXR.axd?r=1_32-yDfd9');
}
.dxeTBVSys .dxeTBItem 
{
	background-image:  url('/DXR.axd?r=1_35-yDfd9');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBItem
{
	background-image:  url('/DXR.axd?r=1_33-yDfd9');
}

.dxeTBHSys .dxeTBLargeTick
{
	background-image:  url('/DXR.axd?r=1_34-yDfd9');
}
.dxeTBVSys .dxeTBLargeTick
{
	background-image: url('/DXR.axd?r=1_35-yDfd9');
}
.dxeTBHSys .dxeTBSmallTick
{
	background-image: url('/DXR.axd?r=1_36-yDfd9');
}
.dxeTBVSys .dxeTBSmallTick
{
	background-image: url('/DXR.axd?r=1_37-yDfd9');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBLargeTick
{
	background-image: url('/DXR.axd?r=1_30-yDfd9');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBLargeTick
{
	background-image: url('/DXR.axd?r=1_31-yDfd9');
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBSmallTick
{
	background-image: url('/DXR.axd?r=1_32-yDfd9');
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBSmallTick
{
	background-image: url('/DXR.axd?r=1_33-yDfd9');
}

.dxeTBVSys .dxeTBIncBtn, .dxeTBVSys .dxeReversedDirectionSys .dxeTBDecBtn
{
	bottom: 0px;
	top: auto;
}
.dxeTBVSys .dxeTBDecBtn, .dxeTBVSys .dxeReversedDirectionSys .dxeTBIncBtn
{
	top: 0px;
	bottom: auto;
}
.dxeTBHSys .dxeTBDecBtn, .dxeTBHSys .dxeReversedDirectionSys .dxeTBIncBtn
{
	left: 0px;
	right: auto;
}
.dxeTBHSys .dxeTBIncBtn, .dxeTBHSys .dxeReversedDirectionSys .dxeTBDecBtn
{
	right: 0px;
	left: auto;
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBDecBtn, 
.dxeTBVSys .dxeTBBScaleSys .dxeTBIncBtn
{
	margin-left: -10px;
	left: 50%;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBDecBtn,
.dxeTBHSys .dxeTBBScaleSys .dxeTBIncBtn
{
	margin-top: -10px;
	top: 50%;
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBTrack
{ 
	margin-left: -4px;
	left: 50%;
}
.dxeTBHSys .dxeTBBScaleSys .dxeTBTrack
{ 
	margin-top: -4px;
	top: 50%;
}

.dxeTBVSys .dxeTBLTScaleSys .dxeTBDecBtn, 
.dxeTBVSys .dxeTBLTScaleSys .dxeTBIncBtn
{
	right: 0px;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBDecBtn, 
.dxeTBHSys .dxeTBLTScaleSys .dxeTBIncBtn
{
	bottom: 0px;
}

.dxeTBValueToolTip,
div.dxeHelpText
{
	padding: 3px 8px 4px 8px;
    display: inline;
    position: absolute;
    background: white;
    border-radius: 3px;
    z-index: 41998;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #A8A8A8;
    font: 12px Tahoma, Geneva, sans-serif;
}
td.dxeHelpText {
    visibility: visible;
    color: #9F9F9F;
    font: 11px Tahoma, Geneva, sans-serif;
}
td.dxeHelpText.dxeHHelpTextSys {
    padding: 0 6px;
}
td.dxeHelpText.dxeVHelpTextSys {
    padding: 2px 0;
}

/* Loading */
.dxeLoadingDiv
{
	background: White none;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.dxeLoadingDivWithContent
{
	background: White none;
	opacity: 0.01;
	filter: alpha(opacity=1);
}

.dxeLoadingPanel
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
}
.dxeLoadingPanelWithContent
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
	background: #FFFFFF none;
	border: 1px solid #D6D6D6;
}

.dxeLoadingPanel td.dx, 
.dxeLoadingPanelWithContent td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}

.dxeButtonEditSys .dxic .dxeLoadingDiv
{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel
{
    background-color: transparent!important;
    font: normal 0px arial, verdana!important;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel td.dx
{
	padding: 0px!important;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel td.dx > span
{
	display: none;
}

.dxeButtonEditSys .dxic .dxeLoadingPanel td.dx > img
{
	height: 15px;
    width: auto;
    vertical-align: middle;
}

.dxeReadOnly
{
}
.dxeBase
{
	font: 12px Tahoma, Geneva, sans-serif;
}
td.dxic
{
	font-size: 0;
}
/* InternalCheckBox */
.dxeIRBFocused
{
	border: 1px dotted #ffb100;
	margin: 0px!important;
}
.dxeIRadioButton 
{
}
/* -- ErrorFrame -- */
.dxeErrorCell,
.dxeErrorCell td
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: Red;
}
.dxeErrorCell
{
	padding-left: 4px;
	padding-right: 5px;
}
.dxeErrorFrameWithoutError
{
	border: 1px solid Red;
}
.dxeErrorFrameWithoutError .dxeControlsCell,
.dxeErrorFrameWithoutError.dxeControlsCell
{
	padding: 2px;
}

.dxeEditArea
{
	border: 1px solid #A0A0A0;
}
.dxeEditArea,
input[type="text"].dxeEditArea, /*Bootstrap correction*/
input[type="password"].dxeEditArea /*Bootstrap correction*/
{
    font: 12px Tahoma, Geneva, sans-serif;
}
input[type="text"].dxeEditArea, /*Bootstrap correction*/
input[type="password"].dxeEditArea /*Bootstrap correction*/
{
    height: 14px;
    margin-bottom: 0px;
}
body input.dxeEditArea /*Bootstrap correction*/
{
    color: black;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /* Chrome */
{
    input[type="text"].dxeEditArea,
    input[type="password"].dxeEditArea
    {
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .dxeSafariSys input.dxeEditArea {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
/* -- ValidationSummary -- */

.dxvsValidationSummary
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: Red;
}
.dxvsValidationSummary td.dxvsRC
{
	vertical-align: top;
	padding: 2px 5px 4px 6px;
}
.dxvsValidationSummary .dxvsE
{
}

/* ValidationSummary - Header */

.dxvsValidationSummary table.dxvsHT
{
	width: 100%;
}
.dxvsValidationSummary td.dxvsH
{
	padding: 2px 0;
}

/* ValidationSummary - Hyperlink */

.dxvsValidationSummary a.dxvsHL,
.dxvsValidationSummary a.dxvsHL:visited
{
	color: red;
}
.dxvsValidationSummary a.dxvsHL
{
	text-decoration: none;
	border-bottom: 1px dashed #f70;
}
.dxvsValidationSummary a.dxvsHL:hover
{
	color: #f70;
}

/* ValidationSummary - Table Layout */

.dxvsValidationSummary table.dxvsT
{
}
.dxvsValidationSummary tr.dxvsE
{
}
.dxvsValidationSummary td.dxvsETC
{
	padding: 2px 0;
}

/* ValidationSummary - List Layout */

.dxvsValidationSummary ul.dxvsL
{
}
.dxvsValidationSummary ol.dxvsL
{
}
.dxvsValidationSummary li.dxvsE
{
	padding: 2px 0;
}

/* -- Buttons -- */
.dxeButtonEditButton,
.dxeCalendarButton,
.dxeSpinIncButton,
.dxeSpinDecButton,
.dxeSpinLargeIncButton,
.dxeSpinLargeDecButton,
.dxeColorEditButton
{
	vertical-align: middle;
	border: 1px solid #7f7f7f;
	cursor: pointer;
	font: normal 11px Tahoma, Geneva, sans-serif;
	text-align: center;
	white-space: nowrap;
} 
.dxeButtonEditButton
{
    padding: 0px 2px 1px 3px;    
}
.dxeSpinIncButton
{
    padding: 1px 2px 1px 3px;
    border-bottom: 0;    
}
.dxeSpinDecButton
{
    padding: 1px 2px 1px 3px;    
}
.dxeSpinLargeIncButton,
.dxeSpinLargeDecButton
{
	padding: 2px 5px 2px 5px;
}
.dxeButtonEditButton,
.dxeSpinLargeIncButton,
.dxeSpinLargeDecButton
{
	background: #e6e6e6 url('/DXR.axd?r=1_23-yDfd9') repeat-x top;
}
.dxeSpinIncButton
{
	background: #F0F0F0 url('/DXR.axd?r=1_26-yDfd9') repeat-x top;
}
.dxeSpinDecButton
{
	background: #E6E6E6 url('/DXR.axd?r=1_25-yDfd9') repeat-x top;
}

.dxeCalendarButton
{
	font-size: 12px;
	background: #e5e5e5 url('/DXR.axd?r=1_21-yDfd9') repeat-x top;
	padding: 3px 11px 4px;
	min-width: 37px;
}
.dxeColorEditButton
{
	font: 12px Tahoma, Geneva, sans-serif;
	background: #e5e5e5 url('/DXR.axd?r=1_21-yDfd9') repeat-x top;
}

/* -- Pressed -- */
.dxeCalendarButtonPressed,
.dxeButtonEditButtonPressed,
.dxeSpinIncButtonPressed,
.dxeSpinDecButtonPressed,
.dxeSpinLargeIncButtonPressed, 
.dxeSpinLargeDecButtonPressed,
.dxeColorEditButton:active
{
	background: #D5D5D5 none;
	border: 1px Solid #7F7F7F;
}
.dxeSpinIncButtonPressed
{
    border-bottom: 0;
}
/* -- Hover -- */
.dxeCalendarButtonHover,
.dxeButtonEditButtonHover,
.dxeSpinIncButtonHover,
.dxeSpinDecButtonHover,
.dxeSpinLargeIncButtonHover,
.dxeSpinLargeDecButtonHover,
.dxeColorEditButton:hover
{
	background: #F2F2F2 url('/DXR.axd?r=1_24-yDfd9') repeat-x top;
	border: 1px Solid #606060;
}
.dxeSpinIncButtonHover
{
    border-bottom: 0;
}
.dxeCalendarButtonHover,
.dxeColorEditButton:hover
{
	background: url('/DXR.axd?r=1_22-yDfd9') repeat-x top;
}

.dxeButtonEdit
{
	background-color: white;
	border: 1px solid #9F9F9F;
}

.dxeButtonEdit td.dxic 
{
    *padding-left: 2px;
}
*[dir="rtl"].dxeTextBox td.dxic 
{
    *padding-right: 2px;
}

.dxeButtonEdit .dxeEditArea
{
	background-color: white;
}
.dxeButtonEdit .dxeIIC img
{
	padding-left: 3px;
}
.dxeTextBox,
.dxeMemo
{
	background-color: white;
	border: 1px solid #9f9f9f;
}

.dxeTextBox .dxeEditArea
{
	background-color: white;
}
.dxeRadioButtonList, .dxeCheckBoxList
{
	border: 1px Solid #9F9F9F;
}

.dxeCheckBoxList .dxe > table,
.dxeRadioButtonList .dxe > table 
{
    width: 100%;
}

.dxeRadioButtonList,
.dxeRadioButtonList table,
.dxeCheckBoxList,
.dxeCheckBoxList table
{
	font: 12px Tahoma, Geneva, sans-serif;
}
.dxeRadioButtonList td.dxe,
.dxeCheckBoxList td.dxe
{
	padding: 7px 5px 6px 11px;
}
.dxeRadioButtonList label,
.dxeCheckBoxList label
{
	margin-right: 6px;
}

.dxeRadioButtonList img,
.dxeCheckBoxList img
{
	margin-bottom: -4px;
    padding-right: 5px;
}

/* -- Memo -- */
.dxeMemo
{
}
.dxeMemoEditArea
{
	background-color: white;
	font: 12px Tahoma, Geneva, sans-serif;
	outline: none;
}


/* -- Hyperlink -- */
.dxeHyperlink
{
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #0d45b7;
}
a.dxeHyperlink:hover
{
	color: #5494ea;
}
a.dxeHyperlink:visited
{
	color: #ab59a6;
}

/* -- ListBox -- */
.dxeListBox
{
	background-color: white;
	border: 1px solid #A0A0A0;
	font: 12px Tahoma, Geneva, sans-serif;
	width: 70px;
	height: 109px;
}
.dxeListBox div.dxlbd
{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 107px;
}
.dxeListBoxItemRow
{
	cursor: default;
}
.dxeListBoxItem
{
	border-left: 1px solid white;
	border-right: 1px solid white;
	font: normal 12px Tahoma, Geneva, sans-serif;
	padding: 3px 2px 4px 3px;
	white-space: nowrap;
	text-align: left;
	color: Black;
}
.dxeListBoxItem em
{
	background: #CFCFCF none repeat 0 0;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}

.dxeListBox td.dxeI,
.dxeListBox td.dxeIM,
.dxeListBox .dxeHIC, 
.dxeListBox td.dxeFTM,
.dxeListBox td.dxeTM,
.dxeListBox td.dxeC,
.dxeListBox td.dxeCM,
.dxeListBox td.dxeHCC,
.dxeListBox td.dxeMI,
.dxeListBox td.dxeMIM
{
	border-right-width: 0!important;
}

.dxeListBox td.dxeIR,
.dxeListBox td.dxeIMR,
.dxeListBox .dxeHICR, 
.dxeListBox td.dxeFTMR,
.dxeListBox td.dxeTMR,
.dxeListBox td.dxeCR,
.dxeListBox td.dxeCMR,
.dxeListBox td.dxeHCCR,
.dxeListBox td.dxeMIR,
.dxeListBox td.dxeMIMR
{
	border-left-width: 0!important;
}

.dxeListBox td.dxeCM,
.dxeListBox td.dxeHCC,
.dxeListBox td.dxeCMR,
.dxeListBox td.dxeHCCR
{
	width: 29px;
    *width: 23px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.dxeListBox td.dxeIM,
.dxeListBox td.dxeIMR
{
	width: 0;
}
.dxeListBox td.dxeC > span,
.dxeListBox td.dxeCM > span
{
    margin: 2px 2px 2px 3px;
}
.dxeListBox td.dxeCR > span,
.dxeListBox td.dxeCMR > span
{
    margin: 2px 3px 2px 2px;
}
.dxeListBox td.dxeC
{
	padding-right: 3px!important;
}
.dxeListBox td.dxeCR
{
	padding-left: 3px!important;
}

.dxeListBox td.dxeT
{
	width: 100%;
	padding-left: 0!important;
}

.dxeListBox td.dxeTR
{
	width: 100%;
	padding-right: 0!important;
}


.dxeListBox td.dxeT,
.dxeListBox td.dxeMI
{
	border-left-width: 0!important;
}

.dxeListBox td.dxeTR,
.dxeListBox td.dxeMIR
{
	border-right-width: 0!important;
}


.dxeListBox td.dxeFTM,
.dxeListBox td.dxeTM,
.dxeListBox td.dxeLTM, 
.dxeListBox .dxeHFC,
.dxeListBox .dxeHC,
.dxeListBox .dxeHLC,
.dxeListBox td.dxeFTMR,
.dxeListBox td.dxeTMR,
.dxeListBox td.dxeLTMR, 
.dxeListBox .dxeHFCR,
.dxeListBox .dxeHCR,
.dxeListBox .dxeHLCR
{
	overflow: hidden;
}

.dxeListBox td.dxeFTM,
.dxeListBox td.dxeTM, 
.dxeListBox .dxeHFC,
.dxeListBox .dxeHC
{
	padding-right: 6px!important;
}

.dxeListBox td.dxeFTMR,
.dxeListBox td.dxeTMR, 
.dxeListBox .dxeHFCR,
.dxeListBox .dxeHCR
{
	padding-left: 6px!important;
}


.dxeListBox td.dxeLTM,
.dxeListBox td.dxeTM, 
.dxeListBox .dxeHC,
.dxeListBox .dxeHLC
{
	padding-left: 6px!important;
}

.dxeListBox td.dxeLTMR,
.dxeListBox td.dxeTMR, 
.dxeListBox .dxeHCR,
.dxeListBox .dxeHLCR
{
	padding-right: 6px!important;
}

/*Grid lines*/

.dxeListBox td.dxeLTM,
.dxeListBox td.dxeTM,
.dxeListBox td.dxeMIM
{
	border-left: 1px solid #cfcfcf!important;
}

.dxeListBox td.dxeLTMR,
.dxeListBox td.dxeTMR,
.dxeListBox td.dxeMIMR
{
	border-right: 1px solid #cfcfcf!important;
}

.dxeListBox td.dxeIM,
.dxeListBox td.dxeFTM,
.dxeListBox td.dxeTM,
.dxeListBox td.dxeLTM,
.dxeListBox td.dxeCM,
.dxeListBox td.dxeMIM,
.dxeListBox td.dxeIMR,
.dxeListBox td.dxeFTMR,
.dxeListBox td.dxeTMR,
.dxeListBox td.dxeLTMR,
.dxeListBox td.dxeCMR,
.dxeListBox td.dxeMIMR
{
	border-bottom: 1px solid #cfcfcf;
}

.dxeListBoxItemSelected     /* inherits dxeListBoxItem */
{
	color: White;
	background-color: #A0A0A0;
}
.dxeListBoxItemHover        /* inherits dxeListBoxItem */
{
	background-color: #cfcfcf;
	color: black;
}
.dxeListBoxItemHover em,
.dxeListBoxItemSelected em
{
	background-image: none;
}

/*Header*/

.dxeListBox .dxeHD
{
	background-color: #dcdcdc;
	border-bottom: 1px solid #A0A0A0;
}

.dxeListBox .dxeHC,
.dxeListBox .dxeHLC,
.dxeListBox td.dxeHMIC
{
	border-left: 1px solid #A0A0A0;
}

.dxeListBox .dxeHCR,
.dxeListBox .dxeHLCR,
.dxeListBox td.dxeHMICR
{
	border-right: 1px solid #A0A0A0;
	text-align: right;
}

.dxeListBox .dxeHIC,
.dxeListBox .dxeHFC,
.dxeListBox .dxeHCC
{
	border-left: 1px solid #dcdcdc;
}

.dxeListBox .dxeHICR,
.dxeListBox .dxeHFCR,
.dxeListBox .dxeHCCR
{
	border-right: 1px solid #dcdcdc;
	text-align: right;
}

.dxeListBox .dxeHFC,
.dxeListBox .dxeHC,
.dxeListBox .dxeHMIC
{
	border-right-width: 0;
}

.dxeListBox .dxeHFCR,
.dxeListBox .dxeHCR,
.dxeListBox .dxeHMICR
{
	border-left-width: 0;
	text-align: right;
}

.dxeListBox .dxeHLC
{
	border-right: 1px solid #dcdcdc;
}

.dxeListBox .dxeHLCR
{
	border-left: 1px solid #dcdcdc;
	text-align: right;
}

/* -- Calendar -- */
.dxeCalendar
{
	border: 1px solid #9f9f9f;
	background-color: White;
	color: Black;
	font-weight: normal;
	cursor: default;
}
.dxeCalendar td.dxMonthGrid
{
	padding: 8px 20px;
}
.dxeCalendar td.dxMonthGridWithWeekNumbers
{
	padding: 5px 20px 8px 8px;
}
.dxeCalendar td.dxMonthGridWithWeekNumbersRtl
{
	padding: 5px 8px 8px 20px;
}
.dxeCalendarDayHeader
{
	font: 12px Tahoma, Geneva, sans-serif;
	padding: 2px 4px 5px;
	border-bottom: 1px solid #cfcfcf;
}
.dxeCalendarWeekNumber
{
	font: 9px Tahoma, Geneva, sans-serif;
	text-align: right;
	padding: 6px 8px 6px 4px;
	color: #bfbfbf;
}
.dxeCalendarDay
{
	font: 12px Tahoma, Geneva, sans-serif;
	padding: 4px 6px;
	text-align: center;
}
.dxeCalendarWeekend        /* inherits dxeCalendarDay */
{
	color: #c00000;
}
.dxeCalendarOtherMonth     /* inherits dxeCalendarDay */
{
	color: #888;
}
.dxeCalendarOutOfRange     /* inherits dxeCalendarDay */
{
	color: #d0d0d0;
}
.dxeCalendarSelected       /* inherits dxeCalendarDay */
{
	color: White;
	background-color: #8d8d8d;
}
.dxeCalendarToday         /* inherits dxeCalendarDay */
{
	padding: 3px 3px 2px;
	border: 1px solid #c00000;
}
.dxeCalendarHeader
{
	font: 12px Tahoma, Geneva, sans-serif;
	background-color: #dcdcdc;
	border-top: 1px solid #c9c9c9;
	border-right: 0 solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 0 solid #c9c9c9;
	padding: 4px 7px;
}
.dxeCalendarHeader td.dxe
{
	text-align: center;
	cursor: pointer;
}
.dxeCalendarFooter
{
	background-color: #ededed;
	padding: 8px 0px;
	border-top: 1px solid #d6d6d6;
}
.dxeCalendarFastNav
{
	color: Black;
	background: White none;
	border-top: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-bottom: 0px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	padding: 12px 8px;
}
.dxeCalendarFastNavMonthArea
{
	padding: 0px 9px;
}
.dxeCalendarFastNavYearArea
{
}
.dxeCalendarFastNavFooter
{
	color: Black;
	background-color: #ededed;
	padding: 8px 0px;
	border-right: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #d6d6d6;
}
.dxeCalendarFastNavMonth,
.dxeCalendarFastNavYear
{
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: Black;
	padding: 3px 5px;
	text-align: center;
	cursor: pointer;
}
.dxeCalendarFastNavMonth
{
	padding: 6px;
}
.dxeCalendarFastNavMonthSelected,
.dxeCalendarFastNavYearSelected
{
	color: White;
	background: #8d8d8d none;
}
.dxeCalendarFastNavMonthHover,
.dxeCalendarFastNavYearHover
{
	color: Black;
	background: #e5e5e5 none;
	padding: 2px 4px;
	border: 1px solid #d6d6d6;
}
.dxeCalendarFastNavMonthHover
{
	padding: 5px;
}
.dxeDateEditTimeEditCell
{
    padding: 11px 22px 16px;
    width: 100px;
}
.dxeDateEditClockCell
{
    padding: 16px 17px 0;
}
.dxeCalendarFooter.dxeDETSF
{
    padding-left: 8px;
    padding-right: 8px;
}
/* Disabled */
.dxeDisabled,
.dxeDisabled td.dxe
{
	color: #acacac;
	cursor: default;
}
.dxeEditArea.dxeDisabled, /*Bootstrap correction*/
.dxeDisabled .dxeMemoEditArea /*Bootstrap correction*/
{
    color: #acacac;
}
a.dxeDisabled:hover
{
	color: #acacac;
}
.dxeButtonDisabled
{
	border-color: #c3c3c3;
	color: #808080;
	cursor: default;
}
/* -- Button -- */
.dxbButton
{
	color: #000000;
	font: normal 12px Tahoma, Geneva, sans-serif;
	border: 1px solid #7F7F7F;
	background: #E0DFDF url('/DXR.axd?r=1_19-yDfd9') repeat-x top;
	padding: 1px;
}
.dxbButtonHover
{
	color: #000000;
	background: #F2F2F2 url('/DXR.axd?r=1_20-yDfd9') repeat-x top;
	border: 1px solid #606060;
}
.dxbButtonChecked
{
	color: #FFFFFF;
	background: #8D8D8D none;
}
.dxbButtonPressed
{
	color: #000000;
	background: #D5D5D5 none;
}
.dxbButton div.dxb
{
    padding: 2px 7px 3px;
	border: 1px dotted transparent;
}
.dxbButton div.dxbf
{
	border: 1px dotted black;
}
/* Link Button */
a.dxbButton
{
    color: #0d45b7;
    text-decoration: underline;
}
a.dxbButton:hover
{
	color: #5494ea;
}
a.dxbButton:visited
{
	color: #ab59a6;
}
/* Disabled */
.dxbDisabled
{
	border-color: #c3c3c3;
}
.dxbDisabled,
a.dxbButton.dxbDisabled
{
	color: #808080;
	cursor: default;
    text-decoration: none;
}
/* -- FilterControl -- */
.dxfcTable
{
	border-collapse: separate!important;
}
.dxfcTable td.dxfc
{
	padding: 0px 0px 0px 3px;
	vertical-align: middle;
	font: 12px Tahoma, Geneva, sans-serif;
	color: Black;
}
a.dxfcPropertyName
{
	white-space: nowrap!important;
	color: Blue!important;
}
a.dxfcGroupType
{
	white-space: nowrap!important;
	padding: 0px 3px!important;
	color: Red!important;
}
a.dxfcOperation
{
	white-space: nowrap!important;
	color: Green!important;
}
a.dxfcValue
{
	white-space: nowrap!important;
	color: Gray!important;
}

.dxfcLoadingDiv
{
	background: white none;
	opacity: 0.01;
	filter: alpha(opacity=1);
}
.dxfcLoadingPanel
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
	border: 1px solid #9F9F9F;
	background: white none;
}
.dxfcLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}

.dxeMaskHint
{
	background: #ffffe1 none;
	border: 1px solid black;
	padding: 2px 5px 3px;
	color: Black;
	font: 12px Tahoma, Geneva, sans-serif;
}

/* -- ProgressBar -- */
.dxeProgressBar
{
	border: 1px Solid #696969;
	background-color: #FFFFFF;
}
.dxeProgressBar,
.dxeProgressBar td.dxe
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: Black;
}
.dxeProgressBar .dxePBMainCell,
.dxeProgressBar td.dxe
{
	padding: 0;
}
.dxeProgressBarIndicator
{
	background-color: #E0DFDF;
}

/* -- DropDownWindow -- */
.dxeDropDownWindow
{
	background-color: white;
	border: 1px solid #9F9F9F;
}

/*----------------- ColorTable -----------------*/
.dxeColorIndicator
{
	border: 1px solid #9F9F9F;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.dxeItemPicker
{
	background-color: #ffffff;
	border: 1px solid #9F9F9F;
}
.dxeColorTable td.dx,
.dxeItemPicker td.dx
{
	padding: 4px;
}
.dxeColorTableCell,
.dxeItemPickerCell
{
	padding: 3px;
	cursor: pointer;
}
.dxeColorTableCellDiv
{
	border: 1px solid #808080;
	width: 12px;
	height: 12px;
	font-size: 0px;
}
.dxeColorTableCellSelected
{
	padding: 2px!important;
	background-color: #CBCBCB;
	border: 1px solid #888888;
}
.dxeColorTableCellHover,
.dxeItemPickerCellHover
{
	padding: 2px!important;
	background-color: #F2F2F2;
	border: 1px solid #888888;
}

/* -- Invalid Style -- */
.dxeInvalid
{
}
.dxeInvalid .dxeEditArea,
.dxeInvalid .dxeMemoEditArea
{
}

/* -- Focused Style -- */
.dxeFocused
{
	border: 1px solid #3d3d3d;
}
.dxeFocused.dxeTrackBar
{
	border: 0px;
}

/* -- Null Text Style -- */
.dxeNullText .dxeEditArea,
.dxeNullText .dxeMemoEditArea
{
	color: #818181;
}

/* -- Captcha -- */
.dxcaControl 
{
}

.dxcaRefreshButton
{
	font: 13px Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #1e3695;
}

.dxcaDisabledRefreshButton
{
	color: #acacac;
}

.dxcaRefreshButtonCell
{
	padding-left: 4px;
}

.dxcaRefreshButtonText
{
}

.dxcaDisabledRefreshButtonText
{
}

.dxcaTextBoxCell
{
	font: 12px Tahoma, Geneva, sans-serif;
}

.dxcaTextBoxCell,
.dxcaTextBoxCellNoIndent
{
	font: 12px Tahoma, Geneva, sans-serif;
}

.dxcaTextBoxCell .dxeErrorCell
{
}

.dxcaTextBoxCellNoIndent .dxeErrorCell
{
	padding-left: 0px;
	padding-top: 4px;
	color: Red;
}

.dxcaTextBoxLabel
{
	padding-bottom: 4px;
	display: block;
}

.dxcaLoadingPanel
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
}

.dxcaLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}

.dxpcControl .dxHFBPS,
.dxpcLite .dxHFBPS
{
    width: 6px;
}

.dxeTextBox,
.dxeButtonEdit,
.dxeIRadioButton,
.dxeRadioButtonList,
.dxeCheckBoxList
{
    cursor: default;
}

/* Removes flicking in iOS Safari*/
.dxeTrackBar, 
.dxeIRadioButton, 
.dxeButtonEdit, 
.dxeTextBox, 
.dxeRadioButtonList, 
.dxeCheckBoxList, 
.dxeMemo, 
.dxeListBox, 
.dxeCalendar, 
.dxeColorTable
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* -- ASPxTokenBox -- */
input.dxeTokenBoxInput[type="text"] {
	display: inline-block;
	float: left;
	width: 30px;
	outline: none;
	height: 17px;
	margin-bottom: 1px;
}
.dxeToken {
    border: 1px solid #b9b9b9;
    display: inline-block;
    font: 12px Tahoma, Geneva, sans-serif;
    margin: 0px 1px 1px 0px;
    padding: 0px;
	float: left;
	min-width: 30px;
	height: 15px;
}
.dxeTokenText, .dxeTokenRemoveButton {
	display: block;
	float: left;
}
.dxeTokenText {
	padding: 0px 2px 0px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dxeTokenRemoveButton {
	margin-top: 1px;
	cursor: pointer;
}
.dxeToken {
	background: #ffffff url('/DXR.axd?r=1_27-yDfd9') repeat-x top;
}

/* ASPxCololrEdit */
.dxcpParametersCell label
{
	font: 12px Tahoma, Geneva, sans-serif;
}
.dxcpParametersCell input
{
	font: 12px Tahoma, Geneva, sans-serif;
	margin-left: 3px;
	padding-left: 5px;
	width: 60px;
	height: 17px;
}
.dxcpWebColorInput
{
	float: right;
	margin-top: 40px;
}
.dxcpColorParameterMainDiv
{
	padding: 0px 0 4px 15px;
	width: 90px;
	text-align: right;
}
.dxeCustomColorButton
{
	height: 22px;
	line-height: 22px;
	margin: 3px 7px;
	cursor: pointer;
}
.dxcpCurrentColor, .dxcpSavedColor
{
	height: 35px;
}
.dxcpCurrentAndSaved
{
	width: 65px;
	margin: 34px 0px 0px auto;
	cursor: pointer;
}
.dxeColorTablesMainDiv,
.dxeColorSelectorMainDiv
{
	background-color: #FFFFFF;
}
.dxeColorSelectorMainDiv
{
	padding: 7px;
}
.dxcpColorArea,
.dxcpHueArea,
.dxcpCurrentAndSaved,
.dxeColorTablesMainDiv,
.dxeColorSelectorMainDiv,
.dxcpParametersCell input
{
	border: 1px solid #9F9F9F;
}
.dxeButtonsPanelDiv
{
	margin-top: 15px;
	text-align: right;
}
.dxeButtonsPanelDiv input
{
	width: 60px;
	height: 22px;
	margin-left: 10px;
}
