@media (max-width:995px) {
	.container-fluid {

		padding-right: 5px;
		padding-left: 5px;
		margin-right: auto;
		margin-left: auto;
	}

	.h3 {
		font-size: 18px !important;
	}

	#statisticsChart {
		height: 175px;
	}

	.dtr-details li span:last-child {
		float: right;
		padding-right: 5px;
	}

	.content.container-fluid {
		padding: 5px !important;
	}

	.dtr-details li,
	.dtr-details>li:last-child {
		width: 100% !important;
		margin: 0px !important;
		border: none !important;
		border-bottom: 1px solid #f4f4f4 !important;
	}

	.main-sidebar {
		padding-top: 50px !important;
	}

	a.logo {
		display: none !important;
	}

	.printBtn {
		width: 30%;
		float: left;
	}

	div.dataTables_wrapper div.dataTables_filter {
		width: 100% !important;
		text-align: right;
	}

	.filterCustomersBtn {
		display: inline-block;
		width: 50%;
		float: left;
	}

	.searchCustomerInput {
		width: 75%;
		float: left;
	}

	.filter {
		display: none;
	}

	.otherFilter {
		width: 100% !important;
		margin: 0px !important;
	}

	.customerTableList {
		text-align: left !important;
	}

	.dataTables_filter,
	.dataTables_length {
		width: 100% !important;
	}
}