.ad-table-wrapper thead th,
.ad-table-wrapper thead td {
  background: transparent !important;
  border: 0;
}

.ad-table-wrapper table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  background: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}

.ad-table-wrapper .table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd !important;
}

.ad-table-wrapper .table>tbody>tr>td,
.ad-table-wrapper .table>tbody>tr>th,
.ad-table-wrapper .table>tfoot>tr>td, 
.ad-table-wrapper .table>tfoot>tr>th, 
.ad-table-wrapper .table>thead>tr>td, 
.ad-table-wrapper .table>thead>tr>th {
  border: 0;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.ad-table-wrapper .table>thead>tr>th {
  border-color: #8ec4d2 !important;
  font-size: 18px;
  line-height: 22px;
  color: #505050;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  text-align: left;
}

.ad-table-wrapper .table>caption+thead>tr:first-child>td, 
.ad-table-wrapper .table>caption+thead>tr:first-child>th,
.ad-table-wrapper .table>colgroup+thead>tr:first-child>td,
.ad-table-wrapper .table>colgroup+thead>tr:first-child>th,
.ad-table-wrapper .table>thead:first-child>tr:first-child>td, 
.ad-table-wrapper .table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.ad-table-wrapper .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ad-table-wrapper .table>tbody>tr>td {
  border-right: 1px solid #ddd;
}

.ad-table-wrapper .table>tbody>tr>td:last-of-type {
  border-right: none;
}

.ad-table-wrapper button.navbar-toggle {
  display: none;
}

.ad-table-wrapper .table>tfoot>tr>td {
  border-bottom: 1px solid #dcdcdc;
}

.ad-table-wrapper .table>tfoot>tr>td a {
  text-decoration: none;
}

.ad-table-wrapper .table>tfoot>tr>td a>span {
  margin-left: 10px;
  font-size: 1.2em;
  vertical-align: middle;
  padding-bottom: 5px;
  display: inline-block;
  transition: all .3s ease 0s;
}

.ad-table-wrapper .is-mobile-el {
  display: none;
}

.ad-table-wrapper .rotate180deg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}



@media (max-width:767px) {
  
  .ad-table-wrapper table.visible-phone {
    display:table !important;
  }

  .ad-table-wrapper .Tab {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background-color: #f8f8f8;
    color: #b9b9b9;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .ad-table-wrapper .Tab[aria-selected=true] {
    background-color: #fff;
    color: inherit;
    order: 3;
  }

  .ad-table-wrapper .Tablist {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 3px solid #8ec4d2;
  }

  .ad-table-wrapper .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    display: none;
  }

  .ad-table-wrapper {
    overflow-x: hidden;
    margin-bottom: 0;
  }

  .ad-table-wrapper .table {
    margin-bottom: 0;
  }

  .ad-table-wrapper .table {
    table-layout: fixed;
  }

  .ad-table-wrapper .table col {
    width: 0%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
  }

  .ad-table-wrapper .table>tbody>tr>td {
    font-size: 88%;
    line-height: 1.2em;
  }

  .ad-table-wrapper .table col.active,
  .ad-table-wrapper .table col:first-child {
    width: 50%;
  }


  .ad-table-wrapper .table>thead>tr>th {
    font-size: 90%;
    line-height: 1.2em;
}

  .ad-table-wrapper .table-responsive .table>thead>tr>th {
    display: none;
  }

  .ad-table-wrapper .table>tbody>tr>td, 
  .ad-table-wrapper .table>thead>tr>th {
    overflow: hidden;
    white-space: normal;
  }

  .table>thead>tr>th {
    font-size: 90%;
    line-height: 1.2em;
  }

  .ad-table-wrapper .table-responsive .table>tbody>tr>td {
    /*color: #fff;*/
    white-space: nowrap;
  }

  .ad-table-wrapper .table>tbody>tr>td.activeCell, 
  .ad-table-wrapper .table>tbody>tr>td:first-child {
    color: inherit;
    white-space: normal;
  }

/*   .ad-table-wrapper .table-responsive .table>tbody>tr>td,
  .ad-table-wrapper .table-responsive .table>tbody>tr>th, 
  .ad-table-wrapper .table-responsive .table>tfoot>tr>td,
  .ad-table-wrapper .table-responsive .table>tfoot>tr>th,
  .ad-table-wrapper .table-responsive .table>thead>tr>td, 
  .ad-table-wrapper .table-responsive .table>thead>tr>th {
    white-space: nowrap;
  } */

  .ad-table-wrapper .table>tfoot>tr>td {
    font-size: 88%;
    line-height: 1.2em;
  }
}


@media (max-width:480px) {

    .ad-table-wrapper .table>tfoot>tr>td a>span {
    margin-top: 5px;
  }
  
  .ad-table-wrapper .table>tfoot>tr>td a>span.rotate180deg {
    margin-top: -6px;
  }

 .ad-table-wrapper  .table>tfoot>tr>td a {
    font-size: 10px;
  }
}