/* we need to use this piece of codes to update table in different templates. So, to use commonly added this scss file */
.commonTableFixing {
  margin-bottom: 0; }
  .commonTableFixing tr th, .commonTableFixing tr td {
    min-width: 90px;
    vertical-align: middle; }
    .commonTableFixing tr th.fixcell:first-child, .commonTableFixing tr td.fixcell:first-child {
      text-align: left; }
    .commonTableFixing tr th.totalColumn, .commonTableFixing tr td.totalColumn {
      min-width: 110px;
      width: 110px; }
  .commonTableFixing tr th {
    height: 25px;
    padding: 0 10px !important; }
    .commonTableFixing tr th.twoCell div {
      padding: 0 10px; }
    .commonTableFixing tr th.twoCell .btn-close {
      margin-left: 10px; }
    .commonTableFixing tr th.twoCell .addText {
      padding: 3px 10px; }
  .commonTableFixing tr td {
    padding: 0 10px !important;
    height: 25px;
    vertical-align: middle !important; }
  .commonTableFixing tr.trPattensBlue .totalColumn {
    background-color: tablecolor("pattens-blue") !important; }
  .commonTableFixing tr:first-child th:first-child {
    padding: 0 0 !important; }
  .commonTableFixing .trHead th, .commonTableFixing .trHead td {
    padding: 0 10px !important;
    height: auto; }
  .commonTableFixing .icon-collapse {
    float: left; }

/* end */
