div.dataTables_length label {
	text-align: left; font-weight: normal; white-space: nowrap;
}
div.dataTables_length select {
	width: 75px; display: inline-block;
}
div.dataTables_filter {
	text-align: right;
}
div.dataTables_filter label {
	text-align: left; font-weight: normal; white-space: nowrap;
}
div.dataTables_filter input {
	width: auto; margin-left: 0.5em; display: inline-block;
}
div.dataTables_info {
	padding-top: 8px; white-space: nowrap;
}
div.dataTables_paginate {
	margin: 0px; text-align: right; white-space: nowrap;
}
div.dataTables_paginate ul.pagination {
	margin: 2px 0px; white-space: nowrap;
}
@media screen and (max-width:767px)
{
div.dataTables_wrapper > div.row > div {
	text-align: center;
}
div.dataTables_length {
	text-align: center;
}
div.dataTables_filter {
	text-align: center;
}
div.dataTables_info {
	text-align: center;
}
div.dataTables_paginate {
	text-align: center;
}
div.DTTT {
	margin-bottom: 0.5em;
}
}
table.dataTable td {
	box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
}
table.dataTable th {
	box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
}
table.dataTable {
	clear: both; margin-top: 6px !important; margin-bottom: 6px !important; max-width: none !important;
}
table.dataTable thead .sorting {
	position: relative; cursor: pointer;
}
table.dataTable thead .sorting_asc {
	position: relative; cursor: pointer;
}
table.dataTable thead .sorting_desc {
	position: relative; cursor: pointer;
}
table.dataTable thead .sorting_asc_disabled {
	position: relative; cursor: pointer;
}
table.dataTable thead .sorting_desc_disabled {
	position: relative; cursor: pointer;
}
table.dataTable thead .sorting::after {
	top: 8px; right: 8px; font-family: "Glyphicons Halflings"; display: block; position: absolute; opacity: 0.5;
}
table.dataTable thead .sorting_asc::after {
	top: 8px; right: 8px; font-family: "Glyphicons Halflings"; display: block; position: absolute; opacity: 0.5;
}
table.dataTable thead .sorting_desc::after {
	top: 8px; right: 8px; font-family: "Glyphicons Halflings"; display: block; position: absolute; opacity: 0.5;
}
table.dataTable thead .sorting::after {
	content: "\e150"; opacity: 0.2;
}
table.dataTable thead .sorting_asc::after {
	content: "\e155";
}
table.dataTable thead .sorting_desc::after {
	content: "\e156";
}
div.dataTables_scrollBody table.dataTable thead .sorting::after {
	display: none;
}
div.dataTables_scrollBody table.dataTable thead .sorting_asc::after {
	display: none;
}
div.dataTables_scrollBody table.dataTable thead .sorting_desc::after {
	display: none;
}
table.dataTable thead .sorting_asc_disabled::after {
	color: rgb(238, 238, 238);
}
table.dataTable thead .sorting_desc_disabled::after {
	color: rgb(238, 238, 238);
}
table.dataTable thead > tr > th {
	padding-right: 30px;
}
table.dataTable th:active {
	
}
table.table-condensed.dataTable thead > tr > th {
	padding-right: 20px;
}
table.table-condensed.dataTable thead .sorting::after {
	top: 6px; right: 6px;
}
table.table-condensed.dataTable thead .sorting_asc::after {
	top: 6px; right: 6px;
}
table.table-condensed.dataTable thead .sorting_desc::after {
	top: 6px; right: 6px;
}
div.dataTables_scrollHead table {
	margin-bottom: 0px !important; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child {
	border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important;
}
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important;
}
div.dataTables_scrollBody table {
	margin-top: 0px !important; margin-bottom: 0px !important; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.dataTables_scrollBody tbody tr:first-child th {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.dataTables_scrollBody tbody tr:first-child td {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.dataTables_scrollFoot table {
	margin-top: 0px !important; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
table.dataTable.table-bordered {
	border-collapse: separate !important;
}
table.table-bordered thead th {
	border-top-width: 0px; border-left-width: 0px;
}
table.table-bordered thead td {
	border-top-width: 0px; border-left-width: 0px;
}
table.table-bordered tbody th {
	border-bottom-width: 0px; border-left-width: 0px;
}
table.table-bordered tbody td {
	border-bottom-width: 0px; border-left-width: 0px;
}
table.table-bordered tfoot th {
	border-bottom-width: 0px; border-left-width: 0px;
}
table.table-bordered tfoot td {
	border-bottom-width: 0px; border-left-width: 0px;
}
table.table-bordered th:last-child {
	border-right-width: 0px;
}
table.table-bordered td:last-child {
	border-right-width: 0px;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0px;
}
.dataTable.table tbody tr.active td {
	color: white; background-color: rgb(0, 136, 204);
}
.dataTable.table tbody tr.active th {
	color: white; background-color: rgb(0, 136, 204);
}
.dataTable.table tbody tr.active:hover td {
	background-color: rgb(0, 117, 176) !important;
}
.dataTable.table tbody tr.active:hover th {
	background-color: rgb(0, 117, 176) !important;
}
.dataTable.table tbody tr.active th > a {
	color: white;
}
.dataTable.table tbody tr.active td > a {
	color: white;
}
.dataTable.table-striped tbody tr:nth-child(2n+1).active td {
	background-color: rgb(1, 126, 188);
}
.dataTable.table-striped tbody tr:nth-child(2n+1).active th {
	background-color: rgb(1, 126, 188);
}
table.DTTT_selectable tbody tr {
	cursor: pointer;
}
div.DTTT .btn:hover {
	text-decoration: none !important;
}
ul.dropdown-menu.DTTT_dropdown {
	z-index: 2003;
}
ul.dropdown-menu.DTTT_dropdown a {
	color: rgb(51, 51, 51) !important;
}
ul.dropdown-menu.DTTT_dropdown li {
	position: relative;
}
ul.dropdown-menu.DTTT_dropdown li:hover a {
	color: white !important; background-color: rgb(0, 136, 204);
}
div.DTTT_collection_background {
	z-index: 2002;
}
div.DTTT_print_info {
	padding: 10px 30px; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.2); left: 50%; top: 50%; width: 400px; height: 150px; text-align: center; color: rgb(51, 51, 51); margin-top: -75px; margin-left: -200px; position: fixed; opacity: 0.95; box-shadow: 0px 3px 7px rgba(0,0,0,0.5); background-color: white; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
div.DTTT_print_info h6 {
	margin: 1em; line-height: 28px; font-size: 28px; font-weight: normal;
}
div.DTTT_print_info p {
	line-height: 20px; font-size: 14px;
}
div.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: 60px; text-align: center; padding-top: 20px; padding-bottom: 20px; font-size: 1.2em; margin-top: -25px; margin-left: -50%; position: absolute;
}
div.DTFC_LeftHeadWrapper table {
	margin-bottom: 0px; background-color: white;
}
div.DTFC_LeftFootWrapper table {
	margin-bottom: 0px; background-color: white;
}
div.DTFC_RightHeadWrapper table {
	margin-bottom: 0px; background-color: white;
}
div.DTFC_RightFootWrapper table {
	margin-bottom: 0px; background-color: white;
}
table.DTFC_Cloned tr.even {
	margin-bottom: 0px; background-color: white;
}
div.DTFC_RightHeadWrapper table {
	margin-bottom: 0px !important; border-bottom-color: currentColor !important; border-bottom-width: medium !important; border-bottom-style: none !important; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important;
}
div.DTFC_LeftHeadWrapper table {
	margin-bottom: 0px !important; border-bottom-color: currentColor !important; border-bottom-width: medium !important; border-bottom-style: none !important; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child {
	border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child {
	border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child {
	border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
	border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important;
}
div.DTFC_RightBodyWrapper table {
	margin: 0px !important; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.DTFC_LeftBodyWrapper table {
	margin: 0px !important; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.DTFC_RightBodyWrapper tbody tr:first-child td {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.DTFC_RightFootWrapper table {
	margin-top: 0px !important; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.DTFC_LeftFootWrapper table {
	margin-top: 0px !important; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting::after {
	display: none;
}
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc::after {
	display: none;
}
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc::after {
	display: none;
}
div.DTFC_RightBodyWrapper table.dataTable thead .sorting::after {
	display: none;
}
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc::after {
	display: none;
}
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc::after {
	display: none;
}
div.FixedHeader_Cloned table {
	margin: 0px !important;
}
