#barra-box{
	float:right;
	margin-left:900px;
	width:60px;
	margin-top:40px;
	position: absolute;
}

#barra {
	float: right;
	/*background-color: white;*/
	background-color: white;
	height: 350px;
	width:70px;
	margin-left:1150px;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin-top: 0px;

}

#nav-list-icons{
	height: 350px;
	width: 50px;
	margin-right: 5px;
}
div#icon-box-barra{
	height: 350px;
	width: 50px;
	margin-left: 0px;
	padding-top:30px;
}


.list-icons{
	margin:0px;
	padding:0px;
	height: 350px;
}


#quadrato {
	float: right;
	background-color: white;
	width: 70px;
	height: 40px;
	border-color: white;
	clip-path: polygon(0% 0, 100% 0%,0 100%, 0 100%);

}
#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: 32px;
	padding-bottom:70px;
	padding-left: 15px;

}

.tooltip {
	border-bottom: 0px solid;
	position: relative;
	display:inline-block;
	height: 0px;
	font-size: 35px;
}

.tooltiptext{
	visibility: hidden;
	width: 120px;
	background-color: white;
	color: black;
	font-family: Quicksand;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	border-radius: 6px;
	padding: ;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	left: 60px;
}

.tooltip:hover .tooltiptext{
	visibility: visible;
} 


.avatar-barra{
	height: 40px;
	width: 40px; 
	border-radius: 50px;
	margin-bottom: 20px;
}

