/*!
 * DevExpress Diagram (dx-diagram)
 * Version: 2.1.57
 * Build date: Mon May 30 2022
 * 
 * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
 * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
 */
.dxdi-control {
  overflow: visible;
  box-sizing: border-box;
  position: relative; }
  .dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll {
    cursor: grab !important; }
    .dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll .shape,
    .dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll .shape-expand-btn,
    .dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll text {
      cursor: grab; }
  .dxdi-control.dxdi-read-only .dxdi-canvas .shape,
  .dxdi-control.dxdi-read-only .dxdi-canvas .shape-expand-btn,
  .dxdi-control.dxdi-read-only .dxdi-canvas text {
    cursor: default; }
  .dxdi-control .dxdi-canvas {
    display: block;
    background-color: #d9d9d9;
    transform-origin: 0 0;
    overflow: hidden;
    /* Fix excess scroll size in IE */ }

.dxdi-canvas.dxdi-drag-scroll {
  cursor: grab !important; }
  .dxdi-canvas.dxdi-drag-scroll .shape,
  .dxdi-canvas.dxdi-drag-scroll .shape .shape-expand-btn,
  .dxdi-canvas.dxdi-drag-scroll .connector,
  .dxdi-canvas.dxdi-drag-scroll .connection-point,
  .dxdi-canvas.dxdi-drag-scroll .connector text,
  .dxdi-canvas.dxdi-drag-scroll .connector-side-mark.vertical,
  .dxdi-canvas.dxdi-drag-scroll .connector-side-mark.horizontal,
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="1"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="2"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="3"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="4"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="5"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="6"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="7"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="8"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="4"],
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="5"] {
    cursor: grab; }

.dxdi-canvas * {
  user-select: none; }

.dxdi-canvas text {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt; }

.dxdi-canvas .page {
  fill: white; }

.dxdi-canvas .pages-grid-line {
  fill: none;
  stroke: rgba(0, 0, 0, 0.15);
  stroke-dasharray: 8;
  stroke-width: 2; }

.dxdi-canvas .grid-outer-line,
.dxdi-canvas .grid-inner-line {
  fill: none; }

.dxdi-canvas .grid-outer-line {
  stroke: rgba(0, 0, 0, 0.1); }

.dxdi-canvas .grid-inner-line {
  stroke: rgba(0, 0, 0, 0.05); }

.dxdi-canvas .shape,
.dxdi-canvas .toolbox-item {
  pointer-events: bounding-box; }
  .dxdi-canvas .shape rect,
  .dxdi-canvas .shape path,
  .dxdi-canvas .shape line,
  .dxdi-canvas .shape ellipse,
  .dxdi-canvas .toolbox-item rect,
  .dxdi-canvas .toolbox-item path,
  .dxdi-canvas .toolbox-item line,
  .dxdi-canvas .toolbox-item ellipse {
    fill: white;
    stroke-width: 2;
    stroke: black; }
  .dxdi-canvas .shape text,
  .dxdi-canvas .toolbox-item text {
    fill: black;
    text-anchor: middle; }
  .dxdi-canvas .shape rect.selector,
  .dxdi-canvas .toolbox-item rect.selector {
    stroke-width: 48;
    stroke: transparent;
    fill: transparent;
    pointer-events: initial; }

.dxdi-canvas .shape.not-valid rect,
.dxdi-canvas .shape.not-valid path,
.dxdi-canvas .shape.not-valid line,
.dxdi-canvas .shape.not-valid ellipse {
  stroke: red; }

.dxdi-canvas .shape {
  cursor: move; }
  .dxdi-canvas .shape.text-input > text {
    display: none; }
  .dxdi-canvas .shape.container > rect:first-child {
    fill: none; }
  .dxdi-canvas .shape .shape-expand-btn {
    cursor: pointer; }
    .dxdi-canvas .shape .shape-expand-btn > rect,
    .dxdi-canvas .shape .shape-expand-btn > path {
      stroke-dasharray: initial !important; }
    .dxdi-canvas .shape .shape-expand-btn > path {
      stroke-width: 2 !important; }
  .dxdi-canvas .shape .dxdi-image .dxdi-spinner {
    animation: loading-spinner 1s linear infinite; }
    .dxdi-canvas .shape .dxdi-image .dxdi-spinner ellipse {
      stroke: black;
      stroke-opacity: 0.2; }
    .dxdi-canvas .shape .dxdi-image .dxdi-spinner path {
      stroke: #fd7010;
      stroke-linecap: round; }
    .dxdi-canvas .shape .dxdi-image .dxdi-spinner ellipse,
    .dxdi-canvas .shape .dxdi-image .dxdi-spinner path {
      fill: none;
      stroke-width: 5; }

@keyframes loading-spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .dxdi-canvas .shape .dxdi-image .dxdi-user .dxdi-background {
    fill: black;
    opacity: 0.2;
    stroke: none; }
  .dxdi-canvas .shape .dxdi-image .dxdi-user ellipse,
  .dxdi-canvas .shape .dxdi-image .dxdi-user path {
    fill: white;
    stroke: none; }
  .dxdi-canvas .shape .dxdi-image .dxdi-warning ellipse {
    stroke: none;
    fill: #ee1616; }
  .dxdi-canvas .shape .dxdi-image .dxdi-warning rect {
    stroke: none;
    fill: white; }

.dxdi-canvas .shape.locked,
.dxdi-canvas .shape.locked + .container-children .shape {
  cursor: inherit !important; }
  .dxdi-canvas .shape.locked .shape-expand-btn,
  .dxdi-canvas .shape.locked + .container-children .shape .shape-expand-btn {
    cursor: inherit !important; }

.dxdi-canvas .container-children .shape .selector {
  stroke-width: 8; }

.dxdi-canvas .toolbox-item {
  cursor: pointer; }
  .dxdi-canvas .toolbox-item .selector {
    stroke-width: 0 !important; }

.dxdi-canvas .connector path,
.dxdi-canvas .connector line {
  stroke-width: 2;
  stroke: black;
  stroke-linejoin: round;
  pointer-events: stroke; }

.dxdi-canvas .connector path:not(.outlined-line-ending):not(.filled-line-ending) {
  fill: none !important; }

.dxdi-canvas .connector path.outlined-line-ending {
  fill: white; }

.dxdi-canvas .connector path.filled-line-ending {
  fill: black; }

.dxdi-canvas .connector path.selector,
.dxdi-canvas .connector line.selector {
  stroke-width: 16;
  stroke: transparent; }

.dxdi-canvas .connector text {
  cursor: move;
  fill: black;
  text-anchor: middle; }

.dxdi-canvas .connector .text-filter-flood {
  flood-color: white; }

.dxdi-canvas .connector.not-valid path,
.dxdi-canvas .connector.not-valid line {
  stroke: red; }

.dxdi-canvas .connector.can-move {
  cursor: move; }

.dxdi-canvas .selection-mark,
.dxdi-canvas .geometry-mark,
.dxdi-canvas .connection-point,
.dxdi-canvas .connection-mark,
.dxdi-canvas .connector-point-mark,
.dxdi-canvas .connector-side-mark {
  fill: white;
  stroke-width: 2; }

.dxdi-canvas .selection-mark {
  stroke: dodgerblue; }

.dxdi-canvas .selection-mark[data-type="9"][data-value="1"] {
  cursor: nw-resize; }

.dxdi-canvas .selection-mark[data-type="9"][data-value="2"] {
  cursor: ne-resize; }

.dxdi-canvas .selection-mark[data-type="9"][data-value="3"] {
  cursor: se-resize; }

.dxdi-canvas .selection-mark[data-type="9"][data-value="4"] {
  cursor: sw-resize; }

.dxdi-canvas .selection-mark[data-type="9"][data-value="5"] {
  cursor: n-resize; }

.dxdi-canvas .selection-mark[data-type="9"][data-value="6"] {
  cursor: e-resize; }

.dxdi-canvas .selection-mark[data-type="9"][data-value="7"] {
  cursor: s-resize; }

.dxdi-canvas .selection-mark[data-type="9"][data-value="8"] {
  cursor: w-resize; }

.dxdi-canvas .selection-mark[data-type="4"],
.dxdi-canvas .selection-mark[data-type="5"] {
  cursor: move; }

.dxdi-canvas .locked-selection-mark {
  fill: white;
  stroke-width: 1;
  stroke: #666; }

.dxdi-canvas .geometry-mark {
  cursor: pointer;
  stroke: goldenrod; }

.dxdi-canvas .container-target,
.dxdi-canvas .connection-target {
  fill: transparent;
  stroke: orchid;
  stroke-width: 2;
  pointer-events: none; }

.dxdi-canvas .connection-point {
  cursor: crosshair;
  stroke: orchid; }

.dxdi-canvas .connection-point.not-valid {
  stroke: grey;
  display: none; }

.dxdi-canvas .connection-mark {
  cursor: crosshair;
  stroke: orchid; }

.dxdi-canvas .connection-point.selector,
.dxdi-canvas .connection-mark.selector {
  stroke-width: 10px;
  stroke: transparent;
  fill: transparent; }

.dxdi-canvas .connection-point.active {
  fill: orchid; }

.dxdi-canvas .connection-mark.active {
  fill: orchid; }

.dxdi-canvas .connector-point-mark,
.dxdi-canvas .connector-side-mark {
  cursor: move;
  stroke: dodgerblue; }

.dxdi-canvas .connector-point-mark.disabled {
  cursor: default;
  display: none; }

.dxdi-canvas .connector-side-mark {
  fill: dodgerblue; }

.dxdi-canvas .connector-side-mark.vertical {
  cursor: col-resize; }

.dxdi-canvas .connector-side-mark.horizontal {
  cursor: row-resize; }

.dxdi-canvas .item-selection-rect,
.dxdi-canvas .items-selection-rect {
  fill: transparent;
  stroke-width: 1;
  stroke: dodgerblue;
  stroke-dasharray: 2px;
  pointer-events: none; }

.dxdi-canvas .items-selection-rect {
  fill: rgba(30, 144, 255, 0.02); }

.dxdi-canvas .item-multi-selection-rect {
  fill: rgba(30, 144, 255, 0.02);
  stroke-width: 1;
  stroke: dodgerblue;
  pointer-events: none; }

.dxdi-canvas .selection-rect {
  fill: rgba(30, 144, 255, 0.2);
  stroke-width: 1;
  stroke: dodgerblue;
  pointer-events: none; }

.dxdi-canvas .connector-selection,
.dxdi-canvas .connector-multi-selection {
  fill: transparent;
  stroke-width: 1;
  stroke: dodgerblue;
  pointer-events: none; }

.dxdi-canvas .connector-selection.text,
.dxdi-canvas .connector-multi-selection.text {
  fill: transparent;
  stroke-width: 1; }

.dxdi-canvas .connector-selection {
  stroke-dasharray: 2px; }

.dxdi-canvas .connector-selection-mask rect {
  fill: black; }

.dxdi-canvas .connector-selection-mask rect.background {
  fill: white; }

.dxdi-canvas .connector-selection-mask path,
.dxdi-canvas .connector-selection-mask line {
  fill: white;
  stroke: black;
  stroke-width: 4; }

.dxdi-canvas .connector-selection-mask text {
  text-anchor: middle; }

.dxdi-canvas .extension-line path {
  stroke: dodgerblue;
  stroke-width: 1; }

.dxdi-canvas .extension-line path.size-line {
  stroke-dasharray: 4px; }

.dxdi-canvas .extension-line text {
  fill: dodgerblue;
  font-size: 0.8em;
  text-anchor: middle; }

.dxdi-canvas .extension-line.center > path.size-line,
.dxdi-canvas .extension-line.page > path.size-line {
  stroke-dasharray: 0; }

.dxdi-canvas .extension-line:not(.center) > path:not(:first-child) {
  display: none; }

.dxdi-canvas .resize-info text {
  fill: rgba(0, 0, 0, 0.8);
  font-size: 0.8em;
  text-anchor: middle; }

.dxdi-canvas .resize-info rect {
  fill: white;
  stroke: rgba(0, 0, 0, 0.3);
  stroke-width: 1; }

.dxdi-canvas .dxdi-active-selection .shape {
  cursor: default; }

.dxdi-control:not(.focused) .dxdi-canvas .selection-mark {
  stroke: #666; }

.dxdi-control:not(.focused) .dxdi-canvas .geometry-mark {
  stroke: #666; }

.dxdi-control:not(.focused) .dxdi-canvas .item-selection-rect,
.dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
  fill: transparent;
  stroke: #666; }

.dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
  fill: rgba(144, 144, 144, 0.02); }

.dxdi-control:not(.focused) .dxdi-canvas .item-multi-selection-rect {
  fill: rgba(144, 144, 144, 0.02);
  stroke: #666; }

.dxdi-control:not(.focused) .dxdi-canvas .connection-point,
.dxdi-control:not(.focused) .dxdi-canvas .connection-point.selector,
.dxdi-control:not(.focused) .dxdi-canvas .connection-mark,
.dxdi-control:not(.focused) .dxdi-canvas .connection-mark.selector {
  display: none; }

.dxdi-control:not(.focused) .dxdi-canvas .connector-selection,
.dxdi-control:not(.focused) .dxdi-canvas .connector-multi-selection {
  stroke: #666; }

.dxdi-control:not(.focused) .dxdi-canvas .connector-point-mark,
.dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
  stroke: #666; }

.dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
  fill: #666; }

.dxdi-dragging,
.dxdi-dragging * {
  user-select: none; }

.dxdi-canvas.export * {
  cursor: inherit !important;
  pointer-events: all !important; }

.dxdi-touch-action {
  touch-action: none; }

.dxdi-toolbox,
.dxdi-toolbox svg {
  user-select: none;
  outline: none; }

.dxdi-toolbox,
.dxdi-toolbox .dxdi-canvas,
.dxdi-toolbox-drag-item .dxdi-canvas {
  width: 100%;
  height: 100%; }

.dxdi-toolbox .dxdi-canvas .toolbox-item rect,
.dxdi-toolbox .dxdi-canvas .toolbox-item path,
.dxdi-toolbox .dxdi-canvas .toolbox-item line,
.dxdi-toolbox .dxdi-canvas .toolbox-item ellipse {
  fill: transparent;
  stroke: currentColor; }

.dxdi-toolbox .dxdi-canvas .toolbox-item .dxdi-image-placeholder {
  opacity: 0.75;
  fill: currentColor;
  stroke: none; }

.dxdi-toolbox .dxdi-canvas .toolbox-item .dxdi-shape-text {
  opacity: 0.25; }

.dxdi-toolbox .dxdi-canvas .toolbox-item text,
.dxdi-toolbox-drag-item .dxdi-canvas text {
  font-weight: bold;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, arial, sans-serif;
  fill: currentColor; }

.dxdi-toolbox-drag-item .dxdi-canvas .dxdi-image-placeholder {
  opacity: 0.75;
  fill: currentColor;
  stroke: none; }

.dxdi-toolbox-drag-item .dxdi-canvas .dxdi-shape-text {
  display: none; }

.dxdi-toolbox .toolbox-text-item {
  cursor: pointer;
  user-select: none;
  margin: 0 0 0.6em; }

.dxdi-toolbox-drag-item,
.dxdi-toolbox-drag-text-item {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  position: absolute;
  z-index: 10000;
  pointer-events: none !important; }
  .dxdi-toolbox-drag-item *,
  .dxdi-toolbox-drag-text-item * {
    pointer-events: none !important; }

.dxdi-toolbox-drag-item text {
  pointer-events: none; }

.dxdi-toolbox-drag-text-item {
  background-color: white;
  border: 2px solid black;
  padding: 0.5em; }

.dxdi-tb-drag-captured {
  display: none; }

.dxdi-focus-input,
.dxdi-text-input-container,
.dxdi-text-input {
  padding: 0;
  outline: none;
  border: none;
  resize: none; }

.dxdi-clipboard-input,
.dxdi-focus-input {
  position: absolute;
  overflow: hidden;
  left: -1000px !important;
  top: -1000px !important;
  opacity: 0;
  z-index: -100;
  font-size: 16px; }

.dxdi-text-input-container {
  display: none; }

.dxdi-text-input-container.shape-text,
.dxdi-text-input-container.connector-text {
  display: inherit;
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  transform-origin: 0 0; }

.dxdi-text-input-container.shape-text .dxdi-text-input {
  display: table-cell;
  overflow: hidden;
  padding: 1px 0 0;
  outline: none;
  background-color: transparent;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  line-height: 1.1em;
  text-align: center;
  vertical-align: middle; }

.dxdi-text-input-container.connector-text {
  overflow: visible; }

.dxdi-text-input-container.connector-text .dxdi-text-input {
  padding: 2px;
  outline: none;
  height: calc(1.1em + 6px);
  width: calc(8em + 6px);
  margin-top: calc(-0.55em - 3px);
  margin-left: calc(-4em - 3px);
  background-color: white;
  border: 1px solid dodgerblue;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  line-height: 1.1em;
  text-align: center;
  vertical-align: middle;
  overflow: hidden; }

.dxdi-page-shadow {
  fill: #808080; }


@charset "UTF-8";
.dxreControl {
  font: 12px Tahoma, Geneva, sans-serif;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  /* Start Workaround - Replace it with the appropriate css class from Devexteme (alternative-background-color)*/
  /* End Workaround - Replace it with the appropriate css class from Devexteme (alternative-background-color)*/ }
  .dxreControl.NUSA_focusedElement {
    border-color: #51d851 !important; }
  .dxreControl .dxreView {
    background-color: #f7f7f7; }
  .dxreControl .dxrePage {
    border: 1px solid #aaa; }
  .dxreControl .dxreRulerWrapper {
    padding-top: 2px;
    background-color: #f7f7f7; }
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-columnHandleRightPart,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-columnHandleLeftPart {
      width: 5px;
      background-color: #bcb8b8; }
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerTableColumnSeparatorHandle {
      height: 12px;
      background-color: #d3d3d3; }
      .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerTableColumnSeparatorHandle div {
        margin-top: 2px; }
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerDivisions {
      height: 12px;
      background-color: #fff; }
      .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerDivisions div {
        height: 12px; }
      .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerDivisions .dxre-rulerMinorDivision,
      .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerDivisions .dxre-rulerMajorDivision {
        border-left: 1px solid #a3a3a3; }
      .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerDivisions .dxre-rulerNumberDivision {
        color: #4e4e4e; }
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerMarginLeftPanel,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerMarginRightPanel,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerMarginLeftHandlePanel,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerMarginRightHandlePanel,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-columnHandle,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-columnHandle > div {
      height: 12px; }
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerMarginLeftPanel,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerMarginRightPanel,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerMarginLeftHandlePanel,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-rulerMarginRightHandlePanel,
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-columnHandle {
      background-color: #d3d3d3; }
    .dxreControl .dxreRulerWrapper .dxreRuler .dxre-leftIndentDragHandleBody {
      background-color: #fff;
      border: 1px solid #929292;
      border-top: none;
      height: 6px; }
    .dxreControl .dxreRulerWrapper .dxre-rulertabAlignBox {
      background-color: #d3d3d3; }
    .dxreControl .dxreRulerWrapper .dxre-rulertabAlignBox > div {
      background-color: #fff; }
  .dxreControl .dxreRulerLine {
    border-left: 1px dashed #717171; }
    .dxreControl .dxreRulerLine.table {
      border-left: 1px solid #599eff; }
  .dxreControl[class*="generic.light"] .dxreView,
  .dxreControl[class*="generic.light"] .dxreRulerWrapper {
    background-color: #f7f7f7; }
  .dxreControl[class*="generic.dark"] .dxreView,
  .dxreControl[class*="generic.dark"] .dxreRulerWrapper {
    background-color: #323232; }
  .dxreControl[class*="generic.contrast"] .dxreView,
  .dxreControl[class*="generic.contrast"] .dxreRulerWrapper {
    background-color: #000; }
  .dxreControl[class*="generic.carmine"] .dxreView,
  .dxreControl[class*="generic.carmine"] .dxreRulerWrapper {
    background-color: #fafafa; }
  .dxreControl[class*="generic.darkmoon"] .dxreView,
  .dxreControl[class*="generic.darkmoon"] .dxreRulerWrapper {
    background-color: #4c5d7b; }
  .dxreControl[class*="generic.darkmoon"] .dxreView,
  .dxreControl[class*="generic.darkmoon"] .dxreRulerWrapper {
    background-color: #4c5d7b; }
  .dxreControl[class*="generic.softblue"] .dxreView,
  .dxreControl[class*="generic.softblue"] .dxreRulerWrapper {
    background-color: #f7f7f7; }
  .dxreControl[class*="generic.darkviolet"] .dxreView,
  .dxreControl[class*="generic.darkviolet"] .dxreRulerWrapper {
    background-color: #1e1e28; }
  .dxreControl[class*="generic.greenmist"] .dxreView,
  .dxreControl[class*="generic.greenmist"] .dxreRulerWrapper {
    background-color: #ededed; }
  .dxreControl[class*="material"][class*="light"] .dxreView,
  .dxreControl[class*="material"][class*="light"] .dxreRulerWrapper {
    background-color: #f7f7f7; }
  .dxreControl[class*="material"][class*="dark"] .dxreView,
  .dxreControl[class*="material"][class*="dark"] .dxreRulerWrapper {
    background-color: #2f2f38; }
  .dxreControl .dxreQuickSearchPanel {
    border-width: 1px;
    border-style: solid;
    border-top-width: 0;
    padding: 0.5em; }
    .dxreControl .dxreQuickSearchPanel span {
      color: inherit;
      background-color: inherit; }
  .dxreControl .dxreLoadingPanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; }
    .dxreControl .dxreLoadingPanel .lp {
      position: absolute;
      z-index: 100;
      width: 64px;
      height: 64px;
      top: 50%;
      left: 50%;
      margin-top: -32px;
      margin-left: -32px; }
      .dxreControl .dxreLoadingPanel .lp:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #555;
        border-color: #555 transparent #555 transparent;
        animation: dxreLoading 1.2s linear infinite; }

@keyframes dxreLoading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .dxreControl .dxreTableBorderLine {
    background-color: #599eff; }

/* AutoScroll */
.dxreAutoScroll {
  position: fixed;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojQzBDMEMwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsMEw0LDZoMTJMMTAsMHogTTEwLDIwbDYtNkg0TDEwLDIweiBNOCwxMGMwLDEuMSwwLjksMiwyLDJzMi0wLjksMi0ycy0wLjktMi0yLTJTOCw4LjksOCwxMHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
  z-index: 165; }

.dxreAutoScrollCursor {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 166; }

.dxreAutoScrollCursorN {
  cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzFfXzFfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggaWQ9Il94MzFfIiBkPSJNMTAsMEw0LDZoMTJMMTAsMHogTTEyLDEwYzAtMS4xLTAuOS0yLTItMnMtMiwwLjktMiwyczAuOSwyLDIsMlMxMiwxMS4xLDEyLDEweiIvPgo8L3N2Zz4K") 10 10, n-resize; }

.dxreAutoScrollCursorNS {
  cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiCgkgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDBMNCw2aDEyTDEwLDB6IE0xMCwyMGw2LTZINEwxMCwyMHogTTgsMTBjMCwxLjEsMC45LDIsMiwyczItMC45LDItMnMtMC45LTItMi0yUzgsOC45LDgsMTB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==") 10 10, ns-resize; }

.dxreAutoScrollCursorS {
  cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzFfXzFfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggaWQ9Il94MzFfIiBkPSJNMTAsMjBsNi02SDRMMTAsMjB6IE04LDEwYzAsMS4xLDAuOSwyLDIsMnMyLTAuOSwyLTJzLTAuOS0yLTItMlM4LDguOSw4LDEweiIvPgo8L3N2Zz4K") 10 10, s-resize; }

/* AutoScroll */
/* Bootstrap correction */
.dxreMeasurer *,
.dxreRulerWrapper div {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Bootstrap correction */
/* Cursor */
.dxreCursorDefault .dxrePage {
  cursor: default; }

.dxreCursorNoDrop .dxrePage {
  cursor: no-drop; }

.dxreCursorCopy .dxrePage {
  cursor: copy; }

.dxreCursorNResize .dxrePage {
  cursor: n-resize; }

.dxreCursorSResize .dxrePage {
  cursor: s-resize; }

.dxreCursorWResize .dxrePage {
  cursor: w-resize; }

.dxreCursorEResize .dxrePage {
  cursor: e-resize; }

.dxreCursorEWResize .dxrePage {
  cursor: ew-resize; }

.dxreCursorNWResize .dxrePage {
  cursor: nw-resize; }

.dxreCursorNEResize .dxrePage {
  cursor: ne-resize; }

.dxreCursorNSResize .dxrePage {
  cursor: ns-resize; }

.dxreCursorSEResize .dxrePage {
  cursor: se-resize; }

.dxreCursorSWResize .dxrePage {
  cursor: sw-resize; }

/* Cursor */
/* HeaderFooter */
.dxreHeaderInfo {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 161;
  border-top: #b9b9b9 1px dashed; }
  .dxreHeaderInfo b {
    border: #b9b9b9 1px solid;
    margin: 0 5px;
    padding: 3px 5px;
    background: #CCCCCC;
    display: block;
    font-weight: normal;
    float: right; }
    .dxreHeaderInfo b:first-child {
      float: left; }

.dxreFooterInfo {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 161;
  border-bottom: #b9b9b9 1px dashed; }
  .dxreFooterInfo b {
    border: #b9b9b9 1px solid;
    margin: 0 5px;
    padding: 3px 5px;
    background: #CCCCCC;
    display: block;
    font-weight: normal;
    float: right; }
    .dxreFooterInfo b:first-child {
      float: left; }

/* HeaderFooter */
/* Layout */
.dxrePage {
  position: relative;
  background: white;
  margin: 15px auto;
  cursor: text;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .dxWebKitTouchUI .dxrePage {
    overflow: scroll; }

.dxreSimpleView {
  padding: 0px !important; }

.dxreSimplePage {
  box-shadow: none !important;
  border-width: 0 !important;
  margin: 0;
  width: 100% !important; }

.dxrePageArea {
  position: absolute;
  overflow: visible; }

.dxreTextBoxArea {
  cursor: text; }

.dxreColumn {
  position: absolute;
  overflow: visible;
  cursor: text;
  user-select: none; }

.dxreRow {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  font-size: 0;
  user-select: none; }

.dxreBox {
  position: absolute;
  white-space: nowrap;
  display: inline-block;
  text-decoration: inherit; }

.dxreBoxSpace {
  position: absolute;
  display: inline-block;
  overflow: hidden; }
  .dxreBoxSpace img {
    vertical-align: bottom; }

.dxreHiddenBox {
  border-bottom: 1px dotted gray; }

.dxreTextBoxBg {
  position: absolute; }

.dxreBoxBg {
  position: absolute;
  display: block; }

.dxrePic {
  cursor: move; }

.dxreBlackout > .dxrePic {
  cursor: unset; }

.dxreParFrame {
  position: absolute; }

.dxreStartBookmark {
  border: 2px solid #b9b9b9;
  position: absolute;
  box-sizing: border-box;
  border-right: none; }

.dxreEndBookmark {
  border: 2px solid #b9b9b9;
  position: absolute;
  box-sizing: border-box;
  border-left: none; }

.dxreFieldBg {
  position: absolute;
  display: inline-block; }

.dxreFieldBoxLevel1 {
  background: #cecece; }

.dxreFieldBoxLevel2 {
  background: #b9b9b9; }

.dxreFieldBoxLevel3 {
  background: #a0a0a0; }

.dxreAnchor {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQklEQVR4XuWQMQoAMAwC+/9PX+lUaIaTQKYKDoqRJGsaHPaHL5gu8BM+KKBRwCNqWDwk6L6Z7vlqVdtjiShAmCEd3Df3Q73X8NMsAAAAAElFTkSuQmCC");
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 154; }

.dxreSelectedTextBox {
  transform: none !important; }

.dxreAncPic {
  position: absolute; }

/* Table */
.dxreTable {
  position: absolute; }

.dxreTableBrd {
  position: absolute; }

.dxreTableRowBg {
  position: absolute; }

.dxreTableCellBg {
  position: absolute; }

.dxreTableColumnCursor {
  position: absolute;
  background-color: transparent;
  cursor: col-resize;
  width: 4px; }

.dxreTableRowCursor {
  position: absolute;
  background-color: transparent;
  cursor: row-resize;
  height: 4px; }

.dxreTableBorderLine {
  position: absolute;
  z-index: 155; }

.dxreTblSelector {
  position: absolute;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzAyMDIwMjt9Cgkuc3Qxe29wYWNpdHk6MC41O2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzAyMDIwMjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJfeDMyXyIgY2xhc3M9InN0MCIgZD0iTTksMTF2LTFoMVY5aDF2Mkg5eiBNMTAsNmgxdjJoLTFWNnogTTEwLDRIOVYzaDJ2MmgtMVY0eiBNNiwxMGgydjFINlYxMHogTTYsM2gydjFINlYzeiBNNSw0SDR2MUgzCglWM2gyVjR6IE00LDhIM1Y2aDFWOHogTTQsMTBoMXYxSDNWOWgxVjEweiIvPgo8cG9seWdvbiBpZD0iX3gzMV8iIGNsYXNzPSJzdDEiIHBvaW50cz0iMSwxIDEsOCAyLDggMiwyIDgsMiA4LDEgIi8+Cjwvc3ZnPgo=");
  cursor: pointer;
  z-index: 163; }

/* Table */
/* QuickSearch */
.dxreQuickSearch {
  position: relative; }

.dxreQuickSearchPanelWrapper {
  position: absolute;
  right: 20px;
  top: -1px;
  z-index: 164;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s; }
  .dxreNotInternalRibbon .dxreQuickSearchPanelWrapper {
    top: 0px; }

.dxreQuickSearchPanel {
  display: inline-block; }
  .dxreQuickSearchPanel .dxreQuickSearchButtonEdit {
    float: left; }
    .dxreQuickSearchPanel .dxreQuickSearchButtonEdit td.dxic {
      position: relative; }
  .dxreQuickSearchPanel span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 5px;
    color: #acacac;
    background-color: #FFFFFF; }

/* QuickSearch */
/* Ruler */
.dxreRulerLine {
  width: 0;
  z-index: 100;
  position: absolute;
  display: none; }

.dxreRulerWrapper {
  cursor: default;
  overflow: hidden;
  position: relative; }
  .dxreRulerWrapper .dxre-rulertabAlignBox {
    position: absolute;
    top: 0;
    left: 0; }
    .dxreRulerWrapper .dxre-rulertabAlignBox div {
      position: absolute; }

.dxreRulerWrapper .dxreRuler {
  visibility: hidden;
  overflow: hidden;
  position: relative; }

.dxreRuler .dxre-columnHandle {
  position: absolute;
  z-index: 1;
  cursor: e-resize; }
  .dxreRuler .dxre-columnHandle > div {
    position: absolute; }

.dxreRuler .dxre-leftIndentDragHandleBody {
  box-sizing: border-box; }

.dxreRuler .dxre-rulerTableColumnSeparatorHandle {
  position: absolute; }
  .dxreRuler .dxre-rulerTableColumnSeparatorHandle > div {
    position: absolute;
    z-index: 1; }

.dxreRuler .dxre-columnHandleLeftPart {
  left: 0; }

.dxreRuler .dxre-columnHandleRightPart {
  right: 0; }

.dxreRuler .dxreTabDragHandle,
.dxreRuler .dxreFirstLineIndentDragHandle,
.dxreRuler .dxreRightIndentDragHandle,
.dxreRuler .dxreLeftIndentDragHandle {
  position: absolute;
  z-index: 2; }

.dxreRuler .dxre-rulerDivisions {
  position: absolute; }
  .dxreRuler .dxre-rulerDivisions > div {
    z-index: 1;
    position: absolute;
    box-sizing: border-box; }
  .dxreRuler .dxre-rulerDivisions .dxre-rulerNumberDivision {
    font-size: 10px;
    line-height: 10px; }
    .dxTouchUI .dxreRuler .dxre-rulerDivisions .dxre-rulerNumberDivision {
      line-height: 12px; }
    .dxreRuler .dxre-rulerDivisions .dxre-rulerNumberDivision > div {
      position: absolute;
      width: 100%;
      left: -50%;
      text-align: center; }

.dxreRuler .dxre-rulerMarginLeftHandlePanel, .dxreRuler .dxre-rulerMarginRightHandlePanel {
  position: absolute;
  z-index: 1;
  cursor: e-resize;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==") !important; }

.dxreRuler .dxre-rulerMarginLeftHandlePanel {
  left: 0; }

.dxreRuler .dxre-rulerMarginRightHandlePanel {
  right: 0; }

.dxreRuler .dxre-rulerMarginLeftPanel {
  position: absolute;
  left: 0; }

.dxreRuler .dxre-rulerMarginRightPanel {
  position: absolute;
  right: 0; }

/* Ruler */
/* Selection */
.dxreSelRow {
  position: absolute;
  background: #a7a7a7;
  opacity: 0.50; }
  .dxTouchUI .dxreSelRow {
    background: #a7a7a7; }
  .dxreInFocus .dxreSelRow {
    background: #76a7fa; }
    .dxTouchUI .dxreInFocus .dxreSelRow {
      background: #76a7fa; }

.dxreSelFloatingObjects {
  z-index: 152; }

.dxreSelCursor {
  position: absolute;
  opacity: 1;
  width: 1px;
  visibility: hidden; }
  .dxreInFocus .dxreSelCursor {
    visibility: visible; }
  .dxreInFocus .dxreSelCursor {
    background: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJMgABACwAAAAAAQABAAACAkQBACH5BAUyAAEALAAAAAABAAEAAAICTAEAOw=="); }
    .dxTouchUI .dxreInFocus .dxreSelCursor {
      background: url("data:image/gif;base64,R0lGODlhAQABAIABABVu5P///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJMgABACwAAAAAAQABAAACAkQBACH5BAUyAAEALAAAAAABAAEAAAICTAEAOw=="); }

.dxreSelCursor.dxreSelNoblink {
  position: absolute; }
  .dxreInFocus .dxreSelCursor.dxreSelNoblink {
    background: #000000; }
    .dxTouchUI .dxreInFocus .dxreSelCursor.dxreSelNoblink {
      background: #156ee4; }

.dxreSelSearch {
  position: absolute;
  background: #FFFF00;
  opacity: 0.50; }
  .dxTouchUI .dxreSelSearch {
    background: #FFFF00; }
  .dxreInFocus .dxreSelSearch {
    background: #FFFF00; }
    .dxTouchUI .dxreInFocus .dxreSelSearch {
      background: #FFFF00; }

.dxreSelRangePerm {
  position: absolute; }

.dxreSelMisspelled {
  position: absolute;
  background: url("data:image/gif;base64,R0lGODlhBAAGAIABAP8AAP///yH5BAEAAAEALAAAAAAEAAYAAAIHjI8GuBtbAAA7") bottom;
  background-repeat: repeat-x;
  padding-bottom: 4px;
  box-sizing: content-box; }

.dxreSelBar {
  z-index: 153;
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: white;
  visibility: hidden; }
  .dxreSelBar:after {
    position: absolute;
    width: 13px;
    height: 13px;
    content: '';
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid #bbd3fd; }
  .dxreInFocus .dxreSelBar {
    visibility: visible; }

/* Selection */
/* ShapeResizeBox */
.dxreResBox {
  position: absolute;
  cursor: move; }
  .dxreResBox.dxreResBoxTextBoxArea {
    cursor: text; }
  .dxreResBox.dxreResBoxRotated {
    z-index: 162; }
  .dxreResBoxCornerLineN {
    position: absolute;
    z-index: 158;
    cursor: move;
    width: 100%;
    height: 5px;
    top: 0px;
    border-top: 1px solid #5A93D3; }
  .dxreResBoxCornerLineW {
    position: absolute;
    z-index: 158;
    cursor: move;
    width: 5px;
    height: 100%;
    left: 0px;
    border-left: 1px solid #5A93D3; }
  .dxreResBoxCornerLineE {
    position: absolute;
    z-index: 158;
    cursor: move;
    width: 5px;
    height: 100%;
    right: 0px;
    border-right: 1px solid #5A93D3; }
  .dxreResBoxCornerLineS {
    position: absolute;
    z-index: 158;
    cursor: move;
    width: 100%;
    height: 5px;
    bottom: 0px;
    border-bottom: 1px solid #5A93D3; }
  .dxreResBox .dxreResBoxRotation {
    position: absolute;
    border: 1px solid #989898;
    background-color: #F2FAFB;
    z-index: 160;
    width: 9px;
    height: 9px;
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 5px;
    background-color: #88E43A;
    left: 50%;
    top: -20px;
    cursor: pointer;
    display: none; }
    .dxTouchUI .dxreResBox .dxreResBoxRotation {
      top: -30px;
      width: 15px;
      height: 15px;
      margin-top: -9px;
      margin-left: -9px;
      border-radius: 50%; }
    .dxreResBox .dxreResBoxRotationLine {
      position: absolute;
      z-index: 157;
      background-color: #5A93D3;
      left: 50%;
      top: -16px;
      width: 1px;
      height: 10px;
      margin-left: -1px;
      cursor: text;
      display: none; }
      .dxTouchUI .dxreResBox .dxreResBoxRotationLine {
        top: -26px;
        height: 20px; }

.dxreResBox.dxreResBoxAnchored .dxreResBoxRotation,
.dxreResBox.dxreResBoxAnchored .dxreResBoxRotationLine {
  display: block; }

.dxreResBoxCornerElemTouchN {
  position: absolute;
  cursor: n-resize;
  left: 50%;
  top: 0;
  width: 15px;
  height: 15px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemTouchE {
  position: absolute;
  cursor: e-resize;
  left: 100%;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-left: -8px;
  margin-top: -9px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemTouchS {
  position: absolute;
  cursor: s-resize;
  left: 50%;
  top: 100%;
  width: 15px;
  height: 15px;
  margin-left: -9px;
  margin-top: -8px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemTouchW {
  position: absolute;
  cursor: w-resize;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemTouchNE {
  position: absolute;
  cursor: ne-resize;
  left: 100%;
  top: 0;
  width: 15px;
  height: 15px;
  margin-left: -8px;
  margin-top: -9px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemTouchSE {
  position: absolute;
  cursor: se-resize;
  left: 100%;
  top: 100%;
  width: 15px;
  height: 15px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemTouchSW {
  position: absolute;
  cursor: sw-resize;
  left: 0;
  top: 100%;
  width: 15px;
  height: 15px;
  margin-left: -9px;
  margin-top: -8px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemTouchNW {
  position: absolute;
  cursor: nw-resize;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemN {
  position: absolute;
  cursor: n-resize;
  left: 50%;
  top: 0;
  width: 9px;
  height: 9px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemE {
  position: absolute;
  cursor: e-resize;
  left: 100%;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  margin-top: -6px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemS {
  position: absolute;
  cursor: s-resize;
  left: 50%;
  top: 100%;
  width: 9px;
  height: 9px;
  margin-left: -6px;
  margin-top: -5px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemW {
  position: absolute;
  cursor: w-resize;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemNE {
  position: absolute;
  cursor: ne-resize;
  left: 100%;
  top: 0;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  margin-top: -6px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemSE {
  position: absolute;
  cursor: se-resize;
  left: 100%;
  top: 100%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemSW {
  position: absolute;
  cursor: sw-resize;
  left: 0;
  top: 100%;
  width: 9px;
  height: 9px;
  margin-left: -6px;
  margin-top: -5px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

.dxreResBoxCornerElemNW {
  position: absolute;
  cursor: nw-resize;
  left: 0;
  top: 0;
  width: 9px;
  height: 9px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 3px;
  border: 1px solid #989898;
  background-color: #F2FAFB; }

/* ShapeResizeBox */
/* TableBorderPreview */
.dxreTablePreviewContainer {
  width: 102px;
  height: 94px;
  position: relative;
  background-color: #FFFFFF; }

.dxrePreviewBorderLine {
  position: absolute;
  background-color: #FFFFFF; }

.dxrePreviewVerticalLine {
  position: absolute;
  height: 100%;
  z-index: 2; }

.dxrePreviewHorizontalLine {
  position: absolute;
  width: 100%;
  z-index: 4; }

.dxrePreviewBorderControlLine {
  border: 0 !important; }
  .dxrePreviewBorderControlLine.dxrePreviewVerticalLine {
    width: 10%;
    z-index: 5; }
  .dxrePreviewBorderControlLine.dxrePreviewHorizontalLine {
    height: 10%;
    z-index: 5; }
  .dxrePreviewBorderControlLine.dxrePreviewMiddleLine {
    top: 45%; }
  .dxrePreviewBorderControlLine.dxrePreviewCenterLine {
    left: 45%; }

.dxrePreviewMiddleLine {
  z-index: 2; }

.dxrePreviewBottomLine {
  bottom: 0%; }

.dxrePreviewCenterLine {
  z-index: 1; }

.dxrePreviewRightLine {
  right: 0%; }

.dxrePreviewTopRightCell {
  top: 50%;
  left: 0; }

.dxrePreviewTopLeftCell {
  top: 0;
  left: 0; }

.dxrePreviewBottomRight {
  top: 50%;
  left: 50%; }

.dxrePreviewBottomLeft {
  top: 0;
  left: 50%; }

.dxrePreviewCell {
  position: absolute;
  padding: 3px; }
  .dxrePreviewCell .dxrePreviewTextLine {
    background-color: #a9a9a9; }
    .dxrePreviewCell .dxrePreviewTextLine:first-child {
      margin-left: 12px; }
    .dxrePreviewCell .dxrePreviewTextLine:last-child {
      margin-right: 12px; }

.dxreBorderButton div.dxb.dxbf {
  border: none !important; }

/* TableBorderPreview */
.dxreTextBoxBgZL0 {
  z-index: 0; }

.dxreTblRowBgZL0 {
  z-index: 1; }

.dxreTblCellBgZL0 {
  z-index: 2; }

.dxreParBgZL0 {
  z-index: 3; }

.dxreBoxBgZL0 {
  z-index: 4; }

.dxreFieldBgZL0 {
  z-index: 5; }

.dxreSelRangeZL0 {
  z-index: 6; }

.dxreBoxSpaceZL0 {
  z-index: 7; }

.dxreSelSearchZL0 {
  z-index: 8; }

.dxreSelRowZL0 {
  z-index: 9; }

.dxreBoxZL0 {
  z-index: 10; }

.dxreBookmarkZL0 {
  z-index: 11; }

.dxreTableBorderZL0 {
  z-index: 12; }

.dxreSelMisspZL0 {
  z-index: 13; }

.dxreSelCursorZL0 {
  z-index: 14; }

.dxreSelTouchBarZL0 {
  z-index: 15; }

.dxreTblCursorZL0 {
  z-index: 16; }

.dxreAnchoredPictureZL0 {
  z-index: 17; }

.dxreTextBoxZL0 {
  z-index: 18; }

.dxreTextBoxBgZL1 {
  z-index: 19; }

.dxreTblRowBgZL1 {
  z-index: 20; }

.dxreTblCellBgZL1 {
  z-index: 21; }

.dxreParBgZL1 {
  z-index: 22; }

.dxreBoxBgZL1 {
  z-index: 23; }

.dxreFieldBgZL1 {
  z-index: 24; }

.dxreSelRangeZL1 {
  z-index: 25; }

.dxreBoxSpaceZL1 {
  z-index: 26; }

.dxreSelSearchZL1 {
  z-index: 27; }

.dxreSelRowZL1 {
  z-index: 28; }

.dxreBoxZL1 {
  z-index: 29; }

.dxreBookmarkZL1 {
  z-index: 30; }

.dxreTableBorderZL1 {
  z-index: 31; }

.dxreSelMisspZL1 {
  z-index: 32; }

.dxreSelCursorZL1 {
  z-index: 33; }

.dxreSelTouchBarZL1 {
  z-index: 34; }

.dxreTblCursorZL1 {
  z-index: 35; }

.dxreAnchoredPictureZL1 {
  z-index: 36; }

.dxreTextBoxZL1 {
  z-index: 37; }

.dxreTextBoxBgZL2 {
  z-index: 38; }

.dxreTblRowBgZL2 {
  z-index: 39; }

.dxreTblCellBgZL2 {
  z-index: 40; }

.dxreParBgZL2 {
  z-index: 41; }

.dxreBoxBgZL2 {
  z-index: 42; }

.dxreFieldBgZL2 {
  z-index: 43; }

.dxreSelRangeZL2 {
  z-index: 44; }

.dxreBoxSpaceZL2 {
  z-index: 45; }

.dxreSelSearchZL2 {
  z-index: 46; }

.dxreSelRowZL2 {
  z-index: 47; }

.dxreBoxZL2 {
  z-index: 48; }

.dxreBookmarkZL2 {
  z-index: 49; }

.dxreTableBorderZL2 {
  z-index: 50; }

.dxreSelMisspZL2 {
  z-index: 51; }

.dxreSelCursorZL2 {
  z-index: 52; }

.dxreSelTouchBarZL2 {
  z-index: 53; }

.dxreTblCursorZL2 {
  z-index: 54; }

.dxreAnchoredPictureZL2 {
  z-index: 55; }

.dxreTextBoxZL2 {
  z-index: 56; }

.dxreTextBoxBgZL3 {
  z-index: 57; }

.dxreTblRowBgZL3 {
  z-index: 58; }

.dxreTblCellBgZL3 {
  z-index: 59; }

.dxreParBgZL3 {
  z-index: 60; }

.dxreBoxBgZL3 {
  z-index: 61; }

.dxreFieldBgZL3 {
  z-index: 62; }

.dxreSelRangeZL3 {
  z-index: 63; }

.dxreBoxSpaceZL3 {
  z-index: 64; }

.dxreSelSearchZL3 {
  z-index: 65; }

.dxreSelRowZL3 {
  z-index: 66; }

.dxreBoxZL3 {
  z-index: 67; }

.dxreBookmarkZL3 {
  z-index: 68; }

.dxreTableBorderZL3 {
  z-index: 69; }

.dxreSelMisspZL3 {
  z-index: 70; }

.dxreSelCursorZL3 {
  z-index: 71; }

.dxreSelTouchBarZL3 {
  z-index: 72; }

.dxreTblCursorZL3 {
  z-index: 73; }

.dxreAnchoredPictureZL3 {
  z-index: 74; }

.dxreTextBoxZL3 {
  z-index: 75; }

.dxreTextBoxBgZL4 {
  z-index: 76; }

.dxreTblRowBgZL4 {
  z-index: 77; }

.dxreTblCellBgZL4 {
  z-index: 78; }

.dxreParBgZL4 {
  z-index: 79; }

.dxreBoxBgZL4 {
  z-index: 80; }

.dxreFieldBgZL4 {
  z-index: 81; }

.dxreSelRangeZL4 {
  z-index: 82; }

.dxreBoxSpaceZL4 {
  z-index: 83; }

.dxreSelSearchZL4 {
  z-index: 84; }

.dxreSelRowZL4 {
  z-index: 85; }

.dxreBoxZL4 {
  z-index: 86; }

.dxreBookmarkZL4 {
  z-index: 87; }

.dxreTableBorderZL4 {
  z-index: 88; }

.dxreSelMisspZL4 {
  z-index: 89; }

.dxreSelCursorZL4 {
  z-index: 90; }

.dxreSelTouchBarZL4 {
  z-index: 91; }

.dxreTblCursorZL4 {
  z-index: 92; }

.dxreAnchoredPictureZL4 {
  z-index: 93; }

.dxreTextBoxZL4 {
  z-index: 94; }

.dxreTextBoxBgZL5 {
  z-index: 95; }

.dxreTblRowBgZL5 {
  z-index: 96; }

.dxreTblCellBgZL5 {
  z-index: 97; }

.dxreParBgZL5 {
  z-index: 98; }

.dxreBoxBgZL5 {
  z-index: 99; }

.dxreFieldBgZL5 {
  z-index: 100; }

.dxreSelRangeZL5 {
  z-index: 101; }

.dxreBoxSpaceZL5 {
  z-index: 102; }

.dxreSelSearchZL5 {
  z-index: 103; }

.dxreSelRowZL5 {
  z-index: 104; }

.dxreBoxZL5 {
  z-index: 105; }

.dxreBookmarkZL5 {
  z-index: 106; }

.dxreTableBorderZL5 {
  z-index: 107; }

.dxreSelMisspZL5 {
  z-index: 108; }

.dxreSelCursorZL5 {
  z-index: 109; }

.dxreSelTouchBarZL5 {
  z-index: 110; }

.dxreTblCursorZL5 {
  z-index: 111; }

.dxreAnchoredPictureZL5 {
  z-index: 112; }

.dxreTextBoxZL5 {
  z-index: 113; }

.dxreTextBoxBgZL6 {
  z-index: 114; }

.dxreTblRowBgZL6 {
  z-index: 115; }

.dxreTblCellBgZL6 {
  z-index: 116; }

.dxreParBgZL6 {
  z-index: 117; }

.dxreBoxBgZL6 {
  z-index: 118; }

.dxreFieldBgZL6 {
  z-index: 119; }

.dxreSelRangeZL6 {
  z-index: 120; }

.dxreBoxSpaceZL6 {
  z-index: 121; }

.dxreSelSearchZL6 {
  z-index: 122; }

.dxreSelRowZL6 {
  z-index: 123; }

.dxreBoxZL6 {
  z-index: 124; }

.dxreBookmarkZL6 {
  z-index: 125; }

.dxreTableBorderZL6 {
  z-index: 126; }

.dxreSelMisspZL6 {
  z-index: 127; }

.dxreSelCursorZL6 {
  z-index: 128; }

.dxreSelTouchBarZL6 {
  z-index: 129; }

.dxreTblCursorZL6 {
  z-index: 130; }

.dxreAnchoredPictureZL6 {
  z-index: 131; }

.dxreTextBoxZL6 {
  z-index: 132; }

.dxreTextBoxBgZL7 {
  z-index: 133; }

.dxreTblRowBgZL7 {
  z-index: 134; }

.dxreTblCellBgZL7 {
  z-index: 135; }

.dxreParBgZL7 {
  z-index: 136; }

.dxreBoxBgZL7 {
  z-index: 137; }

.dxreFieldBgZL7 {
  z-index: 138; }

.dxreSelRangeZL7 {
  z-index: 139; }

.dxreBoxSpaceZL7 {
  z-index: 140; }

.dxreSelSearchZL7 {
  z-index: 141; }

.dxreSelRowZL7 {
  z-index: 142; }

.dxreBoxZL7 {
  z-index: 143; }

.dxreBookmarkZL7 {
  z-index: 144; }

.dxreTableBorderZL7 {
  z-index: 145; }

.dxreSelMisspZL7 {
  z-index: 146; }

.dxreSelCursorZL7 {
  z-index: 147; }

.dxreSelTouchBarZL7 {
  z-index: 148; }

.dxreTblCursorZL7 {
  z-index: 149; }

.dxreAnchoredPictureZL7 {
  z-index: 150; }

.dxreTextBoxZL7 {
  z-index: 151; }

.dxreTextBoxBgZL8 {
  z-index: 152; }

.dxreTblRowBgZL8 {
  z-index: 153; }

.dxreTblCellBgZL8 {
  z-index: 154; }

.dxreParBgZL8 {
  z-index: 155; }

.dxreBoxBgZL8 {
  z-index: 156; }

.dxreFieldBgZL8 {
  z-index: 157; }

.dxreSelRangeZL8 {
  z-index: 158; }

.dxreBoxSpaceZL8 {
  z-index: 159; }

.dxreSelSearchZL8 {
  z-index: 160; }

.dxreSelRowZL8 {
  z-index: 161; }

.dxreBoxZL8 {
  z-index: 162; }

.dxreBookmarkZL8 {
  z-index: 163; }

.dxreTableBorderZL8 {
  z-index: 164; }

.dxreSelMisspZL8 {
  z-index: 165; }

.dxreSelCursorZL8 {
  z-index: 166; }

.dxreSelTouchBarZL8 {
  z-index: 167; }

.dxreTblCursorZL8 {
  z-index: 168; }

.dxreAnchoredPictureZL8 {
  z-index: 169; }

.dxreTextBoxZL8 {
  z-index: 170; }

.dxreDebugTableColumnBound {
  position: absolute;
  color: green;
  text-align: left;
  opacity: 1;
  z-index: 100;
  border: 1px solid green; }

.dxreDebugTableRowBound {
  position: absolute;
  color: red;
  border-color: red;
  text-align: center;
  opacity: 0.6;
  z-index: 99;
  border: 1px solid red; }

.dxreDebugTableCellBound {
  position: absolute;
  color: blue;
  text-align: right;
  opacity: 0.7;
  z-index: 98;
  border: 1px solid blue; }

.dxreDebugPageAreaBounds {
  position: absolute;
  color: red;
  text-align: right;
  opacity: 1;
  z-index: 100;
  border: 1px solid red; }

.dxreDebugColumnBounds {
  position: absolute;
  color: blue;
  text-align: center;
  opacity: 0.7;
  z-index: 99;
  border: 1px solid blue; }

.dxreDebugRowBounds {
  position: absolute;
  color: green;
  text-align: left;
  opacity: 0.6;
  z-index: 98;
  border: 1px solid green; }

/* System */
.dxreControlSys {
  width: 1000px;
  height: 500px;
  box-sizing: border-box; }

.dxreMeasurer {
  position: absolute;
  top: -100000px;
  left: -100000px;
  overflow: hidden;
  line-height: normal; }

.dxreMeasurer pre {
  position: absolute;
  visibility: hidden;
  /* for bootstrap */
  white-space: pre !important;
  border: none;
  padding: 0;
  margin: 0;
  line-height: initial;
  word-break: initial;
  word-wrap: initial;
  border-radius: 0;
  display: initial; }

.dxreView {
  position: relative;
  overflow: auto;
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
  -ms-touch-action: pan-x pan-y pinch-zoom;
  touch-action: pan-x pan-y pinch-zoom; }

.dxreInputTargetContainer {
  position: absolute;
  overflow: hidden;
  height: 0; }

.dxreInputTarget {
  position: fixed;
  overflow: hidden;
  left: -1px;
  top: -1px;
  height: 0;
  width: 0;
  padding: 0;
  outline: none;
  border: none; }
  .dxTouchUI .dxreInputTarget {
    -webkit-user-select: auto;
    user-select: all;
    position: absolute;
    font-size: 1px;
    color: transparent;
    height: 1px;
    width: 1px; }
  .dxMacOSPlatform.dxSafari .dxreInputTarget {
    -webkit-user-select: auto;
    top: 0px;
    left: 0px;
    position: absolute; }
  .dxTouchUI.dxAndroidMobilePlatform .dxreInputTarget {
    font-size: inherit;
    opacity: 0; }
  .dxTouchUI.dxMacOSMobilePlatform .dxreInputTarget {
    font-size: 16px;
    margin-top: 10px;
    transform: scale(0);
    -webkit-transform: scale(0); }
    .dxTouchUI.dxMacOSMobilePlatform .dxreInputTarget:not(.dxreiOS16) {
      line-height: 0; }

.dxTouchUI .dxreControlSys .dxm-popupMain,
.dxTouchUI .dxreView,
.dxreControlSys {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dxre-pum-suggestionItem {
  font-weight: bold; }

.dxreControlSys .dxm-item .dxm-content.dxalink:focus {
  outline: none; }

.dxreBlackout {
  opacity: 0.4; }

.dxreControlSys .dxr-itemDisabled .dxr-img16,
.dxreControlSys .dxr-itemDisabled .dxr-img32 {
  opacity: .35;
  filter: alpha(opacity=35); }

.dxreDragCaret {
  position: absolute;
  width: 1px;
  border-left: 1px dotted black;
  z-index: 156; }

.dxre-helperFrame {
  top: -100px;
  left: -100px;
  overflow: hidden;
  position: absolute;
  border-style: none; }

.dxrePlaceholderDiv {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }

.dxrePopupTarget {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  margin: 0;
  padding: 0; }

/* System */
.dxreRuler .dxre-leftIndentDragHandleBody {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #929292;
  border-top: none;
  height: 6px; }

.dxRichEdit_CenterTabDragHandle, .dxRichEdit_ColumnSeparatorDragHandle, .dxRichEdit_DecimalTabDragHandle, .dxRichEdit_FirstLineIndentDragHandle, .dxRichEdit_LeftIndentDragHandle, .dxRichEdit_LeftTabDragHandle, .dxRichEdit_QuickSearchCloseButton, .dxRichEdit_QuickSearchCollapseButton, .dxRichEdit_QuickSearchNextButton, .dxRichEdit_QuickSearchPrevButton, .dxRichEdit_RightIndentDragHandle, .dxRichEdit_RightTabDragHandle {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAxCAMAAACBMCu/AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAmVBMVEUAAACYmJiZmZmBgYF/f39/f3+BgYHx8fH29vb///+ZmZlra2tMTEzv7+9eXl5LS0tVVVWSkpJ3d3c+Pj60tLRHR0dmZmZERERsbGxWVlZgYGBOTk5UVFRiYmLk5OT7+/u5ubnw8PDx8fDy8vL4+Pj6+vr49fb09PTw8fH+/v79/f1dXV1jY2NISEhXV1dYWFhlZWVDQ0NhYWG2UeyWAAAABXRSTlMAgX6gOE/klsIAAAFXSURBVHhezZLnboNAEAYX8B29uPeS3uv7P1zgvmwWWCuRpUjJ+MfuDeOzkEy/yyCwLYKBFo7gkMdf5IdAC4fN71rkVgtk9x2sFsj2DcbsgYUQxdmVwxhMqwWyS2CMG3XGR8BZ9Ikx0XUU1RkOjYJAdgOMcaPO+Ag4u3AYg2mVkAxSMlGShWF4GzLnVgtku7MWO6uFI5hAQ04CJU74h/wbEh/TT/qBl9TIwUflke6QSacrHx21O11Rgq5zuVSSoSPBh+plLKXyPN0l3EmF99D0q587VHipv2fU24ZMLdwHVewW2YYxGNIIoIrR8SYZbuMKnWz6NlGyyRf4tqOZ/Pz3t8nLyG2MbHiOCtAJpGlnSRfyZNbNECBbvRMzK45l28dGLJ+JKTYkFA8EqqoZ5ZqYquQtayjLjKaOpynNp+uX7YLS16LK3jgbf9Ja5tlyldKs2GTzMZ3EB3cxPZhYmxYHAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-color: transparent; }

.dxRichEdit_CenterTabDragHandle {
  background-position: -9px -42px;
  width: 8px;
  height: 6px; }

.dxRichEdit_ColumnSeparatorDragHandle {
  background-position: -30px -33px;
  width: 7px;
  height: 8px; }

.dxRichEdit_DecimalTabDragHandle {
  background-position: 0px -42px;
  width: 8px;
  height: 6px; }

.dxRichEdit_FirstLineIndentDragHandle {
  background-position: -20px -33px;
  width: 9px;
  height: 8px; }

.dxRichEdit_LeftIndentDragHandle {
  background-position: -10px -33px;
  width: 9px;
  height: 8px; }

.dxRichEdit_LeftTabDragHandle {
  background-position: -18px -42px;
  width: 6px;
  height: 6px; }

.dxRichEdit_QuickSearchCloseButton {
  background-position: -16px -18px;
  width: 15px;
  height: 14px; }

.dxRichEdit_QuickSearchCollapseButton {
  background-position: 0px -18px;
  width: 15px;
  height: 14px; }

.dxRichEdit_QuickSearchNextButton {
  background-position: 0px 0px;
  width: 16px;
  height: 17px; }

.dxRichEdit_QuickSearchPrevButton {
  background-position: -17px 0px;
  width: 16px;
  height: 17px; }

.dxRichEdit_RightIndentDragHandle {
  background-position: 0px -33px;
  width: 9px;
  height: 8px; }

.dxRichEdit_RightTabDragHandle {
  background-position: -25px -42px;
  width: 6px;
  height: 6px; }

.dx-ribbon .dx-toolbar .dx-toolbar-items-container {
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: content-box; }

.dx-ribbon .dx-tab-text {
  font-weight: 500; }

.dx-ribbon .dx-texteditor.dx-editor-filled,
.dx-toolbar-menu-section .dx-texteditor.dx-editor-filled {
  background-color: transparent; }

.dx-ribbon .dx-toolbar .dx-toolbar-items-container .dx-numberbox {
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px; }

.dx-ribbon .dx-tabs {
  border-width: 0; }

.dx-ribbon .dx-multiview-wrapper {
  border-left-width: 0;
  border-right-width: 0; }

.dx-ribbon.dx-tabpanel[class*='generic.'] > .dx-tabpanel-tabs .dx-tab.dx-tab-selected:first-of-type {
  box-shadow: inset -1px 0; }

.dx-ribbon.dx-tabpanel[class*='generic.'] > .dx-tabpanel-tabs .dx-tabs,
.dx-ribbon.dx-tabpanel[class*='generic.'] > .dx-tabpanel-tabs .dx-tab,
.dx-ribbon.dx-tabpanel[class*='generic.'] > .dx-tabpanel-tabs .dx-tabs-nav-button,
.dx-ribbon.dx-tabpanel[class*='generic.'] > .dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,
.dx-ribbon.dx-tabpanel[class*='generic.'] > .dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type {
  box-shadow: inset 0 -1px; }

.dx-ribbon.dx-tabpanel[class*='generic.'] > .dx-tabpanel-tabs .dx-tab.dx-tab-selected,
.dx-ribbon.dx-tabpanel[class*='generic.'] > .dx-tabpanel-tabs .dx-tabs-scrollable .dx-tab.dx-tab-selected:first-of-type {
  box-shadow: inset -1px 0, inset 1px 0; }

.dx-ribbon .dx-toolbar .dx-toolbar-item {
  padding: 0; }

.dx-ribbon .dx-toolbar-item .dx-button {
  margin-left: 1px;
  margin-right: 1px; }

.dx-ribbon .dx-toolbar-item .dx-selectbox {
  margin: 0 6px; }

.dx-ribbon .dx-toolbar-before {
  padding-left: 8px; }

.dx-ribbon .dx-r-separator,
.dx-toolbar-menu-section .dx-r-separator {
  border-style: solid;
  border-width: 0; }

.dx-ribbon .dx-r-separator-container {
  height: 2.6em; }

.dx-ribbon .dx-r-separator {
  margin: 0 7px 0 8px;
  border-right-width: 1px;
  height: 100%; }

.dx-toolbar-menu-section .dx-r-separator {
  margin: 0 -16px 0 -16px;
  border-bottom-width: 1px;
  height: 0; }

.dx-ribbon-item.dx-colorbox .dx-colorbox-color-result-preview {
  cursor: pointer; }

.dx-toolbar-menu-section .dx-ribbon-item.dx-numberbox,
.dx-toolbar-menu-section .dx-ribbon-item.dx-colorbox,
.dx-toolbar-menu-section .dx-ribbon-item.dx-selectbox,
.dx-toolbar-menu-section .dx-ribbon-item .dx-menu-items-container,
.dx-toolbar-menu-section .dx-ribbon-item .dx-menu-items-container .dx-menu-item-wrapper {
  width: 100% !important; }

.dx-ribbon .dx-menu .dx-menu-item .dx-menu-item-content {
  padding-right: 8px;
  padding-left: 8px; }

.dx-ribbon[class*="material"] .dx-menu-base.dx-ribbon-item :not(.dx-submenu) .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

.dx-ribbon[class*="material"] .dx-dropdowneditor.dx-editor-filled::after {
  border-bottom-color: transparent; }

.dx-ribbon .dx-menu-base.dx-ribbon-item.dx-showTextInMenu :not(.dx-submenu) .dx-menu-item .dx-menu-item-content .dx-menu-item-text, .dx-ribbon .dx-menu-base.dx-ribbon-item.dx-showTextInMenu :not(.dx-submenu) .dx-menu-item .dx-menu-item-content .dx-menu-item-popout:before {
  display: none; }

.dx-toolbar-menu-section .dx-menu-base.dx-ribbon-item.dx-showTextInMenu :not(.dx-submenu) .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  display: inline; }

.dx-menu.dx-ribbon-item .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon {
  margin-right: 12px; }

.dx-ribbon .dx-menu.dx-ribbon-item.dx-showTextInMenu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon {
  margin-right: 0; }

.dx-ribbon .dx-toolbar-menu-container .dx-dropdownmenu-button {
  margin-right: 10px;
  border-width: 0; }

@font-face {
  font-family: "dxre-icons";
  src: url("./icons/dxre-icons.woff2") format("woff2"), url("./icons/dxre-icons.woff") format("woff"), url("./icons/dxre-icons.ttf") format("truetype"); }

.dxre-icon-ContinueNumbering:before, .dxre-icon-FloatingObjectLayoutOptions:before, .dxre-icon-Font:before, .dxre-icon-Paragraph:before, .dxre-icon-RestartNumbering:before, .dxre-icon-SelectAll:before, .dxre-icon-ToggleFieldCodes:before, .dxre-icon-UpdateField:before, .dxre-icon-DeleteHyperlink:before, .dxre-icon-Download:before, .dxre-icon-DocumentProperties:before, .dxre-icon-DocumentStatistics:before, .dxre-icon-New:before, .dxre-icon-Open:before, .dxre-icon-Preview:before, .dxre-icon-Print:before, .dxre-icon-PrintDialog:before, .dxre-icon-Redo:before, .dxre-icon-Save:before, .dxre-icon-SaveAs:before, .dxre-icon-Undo:before, .dxre-icon-FloatingObjectAlignment:before, .dxre-icon-FloatingObjectTextWrapType:before, .dxre-icon-ClearHeaderAndFooter:before, .dxre-icon-DifferentFirstPage:before, .dxre-icon-DifferentOddAndEvenPages:before, .dxre-icon-GoToFooter:before, .dxre-icon-GoToHeader:before, .dxre-icon-LinkToPrevious:before, .dxre-icon-ShowNext:before, .dxre-icon-ShowPrevious:before, .dxre-icon-AlignCenter:before, .dxre-icon-AlignJustify:before, .dxre-icon-AlignLeft:before, .dxre-icon-AlignRight:before, .dxre-icon-Bold:before, .dxre-icon-ChangeFontStyle:before, .dxre-icon-ChangeTextCase:before, .dxre-icon-ClearFormatting:before, .dxre-icon-Copy:before, .dxre-icon-Cut:before, .dxre-icon-Find:before, .dxre-icon-FontColor:before, .dxre-icon-FontSize:before, .dxre-icon-FontSizeDecrease:before, .dxre-icon-FontSizeIncrease:before, .dxre-icon-Highlight:before, .dxre-icon-IndentDecrease:before, .dxre-icon-IndentIncrease:before, .dxre-icon-Italic:before, .dxre-icon-LineSpacing:before, .dxre-icon-ListBullets:before, .dxre-icon-ListMultilevel:before, .dxre-icon-ListNumbers:before, .dxre-icon-Paste:before, .dxre-icon-PasteSpecial:before, .dxre-icon-Replace:before, .dxre-icon-Shading:before, .dxre-icon-ShowHidden:before, .dxre-icon-Strikeout:before, .dxre-icon-StrikeoutDouble:before, .dxre-icon-Subscript:before, .dxre-icon-Superscript:before, .dxre-icon-Underline:before, .dxre-icon-UnderlineDouble:before, .dxre-icon-Hyperlink:before, .dxre-icon-Bookmark:before, .dxre-icon-Footer:before, .dxre-icon-Header:before, .dxre-icon-InsertFloatingObjectImage:before, .dxre-icon-InsertImage:before, .dxre-icon-InsertPageBreak:before, .dxre-icon-InsertPageCount:before, .dxre-icon-InsertPageNumber:before, .dxre-icon-InsertTable:before, .dxre-icon-InsertTextBox:before, .dxre-icon-PageBreak:before, .dxre-icon-Symbol:before, .dxre-icon-InsertSectionBreakContinuous:before, .dxre-icon-CustomizeMergeField:before, .dxre-icon-First:before, .dxre-icon-InsertDataField:before, .dxre-icon-Last:before, .dxre-icon-MailMerge:before, .dxre-icon-Next:before, .dxre-icon-Prev:before, .dxre-icon-ShowAllFieldCodes:before, .dxre-icon-ShowAllFieldResults:before, .dxre-icon-ViewMergedData:before, .dxre-icon-Columns:before, .dxre-icon-ColumnsOne:before, .dxre-icon-ColumnsThree:before, .dxre-icon-ColumnsTwo:before, .dxre-icon-InsertColumnBreak:before, .dxre-icon-InsertSectionBreakEvenPage:before, .dxre-icon-InsertSectionBreakNextPage:before, .dxre-icon-InsertSectionBreakOddPage:before, .dxre-icon-LineNumbering:before, .dxre-icon-PageColor:before, .dxre-icon-PageMargins:before, .dxre-icon-PageMarginsModerate:before, .dxre-icon-PageMarginsNarrow:before, .dxre-icon-PageMarginsNormal:before, .dxre-icon-PageMarginsWide:before, .dxre-icon-PageOrientation:before, .dxre-icon-PageOrientationLandscape:before, .dxre-icon-PageOrientationPortrait:before, .dxre-icon-PaperSize:before, .dxre-icon-AlignFloatingObjectBottomCenter:before, .dxre-icon-AlignFloatingObjectBottomLeft:before, .dxre-icon-AlignFloatingObjectBottomRight:before, .dxre-icon-AlignFloatingObjectMiddleCenter:before, .dxre-icon-AlignFloatingObjectMiddleLeft:before, .dxre-icon-AlignFloatingObjectMiddleRight:before, .dxre-icon-AlignFloatingObjectTopCenter:before, .dxre-icon-AlignFloatingObjectTopLeft:before, .dxre-icon-AlignFloatingObjectTopRight:before, .dxre-icon-FloatingObjectBringForward:before, .dxre-icon-FloatingObjectBringInFrontOfText:before, .dxre-icon-FloatingObjectBringToFront:before, .dxre-icon-FloatingObjectFillColor:before, .dxre-icon-FloatingObjectOutlineColor:before, .dxre-icon-FloatingObjectSendBackward:before, .dxre-icon-FloatingObjectSendBehindText:before, .dxre-icon-FloatingObjectSendToBack:before, .dxre-icon-TextWrapBehind:before, .dxre-icon-TextWrapInFrontOfText:before, .dxre-icon-TextWrapInline:before, .dxre-icon-TextWrapSquare:before, .dxre-icon-TextWrapThrough:before, .dxre-icon-TextWrapTight:before, .dxre-icon-TextWrapTopAndBottom:before, .dxre-icon-AddParagraphToTableOfContents:before, .dxre-icon-InsertCaption:before, .dxre-icon-InsertFigureCaption:before, .dxre-icon-InsertTableCaption:before, .dxre-icon-InsertTableOfCaptions:before, .dxre-icon-InsertTableOfContents:before, .dxre-icon-InsertTableOfEquations:before, .dxre-icon-UpdateTableOfContents:before, .dxre-icon-DeleteComment:before, .dxre-icon-EditRangePermission:before, .dxre-icon-Language:before, .dxre-icon-NewComment:before, .dxre-icon-NextComment:before, .dxre-icon-PreviousComment:before, .dxre-icon-ProtectDocument:before, .dxre-icon-Reviewers:before, .dxre-icon-ReviewingPane:before, .dxre-icon-ShowComments:before, .dxre-icon-SpellCheck:before, .dxre-icon-SpellCheckAsYouType:before, .dxre-icon-UnprotectDocument:before, .dxre-icon-AlignBottomCenter:before, .dxre-icon-AlignBottomLeft:before, .dxre-icon-AlignBottomRight:before, .dxre-icon-AlignMiddleCenter:before, .dxre-icon-AlignMiddleLeft:before, .dxre-icon-AlignMiddleRight:before, .dxre-icon-AlignTopCenter:before, .dxre-icon-AlignTopLeft:before, .dxre-icon-AlignTopRight:before, .dxre-icon-BorderBottom:before, .dxre-icon-BorderInsideHorizontal:before, .dxre-icon-BorderInsideVertical:before, .dxre-icon-BorderLeft:before, .dxre-icon-BorderNone:before, .dxre-icon-BorderOutside:before, .dxre-icon-BorderRight:before, .dxre-icon-BordersAll:before, .dxre-icon-BordersInside:before, .dxre-icon-BorderTop:before, .dxre-icon-DeleteTable:before, .dxre-icon-DeleteTableCells:before, .dxre-icon-DeleteTableColumns:before, .dxre-icon-DeleteTableRows:before, .dxre-icon-InsertTableCells:before, .dxre-icon-InsertTableColumnsToTheLeft:before, .dxre-icon-InsertTableColumnsToTheRight:before, .dxre-icon-InsertTableRowsAbove:before, .dxre-icon-InsertTableRowsBelow:before, .dxre-icon-MergeTableCells:before, .dxre-icon-PenColor:before, .dxre-icon-Select:before, .dxre-icon-SelectTable:before, .dxre-icon-SelectTableCell:before, .dxre-icon-SelectTableColumn:before, .dxre-icon-SelectTableRow:before, .dxre-icon-SplitTable:before, .dxre-icon-SplitTableCells:before, .dxre-icon-TableAutoFitContents:before, .dxre-icon-TableAutoFitWindow:before, .dxre-icon-TableCellMargins:before, .dxre-icon-TableFixedColumnWidth:before, .dxre-icon-TableProperties:before, .dxre-icon-ViewTableGridlines:before, .dxre-icon-DraftView:before, .dxre-icon-FullScreen:before, .dxre-icon-PrintLayoutView:before, .dxre-icon-RulerHorizontal:before, .dxre-icon-RulerVertical:before, .dxre-icon-SimpleView:before, .dxre-icon-ZoomIn:before, .dxre-icon-ZoomOut:before {
  font-family: "dxre-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.dxre-icon-ContinueNumbering:before {
  content: ""; }

.dxre-icon-FloatingObjectLayoutOptions:before {
  content: ""; }

.dxre-icon-Font:before {
  content: ""; }

.dxre-icon-Paragraph:before {
  content: ""; }

.dxre-icon-RestartNumbering:before {
  content: ""; }

.dxre-icon-SelectAll:before {
  content: ""; }

.dxre-icon-ToggleFieldCodes:before {
  content: ""; }

.dxre-icon-UpdateField:before {
  content: ""; }

.dxre-icon-DeleteHyperlink:before {
  content: ""; }

.dxre-icon-Download:before {
  content: ""; }

.dxre-icon-DocumentProperties:before {
  content: ""; }

.dxre-icon-DocumentStatistics:before {
  content: ""; }

.dxre-icon-New:before {
  content: ""; }

.dxre-icon-Open:before {
  content: ""; }

.dxre-icon-Preview:before {
  content: ""; }

.dxre-icon-Print:before {
  content: ""; }

.dxre-icon-PrintDialog:before {
  content: ""; }

.dxre-icon-Redo:before {
  content: ""; }

.dxre-icon-Save:before {
  content: ""; }

.dxre-icon-SaveAs:before {
  content: ""; }

.dxre-icon-Undo:before {
  content: ""; }

.dxre-icon-FloatingObjectAlignment:before {
  content: ""; }

.dxre-icon-FloatingObjectTextWrapType:before {
  content: ""; }

.dxre-icon-ClearHeaderAndFooter:before {
  content: ""; }

.dxre-icon-DifferentFirstPage:before {
  content: ""; }

.dxre-icon-DifferentOddAndEvenPages:before {
  content: ""; }

.dxre-icon-GoToFooter:before {
  content: ""; }

.dxre-icon-GoToHeader:before {
  content: ""; }

.dxre-icon-LinkToPrevious:before {
  content: ""; }

.dxre-icon-ShowNext:before {
  content: ""; }

.dxre-icon-ShowPrevious:before {
  content: ""; }

.dxre-icon-AlignCenter:before {
  content: ""; }

.dxre-icon-AlignJustify:before {
  content: ""; }

.dxre-icon-AlignLeft:before {
  content: ""; }

.dxre-icon-AlignRight:before {
  content: ""; }

.dxre-icon-Bold:before {
  content: ""; }

.dxre-icon-ChangeFontStyle:before {
  content: ""; }

.dxre-icon-ChangeTextCase:before {
  content: ""; }

.dxre-icon-ClearFormatting:before {
  content: ""; }

.dxre-icon-Copy:before {
  content: ""; }

.dxre-icon-Cut:before {
  content: ""; }

.dxre-icon-Find:before {
  content: ""; }

.dxre-icon-FontColor:before {
  content: ""; }

.dxre-icon-FontSize:before {
  content: ""; }

.dxre-icon-FontSizeDecrease:before {
  content: ""; }

.dxre-icon-FontSizeIncrease:before {
  content: ""; }

.dxre-icon-Highlight:before {
  content: ""; }

.dxre-icon-IndentDecrease:before {
  content: ""; }

.dxre-icon-IndentIncrease:before {
  content: ""; }

.dxre-icon-Italic:before {
  content: ""; }

.dxre-icon-LineSpacing:before {
  content: ""; }

.dxre-icon-ListBullets:before {
  content: ""; }

.dxre-icon-ListMultilevel:before {
  content: ""; }

.dxre-icon-ListNumbers:before {
  content: ""; }

.dxre-icon-Paste:before {
  content: ""; }

.dxre-icon-PasteSpecial:before {
  content: ""; }

.dxre-icon-Replace:before {
  content: ""; }

.dxre-icon-Shading:before {
  content: ""; }

.dxre-icon-ShowHidden:before {
  content: ""; }

.dxre-icon-Strikeout:before {
  content: ""; }

.dxre-icon-StrikeoutDouble:before {
  content: ""; }

.dxre-icon-Subscript:before {
  content: ""; }

.dxre-icon-Superscript:before {
  content: ""; }

.dxre-icon-Underline:before {
  content: ""; }

.dxre-icon-UnderlineDouble:before {
  content: ""; }

.dxre-icon-Hyperlink:before {
  content: ""; }

.dxre-icon-Bookmark:before {
  content: ""; }

.dxre-icon-Footer:before {
  content: ""; }

.dxre-icon-Header:before {
  content: ""; }

.dxre-icon-InsertFloatingObjectImage:before {
  content: ""; }

.dxre-icon-InsertImage:before {
  content: ""; }

.dxre-icon-InsertPageBreak:before {
  content: ""; }

.dxre-icon-InsertPageCount:before {
  content: ""; }

.dxre-icon-InsertPageNumber:before {
  content: ""; }

.dxre-icon-InsertTable:before {
  content: ""; }

.dxre-icon-InsertTextBox:before {
  content: ""; }

.dxre-icon-PageBreak:before {
  content: ""; }

.dxre-icon-Symbol:before {
  content: ""; }

.dxre-icon-InsertSectionBreakContinuous:before {
  content: ""; }

.dxre-icon-CustomizeMergeField:before {
  content: ""; }

.dxre-icon-First:before {
  content: ""; }

.dxre-icon-InsertDataField:before {
  content: ""; }

.dxre-icon-Last:before {
  content: ""; }

.dxre-icon-MailMerge:before {
  content: ""; }

.dxre-icon-Next:before {
  content: ""; }

.dxre-icon-Prev:before {
  content: ""; }

.dxre-icon-ShowAllFieldCodes:before {
  content: ""; }

.dxre-icon-ShowAllFieldResults:before {
  content: ""; }

.dxre-icon-ViewMergedData:before {
  content: ""; }

.dxre-icon-Columns:before {
  content: ""; }

.dxre-icon-ColumnsOne:before {
  content: ""; }

.dxre-icon-ColumnsThree:before {
  content: ""; }

.dxre-icon-ColumnsTwo:before {
  content: ""; }

.dxre-icon-InsertColumnBreak:before {
  content: ""; }

.dxre-icon-InsertSectionBreakEvenPage:before {
  content: ""; }

.dxre-icon-InsertSectionBreakNextPage:before {
  content: ""; }

.dxre-icon-InsertSectionBreakOddPage:before {
  content: ""; }

.dxre-icon-LineNumbering:before {
  content: ""; }

.dxre-icon-PageColor:before {
  content: ""; }

.dxre-icon-PageMargins:before {
  content: ""; }

.dxre-icon-PageMarginsModerate:before {
  content: ""; }

.dxre-icon-PageMarginsNarrow:before {
  content: ""; }

.dxre-icon-PageMarginsNormal:before {
  content: ""; }

.dxre-icon-PageMarginsWide:before {
  content: ""; }

.dxre-icon-PageOrientation:before {
  content: ""; }

.dxre-icon-PageOrientationLandscape:before {
  content: ""; }

.dxre-icon-PageOrientationPortrait:before {
  content: ""; }

.dxre-icon-PaperSize:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectBottomCenter:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectBottomLeft:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectBottomRight:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectMiddleCenter:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectMiddleLeft:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectMiddleRight:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectTopCenter:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectTopLeft:before {
  content: ""; }

.dxre-icon-AlignFloatingObjectTopRight:before {
  content: ""; }

.dxre-icon-FloatingObjectBringForward:before {
  content: ""; }

.dxre-icon-FloatingObjectBringInFrontOfText:before {
  content: ""; }

.dxre-icon-FloatingObjectBringToFront:before {
  content: ""; }

.dxre-icon-FloatingObjectFillColor:before {
  content: ""; }

.dxre-icon-FloatingObjectOutlineColor:before {
  content: ""; }

.dxre-icon-FloatingObjectSendBackward:before {
  content: ""; }

.dxre-icon-FloatingObjectSendBehindText:before {
  content: ""; }

.dxre-icon-FloatingObjectSendToBack:before {
  content: ""; }

.dxre-icon-TextWrapBehind:before {
  content: ""; }

.dxre-icon-TextWrapInFrontOfText:before {
  content: ""; }

.dxre-icon-TextWrapInline:before {
  content: ""; }

.dxre-icon-TextWrapSquare:before {
  content: ""; }

.dxre-icon-TextWrapThrough:before {
  content: ""; }

.dxre-icon-TextWrapTight:before {
  content: ""; }

.dxre-icon-TextWrapTopAndBottom:before {
  content: ""; }

.dxre-icon-AddParagraphToTableOfContents:before {
  content: ""; }

.dxre-icon-InsertCaption:before {
  content: ""; }

.dxre-icon-InsertFigureCaption:before {
  content: ""; }

.dxre-icon-InsertTableCaption:before {
  content: ""; }

.dxre-icon-InsertTableOfCaptions:before {
  content: ""; }

.dxre-icon-InsertTableOfContents:before {
  content: ""; }

.dxre-icon-InsertTableOfEquations:before {
  content: ""; }

.dxre-icon-UpdateTableOfContents:before {
  content: ""; }

.dxre-icon-DeleteComment:before {
  content: ""; }

.dxre-icon-EditRangePermission:before {
  content: ""; }

.dxre-icon-Language:before {
  content: ""; }

.dxre-icon-NewComment:before {
  content: ""; }

.dxre-icon-NextComment:before {
  content: ""; }

.dxre-icon-PreviousComment:before {
  content: ""; }

.dxre-icon-ProtectDocument:before {
  content: ""; }

.dxre-icon-Reviewers:before {
  content: ""; }

.dxre-icon-ReviewingPane:before {
  content: ""; }

.dxre-icon-ShowComments:before {
  content: ""; }

.dxre-icon-SpellCheck:before {
  content: ""; }

.dxre-icon-SpellCheckAsYouType:before {
  content: ""; }

.dxre-icon-UnprotectDocument:before {
  content: ""; }

.dxre-icon-AlignBottomCenter:before {
  content: ""; }

.dxre-icon-AlignBottomLeft:before {
  content: ""; }

.dxre-icon-AlignBottomRight:before {
  content: ""; }

.dxre-icon-AlignMiddleCenter:before {
  content: ""; }

.dxre-icon-AlignMiddleLeft:before {
  content: ""; }

.dxre-icon-AlignMiddleRight:before {
  content: ""; }

.dxre-icon-AlignTopCenter:before {
  content: ""; }

.dxre-icon-AlignTopLeft:before {
  content: ""; }

.dxre-icon-AlignTopRight:before {
  content: ""; }

.dxre-icon-BorderBottom:before {
  content: ""; }

.dxre-icon-BorderInsideHorizontal:before {
  content: ""; }

.dxre-icon-BorderInsideVertical:before {
  content: ""; }

.dxre-icon-BorderLeft:before {
  content: ""; }

.dxre-icon-BorderNone:before {
  content: ""; }

.dxre-icon-BorderOutside:before {
  content: ""; }

.dxre-icon-BorderRight:before {
  content: ""; }

.dxre-icon-BordersAll:before {
  content: ""; }

.dxre-icon-BordersInside:before {
  content: ""; }

.dxre-icon-BorderTop:before {
  content: ""; }

.dxre-icon-DeleteTable:before {
  content: ""; }

.dxre-icon-DeleteTableCells:before {
  content: ""; }

.dxre-icon-DeleteTableColumns:before {
  content: ""; }

.dxre-icon-DeleteTableRows:before {
  content: ""; }

.dxre-icon-InsertTableCells:before {
  content: ""; }

.dxre-icon-InsertTableColumnsToTheLeft:before {
  content: ""; }

.dxre-icon-InsertTableColumnsToTheRight:before {
  content: ""; }

.dxre-icon-InsertTableRowsAbove:before {
  content: ""; }

.dxre-icon-InsertTableRowsBelow:before {
  content: ""; }

.dxre-icon-MergeTableCells:before {
  content: ""; }

.dxre-icon-PenColor:before {
  content: ""; }

.dxre-icon-Select:before {
  content: ""; }

.dxre-icon-SelectTable:before {
  content: ""; }

.dxre-icon-SelectTableCell:before {
  content: ""; }

.dxre-icon-SelectTableColumn:before {
  content: ""; }

.dxre-icon-SelectTableRow:before {
  content: ""; }

.dxre-icon-SplitTable:before {
  content: ""; }

.dxre-icon-SplitTableCells:before {
  content: ""; }

.dxre-icon-TableAutoFitContents:before {
  content: ""; }

.dxre-icon-TableAutoFitWindow:before {
  content: ""; }

.dxre-icon-TableCellMargins:before {
  content: ""; }

.dxre-icon-TableFixedColumnWidth:before {
  content: ""; }

.dxre-icon-TableProperties:before {
  content: ""; }

.dxre-icon-ViewTableGridlines:before {
  content: ""; }

.dxre-icon-DraftView:before {
  content: ""; }

.dxre-icon-FullScreen:before {
  content: ""; }

.dxre-icon-PrintLayoutView:before {
  content: ""; }

.dxre-icon-RulerHorizontal:before {
  content: ""; }

.dxre-icon-RulerVertical:before {
  content: ""; }

.dxre-icon-SimpleView:before {
  content: ""; }

.dxre-icon-ZoomIn:before {
  content: ""; }

.dxre-icon-ZoomOut:before {
  content: ""; }

/**
* DevExpress Analytics (dist\css\dx-analytics.common.css)
* Version:  21.2.15
* Build date: Dec 12, 2023
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
.dx-fileimage-input-wrapper {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.dx-rtl .dx-font-content .dx-font-styles-content {
  margin-left: 16px;
  margin-right: 0;
}
.dx-font-content .dx-font-styles-content {
  margin-right: 16px;
}
.dx-font-content .dx-font-styles-content .dx-font-style-button {
  width: 24px;
  height: 24px;
  background-size: 12px 12px;
  display: inline-block;
  background-position: center;
  position: relative;
}
.dx-font-content .dx-font-styles-content .dx-font-style-button svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-rtl .dx-editors .dx-fieldset .dx-field {
  padding-right: 14px;
  padding-left: 16px;
}
.dx-rtl .dx-editors .dx-fieldset .dx-field .dx-field-label {
  padding-left: 15px;
  padding-right: 0;
}
.dx-rtl .dx-editors .dx-group-header-font {
  padding-right: 15px;
  padding-left: 0;
}
.dx-rtl .dx-editors .dx-group-header {
  padding-right: 13px;
  padding-left: 0;
}
.dx-rtl .dx-editors .dx-group-header-text {
  padding-right: 3px;
  padding-left: 0;
}
.dx-rtl .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  right: 16px;
  left: 60%;
  float: right;
  padding-left: 15px;
}
.dx-rtl .dx-editors .dx-editor .dx-field-label.dx-accordion-header.dx-accordion-empty {
  left: 8px;
  right: 16px;
}
.dx-rtl .dx-string-array-container {
  margin-left: 16px;
  margin-right: 19px;
}
.dx-list-item .dx-list-item-content .dx-listitem-with-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-editors .dx-widget .dx-dropdowneditor-icon {
  padding: 0;
}
.dx-editors .dx-image-padding {
  padding: 12px;
}
.dx-editors .dx-disabled-button {
  opacity: 0.3;
}
.dx-editors .dx-field-value.dx-checkbox,
.dx-editors .dx-field-value:not(.dx-widget) > .dx-checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dx-editors .dx-fieldset {
  margin: 0;
  padding: 0;
}
.dx-editors .dx-fieldset .dx-field {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 16px;
  min-height: 26px;
  box-sizing: content-box;
  margin: 0;
}
.dx-editors .dx-fieldset .dx-field .dx-field-label {
  padding-top: 6px;
  font-size: 11px;
  width: 30%;
}
.dx-editors .dx-fieldset .dx-field .dx-field-value {
  padding: 0;
  position: relative;
}
.dx-editors .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  margin-top: 0;
}
.dx-editors .dx-fieldset .dx-field .dx-field-value .dx-datebox-container > .dx-widget {
  margin-right: 0;
  margin-left: 0;
  min-width: 100%;
}
.dx-editors .dx-group-header-font {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 15px;
}
.dx-editors .dx-group-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
}
.dx-editors .dx-group-header-text {
  padding-left: 3px;
}
.dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  position: absolute;
  left: 16px;
  right: 60%;
  width: auto;
  padding-right: 15px;
}
.dx-editors .dx-editor .dx-field-label.dx-accordion-header .propertygrid-editor-collapsed {
  top: 7px;
}
.dx-editors .dx-editor .dx-field-label.dx-accordion-header.dx-accordion-empty {
  right: 8px;
}
.dx-collapsing-image {
  padding: 4.5px;
  transition: transform 0.4s;
  position: relative;
}
.dx-collapsing-image svg {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-rtl .dx-collapsing-image {
  transform: rotate(180deg);
}
.dx-rtl .dx-image-expanded,
.dx-rtl .dx-image-expanded.dx-collapsing-image,
.dx-image-expanded {
  transform: rotate(90deg);
}
.propertygrid-editor-displayName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.propertygrid-editor-collapsed {
  position: absolute;
  top: 14px;
}
.dx-ellipsis-button .dx-dropdowneditor-icon:before {
  content: "";
}
.dx-ellipsis-button .dx-ellipsis-image {
  background-size: 16px 16px;
  background-position: center;
  position: relative;
}
.dx-ellipsis-button .dx-ellipsis-image svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-string-array-container {
  height: 86px;
  margin-right: 16px;
  margin-left: 19px;
}
.dx-string-array-container .dx-string-array-textarea {
  height: 100%;
  width: 100%;
  resize: none;
}
.dx-rtl .dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper {
  float: left;
}
.dx-rtl .dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action {
  margin-left: 4px;
  margin-right: 0;
}
.dx-rtl .dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .dx-group-header-font {
  padding-left: 5px;
  padding-right: 15px;
}
.dx-editors .dx-field-value > .dx-collectioneditor-action {
  margin-top: 0px;
}
.dx-editors .dx-collection-item > .dx-field > .dx-field-value > .dx-collectioneditor-action {
  margin-top: 1px;
}
.dx-editors .dx-collectioneditor-action {
  width: 24px;
  height: 24px;
  padding: 0px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-empty {
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-empty .dx-collectioneditor-empty-text {
  vertical-align: middle;
  line-height: 26px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-items .dx-collectioneditor-item-container .dx-collection-item .dx-field {
  background-color: transparent;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-items .dx-collectioneditor-item-container .dx-collection-item .dx-field .dx-field-value .dx-dropdowneditor {
  top: inherit;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper {
  display: flex;
  float: right;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action {
  margin-left: 4px;
  margin-right: 0;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action .dx-button-content {
  padding: 0;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action-separator {
  width: 11px;
  height: 1px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-header-text {
  padding-top: 6px;
  font-size: 11px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .propertygrid-editor-collapsed {
  top: 13px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .dx-group-header-font {
  padding-right: 5px;
}
.dx-ellipsiseditor {
  position: relative;
}
.dx-ellipsiseditor.dx-rtl .dx-ellipsiseditor-button {
  float: left;
}
.dx-ellipsiseditor .dx-texteditor-container {
  width: auto;
}
.dx-ellipsiseditor .dx-texteditor-container .dx-texteditor-input {
  text-overflow: ellipsis;
}
.dx-ellipsiseditor .dx-texteditor-container .dx-texteditor-input::-ms-clear {
  width: 0;
  height: 0;
}
.dx-ellipsiseditor.dx-texteditor.dx-ellipsiseditor-warning:not(.dx-invalid) {
  border-color: #f0ad4e;
}
.dx-ellipsiseditor.dx-texteditor.dx-ellipsiseditor-warning:not(.dx-invalid) .dx-texteditor-input-container:after {
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  background-color: #f0ad4e;
  color: #fff;
  content: '!';
  border-radius: 50%;
  right: 4px;
}
.dx-ellipsiseditor-button {
  width: 2em;
  float: right;
  cursor: pointer;
}
.dx-ellipsiseditor-icon {
  background-position: center;
  background-repeat: no-repeat;
}

.dx-popup-general .dx-texteditor:not(.dxrd-multiline) {
  height: 26px;
  /*.dx-numberbox-spin-container {
            width: @texteditor-button-width;
        }*/
}
.dx-popup-general .dx-texteditor:not(.dxrd-multiline) .dx-texteditor-input {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
}
.dx-popup-general .dx-texteditor:not(.dxrd-multiline) .dx-placeholder {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -2px;
}
.dx-popup-general .dx-overlay-content .dx-toolbar.dx-popup-bottom {
  height: 75px;
}
.dx-popup-general .dx-overlay-content .dx-toolbar.dx-popup-bottom .dx-toolbar-items-container {
  height: 100%;
}
.dx-popup-general .dx-overlay-content .dx-toolbar.dx-popup-bottom .dx-toolbar-after {
  padding-top: 8px;
}
.dx-image-filtereditor-add {
  opacity: 0.5;
}
.dx-image-filtereditor-add:hover {
  opacity: 1;
}
.dx-image-filtereditor-edit {
  opacity: 0.7;
}
.dx-image-filtereditor-edit:hover {
  opacity: 1;
}
.dx-image-filtereditor-remove {
  opacity: 0.5;
}
.dx-image-filtereditor-remove:hover {
  opacity: 1;
}
.dx-sql_editor.ace_editor {
  font-size: 1em;
  height: 100%;
  width: 100%;
}
.dx-sql_editor.dx-disabled-ace {
  opacity: 0.65;
}
.dx-sql_editor.dx-disabled-ace .ace_cursor {
  display: none;
}
.dxrd-scripts-editor.ace_editor .ace_gutter,
.dx-sql_editor.ace_editor .ace_gutter,
.dx-expressioneditor-textarea.ace_editor .ace_gutter,
.dxd-wizard-jsoneditor.ace_editor .ace_gutter,
.dx-filtereditor-ace.ace_editor .ace_gutter {
  background-image: none;
  border-right-width: 1px;
  border-right-style: solid;
  text-shadow: none;
}
.dxrd-scripts-editor.ace_editor .ace_gutter .ace_gutter-layer,
.dx-sql_editor.ace_editor .ace_gutter .ace_gutter-layer,
.dx-expressioneditor-textarea.ace_editor .ace_gutter .ace_gutter-layer,
.dxd-wizard-jsoneditor.ace_editor .ace_gutter .ace_gutter-layer,
.dx-filtereditor-ace.ace_editor .ace_gutter .ace_gutter-layer {
  background-image: none;
}
.dxrd-scripts-editor.ace_editor .ace_scroller,
.dx-sql_editor.ace_editor .ace_scroller,
.dx-expressioneditor-textarea.ace_editor .ace_scroller,
.dxd-wizard-jsoneditor.ace_editor .ace_scroller,
.dx-filtereditor-ace.ace_editor .ace_scroller {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.dxrd-scripts-editor.ace_editor .ace_scroller .ace_text-layer,
.dx-sql_editor.ace_editor .ace_scroller .ace_text-layer,
.dx-expressioneditor-textarea.ace_editor .ace_scroller .ace_text-layer,
.dxd-wizard-jsoneditor.ace_editor .ace_scroller .ace_text-layer,
.dx-filtereditor-ace.ace_editor .ace_scroller .ace_text-layer {
  background-image: none;
}
.dxrd-scripts-editor.ace_editor .ace_tooltip,
.dx-sql_editor.ace_editor .ace_tooltip,
.dx-expressioneditor-textarea.ace_editor .ace_tooltip,
.dxd-wizard-jsoneditor.ace_editor .ace_tooltip,
.dx-filtereditor-ace.ace_editor .ace_tooltip {
  position: absolute;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton {
  float: right;
  margin-left: 9px;
  margin-right: 0;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-item-images {
  float: right;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-image {
  float: right;
  margin-left: 4px;
  margin-right: 0;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container {
  float: left;
  margin-left: 12px;
  margin-right: 0;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent {
  padding-left: 5px;
  padding-right: 0;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-action {
  float: right;
  margin-left: 4px;
  margin-right: 0;
  margin-top: 3px;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-action-edit {
  float: right;
  margin-top: 3px;
  margin-left: 4px;
  margin-right: 0;
}
.dx-treelist .dx-treelist-item {
  position: relative;
  height: 30px;
}
.dx-treelist .dx-treelist-item .dx-treelist-item-images {
  float: left;
}
.dx-treelist .dx-treelist-item .dx-treelist-image {
  float: left;
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 7px 0;
  background-position: center;
  box-sizing: content-box;
  position: relative;
}
.dx-treelist .dx-treelist-item .dx-treelist-image svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-treelist .dx-treelist-item .dx-treelist-image-empty {
  position: absolute;
}
.dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton {
  float: left;
  height: 30px;
  display: inline-block;
  margin-right: 9px;
  padding: 0 4.5px 0 4.5px;
  position: relative;
  z-index: 1;
}
.dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dx-treelist .dx-treelist-item .dx-treelist-caption {
  line-height: 30px;
  position: relative;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container {
  float: right;
  margin-right: 12px;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent {
  overflow: hidden;
  padding-right: 5px;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper {
  overflow: hidden;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  padding-right: 2px;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-text.dx-highlighted-search-text {
  pointer-events: none;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-text.dx-highlighted-search-text .dx-datagrid-search-text {
  padding-top: 1px;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  padding-right: 2px;
  text-decoration: underline;
  cursor: pointer;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-ellipsis-text.dx-highlighted-search-text {
  pointer-events: none;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-ellipsis-text.dx-highlighted-search-text .dx-datagrid-search-text {
  padding-top: 1px;
}
.dx-treelist .dx-treelist-item .dx-treelist-action {
  width: 24px;
  height: 24px;
  padding: 0px;
  margin-right: 4px;
  margin-left: -3px;
}
.dx-treelist .dx-treelist-item .dx-treelist-action-edit {
  width: 24px;
  height: 24px;
  padding: 0px;
  margin-right: 4px;
  margin-left: -3px;
}
.dx-filtereditor .dx-filtereditor-tree.dx-rtl {
  padding-right: 7px;
  padding-left: 0;
}
.dx-filtereditor .dx-filtereditor-tree.dx-rtl .criteria-operator-group .criteria-operator-content {
  padding-right: 15px;
  padding-left: 0;
}
.dx-popup-content .dx-filtereditor-search .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-texteditor-input {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
}
.dx-popup-content .dx-filtereditor-search .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-placeholder {
  font-size: 14px;
  margin-top: -7px;
}
.dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-overlay-content {
  border-width: 1px;
  border-style: solid;
}
.dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-state-focused.dx-overlay-content {
  outline: none;
}
.dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-list-item,
.dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-list-item-content {
  display: block;
}
.dx-filtereditor .font {
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
}
.dx-filtereditor .dx-overlay-content {
  max-height: 500px;
  max-width: 700px;
}
.dx-filtereditor .dx-overlay-content .dx-popup-bottom.dx-toolbar {
  padding: 8px 16px 26px 24px;
}
.dx-filtereditor .dx-overlay-content .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container .dx-toolbar-after .dx-toolbar-item {
  padding-right: 8px;
}
.dx-filtereditor .dx-overlay-content .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container .dx-toolbar-after .dx-toolbar-item .dx-button {
  font-size: 14px;
}
.dx-filtereditor .dx-overlay-content .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container .dx-toolbar-after .dx-toolbar-item .dx-button .dx-button-content {
  padding-top: 4px;
}
.dx-filtereditor .dx-filtereditor-plain-advanced {
  position: absolute;
  right: 0px;
}
.dx-filtereditor .dx-filtereditor-plain-content {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
}
.dx-filtereditor .dx-filtereditor-plain-content .dx-filtereditor-text-container {
  visibility: hidden;
  margin-top: inherit;
  -moz-transition: height ease-in-out 200ms, margin ease-in-out 200ms;
  -o-transition: height ease-in-out 200ms, margin ease-in-out 200ms;
  -webkit-transition: height ease-in-out 200ms, margin ease-in-out 200ms;
  transition: height ease-in-out 200ms, margin ease-in-out 200ms;
}
.dx-filtereditor .dx-filtereditor-plain-content .dx-filtereditor-text-container.advanced {
  visibility: visible;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dx-filtereditor .dx-filtereditor-text-container {
  height: 0;
  margin-top: 12px;
  -moz-transition: height ease-in-out 200ms;
  -o-transition: height ease-in-out 200ms;
  -webkit-transition: height ease-in-out 200ms;
  transition: height ease-in-out 200ms;
}
.dx-filtereditor .dx-filtereditor-text-container.advanced {
  height: 32%;
}
.dx-filtereditor .dx-filtereditor-text-container .dx-filtereditor-text {
  width: 100%;
  height: 100%;
}
.dx-filtereditor .dx-filtereditor-text-container .dx-filtereditor-text .dx-texteditor-container {
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}
.dx-filtereditor .dx-filtereditor-text-container .dx-filtereditor-text .dx-texteditor-container .dx-filtereditor-ace {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.dx-filtereditor .dx-filtereditor-text-container .dx-filtereditor-text .dx-texteditor-container .dx-filtereditor-ace .ace_hidden-cursors .ace_cursor {
  opacity: 1;
}
.dx-filtereditor .dx-filtereditor-tree-container {
  height: 100%;
  position: relative;
  -moz-transition: height ease-in-out 200ms;
  -o-transition: height ease-in-out 200ms;
  -webkit-transition: height ease-in-out 200ms;
  transition: height ease-in-out 200ms;
}
.dx-filtereditor .dx-filtereditor-tree-container.advanced {
  height: 68%;
}
.dx-filtereditor .dx-filtereditor-tree-container .dx-filtereditor-tree-lockscreen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  color: #B0B0B0;
  text-align: center;
}
.dx-filtereditor .dx-filtereditor-tree-container .dx-filtereditor-tree-lockscreen .dx-filtereditor-tree-lockscreen-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-filtereditor .dx-filtereditor-tree-container .dx-filtereditor-tree-lockscreen .dx-filtereditor-tree-lockscreen-content .dx-filtereditor-tree-lockscreen-content-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 14px;
  margin: auto;
}
.dx-filtereditor .dx-filtereditor-tree {
  border-width: 1px;
  border-style: solid;
  padding-top: 4px;
  padding-left: 7px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group {
  padding-top: 7px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item {
  display: inline-block;
  white-space: nowrap;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item .criteria-operator-item {
  display: inline-block;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item .criteria-operator-item .criteria-operator-item-editor {
  height: 24px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item:hover > .criteria-operator-action .criteria-operator-action-image {
  visibility: visible;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .dx-texteditor {
  height: 22px;
  vertical-align: middle;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .dx-texteditor .dx-texteditor-input {
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-content {
  padding-left: 15px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operarator-text-item {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-item-editor {
  display: inline-block;
  border-radius: 5px;
  border-width: 2px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-item-editor .dx-texteditor-container {
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operarator-text-item-padding {
  padding: 0 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.clickable {
  min-height: 24px;
  min-width: 30px;
  padding: 0 5px;
  vertical-align: top;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.stylized {
  padding: 0 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.default {
  opacity: 0.5;
  font-style: italic;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-group {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-field {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-parameter {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-operator {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-value {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text {
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  vertical-align: top;
  display: inline-block;
  line-height: 24px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-action {
  vertical-align: top;
  display: inline-block;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-action .criteria-operator-action-image {
  width: 24px;
  height: 24px;
  background-position: center;
  visibility: hidden;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-action .criteria-operator-action-image-edit {
  width: 24px;
  height: 24px;
  background-position: center;
  visibility: hidden;
  visibility: visible;
  padding: 3px 4px 5px;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-textarea .dx-texteditor-input {
  padding-left: 22px;
  padding-right: 17px;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-item {
  padding-right: 5px;
  padding-left: 0;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-category {
  padding-right: 5px;
  padding-left: 0;
  padding-right: 17px;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-header {
  padding-right: 5px;
  padding-left: 0;
  padding-right: 0px;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-accordion-header {
  padding-right: 5px;
  padding-left: 0;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-accordion-content .dx-expressioneditor-tools-tab-item {
  padding-right: 33px;
  padding-left: 0;
}
.dx-expressioneditor .dx-overlay-content {
  max-height: 593px;
  max-width: 727px;
}
.dx-expressioneditor .dx-overlay-content .dx-popup-content {
  border-width: 0px;
  border-style: none;
  padding: 0;
}
.dx-expressioneditor .dx-expression-tree {
  height: 100%;
  padding: 17px 17px 0 17px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-textarea {
  border-width: 1px;
  border-style: solid;
  height: 230px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-textarea .dx-texteditor-input {
  font-size: 14px;
  padding-top: 5px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  padding-left: 17px;
  padding-right: 22px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools {
  height: 220px;
  position: relative;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs {
  position: absolute;
  top: 18px;
  bottom: 0;
  min-width: 609px;
  width: max-content;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dxrd-treelist-search-panel-container {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dxrd-treelist-search-panel-container .dx-texteditor {
  border: 0px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-fields .dx-expressioneditor-tools-tab-content-wrapper {
  border-width: 1px;
  border-style: solid;
  height: auto;
  width: 100%;
  position: absolute;
  top: 25px;
  bottom: 0;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-content-wrapper {
  border-width: 1px;
  border-style: solid;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-collection-function {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-collection-function .dx-expressioneditor-collection-function-search {
  position: absolute;
  top: 0;
  width: 100%;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-collection-function .dx-expressioneditor-collection-function-items {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 30px;
  bottom: 0;
  width: 100%;
  height: auto;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-treelist-text {
  font-size: 11px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-item {
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-header {
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  padding-left: 0px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-category {
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  padding-left: 17px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-accordion-header {
  padding-left: 5px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-accordion-content .dx-expressioneditor-tools-tab-item {
  padding-left: 33px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-treelist-wrapper {
  max-height: none;
  overflow: visible;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-description {
  padding: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.ace_tooltip.ace_doc-tooltip {
  padding: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.dx-format-string.dx-overlay-wrapper .dx-overlay-content {
  max-height: 557px;
  max-width: 650px;
}
.dx-format-string.dx-overlay-wrapper .dx-overlay-content .dx-popup-content {
  padding: 10px;
}
.dx-format-string.dx-overlay-wrapper .dx-overlay-content .dx-popup-content .dx-format-string-value .dx-texteditor-input {
  font-size: 14px;
  padding: 7px 9px 8px;
}
.dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-content-area-left {
  float: right;
}
.dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-content-area-right {
  float: right;
  padding-right: 29px;
  padding-left: 0;
}
.dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization .dx-format-string-customization-add {
  float: left;
}
.dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-list .dx-image-filtereditor-remove {
  float: left;
}
.dx-format-string .dx-format-string-content {
  width: 628px;
  height: 100%;
  padding: 3px 10px;
  line-height: normal;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-left {
  float: left;
  width: 190px;
  height: 100%;
  display: inline-block;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right {
  float: left;
  width: 418px;
  height: 100%;
  display: inline-block;
  padding-left: 29px;
  position: relative;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats {
  width: 100%;
  height: 250px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-list {
  height: 201px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization {
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization .dx-format-string-customization-value {
  display: inline-block;
  height: 36px;
  width: 278px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization .dx-format-string-customization-add {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 105px;
  height: 100%;
  margin: 0;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area {
  width: 100%;
  margin-top: 24px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area .dx-format-string-preview-area-caption {
  padding-bottom: 3px;
  height: 22px;
  font-size: 14px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area .dx-format-string-preview-value {
  border-width: 1px;
  border-style: solid;
  height: 64px;
  line-height: 56px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  overflow: hidden;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area .dx-format-string-preview-value .dx-format-string-preview-value-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area.dx-format-general {
  margin-top: 54px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area.dx-format-general .dx-format-string-preview-value {
  height: 176px;
  line-height: 164px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-customization-general-value.dx-format-string-value {
  height: 36px;
  width: 100%;
  margin-bottom: 7px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-title {
  padding: 5px 0px;
  width: 100%;
  height: 29px;
  font-size: 14px;
}
.dx-format-string .dx-format-string-content .dx-format-string-list {
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 360px;
}
.dx-format-string .dx-format-string-content .dx-format-string-list .dx-image-filtereditor-remove {
  float: right;
  width: 24px;
  height: 24px;
}
.dx-format-string .dx-format-string-content .dx-format-string-list .dx-list-item:first-of-type {
  border-top: none;
}
.dx-format-string .dx-format-string-content .dx-format-string-list .dx-list-item:last-of-type .dx-theme-border-color {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-format-string .dx-format-string-content .dx-format-string-list .dx-empty-message {
  border-top: none;
}

.dxrd-bordereditor {
  width: 100%;
}
.dxrd-bordereditor .dxrd-bordereditor-content {
  letter-spacing: -3px;
}
.dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-button {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-size: 12px 12px;
  position: relative;
}
.dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-button svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-right-margin {
  margin-right: 20px;
}
.dxrd-textalignment-editor {
  width: 100%;
}
.dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-button {
  margin: -1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-size: 16px 16px;
  position: relative;
}
.dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-button svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-label {
  display: inline-block;
  min-width: 70px;
}
.dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-margin-top {
  margin-top: -5px;
}
.propertygrid-editor-displayName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.propertygrid-editor-collapsed {
  position: absolute;
  top: 14px;
}
.dxrd-ellipsis-button .dx-dropdowneditor-icon:before {
  content: "";
}
.dxrd-ellipsis-button .dxrd-ellipsis-image {
  background-size: 16px 16px;
  background-position: center;
  position: relative;
}
.dxrd-ellipsis-button .dxrd-ellipsis-image svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-formatting-rule-collection-editor .dxrd-group-header {
  position: relative;
}
.dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-checkbox {
  margin-top: 9px;
}
.dx-ltr .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-checkbox {
  float: right;
}
.dx-rtl .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-checkbox {
  float: left;
}
.dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-collapsed {
  margin-top: 16px;
  position: absolute;
}
.dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName {
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-ltr .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName {
  left: 28px;
  right: 56px;
}
.dx-rtl .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName {
  right: 28px;
  left: 56px;
}
.dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName .propertygrid-editor-displayName {
  text-transform: none;
  font-size: 11px;
}
.dxrd-string-array-container {
  height: 100px;
  margin-right: 16px;
  margin-left: 19px;
}
.dxrd-string-array-container .dxrd-string-array-textarea {
  height: 100%;
  width: 100%;
  resize: none;
}
.dxrd-accordion-collection-item .dx-accordion-header {
  position: relative;
}
.dxrd-accordion-collection-item .dx-accordion-header > div .dx-group-header-font {
  margin-top: -1px;
  text-transform: none;
  font-size: 11px;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
}
.dx-editors .dx-property-grid-search-group {
  position: absolute;
  width: 100%;
  height: 28px;
  overflow: hidden;
  -moz-transition: width 0.25s;
  -o-transition: width 0.25s;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.dx-ltr.dx-editors .dx-property-grid-search-group {
  right: 0;
}
.dx-rtl.dx-editors .dx-property-grid-search-group {
  left: 0;
}
.dx-editors .dx-property-grid-search-group.dx-property-gread-search-collapsed {
  width: 28px;
}
.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box {
  position: absolute;
  height: 28px;
  top: 0;
  display: inline-block;
}
.dx-ltr.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box {
  left: 34px;
  right: -16px;
}
.dx-rtl.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box {
  left: -16px;
  right: 34px;
}
.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box .dx-placeholder {
  margin-top: unset;
}
.dx-editors .dx-property-required::after {
  content: " *";
  color: red;
}
.dx-editors .dx-widget .dx-dropdowneditor-icon {
  padding: 0;
}
.dx-editors .dxrd-image-padding {
  padding: 12px;
}
.dx-editors .dx-field-value > .dxrd-collectioneditor-action {
  margin-top: 0;
}
.dx-editors .dx-collection-item > .dx-field > .dx-field-value > .dxrd-collectioneditor-action {
  margin-top: 1px;
}
.dx-editors .dxrd-collectioneditor-action {
  width: 24px;
  height: 24px;
  padding: 0;
}
.dx-ltr.dx-editors .dxrd-collectioneditor-action {
  float: right;
}
.dx-rtl.dx-editors .dxrd-collectioneditor-action {
  float: left;
}
.dx-editors .dxrd-editor .dx-fieldset {
  margin: 0;
  padding: 0;
}
.dx-editors .dxrd-editor .dx-fieldset .dx-field {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 16px;
  min-height: 26px;
  box-sizing: content-box;
  margin: 0;
}
.dx-editors .dxrd-editor .dx-fieldset .dx-field .dx-field-label {
  padding-top: 6px;
  font-size: 11px;
  width: 30%;
}
.dx-editors .dxrd-editor .dx-fieldset .dx-field .dx-field-value {
  padding: 0;
  position: relative;
}
.dx-editors .dxrd-editor .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  margin-top: 0;
}
.dx-editors .dx-button-has-icon .dx-button-content {
  padding: 0;
}
.dx-editors .dx-icon-dxrd {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  line-height: 12px;
  font-size: 12px;
}
.dx-editors .dx-icon-dxrd svg {
  width: 12px;
  height: 12px;
}
.dx-editors .dxrd-group-header-font {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
}
.dx-ltr.dx-editors .dxrd-group-header-font {
  padding-left: 15px;
}
.dx-rtl.dx-editors .dxrd-group-header-font {
  padding-right: 15px;
}
.dx-editors .dxrd-group-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.dx-ltr.dx-editors .dxrd-group-header {
  padding-left: 15px;
}
.dx-rtl.dx-editors .dxrd-group-header {
  padding-right: 15px;
}
.dx-ltr.dx-editors .dxrd-group-header {
  padding-left: 13px;
}
.dx-rtl.dx-editors .dxrd-group-header {
  padding-right: 13px;
}
.dx-editors .dxrd-group-header-collapsed {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-editors .dxrd-properties-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  /*.dxrd-properties-focused-item-image {
            width: 24px;
            height: 24px;
            position: relative;
            top: 6px;

            .dx-ltr& {
                left: 20px;
            }

            .dx-rtl& {
                right: 20px;
            }
        }*/
}
.dx-editors .dxrd-properties-wrapper .dx-field-value.dxd-border-accented .dx-texteditor,
.dx-editors .dxrd-properties-wrapper .dx-field-value.dxd-border-accented .dx-checkbox {
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editor-header .dx-field-label {
  padding-left: 0px;
  padding-right: 13px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editor-header .dx-field-label {
  padding-left: 13px;
  padding-right: 0px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-right: 31px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-left: 31px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-popup-general {
  margin-right: 31px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-popup-general {
  margin-left: 31px;
}
.dx-editors .dxrd-properties-wrapper .dx-datebox-container > .dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-right: 0;
  margin-left: 0;
  min-width: 100%;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-datebox-container {
  margin-right: 31px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-datebox-container {
  margin-left: 31px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-field-value > .dxrd-collectioneditor-picker.dx-widget.dx-texteditor:not(.dx-scrollable-scrollbar):not(.no-margin-right) {
  margin-right: 30px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-field-value > .dxrd-collectioneditor-picker.dx-widget.dx-texteditor:not(.dx-scrollable-scrollbar):not(.no-margin-right) {
  margin-left: 30px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  border-bottom: none;
  padding-top: 3px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  padding-left: 15px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  padding-right: 15px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  padding-left: 13px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  padding-right: 13px;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header {
  height: 28px;
  position: relative;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header {
  margin-left: 16px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header {
  margin-right: 16px;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content {
  position: absolute;
  height: 28px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content {
  left: 0;
  right: 32px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content {
  left: 32px;
  right: 0;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group {
  position: absolute;
  height: 28px;
  overflow: hidden;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group {
  left: 0;
  right: 31px;
  -moz-transition: right 0.25s;
  -o-transition: right 0.25s;
  -webkit-transition: right 0.25s;
  transition: right 0.25s;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group.dx-property-gread-search-collapsed {
  right: 100%;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group {
  left: 31px;
  right: 0;
  -moz-transition: left 0.25s;
  -o-transition: left 0.25s;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group.dx-property-gread-search-collapsed {
  left: 100%;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor {
  height: 28px;
  position: absolute;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor {
  left: 0;
  right: 74px;
  margin-right: 0;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor {
  left: 74px;
  right: 0;
  margin-left: 0;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dx-property-grid-sorting-actions-container {
  position: absolute;
  width: 68px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dx-property-grid-sorting-actions-container {
  right: 0;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dx-property-grid-sorting-actions-container {
  left: 0;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-search-group .dx-property-grid-sorting-action {
  margin-left: 0;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-search-group .dx-property-grid-sorting-action {
  margin-right: 0;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action {
  margin-left: 3px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action {
  margin-right: 3px;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action .dx-icon-dxrd {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  line-height: 16px;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action .dx-icon-dxrd svg {
  width: 16px;
  height: 16px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid {
  border-top-width: 1px;
  border-top-style: solid;
  height: auto;
  overflow: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 90px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action {
  position: relative;
  display: inline-block;
  padding: 4px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action .dxrd-properties-grid-action-image {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 12px 12px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action .dxrd-properties-grid-action-image svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-property-grid-actions-group .dxrd-properties-grid-actions-group-content {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px 10px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-property-grid-actions-group .dxrd-properties-grid-actions-group-content .dxrd-properties-grid-action-name {
  margin-top: 5px;
  padding-left: 8px;
  margin-bottom: 10px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-property-grid-actions-group .dxrd-properties-grid-actions-group-content .dxrd-properties-grid-action .dxrd-properties-grid-action-image {
  box-sizing: content-box;
  width: 24px;
  padding: 4px;
  height: 24px;
  background-position: center center;
  background-size: 16px 16px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-property-grid-actions-group .dxrd-properties-grid-actions-group-content .dxrd-properties-grid-action .dxrd-properties-grid-action-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes {
  top: 2px;
  position: absolute;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 21px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes {
  right: 0;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes .dxrd-editormenu-box-inside {
  margin-left: 1px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes .dxrd-editor-box-image-content {
  margin-left: 4px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes {
  left: 0;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes .dxrd-editormenu-box-inside {
  margin-right: 1px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes .dxrd-editor-box-image-content {
  margin-right: 4px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes .dxrd-editormenu-box {
  display: inline-block;
  width: 9px;
  height: 9px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes .dxrd-editormenu-box .dxrd-editormenu-box-inside {
  margin-top: 1px;
  width: 7px;
  height: 7px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes .dxrd-editormenu-box .dxrd-editor-box-image-content {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-boxes .dxrd-editormenu-box.dxrd-editor-box-image:not(.dxrd-editormenu-expressions) {
  opacity: 50%;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-modified:not(.dxrd-editormenu-usestyle) .dxrd-editormenu-box-inside {
  background-color: white;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-usestyle .dxrd-editormenu-box-inside {
  background-color: lightblue;
}
.dx-editors .dxrd-properties-wrapper .dxrd-collapsed {
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header {
  position: absolute;
  width: auto;
}
.dx-ltr.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header {
  left: 16px;
  right: 60%;
}
.dx-rtl.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header {
  left: 60%;
  right: 16px;
}
.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header .propertygrid-editor-collapsed {
  top: 7px;
}
.dx-designer {
  width: 100%;
  height: 100%;
  line-height: normal;
  pointer-events: auto;
}
.dx-designer .dx-ltr .dx-fieldset .dx-field-value > .dx-checkbox {
  float: left;
}
.dx-designer .dx-rtl .dx-fieldset .dx-field-value > .dx-checkbox {
  float: right;
}
.dx-designer .dxrd-radio-nowrap-ellipsis .dx-radiobutton {
  table-layout: fixed;
  width: 100%;
}
.dx-designer .dxrd-radio-nowrap-ellipsis .dx-radio-value-container {
  width: 32px;
}
.dx-designer .dxrd-radio-nowrap-ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dx-designer .dx-filtereditor .dx-overlay-content .dx-popup-content {
  padding: 24px;
}
.dx-designer .dx-popup-wrapper .dx-overlay-shader {
  background: rgba(0, 0, 0, 0.75);
  opacity: inherit;
}
.dx-designer .dx-invalid.dx-dropdowneditor:not(.dx-tagbox) .dx-texteditor-container:after {
  right: 24px;
  margin-top: 0;
}
.dx-designer .dx-invalid.dx-texteditor .dx-texteditor-container:after {
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: 5px;
  margin-top: 0;
}
.dx-designer .dxrd-editor-content.dx-accordion-content .dx-field > .dx-field-label {
  padding-left: 19px;
}
.dx-designer .dx-accordion-content {
  position: relative;
}
.dx-designer .dx-accordion-content .dx-accordion-content-loading-panel {
  width: 100%;
  text-align: center;
  padding: 5px 0px;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) {
  height: 26px;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-texteditor-input {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
  min-height: 0;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-placeholder {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -2px;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-numberbox-spin-container {
  width: 24px;
  min-width: 24px;
}
.dx-designer .dx-texteditor .dx-texteditor-input {
  font-size: 11px;
  min-height: 26px;
  padding-top: 5px;
  padding-bottom: 7px;
}
.dx-designer .dx-texteditor .dx-placeholder {
  font-size: 11px;
}
.dx-designer .dx-texteditor.dx-state-readonly.dx-widget,
.dx-designer .dx-texteditor.dx-state-readonly .dx-widget {
  opacity: 0.5;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  zoom: 1;
  cursor: default;
}
.dx-designer .dx-texteditor.dx-state-readonly.dx-widget .dx-widget,
.dx-designer .dx-texteditor.dx-state-readonly .dx-widget .dx-widget {
  opacity: 1;
}
.dx-designer .dx-dropdowneditor {
  height: 26px;
}
.dx-designer .dx-dropdowneditor .dx-dropdowneditor-input-wrapper {
  margin-right: 0;
}
.dx-designer .dx-dropdowneditor .dx-dropdowneditor-button {
  width: 24px;
  min-width: 24px;
}
.dx-designer .dx-dropdowneditor .dx-dropdowneditor-icon {
  width: 100%;
}
.dx-designer .dx-selectbox {
  height: 26px;
}
.dx-designer .dx-selectbox .dx-selectbox-container {
  height: 100%;
}
.dx-designer .dx-selectbox-arrow-container {
  height: 24px;
  width: 24px;
}
.dx-designer .dx-selectbox-arrow-container .dx-selectbox-arrow {
  top: 10px;
  left: 8px;
}
.dx-designer .dx-field-value > .dx-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.dx-designer .dx-colorbox {
  display: block;
}
.dx-designer .dx-colorbox-input-container {
  height: 100%;
}
.dx-designer .dx-popup-wrapper .dx-colorbox-overlay .dx-popup-content {
  padding: 20px;
}
.dx-designer .dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 11px;
}
.dx-designer .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
  width: 12px;
}
.dx-designer .dx-designer-viewport {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 11px;
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container {
  border-radius: 0;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container .dx-popup-content {
  font-size: 12px;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container .dxrd-action-item {
  display: inline-block;
  padding: 6px;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container .dxrd-action-item .dxrd-action-item-image {
  padding: 12px;
  position: relative;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container .dxrd-action-item .dxrd-action-item-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-designer .dx-designer-viewport .dx-popup-content {
  padding: 0;
}
.dx-designer .dx-designer-viewport .dx-popup-content .dxrd-editor-menu-caption {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  padding: 7px;
}
.dx-designer .dx-designer-viewport .dxrd-editor-menu .dx-menu-item.dx-state-hover {
  background-color: transparent;
}
.dx-designer .dx-designer-viewport .dxrd-editor-menu .dx-menu-items-container {
  width: 100%;
}
.dx-designer .dx-designer-viewport .dxrd-editor-menu .dxrd-editor-menu-item-separator {
  border-top-width: 1px;
  border-top-style: solid;
}
.dx-designer .dx-designer-viewport .dxrd-editor-menu .dxrd-editor-menu-item .dx-menu-item-text {
  padding-left: 6px;
}
.dx-designer .dx-designer-viewport .dx-rtl .dxrd-editor-menu-item {
  padding-right: 6px;
  padding-left: 0;
}
.dx-designer .dx-property-grid-sorting-action.dxd-state-active .dxd-icon-fill,
.dx-designer .dxrd-properties-grid-action-image:hover .dxd-icon-fill,
.dx-designer .dx-font-style-button:hover .dxd-icon-fill,
.dx-designer .bordereditor-button:hover .dxd-icon-fill,
.dx-designer .dxd-list-item-back-color:hover .dx-treelist-selectedcontent .dxd-icon-fill {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dx-designer .dxrd-tab-item .dxd-icon-fill {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dx-designer .dx-fieldlistpicker .dx-texteditor-input:read-only {
  cursor: pointer;
}
.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-right {
  right: 0;
  z-index: 1;
}
.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-left {
  left: 0;
  z-index: 1;
}
.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-empty {
  display: none;
  width: 0;
}
.dxrd-designer-wrapper .dxrd-right-tabs.dxrd-tab-panel-left {
  left: 0;
}
.dxrd-designer-wrapper .dxrd-right-tabs.dxrd-tab-panel-right {
  right: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel.dxrd-tab-panel-left {
  left: 50px;
}
.dxrd-designer-wrapper .dxrd-right-panel.dxrd-tab-panel-right {
  right: 50px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 9px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container .dxrd-treelist-search-panel {
  height: 28px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container {
  padding-right: 32px;
  padding-left: 16px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container {
  padding-right: 16px;
  padding-left: 32px;
}
.dxrd-designer-wrapper.dx-rtl {
  text-align: right;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-menu-container {
  float: right;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-menu-container .dx-overlay-wrapper {
  right: -8px;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-menu-break {
  right: -5px;
}
.dxrd-designer-wrapper.dx-ltr {
  text-align: left;
}
.dxrd-designer-wrapper.dx-ltr .dxrd-menu-container {
  float: left;
}
.dxrd-designer-wrapper.dx-ltr .dxrd-menu-container .dx-overlay-wrapper {
  left: -8px;
}
.dxrd-designer-wrapper.dx-ltr .dxrd-menu-break {
  left: -5px;
}
.dxrd-designer-wrapper {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 11px;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.dxrd-designer-wrapper .dx-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.dxrd-designer-wrapper .dx-shadow.dx-shadow-left {
  -webkit-box-shadow: 20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 0px 20px -20px rgba(0, 0, 0, 0.15);
}
.dx-rtl .dxrd-designer-wrapper .dx-shadow.dx-shadow-left {
  -webkit-box-shadow: -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  box-shadow: -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
}
.dxrd-designer-wrapper .dx-shadow.dx-shadow-right {
  -webkit-box-shadow: -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  box-shadow: -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
}
.dx-rtl .dxrd-designer-wrapper .dx-shadow.dx-shadow-right {
  -webkit-box-shadow: 20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 0px 20px -20px rgba(0, 0, 0, 0.15);
}
.dxrd-designer-wrapper .dx-shadow-top {
  -webkit-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.15);
}
.dxrd-designer-wrapper ::-webkit-scrollbar {
  width: 16px;
}
.dxrd-designer-wrapper .dxd-snap-lines-holder {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxd-snap-lines-holder .dxd-snap-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 1px solid red;
  border-left: 1px solid red;
  transform-origin: 0% 0%;
  transform: matrix(0, 0, 0, 0, 0, 0);
}
.dxrd-designer-wrapper .dxrd-drag-helper-item {
  position: absolute;
  border: 1px solid blue;
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-drag-helper-item-allowed {
  position: absolute;
  border: 2px solid green;
  background: rgba(10, 222, 93, 0.25);
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-drag-helper-item-forbidden {
  position: absolute;
  border: 2px solid red;
  background: rgba(252, 9, 32, 0.25);
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-drag-helper-control {
  z-index: 1;
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-locked > .dxrd-drag-helper-control {
  border: 1px solid orangered;
}
.dxrd-designer-wrapper .dxrd-menu-container .dx-overlay-wrapper {
  height: 100%;
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-menu-container .dx-overlay-wrapper .dx-popover-arrow:after {
  background: white;
}
.dxrd-designer-wrapper .dxrd-menu-container .dx-overlay-wrapper .dx-overlay-content {
  height: 100%;
  border-radius: 0;
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-menu-container > .dx-overlay-wrapper > .dx-overlay-content {
  background-color: inherit;
  border: none;
  box-shadow: none;
}
.dxrd-designer-wrapper .dxrd-menu-button {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 64px;
  height: 64px;
}
.dxrd-designer-wrapper .dxrd-menu-button .dxrd-menu-button-image {
  /*.dxrd-image-menu;*/
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 24px 24px;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-menu-button .dxrd-menu-button-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-menu-break {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dxrd-designer-wrapper .dxrd-menu-item {
  letter-spacing: -10px;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  overflow: hidden;
  /*color: #000;*/
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menu-item {
  padding-left: 10px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menu-item {
  padding-right: 10px;
}
.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image {
  padding: 12px;
  vertical-align: middle;
  line-height: normal;
  background-size: 24px 24px;
  background-position: center;
  position: relative;
  height: 40px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image {
  float: left;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image {
  float: right;
}
.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  vertical-align: middle;
  letter-spacing: 0;
  line-height: normal;
  cursor: default;
  line-height: 40px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text {
  padding-left: 12px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text {
  padding-right: 12px;
}
.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-separator {
  height: 1px;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper {
  position: absolute;
  top: 0;
  height: 64px;
  min-width: 800px;
  left: 48px;
  right: 375px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper {
  left: 375px;
  right: 48px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar {
  padding-left: 12px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar {
  padding-right: 12px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item {
  position: relative;
  display: inline-block;
  padding: 16px 4px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-image {
  padding: 0;
  width: 32px;
  height: 32px;
  background-position: center center;
  position: relative;
  background-size: 24px 24px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator {
  border-right-width: 1px;
  border-right-style: solid;
  position: absolute;
  top: 14px;
  height: 36px;
  width: 1px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator {
  left: -2px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator {
  right: -2px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom {
  position: relative;
  display: inline-block;
  padding: 16px 4px;
  vertical-align: top;
  padding-top: 18px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-image {
  padding: 0;
  width: 32px;
  height: 32px;
  background-position: center center;
  position: relative;
  background-size: 24px 24px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator {
  border-right-width: 1px;
  border-right-style: solid;
  position: absolute;
  top: 14px;
  height: 36px;
  width: 1px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator {
  left: -2px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator {
  right: -2px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-zoom-editor {
  width: 80px;
  height: 27px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper {
  width: 48px;
  height: auto;
  position: absolute;
  top: 64px;
  bottom: 0;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper.toolbox-grouped {
  width: 96px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper.toolbox-grouped .dxrd-toolbox-group {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 8px;
  letter-spacing: -4px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper.toolbox-grouped .dxrd-toolbox-group .dxrd-toolbox-item {
  display: inline-block;
  margin: 0px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper.toolbox-grouped .dxrd-toolbox-group .dxrd-toolbox-item .dxrd-image-padding {
  width: 24px;
  height: 24px;
  padding: 8px 8px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper.toolbox-grouped .dxrd-toolbox-group .dxrd-toolbox-item .dxrd-image-padding svg {
  width: 24px;
  height: 24px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper.toolbox-grouped .dxrd-toolbox-group:last-child {
  border-bottom-style: unset;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper .dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 5px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
  width: 6px;
}
.dxrd-designer-wrapper .dxrd-toolbox-item {
  margin: 6px 12px;
}
.dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-image-padding {
  padding: 0;
  width: 32px;
  height: 32px;
  background-size: 24px 24px;
  background-position: center center;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-image-padding svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-disabled-button {
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper {
  position: absolute;
  top: 84px;
  left: 48px;
  right: 375px;
  text-align: center;
  min-width: 100px;
  direction: ltr;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface {
  height: 100%;
  display: inline-block;
}
.dxrd-designer-wrapper .dx-tab-panel-collapsed .dxrd-right-panel {
  display: none;
}
.dxrd-designer-wrapper .dxrd-right-panel {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 325px;
  cursor: default;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  padding-top: 3px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-left: 15px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-right: 15px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-left: 13px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-right: 13px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-right: unset;
  margin-right: 16px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-left: unset;
  margin-left: 16px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body {
  position: absolute;
  top: 49px;
  bottom: 0px;
  height: auto;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body .dxrd-right-panel-content {
  padding-top: 6px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body .dxrd-right-panel-content.dxrd-export-options-content {
  padding-top: 12px;
}
.dx-accessibility .dxrd-parameters-bottom-border .dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body .dxrd-right-panel-content {
  padding-top: 12px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper {
  position: relative;
  overflow: auto;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-right-panel-body {
  top: 85px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-fieldslist-wrapper-header {
  display: inline-block;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-fieldslist-wrapper-header {
  float: left;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-fieldslist-wrapper-header {
  float: right;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .propertygrid-editor-checkbox {
  left: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dx-popup-general {
  margin-right: 0;
}
.dxrd-designer-wrapper .dxrd-right-tabs {
  width: 50px;
  height: 100%;
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-right-tabs.dxrd-tab-panel-empty {
  display: none;
  width: 0;
}
.dxrd-designer-wrapper .dxrd-right-tabs .dxrd-image-padding {
  padding: 0px;
  width: 50px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-right-tabs .dxrd-image-padding svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-right-tabs .dxrd-tab-item-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-transform-origin-left-top {
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.dx-designer .dx-treelist .dxrd-treelist-droppable:not(.drop-before):not(.drop-after)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(252, 9, 32, 0.25);
  z-index: 1;
}
.dx-designer .dx-treelist .dxrd-treelist-droppable.drop-before .dx-treelist-caption::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(252, 9, 32, 0.25);
  z-index: 1;
  top: -2px;
  height: 4px;
}
.dx-designer .dx-treelist .dxrd-treelist-droppable.drop-after .dx-treelist-caption::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(252, 9, 32, 0.25);
  z-index: 1;
  bottom: -2px;
  height: 4px;
}
.dx-designer .dx-treelist .dxrd-treelist-droppable.dxrd-drop-approve:not(.drop-before):not(.drop-after)::before,
.dx-designer .dx-treelist .dxrd-treelist-droppable.drop-before.dxrd-drop-approve .dx-treelist-caption::before,
.dx-designer .dx-treelist .dxrd-treelist-droppable.drop-after.dxrd-drop-approve .dx-treelist-caption::before {
  background: rgba(10, 222, 93, 0.25);
}
.dx-designer .dx-toast-error {
  line-height: 1.6;
}
.dx-designer .dx-toast-error a {
  color: #FFFFFF;
}
.dx-designer-viewport .dx-treelist-wrapper .dx-scrollable-container {
  max-height: 200px;
  cursor: default;
}
.dx-designer-viewport .dxd-opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dx-designer-viewport .dxd-opacity-60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.dx-designer-viewport .dxd-opacity-80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dx-designer-viewport .dx-border-inheritor {
  border-width: 0;
  stroke-width: 0;
}
.dx-designer-viewport .dx-background-inheritor {
  display: inline;
  font-size: 0;
}
.dx-designer-viewport .dxrd-disabled-button {
  opacity: 0.3;
  pointer-events: none;
}
.dx-designer-viewport .dxd-state-no-hover {
  cursor: default;
}
.dx-designer-viewport .dx-fontsize-reestablished {
  font-size: 14px;
}
.dx-designer-viewport .dx-default-border-style {
  border-width: 1px;
  border-style: solid;
}

/**
* DevExpress Analytics (dist\css\dx-analytics.light.css)
* Version:  21.2.15
* Build date: Dec 12, 2023
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
.dx-designer-viewport {
  /* Borders -------------------------*/
  /* Icons -------------------------*/
  /* Text -------------------------*/
  /* Background -------------------------*/
  /* Customization -------------------------*/
  /* AceEditor -------------------------*/
  /* DevExtreme -------------------------*/
}
.dx-designer-viewport .dxd-border-primary {
  border-color: #E6E6E6;
}
.dx-designer-viewport .dxd-border-secondary {
  border-color: #DDDDDD;
}
.dx-designer-viewport .dxd-border-accented {
  border-color: #337AB7;
}
.dx-designer-viewport .dxd-back-contrast .dxd-border-primary {
  border-color: #AAAAAA;
}
.dx-designer-viewport .dxd-back-secondary-invariant .dxd-border-primary {
  border-color: #AAAAAA;
}
.dx-designer-viewport .dx-accessibility-border-accented {
  outline-color: #337AB7;
}
.dx-designer-viewport .dx-accessibility-focus-border-accented,
.dx-designer-viewport .dx-accessibility-focus-border-accented:focus {
  outline-color: #337AB7;
}
.dx-designer-viewport .dxd-icon-accented .dxd-icon-fill,
.dx-designer-viewport .dxd-icon-highlighted:hover .dxd-icon-fill {
  fill: #337AB7;
}
.dx-designer-viewport .dxd-icon-fill {
  fill: #606060;
}
.dx-designer-viewport .dxd-back-contrast .dxd-icon-fill {
  fill: #FFFFFF;
}
.dx-designer-viewport .dxd-state-active .dxd-icon-fill,
.dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted:hover .dxd-icon-fill,
.dx-designer-viewport .dx-menu-item.dx-state-focused .dxd-icon-fill {
  fill: #FFFFFF;
}
.dx-designer-viewport .dxd-text-primary {
  color: #333333;
}
.dx-designer-viewport .dxd-text-info {
  color: #525252;
}
.dx-designer-viewport .dxd-text-accented {
  color: #337AB7;
}
.dx-designer-viewport .dxd-state-active .dxd-text-primary,
.dx-designer-viewport .dxd-back-contrast .dxd-text-primary {
  color: #FFFFFF;
}
.dx-designer-viewport .dxd-back-primary {
  background-color: #F5F5F5;
}
.dx-designer-viewport .dxd-back-primary-invariant {
  background-color: #E6E6E6;
}
.dx-designer-viewport .dxd-back-primary2-invariant {
  background-color: #FFFFFF;
}
.dx-designer-viewport .dxd-back-secondary-invariant {
  background-color: #F5F5F5;
}
.dx-designer-viewport .dxd-back-primary2 {
  background-color: #FFFFFF;
}
.dx-designer-viewport .dxd-back-secondary {
  background-color: #E6E6E6;
}
.dx-designer-viewport .dxd-back-highlighted.dxd-state-normal:hover:not(.dxd-state-no-hover) {
  background-color: #DDDDDD;
}
.dx-designer-viewport .dxd-back-highlighted:hover:not(.dxd-state-no-hover) {
  background-color: #F5F5F5;
}
.dx-designer-viewport .dxd-back-highlighted.dxd-state-selected,
.dx-designer-viewport .dxd-back-highlighted.dxd-state-selected:hover {
  background-color: #DDDDDD;
}
.dx-designer-viewport .dxd-back-highlighted.dxd-state-active {
  background-color: #AAAAAA;
}
.dx-designer-viewport .dxd-back-highlighted.dxd-state-active:hover:not(.dxd-state-no-hover) {
  background-color: #606060;
}
.dx-designer-viewport .dxd-back-contrast {
  background-color: #606060;
}
.dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted.dxd-state-active,
.dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted.dxd-state-active:hover {
  background-color: #525252;
}
.dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted:hover {
  background-color: #337AB7;
}
.dx-designer-viewport .dxd-back-contrast .dxd-state-active .dxd-back-highlighted:hover {
  background-color: #333333;
}
.dx-designer-viewport .dxd-back-contrast .dxd-state-active .dxd-back-secondary {
  background-color: #AAAAAA;
}
.dx-designer-viewport .dxd-back-accented {
  background-color: #337AB7;
}
.dx-designer-viewport .dxd-scrollbar-color {
  scrollbar-face-color: #E6E6E6;
  scrollbar-track-color: #AAAAAA;
  scrollbar-arrow-color: #606060;
  -ms-scrollbar-face-color: #E6E6E6;
  -ms-scrollbar-track-color: #AAAAAA;
  -ms-scrollbar-arrow-color: #606060;
}
.dx-designer-viewport .dxd-scrollbar-color ::-webkit-scrollbar-corner {
  background-color: #E6E6E6;
}
.dx-designer-viewport .dxd-scrollbar-color ::-webkit-scrollbar {
  background-color: #E6E6E6;
}
.dx-designer-viewport .dxd-scrollbar-color ::-webkit-scrollbar-thumb {
  background-color: #AAAAAA;
}
.dx-designer-viewport .dxrd-scripts-editor.ace_editor,
.dx-designer-viewport .dx-sql_editor.ace_editor,
.dx-designer-viewport .dx-expressioneditor-textarea.ace_editor,
.dx-designer-viewport .dx-filtereditor-ace.ace_editor {
  background-color: #FFFFFF;
}
.dx-designer-viewport .dxrd-scripts-editor.ace_editor .ace_gutter,
.dx-designer-viewport .dx-sql_editor.ace_editor .ace_gutter,
.dx-designer-viewport .dx-expressioneditor-textarea.ace_editor .ace_gutter,
.dx-designer-viewport .dx-filtereditor-ace.ace_editor .ace_gutter {
  background-color: #F5F5F5;
  color: #333333;
  border-color: #E6E6E6;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab {
  background-color: #FFFFFF;
  border-color: #AAAAAA;
  color: #333333;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab:hover {
  background-color: #F5F5F5;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-icon {
  color: #525252;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab.dx-tab-selected {
  color: #FFFFFF;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab.dx-tab-selected,
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab.dx-tab-selected:hover {
  background-color: #AAAAAA;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab.dx-tab-selected .dx-icon {
  color: #FFFFFF;
}
/* FilterEditor -------------------------*/
.dx-filtereditor .dxd-filter-editor-group-back-color {
  background-color: rgba(217, 83, 79, 0.3);
}
.dx-filtereditor .dxd-filter-editor-group-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(217, 83, 79, 0.5);
}
.dx-filtereditor .dxd-filter-editor-group-back-color.dxd-state-selected {
  background-color: #d9534f;
}
.dx-filtereditor .dxd-filter-editor-field-back-color {
  background-color: rgba(51, 122, 183, 0.3);
}
.dx-filtereditor .dxd-filter-editor-field-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(51, 122, 183, 0.5);
}
.dx-filtereditor .dxd-filter-editor-field-back-color.dxd-state-selected {
  background-color: #337ab7;
}
.dx-filtereditor .dxd-filter-editor-parameter-back-color {
  background-color: rgba(240, 173, 78, 0.3);
}
.dx-filtereditor .dxd-filter-editor-parameter-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(240, 173, 78, 0.5);
}
.dx-filtereditor .dxd-filter-editor-parameter-back-color.dxd-state-selected {
  background-color: #f0ad4e;
}
.dx-filtereditor .dxd-filter-editor-operator-back-color {
  background-color: rgba(92, 184, 92, 0.3);
}
.dx-filtereditor .dxd-filter-editor-operator-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(92, 184, 92, 0.5);
}
.dx-filtereditor .dxd-filter-editor-operator-back-color.dxd-state-selected {
  background-color: #5cb85c;
}
.dx-filtereditor .dxd-filter-editor-value-back-color {
  background-color: rgba(221, 221, 221, 0.5);
}
.dx-filtereditor .dxd-filter-editor-value-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(221, 221, 221, 0.5);
}
.dx-filtereditor .dxd-filter-editor-text-color {
  color: #333;
  fill: #333;
}
.dx-filtereditor .dxd-filter-editor-text-color.dxd-state-selected {
  color: #FFF;
}
.dx-filtereditor .dxd-state-selected .dxd-filter-editor-text-color {
  color: #FFF;
}
.dx-filtereditor .dxd-filter-editor-add-icon-fill-color {
  fill: #5cb85c;
}
.dx-filtereditor .dxd-filter-editor-remove-icon-fill-color {
  fill: #d9534f;
}
/* QueryBuilder -------------------------*/
.dx-querybuilder .dxd-qb-relationship-line-color {
  stroke: #AAAAAA;
}
.dx-querybuilder .dxdd-connector.dxd-state-selected .dxd-qb-relationship-line-color {
  stroke: #337AB7;
}
/* Wizard -------------------------*/

/**
* DevExpress Analytics (dist\css\dx-querybuilder.css)
* Version:  21.2.15
* Build date: Dec 12, 2023
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
.dxrd-control {
  border-width: 0px;
  border-style: none;
  background: none;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dxrd-control .dxrd-disabled {
  opacity: 0.3;
}
.dxrd-control-content-main {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
}
.dxdd-connecting-point {
  border-width: 0px;
  border-style: none;
  position: absolute;
  background: none;
}
.dxdd-connecting-point:hover line {
  stroke: #ff0000;
}
.dxdd-connection-line {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.dxdd-connection-line line,
.dxdd-connection-line polyline {
  stroke-width: 1;
}
.dxdd-connection-line-draggable line,
.dxdd-connection-line-draggable polyline {
  stroke: inherit;
}
.dxdd-connector.dxd-state-selected line,
.dxdd-connector.dxd-state-selected polyline {
  stroke: inherit;
}
.inline-text-edit {
  width: 100%!important;
  height: 100%!important;
  margin: 0;
}
.inline-text-edit .dx-texteditor-input {
  background-color: white;
  color: black;
}
.dxdd-connector {
  border-width: 0px;
  border-style: none;
  background: none;
  position: absolute;
}
.dxdd-connector .dxrd-control {
  width: 7px;
  height: 7px;
  margin: -3px 0 0 -3px;
  background: none;
  border: 1px solid blue;
  z-index: 1;
}
.dxdd-connector .dxdd-connection-line {
  overflow: visible;
}
.dxrd-focused,
.dxrd-selected {
  z-index: 2;
}
.dxrd-focused .ui-resizable-handle,
.dxrd-selected .ui-resizable-handle {
  position: absolute;
  width: 5px;
  height: 5px;
  font-size: 1px;
  border: 1px solid #333;
  visibility: inherit;
}
.dxrd-focused .ui-resizable-nw,
.dxrd-selected .ui-resizable-nw {
  top: -8px;
  left: -8px;
  cursor: nw-resize;
}
.dxrd-focused .ui-resizable-n,
.dxrd-selected .ui-resizable-n {
  top: -8px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.dxrd-focused .ui-resizable-ne,
.dxrd-selected .ui-resizable-ne {
  top: -8px;
  right: -8px;
  cursor: ne-resize;
}
.dxrd-focused .ui-resizable-w,
.dxrd-selected .ui-resizable-w {
  top: 50%;
  margin-top: -4px;
  left: -8px;
  cursor: w-resize;
}
.dxrd-focused .ui-resizable-e,
.dxrd-selected .ui-resizable-e {
  top: 50%;
  margin-top: -4px;
  right: -8px;
  cursor: e-resize;
}
.dxrd-focused .ui-resizable-sw,
.dxrd-selected .ui-resizable-sw {
  bottom: -8px;
  left: -8px;
  cursor: sw-resize;
}
.dxrd-focused .ui-resizable-s,
.dxrd-selected .ui-resizable-s {
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.dxrd-focused .ui-resizable-se,
.dxrd-selected .ui-resizable-se {
  bottom: -8px;
  right: -8px;
  cursor: se-resize;
}

.dxqb-designer .dxqb-text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dxqb-designer .dxqb-table-resize-ghost.ui-resizable-resizing {
  position: absolute;
  z-index: 3;
  border: 1px solid #0000ff;
}
.dxqb-designer .dxqb-table {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: normal;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  border-bottom: none;
}
.dxqb-designer .dxqb-table .dx-checkbox-container {
  display: block;
}
.dxqb-designer .dxqb-table .dx-checkbox-container .dx-checkbox-icon {
  height: 12px;
  width: 12px;
  font-size: 8px;
  display: inline-block;
}
.dxqb-designer .dxqb-table .dxqb-table-loading .dxqb-table-loading-text {
  display: inline-block;
  line-height: 100px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
}
.dxqb-designer .dxqb-table .dxqb-table-head-field {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dxqb-designer .dxqb-table .dxqb-table-head-field .dxqb-table-checkbox-all {
  padding-bottom: 2px;
  margin-top: 12px;
  display: block;
  height: 100%;
}
.dxqb-designer .dxqb-table .dxqb-table-head-field .dxqb-table-title {
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dxqb-designer .dxqb-table .dxqb-table-field {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 32px;
  line-height: 32px;
  margin: 0 1px 0 1px;
  box-sizing: content-box;
  position: relative;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-background {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper {
  display: block;
  height: 100%;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper .dxqb-table-field-checkbox {
  margin-top: 10px;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content {
  font-size: 11px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-state {
  display: block;
  height: 100%;
  padding-top: 1px;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-state .dxqb-image-field-state {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-state .dxqb-image-field-state svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-caption {
  cursor: default;
  display: block;
  height: 100%;
  overflow: hidden;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-caption .dxqb-table-field-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
  height: 100%;
}
.dxqb-designer .dxqb-table .dxqb-table-field-selected-base {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-joined {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
  border-color: inherit;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-joined .dxqb-table-field-background {
  opacity: 0.2;
  display: block;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-joined:hover .dxqb-table-field-background {
  opacity: 0.4;
  display: block;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-active {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
  border-color: inherit;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-active .dxqb-table-field-background {
  opacity: 0.8;
  display: block;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-active:hover .dxqb-table-field-background {
  opacity: 1;
  display: block;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-invalid {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
  border-color: inherit;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-invalid .dxd-qb-table-field-text-color {
  color: #d9534f;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-hovered {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
}
.dxqb-designer .dxqb-datamember-image {
  float: left;
  padding: 0;
  width: 16px;
  height: 30px;
  background-position: center center;
}
.dxqb-designer .dxqb-datamember-text {
  line-height: 30px;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  margin-left: 7px;
  cursor: default;
}
.dxqb-designer .dxrd-right-panel {
  top: 0;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-editors {
  padding-top: 5px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-field {
  padding: 0;
  background-color: transparent;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-field .dx-field-label {
  width: 25%;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-field .dx-field-value {
  width: 75%;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-selected-properties.dx-fieldset {
  padding: 0px 25px 10px 25px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields {
  margin-top: 5px;
  overflow: hidden;
  max-height: 300px;
  width: 100%;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields .dx-scrollable-wrapper {
  max-height: 300px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields .dx-scrollable-wrapper .dx-scrollable-container {
  max-height: 300px;
}
.dx-ltr.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields .dx-scrollable-wrapper .dx-scrollable-container .dxrd-treelist-search-panel-container {
  padding-right: 9px;
  padding-left: 30px;
}
.dx-rtl.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields .dx-scrollable-wrapper .dx-scrollable-container .dxrd-treelist-search-panel-container {
  padding-right: 30px;
  padding-left: 9px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-parameters {
  width: 100%;
  height: 100%;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-parameters .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  position: relative;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-search-box.dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-left: 30px;
  margin-right: 25px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-search-box.dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) .dx-texteditor-container {
  margin-left: 6px;
  padding-right: 6px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-collectioneditor .dx-collectioneditor-header {
  margin-left: 30px;
  margin-right: 25px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-collectioneditor .dx-collection-item {
  padding-left: 10px;
  padding-right: 25px;
}
.dx-querybuilder .dxqb-designer .dxrd-right-panel {
  right: 0;
}
.dx-querybuilder .dxqb-designer .dxrd-surface-wrapper {
  left: 1px;
}
.dx-querybuilder .dxqb-designer .dxrd-surface-wrapper .dx-scrollable-content {
  height: 100%;
}
.dx-querybuilder .dxqb-designer .dxrd-surface-wrapper .dx-scrollable-content .dx-scrollview-content {
  height: 100%;
}
.dx-querybuilder .dxqb-designer .dxrd-toolbar-wrapper {
  left: 0;
}
.dx-querybuilder .dxqb-designer .dxqb-table {
  text-align: left;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-head-field .dxqb-table-checkbox-all {
  float: left;
  padding-left: 1px;
  margin-left: 11px;
  margin-right: 4px;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-head-field .dxqb-table-title {
  text-align: left;
  padding-left: 10px;
  padding-right: 5px;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper {
  float: left;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper .dxqb-table-field-checkbox {
  margin-left: 11px;
  margin-right: 14px;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-field-content .dxqb-table-field-state {
  float: right;
  padding-right: 5px;
  box-sizing: border-box;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-field-content .dxqb-table-field-caption {
  padding-right: 5px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-right-panel {
  left: 0;
  right: auto;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-search-box.dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-right: 30px;
  margin-left: 25px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-search-box.dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) .dx-texteditor-container {
  margin-right: 6px;
  padding-left: 6px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-surface-wrapper {
  right: 1px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-surface {
  float: right;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-toolbar-wrapper {
  right: 0;
  left: auto;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table {
  text-align: right;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-head-field .dxqb-table-checkbox-all {
  float: right;
  padding-right: 1px;
  margin-right: 11px;
  margin-left: 4px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-head-field .dxqb-table-title {
  text-align: right;
  padding-right: 10px;
  padding-left: 5px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper {
  float: right;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper .dxqb-table-field-checkbox {
  margin-right: 11px;
  margin-left: 14px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-field-content .dxqb-table-field-state {
  float: left;
  padding-left: 5px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-field-content .dxqb-table-field-caption {
  padding-left: 5px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-wrapper {
  z-index: 1;
  right: unset;
  min-width: 0;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxqb-toolbar-background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-item .dxqb-toolbar-item-container {
  position: relative;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-item .dxqb-toolbar-item-container .dxqb-toolbar-item-background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: none;
  opacity: 0.7;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-item .dxqb-toolbar-item-container:hover .dxqb-toolbar-item-background {
  display: block;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper {
  top: 1px;
  bottom: 1px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-ghost-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxqb-placeholder {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  margin: 20px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  font-size: 24px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor {
  z-index: 1;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxd-state-joined,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxd-state-active {
  z-index: 2;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor:hover {
  z-index: 3;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-selected,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-focused {
  z-index: 2;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-selected .ui-resizable-handle,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-focused .ui-resizable-handle {
  border-width: 0px;
  border-style: none;
  top: 0;
  margin-top: 0;
  height: 100%;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-selected .ui-resizable-w,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-focused .ui-resizable-w {
  left: -4px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-selected .ui-resizable-e,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-focused .ui-resizable-e {
  right: -4px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxqb-table-background {
  position: absolute;
  z-index: -1;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  pointer-events: none;
  display: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxqb-table-border {
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  pointer-events: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxrd-selected .dxqb-table-background {
  display: block;
  opacity: 0.2;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxrd-selected .dx-background-inheritor .dxqb-table-border {
  border-color: inherit;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line line,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line polyline {
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line marker {
  fill: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line marker polyline {
  fill: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable {
  position: absolute;
  overflow: visible;
  z-index: 1;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable line,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable polyline {
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable marker {
  fill: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable marker polyline {
  fill: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-selected.dxdd-connector .dxdd-connection-line line,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-selected.dxdd-connector .dxdd-connection-line polyline {
  stroke-width: 3px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-selected.dxdd-connector .dxrd-control {
  border-width: 0px;
  border-style: none;
}
.dxqb-preview {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 12px;
}
.dxqb-preview .dx-overlay-content {
  max-height: 95%;
  max-width: 95%;
  min-width: 450px;
  min-height: 330px;
}
.dxqb-preview .dxqb-preview-popup-content {
  height: 100%;
  padding-bottom: 76px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dxqb-preview .dxqb-show-query-string-content {
  height: 100%;
}
.dxqb-preview .dxqb-show-query-string-content .dxrd-show-query-string-editor {
  height: 100%;
  background: transparent;
  border-width: 0px;
  border-style: none;
}
.dxqb-preview .dxqb-show-query-string-content .dxrd-show-query-string-editor textarea {
  background: transparent;
  padding: 7px 21px 8px;
}
.dxqb-preview .dxqb-show-query-string-content .dxrd-show-query-string-editor .dxrd-show-query-string-editor-content {
  margin: 7px 21px 8px;
  height: 100%;
}
.dxqb-preview .dxqb-preview-popup-buttons {
  border-top-width: 1px;
  border-top-style: solid;
  bottom: 0;
  height: 69px;
  padding-top: 1px;
  position: absolute;
  width: 100%;
}
.dxqb-preview .dxqb-preview-popup-buttons .dxqb-preview-popup-button {
  text-align: center;
  margin: 15px;
  float: right;
  width: 97px;
}
.dx-rtl .dxqb-preview .dxqb-preview-popup-buttons .dxqb-preview-popup-button {
  float: left;
}
.dxqb-preview .dxd-tableview {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.dxqb-preview .dxd-tableview .dxd-tableview-cell {
  border-left-width: 1px;
  border-left-style: solid;
}
.dx-rtl .dxqb-preview .dxd-tableview .dxd-tableview-cell {
  direction: rtl;
}
.dxqb-preview .dxd-tableview .dxd-tableview-cell .dxd-tableview-cell-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  vertical-align: top;
  padding: 7px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-rtl .dxqb-preview .dxd-tableview .dxd-tableview-cell .dxd-tableview-cell-text {
  text-align: right;
}
.dxqb-preview .dxd-tableview tr > .dxd-tableview-cell:first-child,
.dxqb-preview .dxd-tableview tr > .dxd-tableview-title-cell:first-child {
  border-left: 0;
}
.dxqb-preview .dxd-tableview tr {
  height: 30px;
}
.dxqb-preview .dxd-tableview .dxd-tableview-titles {
  position: relative;
  direction: ltr;
}
.dxqb-preview .dxd-tableview .dxd-tableview-titles .dxd-tableview-title-cell {
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-rtl .dxqb-preview .dxd-tableview .dxd-tableview-titles .dxd-tableview-title-cell {
  direction: rtl;
}
.dxqb-preview .dxd-tableview .dxd-tableview-titles .dxd-tableview-title-cell .dxd-tableview-cell-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  vertical-align: top;
  padding: 7px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dx-rtl .dxqb-preview .dxd-tableview .dxd-tableview-titles .dxd-tableview-title-cell .dxd-tableview-cell-text {
  text-align: right;
}
.dxqb-preview .dxd-tableview .dxd-tableview-data {
  padding-bottom: 32px;
}
.dxqb-preview .dxd-tableview .dxd-tableview-data table {
  direction: ltr;
  min-height: 100%;
}
.dxqb-preview .dxd-tableview .dxd-tableview-data table .dxd-tableview-data-fakerow {
  height: auto;
}
.dxqb-preview .dxd-tableview .dxd-tableview-data table .dxd-tableview-data-fakerow .dxd-tableview-cell-text {
  padding: 0;
}
.dxqb-preview .dxd-tableview table {
  border-spacing: 0;
  min-width: 100%;
}
.dxqb-preview .dxd-tableview .dx-scrollable-content {
  height: 100%;
  padding: 0;
}
.dxqb-preview .dxd-tableview .dx-scrollable-content .dx-scrollview-content {
  height: 100%;
}
.dxqb-preview .dxd-tableview .dxd-tableview-empty-message {
  padding: 10px;
}
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 8px;
}
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
  width: 8px;
}
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
  width: 15px;
}
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll,
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll {
  width: 15px;
}
.dx-fullscreen-wizard {
  font-weight: normal;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
  line-height: 1.35715;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1001;
}
.dx-ltr.dx-fullscreen-wizard {
  left: 50px;
  right: 0px;
}
.dx-rtl.dx-fullscreen-wizard {
  left: 0px;
  right: 50px;
}
.dx-designer .dx-fullscreen-wizard * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dx-fullscreen-wizard .dxrd-wizard {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  height: 65px;
  line-height: 65px;
  padding-right: 21px;
  padding-left: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile {
  position: absolute;
  overflow: hidden;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  position: absolute;
  width: 100%;
  height: 20px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list .dx-list-search,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list-with-search .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  border-color: inherit;
  border-radius: 0;
  margin-bottom: 0;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list.dx-state-focused,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list-with-search.dx-state-focused,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list.dx-state-hover,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list-with-search.dx-state-hover {
  border-color: inherit;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content {
  position: absolute;
  width: 100%;
  top: 30px;
  bottom: 0px;
  height: auto;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page {
  margin: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-disabled-content {
  margin: auto;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page {
  padding-top: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-validationsummary {
  padding-right: 16px;
  padding-left: 14px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-dataMember {
  padding-top: 16px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid {
  position: absolute;
  width: 100%;
  bottom: 16px;
  top: 88px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid > div,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dx-editors,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dx-fieldset,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dx-field,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dxrd-jsonwizard-jsonstring-editor {
  height: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dxrd-jsonwizard-jsonstring-editor.dx-textarea.dx-invalid {
  height: calc(100% - 40px);
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-add-queries-page .dxrd-treelist-search-panel {
  border-bottom: 0px;
  border-radius: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-add-queries-page .dxrd-treelist-search-panel .dx-texteditor {
  border: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonschema-page {
  padding-top: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonschema-page .dxrd-wizard-dataMember {
  padding-top: 16px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonschema-page .dxrd-wizard-dataMember .dxrd-wizard-add-queries-page {
  top: 60px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page .dxrd-wizard-list {
  height: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page .dxrd-masterDetail-editor-complete-wizard {
  height: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dx-objectdatasource-types-section {
  height: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dx-objectdatasource-types-section .dxrd-treelist-search-panel {
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dx-popup-normal {
  border-radius: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container {
  width: 15%;
  max-width: 300px;
  height: 100%;
  min-width: 200px;
  display: inline-block;
  position: absolute;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container {
  left: 0;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container {
  right: 0;
}
.dx-designer-viewport-xs .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container {
  display: none;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative {
  position: relative;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  height: 50px;
  padding-top: 15px;
  font-size: 13px;
  box-sizing: border-box;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-content {
  padding-right: 23px;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-content {
  padding-left: 23px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-marker {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-marker {
  left: -9px;
  transform: rotate(-45deg);
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-marker {
  right: -9px;
  transform: rotate(45deg);
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-navigation {
  padding: 0 30px 30px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content {
  width: calc(100% - 15%);
  max-width: calc(100% - 200px);
  height: 100%;
  display: inline-block;
  top: 0;
  right: 0;
  min-width: calc(100% - 300px);
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content:not(.withoutPanel) {
  right: 0;
  left: inherit;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content:not(.withoutPanel) {
  left: 0;
  right: inherit;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content.withoutPanel {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content.withoutPanel .dxrd-wizard-part-description-text {
  border-right-width: 1px;
  border-right-style: solid;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content.withoutPanel .dxrd-wizard-part-description-text {
  border-left-width: 1px;
  border-left-style: solid;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-part-description {
  height: 65px;
  line-height: 65px;
  font-size: 16px;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-part-description .dxrd-wizard-part-description-text {
  padding-right: 30px;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-part-description .dxrd-wizard-part-description-text {
  padding-left: 30px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-work-content {
  width: 100%;
  height: calc(100% - 65px);
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-work-content-relative {
  position: relative;
  width: 100%;
  height: calc(100% - 65px);
}
.dx-designer-viewport-xs .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-accordion-content.dx-fieldset {
  padding: 15px 0;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  right: unset;
  left: 10%;
}
.dxrd-wizard {
  cursor: default;
}
.dxrd-wizard .dx-popup-content {
  padding: 0;
}
.dxrd-wizard .dx-background-inheritor .dxd-list-item-back-color:hover {
  background-color: inherit;
}
.dxrd-wizard .dxrd-wizard-header-custom {
  height: 55px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 8px;
}
.dxrd-wizard .dxrd-wizard-header-custom .dxrd-span-title {
  font-size: large;
}
.dxrd-wizard .dxrd-wizard-header-custom .dxrd-span-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  height: 20px;
}
.dxrd-wizard .dxrd-wizard-content {
  top: 76px;
  bottom: 77px;
  position: absolute;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-button {
  margin: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page {
  height: 100%;
  padding: 20px 21px 20px 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-wizard-connections {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-availabledatasources {
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page {
  padding-top: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-validationsummary {
  padding-right: 16px;
  padding-left: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-jsonwizard-jsonstring-editor {
  min-height: 230px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-wizard-jsoneditor {
  border-width: 1px;
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file {
  z-index: 15;
  width: 28px;
  height: 28px;
  position: absolute;
  cursor: pointer;
  right: 25px;
  top: 13px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file > div {
  width: 100%;
  height: 100%;
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file .dxd-back-primary2 {
  opacity: 0.75;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file:hover .dxd-back-primary2 {
  opacity: 1;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file:hover .dx-button {
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file .dx-button {
  background: transparent;
  border-style: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file .dx-button .dx-icon {
  width: 26px;
  height: 26px;
  background: transparent;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file .dx-button .dx-icon > svg {
  width: 24px;
  height: 24px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter {
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-texteditor {
  height: 36px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-texteditor .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-texteditor .dx-placeholder {
  font-size: 14px;
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field .dx-field-label:not(.dx-accordion-empty) {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field .dx-field-value {
  width: 60%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field .dx-field-value.dx-widget {
  height: 36px;
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field .dx-group-header-font {
  font-size: 12px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-collectioneditor .dx-collectioneditor-items .dx-collectioneditor-item-container {
  height: 44px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-collectioneditor .dx-collectioneditor-items .dx-collectioneditor-item-container .dx-field {
  display: flex;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-container {
  width: 33%;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-left-container {
  width: 33%;
  position: relative;
  float: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-left-container .dx-jsonwizard-parameter {
  left: 16px;
  right: 2px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-middle-container {
  width: 33%;
  position: relative;
  float: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-middle-container .dx-jsonwizard-parameter {
  left: 2px;
  right: 2px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-right-container {
  width: 33%;
  position: relative;
  float: right;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-right-container .dx-jsonwizard-parameter {
  right: 0;
  left: 2px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonschema-page {
  padding-top: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonschema-page .dx-field {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonschema-page .dx-field .dx-field-label {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonschema-page .dxrd-wizard-add-queries-page {
  position: absolute;
  top: 48px;
  bottom: 0px;
  width: 100%;
  height: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list-item,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list .dx-empty-message {
  border-width: 0px;
  border-style: none;
  margin-bottom: 1px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-treelist-item {
  height: auto;
  padding: 5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-list {
  height: 286px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-list .dx-list-item-before-bag {
  display: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list .dx-list-search,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list-with-search .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  border-color: inherit;
  border-radius: 0;
  margin-bottom: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list-with-search.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list.dx-state-hover,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list-with-search.dx-state-hover {
  border-color: inherit;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-list-title {
  margin-bottom: 10px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style {
  padding: 0px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-datasourceoperation,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dxrd-wizard-datasourceoperation {
  padding: 8px 20px;
  position: absolute;
  height: 65px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-default-border-style,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dx-default-border-style,
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-dataMember,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dxrd-wizard-dataMember,
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-filtereditor,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dx-filtereditor {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-filtereditor-tree,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dx-filtereditor-tree {
  border-width: 0px;
  border-style: none;
  padding-left: 20px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-item-content.dx-list-item-content,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dx-item-content.dx-list-item-content {
  padding: 10px 20px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxa-no-data-message,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxa-no-data-message {
  text-align: center;
  position: absolute;
  top: 100px;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  border-color: inherit;
  border-radius: 0;
  margin-bottom: 0;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel .dx-texteditor-input,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel .dx-texteditor-input,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search .dx-texteditor-input,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel .dx-placeholder,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel .dx-placeholder,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search .dx-placeholder,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search .dx-placeholder {
  font-size: 14px;
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel.dx-state-hover,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel.dx-state-hover,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search.dx-state-hover,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search.dx-state-hover {
  border-color: inherit;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  border-color: inherit;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search .dx-placeholder {
  font-size: 14px;
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search.dx-state-hover {
  border-color: inherit;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dxrd-properties-wrapper {
  overflow: visible;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-label {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  height: 36px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  margin-right: 40px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  margin-left: 40px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-value .dx-popup-general {
  margin-left: 0px;
  margin-right: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field.dxd-back-primary .dx-field-label {
  font-weight: bold;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-editormenu-box {
  top: 0px;
  width: 36px;
  height: 36px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-editormenu-box .dx-icon {
  width: 16px;
  height: 16px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-editormenu-box .dx-icon svg {
  width: 16px;
  height: 16px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent {
  padding-left: 0px;
  padding-right: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist-item .dx-treelist-action,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist-item .dx-treelist-action-edit {
  vertical-align: top;
  margin-left: 6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist-item .dx-treelist-text-with-checkbox .dx-queryname-textbox {
  height: 24px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist-item .dx-treelist-text-with-checkbox {
  padding-left: 31px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist-item .dx-treelist-text-with-checkbox {
  padding-right: 31px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dx-radiogroup {
  margin-left: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-radio-nowrap-ellipsis {
  margin-top: 19px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-radio-nowrap-ellipsis .dx-radiobutton {
  table-layout: inherit;
  width: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dx-editquery-editor {
  margin-top: 5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-query-header {
  position: relative;
  height: 20px;
  margin-top: 19px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-query-header .dx-editquery-editor {
  margin-top: 0px;
  position: absolute;
  left: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-query-header .dxd-hyperlink-color {
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor {
  height: 182px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor.dxrd-wizard-list {
  height: 181px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor .dx-list-search {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-radius: inherit;
  margin-bottom: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor.dxrd-create-query-page-editor-border {
  border-width: 1px;
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor .dxrd-create-query-page-editor-content {
  padding: 7px 9px 8px;
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-item-border-color {
  border-color: transparent;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item {
  border-width: 1px;
  border-style: solid;
  width: 120px;
  height: 150px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item .dxrd-wizard-type-image {
  width: 96px;
  height: 96px;
  margin: 15px auto 8px;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item .dxrd-wizard-type-image svg {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item .dxrd-wizard-type-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item:hover,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item.dxd-state-selected {
  border-width: 1px;
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-navigation {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.dxrd-wizard.dxrd-wizard .dxrd-wizard-navigation {
  padding: 21px;
  height: auto;
}
.dxrd-querybuilder-popup.dxrd-wizard .dxrd-wizard-navigation {
  border-top-width: 1px;
  border-top-style: solid;
  height: 55px;
}
.dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn {
  text-align: center;
  margin-top: 10px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.left {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.left {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.right {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.dxrd-datasource-parameters {
  height: 100%;
  position: relative;
}
.dxrd-datasource-parameters .dxrd-collectioneditor-wizard-buttons {
  position: absolute;
  bottom: 24px;
}
.dxrd-datasource-parameters .dxrd-collectioneditor-action {
  width: auto;
  height: auto;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-header {
  line-height: 28px;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-collection {
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 71px;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-collection .dxrd-datasource-parameters-container {
  border-width: 1px;
  border-style: solid;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-collection .dxrd-datasource-parameters-container .dxrd-datasource-parameters-empty-text {
  vertical-align: middle;
  line-height: 26px;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-collection .dxrd-group-header {
  font-weight: normal;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  text-transform: none;
}
.dxrd-querybuilder-popup {
  cursor: default;
}
.dxrd-querybuilder-popup .dx-popup-content {
  padding: 0;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-content {
  height: 100%;
  padding-bottom: 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.dxrd-wizard.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons {
  padding: 21px;
  height: auto;
}
.dxrd-querybuilder-popup.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons {
  border-top-width: 1px;
  border-top-style: solid;
  height: 55px;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn {
  text-align: center;
  margin-top: 10px;
}
.dx-ltr .dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn.left {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.dx-rtl .dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn.left {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.dx-ltr .dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn.right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.dx-rtl .dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn.right {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-querybuilder-popup-button {
  text-align: center;
  margin-top: 10px;
  float: right;
  margin: 10px;
  margin-left: 0px;
  min-width: 100px;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-querybuilder-popup-button-left {
  text-align: center;
  margin-top: 10px;
  float: left;
  margin: 10px;
}
.dxrd-querybuilder-popup .dx-rtl .dxrd-querybuilder-popup-button {
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}
.dxrd-querybuilder-popup .dx-rtl .dxrd-querybuilder-popup-button-left {
  float: right;
}
.dxrd-wizard.dx-editors .dxrd-wizard-content .dxrd-collectioneditor-action {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dxrd-wizard.dx-editors .dxrd-wizard-content .dxrd-group-header {
  padding-left: 13px;
}
.dxrd-wizard.dx-editors .dx-rtl .dxrd-wizard-content .dxrd-collectioneditor-action {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
.dxrd-wizard.dx-editors .dx-rtl .dxrd-wizard-content .dxrd-group-header {
  padding-right: 13px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-create-query-page .dx-radiogroup {
  margin-right: 0;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-page .dx-filtereditor-tree {
  padding-right: 20px;
  padding-left: 0px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-page .dx-treelist-item .dx-treelist-text-with-checkbox {
  padding-right: 31px;
  padding-left: 0px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton {
  margin-right: 10px;
  margin-left: 9px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist .dx-treelist-item .dx-treelist-action.dx-button {
  margin-right: 6px;
  margin-left: 0px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist .dx-accordion-content.dx-fieldset {
  padding: 31px 159px 26px 139px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-page-treelist-accordion-style .dx-treelist .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  left: 75%;
  right: auto;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-navigation .dxrd-wizard-btn.left {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-navigation .dxrd-wizard-btn.right {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.dxrd-wizard .dx-rtl .dxrd-datasource-parameters .dxrd-datasource-parameters-header .dxrd-datasource-parameters-header-text {
  float: right;
}
.dx-add-queries-page-checkbox {
  position: absolute;
}
.dx-add-queries-page-checkbox.dx-checkbox-indeterminate .dx-checkbox-icon:before {
  width: 12px;
  height: 12px;
}
