.page-header .left-wrapper {
	display: inline-block;
	font-size: 0;
	line-height: 50px;
	margin: 0;
	padding: 0 22px 0 20px;
	float: left;
}

.page-header .buttons {
	display: inline-block;
	font-size: 0;
	line-height: 50px;
	margin: 0;
	padding: 0 22px 0 20px;
	float: left;
}

.page-header .buttons .dropdown-menu {
	line-height: normal;
}

/* Page Header - Mobile */
@media only screen and (max-width: 767px) {
	.page-header .breadcrumbs {
		/* display: inline-block; */
	}
}

.dataTables_wrapper table thead tr.filters th {
	padding: 0px !important;
}

.dataTables_wrapper .filters .select2-container {
	margin: 0px;
}

.filters .select2-container--bootstrap .select2-selection--single {
	height: 28px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control::before {
	content: "+";
	background-color: #66cc66;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control::before {
	content: "-";
	background-color: #d33333;
}

.dtDetails {
	padding: 0px !important;
}

/* Noty theme - Start */
.noty_theme__mint.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.noty_theme__mint.noty_bar .noty_body {
	padding: .75rem 1.25rem;
}

.noty_theme__mint.noty_bar .noty_buttons {
	padding: 10px;
}

.noty_theme__mint.noty_bar .noty_close_button {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
	background: transparent;
}

.noty_theme__mint.noty_bar .noty_close_button:hover {
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .75;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
	background-color: #fff;
	color: inherit;
}

.noty_theme__mint.noty_type__warning {
	background-color: #ed9c28;
	color: #ffffff;
	border-color: #ed9c28;
}

.noty_theme__mint.noty_type__error {
	background-color: #d2322d;
	color: #ffffff;
	border-color: #d2322d;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
	background-color: #5bc0de;
	color: #ffffff;
	border-color: #5bc0de;
}

.noty_theme__mint.noty_type__success {
	background-color: #47a447;
	color: #ffffff;
	border-color: #47a447;
}

/* Noty theme - End */

/* Table fix header - Start */
.tableFixHead table {
	width: 100%;
}

.tableFixHead thead,
tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.tableFixHead tbody {
	display: block;
	overflow-y: auto;
	table-layout: fixed;
	max-height: 600px;
}
/* Table fix header - End */

.xxx {
	background-color: #b1ffc3;
	background-color: #ffc547;
	background-color: #ff8282;
	background-color: #82c5ff;
}