#overFlow.card-body.p-0{
	overflow-x:auto;
}
#overFlow.scoPe{
	overflow-x:auto;
}
#overFlow.authorizedApps{
	overflow-x:auto;
}
#overFlow.dMd{
	overflow-x:auto;
}
@media ( max-width : 768px) {
	.flip-table .cf:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	.flip-table * html .cf {
		zoom: 1;
	}
	.flip-table *:first-child+html .cf {
		zoom: 1;
	}
	.flip-table table {
		/* width: 100%; */
		border-collapse: collapse;
		border-spacing: 0;
	}
	.flip-table th, .flip-table td {
		margin: 0;
		vertical-align: top;
	}
	.flip-table th {
		text-align: left;
	}
	.flip-table table {
		display: block;
		position: relative;
		width: 100%;
	}
	.flip-table thead {
		display: block;
		float: left;
		height: 100%;
	}
	.flip-table tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}
	.flip-table thead tr {
		display: block;
	}
	.flip-table th {
		display: block;
		text-align: right;
		border: 0 !important;
		border-right: 1px;
		min-height: 72px;
	}
	.flip-table tbody tr {
		display: inline-block;
		vertical-align: top;
	}
	.flip-table td {
		display: block;
		min-height: 1.25em;
		text-align: left;
		min-height: 72px;
	}

	/* sort out borders */
	.flip-table th {
		border-bottom: 0;
		border-left: 0;
	}
	.flip-table td {
		border-left: 0px !important;
		border-right: 0;
		border-bottom: 0;
	}
	.flip-table th:last-child, .flip-table td:last-child {
		border-bottom: 1px solid #babcbf;
	}
	.flip-table thead.bordered-blue>tr>th {
		border-right: 3px solid #5db2ff !important;
	}
	.flip-table thead.bordered-primary>tr>th {
		border-right: 3px solid #4374e0 !important;
	}
	.flip-table thead.bordered-danger>tr>th {
		border-right: 3px solid #d73d32 !important;
	}
	.flip-table thead.bordered-success>tr>th {
		border-right: 3px solid #53a93f !important;
	}
	.flip-table thead.bordered-warning>tr>th {
		border-right: 3px solid #f4b400 !important;
	}
	.flip-table thead.bordered-silver>tr>th {
		border-right: 3px solid #777777 !important;
	}
	.flip-table thead.bordered-inverse>tr>th {
		border-right: 3px solid #444444 !important;
	}
	.flip-table thead.bordered-blueberry>tr>th {
		border-right: 3px solid #6f85bf !important;
	}
	.flip-table thead.bordered-palegreen>tr>th {
		border-right: 3px solid #a0d468 !important;
	}
	.flip-table thead.bordered-orange>tr>th {
		border-right: 3px solid #fb6e52 !important;
	}
	.flip-table thead.bordered-darkorange>tr>th {
		border-right: 3px solid #ed4e2a !important;
	}
	.flip-table thead.bordered-magenta>tr>th {
		border-right: 3px solid #bc5679 !important;
	}
	.flip-table thead.bordered-purple>tr>th {
		border-right: 3px solid #7e3794 !important;
	}
	.flip-table thead.bordered-maroon>tr>th {
		border-right: 3px solid #981b48 !important;
	}
}