/*******************/
/* Rewards account */
/*******************/
#rewards_account {
	float: left;
	background: #5f9fd4;
	background: -webkit-linear-gradient(#5f9fd4, #1467ac);
	background: -o-linear-gradient(#5f9fd4, #1467ac);
	background: -moz-linear-gradient(#5f9fd4, #1467ac);
	background: linear-gradient(#5f9fd4, #1467ac);
	border-radius: 12px;
	width: calc(100% - 20px);
	padding: 10px;
}
#rewards_account h2 {
	padding-bottom: 10px !important;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 24px;
	width: 100%;
	text-align: center;
}
#rewards_balance {
	float: left;
	width: calc(100% - 293px);
	background: #f0f0f0;
	border-radius: 12px;
	text-align: center;
	padding: 20px 0;
	margin: 20px;
}
#rewards_redeem {
	float: left;
	width: 233px;
	margin: calc(11% - 48px) 0;
}
.redeem_button {
	float: left;
	background: -webkit-linear-gradient(#fb8106, #fcbd16);
	background: -o-linear-gradient(#fb8106, #fcbd16);
	background: -moz-linear-gradient(#fb8106, #fcbd16);
	background: linear-gradient(#fb8106, #fcbd16);
	font-weight: bold;
	border-radius: 12px;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 47px;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}
.redeem_button:hover {
	background: #b15806;
	background: -webkit-linear-gradient(#b15806, #b08512);
	background: -o-linear-gradient(#b15806, #b08512);
	background: -moz-linear-gradient(#b15806, #b08512);
	background: linear-gradient(#b15806, #b08512);
}

#rewards_pending, #rewards_available{
	float: left;
	width: 50%;
	text-align: center;
}
#rewards_pending h2, #rewards_available h2 {
	font-size: 14px;
	color: #333333;
}
#rewards_pending h3, #rewards_available h3 {
	font-size: 36px;
	color: #000000;
}
.rewards p {
	margin: 0.5em 0 !important;
	padding: 0 !important;
}


div.pagination {
	padding: 0;
	margin: 0;
}

form.pagination {
	display: none;
}

div#transform {
	padding-top: 20px;
    text-align: center;
}

div#transform a {
	background: url("../images/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;
}

div#transform a span {
	color: red;
}
ul.pagination {
	width: auto;
	padding: 10px;
}
ul.pagination li {
	float: left;
	padding: 6px 5px;
}
ul.pagination li:first-child, ul.pagination li:last-child {
	padding: 6px 5px;
}
.loyaltyCardAdd {
	float: left;
	width: calc(100% - 320px);
	background: url('../images/loyaltyCard.png') no-repeat top left #e0e0e0;
	border-radius: 12px;
	min-height: 210px;
	margin-top: 20px;
	padding-left: 320px;
}
.loyaltyCardAdd h2 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin: 10px 0;
}

.addLoyaltyForm {
	width: calc(100% - 40px);
	float: left;
	padding: 0px 20px;
}
.addLoyaltyForm .label {
	width: 35%;
	float: left;
	padding: 12px 0 13px 0;
}
.addLoyaltyForm .field {
	width: 65%;
	float: left;
	padding: 5px 0;
}
.addLoyaltyForm .field input {
	width: calc(100% - 8px);
	height: 24px;
}
.addLoyaltyForm .submit {
	width: 100%;
	float: left;
	margin-top: 15px;
}
@media screen and (max-width: 810px) {
	#rewards_balance{
		width: calc(100% - 40px);
	}
	#rewards_redeem {
		width: 100%;
		margin: 0;
	}
	.redeem_button {
		margin: 0 calc(50% - 116.5px);
	}
}
@media screen and (max-width: 480px) {
	table.std thead th {
		padding: 12px 5px !important;
	}
	table.std tbody td {
		padding: 12px 0 !important;
	}
	table.std tbody td:first-child {
		padding: 0 0 0 5px !important;
	}
	table.std tbody td:last-child {
		padding: 0 5px 0 0 !important;
	}
}
/***************/
/* Sponsorship */
/***************/

.rewards .idTabs {
	margin-top: 10px !important;
	overflow: auto;
}

.rewards .idTabs li {
	width: 24%;
	text-align: center;
}

.rewards .idTabs a {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

/* Comment these 2 blocks if you want to keep the standart style of your theme for the tabs */

.rewards .idTabs .selected {
    background-color: #389BC4;
    background-image: none;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    height: 22px;
    padding-top: 6px;
    text-transform: uppercase;
}

.rewards .idTabs a {
	background-color: #CCCCCC;
	background-image: none;
	width: 100%;
	font-size: 14px;
	color: black;
	height: 22px;
	padding-top: 6px;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
}
/* end */

.sponsorshipBlock div {
	padding-top: 10px;
}

.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;
}

.sponsorshipBlock #submitOpenInviter {
	padding: 2px;
}

.sponsorshipBlock ul {
	padding-left: 25px;
}

.sponsorshipBlock li {
	padding-top: 10px;
}

.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_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;
	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;
}

/* Tabs */
ul.idTabs {
    clear: both;
    display: block;
    float: left;
    height: 28px;
    list-style-type: none;
    margin-top: 1em;
	width: 940px;
}
ul.idTabs li 									{float:left;margin-right:1px;}
ul.idTabs li a 								{background-image: url('../img/tab_bg.jpg');display:block;width:173px;height:22px;text-align:center;text-decoration:none;text-transform:uppercase;font-weight:bold;padding-top:3px;color:#374853;}
ul.idTabs li a.selected						{background-image: url('../img/tab_bg_selected.jpg');color:white;}

/* IdTabs Short*/

ul.idTabsShort li a {
    background: none repeat scroll 0 0 #DCDCDC;
    border: 1px solid #D6D6D6;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 1px;
    width: 138px;
}
ul.idTabsShort li a.selected {
    background: none repeat scroll 0 0 #F8F8F8;
    border-left: 1px solid #D6D6D6;
    border-radius: 10px 10px 0 0;
    border-right: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
	border-bottom: 0px;
    color: black;
    position: relative;
    top: 3px;
    z-index: 555;
}
div.sheets {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #D6D6D6;
    border-radius: 0 10px 10px 10px;
    clear: both;
    display: block;
    float: left;
    padding: 15px;
    width: 908px;
}
div#more_info_sheets ul li						{margin-bottom:0.4em;}
.reviews_title 								{color: #1467ac;text-transform: uppercase;margin: 10px;text-align: center;font-size: 24px;}
.review_content 								{background: #FEFEFE;border: 1px solid #D6D6D6;-moz-border-radius: 10px;-webkit-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;margin: 15px auto;padding: 10px 15px;width: 860px;font-size: 13px;}
.review_content b							{font-size: 13px;}
#more_info_block {
    clear: both;
    display: block;
    float: left;
    margin-top: 40px;
}
