.active-attr {
  border-color: #ff6600 !important;
}

.rate {
  float: left;
  height: 46px;
}
.rate:not(:checked) > input {
  position: absolute;
  /* top:-9999px; */
  left: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.rfq_wrap .lead {
  background: #337ab7;
  color: #fff;
  font-size: 16px;
  padding: 7px 10px;
  border-radius: 5px;
}

form.rfq_radio_tb label {
  font-size: 12px;
  background: #eee;
  border-radius: 10px;
  padding: 5px 13px 5px 30px;
  margin-bottom: 15px;
}

.producttab.producttab_rfq,
.producttab.producttab_rfq .tabsslider.horizontal-tabs {
  margin: 0;
}

.producttab .tabsslider.horizontal-tabs .tab-content {
  box-shadow: 0px 3px 7px #eee;
  border: 1px solid #eee !important;
  border-top: 0 !important;
  padding: 20px 30px !important;
}

.table-striped.preview_tb > tbody > tr:nth-of-type(odd) {
  background: #fafafa;
}

.submit_btn {
  background: #4a4f59;
  border-radius: 100px;
  padding: 6px 20px;
}
.swal2-popup {
  font-size: 1.4rem !important;
}

body {
  font-family: "Roboto", sans-serif;
}

div.jGrowl-notification {
  background-color: white;
  display: flex;
  align-items: center;
}

.jGrowl-close {
  display: none;
}

.item-opportunity a {
  padding: 10px 20px 10px 20px !important;
}

.item-opportunity a:before {
  display: none;
}
