/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2020, 9:34:07 AM
    Author     : kallado
*/

/* fixed column */

.node-body .jspContainer table.fixed-column{
  border-collapse: separate;
}

table.fixed-column tbody > tr td:first-child,
table.fixed-column thead > tr th:first-child {
  position: relative;
  left: 0;
  z-index: 1;
}

table.fixed-column tbody tr:nth-child(2n + 1) td,
table.fixed-column tbody tr:nth-child(2n + 1) td,
table:not(#recaptcha_table) thead tr:nth-child(2n + 1) th,
table.fixed-column thead tr:nth-child(2n + 1) th,
table.fixed-column thead tr:nth-child(2n + 1) th {
  background: #ffffff;
}
table.fixed-column tbody tr:nth-child(2n) td,
table.fixed-column tbody tr:nth-child(2n) td,
table:not(#recaptcha_table) thead tr:nth-child(2n) th,
table.fixed-column thead tr:nth-child(2n) th,
table.fixed-column thead tr:nth-child(2n) th {
  background: #ffffff;
}

@media (max-width: 768px) {
  table.fixed-column tbody > tr td:first-child,
  table.fixed-column thead > tr th:first-child {
    max-width: 100% !important;
  }

  .node-oar-content table.fixed-column tbody > tr td:first-child,
  .node-oar-content table.fixed-column thead > tr th:first-child {
    max-width: 150px !important;
  }
}
/*
  .content-main table.fixed-column{
  
  }
  */
