.edit-botonera {
	margin:5px;
}
/* Smart tables */
.st-sort-ascent:before{
	content: '\25B2';
}

.st-sort-descent:before{
	content: '\25BC';
}
.animate {
	transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
.st-selected{
  border-left:4px solid black;
  background: #216eff !important;
  color: white !important;
transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.05s !important;
}