/*----------------------------------------------------------------------------------------------------------
						I N T E R A C T I V O
-----------------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	.table-wrap {
	margin-left: 0px;
	margin-right: 0px;
	}
	
  .table-wrap table,
  .table-wrap thead,
  .table-wrap tbody,
  .table-wrap th,
  .table-wrap td,
  .table-wrap tr {
    display: block;
  }
  .table-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-wrap td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 25%!important;
    white-space: normal;
    text-align: left;
  }
  .table-wrap td:before {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .table-wrap td:first-child {
    padding-top: 5px;
  }
  .table-wrap td:last-child {
    padding-bottom: 45px;
  }
  .table-wrap td:first-child:before {
    top: 5px;
  }
  .table-wrap td:before {
    content: attr(data-title);
  }
  .table tbody tr {
    border-top: 1px solid #ddd;
  }
  .table tbody tr td {
    border: none;
  }
}


.table-wrap {
  background: #fff;
}

.table tbody tr:nth-child(odd) {
  background: #eee;
}

@media (min-width: 768px) {
  .table thead tr th,
  .table tbody tr td {
    padding: 15px 20px;
  }
	
}
 @media (min-width: 991px) and (max-width: 2000px) {
.table-wrap {
  background: #fff;
	margin-left: 21px;
	width: 96.3%;

	}
}