.table {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	position: relative;
}
.table table {
	background: #FFF;
	color: #333;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	table-layout: fixed;
}
.table table th {
	padding: 10px 5px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
}
.table table td {
	padding: 0;
	border: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table table th {
	z-index: 1;
}
.table_sorting tbody {
	opacity: .3;
	z-index: -1;
}
.table table tbody {
	z-index: -1;
	transition: opacity .2s;
}
.table table th, .table table td {
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table table td > div {
	padding: 10px 5px;
}
.table .sortedAsc, .table .sortedDesc {
	padding-left: 12px !important;
	background-repeat: no-repeat;
	background-position: left 2px center;
	background-size: 7px auto;
}
.table .sortedAsc {
	background-image: url(/assets/images/widgets/sort_up_grey.svg);
}
.table .sortedAsc:hover {
	background-image: url(/assets/images/widgets/sort_up_blue.svg);
}
.table .sortedDesc {
	background-image: url(/assets/images/widgets/sort_down_grey.svg);
}
.table .sortedDesc:hover {
	background-image: url(/assets/images/widgets/sort_down_blue.svg);
}
/*Table loading icon*/
.table tbody > tr > td > div > div > div:only-child > img.gwt-Image {
	display: none;
}
.table tbody > tr > td > div:not(.table_column) > div:not(.panelDetail) > div:only-child {
	background-image: url("/assets/images/loading.gif");
	display: inline-block;
	height: 25px !important;
	overflow: hidden;
	width: 25px !important;
}
.table table th:last-child {
	padding: 10px 0;
	text-align: left;
}
.table th:first-child {
	padding-left: 15px;
}
.table td:first-child {
	padding-left: 10px;
}
.table table thead {
	background: #FEFEFE;
	vertical-align: middle;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
	color: #444;
	transition: box-shadow .3s;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
}
.table table tbody tr {
	margin: 0;
}
.basic tbody tr, .colspan tbody tr:nth-child(2n), .table .bottom_border {
	border-bottom: 1px solid #F0F0F0;
}
.table table tr.hovered, .table table tr.hovered td, .table table tr.selected, .table table tr.selected td,
.table table tr.selected_row, .table table tr.selected_row + tr {
	background-color: #F2F2F2 !important;
}
.table_pager, .pageSizeSelector {
	margin: 20px;
	display: inline-block;
	vertical-align: middle;
}
.pageSizeSelector .l_combo_selected {
	background-color: #FFF;
}
.table_delete_true, .table_delete_false, .table_edit_true, .table_edit_false, .table_info_true, .table_info_false,
.table_header_filter, .table_header_display_options, .table_tag_true, .table_tag_blue_true, .table_ranking_active,
.table_ranking_paused, .table_ranking_pending, .table_ranking_failed, .table_mobile, .table_daily, .table_weekly,
.table_fortnightly, .table_monthly, .table_serp, .table_serp_support, .table_serp_not_available, .table_notes_true, .table_notes_false,
.tree_item_generate_false, .tree_item_schedule_false, .tree_item_pause_false, .tree_item_pause_true, .table_search,
.table_serp_100, .table_track, .table_add_to_link_data, .table_add_to_competitor_domains,
.table_search_visibility_domain {
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	/*TODO ##14178 Temp fix to remove margin added by the .icon */
	margin-left: 0px;
}
.table_ranking_pending, .table_ranking_failed, .table_mobile, .table_tag_true, .table_tag_blue_true {
	cursor: default;
}
.table_serp, .table_serp_100 {
	background: url("/assets/images/visibility/serp-100-grey.svg") no-repeat center;
}
.table_serp:hover, .table_serp_100:hover {
	background: url("/assets/images/visibility/serp-100-blue.svg") no-repeat center;
}
.table_serp_support {
	background-color: lightgray !important;
	background: url(/assets/images/visibility/serp-100-grey.svg) no-repeat center;
}
.table_search {
	background: url("/assets/images/visibility/magnifying-glass-grey.svg") no-repeat center;
	background-size: 18px 18px;
}
.table_search:hover {
	background: url("/assets/images/visibility/magnifying-glass-blue.svg") no-repeat center;
	background-size: 18px 18px;
}
.table_track, .table_ranking_active {
	background: url("/assets/images/common/play_grey.svg") no-repeat center;
}
.table_ranking_active:hover {
	background: url("/assets/images/common/play_blue.svg") no-repeat center;
}
.table_ranking_paused {
	background: url("/assets/images/common/pause_grey.svg") no-repeat center;
}
.table_ranking_paused:hover {
	background: url("/assets/images/common/pause_blue.svg") no-repeat center;
}
.table_ranking_pending {
	background: url("/assets/images/common/pending_grey.svg") no-repeat center;
}
.table_ranking_failed {
	background: url("/assets/images/common/failed_grey.svg") no-repeat center;
}
.table_mobile {
	background: url("/assets/images/common/mobile_blue.svg") no-repeat center;
}
.table_delete_true, .table_delete_false {
	background: url("/assets/images/common/delete_grey.svg") no-repeat center;
}
.table_delete_true:hover, .table_delete_false:hover {
	background: url("/assets/images/common/delete_blue.svg") no-repeat center;
}
.table_edit_true, .table_edit_false {
	background: url("/assets/images/common/pencil_grey.svg") no-repeat center;
}
.table_edit_true:hover, .table_edit_false:hover {
	background: url("/assets/images/common/pencil_blue.svg") no-repeat center;
}
.table_info_false {
	background: url("/assets/images/common/info_grey.svg") no-repeat center;
}
.table_info_true {
	background: url("/assets/images/common/info_blue.svg") no-repeat center;
}
.table_tag_true {
	background: url("/assets/images/common/tag_grey.svg") no-repeat center;
}
.table_tag_true:hover, .table_tag_blue_true {
	background: url("/assets/images/common/tag_blue.svg") no-repeat center;
}
.table_notes_true {
	background: url("/assets/images/common/note_full_grey.svg") no-repeat center;
}
.table_notes_true:hover {
	background: url("/assets/images/common/note_full_blue.svg") no-repeat center;
}
.table_notes_false {
	background: url("/assets/images/common/note_plus_grey.svg") no-repeat center;
}
.table_notes_false:hover {
	background: url("/assets/images/common/note_plus_blue.svg") no-repeat center;
}
.table_daily {
	background: url("/assets/images/ranktracking/track_daily_grey.svg") no-repeat center;
}
.table_daily:hover {
	background: url("/assets/images/ranktracking/track_daily_blue.svg") no-repeat center;
}
.table_weekly {
	background: url("/assets/images/ranktracking/track_weekly_grey.svg") no-repeat center;
}
.table_weekly:hover {
	background: url("/assets/images/ranktracking/track_weekly_blue.svg") no-repeat center;
}
.table_fortnightly {
	background: url("/assets/images/ranktracking/track_fortnightly_grey.svg") no-repeat center;
}
.table_fortnightly:hover {
	background: url("/assets/images/ranktracking/track_fortnightly_blue.svg") no-repeat center;
}
.table_monthly {
	background: url("/assets/images/ranktracking/track_monthly_grey.svg") no-repeat center;
}
.table_monthly:hover {
	background: url("/assets/images/ranktracking/track_monthly_blue.svg") no-repeat center;
}
.table_sitemap_check {
	background: url("/assets/images/content360/site_map_check.svg") no-repeat center;
}
.table_sitemap_xmark {
	background: url("/assets/images/content360/site_map_xmark.svg") no-repeat center;
}
.table_search_visibility_domain {
	background: url("/assets/images/nav/visibility_grey.svg") no-repeat center;
}
.table_serp_not_available {
	background: url("/assets/images/nav/visibility_grey.svg") no-repeat center;
	opacity: .5;
	cursor: default;
}
.table_search_visibility_domain:hover {
	background: url("/assets/images/nav/visibility.svg") no-repeat center;
}
.table_add_to_link_data {
	background: url('../images/nav/linkdata_grey.svg');
}
.table_add_to_link_data:hover {
	background: url('../images/nav/linkdata.svg');
}
.table_add_to_competitor_domains {
	background: url('../images/nav/plus_grey.svg') no-repeat center;
}
.table_add_to_competitor_domains:hover {
	background: url('../images/nav/plus_blue.svg') no-repeat center;
}
.table_header_filter {
	background: url("/assets/images/common/filter_grey.svg") no-repeat center;
}
.table_header_filter:hover {
	background: url("/assets/images/common/filter_blue.svg") no-repeat center;
}
.table_header_display_options {
	background: url("/assets/images/common/table_options_grey.svg") no-repeat center;
	background-size: auto 11px;
	width: 12px;
}
.table_header_display_options:hover {
	background: url("/assets/images/common/table_options_blue.svg") no-repeat center;
	background-size: auto 11px;
}
.table_url_flag {
	height: 15px;
	text-indent: -9999em;
	display: inline-block;
}
.table_url_flag_new {
	width: 47px;
	background-image: url("/assets/images/new.svg");
	background-repeat: no-repeat;
}
.table_url_flag_author {
	width: 63px;
	background-image: url("/assets/images/linkdata/author.svg");
	background-repeat: no-repeat;
}
.table_atf, .table_btf {
	width: 20px;
	height: 20px;
	display: inline-block;
}
.table_atf {
	background: url("/assets/images/common/arraw_up_green.svg") no-repeat center;
}
.table_btf {
	background: url("/assets/images/common/arrow_down_red.svg") no-repeat center;
}
.table .tags_right {
	text-align: right !important;
}
.table .tags_left a span, .table .tags_right a span {
	background-image: url("../images/close2.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 15px;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 2px 5px;
	padding: 5px;
	vertical-align: middle;
}
.table .tags_left a span:hover, .table .tags_right a span:hover {
	background-image: url("../images/close_dark2.svg");
}
.table .tags_left a, .table .tags_right a {
	color: #4A90E2;
	border: 1px solid #4A90E2;
	background-color: #FFFFFF;
	background-image: none;
	padding: 3px 5px 3px 8px;
	border-radius: 15px;
	text-align: center;
	margin: 0 0 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: .8em;
}
.toggle_anchor_show_chart, .toggle_anchor_hide_chart, .toggle_anchor_show_tags, .toggle_anchor_hide_tags {
	display: inline-block;
	padding-left: 20px;
	text-align: left;
	color: #4A90E2;
}
.toggle_anchor_show_chart {
	background: url("/assets/images/common/chart.svg") no-repeat left center/auto 11px;
}
.toggle_anchor_hide_chart {
	background: url("/assets/images/common/chart_grey.svg") no-repeat left center/auto 11px;
}
.toggle_anchor_show_tags {
	background: url("/assets/images/common/tag_blue.svg") no-repeat left center/auto 14px;
}
.toggle_anchor_hide_tags {
	background: url("/assets/images/common/tag_grey.svg") no-repeat left center/auto 14px;
}
.table_delta_value_risen, .table_rank_change_risen {
	color: #6DD000;
}
.table_delta_value_dropped, .table_rank_change_dropped {
	color: #E66843;
}
.table table colgroup col:nth-child(1) {
	width: 75px;
	text-align: center;
}
th.leftWithIcon {
	padding-left: 29px !important;
	text-align: left !important;
}
th.right {
	padding-right: 10px !important;
}
.table_column_hide {
	overflow: hidden !important;
	padding: 0 !important;
	white-space: nowrap;
}
.table_column_hide span {
	display: none;
}
.display_options_popup {
	background-color: #FFFFFF;
	box-shadow: 0 0 6px 1px rgba(50, 50, 50, .82);
	min-width: 300px;
	padding: 1em;
	z-index: 500;
	text-align: center;
}
.display_options_popup > div > div > div:first-child {
	margin: 10px 0;
	font-family: 'museo_sans300';
}
.display_options_popup .closeControl {
	position: absolute;
	top: 1em;
	right: 1em;
	background: url("/assets/images/close_white.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
	border: medium none;
	height: 17px;
	padding: 0;
	width: 17px;
	cursor: pointer;
}
.no_data_message, .select_everything {
	border-top: 1px solid #C0C0C0;
	text-align: center;
	font-family: 'museo_sans300';
	padding: 1em;
}
.no_data_message {
	background: #FFF;
}
#select_everything_container {
	height: 40px;
	padding: 0;
}
#select_everything_container th {
	padding: 0;
}
.select_everything_container_no_display {
	height: 0 !important;
	visibility: hidden;
}
.select_everything {
	position: absolute;
	height: 40px;
	width: 100%;
	z-index: 2;
}
.select_everything a {
	margin: 0 1em;
	cursor: pointer;
}
/* different td > div padding */
.table table td > div.min_side_padding {
	padding: 10px 2px 10px 2px;
}
.table table td a.right_margin, .table table td span.right_margin {
	margin-right: 15px;
}
/* TODO #14853 needs to be changed to something that we control */
.GCK1R1LCNE:hover {
	background-color: #F2F2F2;
	color: #444 !important;
}
/*** Details Cell ***/
table td > div.details div.panelDetail {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
table td > div.details div.panelDetail.expand {
	margin-bottom: 0;
}
table td > div.details div.panelDetail > h1 {
	border-bottom: 1px solid #C0C0C0;
	display: block !important;
	margin: 15px 0;
	padding-bottom: 5px;
	clear: both;
	width: 100%;
	font-size: 13px;
}
table td > div.details a.icon_expand_collapse {
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
table td > div.details .expand a.icon_expand_collapse {
	background-image: url('/assets/images/common/plus_blue.svg');
}
table td > div.details .collapse a.icon_expand_collapse {
	background-image: url("/assets/images/common/minus.svg");
	background-position: 1px;
}
table td > div.details .emptyPanel span {
	display: block;
	text-align: center;
}
table td > div.details .expand h1 + div {
	display: none;
	min-height: 0;
	transition: min-height 1s ease;
}
table td > div.details .collapse h1 + div {
	display: block;
	min-height: 20px;
	transition: min-height 1s ease;
}
table td > div.details .two_columns > div {
	float: left;
	overflow: hidden;
	width: calc(33% - 15px);
}
table td > div.details .five_columns > div {
	float: left;
	overflow: hidden;
	width: calc(20% - 15px);
}
table td > div.details .description {
	display: inline-block;
	overflow: hidden;
	white-space: normal;
	width: 75%;
	cursor: pointer;
}
table td > div.details .tags_right span, table td > div.details .tags_left span {
	color: #4A90E2;
	border: 1px solid #4A90E2;
	background-color: #FFFFFF;
	background-image: none;
	padding: 3px 8px;
	border-radius: 15px;
	text-align: center;
	margin: 0 0 5px 5px;
	font-size: .8em;
	display: inline-block;
}
.table .tags_left .more_tags, .table .tags_right .more_tags, table td > div.details .tags_right .more_tags,
table td > div.details .tags_left .more_tags {
	color: #444444;
	border: 1px solid #444444;
}
table td > div.details .tags_right {
	float: right;
	max-width: 25%;
	padding: 5px;
}
table td > div.details div label {
	float: left;
	margin-right: 15px;
}
table td > div.details div label + span {
	float: left;
}
table td > div.details div.files, table td > div.details div.followers {
	float: none;
	overflow: hidden;
}
table td > div.details div.note {
	overflow: hidden;
	margin-bottom: 15px;
}
table td > div.details div.note > label {
	margin-right: 10px;
	color: #C0C0C0;
}
table td > div.details .fromDomain {
	overflow: hidden;
	margin-bottom: 15px;
}
table td > div.details .fromDomain .linksGroup {
	overflow: hidden;
	margin-bottom: 5px;
}
table td > div.details .fromDomain > label + * {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(25% - 60px);
	outline: none;
}
table td > div.details .fromDomain > div {
	width: 75%;
}
table td > div.details .fromDomain > *, table td > div.details .fromDomain .linksGroup * {
	float: left;
}
table td > div.details .fromDomain .linksGroup > div {
	width: 100%;
}
table td > div.details .fromDomain .linksGroup .toUrl, table td > div.details .fromDomain .linksGroup .anchor,
table td > div.details .fromDomain .linksGroup .position {
	width: calc(100% / 3 - 25px);
	margin-left: 15px;
}
table td > div.details .fromDomain .linksGroup .toUrl > label + *,
table td > div.details .fromDomain .linksGroup .anchor > label + *,
table td > div.details .fromDomain .linksGroup .position > label + * {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;
}
table td > div.details .fromDomain .linksGroup .toUrl > label + * {
	width: calc(100% - 38px);
}
table td > div.details .fromDomain .linksGroup .anchor > label + * {
	width: calc(100% - 73px);
}
table td > div.details .fromDomain .linksGroup .position > label + * {
	width: calc(100% - 81px);
}
table td > div.details .fromDomain .published, table td > div.details .fromDomain .unpublished {
	width: 15px;
	height: 15px;
	margin-left: 15px;
}
table td > div.details .fromDomain .published {
	/*background-image: url("/assets/images/common/published.svg") no-repeat center;*/
}
table td > div.details .fromDomain .unpublished {
	/*background-image: url("/assets/images/common/unpublished.svg") no-repeat center;*/
}
table td > div.details .fromDomain .published > *, table td > div.details .fromDomain .unpublished > * {
	display: none;
}
/* Contact details */
table td > div.details .email, table td > div.details .profiles, table td > div.details .telephone,
table td > div.details .skype, table td > div.details .paypal, table td > div.details .address {
	float: none;
	margin-bottom: 15px;
	overflow: hidden;
	width: 75%;
	float: left;
}
table td > div.details .domains, table td > div.details .feeds {
	float: left;
	overflow: hidden;
	width: calc(50% - 15px);
}
table td > div.details .email > div, table td > div.details .telephone > div, table td > div.details .domains > div,
table td > div.details .feeds > div {
	float: left;
}
table td > div.details .email > div > *, table td > div.details .telephone > div > *,
table td > div.details .domains > div > *, table td > div.details .feeds > div > * {
	float: none;
}
table td > div.details .tweet {
	overflow: hidden;
	margin-bottom: 15px;
}
table td > div.details .tweet > label {
	margin-right: 15px;
}
table td > div.details .tweet > label {
	color: #C0C0C0;
	margin-right: 10px;
}
table td > div.details .address > div > span {
	clear: both;
	display: inline-block;
	float: none;
	margin-left: 5px;
}
table td > div.details .address > div > span:first-child {
	margin-left: 0;
}
.table table .last_row_clicked {
	background: rgba(74, 144, 226, .1) !important;
}
.table_footer > div {
	transition: opacity .5s;
}
/*
   #15639
   Trick to hide img attribute and override it with custom svg version, because SimplePager is using ClientBundle for images management, 
   which anyway doesnt support svg format. 
*/
/* Next Page */
.table_pager img[aria-label="Next page"][aria-disabled="false"] {
	background: url("/assets/images/widgets/pagination_next_enabled.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img[aria-label="Next page"][aria-disabled="false"]:hover {
	background: url("/assets/images/widgets/pagination_next_hover.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img[aria-label="Next page"][aria-disabled="true"] {
	background: url("/assets/images/widgets/pagination_next_disabled.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
/* Previous page */
.table_pager img[aria-label="Previous page"][aria-disabled="false"] {
	background: url("/assets/images/widgets/pagination_previous_enabled.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img[aria-label="Previous page"][aria-disabled="false"]:hover {
	background: url("/assets/images/widgets/pagination_previous_hover.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img[aria-label="Previous page"][aria-disabled="true"] {
	background: url("/assets/images/widgets/pagination_previous_disabled.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
/* First page */
.table_pager img[aria-label="First page"][aria-disabled="false"] {
	background: url("/assets/images/widgets/pagination_first_enabled.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img[aria-label="First page"][aria-disabled="false"]:hover {
	background: url("/assets/images/widgets/pagination_first_hover.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img[aria-label="First page"][aria-disabled="true"] {
	background: url("/assets/images/widgets/pagination_first_disabled.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img {
	margin: 0 -10px;
}
.table_pager img[aria-label="Last page"][aria-disabled="false"] {
	background: url("/assets/images/widgets/pagination_last_enabled.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img[aria-label="Last page"][aria-disabled="false"]:hover {
	background: url("/assets/images/widgets/pagination_last_hover.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.table_pager img[aria-label="Last page"][aria-disabled="true"] {
	background: url("/assets/images/widgets/pagination_last_disabled.svg") no-repeat scroll center bottom 9px rgba(0, 0, 0, 0);
	padding: 19px;
}
.com-google-gwt-user-cellview-client-SimplePager-Style-button {
	width: 25px;
}
.com-google-gwt-user-cellview-client-SimplePager-Style-pageDetails {
	min-width: 100px;
}
.marked_for_keeping_col_widths .table col:not(.keep_width) {
	width: 0 !important;
}
.table_scrolled thead {
	position: fixed;
	box-shadow: 0 4px 4px #eee;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table_scrolled thead .table_column_hide {
	display: none;
}
.select_everything_scrolled {
	position: fixed;
}
.table_subrow_arrow {
	padding-left: 20px !important;
	position: relative;
	overflow: hidden;
}
.table_subrow_arrow:before {
	transition: all .2s;
	position: absolute;
	background-image: url(/assets/images/widgets/sort_up_grey.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	content: "";
	width: 20px;
	height: 20px;
	top: 8px;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.selected_row .table_subrow_arrow:before {
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}
.table_subrow_arrow:hover:before {
	cursor: pointer;
}
