div.container {
	margin-bottom: 3px;
}
.header-bar {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.unread_msg {
	background-color: red;
	margin-left: 15px;
	margin-right: 15px;	
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.disabled {
	cursor: not-allowed; 
}
.disabled > a {
	pointer-events: none;
	color: gray;
}
font.menu-font {
	font-family: Roboto;
	font-size: 13px;
}
.text-red {
	color: red;
}
.text-yellow {
	color: yellow;
}


/* usato nelle barre laterali delle news */
.news-bar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


hr.fixed-bar {
	margin-top: 3px;
	min-height: 50px;
	background-color: #212121;
	border-radius: 5px;
}

.message_wokinprogress {
	font-family: Roboto;
	font-size: 18px;
	color: red;
	font-weight: bold;
}