
div.dataTables_length label {
	float: left;
	text-align: left;
}
div.table-length {
	white-space: nowrap;
	width: 75px;
	/*float:left;*/
	margin-left: 25px;
	display: inline-block;
	margin-top: -4px;
	/*height: 10px;*/

}
div.dataTables_length select {
	width: 75px;
	height: 26px;
	background: transparent;
	/*float:right;*/
	/*margin-left: 250px;*/
}

div.dataTables_filter label {
	float: right;
	min-height:20px;
	/*max-height:20px;*/
	/*display:inline-block;*/
	/*position:absolute;*/
}

div.table-info {
	/*padding-top: 8px;*/
	display: inline-block;
	float:right;
	margin-right:10px
}

div.dataTables_paginate {
	float: left;
	margin: 0;
}
div.dataTables_paginate.paging_listbox {
	float: left;
	margin-top: -4px;
}
div.table-pagination select {
	width: 75px;
	height: 26px;
	background: transparent;
}

table.table {
	clear: both;
	/*margin-bottom: 6px !important;*/
	max-width: none !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody {
	background-color: #fdfdfd;

}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}


div.dataTables_scrollFoot table {
	border-top: none;
}




/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
	*cursor: hand;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}


ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
	height: 150px;
	margin-top: -75px;
	text-align: center;
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
	background-color: white;
}

div.DTFC_LeftHeadWrapper table {
	margin-bottom: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftBodyWrapper table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
	border-top: none;
}

div.DTFC_LeftFootWrapper table {
	border-top: none;
}
.dataTables_wrapper .dataTables_processing {
	position: absolute;
	width: 100vh;
	/*height: 100vh;*/
	margin-left: auto;
	margin-right: auto;
	z-index:10001;
	left: 0;
	right: 0;
	margin-top: -45px;
	text-align: center;
	font-size: 1.2em;
	border: none;
	background-color:transparent;
	/*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%);*/
}
.dataTables_wrapper {
	padding-bottom: 10px;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button {*/
	/*box-sizing: border-box;*/
	/*display: inline-block;*/
	/*min-width: 1.5em;*/
	/*padding: 0.5em 1em;*/
	/*margin-left: 2px;*/
	/*text-align: center;*/
	/*text-decoration: none !important;*/
	/*cursor: pointer;*/
	/**cursor: hand;*/
	/*color: #333 !important;*/
	/*border: 1px solid transparent;*/
	/*border-radius: 2px;*/
/*}*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {*/
	/*color: #333 !important;*/
	/*border: 1px solid #979797;*/
	/*background-color: white;*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));*/
	/*!* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);*/
	/*!* Chrome10+,Safari5.1+ *!*/
	/*background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);*/
	/*!* FF3.6+ *!*/
	/*background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);*/
	/*!* IE10+ *!*/
	/*background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);*/
	/*!* Opera 11.10+ *!*/
	/*background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);*/
	/*!* W3C *!*/
/*}*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {*/
	/*cursor: default;*/
	/*color: #666 !important;*/
	/*border: 1px solid transparent;*/
	/*background: transparent;*/
	/*box-shadow: none;*/
/*}*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {*/
	/*color: white !important;*/
	/*border: 1px solid #111;*/
	/*background-color: #585858;*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));*/
	/*!* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(top, #585858 0%, #111 100%);*/
	/*!* Chrome10+,Safari5.1+ *!*/
	/*background: -moz-linear-gradient(top, #585858 0%, #111 100%);*/
	/*!* FF3.6+ *!*/
	/*background: -ms-linear-gradient(top, #585858 0%, #111 100%);*/
	/*!* IE10+ *!*/
	/*background: -o-linear-gradient(top, #585858 0%, #111 100%);*/
	/*!* Opera 11.10+ *!*/
	/*background: linear-gradient(to bottom, #585858 0%, #111 100%);*/
	/*!* W3C *!*/
/*}*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button:active {*/
	/*outline: none;*/
	/*background-color: #2b2b2b;*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));*/
	/*!* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);*/
	/*!* Chrome10+,Safari5.1+ *!*/
	/*background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);*/
	/*!* FF3.6+ *!*/
	/*background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);*/
	/*!* IE10+ *!*/
	/*background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);*/
	/*!* Opera 11.10+ *!*/
	/*background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);*/
	/*!* W3C *!*/
	/*box-shadow: inset 0 0 3px #111;*/
/*}*/
.table-extrainfo {
	margin-top:8px;
}

.selected-info {
	/*margin-top:8px;*/
	margin-left:10px;
	padding-top: 5px;
	min-height:20px;
	float:left
}
.pagination {
	margin: -4px 0px;
}

.pagination ul {
	display: inline-block;
	/**display: inline;*/
	margin-bottom: 0;
	margin-left: 0;
	/*-webkit-border-radius: 4px;*/
	/*-moz-border-radius: 4px;*/
	/*border-radius: 4px;*/
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.dataTables_paginate ul > li {
	display: inline;
}

div.dataTables_paginate.paging_full_numbers li a {
	background-color: transparent;
	color: #888;
	font-weight: bold;
}

.dataTables_paginate ul > li > a,
.dataTables_paginate ul > li > span {
	float: left;
	padding: 4px 12px;
	margin: 0px 1px;
	line-height: 16px;
	text-decoration: none;
	/*background-color: #ffffff;*/
	/*border: 1px solid #dddddd;*/
	border-left-width: 0;
}

.dataTables_paginate ul > li > a:hover,
.dataTables_paginate ul > .active > a,
.dataTables_paginate ul > .active > span {
	/*background-color: #f5f5f5;*/
	color: #fff;
}

.dataTables_paginate.paging_full_numbers ul > .active > a,
.dataTables_paginate.paging_full_numbers ul > .active > span {
	color: #fff;
	cursor: default;
}

.dataTables_paginate.paging_full_numbers ul > .disabled > span,
.dataTables_paginate.paging_full_numbers ul > .disabled > a,
.dataTables_paginate.paging_full_numbers ul > .disabled > a:hover {
	color: #aaa;
	cursor: default;
	background-color: transparent;
}

.dataTables_paginate ul > li:first-child > a,
.dataTables_paginate ul > li:first-child > span {
	border-left-width: 1px;
	/*-webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;*/
}

.dataTables_paginate ul > li:last-child > a,
.dataTables_paginate ul > li:last-child > span {
	/*-webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;*/
}

.dataTables_paginate-centered {
	text-align: center;
}

.dataTables_paginate-right {
	text-align: right;
}

.dataTables_paginate-large ul > li > a,
.dataTables_paginate-large ul > li > span {
	padding: 11px 19px;
	font-size: 17.5px;
}

.dataTables_paginate-large ul > li:first-child > a,
.dataTables_paginate-large ul > li:first-child > span {
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
}

.dataTables_paginate-large ul > li:last-child > a,
.dataTables_paginate-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}

.dataTables_paginate-mini ul > li:first-child > a,
.dataTables_paginate-small ul > li:first-child > a,
.dataTables_paginate-mini ul > li:first-child > span,
.dataTables_paginate-small ul > li:first-child > span {
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
}

.dataTables_paginate-mini ul > li:last-child > a,
.dataTables_paginate-small ul > li:last-child > a,
.dataTables_paginate-mini ul > li:last-child > span,
.dataTables_paginate-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

.dataTables_paginate-small ul > li > a,
.dataTables_paginate-small ul > li > span {
	padding: 2px 10px;
	font-size: 11.9px;
}

.dataTables_paginate-mini ul > li > a,
.dataTables_paginate-mini ul > li > span {
	padding: 0 6px;
	font-size: 10.5px;
}

.dataTable.fixedHeader-floating {
	position:fixed;
	/*background:darkgray;*/
	z-index: 500;
	table-layout:fixed;
	width:auto !important;
}
.dataTables_scrollHeadInner > table > thead > tr * .dropdown-box-666 > .dropdown-menu{
/*.dataTables_scrollHead > .dropdown-box-666 > .dropdown-menu{*/
	/*width:1000px !important;*/
	/*padding-right:0px !important;*/
	/*margin-right:17px;*/
	/*display:none;*/
	z-index: -1;
	/*background-color: #f6f6f6;*/
	/*margin-top: 40px;*/
}
.dataTables_scrollHead .action-col-header {
	/*padding-right:0px !important;*/
	background-color: #f6f6f6;
	/*overflow-x: hidden;*/
	/*margin-right:17px;*/
}
.dataTables_scrollHead .action-col-header {
	/*padding-right:0px !important;*/
	background-color: #f6f6f6;
	/*overflow-x: hidden;*/
	/*margin-right:17px;*/
}
tr {
	/*overflow-x: visible !important;*/
}
.table-scroll-class .dataTables_scrollBody .dropdown-box {
	overflow-x: visible !important;
	overflow-y: visible !important;
	overflow: visible !important;
	z-index:100000 !important;
	/*position: relative;*/
}

.dataTable tr:last-child td.dataTables_empty {
	border-bottom: 0 !important;
}

.dropdown-box-666 > .dropdown-menu{
	margin-top: 0px;
}

.table-hover tbody .dt-checked:hover td.dataTables_empty {
	background-color: #000000 !important;
}

.dataTables_empty #empty {
	text-align: center;
}
.dataTables_empty:hover {
	background-color: #fcfcfc !important;
}

.tab-content {
	overflow: hidden;
}

.DtresetSelectedCheckboxes {
	margin-left:5px;
	cursor: pointer;
}