h2.table_top_heading{
    text-align: center;
    font-size: 18px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    color: #000;
    padding: 20px 0;
font-family: "Myriad-Regular";
     font-weight: 600;
    color: #000;
    line-height: 0.75;
    white-space: nowrap;
}

/* Table Styles */

.table-wrapper{
   /* margin: 0px 70px 70px;*/
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.2 );
}

.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 tbody tr:hover{
  transition: none;
  background-color: #fff;
  cursor: pointer;
}

.fl-table td{
vertical-align: initial;
}

.fl-table td, .fl-table th {
    /*text-align: center;*/
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14px;
    font-weight: bold;
    color: #344556;
}

.fl-table thead th {
   color: #0e0c0c;
    background: #c1bebe;
    font-size: 14px;
    font-weight: 600;
    line-height: 0.75;
    white-space: nowrap;
}


.fl-table thead th:nth-child(odd) {
color: #0e0c0c;
    background: #c1bebe;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .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 .625em .625em .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;
    }
}









/*///////////custom  responsive table /////////////*/

.custom_card {
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #30323a;
  box-shadow: 0 2px 5px #ccc;
  width: 100%;
  background: #fff;
  transition: 0.5s;
  margin-top: 0px;
      border-radius: .25rem!important;
}
.table-container {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
}

.table-container caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.table-container tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
      background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}

.table-container th,
.table-container td {
  padding: .625em;
  text-align: center;
}

.table-container th {
  font-size: .80em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

  .table-container-icon {
    padding: 5px;
    font-size: 40px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #31581f;
}

.table-container-title {
    font-weight: 600;
    text-transform: lowercase;
    font-size: 17px;
}

.table-container-text{
font-weight: 700;
margin: 0px;
}

.table-container-text-bold{
    padding: 2px;
    font-weight: 700;
    font-family: "Myriad-Regular";
    color: #333333;
    /*font-size: 17px;*/
    line-height: 1.3;
}


@media screen and (max-width: 800px) {
  .table-container {
    border: 0;
  }

  .table-container caption {
    font-size: 1.3em;
  }
  
  .table-container thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-container tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .table-container td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .table-container td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .table-container td:last-child {
    border-bottom: 0;
  }
}

/*///////////end custom responsive tablem  /////////////*/




/*
styling the table , got from peter
*/
.gray_table {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-top: none;
    border-right: none;
    text-align: left;
    color: #686868;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 0 10px #dfdfdf;
}
.gray_table .thead {
    background: #428568;
    color: #fff;
}
.gray_table th,
.gray_table td {
    border: 1px solid #e9e9e9;
    border-left: none;
    border-bottom: none;
    transition: 0s;
}
.gray_table th:hover,
.gray_table td:hover {
    transform: scale(1.05);
    background-color: #053658;
    /* border-radius: 25px; */
    transition: 0s;
}
.gray_table td select:hover,
.gray_table th select:hover {
    color: #fff;
}
.gray_table td select:hover *,
.gray_table th select:hover * {
    color: #000;
}
.table_action_btn {
    background-color: #efefef;
    width: 11px;
    display: block;
    padding: 4px;
    border-radius: 3px;
    height: 11px;
    border: 1px solid #ccc;
}
.table_btn_green {
    fill: #2e835e;
    background-color: #aee3cc;
    border-color: #1e704d;
}
.gray_table tr {
    background-color: #fff;
    transition: 0s;
}
.gray_table tr:hover {
    background-color: #5e5e5e;
    transition: none;
    cursor: pointer;
    color: #fff;
}
.gray_table .thead:hover {
    background-color: #428568;
}
/* .gray_table .thead:hover {
    background-color: #628faf;
} */
.gray_table_noborder {
    background-color: transparent;
    width: 100%;
}
.gray_table_noborder tr.thead {
    background: linear-gradient(to top, #d7d7d7, #ededed);
}
.gray_table_noborder tr.thead > * {
    border-bottom: 2px solid #ccc;
    text-align: left;
}
.gray_table_noborder tr:not(.thead) > * {
    /* background-color: #000; */
    border-bottom: 1px solid #eee;
}
.gray_table_noborder tr:not(.thead):hover {
    transition: none;
    background-color: #ddeeff;
    cursor: pointer;
}

.no_effect tr td,
.no_effect tr th {
    background-color: #fff;
}
.table_noside_border {
    border: none;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px #dfdfdf;
    overflow: hidden;
    border-radius: 13px;
    background-image: linear-gradient(
        46deg,
        #ffffff,
        #d6ffee,
        #ffffff,
        #ffe0e0 800px
    );
    color: #000;
    background-size: auto 500px;
}
.table_noside_border .thead {
    font-weight: bold;
    background-color: rgb(2 122 71);
    color: #fff;
}
.table_noside_border th,
.table_noside_border td {
    border-bottom: 1px solid #027a47;
    padding: 10px;
}
.table_noside_border .thead > * {
    text-align: left;
}
.table_noside_border a {
    color: #3d769d;
}
/*////////////////////////endtable from pete //////////////////*/

