table.dataTable {
	clear: both;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	max-width: none !important;
}

	table.dataTable td,
	table.dataTable th {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	table.dataTable > thead > tr > th {
		border-top: 0;
		color: #9F9F9F;
		line-height: 1.35;
	}

	table.dataTable td.dataTables_empty,
	table.dataTable th.dataTables_empty {
		text-align: center;
		padding: 60px 0;
	}

	table.dataTable.nowrap th,
	table.dataTable.nowrap td {
		white-space: nowrap;
	}

div.dataTables_wrapper {
	position: relative;
}

	div.dataTables_wrapper div.dataTables_length label {
		font-weight: normal;
		text-align: left;
		white-space: nowrap;
		margin-bottom: 0;
		font-weight: 600;
		color: #A5A5A5;
		font-size: 0.92rem;
	}

	div.dataTables_wrapper div.dataTables_length select {
		width: 75px;
		height: 40px;
		display: inline-block;
		font-weight: 800;
		border: solid 2px #DDDDDD;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	div.dataTables_wrapper div.dataTables_filter {
		text-align: left;
	}

		div.dataTables_wrapper div.dataTables_filter label {
			font-weight: normal;
			white-space: nowrap;
			text-align: left;
			margin-bottom: 0;
			display: block;
		}

		div.dataTables_wrapper div.dataTables_filter input {
			display: inline-block;
			width: 100%;
			padding: 4px 22px;
			font-size: 0.92rem;
			color: #AEABAB;
			border-radius: 50px;
			height: 40px;
			border: solid 2px #DDD;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

@media (max-width: 1024px) {
	.dataTables_filter {
		display: none;
	}
}

div.dataTables_wrapper div.dataTables_filter input:focus {
	outline: 0;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin: 2px 0;
		white-space: nowrap;
	}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
	padding-right: 30px;
	padding-top: 14px;
	padding-bottom: 12px;
}

	table.dataTable thead > tr > th.sorting_asc:hover,
	table.dataTable thead > tr > th.sorting_desc:hover,
	table.dataTable thead > tr > th.sorting:hover {
		border-bottom-color: #AFAFAF !important;
	}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
	outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	color: #282729;
}

	table.dataTable thead .sorting:after,
	table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:after,
	table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:after {
		position: absolute;
		bottom: 12px;
		left: -7px;
		display: block;
		font-family: FontAwesome;
	}

table.dataTable thead .sorting:after {
	/* sort */
}

table.dataTable thead .sorting_asc:after {
	content: "\f176";
	bottom: 13px;
	/* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
	content: "\f175";
	bottom: 12px;
	/* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

	div.dataTables_scrollBody table thead .sorting:after,
	div.dataTables_scrollBody table thead .sorting_asc:after,
	div.dataTables_scrollBody table thead .sorting_desc:after {
		display: none;
	}

	div.dataTables_scrollBody table tbody tr:first-child th,
	div.dataTables_scrollBody table tbody tr:first-child td {
		border-top: none;
	}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length,
	div.dataTables_wrapper div.dataTables_filter,
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
		text-align: center;
	}
}

table.dataTable.table-condensed > thead > tr > th {
	padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
	top: 6px;
	right: 6px;
}

table.table-bordered.dataTable {
	border-collapse: separate !important;
}

	table.table-bordered.dataTable th,
	table.table-bordered.dataTable td {
		border-left-width: 0;
	}

		table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
		table.table-bordered.dataTable td:last-child,
		table.table-bordered.dataTable td:last-child {
			border-right-width: 0;
		}

	table.table-bordered.dataTable tbody th,
	table.table-bordered.dataTable tbody td {
		border-bottom-width: 0;
	}

div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
	position: relative;
	padding-left: 30px !important;
	cursor: pointer;
}

	table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
	table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
		top: 9px;
		left: 0px;
		height: 17px;
		width: 17px;
		display: block;
		position: absolute;
		font-size: 1.087rem;
		color: #0581D4;
		font-weight: 200;
		line-height: 1;
		text-align: center;
		content: '\f142';
		border-radius: 4px;
		display: inline-block;
		font-family: FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
	table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
		display: none;
	}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	content: '\f141';
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
	display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
	padding-left: 27px;
}

	table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
	table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
		top: 5px;
		left: 4px;
		height: 14px;
		width: 14px;
		border-radius: 14px;
		line-height: 12px;
	}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
	position: relative;
	cursor: pointer;
}

	table.dataTable.dtr-column > tbody > tr > td.control:before,
	table.dataTable.dtr-column > tbody > tr > th.control:before {
		top: 50%;
		left: 50%;
		height: 16px;
		width: 16px;
		margin-top: -10px;
		margin-left: -10px;
		display: block;
		position: absolute;
		color: white;
		border: 2px solid white;
		border-radius: 16px;
		text-align: center;
		line-height: 14px;
		box-shadow: 0 0 3px #444;
		box-sizing: content-box;
		content: '+';
		background-color: #337ab7;
	}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
	content: '-';
	background-color: #d33333;
}

table.dataTable > tbody > tr.child {
	padding: 0.5em 1em;
}

	table.dataTable > tbody > tr.child:hover {
		background: transparent !important;
	}

	table.dataTable > tbody > tr.child ul {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
		color: #7D7D7D;
	}

		table.dataTable > tbody > tr.child ul li {
			border-bottom: 1px solid #efefef;
			padding: 0.5em 0;
		}

			table.dataTable > tbody > tr.child ul li:first-child {
				padding-top: 0;
			}

			table.dataTable > tbody > tr.child ul li:last-child {
				border-bottom: none;
			}

	table.dataTable > tbody > tr.child span.dtr-title {
		display: inline-block;
		min-width: 75px;
		font-weight: bold;
	}

/* Fixed Header Styles */

table.fixedHeader-floating {
	position: fixed;
	background-color: white;
	margin: 0 !important;
}

	table.fixedHeader-floating.no-footer {
		border-bottom-width: 0;
	}

table.fixedHeader-locked {
	position: absolute;
	background-color: white;
}

table.fixedHeader-locked {
	position: absolute;
	background-color: white;
}

/* Links within td cells */

table.dataTable td.dt-link {
	padding: 0;
}

	table.dataTable td.dt-link > a {
		display: inline-block;
		color: #282729;
		font-weight: 700;
		padding: 8px;
	}

		table.dataTable td.dt-link > a:hover,
		table.dataTable td.dt-link > a:focus,
		table.dataTable td.dt-link > a:active {
			color: #0081D6;
			text-decoration: none;
		}

/* Extra */

table.dataTable > tbody > tr.child span.dtr-title {
	display: block;
	min-width: 75px;
	font-weight: bold;
}

.td-truncate {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dataTables_processing {
	/*display: block!important;*/
	display: block;
	font-size: 0;
	color: transparent;
	position: absolute;
	top: -36px;
	right: -1px;
	height: 28px;
	width: 28px;
	background: url(/Content/images/eui/icon/dt-loading.gif) 0 0 no-repeat;
}

td.col-emphasize,
td.col-emphasize span {
	font-weight: 700;
}

/* Primary Theme (based on Material Design) */

.dt-primary table {
	border-collapse: separate;
}

.dt-primary.dataTable {
	box-shadow: 0px 1px 2px 1px #C7C7C7;
}

.dt-primary.fixedHeader-floating {
	box-shadow: none;
}

.dt-primary .table > thead > tr > th {
	border-bottom-width: 1px;
}

.dt-primary .tooltip-inner {
	padding: 4px 10px;
	color: #eee;
	font-weight: 200;
	background-color: #696969;
	white-space: nowrap;
}

.dt-primary .tooltip-arrow {
	display: none;
}

.dt-primary .sorting_disabled {
	background-color: #fff;
}

table.dataTable thead .sorting-reverse.sorting:after,
table.dataTable thead .sorting-reverse.sorting_asc:after,
table.dataTable thead .sorting-reverse.sorting_desc:after,
table.dataTable thead .sorting-reverse.sorting_asc_disabled:after,
table.dataTable thead .sorting-reverse.sorting_desc_disabled:after {
	left: 12px !important;
}

.dt-primary .sorting-reverse {
	padding-left: 26px;
	padding-right: 0 !important;
}

.dt-primary table.dataTable thead > tr > th.sorting_asc,
.dt-primary table.dataTable thead > tr > th.sorting_desc,
.dt-primary table.dataTable thead > tr > th.sorting,
.dt-primary table.dataTable thead > tr > td.sorting_asc,
.dt-primary table.dataTable thead > tr > td.sorting_desc,
.dt-primary table.dataTable thead > tr > td.sorting {
	background-color: #fff;
}

.dt-primary .pagination > .active > a,
.dt-primary .pagination > .active > a:hover,
.dt-primary .pagination > .active > a:focus,
.dt-primary .pagination > .active > span,
.dt-primary .pagination > .active > span:hover,
.dt-primary .pagination > .active > span:focus {
	background-color: #4E7CAF;
	border-color: #4E7CAF;
}

.dt-primary .dt-header {
	padding: 14px 0 12px 0;
}

.dt-primary .pagination > .disabled > a,
.dt-primary .pagination > .disabled > a:hover,
.dt-primary .pagination > .disabled > a:focus {
	opacity: 0.4;
	background: none;
}

.dt-primary .pagination > li > a,
.dt-primary .pagination > li > span {
	border: 0;
	background: none;
	color: #555555;
	padding: 1px 12px;
}

.dt-primary div.dataTables_wrapper div.dataTables_info {
	padding-top: 10px;
	white-space: nowrap;
	font-size: 0.92rem;
	color: #555555;
	font-weight: 600;
}

.dt-primary div.dataTables_wrapper div.dataTables_filter input {
	border: solid 2px #DDDDDD;
	background: #FFFFFF url(/content/Images//Eui/icon/search.png) 20px 6px no-repeat;
	padding-left: 60px;
	background-size: 24px;
	font-style: italic;
}

.dt-primary .panel-body {
	padding-top: 0;
}

.dt-primary tbody {
	background-color: #fff;
}

	.dt-primary tbody > tr > td {
		padding: 12px 8px;
		font-weight: 600;
		color: #474747;
	}

.dt-primary table.dataTable thead > tr > th.sorting_asc:hover,
.dt-primary table.dataTable thead > tr > th.sorting_desc:hover,
.dt-primary table.dataTable thead > tr > th.sorting:hover {
	color: #333;
	border-bottom-color: #DDDDDD !important;
}

.dt-primary .table-hover > tbody > tr:hover {
	cursor: pointer;
	background-color: #F0F0F0;
}

	.dt-primary .table-hover > tbody > tr:hover td {
		color: #4E7CAF !important;
	}