#table_index .head-td{
    background: #fff !important;
    color: #35599b;
    font-weight: 600;
}

#table_index .table-box {
  margin: 5% 0%;
}

@media (min-width: 48em) {
  #table_index .table-box {
    margin: 0;
  }
}
@media (min-width: 75em) {
  #table_index .table-box {
    max-width: 100%;
  }
}

#table_index .responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 48em) {
  #table_index .responsive-table {
    font-size: .9em;
  }
}
@media (min-width: 62em) {
  #table_index .responsive-table {
    font-size: 1em;
  }
}
#table_index .responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  #table_index .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
#table_index .responsive-table thead th {
  background: #E07332;
  border: 1px solid #dcdcdc
  font-weight: normal;
  text-align: center;
  color: white;
}
#table_index .responsive-table thead th{
text-align: center;
padding: 20px 10px;
font-size: 1.5em;
font-weight: 500;
}
#table_index .responsive-table thead th:nth-child(odd) {
background: #6c83d7;
}
#table_index .responsive-table thead th:nth-child(even) {
background: #35599b;
}
#table_index .responsive-table thead th:first-of-type {
  text-align:center;
}
#table_index .responsive-table tbody,
#table_index .responsive-table tr,
#table_index .responsive-table th,
#table_index .responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  #table_index .responsive-table tr {
    display: table-row;
  }
}
#table_index .responsive-table th,
#table_index .responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  #table_index .responsive-table th,
  #table_index .responsive-table td {
    padding: .75em .8em;
  }
}
@media (min-width: 48em) {
  #table_index .responsive-table th,
  #table_index .responsive-table td {
    display: table-cell;
    padding: .5em;
  }
    #table_index .responsive-table td{
    font-weight: 500;
    position: relative;
        
    }
       #table_index .responsive-table td span {
    background: #ff7b4c;
    color: #FFF;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 39px;
    display: inline-block;
    font-size: 16px;
    padding: 8px;
    font-weight: 500;
    }
    #table_index .responsive-table td span a{
        color: #FFF;
    }
    #table_index .responsive-table td .span{
        background: transparent !important;
        padding: 0;
        display: block;
        text-decoration: line-through;
        color: #bdbbbb;
        min-height: auto !important;
    }
}
@media (min-width: 62em) {
  #table_index .responsive-table th,
  #table_index .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  #table_index .responsive-table th,
  #table_index .responsive-table td {
    padding: .95em;
  }
    .td_padding{
        padding: 0 !important;
    }
}
#table_index .responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  #table_index .responsive-table caption {
    font-size: 1.5em;
  }

}
#table_index .responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  #table_index .responsive-table tfoot {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  #table_index .responsive-table tbody {
    display: table-row-group;
  }
}
#table_index .responsive-table tbody tr {
    margin-bottom: 1em;
    overflow: hidden;
    border: none;
    background: #FFF;

}
@media (min-width: 48em) {
  #table_index .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
#table_index .responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #table_index .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgb(255, 255, 255);
      
  }
}
#table_index .responsive-table tbody th[scope="row"] {
  background: #E07332;
  color: white;
}
@media (min-width: 48em) {
  #table_index .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
#table_index .responsive-table tbody td {
  text-align: right;
}
@media (min-width: 30em) {
#table_index .responsive-table tbody td {
    border: 1px solid #e4e4e4;
}
}
@media (min-width: 48em) {
  #table_index .responsive-table tbody td {
text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    position: relative;
  }
}
#table_index .responsive-table tbody td[data-type=currency] {
  text-align: right;
}
#table_index .responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
    font-weight: 500;
    color: #444241;
    font-size: 16px;
}
@media (min-width: 30em) {
  #table_index .responsive-table tbody td[data-title]:before {
    font-size: 1.2em;
  }
}
@media (min-width: 48em) {
  #table_index .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media (max-width: 48em) {
.td_padding{
        padding: .75em !important;
    }
    #table_index .responsive-table th, #table_index .responsive-table td {
    padding: 1.75em .8em;
}
    #table_index .responsive-table td span {
    background: #ff7b4c;
    color: #FFF;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 39px;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    }
    #table_index .responsive-table td span a{
        color: #FFF;
    }
    #table_index .responsive-table td .span{
        background: transparent !important;
        padding: 0;
        display: block;
        text-decoration: line-through;
        color: #bdbbbb;
        text-align: right;
        min-height: auto !important;
    }
    #table_index .responsive-table tbody tr {
    margin-bottom: 1em;
    overflow: hidden;
    border: none;
    background: #FFF;
    box-shadow: 0px 0px 6px rgba(173, 167, 167, 0.36);
    border-radius: 10px;
}
    #table_index .responsive-table tbody td:first-child {
    border-top:none;
        border-radius:10px 10px 0 0px;
}
        #table_index .responsive-table tbody td:last-child {
        border-bottom:none;
        border-radius:0px 0px 10px 10px;
}
    #table_index .responsive-table tbody td {
   border: 1px solid #f1f0f0;
    margin-top: -1px;
}
}