/* Button */
.dxbButtonSys
{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
.btn-group > .dxbButtonSys.btn:first-of-type:not(:last-of-type) {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.btn-group > .dxbButtonSys.btn:last-of-type:not(:first-of-type) {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.btn-group > .dxbButtonSys.btn:first-of-type:not(:last-of-type):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .dxbButtonSys.btn:last-of-type:not(:first-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .dxbButtonSys.btn:not(:first-of-type):not(:last-of-type):not(.dropdown-toggle) {
    border-radius: 0;
}

.dxbButtonSys.dxbTSys
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	display: inline-table;
    border-spacing: 0;
    border-collapse: separate;
}
div.dxbButtonSys
{
	vertical-align: middle;
}
a.dxbButtonSys
{
    border: 0;
    background: none;
    padding: 0;
}
a.dxbButtonSys > span
{
    text-decoration: inherit;
}
.dxbButtonSys /*Bootstrap correction*/
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dxbButtonSys > div
{
    line-height: 100%; 
    text-decoration: inherit;
}
.dxbButtonSys.dxbTSys > div
{
    display: table-cell;
    vertical-align: middle;
}
/* ListBox */
.dxChrome .dxlbd,
.dxOpera .dxlbd {
    overflow-anchor: none;
}
.dxeHD > table td.dxlbNullSizeCell,
.dxlbd > table td.dxlbNullSizeCell,
.dxlbd > div[id*="LBVSTC"] > table td.dxlbNullSizeCell
{
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dxlbd,
.dxeIM,
.dxeHIC,
.dxeListBoxEllipsisSys td.dxeC { /*Bootstrap correction*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.dxeLBShowFilterBtnSys {
    position: absolute;
    right: 0;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.dxeLBShowFilterBtnSys .dxb {
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 100%;
}
*[dir="rtl"] .dxeLBShowFilterBtnSys {
    left: 0;
    right: initial;
}
.dxeLBInactiveFilterPanelSys {
    height: 0;
    max-height: 0;
    border: 0!important;
    padding: 0!important;
    position: relative;
}
.dxeLBInactiveFilterPanelSys.dxeLBAnimatedFilterPanelSys + *[class*="dxeListBoxSelectAll"] + .dxlbd {
    transition: max-height 0.5s;
}
.dxeLBInactiveFilterPanelSys.dxeLBAnimatedFilterPanelSys {
    transition: max-height 0.5s, opacity 0.5s, padding-top 0.5s, padding-bottom 0.5s;
}
.dxeLBInactiveFilterPanelSys .dxeButtonEditSys {
    display: block;
    max-height: 0;
    border: 0!important;
    padding: 0!important;
    opacity: 0;
    visibility: hidden;
    transition: none;
}
.dxIE.dxBrowserVersion-9 .dxeLBInactiveFilterPanelSys .dxeButtonEditSys {
    display: none;
}
*[class*="dxeListBoxFilter"]:not(.dxeLBInactiveFilterPanelSys) .dxeButtonEditSys {
    max-height: 500px;
    display: block;
}
.dxeLBAnimatedFilterPanelSys:not(.dxeLBInactiveFilterPanelSys) .dxeButtonEditSys {
    transition: max-height 1.5s, opacity 1.5s, padding-top 0.5s, padding-bottom 0.5s;
}
.dxeLBTCollapsed,
.dxeLBTCollapsed td.dxeT,
.dxeLBTCollapsed td.dxeTR {
    width: auto!important;
} 
/* CheckBox, CheckBoxList, RadioButton, RadioButtonList */
*[class*="dxeBase"] label /*Bootstrap correction*/
{
    font: inherit;
    line-height: normal;
    margin-bottom: 0px;
    display: inline;
}
/* FilterControl */
td.dxfc 
{
    line-height: 21px;
    vertical-align: middle;
}
td.dxfc > img,
td.dxfc > a 
{
    display: inline-block;
    vertical-align: middle;
}
/* TextEdit */
.dxeMemoEditAreaSys 
{
    padding: 3px 3px 0px 3px;
    margin: 0px;
    border-width: 0px;
	display: block;
	resize: none;
}
.dxic 
{
    position: relative;
}
.dxic .dxeEditAreaSys
{
	padding: 0px 1px 0px 0px;
}
.dxeEditAreaSys 
{
    border: 0px!important;
    background-position: 0 0; /* iOS Safari */
    -webkit-box-sizing: content-box; /*Bootstrap correction*/
    -moz-box-sizing: content-box; /*Bootstrap correction*/
    box-sizing: content-box; /*Bootstrap correction*/
}
.dxeEditAreaSys,
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    padding: 0px 1px 0px 0px; /* B146658 */
}
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    margin-top: 0;
    margin-bottom: 0;
}
.dxeEditAreaSys,
.dxeMemoEditAreaSys, /*Bootstrap correction*/
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    font: inherit;
    line-height: normal;
    outline: 0;
}

.dxeMemoEditAreaSys, /*Bootstrap correction*/
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/
{
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dxeMemoEditAreaSys /*Bootstrap correction*/
{
    height: auto;
    color: black;
}
table.dxeTextBoxSys.form-control /*Bootstrap correction*/
{
    display: table;
}
table.dxeMemoSys.form-control /*Bootstrap correction*/
{
    display: table;
    padding: 0;
}
.dxeMemoSys textarea
{
    box-sizing: border-box;
}

.dxeMemoSys td 
{
    padding: 0!important;
    position: relative;
}

.dxeTextBoxSys, 
.dxeMemoSys 
{
    border-collapse:separate!important;
}

.dxeTextBoxDefaultWidthSys,
.dxeButtonEditSys 
{
    width: 170px;
}

.dxeButtonEditSys .dxeButton,
.dxeButtonEditSys .dxeButtonLeft
{
    line-height: 100%;
}

.dxeButtonEditSys .dxeEditAreaSys,
.dxeButtonEditSys td.dxic,
.dxeTextBoxSys td.dxic,
.dxeMemoSys td,
.dxeEditAreaSys
{
	width: 100%;
}

.dxeTextBoxSys td.dxic
{
    padding: 3px 3px 2px 3px;
    overflow: hidden;
}
.dxeButtonEditSys td.dxic 
{
    padding: 2px 2px 1px 2px;
    overflow: hidden;
}
.dxeButtonEditSys[style*="border-collapse:collapse"] td.dxic,
.dxeButtonEditSys[cellspacing="0"] td.dxic 
{
    padding: 3px 3px 2px 3px;
}
.dxHideContent *
{
    visibility: hidden;
}
.dxlbd .dxeI img,
.dxeButtonEditSys .dxeIIC img,
.dxeButtonEditSys .dxeIIC svg {
    vertical-align: middle;
    display: table-cell;
}

/* SpinEdit */
/* Bootstrap correction */
.dxeButtonEditSys [class*="dxeSpinDecButton"],
.dxeButtonEditSys [class*="dxeSpinIncButton"]
{
    box-sizing: content-box;
}

/* Safari */
.dxeTextBoxSys.dxeSafariSys td.dxic
{
    padding-left: 2px;
}
.dxeButtonEditSys.dxeSafariSys td.dxic  
{
    padding-left: 1px;
}
.dxeButtonEditSys[style*="border-collapse:collapse"].dxeSafariSys td.dxic,
.dxeButtonEditSys[cellspacing="0"].dxeSafariSys td.dxic 
{
    padding-left: 2px;
}
*[dir="rtl"].dxeTextBoxSys.dxeSafariSys td.dxic
{
    padding-right: 2px;
}
*[dir="rtl"].dxeButtonEditSys.dxeSafariSys td.dxic 
{
    padding-right: 1px;
}
*[dir="rtl"].dxeButtonEditSys[style*="border-collapse:collapse"].dxeSafariSys td.dxic,
*[dir="rtl"].dxeButtonEditSys[cellspacing="0"].dxeSafariSys td.dxic 
{
    padding-right: 2px;
}

*[dir="rtl"].dxeSafariSys .dxeMemoEditAreaSys 
{
    padding-right: 4px;
    padding-left: 3px;
}
*[dir="rtl"].dxeSafariSys td.dxic 
{
    padding-left: 7px;
    padding-right: 0px;
}

.dxIE.dxBrowserVersion-8 .dxeMemoEditAreaSys
{
    padding-right: 4px;
}
.dxIE.dxBrowserVersion-8 .dxeMemoSys td
{
    padding-right: 7px;
}
.dxIE.dxBrowserVersion-8 *[cols="20"].dxeMemoEditAreaSys
{
    width: 100%;
}
.dxIE.dxBrowserVersion-8 *[dir="rtl"].dxeMemoSys td
{
    padding-left: 7px;
}
.dxIE.dxBrowserVersion-8 *[dir="rtl"] .dxeEditAreaSys
{
    padding-right: 1px;
}

/* IE9 */
:root *[cols="20"].dxeMemoEditAreaSys 
{
    width: 100%;
}

/* IE10 */
.dxeHideDefaultIEClearBtnSys::-ms-clear
{
	display: none;
}

/* WebKit */
.dxWebKitFamily *[dir="rtl"] .dxeEditAreaSys 
{
    padding-right: 1px;
}
.dxWebKitFamily *[dir="rtl"].dxeMemoSys td 
{
    padding-left: 7px;
}
.dxWebKitFamily *[dir="rtl"].dxeMemoSys .dxeMemoEditAreaSys 
{
    padding-right: 4px;
}

/* iPad */
.dxeIPadSys .dxeMemoEditAreaSys 
{
    padding-left: 1px;
    padding-right: 0px;
}
.dxeIPadSys.dxeMemoSys td 
{
    padding-left: 0px;
    padding-right: 1px;
}
*[dir="rtl"].dxeMemoSys.dxeIPadSys td 
{
    padding-left: 5px;
    padding-right: 0px;
}

/* Opera */
noindex:-o-prefocus, *[dir="rtl"].dxeMemoSys textarea 
{
    padding-right: 3px;
}
noindex:-o-prefocus, *[dir="rtl"].dxeTextBoxSys td.dxic 
{
    padding-right: 3px;
}
noindex:-o-prefocus, *[dir="rtl"].dxeButtonEditSys td.dxic 
{
    padding-right: 2px;
}
noindex:-o-prefocus, 
*[dir="rtl"].dxeButtonEditSys[style*="border-collapse:collapse"] td.dxic,
*[dir="rtl"].dxeButtonEditSys[cellspacing="0"] td.dxic 
{
    padding-right: 3px;
}

noindex:-o-prefocus, *[dir="rtl"] .dxeEditAreaSys 
{
    padding-right: 1px;
}

/* FireFox*/
.dxFirefox .dxeMemoEditAreaSys 
{
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 2px;
}

.dxFirefox .dxeTextBoxSys td.dxic
{
    padding-left: 2px;
    padding-right: 2px;
}
.dxFirefox .dxeButtonEditSys td.dxic 
{
    padding-left: 1px;
    padding-right: 1px;
}
.dxFirefox .dxeButtonEditSys[style*="border-collapse:collapse"] td.dxic,
.dxFirefox .dxeButtonEditSys[cellspacing="0"] td.dxic 
{
    padding-left: 2px;
    padding-right: 2px;
}

.dxFirefox *[dir="rtl"].dxeTextBoxSys td.dxic
{
    padding-right: 2px;
}
.dxFirefox *[dir="rtl"].dxeButtonEditSys td.dxic 
{
    padding-right: 1px;
}
.dxFirefox *[dir="rtl"].dxeButtonEditSys[style*="border-collapse:collapse"] td.dxic,
.dxFirefox *[dir="rtl"].dxeButtonEditSys[cellspacing="0"] td.dxic 
{
    padding-right: 2px;
}

.dxFirefox *[dir="rtl"].dxeMemoSys .dxeMemoEditAreaSys 
{
    padding-left: 0px;
    padding-right: 3px;
}
.dxFirefox *[dir="rtl"].dxeMemoSys td 
{
    padding-left: 3px;
}  

/* TrackBar */
.dxeTBLargeTickSys, 
.dxeTBSmallTickSys, 
.dxeTBItemSys
{
	position:absolute;
	background-repeat: no-repeat;
    background-color: transparent;
}

.dxeTBLargeTickSys, .dxeTBSmallTickSys
{
	white-space: nowrap;
}

.dxeTBLargeTickSys {
    text-align: initial;
}

.dxeTBContentContainerSys
{
	position: relative;
}

.dxeTBVSys a, .dxeTBHSys a
{
	text-indent: -5000px;
    text-align: left;
	overflow: hidden;
	display: block;
	position: absolute;
}

*[dir="rtl"] .dxeTBVSys a,
*[dir="rtl"] .dxeTBHSys a
{
    text-align: right;
}

.dxeTBVSys a:focus,
.dxeTBVSys a:active,
.dxeTBHSys a:focus, 
.dxeTBHSys a:active {
	outline-width: 0px;
}

.dxeTBHSys .dxeTBLTScaleSys .dxeTBSmallTickSys,
.dxeTBHSys .dxeTBLTScaleSys .dxeTBLargeTickSys
{
	background-position: bottom;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBSmallTickSys, 
.dxeTBVSys .dxeTBLTScaleSys .dxeTBLargeTickSys
{
	background-position: right;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBSmallTickSys, 
.dxeTBHSys .dxeTBRBScaleSys .dxeTBLargeTickSys
{
	background-position: top;
}
.dxeTBVSys .dxeTBRBScaleSys .dxeTBSmallTickSys, 
.dxeTBVSys .dxeTBRBScaleSys .dxeTBLargeTickSys
{
	background-position: left;
}
.dxeTBBScaleSys .dxeTBSmallTickSys,
.dxeTBBScaleSys .dxeTBLargeTickSys
{
	background-position: center;
}

.dxeFItemSys
{
	background-image: none!important;
}

.dxeTBHSys .dxeTBBScaleSys .dxeTBItemSys
{
	background-position: left;
}
.dxeReversedDirectionSys .dxeTBHSys .dxeTBBScaleSys .dxeTBItemSys
{
	background-position: right;
}
.dxeTBVSys .dxeTBBScaleSys .dxeTBItemSys
{
	background-position: top;
}
.dxeReversedDirectionSys .dxeTBVSys .dxeTBBScaleSys .dxeTBItemSys
{
	background-position: bottom;
}
.dxeTBHSys .dxeTBLTScaleSys .dxeTBItemSys,
.dxeReversedDirectionSys .dxeTBVSys .dxeTBRBScaleSys .dxeTBItemSys
{
	background-position: bottom left;
}
.dxeReversedDirectionSys .dxeTBHSys .dxeTBLTScaleSys .dxeTBItemSys,
.dxeReversedDirectionSys .dxeTBVSys .dxeTBLTScaleSys .dxeTBItemSys
{
	background-position: bottom right;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBItemSys,
.dxeTBVSys .dxeTBRBScaleSys .dxeTBItemSys 
{
	background-position: top left;
}
.dxeReversedDirectionSys .dxeTBHSys .dxeTBRBScaleSys .dxeTBItemSys,
.dxeTBVSys .dxeTBLTScaleSys .dxeTBItemSys
{
	background-position: top right;
}

.dxeTBScaleSys
{
	position: absolute;
	list-style-type: none!important;
	margin: 0px;
	padding: 0px;
}

.dxeTBVSys .dxeTBRBScaleSys .dxeTBScaleSys
{
	right: 0px;
}
.dxeTBVSys .dxeTBLTScaleSys .dxeTBScaleSys
{
	left: 0px;
}
.dxeTBHSys .dxeTBRBScaleSys .dxeTBScaleSys
{
	bottom: 0px;
} 
.dxeTBHSys .dxeTBLTScaleSys .dxeTBScaleSys
{
	top: 0px;
}

.dxeFocusedDHSys 
{
	z-index: 6!important;
}

.dxeReversedDirectionSys,
.dxeFocusedMDHSys,
.dxeFocusedSDHSys
{
}

/* Color edit */
.dxcpColorAreaSys {
	background-image: url('/LEGACY/RECREATIVOS/recreativos/DXR.axd?r=1_176-MYHrw');
	position: relative;
	width: 290px;
	height: 240px;
	overflow: hidden;
	cursor: crosshair;
}
.dxcpHueAreaSys {
	position: relative;
	margin-left: 3px;
	width: 35px;
	height: 242px;
}
.dxcpHueAreaImageSys {
	background-image: url('/LEGACY/RECREATIVOS/recreativos/DXR.axd?r=1_178-MYHrw');
	position: absolute;
	left: 6px;
	width: 21px;
    height: 240px;
}
.dxcpColorAreaSys,
.dxcpHueAreaSys {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dxcpColorPointerSys {
	background-image: url('/LEGACY/RECREATIVOS/recreativos/DXR.axd?r=1_177-MYHrw');
	position: absolute;
	width: 11px;
	height: 11px;
}
.dxcpHuePointerSys {
	background-image: url('/LEGACY/RECREATIVOS/recreativos/DXR.axd?r=1_179-MYHrw');
	position: absolute;
	width: 35px;
	height: 9px;
}
.dxcpParametersCellSys {
	vertical-align: top;
}
.dxcpParametersCellSys table div {
    min-height: 21px;
}
.dxcpParametersCellSys label /*Bootstrap correction*/
{
    font: inherit;
    line-height: normal;
    display: inline;
    margin-bottom: 0px;
}
.dxcpParametersCellSys input {
	font: inherit;
	margin: 0px 0px 0px 4px;
	padding: 1px 0px 2px 5px;
    line-height: 16px;
    height: 16px;
	width: 60px;
}
.dxeButtonsPanelDivSys input
{
    font: inherit;
}
.dxeAutomaticColorItemSys {
    cursor: pointer;
    overflow: hidden;
}
.dxeAutomaticColorItemSys > div {
    float: left;
}

/* Token box */
.dxeTokenBox
{
    border-spacing: 0px;
    padding: 1px 0 1px 1px;
}
.dxeButtonEditSys td.dxictb {
    margin: 0px -1px -1px 0px;
	display: block;
	float: left;
    cursor: text;
}
.dxeButtonEditSys td.dxictb > span {
    cursor: default;
}
.dxeButtonEditSys td.dxictb,
.dxFirefox .dxeButtonEditSys td.dxictb {
	padding: 0;
}
.dxeButtonEditSys[style*="border-collapse:collapse"] td.dxictb,
.dxeButtonEditSys[cellspacing="0"] td.dxictb 
{
	margin: 0;
}

/* ASPxProgressBar */
.dxpbVC
{
    display: inline-block;
    color:  white;
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

/* ASPxBinaryImage*/
.dxeTopSys
{
    position: absolute;
    top: 0;
}
.dxeBottomSys
{
    bottom: 0;
    position: absolute;
}
.dxeFillParentSys
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dxIE *[dir="rtl"] .dxeFillParentSys { 
    left: auto; 
}
.dxeTblSys
{
    display: table;
}
.dxeInlineTblSys
{
    border-spacing: 0;
    display: inline-table;
}
.dxeRowSys
{
    display: table-row;
}
.dxeCellSys
{
    display: table-cell;
    vertical-align: middle;
}
.dxeBinImgSys
{
    border: dashed 1px gray;
    font-family: Tahoma, Geneva, sans-serif;
    height: 150px;
    width: 150px;
}
.dxeBinImgSys > .dxeCellSys
{
    height: 100%;
    position: relative;
    vertical-align: middle;
}
.dxeBinImgBtnSys
{    
    opacity: 0.5;
}
.dxeBinImgBtnHoverSys
{
    opacity: 1 !important;
}
.dxeBinImgBtnSys img
{
    vertical-align: middle;
}
.dxeBinImgBtnShaderSys
{
    background-color: rgba(0, 0, 0, 0.75);
}
.dxeBinImgCPnlSys
{    
    width: 100%;
}
.dxeBinImgCPnlSys.dxeContentCenterSys
{
    text-align: center;
}
.dxeBinImgCPnlSys.dxeContentLeftSys
{
    text-align: left;
}
.dxeBinImgCPnlSys.dxeContentRightSys
{
    text-align: right;
}
.dxeBinImgPreviewContainerSys
{
    font-size: 0px;
    text-align: center;
    top: 0;
}
.dxeBinImgEmptySys img,
.dxeBinImgPreviewContainerSys img
{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.dxeBinImgDisablCoverSys
{
    background-color: rgba(0, 0, 0, 0.3);
}
.dxeBinImgDropZoneSys
{
    background-color: gray;
}
.dxeBinImgEmptySys
{
    color: gray;
}
.dxeBinImgTxtPnlSys
{
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
}
.dxeBinImgTxtPnlSys .dxeTblSys,
.dxeBinImgProgressPnlSys  .dxeTblSys
{
    height: 100%;
    width: 100%;
}
.dxeBinImgTxtPnlSys .dxeCellSys
{
    font-size: 200%;
    text-align: center;
    vertical-align: middle;
}
.dxIE .dxflImageItemSys .dxeBinImgTxtPnlSys,
.dxIE .dxflImageItemSys .dxeBinImgProgressPnlSys
{
    position: relative;
}
.dxeErrorFrameSys > .dxeBinImgSys
{
    vertical-align: middle;
}
.dxeBinImgProgressPnlSys
{
    background-color: rgba(0, 0, 0, 0.5);
    font: 12px Tahoma, Geneva, sans-serif;
    position: absolute;
    overflow: hidden;
}
.dxeBinImgProgressBarContainerSys
{
    margin: 0 auto;
    max-width: 180px;
    text-align: justify;
    width: 70%;
}
.dxeBinImgProgressBarContainerSys a
{
    border-bottom: 1px dashed white;
    color: white !important;
    float: right;
    line-height: 1;
    text-decoration: none;    
}
.dxeBinImgProgressBarContainerSys span
{
    color: #F0F0F0;
    margin-left: -2px;
}
.dxeBinImgProgressBarContainerSys table
{
    margin: 4px 0 5px;
} 
.dxeBinImgContentContainer 
{
    position: relative;
    height: 100%;
    width: 100%;
}
/* Calendar */
.dxe-day-has-appointments {
    font-weight: bold;
}
.dxe-apt-labels-container {
    font-size: 0px;
}
.dxe-apt-labels-container > div {
    display: inline-block;
    margin-right: 2px;
}
.dxe-apt-labels-container > div:last-child {
    margin-right: 0px;
}
.dxe-more-labels-container > .dxe-h-line {
    height: 1px;
}
.dxe-more-labels-container > .dxe-v-line {
    width: 1px;
    margin-top: -1px;
}
.dxe-more-labels-container > div.dxe-h-line,
.dxe-more-labels-container > div.dxe-v-line {
    position: relative;
}

.dxeCHS
{
    min-width: 10px;
}
.dxeCFNFS
{
    min-width: 11px;
}
.dxeICC
{
    text-align: left;
}
div.dxeCalendarDETS {
    display: table;
    border-collapse: collapse;
    box-sizing: content-box;
}
div.dxeCalendarDETS > div {
    float: left;
    display: table-cell;
}
div.dxeCalendarDETS > .dxeDETSF {
    width: 100%;
    box-sizing: border-box;
    clear: both;
}
div.dxeCalendarDETS.dxeCalendarCollapsed > div {
    width: auto;
}
div.dxeCalendarDETS.dxeCalendarVerticalDETS > div {
    clear: both;
}
div.dxeCalendarDETS.dxeCalendarVerticalDETS .dxeICC > div {
    text-align: center;
}
div.dxeCalendarDETS.dxeCalendarVerticalDETS.dxeCalendarFullWidth > div,
div.dxeCalendarDETS.dxeCalendarVerticalDETS.dxeCalendarFullWidth > div > table {
    width: 100%;
}
td.dxeCalendarFastNavItemArea td.dxeCalendarFastNavItem {
    width: 25%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dxeEmptyDC {
    background-color: transparent!important;
    background-image: none!important;
}

/*Editor Caption*/
.dxeCaption { /* Bootstrap correction */
    font-weight: inherit;
}
.dxeCaptionHALSys {
    text-align: left;
}
.dxeCaptionHACSys {
    text-align: center;
}
.dxeCaptionHARSys {
    text-align: right;
}
.dxeCaptionVATSys {
    vertical-align: top;
}
.dxeCaptionVAMSys {
    vertical-align: middle;
}
.dxeCaptionVABSys {
    vertical-align: bottom;
}
.dxeCLTSys,
.dxeCLBSys {
    padding: 3px 0;
}

.dxeCLLSys,
*[dir="rtl"] .dxeCLRSys {
    padding-left: 0px;
    padding-right: 6px;
}
.dxeCLRSys,
*[dir="rtl"] .dxeCLLSys {
    padding-right: 0px;
    padding-left: 6px;
}
.tableWithEmptyCaption .dxeCaptionRelatedCell {
    display: none;
}
/* Error frame */
td.dxeNoBorderLeft {
    border-left: 0;
}
td.dxeNoBorderTop {
    border-top: 0;
}
td.dxeNoBorderRight {
    border-right: 0;
}
td.dxeNoBorderBottom {
    border-bottom: 0;
}

.dxeValidStEditorTable .dxeErrorFrameSys {
    border-color: transparent!important;
    background-color: transparent!important;
}

.dxeValidDynEditorTable .dxeFakeEmptyCell {
    display: none;
}

.dxeErrorCellSys img,
.dxeErrorCellSys .dx-acc-s
{
    margin-right: 4px;
}
*[dir='rtl'] .dxeErrorCellSys img,
*[dir='rtl'] .dxeErrorCellSys .dx-acc-s
{
    margin-right: 0;
    margin-left: 4px;
}
.dxe-backgroundSys {
    background-repeat: repeat;
    background-position: left center;
}
.dxe-loadingImage
{
	background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Adaptive DropDown */
@media (max-width: 575px) {
    .dxdd-root.dxmodalSys {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.dxdd-root.dxmodalSys .dxmodalTableSys.dxpc-contentWrapper {
    table-layout: auto;
}

.dxdd-root.dxmodalSys .dxdd-header .dxbButtonSys:not(.dxdd-vdd) ~ .dxdd-caption.dxdd-vdd,
.dxdd-root:not(.dxmodalSys) .dxdd-header .dxbButtonSys:not(.dxdd-vmdd) ~ .dxdd-caption.dxdd-vmdd {
    visibility: hidden;
    display: table-cell!important;
}

.dxdd-root.dxmodalSys .dxdd-vdd,
.dxdd-root:not(.dxmodalSys) .dxdd-vmdd {
    display: none!important;
}
.dxdd-root .dxdd-header {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.dxdd-root .dxdd-header > .dxbButtonSys {
    display: table-cell;
    width: 1px;
}
.dxdd-root .dxdd-header .dxdd-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.dxdd-root .dxdd-input {
    position: relative;
}
.dxdd-root .dxdd-input .dxdd-clearbutton {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.dxdd-readonly.dxdd-input {
    display: none;
}
.dxdd-root.dxmodalSys > .dxpclW {
    max-width: unset;
}
.dxdd-root.dxmodalSys .dxeICC {
    display: none;
}

.dxdd-root.dxmodalSys .dxeCalendarDETS {
    display: table;
}
.dxdd-root.dxmodalSys .dxeCalendarDETS > .dx-vat:not(.dxde-time):not(.dxeDETSF) {
    display: table-header-group!important;
    float: none;
}
.dxdd-root.dxmodalSys .dxeCalendarDETS > .dxeDETSF {
    display: table-header-group!important;
    float: none;
}
.dxdd-root.dxmodalSys .dxeCalendarDETS > .dxde-time {
    display: table-footer-group!important;
    float: none;
}
.dxdd-root.dxmodalSys .dxeCalendarDETS > .dxde-time .dxeDETSH {
    display: none;
}

/* Rollers */
.dxsp-wheel {
    display: inline-block;
    overflow: hidden;
    background: transparent;
    transition: background 0.4s;
    vertical-align: top;
}
.dxsp-wheel.dxsp-wheel-hover .dxsp-rel,
.dxsp-wheel.dxsp-wheel-touch .dxsp-rel {
    background: #fafafa;
}
.dxsp-wgroup {
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
/*.dxsp-gfocus::before,
.dxsp-gfocus::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: #ececec;
}

.dxsp-gfocus::before {
    top: 75px;
}

.dxsp-gfocus::after {
    top: 124px;
}*/

.dxsp-scrolldiv {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.dxsp-rel {
    position: relative;
    height: 200px;
}
.dxsp-frame {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
    height: 51px;
    transition: opacity 0.4s;
    z-index: 10;
    pointer-events: none;
    border: 2px solid transparent;
    transition: border-color 0.4s;
}
.dxsp-wheel:not(.dxsp-wheel-hover):not(.dxsp-wheel-touch) .dxsp-frame:before,
.dxsp-wheel:not(.dxsp-wheel-hover):not(.dxsp-wheel-touch) .dxsp-frame:after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
    background: #ebebeb;
}

.dxsp-frame:before {
    top: 0;
}
.dxsp-frame:after {
    bottom: 0;
}

.dxsp-smooth-scroll
{
    transition: margin-top 0.5s;
}
.dxsp-item {
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.dxsp-item-focused {
    vertical-align: middle;
}
.dxsp-container::-webkit-scrollbar
{
    visibility: hidden;
}
.dxIE .dxsp-container,
.dxEdge .dxsp-container,
.dxFirefox .dxsp-container
{
    visibility: hidden;
}
.dxsp-container > div
{
    visibility: visible;
}

.dxsp-list::after,
.dxsp-list::before
{
    content: "";
    width: 10px;
    visibility: hidden;
    display: block;
    z-index: 10000;
}


.dxWeb_xrdvRibbonIcon_BtnDocumentMap, .dxWeb_xrdvRibbonIcon_BtnDocumentMapDisabled, .dxWeb_xrdvRibbonIcon_BtnDocumentMapLarge, .dxWeb_xrdvRibbonIcon_BtnDocumentMapLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnFirstPage, .dxWeb_xrdvRibbonIcon_BtnFirstPageDisabled, .dxWeb_xrdvRibbonIcon_BtnFirstPageLarge, .dxWeb_xrdvRibbonIcon_BtnFirstPageLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnLastPage, .dxWeb_xrdvRibbonIcon_BtnLastPageDisabled, .dxWeb_xrdvRibbonIcon_BtnLastPageLarge, .dxWeb_xrdvRibbonIcon_BtnLastPageLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnNextPage, .dxWeb_xrdvRibbonIcon_BtnNextPageDisabled, .dxWeb_xrdvRibbonIcon_BtnNextPageLarge, .dxWeb_xrdvRibbonIcon_BtnNextPageLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnParameters, .dxWeb_xrdvRibbonIcon_BtnParametersDisabled, .dxWeb_xrdvRibbonIcon_BtnParametersLarge, .dxWeb_xrdvRibbonIcon_BtnParametersLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnPrevPage, .dxWeb_xrdvRibbonIcon_BtnPrevPageDisabled, .dxWeb_xrdvRibbonIcon_BtnPrevPageLarge, .dxWeb_xrdvRibbonIcon_BtnPrevPageLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnPrint, .dxWeb_xrdvRibbonIcon_BtnPrintDisabled, .dxWeb_xrdvRibbonIcon_BtnPrintLarge, .dxWeb_xrdvRibbonIcon_BtnPrintLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnPrintPage, .dxWeb_xrdvRibbonIcon_BtnPrintPageDisabled, .dxWeb_xrdvRibbonIcon_BtnPrintPageLarge, .dxWeb_xrdvRibbonIcon_BtnPrintPageLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnSave, .dxWeb_xrdvRibbonIcon_BtnSaveDisabled, .dxWeb_xrdvRibbonIcon_BtnSaveLarge, .dxWeb_xrdvRibbonIcon_BtnSaveLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnSaveWindow, .dxWeb_xrdvRibbonIcon_BtnSaveWindowDisabled, .dxWeb_xrdvRibbonIcon_BtnSaveWindowLarge, .dxWeb_xrdvRibbonIcon_BtnSaveWindowLargeDisabled, .dxWeb_xrdvRibbonIcon_BtnSearch, .dxWeb_xrdvRibbonIcon_BtnSearchDisabled, .dxWeb_xrdvRibbonIcon_BtnSearchLarge, .dxWeb_xrdvRibbonIcon_BtnSearchLargeDisabled, .dxWeb_xrdvRibbonIcon_ExportToCsv, .dxWeb_xrdvRibbonIcon_ExportToCsvLarge, .dxWeb_xrdvRibbonIcon_ExportToDocx, .dxWeb_xrdvRibbonIcon_ExportToDocxLarge, .dxWeb_xrdvRibbonIcon_ExportToHtml, .dxWeb_xrdvRibbonIcon_ExportToHtmlLarge, .dxWeb_xrdvRibbonIcon_ExportToImg, .dxWeb_xrdvRibbonIcon_ExportToImgLarge, .dxWeb_xrdvRibbonIcon_ExportToMht, .dxWeb_xrdvRibbonIcon_ExportToMhtLarge, .dxWeb_xrdvRibbonIcon_ExportToPdf, .dxWeb_xrdvRibbonIcon_ExportToPdfLarge, .dxWeb_xrdvRibbonIcon_ExportToRtf, .dxWeb_xrdvRibbonIcon_ExportToRtfLarge, .dxWeb_xrdvRibbonIcon_ExportToTxt, .dxWeb_xrdvRibbonIcon_ExportToTxtLarge, .dxWeb_xrdvRibbonIcon_ExportToXls, .dxWeb_xrdvRibbonIcon_ExportToXlsLarge, .dxWeb_xrdvRibbonIcon_ExportToXlsx, .dxWeb_xrdvRibbonIcon_ExportToXlsxLarge { background-image: url('/LEGACY/RECREATIVOS/recreativos/DXR.axd?r=1_138-MYHrw'); background-repeat: no-repeat; background-color: transparent } 
.dxWeb_xrdvRibbonIcon_BtnDocumentMap { background-position: -54px -102px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnDocumentMapDisabled { background-position: -230px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnDocumentMapLarge { background-position: -204px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnDocumentMapLargeDisabled { background-position: -170px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnFirstPage { background-position: -158px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnFirstPageDisabled { background-position: -122px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnFirstPageLarge { background-position: -102px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnFirstPageLargeDisabled { background-position: -136px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnLastPage { background-position: -68px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnLastPageDisabled { background-position: -266px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnLastPageLarge { background-position: -68px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnLastPageLargeDisabled { background-position: -306px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnNextPage { background-position: -464px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnNextPageDisabled { background-position: -428px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnNextPageLarge { background-position: -34px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnNextPageLargeDisabled { background-position: -272px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnParameters { background-position: 0px -102px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnParametersDisabled { background-position: -374px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnParametersLarge { background-position: -238px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnParametersLargeDisabled { background-position: -34px -68px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnPrevPage { background-position: -284px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnPrevPageDisabled { background-position: -302px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnPrevPageLarge { background-position: -374px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnPrevPageLargeDisabled { background-position: -306px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnPrint { background-position: -36px -102px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnPrintDisabled { background-position: -338px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnPrintLarge { background-position: -34px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnPrintLargeDisabled { background-position: -68px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnPrintPage { background-position: -510px -34px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnPrintPageDisabled { background-position: -18px -102px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnPrintPageLarge { background-position: -102px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnPrintPageLargeDisabled { background-position: 0px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnSave { background-position: -500px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnSaveDisabled { background-position: -482px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnSaveLarge { background-position: -136px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnSaveLargeDisabled { background-position: -170px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnSaveWindow { background-position: -356px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnSaveWindowDisabled { background-position: -446px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnSaveWindowLarge { background-position: -204px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnSaveWindowLargeDisabled { background-position: -238px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnSearch { background-position: -410px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnSearchDisabled { background-position: -392px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_BtnSearchLarge { background-position: -272px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_BtnSearchLargeDisabled { background-position: -340px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToCsv { background-position: -176px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToCsvLarge { background-position: -408px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToDocx { background-position: -510px 0px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToDocxLarge { background-position: -374px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToHtml { background-position: -86px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToHtmlLarge { background-position: -408px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToImg { background-position: -104px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToImgLarge { background-position: -442px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToMht { background-position: -248px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToMhtLarge { background-position: -476px 0px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToPdf { background-position: -140px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToPdfLarge { background-position: 0px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToRtf { background-position: -320px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToRtfLarge { background-position: 0px -68px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToTxt { background-position: -194px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToTxtLarge { background-position: -476px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToXls { background-position: -212px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToXlsLarge { background-position: -442px -34px; width: 32px; height: 32px } 
.dxWeb_xrdvRibbonIcon_ExportToXlsx { background-position: -518px -68px; width: 16px; height: 16px } 
.dxWeb_xrdvRibbonIcon_ExportToXlsxLarge { background-position: -340px -34px; width: 32px; height: 32px } 

.dx-acc-r .dxm-disabled .dxWeb_mHorizontalPopOut:before, .dx-acc-r .dxm-disabled .dxWeb_mVerticalPopOut:before, .dx-acc-r .dxm-disabled .dxWeb_mVerticalPopOutRtl:before, .dx-acc-r .dxm-left .dxm-back-icon:before, .dx-acc-r .dxm-right .dxm-back-icon:before, .dx-acc-r .dxpc-collapseBtnChecked .dxWeb_pcCollapseButton:before, .dx-acc-r .dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton:before, .dx-acc-r .dxpc-pinBtnChecked .dxWeb_pcPinButton:before, .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpand:before, .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom:before, .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft:before, .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowRight:before, .dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowTop:before, .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpand:before, .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom:before, .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft:before, .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowRight:before, .dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowTop:before, .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpand:before, .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom:before, .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft:before, .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight:before, .dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop:before, .dx-acc-r.dxrpCollapsed .dxWeb_rpCollapseButton:before, .dxTouchUI .dx-acc-r .dxWeb_igCloseButton:before, .dxTouchUI .dx-acc-r .dxWeb_igPauseButton:before, .dxTouchUI .dx-acc-r .dxWeb_igPlayButton:before, .dx-acc-r .dxWeb_edtCheckBoxChecked:before, .dx-acc-r .dxWeb_edtCheckBoxCheckedDisabled:before, .dx-acc-r .dxWeb_edtCheckBoxGrayed:before, .dx-acc-r .dxWeb_edtCheckBoxGrayedDisabled:before, .dx-acc-r .dxWeb_edtCheckBoxUnchecked:before, .dx-acc-r .dxWeb_edtCheckBoxUncheckedDisabled:before, .dx-acc-r .dxWeb_fabCloseActions:before, .dx-acc-r .dxWeb_fabCreate:before, .dx-acc-r .dxWeb_fabExpandActions:before, .dx-acc-r .dxWeb_fmBreadCrumbsSeparatorArrow:before, .dx-acc-r .dxWeb_fmBreadCrumbsUpButton:before, .dx-acc-r .dxWeb_fmBreadCrumbsUpButtonDisabled:before, .dx-acc-r .dxWeb_fmCopyButton:before, .dx-acc-r .dxWeb_fmCopyButtonDisabled:before, .dx-acc-r .dxWeb_fmCreateButton:before, .dx-acc-r .dxWeb_fmCreateButtonDisabled:before, .dx-acc-r .dxWeb_fmDeleteButton:before, .dx-acc-r .dxWeb_fmDeleteButtonDisabled:before, .dx-acc-r .dxWeb_fmDwnlButton:before, .dx-acc-r .dxWeb_fmDwnlButtonDisabled:before, .dx-acc-r .dxWeb_fmExpandFolderContBtn:before, .dx-acc-r .dxWeb_fmFolder:before, .dx-acc-r .dxWeb_fmFolderLocked:before, .dx-acc-r .dxWeb_fmMoveButton:before, .dx-acc-r .dxWeb_fmMoveButtonDisabled:before, .dx-acc-r .dxWeb_fmRefreshButton:before, .dx-acc-r .dxWeb_fmRefreshButtonDisabled:before, .dx-acc-r .dxWeb_fmRenameButton:before, .dx-acc-r .dxWeb_fmRenameButtonDisabled:before, .dx-acc-r .dxWeb_fmUplButton:before, .dx-acc-r .dxWeb_fmUplButtonDisabled:before, .dx-acc-r .dxWeb_hCloseButton:before, .dx-acc-r .dxWeb_igCloseButton:before, .dx-acc-r .dxWeb_igNavigationBarMarker:before, .dx-acc-r .dxWeb_igNextButton:before, .dx-acc-r .dxWeb_igNextButtonDisabled:before, .dx-acc-r .dxWeb_igNextButtonHover:before, .dx-acc-r .dxWeb_igNextButtonPressed:before, .dx-acc-r .dxWeb_igPauseButton:before, .dx-acc-r .dxWeb_igPlayButton:before, .dx-acc-r .dxWeb_igPrevButton:before, .dx-acc-r .dxWeb_igPrevButtonDisabled:before, .dx-acc-r .dxWeb_igPrevButtonHover:before, .dx-acc-r .dxWeb_igPrevButtonPressed:before, .dx-acc-r .dxWeb_isDot:before, .dx-acc-r .dxWeb_isDotDisabled:before, .dx-acc-r .dxWeb_isDotPressed:before, .dx-acc-r .dxWeb_isDotSelected:before, .dx-acc-r .dxWeb_isNextBtnHor:before, .dx-acc-r .dxWeb_isNextBtnHorDisabled:before, .dx-acc-r .dxWeb_isNextBtnVert:before, .dx-acc-r .dxWeb_isNextBtnVertDisabled:before, .dx-acc-r .dxWeb_isNextPageBtnHor:before, .dx-acc-r .dxWeb_isNextPageBtnHorDisabled:before, .dx-acc-r .dxWeb_isNextPageBtnHorOutside:before, .dx-acc-r .dxWeb_isNextPageBtnHorOutsideDisabled:before, .dx-acc-r .dxWeb_isNextPageBtnVert:before, .dx-acc-r .dxWeb_isNextPageBtnVertDisabled:before, .dx-acc-r .dxWeb_isNextPageBtnVertOutside:before, .dx-acc-r .dxWeb_isNextPageBtnVertOutsideDisabled:before, .dx-acc-r .dxWeb_isPauseBtn:before, .dx-acc-r .dxWeb_isPlayBtn:before, .dx-acc-r .dxWeb_isPrevBtnHor:before, .dx-acc-r .dxWeb_isPrevBtnHorDisabled:before, .dx-acc-r .dxWeb_isPrevBtnVert:before, .dx-acc-r .dxWeb_isPrevBtnVertDisabled:before, .dx-acc-r .dxWeb_isPrevPageBtnHor:before, .dx-acc-r .dxWeb_isPrevPageBtnHorDisabled:before, .dx-acc-r .dxWeb_isPrevPageBtnHorOutside:before, .dx-acc-r .dxWeb_isPrevPageBtnHorOutsideDisabled:before, .dx-acc-r .dxWeb_isPrevPageBtnVert:before, .dx-acc-r .dxWeb_isPrevPageBtnVertDisabled:before, .dx-acc-r .dxWeb_isPrevPageBtnVertOutside:before, .dx-acc-r .dxWeb_isPrevPageBtnVertOutsideDisabled:before, .dx-acc-r .dxWeb_izEWCloseButton:before, .dx-acc-r .dxWeb_izHint:before, .dx-acc-r .dxWeb_mAdaptiveMenu:before, .dx-acc-r .dxWeb_mHorizontalPopOut:before, .dx-acc-r .dxWeb_mScrollDown:before, .dx-acc-r .dxWeb_mScrollUp:before, .dx-acc-r .dxWeb_mSubMenuItem:before, .dx-acc-r .dxWeb_mSubMenuItemChecked:before, .dx-acc-r .dxWeb_mVerticalPopOut:before, .dx-acc-r .dxWeb_mVerticalPopOutRtl:before, .dx-acc-r .dxWeb_nbCollapse:before, .dx-acc-r .dxWeb_nbExpand:before, .dx-acc-r .dxWeb_pAll:before, .dx-acc-r .dxWeb_pAllDisabled:before, .dx-acc-r .dxWeb_pcCloseButton:before, .dx-acc-r .dxWeb_pcCollapseButton:before, .dx-acc-r .dxWeb_pcMaximizeButton:before, .dx-acc-r .dxWeb_pcPinButton:before, .dx-acc-r .dxWeb_pcRefreshButton:before, .dx-acc-r .dxWeb_pcSizeGrip:before, .dx-acc-r .dxWeb_pcSizeGripRtl:before, .dx-acc-r .dxWeb_pFirst:before, .dx-acc-r .dxWeb_pFirstDisabled:before, .dx-acc-r .dxWeb_pLast:before, .dx-acc-r .dxWeb_pLastDisabled:before, .dx-acc-r .dxWeb_pNext:before, .dx-acc-r .dxWeb_pNextDisabled:before, .dx-acc-r .dxWeb_pnlExpand:before, .dx-acc-r .dxWeb_pnlExpandArrowBottom:before, .dx-acc-r .dxWeb_pnlExpandArrowLeft:before, .dx-acc-r .dxWeb_pnlExpandArrowRight:before, .dx-acc-r .dxWeb_pnlExpandArrowTop:before, .dx-acc-r .dxWeb_pPopOut:before, .dx-acc-r .dxWeb_pPopOutDisabled:before, .dx-acc-r .dxWeb_pPrev:before, .dx-acc-r .dxWeb_pPrevDisabled:before, .dx-acc-r .dxWeb_rDialogBoxLauncher:before, .dx-acc-r .dxWeb_rDialogBoxLauncherDisabled:before, .dx-acc-r .dxWeb_rDialogBoxLauncherHover:before, .dx-acc-r .dxWeb_rDialogBoxLauncherPressed:before, .dx-acc-r .dxWeb_rGlrDown:before, .dx-acc-r .dxWeb_rGlrDownDisabled:before, .dx-acc-r .dxWeb_rGlrPopOut:before, .dx-acc-r .dxWeb_rGlrPopOutDisabled:before, .dx-acc-r .dxWeb_rGlrUp:before, .dx-acc-r .dxWeb_rGlrUpDisabled:before, .dx-acc-r .dxWeb_rMinBtn:before, .dx-acc-r .dxWeb_rMinBtnChecked.dxWeb_rMinBtn:before, .dx-acc-r .dxWeb_rMinBtnChecked.dxWeb_rMinBtnDisabled:before, .dx-acc-r .dxWeb_rMinBtnChecked.dxWeb_rMinBtnHover:before, .dx-acc-r .dxWeb_rMinBtnChecked.dxWeb_rMinBtnPressed:before, .dx-acc-r .dxWeb_rMinBtnDisabled:before, .dx-acc-r .dxWeb_rMinBtnHover:before, .dx-acc-r .dxWeb_rMinBtnPressed:before, .dx-acc-r .dxWeb_rpCollapseButton:before, .dx-acc-r .dxWeb_rPinBtn:before, .dx-acc-r .dxWeb_rPopOut:before, .dx-acc-r .dxWeb_splHCollapseBackwardButton:before, .dx-acc-r .dxWeb_splHCollapseBackwardButtonHover:before, .dx-acc-r .dxWeb_splHCollapseForwardButton:before, .dx-acc-r .dxWeb_splHCollapseForwardButtonHover:before, .dx-acc-r .dxWeb_splHSeparator:before, .dx-acc-r .dxWeb_splHSeparatorHover:before, .dx-acc-r .dxWeb_splVCollapseBackwardButton:before, .dx-acc-r .dxWeb_splVCollapseBackwardButtonHover:before, .dx-acc-r .dxWeb_splVCollapseForwardButton:before, .dx-acc-r .dxWeb_splVCollapseForwardButtonHover:before, .dx-acc-r .dxWeb_splVSeparator:before, .dx-acc-r .dxWeb_splVSeparatorHover:before, .dx-acc-r .dxWeb_tcScrollLeft:before, .dx-acc-r .dxWeb_tcScrollLeftDisabled:before, .dx-acc-r .dxWeb_tcScrollLeftHover:before, .dx-acc-r .dxWeb_tcScrollLeftPressed:before, .dx-acc-r .dxWeb_tcScrollRight:before, .dx-acc-r .dxWeb_tcScrollRightDisabled:before, .dx-acc-r .dxWeb_tcScrollRightHover:before, .dx-acc-r .dxWeb_tcScrollRightPressed:before, .dx-acc-r .dxWeb_tvColBtn:before, .dx-acc-r .dxWeb_tvColBtnRtl:before, .dx-acc-r .dxWeb_tvExpBtn:before, .dx-acc-r .dxWeb_tvExpBtnRtl:before, .dx-acc-r .dxWeb_ucClearButton:before, .dx-acc-r .dxWeb_ucClearButtonDisabled:before { content: url('/LEGACY/RECREATIVOS/recreativos/DXR.axd?r=1_93-MYHrw'); }
.dx-acc-r .dxm-disabled .dxWeb_mHorizontalPopOut:before { left: -376px; top: -42px; }
.dx-acc-r .dxm-disabled .dxWeb_mVerticalPopOut:before { left: -214px; top: -150px; }
.dx-acc-r .dxm-disabled .dxWeb_mVerticalPopOutRtl:before { left: -208px; top: -150px; }
.dx-acc-r .dxm-left .dxm-back-icon:before { left: -478px; top: -133px; }
.dx-acc-r .dxm-right .dxm-back-icon:before { left: -523px; top: -133px; }
.dx-acc-r .dxpc-collapseBtnChecked .dxWeb_pcCollapseButton:before { left: -292px; top: -133px; }
.dx-acc-r .dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton:before { left: -173px; top: -133px; }
.dx-acc-r .dxpc-pinBtnChecked .dxWeb_pcPinButton:before { left: -258px; top: -133px; }
.dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpand:before { left: 0px; top: -67px; }
.dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom:before { left: -325px; top: -67px; }
.dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft:before { left: -150px; top: -67px; }
.dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowRight:before { left: -400px; top: -67px; }
.dx-acc-r .dxpnl-btnPressed .dxWeb_pnlExpandArrowTop:before { left: -75px; top: -67px; }
.dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpand:before { left: -25px; top: -67px; }
.dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowBottom:before { left: -388px; top: -42px; }
.dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowLeft:before { left: -125px; top: -67px; }
.dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowRight:before { left: -413px; top: -42px; }
.dx-acc-r .dxpnl-btnSelected .dxWeb_pnlExpandArrowTop:before { left: -438px; top: -42px; }
.dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpand:before { left: -463px; top: -42px; }
.dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom:before { left: -100px; top: -67px; }
.dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft:before { left: -375px; top: -67px; }
.dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight:before { left: -50px; top: -67px; }
.dx-acc-r .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop:before { left: -350px; top: -67px; }
.dx-acc-r.dxrpCollapsed .dxWeb_rpCollapseButton:before { left: -190px; top: -133px; }
.dxTouchUI .dx-acc-r .dxWeb_igCloseButton:before { left: -175px; top: -67px; }
.dxTouchUI .dx-acc-r .dxWeb_igPauseButton:before { left: -488px; top: -40px; }
.dxTouchUI .dx-acc-r .dxWeb_igPlayButton:before { left: -512px; top: 0px; }
.dx-acc-r .dxWeb_edtCheckBoxChecked:before { left: -518px; top: -115px; }
.dx-acc-r .dxWeb_edtCheckBoxCheckedDisabled:before { left: -450px; top: -115px; }
.dx-acc-r .dxWeb_edtCheckBoxGrayed:before { left: -467px; top: -115px; }
.dx-acc-r .dxWeb_edtCheckBoxGrayedDisabled:before { left: -501px; top: -115px; }
.dx-acc-r .dxWeb_edtCheckBoxUnchecked:before { left: 0px; top: -133px; }
.dx-acc-r .dxWeb_edtCheckBoxUncheckedDisabled:before { left: -484px; top: -115px; }
.dx-acc-r .dxWeb_fabCloseActions:before { left: -449px; top: -67px; }
.dx-acc-r .dxWeb_fabCreate:before { left: -473px; top: -67px; }
.dx-acc-r .dxWeb_fabExpandActions:before { left: -425px; top: -67px; }
.dx-acc-r .dxWeb_fmBreadCrumbsSeparatorArrow:before { left: -346px; top: -150px; }
.dx-acc-r .dxWeb_fmBreadCrumbsUpButton:before { left: -198px; top: -115px; }
.dx-acc-r .dxWeb_fmBreadCrumbsUpButtonDisabled:before { left: -234px; top: -115px; }
.dx-acc-r .dxWeb_fmCopyButton:before { left: -432px; top: -115px; }
.dx-acc-r .dxWeb_fmCopyButtonDisabled:before { left: -108px; top: -115px; }
.dx-acc-r .dxWeb_fmCreateButton:before { left: -216px; top: -115px; }
.dx-acc-r .dxWeb_fmCreateButtonDisabled:before { left: -342px; top: -115px; }
.dx-acc-r .dxWeb_fmDeleteButton:before { left: -324px; top: -115px; }
.dx-acc-r .dxWeb_fmDeleteButtonDisabled:before { left: -144px; top: -115px; }
.dx-acc-r .dxWeb_fmDwnlButton:before { left: -54px; top: -115px; }
.dx-acc-r .dxWeb_fmDwnlButtonDisabled:before { left: -36px; top: -115px; }
.dx-acc-r .dxWeb_fmExpandFolderContBtn:before { left: -288px; top: -115px; }
.dx-acc-r .dxWeb_fmFolder:before { left: -396px; top: -115px; }
.dx-acc-r .dxWeb_fmFolderLocked:before { left: -270px; top: -115px; }
.dx-acc-r .dxWeb_fmMoveButton:before { left: -162px; top: -115px; }
.dx-acc-r .dxWeb_fmMoveButtonDisabled:before { left: 0px; top: -115px; }
.dx-acc-r .dxWeb_fmRefreshButton:before { left: -180px; top: -115px; }
.dx-acc-r .dxWeb_fmRefreshButtonDisabled:before { left: -90px; top: -115px; }
.dx-acc-r .dxWeb_fmRenameButton:before { left: -252px; top: -115px; }
.dx-acc-r .dxWeb_fmRenameButtonDisabled:before { left: -18px; top: -115px; }
.dx-acc-r .dxWeb_fmUplButton:before { left: -72px; top: -115px; }
.dx-acc-r .dxWeb_fmUplButtonDisabled:before { left: -126px; top: -115px; }
.dx-acc-r .dxWeb_hCloseButton:before { left: -17px; top: -133px; }
.dx-acc-r .dxWeb_igCloseButton:before { left: -463px; top: -133px; }
.dx-acc-r .dxWeb_igNavigationBarMarker:before { left: -505px; top: -92px; }
.dx-acc-r .dxWeb_igNextButton:before { left: 0px; top: 0px; }
.dx-acc-r .dxWeb_igNextButtonDisabled:before { left: -94px; top: 0px; }
.dx-acc-r .dxWeb_igNextButtonHover:before { left: -47px; top: 0px; }
.dx-acc-r .dxWeb_igNextButtonPressed:before { left: -235px; top: 0px; }
.dx-acc-r .dxWeb_igPauseButton:before { left: -463px; top: -92px; }
.dx-acc-r .dxWeb_igPlayButton:before { left: -477px; top: -92px; }
.dx-acc-r .dxWeb_igPrevButton:before { left: -141px; top: 0px; }
.dx-acc-r .dxWeb_igPrevButtonDisabled:before { left: -188px; top: 0px; }
.dx-acc-r .dxWeb_igPrevButtonHover:before { left: -329px; top: 0px; }
.dx-acc-r .dxWeb_igPrevButtonPressed:before { left: -282px; top: 0px; }
.dx-acc-r .dxWeb_isDot:before { left: -508px; top: -133px; }
.dx-acc-r .dxWeb_isDotDisabled:before { left: -433px; top: -133px; }
.dx-acc-r .dxWeb_isDotPressed:before { left: -493px; top: -133px; }
.dx-acc-r .dxWeb_isDotSelected:before { left: -448px; top: -133px; }
.dx-acc-r .dxWeb_isNextBtnHor:before { left: -396px; top: 0px; }
.dx-acc-r .dxWeb_isNextBtnHorDisabled:before { left: -376px; top: 0px; }
.dx-acc-r .dxWeb_isNextBtnVert:before { left: -63px; top: -92px; }
.dx-acc-r .dxWeb_isNextBtnVertDisabled:before { left: -94px; top: -92px; }
.dx-acc-r .dxWeb_isNextPageBtnHor:before { left: -497px; top: -67px; }
.dx-acc-r .dxWeb_isNextPageBtnHorDisabled:before { left: -16px; top: -92px; }
.dx-acc-r .dxWeb_isNextPageBtnHorOutside:before { left: -456px; top: 0px; }
.dx-acc-r .dxWeb_isNextPageBtnHorOutsideDisabled:before { left: -484px; top: 0px; }
.dx-acc-r .dxWeb_isNextPageBtnVert:before { left: -110px; top: -133px; }
.dx-acc-r .dxWeb_isNextPageBtnVertDisabled:before { left: -64px; top: -133px; }
.dx-acc-r .dxWeb_isNextPageBtnVertOutside:before { left: -90px; top: -150px; }
.dx-acc-r .dxWeb_isNextPageBtnVertOutsideDisabled:before { left: -60px; top: -150px; }
.dx-acc-r .dxWeb_isPauseBtn:before { left: -449px; top: -92px; }
.dx-acc-r .dxWeb_isPlayBtn:before { left: -491px; top: -92px; }
.dx-acc-r .dxWeb_isPrevBtnHor:before { left: -416px; top: 0px; }
.dx-acc-r .dxWeb_isPrevBtnHorDisabled:before { left: -436px; top: 0px; }
.dx-acc-r .dxWeb_isPrevBtnVert:before { left: -32px; top: -92px; }
.dx-acc-r .dxWeb_isPrevBtnVertDisabled:before { left: -125px; top: -92px; }
.dx-acc-r .dxWeb_isPrevPageBtnHor:before { left: 0px; top: -92px; }
.dx-acc-r .dxWeb_isPrevPageBtnHorDisabled:before { left: -513px; top: -67px; }
.dx-acc-r .dxWeb_isPrevPageBtnHorOutside:before { left: -470px; top: 0px; }
.dx-acc-r .dxWeb_isPrevPageBtnHorOutsideDisabled:before { left: -498px; top: 0px; }
.dx-acc-r .dxWeb_isPrevPageBtnVert:before { left: -87px; top: -133px; }
.dx-acc-r .dxWeb_isPrevPageBtnVertDisabled:before { left: -133px; top: -133px; }
.dx-acc-r .dxWeb_isPrevPageBtnVertOutside:before { left: 0px; top: -150px; }
.dx-acc-r .dxWeb_isPrevPageBtnVertOutsideDisabled:before { left: -30px; top: -150px; }
.dx-acc-r .dxWeb_izEWCloseButton:before { left: -511px; top: -40px; }
.dx-acc-r .dxWeb_izHint:before { left: -320px; top: -92px; }
.dx-acc-r .dxWeb_mAdaptiveMenu:before { left: -376px; top: -34px; }
.dx-acc-r .dxWeb_mHorizontalPopOut:before { left: -449px; top: -35px; }
.dx-acc-r .dxWeb_mScrollDown:before { left: -415px; top: -33px; }
.dx-acc-r .dxWeb_mScrollUp:before { left: -406px; top: -33px; }
.dx-acc-r .dxWeb_mSubMenuItem:before { left: -342px; top: -133px; }
.dx-acc-r .dxWeb_mSubMenuItemChecked:before { left: -406px; top: -133px; }
.dx-acc-r .dxWeb_mVerticalPopOut:before { left: -196px; top: -150px; }
.dx-acc-r .dxWeb_mVerticalPopOutRtl:before { left: -202px; top: -150px; }
.dx-acc-r .dxWeb_nbCollapse:before { left: -49px; top: -133px; }
.dx-acc-r .dxWeb_nbExpand:before { left: -34px; top: -133px; }
.dx-acc-r .dxWeb_pAll:before { left: -156px; top: -92px; }
.dx-acc-r .dxWeb_pAllDisabled:before { left: -179px; top: -92px; }
.dx-acc-r .dxWeb_pcCloseButton:before { left: -207px; top: -133px; }
.dx-acc-r .dxWeb_pcCollapseButton:before { left: -275px; top: -133px; }
.dx-acc-r .dxWeb_pcMaximizeButton:before { left: -156px; top: -133px; }
.dx-acc-r .dxWeb_pcPinButton:before { left: -309px; top: -133px; }
.dx-acc-r .dxWeb_pcRefreshButton:before { left: -241px; top: -133px; }
.dx-acc-r .dxWeb_pcSizeGrip:before { left: -360px; top: -115px; }
.dx-acc-r .dxWeb_pcSizeGripRtl:before { left: -414px; top: -115px; }
.dx-acc-r .dxWeb_pFirst:before { left: -262px; top: -92px; }
.dx-acc-r .dxWeb_pFirstDisabled:before { left: -202px; top: -92px; }
.dx-acc-r .dxWeb_pLast:before { left: -222px; top: -92px; }
.dx-acc-r .dxWeb_pLastDisabled:before { left: -242px; top: -92px; }
.dx-acc-r .dxWeb_pNext:before { left: -431px; top: -92px; }
.dx-acc-r .dxWeb_pNextDisabled:before { left: -395px; top: -92px; }
.dx-acc-r .dxWeb_pnlExpand:before { left: -300px; top: -67px; }
.dx-acc-r .dxWeb_pnlExpandArrowBottom:before { left: -275px; top: -67px; }
.dx-acc-r .dxWeb_pnlExpandArrowLeft:before { left: -250px; top: -67px; }
.dx-acc-r .dxWeb_pnlExpandArrowRight:before { left: -225px; top: -67px; }
.dx-acc-r .dxWeb_pnlExpandArrowTop:before { left: -200px; top: -67px; }
.dx-acc-r .dxWeb_pPopOut:before { left: -527px; top: -92px; }
.dx-acc-r .dxWeb_pPopOutDisabled:before { left: -422px; top: -133px; }
.dx-acc-r .dxWeb_pPrev:before { left: -377px; top: -92px; }
.dx-acc-r .dxWeb_pPrevDisabled:before { left: -413px; top: -92px; }
.dx-acc-r .dxWeb_rDialogBoxLauncher:before { left: -390px; top: -133px; }
.dx-acc-r .dxWeb_rDialogBoxLauncherDisabled:before { left: -374px; top: -133px; }
.dx-acc-r .dxWeb_rDialogBoxLauncherHover:before { left: -326px; top: -133px; }
.dx-acc-r .dxWeb_rDialogBoxLauncherPressed:before { left: -358px; top: -133px; }
.dx-acc-r .dxWeb_rGlrDown:before { left: -424px; top: -33px; }
.dx-acc-r .dxWeb_rGlrDownDisabled:before { left: -433px; top: -33px; }
.dx-acc-r .dxWeb_rGlrPopOut:before { left: -231px; top: -150px; }
.dx-acc-r .dxWeb_rGlrPopOutDisabled:before { left: -220px; top: -150px; }
.dx-acc-r .dxWeb_rGlrUp:before { left: -397px; top: -33px; }
.dx-acc-r .dxWeb_rGlrUpDisabled:before { left: -388px; top: -33px; }
.dx-acc-r .dxWeb_rMinBtn:before { left: -175px; top: -150px; }
.dx-acc-r .dxWeb_rMinBtnChecked.dxWeb_rMinBtn:before { left: -142px; top: -150px; }
.dx-acc-r .dxWeb_rMinBtnChecked.dxWeb_rMinBtnDisabled:before { left: -512px; top: -30px; }
.dx-acc-r .dxWeb_rMinBtnChecked.dxWeb_rMinBtnHover:before { left: -153px; top: -150px; }
.dx-acc-r .dxWeb_rMinBtnChecked.dxWeb_rMinBtnPressed:before { left: -131px; top: -150px; }
.dx-acc-r .dxWeb_rMinBtnDisabled:before { left: -120px; top: -150px; }
.dx-acc-r .dxWeb_rMinBtnHover:before { left: -164px; top: -150px; }
.dx-acc-r .dxWeb_rMinBtnPressed:before { left: -496px; top: -30px; }
.dx-acc-r .dxWeb_rpCollapseButton:before { left: -224px; top: -133px; }
.dx-acc-r .dxWeb_rPinBtn:before { left: -186px; top: -150px; }
.dx-acc-r .dxWeb_rPopOut:before { left: -442px; top: -35px; }
.dx-acc-r .dxWeb_splHCollapseBackwardButton:before { left: -379px; top: -150px; }
.dx-acc-r .dxWeb_splHCollapseBackwardButtonHover:before { left: -370px; top: -150px; }
.dx-acc-r .dxWeb_splHCollapseForwardButton:before { left: -361px; top: -150px; }
.dx-acc-r .dxWeb_splHCollapseForwardButtonHover:before { left: -352px; top: -150px; }
.dx-acc-r .dxWeb_splHSeparator:before { left: -476px; top: -32px; }
.dx-acc-r .dxWeb_splHSeparatorHover:before { left: -456px; top: -32px; }
.dx-acc-r .dxWeb_splVCollapseBackwardButton:before { left: -338px; top: -150px; }
.dx-acc-r .dxWeb_splVCollapseBackwardButtonHover:before { left: -330px; top: -150px; }
.dx-acc-r .dxWeb_splVCollapseForwardButton:before { left: -314px; top: -150px; }
.dx-acc-r .dxWeb_splVCollapseForwardButtonHover:before { left: -322px; top: -150px; }
.dx-acc-r .dxWeb_splVSeparator:before { left: -529px; top: -67px; }
.dx-acc-r .dxWeb_splVSeparatorHover:before { left: -380px; top: -47px; }
.dx-acc-r .dxWeb_tcScrollLeft:before { left: -305px; top: -150px; }
.dx-acc-r .dxWeb_tcScrollLeftDisabled:before { left: -251px; top: -150px; }
.dx-acc-r .dxWeb_tcScrollLeftHover:before { left: -260px; top: -150px; }
.dx-acc-r .dxWeb_tcScrollLeftPressed:before { left: -278px; top: -150px; }
.dx-acc-r .dxWeb_tcScrollRight:before { left: -242px; top: -150px; }
.dx-acc-r .dxWeb_tcScrollRightDisabled:before { left: -296px; top: -150px; }
.dx-acc-r .dxWeb_tcScrollRightHover:before { left: -269px; top: -150px; }
.dx-acc-r .dxWeb_tcScrollRightPressed:before { left: -287px; top: -150px; }
.dx-acc-r .dxWeb_tvColBtn:before { left: -301px; top: -92px; }
.dx-acc-r .dxWeb_tvColBtnRtl:before { left: -282px; top: -92px; }
.dx-acc-r .dxWeb_tvExpBtn:before { left: -339px; top: -92px; }
.dx-acc-r .dxWeb_tvExpBtnRtl:before { left: -358px; top: -92px; }
.dx-acc-r .dxWeb_ucClearButton:before { left: -378px; top: -115px; }
.dx-acc-r .dxWeb_ucClearButtonDisabled:before { left: -306px; top: -115px; }

