.document-file{
	text-align: center;
}

.doc-library-filter{
	 display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 1em;
	align-items: flex-end;
}

.doc-library-filter button, .doc-library-filter select{
	height: 48px;
}

.doc-library-filter button, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: #C20505 !important;
	color: #fff !important;
	box-shadow: unset !important;
	border: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #fff !important;
	border: 0px !important
}

.doc-library-filter .filters{
	display: flex;
    gap: 1em;
	align-items: flex-end;
}