.no-padding > table, .no-padding .dataTables_wrapper table {
	margin: 0px !important;
}

.dataTables_processing {
	width: 250px;
	margin-left: -125px;
	padding-top: 0px;
	height: 40px;
	line-height: 40px;
} 

.DTTT_print_info {
	z-index: 2;
}

.dataTables_length, .dataTables_length > label {
	width: 100%;
}

.dataTables_length label.select {
	width:100%;
}

div.dt-toolbar-footer .dataTables_info {
    float: left;
    line-height: 32px;
    font-size: 12px;
    padding-top: 0px;
    font-weight: normal;
    font-style: normal;
    color: black;
}
/* Estiliza el badge para que se sobreponga sobre el elemento */
.fa-stack[data-count] {
	content: attr(data-count);
    position: relative;
    display: unset;
    width: unset;
    height: 2em;
    line-height: unset;
    vertical-align: unset;
    right: 9px;
    top: -9px;
}

.fa-stack[data-count]:before {
    /* position: relative; */
    /* right: 20%; */
    /* top: -22%; */
    content: attr(data-count);
    font-size: 9px;
    border-radius: 100px;
    line-height: .75em;
    color: white;
    background: rgb(185, 74, 72);
    /* text-align: center; */
    /* min-width: 2em; */
    font-weight: bold;
    padding: 1px 5px;
}