div.dataTables_length label {
	font-weight: normal;
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	font-weight: normal;
	float: right;
}

div.dataTables_filter input {
	width: 16em;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

div.dataTables_paginate ul.pagination {
	margin: 2px;
}

table.dataTable,
table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

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;
}

table.dataTable th:active {
	outline: none;
}

#loader {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	visibility: hidden;
	z-index: 999;
}

.loaderIcon {
	background: url("../img/ajax_indicator.gif") no-repeat scroll center center #fff;
	width: 212px;
	height: 13px;
}

/* 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 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 tbody tr.active a {
	color: white;
}

.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;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* 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,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}
 
div.DTFC_RightHeadWrapper table ,
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_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
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_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
}

/* tbConMatrix */
#resultTable, #summaryTable, #collosTable, #colloPathsTable, #colloPosTable, #userTable {
	width: 100%;
	border-spacing: 0;
	clear: both;
	display: table;
	table-layout: fixed;
	vertical-align: middle !important;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}

.dataTable {
	width: 100%;
	border-spacing: 0;
	clear: both;
	vertical-align: middle !important;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}

.dataTable tr {
	height: 25px !important;
}

.dataTable td {
	border-spacing: 0 !important;
	display: table-cell;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 1px !important;
	vertical-align: middle !important;
	white-space: nowrap;
}

.dataTable tr.even {
	background-color: #f1f1f1 !important;
}

.dataTable tr.odd {
	background-color: #fff !important;
}

.dataTables_processing{
	float: left;
	font-size: 11px !important;
	margin-left: 10px;
	margin-top: -10px;
	position: absolute;
	text-align: center;
	padding: 5px;
	height: 20px;
}
.lp-text, .context_lp-text {
	background-color: #EEEEEE;
	padding-left: 2px !important;
	padding-right: 2px !important;
	text-align: center;
	width: 20px !important;
}

.collo-lp-text {
	background-color: #EEEEEE;
	padding-left: 2px !important;
	padding-right: 2px !important;
	text-align: center;
	width: 2% !important;
}
.user-header {
	background-color: #EEEEEE;
}
.collo-header {
	background-color: #EEEEEE;
}
.span-text {
	padding: 0 5px;
	text-align: center;
	width: 20px !important;
}

.left-text {
	/*border-right: 1px solid #CCCCCC !important;*/
	color: #333333;
	direction: rtl;
	text-align: right;
	text-overflow: clip;
}

.mid-text {
	color: #302B2A;
	font-weight: bold;
	text-align: center;
	width: 20px !important;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

.right-text {
	color: #333333;
	direction: ltr;
	text-align: left;
	text-overflow: ellipsis;
}

.collo-left {
	color: #333333;
	direction: ltr;
	text-align: left;
	text-overflow: ellipsis;
}
.center-text {
	color: #333333;
	text-align: center;
}
.selectedRow {
	background-color: #65605E;
	color: #ffffff !important;
}

.selectedRow td {
	background-color: #65605E;
	color: #ffffff !important;
}
.no-wrap-normal {
	white-space: normal !important;
}

.no-wrap-normal td {
	white-space: normal !important;
}
.ColVis{
	float: right;
}
.dataTables_length{
	float: right;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto !important;
}
table.dataTable tr.duplicates {
	color:#c6c6c6 !important;
	text-decoration: line-through;
}
table.dataTable td.duplicates {
	color:#c6c6c6 !important;
	text-decoration: line-through;
}
.duplicates a {
	color:#c6c6c6 !important;
	text-decoration: line-through;
}
.resultTable_info{
	clear: both;
}