
.pirate-report-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pirate-report-content th,
.pirate-report-content td {
  white-space: nowrap;
}

.player-wrapper{
  display: none;
  width:100%;
}

table.player-table{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-right: 25px;
  
}

table.player-table td{
  border: none;
  padding: 8px;
}

table.player-table tr:nth-child(even){background-color: lightslategray;}

table.player-table tr:hover {background-color: aliceblue;}

table.player-table thead th{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #000080;
  color: white;
}

.inputField{
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search_results
{
  border:1px outset black;
  background-color: aliceblue;
  width: 50%;
  
}

.product_search_results
{

  border:1px outset black;
  background-color: aliceblue;
  width: 50%;
  
}

.search-result-item:hover {

  background-color: whitesmoke;
  cursor: pointer;
  

}

.product-search-result-item:hover{
  background-color: whitesmoke;
  cursor: pointer;

}

.submit_results_error
{
  border:1px outset black;
  background-color: pink;
  width: 50%;
}

.submit_results_ok
{
  border:1px outset black;
  background-color: honeydew;
  width: 50%;
}

.striped-td
{
  background-color: aliceblue !important;
}

.first_child
{
  background-color: aliceblue !important;
}

.second_child
{
  background-color: whitesmoke !important;
}

.first_child_even
{
  background-color: aliceblue !important;
  
}

.first_child_odd
{
  background-color: aliceblue !important;
  
}

.second_child_even
{
  background-color: lightgoldenrodyellow !important;

}

.second_child_odd
{
  background-color: lightgoldenrodyellow !important;
  
}

.third_child_even
{
  background-color: whitesmoke !important;
  
}

.third_child_odd
{
  background-color: whitesmoke !important;
  
}

.pirate-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  margin: 12px 0 24px;
}

.pirate-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 640px;
  font-size: 14px;
  color: #0f172a;
}

.pirate-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: left;
  background: #0f172a;
  color: #0f172a;
  font-weight: 600;
  padding: 12px 14px;
  border-bottom: 1px solid #0b1220;
}

.pirate-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

.pirate-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.pirate-table tbody tr:hover td {
  background: #eef2ff;
}

@media (max-width: 720px) {
  .pirate-table {
    min-width: 0;
  }

  .pirate-table thead {
    display: none;
  }

  .pirate-table tbody tr {
    display: block;
    border-bottom: 1px solid #e2e8f0;
  }

  .pirate-table tbody td {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px dashed #e2e8f0;
    background: #ffffff;
  }

  .pirate-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #64748b;
  }

  .pirate-table tbody tr:nth-child(even) td,
  .pirate-table tbody tr:hover td {
    background: #ffffff;
  }
}

/* Modernize Storefront footer when Storefront Pro is active */
.storefront-pro-active .site-footer {
  background: linear-gradient(135deg, #0f172a, #111827);
  color: #e5e7eb;
  padding: 32px 0 24px;
  border-top: 0;
}

.storefront-pro-active .site-footer .col-full {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.storefront-pro-active .site-footer a {
  color: #cbd5f5;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "industry", "Arial Black", "Impact", "Haettenschweiler", "Franklin Gothic Heavy", Arial, sans-serif;
}

.storefront-pro-active .site-footer .footer-widgets a {
  color: #ffffff !important;
}

.storefront-pro-active .site-footer a:hover {
  color: #ffffff;
}

.storefront-pro-active .site-footer .footer-widgets {
  margin: 0 0 16px;
}

.storefront-pro-active .site-footer .site-info {
  color: #94a3b8;
  font-size: 0.9rem;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "industry", "Arial Black", "Impact", "Haettenschweiler", "Franklin Gothic Heavy", Arial, sans-serif;
}

.storefront-pro-active .site-footer {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "industry", "Arial Black", "Impact", "Haettenschweiler", "Franklin Gothic Heavy", Arial, sans-serif;
}

.storefront-pro-active .site-info a[rel="designer"],
.storefront-pro-active .site-info a[href*="woothemes.com"] {
  display: none !important;
}

.storefront-pro-active .storefront-handheld-footer-bar {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 16px;
  padding-top: 12px;
}
