/*Write your custom css in this file.*/

/* --- Supplier Prices Page Custom Style to Match Suppliers Page --- */
#supplier-prices-tabs.nav-tabs {
  background: #fff;
  border-bottom: 1px solid #eef1f9;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
#supplier-prices-tabs.nav-tabs li a {
  padding: 20px;
  color: inherit;
  border: none;
  border-radius: 0;
  margin-right: 0;
  line-height: 1.42857143;
}
#supplier-prices-tabs.nav-tabs li a:not(.active):hover {
  background: transparent;
  border-color: transparent !important;
  color: #20446f;
}
#supplier-prices-tabs.nav-tabs li .active,
#supplier-prices-tabs.nav-tabs li.active {
  font-weight: bold;
  border: none;
  color: #20446f !important;
  background: transparent !important;
  border-bottom: 2px solid #20446f !important;
  border-radius: 0;
  cursor: default;
}
#supplier-prices-tabs .tab-title {
  border-bottom: 1px solid #eef1f9;
}
#supplier-prices-tabs .title-button-group {
  margin-top: 3px;
}

/* Table area in a card like suppliers page */
#supplier_prices_list {
  margin-top: 20px;
}
#supplier_prices_list > table {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  padding: 20px;
}

/* Responsive card wrapper for the table */
#supplier_prices_list {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  padding: 20px 10px;
}

/* Match the table header and row style */
#supplier-prices-table thead th {
  background: #f9f9f9;
  border-bottom: 1px solid #eef1f9;
  font-weight: 600;
  color: #20446f;
}
#supplier-prices-table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
#supplier-prices-table td,
#supplier-prices-table th {
  padding: 12px 8px;
}

#supplier-prices-table {
  border: 1px solid #f2f4f6;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
