.mt-table-sortable.sort_asc .panel {
  display: flex;
  width: 100%;
}

.mt-table-sortable.sort_asc h3 {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-size: 32px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.mt-table-sortable.sort_asc .pull-right,
.mt-table-sortable.sort_asc .mt-filter-name,
.mt-table-sortable.sort_asc .mt-filter-row span {
  display: none;
}
.mt-table-sortable.sort_asc .mt-filter-value-container .form-control {
  background-color: #403f41;
  font-size: 19px;
  line-height: 1.2;
  border-radius: 10px;
  color: #fff;
  border: 1px solid transparent;
  padding: 8px 10px 2px;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.equip-trucks #mt-table {

  /* overflow-x: auto; */
  position: relative;
}
.equip-trucks .table {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 26px;
  line-height: normal;
  color: #fff;
  table-layout: fixed;
}

.equip-trucks .table th {
  position: sticky;
  top: 0;
  left: 0;
  padding: 10px 8px 5px;
  vertical-align: bottom;
  font-size: 26px;
  background-color: #000;
  z-index:999;
}

.equip-trucks #mt-table th,
.equip-trucks #mt-table td {
  text-align: center;
}

.equip-trucks #mt-table .trucks-hover {
  border-radius: 20px;
  padding: 10px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
  font-size: 23px;
}
.equip-trucks #mt-table .trucks-hover:hover {
  background-color: #141414;
    color: #f7941d;
}
.equip-trucks #mt-table th:nth-child(1),
.equip-trucks #mt-table th:nth-child(2),
.equip-trucks #mt-table td:nth-child(1),
.equip-trucks #mt-table td:nth-child(2) {
  text-align: left;
}
.equip-trucks #mt-table th:nth-child(1),
.equip-trucks #mt-table td:nth-child(1) {
  width: 22%;
}
.equip-trucks #mt-table th:nth-child(2),
.equip-trucks #mt-table td:nth-child(2) {
  width: 18%;
}
.equip-trucks #mt-table th:nth-child(3),
.equip-trucks #mt-table td:nth-child(3),
.equip-trucks #mt-table th:nth-child(4),
.equip-trucks #mt-table td:nth-child(4),
.equip-trucks #mt-table th:nth-child(5),
.equip-trucks #mt-table td:nth-child(5),
.equip-trucks #mt-table th:nth-child(6),
.equip-trucks #mt-table td:nth-child(6){
  width: 12%;
}
.equip-trucks #mt-table th:nth-child(7),
.equip-trucks #mt-table td:nth-child(7) {
  width: 25%;
}
.equip-trucks #mt-table th:nth-child(7) {
  padding-bottom:15px;
}
.equip-trucks .table .line td {
  padding: 5px 8px 0;
}

.equip-trucks .table .line:nth-child(odd) td {
  background-color: #343335;
  border-top: 1px solid #403f41;
  border-bottom: 1px solid #403f41;
} 

.equip-trucks .table .line:nth-child(odd) td:first-child {
  border-radius: 12px 0 0 12px;
  border-left: 1px solid #403f41;
}

.equip-trucks .table .line:nth-child(odd) td:last-child {
  border-radius: 0 12px 12px 0;
  border-right: 1px solid #403f41;
}

@media only screen and (max-width: 800px) {
 
  .mt-table-sortable.sort_asc h3 {
    font-size: 22px;
    line-height: 2;
  }

    .equip-trucks .table th,
    .equip-trucks .table {
      font-size: 18px;
    }

    .equip-trucks #mt-table .trucks-hover {
      font-size: 17px;
    }
}

@media only screen and (max-width: 1300px) {
  .equip-trucks #mt-table {
    overflow-x: auto;
    padding-right: 20px;
  }
}
