/* Table Styles */

@media (min-width: 767px) {
  .table-wrapper {
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
  }
}
/*
.head-nav {
  background-color: #ffc1079e;
}*/
.fl-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
}

.fl-table td,
.fl-table th {
  text-align: center;
  padding: 8px;
}

.fl-table td {
  border-right: 1px solid #f8f8f8;
  font-size: 12px;
}

.fl-table thead th {
  color: #ffffff;
  background: #4fc3a1;
}

.fl-table thead th:nth-child(odd) {
  color: #ffffff;
  background: #324960;
}

.fl-table tr:nth-child(even) {
  background: #f8f8f8;
}

/* Responsive */

@media (max-width: 767px) {
  .table-wrapper {
    margin: 0;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
  }
  .fl-table {
    display: block;
    width: 100%;
  }
  .table-wrapper:before {
    content: "Scroll horizontally >";
    display: block;
    text-align: right;
    font-size: 11px;
    color: white;
    padding: 0 0 10px;
  }
  .fl-table thead,
  .fl-table tbody,
  .fl-table thead th {
    display: block;
  }
  .fl-table thead th:last-child {
    border-bottom: none;
  }
  .fl-table thead {
    float: left;
  }
  .fl-table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  .fl-table td,
  .fl-table th {
    padding: 20px 0.625em 0.625em 0.625em;
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 120px;
    font-size: 13px;
    text-overflow: ellipsis;
  }
  .fl-table thead th {
    text-align: left;
    border-bottom: 1px solid #f7f7f9;
  }
  .fl-table tbody tr {
    display: table-cell;
  }
  .fl-table tbody tr:nth-child(odd) {
    background: none;
  }
  .fl-table tr:nth-child(even) {
    background: transparent;
  }
  .fl-table tr td:nth-child(odd) {
    background: #f8f8f8;
    border-right: 1px solid #e6e4e4;
  }
  .fl-table tr td:nth-child(even) {
    border-right: 1px solid #e6e4e4;
  }
  .fl-table tbody td {
    display: block;
    text-align: center;
  }
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/***************************** Normal Table ****************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

/* Responsive */
.normal-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
}

.normal-table td,
.normal-table th {
  text-align: center;
  padding: 8px;
}

.normal-table td {
  border-right: 1px solid #f8f8f8;
  font-size: 12px;
}

.normal-table thead th {
  color: #ffffff;
  background: #4fc3a1;
}

.normal-table thead th:nth-child(odd) {
  color: #ffffff;
  background: #324960;
}

.normal-table tr:nth-child(even) {
  background: #f8f8f8;
}
@media (max-width: 3000px) {
  .table-wrapper {
    margin: 0;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
  }
  .normal-table {
    display: block;
    width: 100%;
  }
  .table-wrapper:before {
    content: "Scroll horizontally >";
    display: block;
    text-align: right;
    font-size: 11px;
    color: white;
    padding: 0 0 10px;
  }
  .normal-table thead,
  .normal-table tbody,
  .normal-table thead th {
    display: block;
  }
  .normal-table thead th:last-child {
    border-bottom: none;
  }
  .normal-table thead {
    float: left;
  }
  .normal-table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  .normal-table td,
  .normal-table th {
    padding: 20px 0.625em 0.625em 0.625em;
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 120px;
    font-size: 13px;
    text-overflow: ellipsis;
  }
  .normal-table thead th {
    text-align: left;
    border-bottom: 1px solid #f7f7f9;
  }
  .normal-table tbody tr {
    display: table-cell;
  }
  .normal-table tbody tr:nth-child(odd) {
    background: none;
  }
  .normal-table tr:nth-child(even) {
    background: transparent;
  }
  .normal-table tr td:nth-child(odd) {
    background: #f8f8f8;
    border-right: 1px solid #e6e4e4;
  }
  .normal-table tr td:nth-child(even) {
    border-right: 1px solid #e6e4e4;
  }
  .normal-table tbody td {
    display: block;
    text-align: center;
  }
}
