
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 40px;
  margin-top: -25px;
  padding-top: 9px;
  text-align: center;
  font-size: 1.2em;
  background-color: rgba(234, 140, 53, 0.6);
  color: white;
}

table tr.filtros input,
table tr.filtros select,
table tr.filtros textarea {
    width: 100% !important;
}

.btnFilterFlag:not(:first-child) {
	margin-left: 4px;
}

.marked > .fa{
	color: green;
}
.unmarked > .fa{
	color: rgb(150, 150, 150);
}