.tooltip-right{
	margin-bottom: 4%;
	float:right;
    position: relative;
  	display: inline-block;
 	width: 170px;
 	background-color: #E1F9D9;
 	text-align: left;
  	color: black;
 	border-radius: 6px;
 	padding: 5px 5px;
 	top: -5px;
 	overflow: hidden;
}
.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -7px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #E1F9D9;
}


.tooltip-left {
	margin-bottom: 4%;
	float:left;
    position: relative;
    display: inline-block;
	width: 170px;
    background-color: #F0F0F0;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    top: -5px; 
    overflow: hidden;
}
 .tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -7px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #F0F0F0 transparent transparent;
}
.tooltip-time-info{
 margin-left:85%;
 font-size:9px;
 position: relative;
 color: grey;
}

.close-notification{
	margin-top: -2%;
}
.msg-alerta-chat{
	color:#F3F3F3;
}
.notifications-chat{
	width: 7%;
	height: 65%;
	position:absolute;
	background-color: red;
	color: white;
	font-size: 10px;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
}
.dropdown-users-notifications{
	 float:left; 
	 width:10%;
	 height: 60%; 
	 margin-top: -10%;
	 padding-top: 1%; 
	 margin-left: 79%;
}
.users-cursor{
	cursor: pointer;
}
.tooltip-notification{
	background-color: #FF4D4B;
	width: 15%;
	height: 35%;
	border-radius: 5px;
	position: absolute;
	color: white;
	text-align: center;
	float: right;
	left: 80%;
}