#search_results_wrapper {
  /*margin: 0 -15px;*/
}

#search_results_wrapper .row h3{
  font-weight: 700;
  color: #000;
}

#search_results_wrapper table thead tr {
  background-color: rgb(255, 214, 0);
}

#search_results_wrapper table thead tr th {
  font-weight: normal;
  vertical-align: top;
  min-width: 67px;
}

#search_results_wrapper table {
  background-color:#f2f2f2;
}

#search_results_wrapper table tbody td.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#search_results_wrapper table tbody td.codes div.previous-code {
  background-color: rgb(255, 214, 0);
  border: 2px solid #900;
  font-weight: bold;
}

#search_results_wrapper table tbody td.add-to-cart-area {
  position: relative;
}

#search_results_wrapper table tbody td.add-to-cart-area .enclosure {
  white-space: nowrap;
  margin-top:4px;
}

#search_results_wrapper table tbody td.add-to-cart-area .enclosure .currency_price {
  width: 62px;
  display: inline-block;
}

#search_results_wrapper table tbody td.add-to-cart-area .enclosure input {
  width: 34px;
}

#search_results_wrapper table tbody td.add-to-cart-area .enclosure .line-add-to-cart {
  width: 91px;
  text-align: left;
}



#search_results_wrapper .search-results-pageination .pagination_button {
  padding: 0 22px;
}

#search_results_wrapper .search-results-pageination .counter {
  width: 60px;
}

#search_results_wrapper .add-to-basket.disabled {
  background: #ccc!important;
}

#upload_excel input[type="file"] {
  width:100%!important;
}

#upload_excel table {
  background-color: #fff;  
  border:#ccc 1px solid;
}

#upload_excel table .leading_zero {
  color: #900;
  font-weight: bold;
}

#search_results_wrapper .request-backorder {
  color: red;
}




ul#excel_upload_progress{
  padding-left:19px;
}

ul#excel_upload_progress li{
  margin-bottom:10px;
}



