#affiliatePdpEarn .waiting-affiliate{z-index:1;position: absolute; background-color: #000; float: left; text-align: center;height: 100%; opacity: 0.2; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';width: 100%;left: 0;top:0;}
.waiting-affiliate img{left: 50%;margin-left: -24px; position: absolute;top: 24%;width: auto;}

.affiliate-wrap {
    color: #fffefe;
    position: absolute;
    right: 0;
    z-index: 999;
    width: 57.68%;
    padding: 13px 1.98%;
    margin-top: -11px;
    border: 1px solid #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.affiliate-wrap .pointer{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 4px 8px;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: auto;
    right: 160px;
}

.affiliate-wrap input[type="text"] {
    width: 100%;
}

.affiliate-wrap #txtAffiliateLink .error{
    color:red;
}

/* start earn link with icon */
div.affiliate-pdp-earn i.fa-money {
  font-size: 18px;
  color: #cccbcb;
  padding: 1px 5px 0 0;
  vertical-align: bottom;
}

div.affiliate-pdp-earn a {
  font-weight: 700;
  color: #535353;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

div.affiliate-pdp-earn a:hover {
  font-weight: 700;
  color: #ff8b00;
  text-decoration: none;
}

div.affiliate-pdp-earn a i.fa-money {
  color: #cccbcb;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

div.affiliate-pdp-earn a:hover i.fa-money {
  color: #ff8b00 !important;
  text-decoration: none;
}
/* end earn link with icon */

div.affiliate-pdp-earn span.readMoreIcn {
  font-size: 12px;
  padding: 0 0 0 5px;
}

div.affiliate-pdp-earn span.readMoreIcn a {
  color: #535353;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

div.affiliate-pdp-earn span.readMoreIcn a:hover {
  color: #ff8b00;
  text-decoration: none;
}

.my-affiliates {
    padding: 10px;
    color: #2f2f2f;
    font-size: 13px;
}

.my-affiliates #affiliate-system-message {
    background: #fff;
    background-image: none;
    background-clip: border-box;
    padding: 16px 14px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#d6d6d6));
    background-image: -webkit-linear-gradient(top,#fff,#d6d6d6);
    background-image: -moz-linear-gradient(top,#fff,#d6d6d6);
    background-image: -o-linear-gradient(top,#fff,#d6d6d6);
    background-image: linear-gradient(to bottom,#fff,#d6d6d6);
    color: #4b4b4b;
    font-size: 14px;
    margin: 0 10px 20px;
}

.affiliate-earning-history-link-container {
    float: right;
}

.affiliate-detail-history-link-container {
    float: left;
}

.my-affiliates a.button_orange {
    font-size: 14px;
}
.my-affiliates .button {
    padding: 10px;
}

.affiliate-list-buttons {
    margin-top: 15px;
}

.affiliates-list-pager-container {
    height:50px;
}

@media screen and (max-width: 600px) {
  .my-account .affiliate-list-buttons .affiliate-detail-history-link-container {
    text-align: center;
    margin-bottom: 10px;
    float: none;
  }
  .my-account .affiliate-list-buttons .affiliate-earning-history-link-container {
    text-align: center;
    float: none;
  }
  .my-account .my-rewards .buttons-set {
    text-align: center;
  }
}
