/*
  Theme Name: Diamondslight divi
  Theme URI: http://www.elegantthemes.com/gallery/divi/
  Version: 1.0.0
  Template: Divi
  Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
  Author: Elegant Themes
  Author URI: http://www.elegantthemes.com
  License: GNU General Public License v2
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.afwc-affiliate-details-card-wrapper .afwc-affiliate-details-card {
	background: #fff!important;}

/* comm. non payée */
.afwc_referrals .text_orange {
	color: #d4bc24;}
/* comm. payée */
.afwc_referrals .text_green {
	color: #7F54B3;}
/* comm. rejetée */
.afwc_referrals .text_red {
    color: #9b8f3e;
}

a.cap-button {
	display: inline-block;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 26px;
    cursor: pointer;
	font-weight: normal !important;
    font-size: 20px;
    padding: 14px 24px;
    margin: 8px 6px 8px 0;
	color: #653e9a !important;
    background: #b279ff;
    background: -moz-linear-gradient(top, #b279ff 0%, #a35fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b279ff), color-stop(100%, #a35fff));
    background: -webkit-linear-gradient(top, #b279ff 0%, #a35fff 100%);
    background: -o-linear-gradient(top, #b279ff 0%, #a35fff 100%);
    background: -ms-linear-gradient(top, #b279ff 0%, #a35fff 100%);
    background: linear-gradient(to bottom, #b279ff 0%, #a35fff 100%);
    border: 1px solid #8b53d8;
}