.navbar-default .navbar-nav > li > button {
	background: none;
	border: none;
	padding: 15px 10px!important;
	color: #777;
	cursor: pointer;
	
}
.navbar-default .navbar-nav > li > button:hover,
.navbar-default .navbar-nav > li > button:focus{
	color: #333!important;
}
.navbar-default .navbar-nav > li.active > button {
	background:#ccc;
	color: #000!important;
}

#fb-rendered-form {
  clear:both;
  display:none;
  button{
    float:right;
  }
}
.active_color{
	color:#000000;
}
.inactive_color{
	color:#FFA807;
}
.hidden_color{
	color:#2BA3FF;
}
.active-filter {
	background:#008000!important;
	color:#fff!important;
	text-decoration:none!important;
}
.item {
    position:relative;
    display:inline-block;
    float:right;
    margin: 10px 15px;
}
.item a{
    color:#fff;
}
.item a:hover,
.item a:focus {
    color:#fff;
}
.notify-badge{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #007BFF;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    padding: 3px 5px;
    font-size: 10px;
}
