/* fix pour fieldset dans Firefox */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/* Paginator Sort */
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}

/* Paginator Paging */
.paging .counter {
	font-style: italic;
	color: #666;
}
.paging span.prev {
	margin-right: 0.5em;
}
.paging span.next {
	margin-left: 0.5em;
}
.paging span.separator, .paging span.fa {
	margin: 0.5em;
}
.paging span.disabled {
	color: #ddd;
}


/* Bouton Actions */
th.actions, td.actions {
    max-width: 60px;
    width: 1px;
	text-align: center;
}

/* Spacing entre icone et text dans un bouton */
a > span.fa, a > span.glyphicon {
    margin-right: 5px;
}
a.no-text > span.fa, a.no-text > span.glyphicon {
    margin-right: inherit;
}
