.view_visibility .visibility_margin, #centerPanel_summary{
	margin-top: 116px;
}
div#main .view_visibility #centerPanel_summary,
div#main .view_visibility #centerPanel_keyword{
	/* min-width screen restriction */
	z-index: 1;	
}
div#main .view_visibility #centerPanel_multi_domain{
	/* min-width screen restriction */
	min-width: 1060px;
	z-index: 1;	
	width: 100%;
}
div#main .view_visibility #centerPanel_summary .summary_main_panel > div{
	width: calc(25% - 1.5em);
	display: inline-block;
	margin-top: 2em;
	position: relative;
	text-align: center;
	vertical-align: top;
	
}
div#main .view_visibility #centerPanel_summary .summary_main_panel > div:nth-child(-n+3){
	margin-right: 2em;
}
div#main .view_visibility #centerPanel_summary .summary_main_panel > div > div:first-child{
	margin-bottom: 2em;
	text-transform: uppercase;
	font-family: 'museo_sans300';
    font-size: 11px !important;
    letter-spacing: 1.11px;
}
div#main .view_visibility #centerPanel_summary .summary_main_panel > div > div:last-child{
	background: #FFF;
	border: 1px solid #C0C0C0;
	padding: 1.5em 0;
	position: relative;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	min-height: calc(70px + 3em);
}
div#main .view_visibility .summary_main_panel > div > div:last-child > div, 
div#main .view_visibility .summary_main_panel > div > div:last-child > div > div{
	position: relative;
}
div#main .view_visibility #centerPanel_history{
	margin-bottom: 2em;
	width: 100%;
	text-align: center;
	transition: all 0s ease;
}
div#main .view_visibility .visibility_history_unavailable{
	height: 0;
	opacity: 0;
}
div#main .view_visibility #centerPanel_history > div:first-child{
	margin: 2em 0;
}
div#main .view_visibility #centerPanel_history > div:first-child .l_combo_selected{
	background-color: #fff;
}
div#main .view_visibility #centerPanel_history > div:last-child{
	border: 1px solid #C0C0C0;
}
.highcharts-axis-labels-content{
	white-space: nowrap;
	position: absolute;
    top: -37px;
    width: 40px;
    left: 50px;
    color: #4A90E2;
}
.highcharts-axis-labels-content > div:nth-child(2){
	color: #333;
}
.highcharts-axis-labels-shown-content{
	white-space: nowrap; 
	width: 40px;
}
.ranking_page_filter {	
	background-image: url('/assets/images/common/filter_grey.svg');
	cursor: pointer;
}
.ranking_page_filter:hover {
	background-image: url('/assets/images/common/filter_blue.svg');
}

.visibility_tracked_true, .visibility_tracked_false{
	display: inline-block;
	background-size: auto 11px;
	background-repeat: no-repeat;
	background-position: center;
}
.visibility_tracked_true{
	background-image: url("/assets/images/common/tick_blue.svg");
}
.visibility_tracked_false{
	background-image: url("/assets/images/common/cross.svg");
}
.visibility_tracked_false:hover{
	background-image: url("/assets/images/common/cross_hover.svg");
	cursor: pointer;
}

.visibility_domain_filter{
	position: relative;
	padding: 1em;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.visibility_domain_filter > div{
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.visibility_domain_filter > div:nth-child(2){
	text-align: center;
}
.visibility_domain_filter > div:nth-child(2) > div {
	width: 80%;
}
.visibility_domain_filter > div:nth-child(2) > div:nth-child(2) {
	 margin-top: 1em;
	 width: 100%;
}
.visibility_domain_filter > div:nth-child(3)  {
	 position: relative;
}
.visibility_domain_filter > div:nth-child(3) input{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	padding-left: 4em;
	padding-right: 4em;
	border-radius: 1.5em;
	margin: 1em 10%;
	font-size: 9pt !important;
	width: 80%;
}
.visibility_domain_filter > div:nth-child(3) a{
	position: absolute;
	right: 50px;
	cursor: pointer;
	top: 15px;
}
.visibility_domain_filter > div:nth-child(4){
	text-align: center;
	color: #E66843;
	padding: 1em;
	height: 3em;
}
.visibility_domain_filter > div:nth-child(5) {
	text-align: left !important;
	padding: 0 10%;
	height: 150px;
	overflow: auto;
}
.visibility_domain_filter .visibility_unavailable{
	background-image: url('/assets/images/loading.gif');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	opacity: .3;
}
.visibility_domain_filter_loading{
	background-image: url('/assets/images/loading.gif');
	background-repeat: no-repeat;
	background-position: right 3px center;
	background-size: 15px;
}
.visibility_domain_message{
	padding: 1em 0 ;
	height: 2em;
	line-height: 2em;
	display: block;
}
.view_visibility .visibility_loading_history_chart{
	background: #FFF;
	background-image: url('/assets/images/loading.gif');
	background-repeat: no-repeat;
	background-position: center 20px;	
	text-align: center;
	padding-top: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 85px;
}
.view_visibility .visibility_loading_history_chart_height{
	height: 87px !important;
}

.view_visibility #centerPanel_history > div:last-child{
	position: relative;
	height: 492px;
	transition: height 0s ease;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	background-color: #FFF;
	
}
.view_visibility  #centerPanel_history > div:last-child > div{
	transition: opacity 0s ease;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#centerPanel_history .visibility_loading_domains {
	position:absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
	background-color: #FFFFFF;
}

#centerPanel_history .visibility_loading_domains > label {
	background-image: url("/assets/images/loading_icon_10px.gif");
    background-repeat: no-repeat;
    display: block;
    float: none;
    height: 10px;
    margin-top: 10px;
    padding-left: 14px;
    text-align: left;
    width: auto;
}
.visibility_ranking_page_filter{
	white-space: nowrap;	
}
.visibility_ranking_page_filter input[type=text]{
	text-align: left;
	margin-left: 5px;
}
.visibility_ranking_page_filter > div{
	margin: 10px 0 0 5px;
}

.view_visibility .visibility_chart_options{
	text-align: right;
	padding: 20px 20px 0 0;
	vertical-align: middle;
}
.visibility_chart_options > *{
	vertical-align: middle;
}
.visibility_manage_domain{
	max-height: 300px;
}
#centerPanel_multi_domain  th:last-child{
	text-align: center !important;	
}