@import url('../css/icones.css');

.panel-tarefas-protocolo {
	font-size: 14px;
	font-family: monospace;
	background-color: #f2f7f9;
	width: 100%;
	text-align: center;
}

.panel-tarefas-protocolo:hover {
	background-color: #dce2e7;
}

body .ui-datatable .ui-datatable-data>tr.ui-state-highlight>td>.ui-commandlink
	{
	color: #b3efe1 !important;
}

body .ui-datatable .ui-datatable-data>tr.ui-state-highlight:hover>td>.ui-commandlink
	{
	color: #00785d !important;
}