.tab-custom-color:hover {
	background: darkorange !important;
    color: #fff !important;
}

li.tab-custom-color.active {
	background: darkorange !important;
    color: #fff !important;
}

