.report-table {
  padding-top: 8px;
  padding-bottom: 8px;
}
.report-table .columns-filter {
  width: 100%;
  margin-bottom: 8px;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .report-table .columns-filter {
    width: 50%;
    max-width: 450px;
    margin-bottom: -34px;
  }
}
.report-table .pagination-filter {
  position: absolute;
  right: 170px;
  top: 58px;
}
@media (min-width: 768px) {
  .report-table .pagination-filter {
    top: 16px;
  }
}
.report-table .apply-datatables {
  width: 100%;
}
.report-table .apply-datatables tr th:not(:first-child),
.report-table .apply-datatables tr td:not(:first-child) {
  text-align: center;
}
.report-table .apply-datatables thead th {
  max-width: 0;
}
.report-table .apply-datatables thead th.table-checkboxes {
  max-width: 100px;
}
.report-table .apply-datatables thead th .text-grey {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.report-table .apply-datatables tbody td {
  font-size: 13px;
}
.report-table .apply-datatables tbody td span[role="show-customer-used-coupons-info"] {
  color: #ef6325;
  cursor: pointer;
}
.report-table .apply-datatables tbody td .product-table-wrapper {
  text-align: left;
}
.report-table .apply-datatables tbody td .form-control {
  max-width: 120px;
  margin: 0 auto;
}
.report-table .apply-datatables tbody td .form-control .btn-default {
  padding-right: 30px;
  font-size: 13px;
}
.report-table .apply-datatables tbody td .form-control .btn-default .filter-option {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-table .apply-datatables tbody td .form-control .dropdown-menu {
  font-size: 13px;
}
.report-table .apply-datatables tfoot td {
  padding: 14px 10px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  background: #f8f8f8;
}
