/* ------------------------------------------------------------------------------ * *  # Datatables library * *  Add advanced interaction controls to any HTML table * *  Version: 1.2 *  Latest update: Mar 10, 2016 * * ---------------------------------------------------------------------------- */
.dataTable {
	margin: 0;
	max-width: none;
	border-collapse: separate;
}

.dataTable thead th, .dataTable thead td {
	outline: 0;
	position: relative;
}

.dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting {
	cursor: pointer;
}

.dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc_disabled {
	padding-right: 40px;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after {
	content: '';
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 12px;
	margin-top: -6px;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dataTable thead .sorting:before {
	content: '\e9c1';
	margin-top: -2px;
	color: #999999;
}

.dataTable thead .sorting:after {
	content: '\e9c2';
	margin-top: -10px;
	color: #999999;
}

.dataTable thead .sorting_asc:after {
	content: '\e9c2';
}

.dataTable thead .sorting_desc:after {
	content: '\e9c1';
}

.dataTable thead .sorting_asc_disabled:after {
	content: '\e9c2';
	color: #ccc;
}

.dataTable thead .sorting_desc_disabled:after {
	content: '\e9c1';
	color: #ccc;
}

.dataTable tbody > tr:first-child > th, .dataTable tbody > tr:first-child > td {
	border-top: 0;
}

.dataTable tbody + thead > tr:first-child > th, .dataTable tbody + tfoot + thead > tr:first-child > th, .dataTable tbody + thead > tr:first-child > td, .dataTable tbody + tfoot + thead > tr:first-child > td {
	border-top: 0;
}

.dataTable .dataTables_empty {
	text-align: center;
}

.dataTable.table-bordered {
	border-collapse: collapse;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.dataTables_wrapper .table-bordered {
	border-top: 0;
}

.dataTables_wrapper + .panel-body {
	border-top: 1px solid #ddd;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.datatable-header, .datatable-footer {
	padding: 20px 20px 0 20px;
}

.datatable-header:after, .datatable-footer:after {
	content: "";
	display: table;
	clear: both;
}

.datatable-header > div:first-child, .datatable-footer > div:first-child {
	margin-left: 0;
}

.panel-body .datatable-header, .panel-body .datatable-footer {
	padding-left: 0;
	padding-right: 0;
}

.datatable-header {
	border-bottom: 1px solid #ddd;
}

.datatable-footer {
	border-top: 1px solid #bbb;
}

.dataTables_length {
	float: right;
	display: inline-block;
	margin: 0 0 20px 20px;
}

.dataTables_length > label {
	margin-bottom: 0;
}

.dataTables_length > label > span:first-child {
	float: left;
	margin: 8px 15px;
	margin-left: 0;
}

.length-left .dataTables_length {
	float: left;
}

.dataTables_length .select2-container {
	width: auto;
}

.dataTables_length .select2-choice {
	min-width: 60px;
}

.dataTables_filter {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 20px 20px;
}

.dataTables_filter > label {
	margin-bottom: 0;
	position: relative;
}

.dataTables_filter > label:after {
	content: "";
	font-family: 'icomoon';
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -6px;
	color: #999999;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dataTables_filter > label > span {
	float: left;
	margin: 8px 15px;
	margin-left: 0;
}

.dataTables_filter input {
	outline: 0;
	width: 200px;
	height: 36px;
	padding: 7px 12px;
	padding-right: 36px;
	font-size: 13px;
	line-height: 1.5384616;
	color: #333333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.filter-right .dataTables_filter {
	float: right;
}

.dataTables_info {
	float: left;
	padding: 8px 0;
	margin-bottom: 20px;
}

.info-right .dataTables_info {
	float: right;
}

.dataTables_paginate {
	float: right;
	text-align: right;
	margin: 0 0 20px 20px;
}

.dataTables_paginate .paginate_button {
	display: inline-block;
	padding: 7px;
	min-width: 36px;
	margin-left: 2px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #333333;
	border: 1px solid transparent;
	border-radius: 3px;
}

.dataTables_paginate .paginate_button:first-child {
	margin-left: 0;
}

.dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button:focus {
	background-color: #f5f5f5;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
	color: #fff;
	background-color: #455A64;
}

.dataTables_paginate .paginate_button.disabled, .dataTables_paginate .paginate_button.disabled:hover, .dataTables_paginate .paginate_button.disabled:focus {
	cursor: default;
	background-color: transparent;
	color: #bbb;
}

.dataTables_paginate.paging_simple .paginate_button {
	padding-left: 12px;
	padding-right: 12px;
}

.paginate-left .dataTables_paginate {
	float: left;
}

.paging_simple .paginate_button:hover, .paging_simple .paginate_button:focus {
	color: #fff;
	background-color: #455A64;
}

.dataTables_scroll {
	clear: both;
}

.dataTables_scroll .dataTables_scrollHead table {
	border-bottom: 0;
}

.dataTables_scroll .dataTables_scrollHead th, .dataTables_scroll .dataTables_scrollHead td {
	white-space: nowrap;
}

.dataTables_scroll .dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}

.dataTables_scroll .dataTables_scrollBody table {
	border-bottom: 0;
}

.dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:before, .dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:after {
	content: none;
}

.dataTables_scroll .dataTables_scrollBody table tbody tr:first-child > td {
	border-top: 0;
}

.dataTables_scroll .dataTables_scrollBody th, .dataTables_scroll .dataTables_scrollBody td {
	white-space: nowrap;
}

.dataTables_scroll .dataTables_scrollBody th > .dataTables_sizing, .dataTables_scroll .dataTables_scrollBody td > .dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.panel-body + .dataTables_wrapper, .panel-body + * > .dataTables_wrapper {
	border-top: 1px solid #ddd;
}

.panel-body > .dataTables_wrapper .datatable-footer {
	border-top: 0;
}

.panel-body > .dataTables_wrapper .datatable-footer .dataTables_length, .panel-body > .dataTables_wrapper .datatable-footer .dataTables_filter, .panel-body > .dataTables_wrapper .datatable-footer .dataTables_info, .panel-body > .dataTables_wrapper .datatable-footer .dataTables_paginate {
	margin-bottom: 0;
}

.panel-flat > .panel-heading + .dataTables_wrapper > .datatable-header {
	padding-top: 0;
}

.panel > .dataTables_wrapper .table-bordered {
	border: 0;
}

.panel > .dataTables_wrapper .table-bordered > thead > tr > td:first-child, .panel > .dataTables_wrapper .table-bordered > tbody > tr > td:first-child, .panel > .dataTables_wrapper .table-bordered > tfoot > tr > td:first-child, .panel > .dataTables_wrapper .table-bordered > thead > tr > th:first-child, .panel > .dataTables_wrapper .table-bordered > tbody > tr > th:first-child, .panel > .dataTables_wrapper .table-bordered > tfoot > tr > th:first-child {
	border-left: 0;
}

.panel > .dataTables_wrapper .table-bordered > thead > tr > td:last-child, .panel > .dataTables_wrapper .table-bordered > tbody > tr > td:last-child, .panel > .dataTables_wrapper .table-bordered > tfoot > tr > td:last-child, .panel > .dataTables_wrapper .table-bordered > thead > tr > th:last-child, .panel > .dataTables_wrapper .table-bordered > tbody > tr > th:last-child, .panel > .dataTables_wrapper .table-bordered > tfoot > tr > th:last-child {
	border-right: 0;
}

.panel > .dataTables_wrapper .table-bordered > tbody > tr:last-child > th, .panel > .dataTables_wrapper .table-bordered > tbody > tr:last-child > td {
	border-bottom: 0;
}

.datatable-scroll-lg, .datatable-scroll, .datatable-scroll-sm {
	min-height: .01%;
}

.datatable-scroll-wrap {
	width: 100%;
	min-height: .01%;
	overflow-x: auto;
}

@media (max-width:768px) {
	.datatable-scroll-sm {
		width: 100%;
		overflow-x: scroll;
	}

	.datatable-scroll-sm th, .datatable-scroll-sm td {
		white-space: nowrap;
	}

}

@media (max-width:1024px) {
	.datatable-scroll {
		width: 100%;
		overflow-x: scroll;
	}

	.datatable-scroll th, .datatable-scroll td {
		white-space: nowrap;
	}

}

@media (max-width:1199px) {
	.datatable-scroll-lg {
		width: 100%;
		overflow-x: scroll;
	}

	.datatable-scroll-lg th, .datatable-scroll-lg td {
		white-space: nowrap;
	}

}

@media (max-width:768px) {
	.dataTables_info, .dataTables_paginate, .dataTables_length, .dataTables_filter, .DTTT_container, .ColVis {
		float: none !important;
		text-align: center;
		margin-left: 0;
	}

	.dataTables_info, .dataTables_paginate {
		margin-top: 0;
	}

	.datatable-header {
		text-align: center;
	}

}

/* ------------------------------------------------------------------------------**  # Columns reorder**  Easily modify the column order of a table through drop-and-drag of column headers**  Version: 1.0*  Latest update: May 25, 2015** ---------------------------------------------------------------------------- */
.DTCR_clonedTable {
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 202;
	cursor: move;
}

.DTCR_clonedTable th, .DTCR_clonedTable td {
	border: 1px solid #ddd !important;
}

.DTCR_pointer {
	width: 1px;
	background-color: #2196F3;
	z-index: 201;
}

/* ------------------------------------------------------------------------------**  # Row Reorder extension**  RowReorder adds the ability for rows in a DataTable to be reordered through*  user interaction with the table.**  Version: 1.0*  Latest update: Nov 10, 2015** ---------------------------------------------------------------------------- */
.dt-rowReorder-float {
	position: absolute !important;
	table-layout: static;
	outline: 1px dashed #777;
	outline-offset: -1px;
	background-color: #fff;
	z-index: 1030;
	cursor: move;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.dt-rowReorder-moving {
	outline: 1px solid #777;
	outline-offset: -1px;
}

.dt-rowReorder-noOverflow {
	overflow-x: hidden;
}

.dataTable td.reorder {
	text-align: center;
	cursor: move;
}
.dt-button-collection {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	display: block;
	z-index: 1000;
	overflow: hidden;
	min-width: 180px;
	border-radius: 3px;
	-webkit-column-gap: 2px;
	-moz-column-gap: 2px;
	-ms-column-gap: 2px;
	-o-column-gap: 2px;
	column-gap: 2px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.dt-button-collection > .dt-button {
	padding: 8px 12px;
	color: #333333;
	display: block;
	outline: 0;
}

.dt-button-collection > .dt-button + .dt-button {
	margin-top: 1px;
}
.dt-button-collection > .dt-button:hover, .dt-button-collection > .dt-button:focus {
	color: #333333;
	background-color: #f5f5f5;
}
.dt-button-collection > .dt-button.active {
	color: #fff;
	background-color: #2196F3;
}

.dt-button-collection.fixed {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	padding-left: 5px;
	padding-right: 5px;
}

.dt-button-collection.fixed.two-column {
	margin-left: -150px;
}

.dt-button-collection.fixed.three-column {
	margin-left: -225px;
}

.dt-button-collection.fixed.four-column {
	margin-left: -300px;
}

.dt-button-collection > * {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

.dt-button-collection.two-column {
	width: 300px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

.dt-button-collection.three-column {
	width: 450px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}

.dt-button-collection.four-column {
	width: 600px;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
}
