

 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #2b688c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 1px 0px 2px 5px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
    /* Position the tooltip */
    position: absolute;
    z-index: 1000000;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

 .tooltiptext2 {
    visibility: hidden;
    width: fit-content;
    background-color: #eee;
    padding-top: 10px;
    color: black;
    text-align: center;
    border-radius: 6px;
    
	height: -webkit-fit-content;
	height: -moz-fit-content;
    /* Position the tooltip */
    position: inherit;
    z-index: 1000000;
 	border: 1px solid black;
    
}



.gridIcon:hover .tooltiptext {
    visibility: visible;
}
.treeIcon:hover .tooltiptext {
    visibility: visible;
}
.bold:hover .tooltiptext {
    visibility: visible;
}

li.file a:hover .tooltiptext{
	visibility: visible;
}
#deletemultipleicon:hover .tooltiptext{
	visibility: visible;
	 top: 200%;
}
#authDiv:hover .tooltiptext{
	visibility: visible;
}