*
{
	-webkit-overflow-scrolling:	touch;
}

body
{
	background-color:		#FFFFFF;
}

a
{
	color:					#6C757D;
}

.my_container
{
	margin:					0px;
	padding:				0px;
}

.navbar-custom
{
	background-color:		#FFFFFF;
	display:				flex;
	justify-content:		space-between;
	align-items:			center;
}

.navbar-custom .topbar-menu .nav-link
{
	color:					#000000;
	background-color:		#FFFFFF;
}

.nav-user
{
	border-width:			0px;
}

.content-page
{
	padding:				70px 0px 65px;
}

.title_header
{
	height:					50px;
	display:				flex;
	align-items:			center;
	float:					left;
	margin-left:			12px;
	line-height:			26px;
}

#img_header
{
	height:					44px;
}

#img_esteso_header
{
	width:					60%;
	height:					40px;
	background-size:		contain;
	background-position:	center;
	background-repeat:		no-repeat;
}

.icon_torna
{
	margin-right:			12px;
	cursor:					pointer;
	color:					#000000;
    font-size:				32px;
}

#icon_apri_menu
{
	position:				relative;
    font-size:				32px;
    top:					-6px;
}

#content_sottoheader
{
	position:				fixed;
	top:					70px;
	left:					0px;
	width:					100%;
	height:					40px;
	display:				flex;
	justify-content:		center;
	align-items:			center;
	background-color:		#FFFFFF;
	box-shadow:				0px 0px 35px 0px rgb(154 161 171 / 15%);
	z-index:				30;
}

.footer
{
	border-top:				0px;
	text-align:				left;
}

#img_footer
{
	width:					100%;
	height:					150px;
	background-size:		contain;
	background-position:	center;
	background-repeat:		no-repeat;
	margin-bottom:			24px;
}

#img_footer.img_footer_illibraio
{
	height:					50px;
}

#img_footer.img_footer_pde
{
	height:					60px;
}

.lbl_footer
{
	/*font-size:				16px;*/
	color:					#6C757D;
}

.box_storia_footer 
{
	font-size:				16px;
	color:					#6C757D;
}

.box_storia_footer.grande
{
	font-size:				18px;
}

.footer_text_blue
{
	color:					#1D9DD9;
}

.box_storia_footer b:not(.footer_text_blue)
{
	color:					#4A535B;
}

/* LISTA */ 

.img_logo_lista_punti_vendita
{
	width:					40%;
	height:					100px;
	background-size:		contain;
	background-position:	center;
	background-repeat:		no-repeat;
}

/* TESSERA PUNTI */

.table_caselle_dettagli_tessera_punti
{
	margin-top:						18px;
	border:							1px solid #050505;
}

.table_caselle_dettagli_tessera_punti td
{
	width:							60px;
	height:							60px;
	border:							1px solid #CCCCCC;
	cursor:							pointer;
	background-size:				contain;
	background-repeat:				no-repeat;
}

.box_storico_tessera_punti
{
	position:						relative;
	padding:						12px;
	border-top:						1px solid #CCCCCC;
}

.lbl_data_storico_tessera_punti
{
	font-weight:					bold;
}

.lbl_differenza_punti_storico_tessera_punti
{
	position:						absolute;
	top:							12px;
	right:							12px;
}