.status.workflow-status-data-renderer {
  background-color: #fff;
  border-color: #89a7e0;
  color: #2e5aac; }
  .status.workflow-status-data-renderer.awaiting-pickup, .status.workflow-status-data-renderer.expired, .status.workflow-status-data-renderer.in-progress, .status.workflow-status-data-renderer.partially-refunded, .status.workflow-status-data-renderer.partially-shipped, .status.workflow-status-data-renderer.pending, .status.workflow-status-data-renderer.processing, .status.workflow-status-data-renderer.on-hold, .status.workflow-status-data-renderer.shipped {
    border-color: #ff8f39;
    color: #863a00; }
  .status.workflow-status-data-renderer.denied, .status.workflow-status-data-renderer.disputed, .status.workflow-status-data-renderer.cancelled, .status.workflow-status-data-renderer.declined {
    border-color: #f48989;
    color: #da1414; }
  .status.workflow-status-data-renderer.approved, .status.workflow-status-data-renderer.refunded, .status.workflow-status-data-renderer.subscription, .status.workflow-status-data-renderer.completed {
    border-color: #5aca76;
    color: #287d3d; }

.data-set-display .data-set-display-management-bar-wrapper {
  border-bottom: 1px solid #e7e7ed; }
  .data-set-display .data-set-display-management-bar-wrapper > .management-bar {
    margin-bottom: 0; }
    .data-set-display .data-set-display-management-bar-wrapper > .management-bar + .management-bar {
      border-top: 1px solid #eee; }

.data-set-display .data-set-sub-item {
  color: #6b6c7e; }
  .data-set-display .data-set-sub-item a {
    color: #6b6c7e; }
  .data-set-display .data-set-sub-item td {
    background-color: #f0f5ff;
    border-bottom-width: 2px;
    border-color: white;
    border-top-width: 2px;
    padding-bottom: 4px;
    padding-top: 4px; }
    .data-set-display .data-set-sub-item td:first-child {
      border-left-width: 4px; }
    .data-set-display .data-set-sub-item td:last-child {
      border-right-width: 4px; }
  .data-set-display .data-set-sub-item.last-of-group td {
    border-bottom-width: 4px; }
  .data-set-display .data-set-sub-item .sticker {
    transform: scale(0.8);
    transform-origin: left; }
  .data-set-display .data-set-sub-item .table-cell-data-wrapper {
    background-color: #f0f5ff; }

.data-set-display .table {
  border-collapse: separate;
  border-spacing: 0; }
  .data-set-display .table td:first-child,
  .data-set-display .table th:first-child,
  .data-set-display .table .table-cell-start {
    padding-left: 1rem; }
  .data-set-display .table td:last-child,
  .data-set-display .table th:last-child,
  .data-set-display .table .table-cell-end {
    padding-right: 1rem; }
  .data-set-display .table td {
    border-bottom-width: 0;
    position: relative; }
    .data-set-display .table td:first-child::after {
      background: #0b5fff;
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      top: 0;
      transform: scaleX(0);
      transition: transform 0.1s ease-in;
      width: 3px; }
  .data-set-display .table tr {
    background: white; }
    .data-set-display .table tr:first-of-type td {
      border-top-color: white; }
    .data-set-display .table tr.active td::after {
      transform: scaleX(1); }
  .data-set-display .table .data-set-fields-selector-dropdown {
    display: inline-block;
    text-align: center;
    width: 2rem; }
  .data-set-display .table .data-set-item-actions-wrapper {
    padding-top: 20px;
    text-align: right;
    vertical-align: top; }
  .data-set-display .table .data-set-item-selector-wrapper {
    padding-top: 22px;
    vertical-align: top; }

.data-set-display .table-responsive {
  margin-bottom: 0;
  overflow-y: hidden; }

.data-set-display.data-set-display-fluid .data-set-display-pagination-wrapper {
  margin: 1rem 0 0; }

.data-set-display.data-set-display-inline .data-set-display-pagination-wrapper {
  padding-top: 0.5rem; }

.data-set-display.data-set-display-inline .table {
  border-bottom: 1px solid #e7e7ed; }

.data-set-display.data-set-display-pagination-wrapper {
  margin: 1rem 1rem 0; }

.data-set-display.data-set-display-stacked .data-set-display-management-bar-wrapper {
  border: 1px solid #e7e7ed;
  margin-bottom: 1rem; }

.data-set-display.data-set-display-stacked .data-set-display-content-wrapper {
  margin-bottom: 1rem; }

.data-set-display.data-set-display-stacked .data-set-display-pagination-wrapper {
  margin: 1rem 0 0; }

.tooltip-provider {
  color: #2e5aac;
  cursor: help;
  margin-left: 0.25rem; }
  .tooltip-provider > * {
    pointer-events: none; }

.table-style-fluid,
.table-style-stacked {
  border: 1px solid #e7e7ed;
  border-radius: 4px;
  overflow: hidden; }
  .table-style-fluid .table,
  .table-style-stacked .table {
    margin-bottom: -1px; }

.tooltip-table {
  background: transparent;
  border: none;
  border-collapse: collapse;
  font-weight: 600;
  width: 100%; }
  .tooltip-table td {
    background-color: transparent !important;
    border: none;
    padding-bottom: 0.125rem !important;
    padding-top: 0.125rem !important; }
    .tooltip-table td:first-child {
      color: #e6e6e6;
      padding-left: 0 !important; }
    .tooltip-table td:last-child {
      color: white;
      padding-right: 0 !important; }
  .tooltip-table tr:last-child td {
    color: white;
    font-size: 1rem;
    padding-top: 0.5rem !important;
    position: relative; }
    .tooltip-table tr:last-child td::after {
      border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0.25rem; }
    .tooltip-table tr:last-child td:last-child {
      color: #f48989; }

.table .content-renderer-image {
  width: 1%; }

.filter-resume {
  cursor: pointer; }
  .filter-resume.active {
    border-color: #0b5fff; }
  .filter-resume.disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .filter-resume .filter-resume-content {
    display: flex; }

.filters-dropdown-button {
  padding: 0.5rem; }

.btn.btn-filter-navigation {
  height: 14px;
  line-height: 1;
  margin-right: 12px;
  padding: 0;
  position: relative;
  top: -1px;
  width: 14px; }

.data-set-filter .simple-toggle-switch .toggle-switch-bar {
  height: 24px;
  line-height: 24px; }

.data-set-filter .simple-toggle-switch .toggle-switch-handle {
  min-width: 40px; }

.data-set-filter .simple-toggle-switch .toggle-switch-check {
  height: 24px;
  width: 40px; }
  .data-set-filter .simple-toggle-switch .toggle-switch-check:empty ~ .toggle-switch-bar::after {
    bottom: 3px;
    height: 18px;
    left: 3px;
    top: 3px;
    width: 18px; }
  .data-set-filter .simple-toggle-switch .toggle-switch-check:empty ~ .toggle-switch-bar::before {
    width: 40px; }
  .data-set-filter .simple-toggle-switch .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
    margin-left: 40px; }
  .data-set-filter .simple-toggle-switch .toggle-switch-check:checked ~ .toggle-switch-bar::after {
    left: 18px; }

.filter-body .inline-scroller {
  max-height: 200px; }

.filter-body .form-control {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.filter-body .custom-control-label {
  display: flex; }
  .filter-body .custom-control-label::before {
    flex-shrink: 0; }

.clay-modal .modal-dialog {
  position: static; }

.modal-body-iframe {
  position: relative; }
  .modal-body-iframe .loader-container {
    align-items: center;
    background: white;
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.quantity-selector .simple.input-group {
  flex-wrap: nowrap; }

.quantity-selector .simple input {
  min-width: 75px; }

.side-panel {
  background-color: #f1f2f5;
  bottom: 0;
  box-shadow: -10px 20px 30px rgba(39, 40, 51, 0.15);
  position: fixed;
  right: 0;
  top: 0;
  transition: transform ease 500ms, box-shadow ease 500ms, width ease 500ms;
  width: 70%;
  will-change: transform, box-shadow, opacity, width;
  z-index: 1020; }
  .side-panel iframe {
    height: 100%;
    width: 100%; }
  .side-panel .loader {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
  .side-panel:not(.is-loading) .loader {
    opacity: 0;
    pointer-events: none;
    transition: all ease 200ms; }
  .side-panel.is-hidden {
    box-shadow: 0 0 0 rgba(39, 40, 51, 0.15);
    transform: translateX(100%); }
  .side-panel.is-loading iframe {
    display: none; }
  .side-panel.side-panel-xs {
    width: 25%; }
  .side-panel.side-panel-sm {
    width: 33%; }
  .side-panel.side-panel-md {
    width: 50%; }
  .side-panel.side-panel-lg {
    width: 66%; }
  .side-panel.side-panel-xl {
    width: 75%; }
  .side-panel.side-panel-full {
    width: 100%; }
  .side-panel .nav {
    border-bottom: 1px solid #dddee7; }
  .side-panel .side-menu {
    border-bottom-width: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 100%;
    top: 0; }
  .side-panel .tab-content,
  .side-panel .tab-pane {
    height: 100%;
    position: relative;
    z-index: 1; }

.side-panel-close {
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  transition: top ease-in-out 0.1s, right ease-in-out 0.1s, opacity ease-in 0.2s;
  z-index: 1; }
  .side-panel-close.side-panel-close-menu {
    opacity: 1;
    right: 16px;
    top: 4px; }
  .side-panel-close.side-panel-close-simple {
    opacity: 1;
    right: 20px;
    top: 29px; }

.side-panel-nav-cover {
  background: white;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transform: translateX(100%);
  transition: opacity 0.2s ease-in, transform 0.4s ease-in, left 0.4s ease-in;
  z-index: 988; }
  body.open .side-panel-nav-cover {
    left: 320px; }
  .side-panel-nav-cover.is-visible {
    opacity: 1;
    transform: translateY(0%); }
  .side-panel-nav-cover .nav-link {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem; }

.cell-comment {
  cursor: pointer; }
  .cell-comment svg {
    pointer-events: none; }

.clay-admin-header {
  position: sticky;
  z-index: 989; }
  .has-control-menu .clay-admin-header {
    top: 56px; }
  .ie11 .clay-admin-header {
    position: static; }

.clay-header-title {
  max-width: 300px; }

.clay-header {
  position: sticky;
  top: 0;
  z-index: 900; }
  .has-control-menu .clay-header {
    top: 48px; }
    @media screen and (min-width: 576px) {
      .has-control-menu .clay-header {
        top: 56px; } }

.filter-panel-head.active .panel-header-link {
  background-color: #eef2fa; }

.list-group-no-bordered .list-group-item {
  border-width: 0 0 1px;
  margin-bottom: 0; }
  .list-group-no-bordered .list-group-item:last-child {
    border-width: 0; }

.modal-lg,
.modal-xl {
  max-width: 800px; }

@media (min-width: 576px) {
  .modal .modal-dialog {
    display: block; } }

.sorting-icons-wrapper .sorting-icon:nth-child(2) {
  left: -6px;
  position: relative; }

.sorting-icons-wrapper .sorting-icon:not(.active) {
  opacity: 0.5; }