table.dataTable {
	margin: 0px auto; width: 100%; clear: both; border-collapse: separate; border-spacing: 0;
}
table.dataTable thead th {
	font-weight: bold;
}
table.dataTable tfoot th {
	font-weight: bold;
}
table.dataTable thead th {
	padding: 10px 18px; border-bottom-color: rgb(17, 17, 17); border-bottom-width: 1px; border-bottom-style: solid;
}
table.dataTable thead td {
	padding: 10px 18px; border-bottom-color: rgb(17, 17, 17); border-bottom-width: 1px; border-bottom-style: solid;
}
table.dataTable thead th:active {
	
}
table.dataTable thead td:active {
	
}
table.dataTable tfoot th {
	padding: 10px 18px 6px; border-top-color: rgb(17, 17, 17); border-top-width: 1px; border-top-style: solid;
}
table.dataTable tfoot td {
	padding: 10px 18px 6px; border-top-color: rgb(17, 17, 17); border-top-width: 1px; border-top-style: solid;
}
table.dataTable thead .sorting {
	background-position: right; cursor: pointer; background-repeat: no-repeat;
}
table.dataTable thead .sorting_asc {
	background-position: right; cursor: pointer; background-repeat: no-repeat;
}
table.dataTable thead .sorting_desc {
	background-position: right; cursor: pointer; background-repeat: no-repeat;
}
table.dataTable thead .sorting_asc_disabled {
	background-position: right; cursor: pointer; background-repeat: no-repeat;
}
table.dataTable thead .sorting_desc_disabled {
	background-position: right; cursor: pointer; background-repeat: no-repeat;
}
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 {
	
}
table.dataTable tbody tr {
	background-color: rgb(255, 255, 255);
}
table.dataTable tbody tr.selected {
	background-color: rgb(176, 190, 217);
}
table.dataTable tbody th {
	padding: 8px 10px;
}
table.dataTable tbody td {
	padding: 8px 10px;
}
table.dataTable.row-border tbody th {
	border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
table.dataTable.row-border tbody td {
	border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
table.dataTable.display tbody th {
	border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
table.dataTable.display tbody td {
	border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
table.dataTable.row-border tbody tr:first-child th {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
table.dataTable.row-border tbody tr:first-child td {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
table.dataTable.display tbody tr:first-child th {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
table.dataTable.display tbody tr:first-child td {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
table.dataTable.cell-border tbody th {
	border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-top-width: 1px; border-right-width: 1px; border-top-style: solid; border-right-style: solid;
}
table.dataTable.cell-border tbody td {
	border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-top-width: 1px; border-right-width: 1px; border-top-style: solid; border-right-style: solid;
}
table.dataTable.cell-border tbody tr th:first-child {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
table.dataTable.cell-border tbody tr td:first-child {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
table.dataTable.cell-border tbody tr:first-child th {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
table.dataTable.cell-border tbody tr:first-child td {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
table.dataTable.stripe tbody tr.odd {
	background-color: rgb(249, 249, 249);
}
table.dataTable.display tbody tr.odd {
	background-color: rgb(249, 249, 249);
}
table.dataTable.stripe tbody tr.odd.selected {
	background-color: rgb(172, 186, 212);
}
table.dataTable.display tbody tr.odd.selected {
	background-color: rgb(172, 186, 212);
}
table.dataTable.hover tbody tr:hover {
	background-color: rgb(246, 246, 246);
}
table.dataTable.display tbody tr:hover {
	background-color: rgb(246, 246, 246);
}
table.dataTable.hover tbody tr.selected:hover {
	background-color: rgb(170, 183, 209);
}
table.dataTable.display tbody tr.selected:hover {
	background-color: rgb(170, 183, 209);
}
table.dataTable.order-column tbody tr > .sorting_1 {
	background-color: rgb(250, 250, 250);
}
table.dataTable.order-column tbody tr > .sorting_2 {
	background-color: rgb(250, 250, 250);
}
table.dataTable.order-column tbody tr > .sorting_3 {
	background-color: rgb(250, 250, 250);
}
table.dataTable.display tbody tr > .sorting_1 {
	background-color: rgb(250, 250, 250);
}
table.dataTable.display tbody tr > .sorting_2 {
	background-color: rgb(250, 250, 250);
}
table.dataTable.display tbody tr > .sorting_3 {
	background-color: rgb(250, 250, 250);
}
table.dataTable.order-column tbody tr.selected > .sorting_1 {
	background-color: rgb(172, 186, 213);
}
table.dataTable.order-column tbody tr.selected > .sorting_2 {
	background-color: rgb(172, 186, 213);
}
table.dataTable.order-column tbody tr.selected > .sorting_3 {
	background-color: rgb(172, 186, 213);
}
table.dataTable.display tbody tr.selected > .sorting_1 {
	background-color: rgb(172, 186, 213);
}
table.dataTable.display tbody tr.selected > .sorting_2 {
	background-color: rgb(172, 186, 213);
}
table.dataTable.display tbody tr.selected > .sorting_3 {
	background-color: rgb(172, 186, 213);
}
table.dataTable.display tbody tr.odd > .sorting_1 {
	background-color: rgb(241, 241, 241);
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: rgb(241, 241, 241);
}
table.dataTable.display tbody tr.odd > .sorting_2 {
	background-color: rgb(243, 243, 243);
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
	background-color: rgb(243, 243, 243);
}
table.dataTable.display tbody tr.odd > .sorting_3 {
	background-color: whitesmoke;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
	background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1 {
	background-color: rgb(166, 180, 205);
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
	background-color: rgb(166, 180, 205);
}
table.dataTable.display tbody tr.odd.selected > .sorting_2 {
	background-color: rgb(168, 181, 207);
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
	background-color: rgb(168, 181, 207);
}
table.dataTable.display tbody tr.odd.selected > .sorting_3 {
	background-color: rgb(169, 183, 209);
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
	background-color: rgb(169, 183, 209);
}
table.dataTable.display tbody tr.even > .sorting_1 {
	background-color: rgb(250, 250, 250);
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: rgb(250, 250, 250);
}
table.dataTable.display tbody tr.even > .sorting_2 {
	background-color: rgb(252, 252, 252);
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
	background-color: rgb(252, 252, 252);
}
table.dataTable.display tbody tr.even > .sorting_3 {
	background-color: rgb(254, 254, 254);
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
	background-color: rgb(254, 254, 254);
}
table.dataTable.display tbody tr.even.selected > .sorting_1 {
	background-color: rgb(172, 186, 213);
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
	background-color: rgb(172, 186, 213);
}
table.dataTable.display tbody tr.even.selected > .sorting_2 {
	background-color: rgb(174, 188, 214);
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
	background-color: rgb(174, 188, 214);
}
table.dataTable.display tbody tr.even.selected > .sorting_3 {
	background-color: rgb(175, 189, 216);
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
	background-color: rgb(175, 189, 216);
}
table.dataTable.display tbody tr:hover > .sorting_1 {
	background-color: rgb(234, 234, 234);
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: rgb(234, 234, 234);
}
table.dataTable.display tbody tr:hover > .sorting_2 {
	background-color: rgb(236, 236, 236);
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
	background-color: rgb(236, 236, 236);
}
table.dataTable.display tbody tr:hover > .sorting_3 {
	background-color: rgb(239, 239, 239);
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
	background-color: rgb(239, 239, 239);
}
table.dataTable.display tbody tr.selected:hover > .sorting_1 {
	background-color: rgb(162, 174, 199);
}
table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
	background-color: rgb(162, 174, 199);
}
table.dataTable.display tbody tr.selected:hover > .sorting_2 {
	background-color: rgb(163, 176, 201);
}
table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
	background-color: rgb(163, 176, 201);
}
table.dataTable.display tbody tr.selected:hover > .sorting_3 {
	background-color: rgb(165, 178, 203);
}
table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
	background-color: rgb(165, 178, 203);
}
table.dataTable.no-footer {
	border-bottom-color: rgb(17, 17, 17); border-bottom-width: 1px; border-bottom-style: solid;
}
table.dataTable.nowrap th {
	white-space: nowrap;
}
table.dataTable.nowrap td {
	white-space: nowrap;
}
table.dataTable.compact thead th {
	padding: 4px 17px 4px 4px;
}
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th {
	padding: 4px;
}
table.dataTable.compact tfoot td {
	padding: 4px;
}
table.dataTable.compact tbody th {
	padding: 4px;
}
table.dataTable.compact tbody td {
	padding: 4px;
}
table.dataTable th.dt-left {
	text-align: left;
}
table.dataTable td.dt-left {
	text-align: left;
}
table.dataTable th.dt-center {
	text-align: center;
}
table.dataTable td.dt-center {
	text-align: center;
}
table.dataTable td.dataTables_empty {
	text-align: center;
}
table.dataTable th.dt-right {
	text-align: right;
}
table.dataTable td.dt-right {
	text-align: right;
}
table.dataTable th.dt-justify {
	text-align: justify;
}
table.dataTable td.dt-justify {
	text-align: justify;
}
table.dataTable th.dt-nowrap {
	white-space: nowrap;
}
table.dataTable td.dt-nowrap {
	white-space: nowrap;
}
table.dataTable thead th.dt-head-left {
	text-align: left;
}
table.dataTable thead td.dt-head-left {
	text-align: left;
}
table.dataTable tfoot th.dt-head-left {
	text-align: left;
}
table.dataTable tfoot td.dt-head-left {
	text-align: left;
}
table.dataTable thead th.dt-head-center {
	text-align: center;
}
table.dataTable thead td.dt-head-center {
	text-align: center;
}
table.dataTable tfoot th.dt-head-center {
	text-align: center;
}
table.dataTable tfoot td.dt-head-center {
	text-align: center;
}
table.dataTable thead th.dt-head-right {
	text-align: right;
}
table.dataTable thead td.dt-head-right {
	text-align: right;
}
table.dataTable tfoot th.dt-head-right {
	text-align: right;
}
table.dataTable tfoot td.dt-head-right {
	text-align: right;
}
table.dataTable thead th.dt-head-justify {
	text-align: justify;
}
table.dataTable thead td.dt-head-justify {
	text-align: justify;
}
table.dataTable tfoot th.dt-head-justify {
	text-align: justify;
}
table.dataTable tfoot td.dt-head-justify {
	text-align: justify;
}
table.dataTable thead th.dt-head-nowrap {
	white-space: nowrap;
}
table.dataTable thead td.dt-head-nowrap {
	white-space: nowrap;
}
table.dataTable tfoot th.dt-head-nowrap {
	white-space: nowrap;
}
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap;
}
table.dataTable tbody th.dt-body-left {
	text-align: left;
}
table.dataTable tbody td.dt-body-left {
	text-align: left;
}
table.dataTable tbody th.dt-body-center {
	text-align: center;
}
table.dataTable tbody td.dt-body-center {
	text-align: center;
}
table.dataTable tbody th.dt-body-right {
	text-align: right;
}
table.dataTable tbody td.dt-body-right {
	text-align: right;
}
table.dataTable tbody th.dt-body-justify {
	text-align: justify;
}
table.dataTable tbody td.dt-body-justify {
	text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap {
	white-space: nowrap;
}
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap;
}
table.dataTable {
	box-sizing: content-box;
}
table.dataTable th {
	box-sizing: content-box;
}
table.dataTable td {
	box-sizing: content-box;
}
.dataTables_wrapper {
	clear: both; position: relative; -ms-zoom: 1;
}
.dataTables_wrapper .dataTables_length {
	float: left;
}
.dataTables_wrapper .dataTables_filter {
	text-align: right; float: right;
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
	padding-top: 0.75em; clear: both; float: left;
}
.dataTables_wrapper .dataTables_paginate {
	text-align: right; padding-top: 0.25em; float: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.5em 1em; border-radius: 2px; border: 1px solid transparent; border-image: none; text-align: center; color: rgb(51, 51, 51) !important; text-decoration: none !important; margin-left: 2px; display: inline-block; cursor: pointer; min-width: 1.5em; box-sizing: border-box;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(220, 220, 220) 100%); border: 1px solid rgb(151, 151, 151); border-image: none; color: rgb(51, 51, 51) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(220, 220, 220) 100%); border: 1px solid rgb(151, 151, 151); border-image: none; color: rgb(51, 51, 51) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	background: none; border: 1px solid transparent; border-image: none; color: rgb(102, 102, 102) !important; cursor: default; box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	background: none; border: 1px solid transparent; border-image: none; color: rgb(102, 102, 102) !important; cursor: default; box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	background: none; border: 1px solid transparent; border-image: none; color: rgb(102, 102, 102) !important; cursor: default; box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: linear-gradient(rgb(88, 88, 88) 0%, rgb(17, 17, 17) 100%); border: 1px solid rgb(17, 17, 17); border-image: none; color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	background: linear-gradient(rgb(43, 43, 43) 0%, rgb(12, 12, 12) 100%); box-shadow: inset 0px 0px 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0px 1em;
}
.dataTables_wrapper .dataTables_processing {
	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%); left: 50%; top: 50%; width: 100%; height: 40px; text-align: center; padding-top: 20px; font-size: 1.2em; margin-top: -25px; margin-left: -50%; position: absolute;
}
.dataTables_wrapper .dataTables_length {
	color: rgb(51, 51, 51);
}
.dataTables_wrapper .dataTables_filter {
	color: rgb(51, 51, 51);
}
.dataTables_wrapper .dataTables_info {
	color: rgb(51, 51, 51);
}
.dataTables_wrapper .dataTables_processing {
	color: rgb(51, 51, 51);
}
.dataTables_wrapper .dataTables_paginate {
	color: rgb(51, 51, 51);
}
.dataTables_wrapper .dataTables_scroll {
	clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
	vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td {
	vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th {
	vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
	vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
	margin: 0px !important; padding: 0px !important; height: 0px; overflow: hidden;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing {
	margin: 0px !important; padding: 0px !important; height: 0px; overflow: hidden;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing {
	margin: 0px !important; padding: 0px !important; height: 0px; overflow: hidden;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
	margin: 0px !important; padding: 0px !important; height: 0px; overflow: hidden;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom-color: rgb(17, 17, 17); border-bottom-width: 1px; border-bottom-style: solid;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.dataTables_wrapper::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: "";
}
@media screen and (max-width:767px)
{
.dataTables_wrapper .dataTables_info {
	text-align: center; float: none;
}
.dataTables_wrapper .dataTables_paginate {
	text-align: center; float: none;
}
.dataTables_wrapper .dataTables_paginate {
	margin-top: 0.5em;
}
}
@media screen and (max-width:640px)
{
.dataTables_wrapper .dataTables_length {
	text-align: center; float: none;
}
.dataTables_wrapper .dataTables_filter {
	text-align: center; float: none;
}
.dataTables_wrapper .dataTables_filter {
	margin-top: 0.5em;
}
}
