/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
    font-family: OpenSans-Regular;
    src: url('../../../fonts/OpenSans/OpenSans-Regular.ttf'); 
  }
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ RESTYLE TAG ]*/
  /* ------------------------------------ */
  table a {
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  
  table a:focus {
      outline: none !important;
  }
  
  table a:hover {
      text-decoration: none;
  }

table button.inTableButton {
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 5px;
    color: #ffffff;
    /* padding: 15px; */
    padding: 10px;
    margin: 5px;
    font-size: 15px;
}

table button.inTableButton:hover {
  color: #333333;
  background-color: #fff;
}

table button.inTableButton:focus {
  outline: none !important;
  color: #333333;
  background-color: #fff;
}

  /* ------------------------------------ */
  table h1,
  table h2,
  table h3,
  table h4,
  table h5,
  table h6 {margin: 0px;}
  
  table p {margin: 0px;}
  
  table ul, table li {
      margin: 0px;
      list-style-type: none;
  }
  
  
  /* ------------------------------------ */
  table input {
    display: block;
      outline: none;
      border: none !important;
  }
  
  table textarea {
    display: block;
    outline: none;
  }
  
  table textarea:focus, table input:focus {
    border-color: transparent !important;
  }
  
  /* ------------------------------------ */
  table button {
      outline: none !important;
      border: none;
      background: transparent;
  }
  
  table button:hover {
      cursor: pointer;
  }
  
  table iframe {
      border: none !important;
  }
  
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Utiliti ]*/
  
  
  
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Table ]*/
  
  .limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  .container-table100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 30px 33px 30px;
  }
  
  .wrap-table100 {
    width: 100%;
    /* width: 1170px; */
    overflow-x: auto;
  }

  .wrap-table100#attendees_wrap_table100 {
    width: 100% !important;
  }
  
  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 thead tr {
    height: 60px;
    background: #36304a;
    border-top: 1px solid #36304a;
    border-bottom: 1px solid #36304a;
  }
  table tbody tr {
    height: 50px;
    border-bottom: 1px solid #3333335c !important;
  }
  table tbody tr:last-child {
    border: 0;
  }
  table td, table th {
    text-align: left;
  }
  table td.l, table th.l {
    text-align: right;
  }
  table td.c, table th.c {
    text-align: center;
  }
  table td.r, table th.r {
    text-align: center;
  }
  
  .table100 tr td {
    font-size: 13px;
  }
  
  .table100-head th{
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
  }
  
  tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  
  tbody tr {
    font-family: OpenSans-Regular;
    font-size: 14px;
    /* color: #808080; */
    color: #333333;
    line-height: 1.2;
    /* font-weight: unset; */
    font-weight: 700;
  }
  
  tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    /* cursor: pointer; */
  }

  .theColumn,
  .serialColumn,
  .column0,
  .column1,
  .column2,
  .column3,
  .column4,
  .column5,
  .column6 {
    border-right: 1px solid #3333335c;
    text-align: center;
  }

  .serialColumn {
      width: 70px;
      border-left: 1px solid #3333335c;
  }
  
  .column0 {
    width: 100px;
  }
  
  .column1 {
    width: 260px;
    /* padding-left: 40px; */
  }

  td.column2 {
    /*font-size: 17px;*/
  }
  
  .column2 {
    width: 260px;
    /* padding-left: 40px; */
  }
  
  .column3 {
    width: 160px;
  }
  
  .column4 {
    width: 160px;
    /* text-align: right; */
  }
  
  .column5 {
    width: 170px;
    text-align: center;
  }

  .column5 a,
  .column5 button{
      padding: 10px;
      border: 1px solid #333333;
      border-radius: 5px;
      background-color: #333;
      color: #ffffff;
      font-weight: 100;
  }

  .column5 a:hover,
  .column5 a:focus,
  .column5 button:hover {
      color: #333333;
      background-color: #fff;
  }
  
  .column6 {
    width: 222px;
    text-align: center;
    /* text-align: right;
    padding-right: 62px; */
  }

  .column6 button {
      width: 100px;
      padding: 5px;
  }
  .column6 button img {
      width: 100%;
  }
  
  
  @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-left: 40% !important;
      margin-bottom: 24px;
    }
    table tbody tr td:last-child {
      margin-bottom: 0;
    }
    table tbody tr td:before {
      font-family: OpenSans-Regular;
      font-size: 14px;
      color: #999999;
      line-height: 1.2;
      font-weight: unset;
      position: absolute;
      width: 40%;
      left: 30px;
      top: 0;
    }
    table tbody tr td:nth-child(1):before {
      content: "Full Name (English)";
    }
    table tbody tr td:nth-child(2):before {
      content: "Full Name (Arabic)";
    }
    table tbody tr td:nth-child(3):before {
      content: "Country";
    }
    table tbody tr td:nth-child(4):before {
      content: "Phone";
    }
    table tbody tr td:nth-child(5):before {
      content: "Check in/out";
    }
    table tbody tr td:nth-child(6):before {
      content: "QR CODE";
    }
  
    .column4,
    .column5,
    .column6 {
      text-align: left;
    }
  
    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
      width: 100%;
    }
  
    tbody tr {
      font-size: 14px;
    } */
  }
  
  @media (max-width: 576px) {
    .container-table100 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }