.table>tbody>tr.tinfo>td, .table>tbody>tr.tinfo>th, 
.table>tbody>tr>td.tinfo, .table>tbody>tr>th.tinfo, 
.table>tfoot>tr.tinfo>td, .table>tfoot>tr.tinfo>th, 
.table>tfoot>tr>td.tinfo, .table>tfoot>tr>th.tinfo, 
.table>thead>tr.tinfo>td, .table>thead>tr.tinfo>th, 
.table>thead>tr>td.tinfo, .table>thead>tr>th.tinfo{
  background-color: #F0F0F0;
}

.panel-default > .panel-heading{
	background-color: #dddddd;
}



/* XS */
@media screen and (max-width: 768px) {
	.admin-nav > .li-nav-separator
	{
		display: none !important;
	}
	
	#chart-area-publications
	{
		width : 150px;
		height: 150px;
	}
	.legend_publication{
	display:inline-block;
}
}

/* SM */
@media screen and (min-width: 769px) and (max-width: 992px) {
	#chart-area-publications{
		width : 200px;
		height: 200px;
	}
	.legend_publication{
	display:inline-block;
}
}

/* MD */
@media screen and (min-width: 993px) and (max-width: 1200px) {
	#chart-area-publications
	{
		width : 250px;
		height: 250px;
	}
}

/* LG */
@media screen and (min-width: 1201px) {
	#chart-area-publications
	{
		width : 250px;
		height: 250px;
	}	
}


