.table-wrapper {
	overflow-x: scroll;
}
.table-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.table-wrapper::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
}

.table-wrapper::-webkit-scrollbar-thumb {
	background-color: #000000;
}
.slim-logo {
	width: 120px;
}
.slim-logo img {
	width: 100%;
}
.signin-box .slim-logo {
	margin: auto;
}
.slim-mainpanel {
	margin: auto 30px;
}
.ckbox.force-border span:before {
	border: 1px solid #adb5bd;
}
.disabled-select {
	background-color: #d5d5d5;
	opacity: 0.5;
	border-radius: 3px;
	cursor: not-allowed;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.dashboard-chart-one .card-total.summary h1 {
	font-size: 50px !important;
}
.dashboard-chart-one .card-total.summary h1 small {
	font-size: 50%;
}
.force-hide {
	display: none !important;
}
.search-table-icon-button {
	padding: 0.456rem 0.75rem;
}
.breadcrumb-item.active a {
	color: #6c757d;
}
.report-summary-header {
	margin-top: 25px;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	.report-summary-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.report-summary-header > div:last-child {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
@media (min-width: 768px) {
	.report-summary-header > div:last-child {
		margin-top: 0;
	}
}
.report-summary-header > div:last-child .btn,
.report-summary-header > div:last-child .sp-container button,
.sp-container .report-summary-header > div:last-child button {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 12px;
}
@media (min-width: 576px) {
	.report-summary-header > div:last-child .btn,
	.report-summary-header > div:last-child .sp-container button,
	.sp-container .report-summary-header > div:last-child button {
		font-size: 0.875rem;
	}
}
.report-summary-header > div:last-child .btn .icon,
.report-summary-header > div:last-child .sp-container button .icon,
.sp-container .report-summary-header > div:last-child button .icon {
	line-height: 1;
	margin-right: 10px;
}
.report-summary-header > div:last-child .btn + .btn,
.report-summary-header > div:last-child .sp-container button + .btn,
.sp-container .report-summary-header > div:last-child button + .btn,
.report-summary-header > div:last-child .sp-container .btn + button,
.sp-container .report-summary-header > div:last-child .btn + button,
.report-summary-header > div:last-child .sp-container button + button,
.sp-container .report-summary-header > div:last-child button + button {
	margin-left: 5px;
}

.full-page-overlay {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: -1px;
	z-index: 1052;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	color: #666f76;
}


.dataTables_wrapper .col-md-6:first-child{
	display: flex;
}
.dataTables_wrapper .col-md-6:first-child .dt-buttons{
	margin-left: 10px;
}