/*******************/
/* Rewards account */
/*******************/
.rewards h2 {
	padding-bottom: 10px !important;
}

.rewards p {
	margin: 0.5em 0;
	padding: 0 !important;
	width: 100%;
	border: none;
}

.rewards table.std {
	/* border-style: none !important;
	margin-bottom: 20px; */
	margin-bottom: 0;
}

.rewards table.std thead {
	/* border-collapse: collapse;
	border: solid 1px #BBBBBB !important; */
}

.rewards table.std th {
	/* font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    height: 13px !important;
    padding: 5px !important;
    text-shadow: none !important;
    background: url("../img/bg_table_th.png") repeat-x scroll 0 0 #999999;
    color: #FFFFFF;
    text-transform: uppercase; */
}

.rewards table.std td {
	/* border: 1px solid #E9E9E9 !important;
    font-size: 11px;
    line-height: 13px;
    padding: 5px !important; */
}

.rewards div.pagination {
	padding: 0;
	margin: 0 0 0px;
}

.rewards form.pagination {
	display: none;
}

.rewards div#transform, .rewards div#payment {
	/* padding-top: 20px;
    text-align: center; */
}

.rewards div#transform a, .rewards div#payment a {
	/* background: url("../img/bg_bt.gif") repeat-x scroll 0 0 #F4B61B;
    border: 1px solid #CC9900;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 5px 7px;
    position: relative;
    text-decoration: none; */
}

.rewards div#transform a span, .rewards div#payment a span {
	color: red;
}

.rewards div#payment #payment_form {
	margin-top: 20px;
	text-align: left;
}

.rewards div#payment fieldset {
	padding: 10px;
	background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    margin: 0;
}

.rewards div#payment p {
    margin: 0;
    padding: 0 0 10px;
}
.rewards div#payment p.required {
    color: #222222;
}

.rewards div#payment p.required sup {
    color: #990000;
}

.rewards div#payment p label {
    display: inline-block;
    float: left;
    font-size: 12px;
    width: 25%;
}

.rewards div#payment p.textarea textarea {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 12px;
}

.rewards div#payment label {
	text-align: left;
}

.rewards div#payment .button {
	margin: 20px auto 0;
	display: block;
}

.rewards p.success {
    background: none repeat scroll 0 0 #A5FC9F;
    border: 1px solid green;
    color: green;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rewards p.error {
    background: none repeat scroll 0 0 #FFDDDD;
    border: 1px solid #DA0F00;
    color: #DA0F00;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 10px !important;
    width: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/***************/
/* Sponsorship */
/***************/
.block_hidden_only_for_screen {
	display: none !important;
}

#sms_form #phone {
	display: inline;
	width: 120px;
}

.checker {
	padding-top: 0 !important;
}

.sponsorship_nok {
	border-color: #D52525 !important;
}

.rewards div.sheets {
	padding: 20px 20px 30px 20px;
	overflow: auto;
	border: solid 1px #DDDDDD;
}

.rewards .idTabs {
	margin-top: 10px;/*  !important */
	margin-bottom: -1px;
	width: 100%;
	display: table;
	padding-top: 0;
}

.rewards .sub_heading {
	margin-bottom: 0px;
}
.rewards .idTabs li {
	width: 33.3333%;
	text-align: center;
	padding-right: 1px;
	margin-right: 0;
	margin-bottom: -1px;
	display: table-cell;
	float: left;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rewards.free_rewards .idTabs li{
	width: 25%;
}
.rewards .idTabs a {
	width: 100%;
	padding: 8px 0;
	background-image: none;
	background-color: #f6f6f6;
	border: solid 1px #DDDDDD;
	border-radius: 2px 2px 0 0;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	text-transform: uppercase;
    display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
}

/* Comment these 2 blocks if you want to keep the standart style of your theme for the tabs */
.rewards .idTabs .selected {
	background-color: #FFFFFF;
	background-image: none;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}
/* end */

.sponsorshipBlock div {
	padding-top: 10px;
	vertical-align: top !important;
	font-size: 14px;
}

.sponsorshipBlock li img {
	height: 20px !important;
}

.sponsorshipBlock a {
	text-decoration: underline;
}

.sponsorshipBlock input[type=text],
.sponsorshipBlock input[type=password],
.sponsorshipBlock #submitOpenInviter,
.sponsorshipBlock select {
	border: 1px solid #BDC2C9;
}

.sponsorshipBlock input[type=text],
.sponsorshipBlock input[type=password] {
	height: 18px;/*  !important */
	width: 90%;
}

.sponsorshipBlock #submitOpenInviter {
	padding: 2px;
}

.sponsorshipBlock ul {
	padding-left: 25px !important;
}

.sponsorshipBlock li {
	padding-top: 10px;
	list-style-type: disc;
}

.sponsorshipBlock div.submit {
	padding-bottom: 10px;
}

.sponsorshipBlock form.std p.submit {
	padding-left: 0px !important;
}

.sponsorshipBlock #sponsorship_text p {
	padding: 0px !important;
	margin: 0 !important;
}

#sponsorship_rules {
	width: 550px;
}

/* formulaire de login open inviter */
.sponsorshipBlock #open_inviter_form div {
	line-height: 25px;
	display: none;
}

.sponsorshipBlock #open_inviter_form span {
	display: block;
	width: 100px;
	float: left;
}

.sponsorshipBlock #open_inviter_form input {
	width: 180px;
}

.sponsorshipBlock #open_inviter_contacts {
	width: 100%;
	display: none;
}

.sponsorshipBlock #open_inviter_contacts_form div:first-child {
	max-height: 300px;
	overflow: scroll;
}

.sponsorshipBlock #submitOpenInviter2 {
	margin-bottom: 10px;
}


/* sponsorship statistics */
.sponsorshipBlock tr.total {
	font-weight: bold;
	background-color: #EEEEEE;
}

.sponsorshipBlock td.total {
	font-weight: bold;
	background-color: #EEEEEE;
}

.sponsorshipBlock div.title {
	font-weight: bold;
	/* margin-bottom: 3px; */
    margin-bottom: 25px;
	text-transform: uppercase;
}

.sponsorshipBlock .left {
	text-align: left;
	float: none !important;
}

.sponsorshipBlock .center {
	text-align: center;
}

.sponsorshipBlock .right {
	text-align: right;
	float: none !important;
}

/*********/
/* Popup */
/*********/
.sponsorshipPopup {
	width: 550px;
	text-align: left;
}

.sponsorshipPopup #invite, .sponsorshipPopup #noinvite {
	display: inline;
}

/************/
/* Facebook */
/************/
.rewards_facebookbutton {
	margin-top: 10px;
	text-align: right;
	clear: both;
	z-index: 1000;
}
#facebookblock .block_content {
	padding-top: 3px;
}
.reward_facebookblockbutton {
	margin-top: 10px;
	text-align: center;
}
#facebook_shopping_cart {
	padding-bottom: 10px;
}
#facebook_shopping_cart p, #facebook_shopping_cart .reward_facebookcartbutton {
	display: inline;
}
#rewards_facebookcode {
	font-weight: bold;
}
#rewards_facebookconfirm {
	display: none;
}

/******************/
/* authentication */
/******************/
.account_creation.aior_sponsor label {
	display: block;
}
.account_creation #sponsorship {
	display: inline-block;
}

/* Custom css */

.sponsorshipBlock .table input[type="text"] {
    border: 3px solid black;
    outline: 0;
    width: 84%;
    padding: 0 10px;
    height: 33px;
    font-weight: 700;
    font-size: 14px;
    color: black;
    margin: auto;
}
.sponsorshipBlock .table .s_no {
	font-weight: 700;
    font-size: 14px;
    color: black;
}
.sponsorshipBlock .button_large {
	font-family: "Cabin", sans-serif;
    text-align: center;
    color: white;
    /* padding: 0; */
    border: 0;
    background: #83d9b4;
    transition: all .3s ease;
	outline: 0;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
	/* margin-bottom: 15px; */
    font-weight: 700;
    font-size: 23px;
    line-height: 22px;
    font-style: normal;
    padding: 12px 25px;
    transition: all .3s ease;
}

.sponsorshipBlock .button_large:hover {
	background-color: #3bc6f3;
}
.sponsorshipBlock .submit {
	margin-top: 30px;
}
/*free_rewards*/
.free_rewards .sheets{
	font-family:montserrat,sans-serif;
	color:#000;
	font-size:14px;
	font-weight:600
}
.free_rewards #sponsorship_text div,.free_rewards #sponsorship_text{
	font-size:16px;
	padding-top:0
}
.free_rewards #sponsorship_text span{
	padding-top:15px;
	display:block
}
.free_rewards #sponsorship_form li{font-weight:normal}
.free_rewards #list_contacts_form input.text{
	border: 3px solid black;
    outline: 0;
    width: 400px;
    padding: 0 10px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: black;
	border-radius:5px
}
.information_rewards p{
	line-height:20px;
	margin:0;
}
.information_rewards b{
	margin-bottom:5px;
	display:block
}
.information_rewards {
	margin-top:25px
}
.free_rewards table.std th{
	text-align:center;
	font-size:16px;
	color:#000;
	padding-bottom:15px
}
.free_rewards table.std td{
	color: #807f7f;
    font-size: 13px;
    padding: 12px 10px;
    font-weight: 600;
	line-height: 22px;
}
.free_rewards #sponsorship_form{margin-top:10px}
.free_rewards table tr :first-child{
	width:75%;
	word-break: break-all;
}
.free_rewards .sponsorshipBlock div{padding-top:0}
.free_rewards table tr :last-child{text-align:center}
.free_rewards.rewards .submit{
	display:inline-block;
	width:auto;
	margin-left: 25px;
}
.free_rewards #list_contacts_form div.dis-form{width:100%;margin-top:25px}
.free_rewards #list_contacts_form div{
	text-align:center;
	display:inline-block;
	padding:0
}
.free_rewards #list_contacts_form  p{
	font-size:16px
}
.free_rewards .button_large{font-family:montserrat,sans-serif;font-size: 20px;}
.total_gifts_bar_outer{
	text-align:center;
	margin:10px 0 20px
}
.free_rewards .sponsorshipBlock div.total_gifts_bar,.free_rewards .link_sharing_products_tab div.total_gifts_bar,.free_rewards .acceptedBlock div.total_gifts_bar{
	background: #fb4651;
    padding: 5px;
    text-align: center;
    color: #fff;
    width: 250px;
    margin: auto;
    line-height: 22px;
	border-radius:5px;
	font-size:17px
}
.rewards p.product-quantity{margin:initial}
.link_sharing_products .gift-popup{margin-bottom:0 !important}
.free_rewards.rewards div.sheets{padding: 20px 20px 10px 20px;}
.free_rewards .rewards .idTabs a{font-weight:bolder}
.free_rewards .rewards .idTabs a:hover,.free_rewards .rewards .idTabs a:focus{text-decoration:none}
.free_rewards .idTabs a{font-size:12px}

@media (max-width: 767px) {
	.sponsorshipBlock .table .responsive_center_text {
	    text-align: center;
		font-size: 16px;
		color: #000000;
	}
	.sponsorshipBlock .table .responsive_center_text:before {
		display: none;
	}
	.sponsorshipBlock .button_large {
		padding: 8px 25px;
	    font-size: 16px;
	}
	.free_rewards .idTabs a{font-size:11px;}
	.rewards.free_rewards div.sheets{padding:20px 10px 10px 10px;}
}
@media (max-width: 639px) {
	.rewards .idTabs li {
		width: 50%;
	}
	.free_rewards table tr :first-child{width:65%}
	.free_rewards table.std th{font-size:13px;padding:2px}
	.free_rewards.rewards div.sheets{
		padding: 10px;
	}
	.free_rewards #list_contacts_form input.text{width:300px}
	.free_rewards .sponsorshipBlock div.total_gifts_bar{width:220px}
	.free_rewards .idTabs a{min-height: 50px;}
}
@media (max-width: 385px) {
	.free_rewards #list_contacts_form input.text {
    width: 250px;
	}
	.free_rewards.rewards .idTabs a{font-size:10px}
	.free_rewards table.std th {font-size:12px}
	
}
@media (max-width: 355px) {.free_rewards .idTabs a{min-height: 65px;}}