td.sidebarBadgeContent {
	background-color: #9fd547;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	
	padding-left:15px;
	z-index:0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff !important;
}

/* Links */
td.sidebarBadgeContent a, td.sidebarBadgeContent a:link, td.sidebarBadgeContent a:visited, td.sidebarBadgeContent a:active {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 22px !important;
	color: #fff !important;
    text-decoration: none !important;
}

td.sidebarBadgeContent:hover {
	background-color: #47caf0;
}

td.sidebarBadgeContent:hover  .arrowImg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);

	-webkit-transform-origin: 9px 15px;
	-moz-transform-origin: 9px 15px;
	-o-transform-origin: 9px 15px;
	-ms-transform-origin: 9px 15px;
	/*
	top:20px !important;
	right: -57px !important;
	top:20px !important;
	right: -57px !important;
	*/
}

td.sidebarBadgeContent .linkBox  {
	position:relative;
	height: 90px;
}

td.sidebarBadgeContent .linkBox .content {
	position: relative;
	top: 19px;
    width: 217px;
}
	
td.sidebarBadgeContent .linkBox .content .whiteBadge,
td.sidebarBadgeContent .linkBox .content .colorBadge
{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	position:absolute;
}

td.sidebarBadgeContent .linkBox .content .whiteBadge {
	background-color: #fff;
	z-index:1;
	height: 55px;
	width:55px;
	top: 0; /* 6px; -18px; */
	right: -75px;
}

td.sidebarBadgeContent .linkBox .content .colorBadge {
	background-color: #000;
	z-index:2;
	height: 45px;
	width: 45px;
	top:5px;
	right: -70px;
}

td.sidebarBadgeContent .linkBox .content .arrowImg {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	
	background-image: url("../Icons/advision_arrow_right_white.png");
	background-repeat: no-repeat;
	position:absolute;
	z-index:3;
	height:30px;
	width: 18px;
	top:12px;
	right: -56.5px;
}

table.sidebarBadgeTable {
	margin-bottom:10px;
	width: 96%;
	border-spacing: 0px;
	text-align:left;
}