.img-hover:hover .img-hover-action{display: block;}
.img-hover:hover .img-nav-user{opacity: 0.4;}
.img-hover:hover .img-profile{opacity: 0.4;}
.img-hover:hover .img-user-manage{opacity: 0.4;}
.img-hover:hover .img-company-manage{opacity: 0.4;}
.img-hover:hover .img-user-note{opacity: 0.4;}
.img-hover{
	position: relative;
}
.img-hover-action{
	position: absolute;
	display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
  text-align: center;
}
.img-leadeboard{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #c5c5c5;
}
.img-nav-user{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 4px solid #c5c5c5;
}
.img-profile{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 4px solid #c5c5c5;
}
.img-company{
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.img-partners-manage{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: 4px solid #c5c5c5;
}
.img-company-manage{
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.img-user-manage{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	border: 4px solid #c5c5c5;
}
.img-user-note{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 3px solid #c5c5c5;
}
.img-deliverable{
	width: 100%;
	max-height: 300px;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.img-view-full{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	max-width: 80%;
	max-height: 90%;
	height: auto;
}
.img-user-chat{
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: 2px solid #c5c5c5;
}.img-user-chat-list{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 2px solid #c5c5c5;
}
.img-notification{
	width: 45px;
	height: 45px;
	border-radius: 100%;
}.img-notification-sm{
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
