/*
 * Control feature layout
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1;
}
.dataTables_wrapper .dataTables_length {
	float: left;
}
.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
	width: 300px;

	padding-right: 50px;
	-webkit-font-smoothing: antialiased !important;
	background: url('../../images/search.png');
	background-position: center right;
	background-repeat: repeat-y;
	
	display: inline-block;
	background-color: #fff;
	
	height: 34px;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0px 0px 10px 0px;
	border: 1px solid #c6c6c6;
	padding: 0px 0px 0px 8px;
	box-sizing: border-box;
}
.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}
.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;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	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 .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333;
}
.dataTables_wrapper .dataTables_scroll {
	clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom: none;
}
.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center;
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em;
	}
}
@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center;
	}
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em;
	}
}
@media screen and (max-width: 1000px) {
	.globalTable{
		overflow-x: auto;
	}
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter,
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate{
		position: relative;
		z-index: 1;
	}
}

table.dataTable{
	clear: both;	
}

#absoluteTable_wrapper .dataTables_info, #absoluteTable_wrapper .dataTables_length{
	float: none;
	position: static;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#absoluteTable_wrapper .dataTables_filter, #absoluteTable_wrapper .dataTables_paginate{
	float: none;
	position: absolute; /* The flow for the row is provided above */
	right: 0;
	display: inline-block;
}

.dataTables_centeredBetween {
	float: none;
	position: absolute; /* The flow for the row is provided above twice */
	left: calc(50% - 200px);
	display: inline-block;
	width: 400px;
	text-align: center;
}

.dataTables_centeredBetween.doubled {
	float: none;
	position: absolute; /* The flow for the row is provided above twice */
	left: calc(50% - 400px);
	display: inline-block;
	width: 800px;
	text-align: center;
}

.complexFilters .toolbar .filter
{
	margin:1em 2em 1em 0;
	display:inline-block;
	width:100%;
}

.complexFilters .toolbar.compact .filter
{
	width:calc(50% - 2em);
}

.complexFilters .toolbar.compact .filter:nth-child(odd)
{
	margin-left:2em;
	margin-right:0;
}

.complexFilters .toolbar .filter > label
,.complexFilters .toolbar .filter.checkbox
{
	font-size:1.2em;
}

.complexFilters .toolbar .filter > label
{
	display:inline-block;
	position:relative;
	top:-1em;
	margin-right:1em;
}

.complexFilters .toolbar .filter > label:after
{
	content:":";
}

.complexFilters .toolbar .filter .selectize-control
{
	width:100%;
	text-align:left;
}

#toolbarFilters
{
	margin:1em 0;
}

#entityIdVisible + span[data-selected-entity-counter]
{
	position:relative;
	top:-10px;
	left:40px;
}

#entityIdVisible + span[data-selected-entity-counter]:before
{
	content:"(";
}

#entityIdVisible + span[data-selected-entity-counter]:after
{
	content:")";
}

#entityActionMenu
{
	display:inline-block;
	margin-top:-33px;
	position:relative;
	top:33px;
	left:20vw;
	z-index:2;
}

.dataTable
{
	position:relative;
}

table.dataTable::after
{
	display:none;
	align-items:center;
	justify-content:center;
	font-size:2vw;
	content:"Loading...";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	border:2px dashed #999;
}

table.dataTable.loading
{
	cursor:wait;
}

table.dataTable.loading::after
{
	display:flex;
}

#statTable.organic{
	font-size: 16px;
	line-height: 20px;;
}

#statTable.organic tr.url, #statTable.crmTraffic tr.url
{
	background:#ddd;
}

#statTable.organic tr.url.odd, #statTable.crmTraffic tr.url.odd
{
	background:#ccc;
}

#statTable.organic .toggleUrlData, #statTable.crmTraffic .toggleUrlData
{
	position:relative;
	overflow:hidden;
	width:20px;
	height:20px;
	text-indent:-99rem;
	display:inline-block;
	border-radius:50%;
	background:rgb(33, 173, 33);
	color:#fff;
}

#statTable.organic .toggleUrlData.loading, #statTable.crmTraffic .toggleUrlData.loading
{
	background-color:rgb(227, 212, 0);
	cursor:wait;
}

#statTable.organic .toggleUrlData.active, #statTable.crmTraffic .toggleUrlData.active
{
	background-color:rgb(197, 36, 36);
}

#statTable.organic .toggleUrlData:hover, #statTable.crmTraffic .toggleUrlData:hover
{
	cursor:pointer;
}

#statTable.organic .toggleUrlData:after, #statTable.crmTraffic .toggleUrlData:after
{
	content:"+";
	position:absolute;
	text-align:center;
	vertical-align:middle;
	text-indent:0;
	top:-2px;
	left:4px;
	font-size:1.5em;
	font-weight:bold;
}

#statTable.organic .toggleUrlData.loading:after, #statTable.crmTraffic .toggleUrlData.loading:after
{
	content:"⟳";
}

#statTable.organic .toggleUrlData.active:after, #statTable.crmTraffic .toggleUrlData.active:after
{
	content:"-";
	left:5px;
}