/* --  GENERAL -- */
.hoverboot-wrap{
	position: relative;
	display: table;
	/*margin-top: 15px;*/
}
ul.hoverboot{
	position: relative;
	z-index: 2;
}
ul.hoverboot>.active>a{
	background: inherit;
	border: inherit;
	color:inherit;
	border-radius: inherit;
    /*color:#fff !important;*/
}
ul.hoverboot>li>a:hover,ul.hoverboot>li.active>a:hover{
	background: inherit;
	border-color: transparent;
	color: inherit;
     /*color:#f00 !important;*/
}

.hoverboot-pill{
	position: absolute;
	z-index: 1;
	margin-left: 2px;
}
/* -- EFFECTS -- */

/* CADRE EFFECT */
ul.hoverboot.hoverboot-cadre + .hoverboot-pill{
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
ul.nav-stacked.hoverboot.hoverboot-cadre + .hoverboot-pill{
	background-color: #fff;
	border: 1px solid #ddd;
}

/* PILLS EFFECT */
ul.hoverboot.hoverboot-pills + .hoverboot-pill{
	background-color: #337ab7;
	border-radius: 4px;
}



.cwhite a{
	color:red !important;
}

.cwhite2 a{
	color:#fff !important;
}

.cwhite3 a{
    border-radius:5px;
    background-color:#3575ac;
	color:#fff !important;
}