@media (max-width: 1000px) {
  .content .wrapper {
    padding: 0;
  }
}
body {
  background-color: #e1e4e5;
}

h1 {
  padding: 0 !important;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

.conditions {
  padding: 20px;
  text-align: left;
}

.conditions p {
  margin-bottom: 10px;
}

.table-wrapper {
  overflow-x: auto;
}

.search {
  padding: 4px 6px;
  width: 350px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .search {
    width: 100%;
  }
}

span.deleteicon {
  position: relative;
}

span.deleteicon span {
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  width: 18px;
  height: 18px;
  background: url("/img/clear_black_18x18.png");
  cursor: pointer;
}

.priceTable {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
}
.priceTable td {
  border: 1px solid #eeeeee;
  padding: 10px;
  background-color: white;
}
.priceTable td:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 200px;
  left: 0;
  font-size: 14px;
  z-index: 1000;
}
.priceTable tr.rateHeaders td > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.priceTable tr.rateHeaders td > div span {
  font-size: 16px;
}
.priceTable tr.rateHeaders td > div p {
  color: #aaaaaa;
  font-size: 12px;
}
.priceTable tr.rateHeaders td > div img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.priceTable tr.itemRow td:first-child .name {
  font-size: 16px;
}
.priceTable tr.itemRow td:first-child .definition {
  font-size: 13px;
  color: #aaaaaa;
}
.priceTable tr.itemRow td:not(:first-child) {
  text-align: center;
}

.calculator .row.calc {
  background: none;
}
.calculator .resultblock p {
  color: #777;
}
.calculator .results input {
  color: #000;
}
.calculator .calculator h2 {
  padding-top: 0;
  color: #999999;
}
.calculator .calculator h3 {
  color: #999999;
}

div.description {
  padding: 40px 0 90px;
}

.description p {
  font-style: italic;
  padding: 10px 0;
}

/* Button shimmering ********************************************************/
a.crfbtn, a.scroll {
  background: linear-gradient(110deg, #ffc84a 0%, #ffc84a 35%, #ffffff 50%, #ffc84a 65%, #ffc84a 100%);
  animation-name: shimmer;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  background-size: 250% 250%;
}

@keyframes shimmer {
  0% {
    background-position: 100% 50%;
  }
  30% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/*# sourceMappingURL=rebateRates.css.map */
