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

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

.legenda_lista_unidade .stater:after {
	content: "Englobadora";
}


table.dataTable.display tbody>tr.englobado-false > td, table.dataTable.order-column.stripe tbody>tr.englobado-false > td {
   background: lightblue none repeat scroll 0 0;
}

table.dataTable.display tbody>tr.englobado-true > td, table.dataTable.order-column.stripe tbody>tr.englobado-true >td {
  background: lightgreen none repeat scroll 0 0;
}

table.dataTable.display tbody>tr.englobadora > td, table.dataTable.order-column.stripe tbody>tr.englobadora >td {
  	background: gold none repeat scroll 0 0;
}

.englobado-true .remove_englobamento {
    position: relative;
    display: block;
    float: right;
    top: 7px;
}

.englobado-false .remove_englobamento {
	display: none;
}