#barra-box{
	z-index:3;
	margin: 0;
	position: absolute;
	width: 100%;
}

#barra {
	width:100%;
	margin:0px;
	max-height: 50px;
	background-color: whitesmoke;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px;
}

.avatar-barra{
	margin: 0px;
	vertical-align: middle;

}

img.avatar-barra {
	margin-top: -7px;
}

#nav-list-icons{
	width: 100%;
	height: 70px;
	margin:0;
}

li{

	font-size: 50px;	
}

a {
	text-decoration: none;


}

div#icon-box-barra{
	width: 100%;
	padding:0;
	margin:0;
	height: 60px;
}


.list-icons{
	margin:0px;
	padding:0px;
	height: 60px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: table;
	margin-top: 10px;

}



#quadrato{
	float: right;
	/*background-color: white;*/
	background-color: white;
	width: 70px;
	height: 40px;
	border-color: white;
	clip-path: polygon(0% 0, 100% 0%,0 100%, 0 100%);
	visibility: hidden;

}

#rotondo {
	border-bottom-right-radius: 25px;
	background-color: red;
	width: 80px;
	height: 60px;
	float: right;

}

#rettangolo {
	background-color: papayawhip;
	margin: 20px;
	height: 300px;
}

.list-icons li{

	font-family: FontAwesome;
	color: black;
	font-size: 30px;
	padding:0;
	width: 35px;
	margin:0px;
	margin-left: 15px;
	margin-right: 15px;
}

.tooltip {
	border-bottom: 0px solid;
	position: relative;
	display:inline-block;
	height: 0px;
	font-size: 35px;
}

.tooltiptext{
	visibility: hidden;
	width: 0;
	left: 0;
	position: absolute;
	padding: 0;
	border: 0;
	margin: 0;
}

.tooltip:hover .tooltiptext{
	visibility: hidden;
} 
