body {}

#wpcontent {
	padding: 0;
}

.mobile #wpcontent {
	margin: 0 !important;
	padding: 0 !important;
}

.update-nag {
	display: none;
}

.afsa_alert_account_id {
	margin-top: 120px;
}


.afsa_main {
	margin-left: 10px;
}

.afsa_main .afsa_layer {
	margin: 0;
}

.afsa_parsed_widget {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
}

.afsa_parsed_widget+.afsa_parsed_widget {
	margin-top: 40px;
}

.afsa_col_infos {
	display: flex;
	flex: 0 0;
	order: 2;
	flex-wrap: wrap;
	max-width: min-content;
	margin-left: 30px;
}

.afsa_col_widgets {
	display: flex;
	flex: 1 0;
	order: 1;
	margin-bottom: 30px;
	flex-wrap: wrap;
	max-width: 900px;
}

#afsa_w_about {
	min-width: 260px;
	max-width: min-content;
}


#afsa_theme_selector {
	z-index: 999991 !important;
}


/* DEMO NOTICE */


#afsa_demo_notice {
	background: white;
	display: flex;
	width: 100%;
	padding: 5px 20px 0 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	height: 90px;
}

#afsa_demo_notice .afsa_logo_container {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	height: 90px;
	justify-content: space-between;
}

#afsa_demo_notice .afsa_logo {
	flex: 0 0 45px;

}

#afsa_demo_notice .afsa_content {
	flex: 1 0;
	margin-left: 30px;
	display: flex;
	padding: 10px;
	flex-flow: column;
}

#afsa_demo_notice .afsa_content .afsa_headline {
	color: #212b44;
	font-size: 22px;
	font-weight: 500;
	flex: 0 0 auto;
	margin-bottom: 15px;
	flex-flow: column;
}

#afsa_demo_notice .afsa_content .afsa_text {
	flex: 1 0 auto;
	display: flex;
	flex-flow: column;
}


#afsa_demo_notice .afsa_form {
	display: flex;
	justify-content: flex-end;
	flex-flow: column;
	padding-right: 30px;
}

#afsa_demo_notice .afsa_create_account {
	display: flex;
	flex-direction: column;
	flex: 0 0;
	justify-content: space-between;


	background: #428bca;
	color: white;
	border: none;
	font-size: 18px;
	padding: 10px;
	min-width: 200px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}



/* Dashboard Wordpress specific */

ul.afsa_products_list li .afsa_rank {
	padding-top: 20px;
}

.afsa_w_visitor_infos {
	z-index: 99999;
}

.afsa_multipages_controller {
	z-index: 999990;
}

#afsa_w_menubar {
	margin: 10px 0 20px 0;
}


.afsa_combo_panel {
	z-index: 999991 !important;
}

#afsa_w_traffic .afsa_chart_panel .afsa_summary li .afsa_value {
	bottom: 30px;
}

#afsa_w_lvisitors_summary .afsa_lvisitor_sum {
	width: 260px;
}

/* Mobile */

@media screen and (max-width: 780px) {

	.afsa_main {
		margin-left: 0;
	}


	.afsa_main #afsa_w_menubar {
		top: 46px;
	}


	#afsa_container_panel_menu {
		z-index: 999992;
	}


	#afsa_dboard_config_panel .afsa_top_close {
		color: white;
	}

}