.anexo .legenda_lista_unidade .state-true:after {
	content: "Anexo";
}

.anexo .legenda_lista_unidade .state-false:after {
	content: "Não Anexado";
}

.anexo .legenda_lista_unidade .stater:after {
	content: "Anexadora";
}

.anexo .anexo-false .remove_anexo {
	display: none;
}

.anexo .anexo-false {
	cursor: pointer;
}

.anexo .anexo-true td {
	background: lightgreen none repeat scroll 0 0 !important;
}

.anexo .anexo-false td {
	background: lightblue none repeat scroll 0 0 !important;
}

.anexo .anexadora td {
	background: gold none repeat scroll 0 0 !important;
}

.anexo  .anexo-true .remove_anexo {
	display: inline-block;
	float: right;
}

.anexo .anexo-false .remove_anexo {
	display: none;
}