/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.items-list-table .tooltip-main {
  padding: 0;
}

.items-list-table table.list tbody.lines td.actions.right .action {
  display: block;
  float: right;
}

.items-list-table .tooltip-main {
  width: auto;
}

.items-list-table .tooltip-main tooltip-caption {
  width: 16px;
  height: 16px;
}


.items-list-table .tooltip-main .not-removed{
  border: none;
  font-size: 18px;
  filter: alpha(opacity=80);
  opacity: .9;
  color: #cad2e5;
}

.items-list-table td.orders_count .cell {
  text-align: right;
}
