


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  
  
  .wrap-table100 {
    width: 1170px;
  }
  
  table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  table * {
    position: relative;
  }
  table td, table th {
    padding-right: 8px;
  }
  table thead tr {
    height: 60px;
    background: #36304a;
  }
  table tbody tr {
    height: 50px;
  }
  table tbody tr:last-child {
    border: 0;
  }
  table td {
    text-align: right;
    line-height: normal;
  }
  table th {
    text-align: center;
  }
  table td.l, table th.l {
    text-align: left;
  }
  table td.c, table th.c {
    text-align: center;
  }
  table td.r, table th.r {
    text-align: center;
  }
  
  
  .table100-head th{
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    border: 1px solid #4e4e4e;
  }
  
  tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  
  tbody tr {
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
  }
  
  tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    /* cursor: pointer; */
  }
  
  .column1 {
    /* width: 260px; */
    text-align: right;
  }
  
  .column2 {
    /* width: 160px; */
  }
  
  .column3 {
    /* width: 245px; */
  }
  
  .column4 {
    /* width: 110px; */
    text-align: center;
  }
  
  .column5 {
    /* width: 170px; */
    text-align: center;
  }
  
  .column6 {
    /* width: 222px; */
    text-align: center;
    /* padding-left: 62px; */
  }
  table tbody tr td .mobile-header {
    display: none;
  }
  
  @media screen and (max-width: 992px) {
    table {
      display: block;
    }
    table > *, table tr, table td, table th {
      display: block;
    }
    table thead {
      display: none;
    }
    table tbody tr {
      height: auto;
      padding: 37px 0;
    }
    table tbody tr td {
      padding-right: 50% !important;
      margin-bottom: 24px;
    }
    table.table-without-header tbody tr{
      padding: 15px 0;
    }
    table.table-without-header tbody tr td {
      padding-right: unset !important;
      text-align: center;
    }
    table tbody tr td:last-child {
      margin-bottom: 0;
    }
    table tbody tr td .mobile-header
    /* table tbody tr td:before  */
    {
      display: block;
      font-size: 14px;
      color: #999999;
      line-height: 1.2;
      font-weight: bold;
      position: absolute;
      width: 40%;
      right: 30px;
      top: 0;
    }
    /* property table */
    /* table.all_property tbody tr td:nth-child(1):before {
      content: "ردیف";
    }
    table.all_property tbody tr td:nth-child(2):before {
      content: "شناسه ملک در سادا";
    }
    table.all_property tbody tr td:nth-child(3):before {
      content: "واحد بهره بردار";
    }
    table.all_property tbody tr td:nth-child(4):before {
      content: "مساحت عرصه";
    }
    table.all_property tbody tr td:nth-child(5):before {
      content: "مساحت اعیان";
    }
    table.all_property tbody tr td:nth-child(6):before {
      content: "پلاک اصلی";
    }
    table.all_property tbody tr td:nth-child(7):before {
      content: "پلاک فرعی";
    }
    table.all_property tbody tr td:nth-child(8):before {
      content: "استان";
    }
    table.all_property tbody tr td:nth-child(9):before {
      content: "شهرستان";
    }
    table.all_property tbody tr td:nth-child(10):before {
      content: "آدرس";
    }
    table.all_property tbody tr td:nth-child(11):before {
      content: "";
    } */

    /* project tables */
    /* table.all_projects tbody tr td:nth-child(1):before {
      content: "ردیف";
    }
    table.all_projects tbody tr td:nth-child(2):before {
      content: "استان";
    }
    table.all_projects tbody tr td:nth-child(3):before {
      content: "نام پروژه";
    }
    table.all_projects tbody tr td:nth-child(4):before {
      content: "شماره طبقه بندی پروژه";
    }
    table.all_projects tbody tr td:nth-child(5):before {
      content: "دستگاه اجرایی";
    }
    table.all_projects tbody tr td:nth-child(6):before {
      content: "پیشرفت فیزیکی (%)";
    }
    table.all_projects tbody tr td:nth-child(7):before {
      content: "توضیحات";
    }
    table.all_projects tbody tr td:nth-child(8):before {
      content: "";
    } */
    
  
    .column4,
    .column5,
    .column6 {
      text-align: right;
    }
  
    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
      width: 100%;
    }
  
    tbody tr {
      font-size: 14px;
    }
  }
  
  @media (max-width: 576px) {
    .container-table100 {
      padding-right: 15px;
      padding-left: 15px;
    }
  }