@-webkit-keyframes uikit_components_datagrid__trickMargin_ccdf11af {
  0% {
    margin-right: 20px;
  }

  100% {
    margin-right: 0;
  }
}

@keyframes uikit_components_datagrid__trickMargin_ccdf11af {
  0% {
    margin-right: 20px;
  }

  100% {
    margin-right: 0;
  }
}

.uikit_components_datagrid__hightlightedResizer_ccdf11af .rt-resizable-header-content {
    border-right: 2px #536dfe solid !important;
  }

.uikit_components_datagrid__Draggable_ccdf11af[draggable] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
        user-select: none;

    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    opacity: 1;
    cursor: move;
  }

.uikit_components_datagrid__dragging_ccdf11af {
  cursor: move;
  opacity: 1;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .16);

  /* Magic fix problem with chrome/opera bug
   * when dragging area is bigger then real
   * width of cell */
  margin-right: 20px;
  -webkit-animation-name: uikit_components_datagrid__trickMargin_ccdf11af;
          animation-name: uikit_components_datagrid__trickMargin_ccdf11af;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.uikit_components_datagrid__draggingTable_ccdf11af {
  cursor: move;
}

.uikit_components_datagrid__borderedTr_ccdf11af {
  cursor: move;
}

.uikit_components_datagrid__borderedTr_ccdf11af > * {
    border-top: 1px rgb(204, 204, 204) dashed;
    border-bottom: 1px rgb(204, 204, 204) dashed;
  }
