.dataTables_wrapper {
  background-color: #D3C6A6;
  padding-bottom: 8px;
}
.dataTables_wrapper input,
.dataTables_wrapper select {
  background-color: white !important;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  padding-left: 10px;
  padding-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: none;
  border: none;
  border-radius: unset;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #04161D !important;
  background: none;
  background-color: #ebebeb;
  border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  background-color: #a98d51;
  border: none;
}
.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td {
  padding-left: 10px;
  padding-right: 10px;
}
.dataTables_wrapper .dataTables_filter {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  text-align: left;
}
.dataTables_wrapper .dataTables_filter label {
  width: 30%;
}
.dataTables_wrapper .dataTables_filter label input {
  border-radius: unset;
  width: 100%;
  margin-left: 0;
}
.co-search-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.co-search-row .col-favorites {
  background-color: #D3C6A6;
}
.co-search-row .co-stockproducts-search-by-product,
.co-search-row .co-stockproducts-search-by-product-favorite,
.co-search-row .co-search-by-searchword,
.co-search-row .co-search-by-searchword-button {
  font-size: 14px !important;
  width: 100%;
  margin-bottom: 8px;
  margin-top: 8px;
}
.co-search-row .co-stockproducts-search-by-product::placeholder,
.co-search-row .co-stockproducts-search-by-product-favorite::placeholder,
.co-search-row .co-search-by-searchword::placeholder,
.co-search-row .co-search-by-searchword-button::placeholder {
  color: #9CA4A7;
}
.co-search-row .co-search-by-searchword-button {
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  min-width: auto;
}
.buy-rate {
  color: #157C2C;
}
.hold-rate {
  color: #f1e84c;
}
.sell-rate {
  color: #e76767;
}
.download-product-tbl td,
.download-product-tbl th {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.download-product-tbl .w-1 {
  width: 8%;
}
.download-product-tbl .w-2 {
  width: 16%;
}
.download-product-tbl .w-3 {
  width: 25%;
}
.download-product-tbl .w-4 {
  width: 33%;
}
.download-product-tbl .w-5 {
  width: 41%;
}
.download-product-tbl th {
  background-color: #a98d51;
  color: #fff;
}
.download-product-tbl .odd {
  background-color: #fff;
}
.download-product-tbl .odd .stock-actions {
  color: #fff;
}
.download-product-tbl .even {
  background-color: #F7F7F7;
}
.download-product-tbl .even .stock-actions {
  color: #F7F7F7;
}
.download-product-tbl .collapse-stockproducts-issues {
  font-weight: bold;
}
.download-product-tbl .collapse-stockproducts-issues:after {
  content: " \25BC";
}
.download-product-tbl .collapse-stockproducts-issues.target-collapsed:after {
  content: " \25B2";
}
.download-product-tbl .co-stockproducts {
  margin-bottom: 5px;
}
.download-product-tbl .co-stockproducts a {
  display: block;
  line-height: 1em;
}
.download-product-tbl .co-stockproducts .x-small {
  line-height: 0.65rem;
  font-size: 0.65rem;
}
.download-product-tbl .co-stockproducts .co-stockproducts-issues {
  padding: 0;
  margin: 2px 0 17px 0;
  width: 100%;
  border-top: 1px dashed #939ca1;
  border-bottom: 1px solid #3B4F57;
  color: #3B4F57;
  font-size: 13px;
}
.download-product-tbl .co-stockproducts .co-stockproducts-issues .co-stockproducts-issue {
  margin: 13px 0 13px 0;
  clear: both;
}
.download-product-tbl .co-stockproducts .co-stockproducts-issues a {
  color: #04161D;
  text-decoration: underline;
}
.download-product-tbl .stock-actions {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1rem;
  margin-bottom: 5px;
  clear: both;
}
.download-product-tbl .stock-actions span {
  background-color: #3b3d3d;
  margin: 0 0 0 0;
  font-weight: bold;
  font-size: 17px;
  padding-top: 2px;
  width: 30px;
  height: 25px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.download-product-tbl .stock-actions.act-1 .buy {
  background-color: #157C2C;
  cursor: pointer;
}
.download-product-tbl .stock-actions.act-2 .hold {
  background-color: #f1e84c;
  cursor: pointer;
}
.download-product-tbl .stock-actions.act-3 .sell {
  background-color: #e76767;
  cursor: pointer;
}
.download-product-tbl .stock-actions .hold {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 14px !important;
  line-height: 19px !important;
}
.download-product-tbl .stock-actions .buy-product {
  background-color: #3B4F57;
  margin: 0 0 0 0;
  padding-top: 5px;
  font-weight: bold;
  width: 120px;
  text-align: center;
  display: inline-block;
  line-height: 17px;
  font-size: 14px;
  height: 27px;
  color: white;
}
.tooltip.show {
  opacity: 1 !important;
}
.tooltip-inner {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  color: black !important;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #ffffff !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #ffffff !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffffff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #ffffff !important;
}
@media (min-width: 1200px) {
  .download-product-tbl .stock-actions {
    float: right;
    margin-bottom: 0;
  }
  .co-search-row .co-stockproducts-search-by-product,
  .co-search-row .co-stockproducts-search-by-product-favorite,
  .co-search-row .co-search-by-searchword,
  .co-search-row .co-search-by-searchword-button {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
/*# sourceMappingURL=stockTable.css.map */