/*------------------------------------------------------------------------------

This stylesheet is always loaded in wp-admin.

@since 1.6.0
@since 2.5.0

--------------------------------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------------------------
1.0 Welcome Screen
	1.1 Version Badge
	1.2 About Panel
		1.2.1 Headline Feature
		1.2.2 Columns
		1.2.3 Features Section
		1.2.4 Changelog Section
2.0 Dashicons
	2.1 Top level menus
	2.2 Settings - Components
	2.3 Tools
3.0 User's Lists
4.0 Emails - Edit page
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
 * 1.0 Welcome Screen
 *----------------------------------------------------------------------------*/

/*
 * 1.1 Version Badge
 */
.bp-badge {
	color: #d84800;
	display: inline-block;
	font: normal 150px/1 'dashicons' !important;
}

.bp-badge:before {
	content: "\f448";
}

.about-wrap .bp-badge {
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 500px) {
	.about-wrap .bp-badge {
		position: relative;
		margin: 10px auto;
		top: auto;
		right: auto;
	}
}

/*
 * 1.2 About Panel
 */

/*
 * 1.2.1 Headline Feature
 */
.index_page_bp-about .about-wrap .headline-feature,
.dashboard_page_bp-about .about-wrap .headline-feature {
	margin-bottom: 2em;
	text-align: center;
}

.index_page_bp-about .about-wrap .headline-feature h3,
.index_page_bp-about .headline-feature .headline-title,
.dashboard_page_bp-about .about-wrap .headline-feature h3,
.dashboard_page_bp-about .headline-feature .headline-title {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3;
	margin: 1.25em 0 0.6em;
	text-align: center;
}

.index_page_bp-about .about-wrap .headline-feature p,
.dashboard_page_bp-about .about-wrap .headline-feature p {
	font-size: 1.15em;
	margin: 1.15em auto 0.6em;
}

.index_page_bp-about .about-wrap .headline-feature .introduction,
.dashboard_page_bp-about .about-wrap .headline-feature .introduction {
	font-weight: 600;
}

/*
 * 1.2.2 Columns
 */
.index_page_bp-about .about-wrap .two-col > div,
.dashboard_page_bp-about .about-wrap .two-col > div {
	float: left;
	margin-right: 4.799999999%;
	position: relative;
	width: 47.6%;
}

.index_page_bp-about .about-wrap .two-col .last-feature,
.dashboard_page_bp-about .about-wrap .two-col .last-feature {
	margin-right: 0;
}

/*
 * 1.2.3 Features Section
 */
.index_page_bp-about .bp-features-section,
.dashboard_page_bp-about .bp-features-section {
	margin-bottom: 2em;
}

.index_page_bp-about .about-wrap .feature-section,
.dashboard_page_bp-about .about-wrap .feature-section {
	clear: both;
	margin-top: 2em;
	overflow: hidden;
	padding-bottom: 0;
}

.index_page_bp-about .about-wrap .changelog .feature-section,
.dashboard_page_bp-about .about-wrap .changelog .feature-section {
	margin-top: 0;
}

.index_page_bp-about .about-wrap .feature-section h3,
.dashboard_page_bp-about .about-wrap .feature-section h3 {
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 0 0 0.6em;
}

.index_page_bp-about .about-wrap .changelog h4,
.dashboard_page_bp-about .about-wrap .changelog h4 {
	color: #23282d;
	font-size: 1em;
	margin: 1.4em 0 0.6em;
}

/*
 * 1.2.4 Changelog Section
 */
.index_page_bp-about .about-wrap .changelog,
.dashboard_page_bp-about .about-wrap .changelog {
	border-top: 1px solid #eee;
	margin-bottom: 3em;
}

.index_page_bp-about .about-wrap .changelog .changelog-title,
.dashboard_page_bp-about .about-wrap .changelog .changelog-title {
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 1.25em 0 .6em;
	text-align: center;
}

@media screen and ( max-width: 782px ) {
	.index_page_bp-about .about-wrap .headline-feature,
	.dashboard_page_bp-about .about-wrap .headline-feature {
		max-width: 100%;
	}
	.index_page_bp-about .about-wrap .headline-feature h3,
	.dahsboard_page_bp-about .about-wrap .headline-feature h3,
	.index_page_bp-about .about-wrap .headline-feature .headline-title,
	.dashboard_page_bp-about .about-wrap .headline-feature .headline-title {
		font-size: 2em;
	}
	.index_page_bp-about .bp-features-section,
	.dashboard_page_bp-about .bp-features-section {
		margin-bottom: 0;
	}
	.index_page_bp-about .about-wrap .feature-section,
	.dashboard_page_bp-about .about-wrap .feature-section {
		margin-top: 0;
	}
	.index_page_bp-about .about-wrap .two-col > div,
	.dashboard_page_bp-about .about-wrap .two-col > div {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-top: 1.25em;
		padding-bottom: 1em;
		width: 100%;
	}
	.index_page_bp-about .changelog .two-col > div,
	.dashboard_page_bp-about .changelog .two-col > div {
		margin-top: 0;
		padding-bottom: 0;
	}
	.index_page_bp-about .about-wrap .changelog .changelog-title,
	.dashboard_page_bp-about .about-wrap .changelog .changelog-title {
		text-align: left;
	}
}


/*------------------------------------------------------------------------------
 * 2.0 Dashicons
 *----------------------------------------------------------------------------*/

/*
 * 2.1 Top level menus
 */
#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,
#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before {
	content: "\f452";
}

#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,
#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before {
	content: "\f456";
}

#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,
#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before {
	content: "\f439";
}

#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,
#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before {
	content: "\f457";
}

#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,
#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before{
	content: "\f454";
}

#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,
#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before,
#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before {
	content: "\f108";
}

#adminmenu li.toplevel_page_bp-components .wp-menu-image,
#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image {
	content: "\f448";
}

/*
 * 2.2 Settings - Components
 */
.settings_page_bp-components td.plugin-title span {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.settings_page_bp-components td.plugin-title span:before {
	font-family: 'dashicons';
	font-size: 18px;
}

.settings_page_bp-components tr.activity td.plugin-title span:before {
	content: "\f452";
}

.settings_page_bp-components tr.notifications td.plugin-title span:before {
	content: "\f339";
}

.settings_page_bp-components tr.xprofile td.plugin-title span:before {
	content: "\f336";
}

.settings_page_bp-components tr.settings td.plugin-title span:before {
	content: "\f108";
}

.settings_page_bp-components tr.groups td.plugin-title span:before {
	content: "\f456";
}

.settings_page_bp-components tr.messages td.plugin-title span:before {
	content: "\f457";
}

.settings_page_bp-components tr.forums td.plugin-title span:before {
	content: "\f452";
}

.settings_page_bp-components tr.blogs td.plugin-title span:before {
	content: "\f120";
}

.settings_page_bp-components tr.friends td.plugin-title span:before {
	content: "\f454";
}

.settings_page_bp-components tr.core td.plugin-title span:before {
	content: "\f448";
}

.settings_page_bp-components tr.members td.plugin-title span:before {
	content: "\f307";
}

#bp-admin-component-form .wp-list-table.plugins .plugin-title {
	width: 25%;
}

@media screen and ( max-width: 782px ) {
	.settings_page_bp-components td.plugin-title span {
		margin-top: 5px;
	}
	#bp-admin-component-form .wp-list-table.plugins .plugin-title {
		display: block;
		width: auto;
	}
	#bp-admin-component-form .subsubsub {
		margin-bottom: 0;
		padding-bottom: 35px;
	}
}

/*
 * 2.3 Tools
 */
#adminmenu .toplevel_page_network-tools div.wp-menu-image:before {
	content: "";
}


/*------------------------------------------------------------------------------
 * 3.0 User's Lists
 *----------------------------------------------------------------------------*/
body.site-users-php th#role,
body.users-php th#role,
body.users_page_bp-signups th#count_sent {
	width: 10%;
}

body.site-users-php th#name,
body.site-users-php th#email,
body.users-php th#name,
body.users-php th#registered,
body.users-php th#email,
body.users_page_bp-signups th#name,
body.users_page_bp-signups th#registered,
body.users_page_bp-signups th#email,
body.users_page_bp-signups th#date_sent {
	width: 15%;
}

body.users-php th#blogs,
body.users_page_bp-signups th#blogs {
	width: 20%;
}

body.users_page_bp-signups th.column-count_sent,
body.users_page_bp-signups td.count_sent {
	text-align: center;
}


/*------------------------------------------------------------------------------
 * 4.0 Emails - Edit Page
 *----------------------------------------------------------------------------*/
body.post-type-bp-email #excerpt {
	height: auto;
}
