@font-face {
	font-family: 'Ferrero_Global';
	src:url('../css/fonts/Ferrero_Global.eot');
    src:url('../css/fonts/Ferrero_Global.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Ferrero_Global.woff') format('woff'), url('../css/fonts/Ferrero_Global.ttf') format('truetype'), url('../css/fonts/Ferrero_Global.svg#Ferrero_Global') format('svg');
    font-weight: normal;
    font-style: normal;
}
/****CSS IE ****/

select::-ms-expand{
    display: none;
}

:root select{padding-right: 0px \ ;}

/*****************/

h1{
	font-size: 2em;
	color: #6b4b2c;
	margin: 0 0 0.67em 0;
	font-family: Open Sans, sans-serif;
	text-transform: uppercase;
}
select{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/frm-arrow.png) no-repeat 96% 50% !important;
}
select#gender{
	width:100%
}
select#bDay{
	width:24%
}
select#bMonth{
	width:40%
}
select#bYear{
	width:33%
}

.widthMax{
	width: 100% !important;
}
.container{
	width: 80%;
	margin: 0 auto;
}
.idp_introduction{
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}
.idp_group_container{
	padding: 20px 0;
}
.idp_form_errors{
    color: red;
    font-size: 1.2em;
    font-style: italic;
}
.simpleContainer{	
	text-align: left;	
	padding: 10px 0;	
	font-size: 15px;
}
.fieldTitle{}
.mobileAdjR{
	display:none;
}
.navbar{
	display: block;
}
.navmenu{
	border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: 46px;
    position: relative;
    z-index: 999;
    background: linear-gradient( 180deg, #f2f2f2 50%, #e6e6e6 50% );
    margin-bottom: 1px;
}
.navbarcollapse {
    padding-left: 0;
    padding-right: 0;
    max-height: 1500px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul.nav{
	margin-top: 0px;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navpills>li>a {
    text-decoration: none;
    cursor: pointer;
    padding: 15px 10px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
    color: #6b4b2c;
    font-family: Arial;
    line-height: 16px;
}
.navpills > li > a:hover{
	background-color: white;
	color: #ce9b0a;
	
}
.containerPage {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-bottom: 10%;
}
#containerPageNavbar.containerPage {
	
}
.containerCentralPage{
	min-height: 400px;
	background-color: white;
	width: 70%;
	margin: 0 auto;
}
.message{
	font-size: 16px;
    font-style: italic;
}
.topContainer{
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-color: white;
}
.navbar{
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.navbarContainer{
	margin: auto;
	padding: 20px 0 10px;
	width: 81%;
}
.navbarContainer p{
	color: #666666;
	font-size: 10px;
	margin:0 16px 0 0;
}
.navbarContainer small{
	padding: 10px 0; 
	color: #424242; 
	display: block; 
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: center;
}
.navbarContainer small a{
	margin: 0 8px 0 8px;
}
.containerConfirmIdentity{
	margin: auto auto;
}
.titleContainer{
	margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.pTitle{
	color: red;
	font-size: 32px;
}
.pTitleGold{
	color: #e18715;
	font-size: 32px;
}
.form{
	width: 50%;
	margin: 0 auto;
	background-color: white;
}
.containerMsg{
	text-align: center;
	padding-bottom:10px;
	margin: 5px 30px;
	
}
.formGroup{
	
}
.labelForm{
	color: #424242;
	text-align: left;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
}
.labelMsg{
	color: #424242;
	text-align: center;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}
.inputForm{
	box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
	border: 1.6px solid #dfdfdf;
	box-sizing: border-box;
	color: #424242;
	background: #FFF;
	text-align: left;
	width: 100%;
	font-size:16px;
	padding: 0 16px;
	height: 40px;
	margin-bottom: 10px;
}
.rowForm{
    clear: both;
}
.rowBtnForm{
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.rowBtnSubmit{
	text-align: center;
	margin: 0 auto;
	padding: 10px 20px;
}
.dateOption{
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	border: 1.6px solid #dfdfdf;
	box-sizing: border-box;
	color: #424242;
	background: #FFF;
	text-align: left;
	font-size:16px;
	padding: 0 16px;
	height: 40px;
}

.containerBtn{
	padding: 10px 10px;
	text-align: right;
}
table, td, th {
	border: none;
    text-align: left;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
	color: #424242;
	padding: 6px;
	max-width: 100px;
	word-wrap: break-word;
}

tr > td > a{
	text-decoration: none;
	color: #e18715
}

.border li a {
  transition: background-color .3s;
  border:1px solid #ddd;
}
.margin li a {margin:0 4px;}
.pagination {
    display: inline-block;
    padding: 0;
    margin: 8px 0 30px;
}
.pagination li {display: inline;}
.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
ul.pagination li a.active{
  background-color: #e18715;
  color: white;
  border:1px solid #ddd;
}
ul.pagination li a:hover:not(.active) {background-color: #e5a350; color: white;}

/*style form*/

.fieldContainer{
	float: left;
	padding: 10px 0;
}
#user_profile #containerDate{
	width:27%
}
div#userConsentsContainer{
	clear:both;
}
#messages{
	font-size: 18px;
	min-height: 350px;
	color: #333233;
	position: relative;
}
#socialLogin{
	text-align: center;
	height: auto;
	width: 100% !important;
}
#socialLogin_uiContainer{
	
height: auto !important;
	
width: 100% !important;
}
#socialLogin table, #socialLogin td, socialLogin tr{
	border:none;
}
#socialLogin .gigya-login-providers-container{
	left:10%;
}

.idp_text{
	font-size:15px;
}
.idp_field_container{
	text-align: center;
    padding: 10px 0 10px 0;
}

.idp_field_error{
	border: 1px solid #f04e23;
	height: 35.2px;
	padding: 0 16px;
}
#registration .idp_field_error{
	padding: 0;
}
input.error{
	border: 1px solid #f04e23;
}
#user_profile .idp_field_error{
	padding: 0;
}
input.idp_field_error[type=radio]{
	height: unset;
}

.idp_field_errorMessage, label.error{
	display: block;
	font-size: 12px;
	color: #f04e23;
}
#confirmPassword.errors,
#dateBirth.errors{
	width: 64%;
}
#mobilePhone.errors{
	width: 39%;
}
#explicitConsents1.userChoice.errors,
#explicitConsents1.userChoice.errors{
	text-align: left;
}
.separatore {
    border-top: 1px solid #cccccc;
    height: 1px;
    margin: 5px 0;
    clear: both;
}

.separatore_only_margin {
    margin: 10px 0;
    clear: both;
}

/* CHECK START*/
.addressDeleteCheck{
	padding-bottom: 30px;
	clear: both;
}
/* The container */
.containerCheck {
    padding-top: 5px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
    background-color: #cc9900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* CHECK END*/


/* NEW STYLE */
.idp_main{
	-moz-box-shadow: 0 0 80px #555;
	-webkit-box-shadow: 0 0 80px #555;
	box-shadow: 0 0 80px #777;
	width: 72%;
	margin: 0 auto;
	background-color: white;
	padding: 30px;
	text-align: center;
	min-height: 450px;
	margin-top: 50px;
}
#service_request.idp_main{
	min-height: 413px;
	margin-top: 50px;
	width: 50%;
	position: relative;
}
#login.idp_main{
	width: 40%;
	text-align: center;
}
#get_email.idp_main{
	width: 40%;
	min-height: 413px;
}
#registration .idp_field_container{
	text-align: left;
}
input[type="password"],
input[type="text"],
input[type="text"]:focus{
	width: 100%;
}
input[type="text"].disabled,
select.disabled {
  color: #333;
  background: #FCFCFC;
  cursor: not-allowed;
}
#registration .row{
	display: table;
	width: 100%;
}
#registration .field{
	display: table-cell;
}
#registration #gender{
	width:100%
}
#registration .idp_instructions, #consents .idp_instructions{
	margin-bottom: 15px;
    font-size: 30px;
    color: #6b4b2c;
}

#registration .idp_form_submit_container{
	padding:15px
}
#user_profile .idp_form_submit_container{
	margin-top:25px;
	text-align:center;
}
#user_profile{
	text-align: left;
	margin-top: 50px;
}
#user_profile h1{
	text-align: center;
}
#user_profile #containerLastname,
#user_profile #containerFirstname,
#user_profile #containerEmail,
#user_profile #containerTelephone,
#user_profile #containerPrefChannel,
#user_profile #containerNationality{
	width:27%;
	margin-right:10px;
}
#user_profile #prefChannel{
	width:100%
}
#user_profile .addressStreet,
#user_profile .addressCity,
#user_profile .addressCO{
	width:25%;
	margin-right:10px
}
#user_profile .addressHouseNum,
#user_profile .addressZip{
	width:10%;
	margin-right:10px
}

#user_profile #containerGender{
	margin-right:10px;
	width: 15%;
}
.addressType{
	margin-right: 10px;
	width: 100%;
}
.addressTypeLabel{
	margin-top: 10px;
	font-weight: bold; 
	font-size: 14px; 
	color: #cc9900;
}
#messages_sr.idp_introductions {
	border:none;
}
#registration .idp_field_cons{
	padding: 15px 15px 0;
}
.idp_field_cons, .privacy_text{
	padding: 15px 0 0;
	text-align: left;
    font-size: 14px;
}
.idp_field_cons .radio, #consents .radio{
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
}
#consents .radio{
	text-align: left;
}
html , body{
  height: 100%;
}
body {
	font-family: 'Open Sans', 'Source Sans Pro', sans-serif;
	font-size: 12px;
	margin:0px;
	color: #333233;
	background-image: url(../img/worldmap.jpg);
	background-image: url(../img/bkgferrero.jpg);
}

h3 {
	font-size: 17px;
    font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.lost .idp_form_submit_button{
	background: none;
	color: #c68d30;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 13px 0;
}
.footer {
    border-top: 1px solid #333333;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    padding: 10px 0;
    background-color: #6b4b2c;
    margin-bottom: -3px;
}
.footerContainer{
}
.footerContainer p{
	color: #ffffff;
    display: inline-block;
    font-size: 10px;
    margin: 0 16px 0 0;
}
.footerContainer p a{
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px
}
.cont-logo{
	color: #6b4b2c;
    font-family: 'Open Sans', 'Source Sans Pro', sans-serif;
    font-size: 21px;
    padding-left: 20px;
}
.idp_form_submit_button{
	cursor: pointer;
	color: #FFF;
	font-family: Open Sans, sans-serif;
	box-sizing: border-box;
	font-size: 14px;
	padding: 13px 20px;
	text-transform: uppercase;
	border: none;
	width: 170px;
	background: #663303;
	margin: 0 10px;
}
.disabled{
	background-color: #6b4b2c;	
	cursor: not-allowed;
}
#messages .idp_form_submit_container{
	position:absolute;
	bottom: 0;
	left: 43%;
	margin-bottom: 30px
}

.changeConsent{
	width: 100px;
	padding: 5px;
}
#ask_new_password .idp_form_submit_button{
	width: 25%;
}
.idp_field_label {
    color: #343333;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
 
.idp_registration_link{
	font-size: 15px;
	color: #e18715;
	font-weight: bold;
}
.idp_registration_link a, a:visited, a:visited{
	color: #e18715;
}
.privacyok{display: inline-block;vertical-align: middle;margin-left: 60px;}
#login .row {
    float: left;
    text-align: center;
}
#idp_account_access{
	width: 43%;
}
#login .idp_registration_link_container {
    float: left;
    margin-top: 101px;
    text-align: center;
    width: 43%;
}
#login .sep_border {
    float: left;
    margin: 15px 33px 15px;
    border-left: 1px solid #343333;
    height: 32em;
}
.lost{
	padding: 15px 0;
}
.idp_field_required{
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color: #424242;
	background: #FFF;
	text-align: left;
	font-size: 12px;
	padding: 0 16px;
	height: 40px;
}
#fm1 .idp_field_container {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#fm1 .idp_field_basicprof_email,
#fm1 .idp_field_basicprof_password{
	width: 40%;
}
#fm1 .idp_field_basicprof_confirmpassword input{
	width: 64%;
}
#registration .idp_field_extprof_phone input{
	width: 398px;
}
#registration #dateBirth{
	width: 20%
}
#registration #monthBirth{
	width: 23%
}
#registration #yearBirth{
	width: 20%
}
#login .col.dx h3{
	margin: 14px 0 0 0;
}
#login .col.sx .idp_field_container #username {
	background: url(../img/ico-mail.png) no-repeat 3% 50%;
    padding-left: 35px;
}
#login .col.sx .idp_field_container #password {
    background: url(../img/ico-lock.png) no-repeat 3% 50%;
    padding-left: 35px;
}

#service_request .idp_form_submit_container{
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 38%; */
	padding: 20px 15px 10px;
}

.pGold {
	color: #6b4b2c;
	font-size: 15px;
}
.titleGold{
	color: #cc9900;
    font-style: italic;
}
#service_request p.pGold{
    text-align: left;
    padding: 0 20px;
}
.containerList{
	margin: 0px 20px 40px;
}
.containerServiceRequest{
	display: inline-table;
	margin: auto auto;
	width: 100%;
	text-align: left;
}

.verticalContainerRight{
	float: right;
	margin: 5px 5px;
	width: 40%;
	text-align: right;
}
.loyaltyBtn{
	width: 20%;
}
.loyaltyBtn div{
	
margin-bottom: 15px;
}
.verticalContainerLeft{
	float: left;
	margin: 5px 5px;
	width: 45%;
    font-size: 15px;
}
.verticalContainerLeft p {
    margin: 0;
    padding: 5px 0;
}
.btnDetail {
	color: #FFF;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background-color: #663300;
	cursor:pointer;
	min-width: 70px;
}
:focus, :hover {
	outline:none;
}
.navmenu {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: 46px;
	position: relative;
    z-index: 999;
	background: linear-gradient(180deg, #f2f2f2 50%, #e6e6e6 50%);
	margin-bottom: 1px;
}

.navbarcollapse {
	padding-left: 0;
	padding-right: 0;
	max-height: 1500px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

ul.nav {
	margin-top: 0px;
}

.navpills>li {
	float: left;
}

.selected{
	text-decoration: none;
    cursor: pointer;
    padding: 15px 10px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(188,187,187,1) 0%, rgba(188,187,187,1) 51%, rgba(157,157,157,1) 51%, rgba(157,157,157,1) 100%);
	color: white !important;
    font-family: Arial;
}

.navpills>li>a:hover {
	background: linear-gradient(to bottom, rgba(188,187,187,1) 0%, rgba(188,187,187,1) 51%, rgba(157,157,157,1) 51%, rgba(157,157,157,1) 100%);
	color: white;
}

.navpills>li>a:focus {
	background: linear-gradient(to bottom, rgba(188,187,187,1) 0%, rgba(188,187,187,1) 51%, rgba(157,157,157,1) 51%, rgba(157,157,157,1) 100%);
	color: white;
}

.navpills > li:hover{
	background-color: white;
}

.dropdown{
	position: relative;
	text-decoration: none;
}
.dropdownSubmenu{
	position:relative;
}
.dropdownMenu{
	position: absolute;
	margin: 0;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	z-index: 9;
	text-decoration: none;
	display: none;
	padding: 0 0 0;
	background-color: #FFF;
	list-style: none;
	box-shadow: 0 8px 10px 0 #E6E6E6;
	-moz-box-shadow: 0 8px 10px 0 #E6E6E6;
	-webkit-box-shadow: 0 8px 10px 0 #E6E6E6;
}

.dropdown:hover>.dropdownMenu {
    display: block;
}
.dropdownSubmenu:hover>.dropdownMenu{
	display: block;
	left: 100%;
	margin: 0;
	padding: 0;
	top: 0px;
}
.dropdownMenu > li > a {
    white-space: nowrap;
    border-radius: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    display: block;
}
.dropdownSubmenu > a{
	position:relative;
}
li.dropdown > ul.dropdownMenu > li > a,
li.dropdownSubmenu > ul.dropdownMenu > li > a {
    margin: 0 15px;
    padding: 13px;
    padding-right: 35px;
    color: #6b4b2c;
    font-size: 14px;
    cursor:pointer;
    border-bottom: 1px dotted #6b4b2c;
    text-decoration: none;
}
li.dropdown > ul.dropdownMenu > li:last-child > a,
li.dropdownSubmenu > ul.dropdownMenu > li:last-child > a {
	border-bottom: none;
}
li.dropdownSubmenu > ul.dropdownMenu > li:hover {
	background-color: #bcbbbb;
}
li.dropdown > ul.dropdownMenu > li:hover {
	background-color: #bcbbbb;
	padding-bottom: 1px;
}
li.dropdown > ul.dropdownMenu > li:hover > a,
li.dropdownSubmenu > ul.dropdownMenu > li:hover > a{
	color: #ffffff;
	border: 0;
}
td.rowSxColumn{
	font-style: italic;
    font-size: 15px;
}
tr.rowTable > td{
	width: 50%;
	color: #333233;
}
tr.rowTable > th{
	border:none;
}
.rowTable{
/* 	padding: 10px; */
}
.idp_message_error{
	color: red;
	font-size: 14px;
}
.accordion {
	font-weight: bold;
    background-color: #eee;
    color: #343333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    box-sizing: border-box;
}

.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}
.accordion.active:after {
    content: "\2212";
}

.accordion:after {
    content: '\002B';
    color: #343333;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

*, *:before, *:after {
     box-sizing: content-box;
}
.idp_message_info{
	font-size:18px;
	font-style:italic
}
.consentsHistory{
	border:none;
	margin-top: 15px;
}
.consentsHistory th{/* border:none; */}
.consentsHistoryTitle{
	color: #cc9900;
	font-style: italic;
    font-size: 15px;
}
.logoutBox{
	float: right;
    margin-top: 16px;
    font-size: 15px;
}
.glyphicon.gray{
	display: none;
}
.glyphicon:empty{
	/* width: 0em; */
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-minus:before{
	content: "\2212";
}
.glyphicon {
	font-weight: bold;
	background-color: #efc551;
	color: #fff;
	font-size: 20px;
	line-height: 2.3;
	height: 45px;
	width: 44px;
	position: absolute;
	right: -15px;
	text-align: center;
	top: 0;
	float: right;
	text-decoration: none;
}
#user_profile div.telNumber{
	width: 21%;
}
@media screen and (max-width: 979px){
	h1{font-size: 1.5em;}
	.idp_main{
		-webkit-box-shadow: 0 0 80px #555;
		box-shadow: 0 0 15px #777;
		width: 72% !important;
	}
	#containerPageNavbar.containerPage{
		
	}
	.containerPage{
		
	}
	#login.idp_main, #get_email.idp_main{
		width: 70%;
	}
	#login .row{
		float:none;
	}
	#login .sep_border{
		display: none;
	}
	#login .idp_registration_link_container {
    	float: none;
    	margin-top: 0px;
	}
	.lost .idp_form_submit_button{
		margin-left: 0;
		margin-right:0;
	}
	.privacyok{
		margin-left:0;
		margin-top:5px;
		display: block;
	}
	#registration .idp_instructions, #consents .idp_instructions{
		font-size: 2em;
	}
	#registration .row, #registration .field{
		display:block;
	}
	#registration .idp_field_basicprof_email, #registration .idp_field_basicprof_password,
	#registration .idp_field_basicprof_confirmpassword input,
	#registration .idp_field_extprof_phone input, select#province{
		width:100%;
	}
	.idp_form_submit_button{
		margin-bottom: 15px;
	}
	#registration #dateBirth{
		width: 29%;
	}
	#registration #monthBirth{
		width: 34%;
	}
	#registration #yearBirth{
		width: 32%;
	}
	#recaptcha-container{
		padding: 15px 0 !important;
	}
	#user_profile .fieldContainer, #user_profile #gender,
	#user_profile #region, #addressType{
		width: 100% !important;
	}
	#user_profile #bMonth{
		width: 41%
	}
	.verticalContainerLeft{
		width: 100% !important;
		float:none
	}
	.containerList{
		margin:0;
	}
	.loyaltyBtn{
		width:100%;
	}
	.verticalContainerRight{
		width:100%;
		float:none;
		text-align:center;
	}
	#service_request .loyaltyBtn div{
		display: inline-block;
	}
	#service_request p.pGold{
		padding:0;
	}
	.rowSxColumn{
		vertical-align:top
	}
	.consentStatus{
		padding:0 0 10px;
		display: block;
	}
	.changeConsent{
		margin-left:0;
	}
	.consentsHistory th{
		vertical-align:top;
		padding: 0 0 3px;
	}
	.consentsHistory td{
		vertical-align:top;
		padding: 0 2px 10px 0;
	}
	#historyModify{
		width:30%
	}
	#idp_account_access, #login .idp_registration_link_container{
		width:100%
	}
	.topContainer{
		display: table;
		box-shadow: 0 0 15px #777;
	}
	.navbar{
		display: none;
		margin-bottom: 25px;
	}
	.navbarContainer{
		margin: unset;
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}
	.navbarContainer img{
	    max-width: 212px;
	    padding-left: 15px;
	}
	.mobileAdjR{
		display: table-cell;
		margin-right: 10px;
		vertical-align: middle;
		float: right;
	}
	.icon-menu_posi:before {
		content: "\6d";
	}
	.icon-menu_posi{
	    background-color: #6b4b2c !important;
	    color: #ffffff !important;
	    height: 35px;
	    width: 36px;
	    margin: 10px 0;
	    font-family: 'Ferrero_Global';
	    padding: 0;
	    border: 0;
	    font-size: 32px;
	}
	.navmenu{
		height: auto;
	}
	.navmenu .container{
		width:100%;
	}
	.nav.navpills{
	    background-color: #f7f7f7;
	}
	.navpills > li {
    	float: none;
	}
	.navpills > li > a {
		background-color: #efefef;
		margin: 0 0 2px;
		line-height: 14px;
		padding: 13px 15px;
	}
	.dropdownMenu{
		position: relative;
		float: none;
		padding: 0;
		top: 0px;
	}

	li.dropdown > ul.dropdownMenu > li > a, 
	li.dropdownSubmenu > ul.dropdownMenu > li > a{
		    background-color: #efddac;
		    color: #333233;
		    font-size: 12px;
		    margin: 0;
		    border-bottom: 1px solid white;
		    padding-left: 20px;
	}
	li.dropdown > ul.dropdownMenu > li:hover, li.dropdown > ul.dropdownMenu > li a:hover{
		background-color: #bcbbbb;
    	color: #ffffff;
    	border: 0;
	}
	.dropdownSubmenu:hover>.dropdownMenu{
		left:0;
	}
	.dropdownSubmenu > .dropdownMenu{
		box-shadow: none;
	}
	.dropdownSubmenu > .dropdownMenu > li > a{
		background-color: #f2f2f2 !important;
    	padding: 6px 33px !important;
	}
	.glyphicon.gray{
		display: block;
		background-color: #CCC
	}
	.glyphicon{
		right: 1px;
		height: 40px;
		font-size: 16px;
	}
	.logoutBox{	
		float: left;		
		display: block;		
		width: 100%;		
		margin-left: 15px;		
		font-weight:  bold;		
		color: #cc9900;
	}
	.logoutBox a{
		text-transform: uppercase;
	}
	.idp_field_required{
		padding: 0 8px 0 16px;
	}
	select#bYear{
		width: 32%;
	}
	#ask_new_password .idp_form_submit_button{
		width: 100%;
	}

};