/**
 * This CSS is just to get you started.
 * Feel free to modify any of it for your own app.
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,800');

:root {
	--html-bg-color: #f2f2f2;
	--content-bg-color: #f7f7f7;
	--content-fg-color: black;

	--column-bg-color: #fff;
	--column-fg-color: #000;
	--column-title-color: #000;
	--column-width: 30%;
	--column-margin: 0px;
	--scrollbar-width: 15px;

	--dashboard-mobile-bg-color: #f3f3f3;
	--dashboard-mobile-bg-color-to: #fff;
	--dashboard-mobile-color: #1f4388;
	--dashboard-mobile-current-bg: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.2) 30%, transparent 85%);
	--dashboard-mobile-current-color: #1f4388;
	--dashboard-mobile-current-icon-bg: radial-gradient(closest-side, rgba(0, 0, 255, 0.2) 30%, transparent 85%);

	--dashboard-main-bg-color: #f3f3f3;
	--dashboard-main-bg-color-to: #fff;
	--dashboard-main-color: #1f4388;
	--dashboard-current-bg: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.2) 30%, transparent 85%);
	--dashboard-current-icon-bg: radial-gradient(closest-side, rgba(0, 0, 255, 0.2) 30%, transparent 85%);
	--dashboard-current-color: #1f4388;
	--dashboard-contextual-border: #0543a0;
	--dashboard-contextual-selected-bg: #999;
	--dashboard-contextual-selected-text: #fff;
	--dashboard-mobile-height: 40px;
	--dashboard-mobile-titles-height: 20px;

	--button-bg-color: #197fa9;
	--button-bg-color-to: #197fa9;
	--button-bg-color-secondary: #fff;
	--button-bg-color-from: #265ceb;
	--button-bg-color-active: #265ceb;
	--button-border-color: transparent;
	--button-border-radius: 5px;
	--button-shadow-color: #002D72;
	--button-text-color: #fff;
	--button-text-color-secondary: #030303;

	--dialog-title-bg-color: #197fa9;
	--dialog-title-text-color: #fff;

	--chat-bg-color: #197fa9;
	--chat-text-color: #fff;

	--h1-font-color: #245ddf;

	--Q-aspect-where-text-color: #222;
	--Q-aspect-where-border-color: #222;

	--Q-aspect-what-text-color: #bf1118;
	--Q-aspect-what-border-color: #bf1118;

	--Q-aspect-people-text-color: #394ad5;
	--Q-aspect-people-border-color: #394ad5;

	--Q-aspect-when-text-color: #449944;
	--Q-aspect-when-border-color: #449944;

	--Q-aspect-deals-text-color: #e3892f;
	--Q-aspect-deals-border-color: #e3892f;

	--interests-bg-main: #bf1118;
	--interests-text-color: #fff;
	--interests-text-secondary-color: #000;
	--interests-text-selected-color: #000;
	--interests-bg-selected: #fbb;

	--expandable-expanded-background: rgba(0, 0, 0, 0.5);
	--expandable-expanded-color: white;
}

html.Q_hideUntilLoaded {
	opacity: 1; transition: 300ms;
}

#dashboard, #notices, #content { margin: auto; text-align: left; }
.Q_mobile #notices_slot,
.Q_notSidebar #notices_slot { width: 100%; position: fixed; left: 0; }
.Q_mobile .Q_overlay { width: 90%; }

.Q_notMobile.Q_layout_sidebar #dashboard_slot {
	left: 0;
	width: 20%;
	height: 100%;
	top: 0;
}

.Q_notMobile.Q_layout_sidebar #page {
	left: 20%;
	width: 80%;
	height: 100%;
	top: 0;
}
html.Q_mobile #dashboard_slot {
	background: linear-gradient(to bottom, var(--dashboard-mobile-bg-color), var(--dashboard-mobile-bg-color-to));
}
/**
 * This CSS is just to get you started.
 * Feel free to modify any of it for your own app.
 */
* { font-family: 'Montserrat', sans-serif; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; }
a { text-decoration: none; color: #0055ff; }
a:visited { color: #aa88cc; }
body { height: 100%; overflow: auto; touch-action: none; }
h2 { margin: 0; }
*, *:before, *:after { box-sizing: inherit; }

/* The various slot containers */
html #notices_slot {
	text-align: center;
}
html #content_slot {
	height: 100%;
	position: relative;
	overflow-x: auto;
	background: #fff;
	box-shadow: #aaa 0 0 4px;
	-webkit-box-shadow: #aaa 0 0 4px;
	-moz-box-shadow: #aaa 0 0 4px;
}
.Q_notMobile #dashboard_slot {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: 1px dashed #000;
}
.Q_mobile #dashboard_slot {
	border-top: 1px dashed #000;
}
#dashboard_slot h1 {
	line-height: 30px;
	font-size: 32px;
	margin-top: 10px;
}
#dashboard_slot input,
#dashboard_slot textarea { color: black; }
#dashboard_slot .Q_inplace_tool .Q_hover .Q_inplace_tool_static,
#dashboard_slot .Q_inplace_tool .Q_hover .Q_inplace_tool_blockstatic {
	background: white;
	color: #333;
}

#content { position: relative; }

/* Notices contents */
#notices_slot { text-align: center; margin: auto; padding: 0; z-index: 5000; }
#notices { margin: auto; }
#notices_slot div.container { overflow: hidden; overflow-y: auto; }
#notices_slot ul { list-style-type: none; padding: 0; margin: auto; width: 700px; max-width: 100%; border: solid 1px #555; border-top: solid 1px #aaa; box-shadow: 0 0 5px #222; -moz-box-shadow: 0 0 5px #222; -webkit-box-shadow: 0 0 5px #222; cursor: pointer; }
#notices_slot li { list-style-type: none; padding: 0; margin: 0; text-align: center; background: #ffd4aa; border: 0; border-bottom: solid 1px #aaa; line-height: 30px; min-height: 30px; }
#notices_slot ul.Q_errors * { background-color: #ebb; color: #500; }
#notices_slot ul.Q_errors li { text-align: left; padding: 0 10px 0 10px; }
#notices_slot .Q_field_name { float: right; font-size: 12px; padding-right: 10px; }
#notices_slot button
{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	padding: 2px 10px;
	color: #69552e;
	background: #F1E2C6;
	box-shadow: 1px 1px 1px 0 #CCC;
	border: none;
}
.Q_notTouchscreen #notices_slot button:active
{
	background: #f0d298;
	margin-left: 6px;
	box-shadow: none;
}
#notices_slot ul li .Q_field_name {
	font-size: 12px;
	line-height: 26px;
}

body .Q_tabs_contextual .Q_listing li { text-align: left; }
html .Q_listing img { height: 30px; }

/* inputs */

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input.text,
input.email,
input.tel,
input.password,
input.number,
textarea { border: 1px solid #ccc; border-bottom: 1px solid #aaa; cursor: text; font-family: "Trebuchet MS"; }
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input.text:focus,
input.email:focus,
input.tell:focus,
input.password:focus,
input.number:focus,
textarea:focus { box-shadow: 0 1px 10px rgba(0,0,0,.15); -webkit-box-shadow: 0 1px 4px rgba(0,0,100,.15); -moz-box-shadow: 0 1px 4px rgba(0,0,100,.15); }
input.placeholder,
textarea.placeholder { color: #aaa; font-style: italic; }
select:focus { outline: dotted 1px #779; }
/* select { margin-top: 0.75em; } */
input[type=text],
input[type=password],
input[type=tel],
input[type=password],
input[type=number],
input.text,
input.email,
input.tel,
input.password,
input.number,
textarea { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding: 0 4px 0 4px; }
input[type=checkbox],
input[type=radio] { margin-right: 5px; }
html .Q_inplace_tool_fieldinput { padding: 0; }

.Q_overlay {
	border: none;
	box-shadow: 0 2px 5px rgba(0,0,0,.2), 0 5px 40px -5px rgba(0,0,0,.5);
}

/* The following lines are for cordova on iOS */
.Q_notCordova #status_background { display: none; }
.Q_cordova.Q_ios #status_background {
	background: #f2f2f2;
	height: 20px;
}
.Q_cordova.Q_ios.Q_mobile.Q_notch #status_background {
	background: black;
	height: constant(safe-area-inset-top);
	height: env(safe-area-inset-top);
}
.Q_cordova.Q_ios.Q_mobile.Q_notch #dashboard_slot {
	top: calc(env(safe-area-inset-top));
	height: 50px;
}
.Q_cordova.Q_ios.Q_mobile.Q_notch #page {
	top: calc(env(safe-area-inset-top) + 50px);
}

/* The following lines are for a flatter look */
html .Q_listing li { font-size: 18px; padding: 0 10px; line-height: 40px; text-align: left; border-top: solid 1px white; border-bottom: solid 1px #CCC; background: #f2f2f2; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; overflow: hidden;}

html.CalendarsApp_notFound #content,
html.CalendarsApp_errors #content { padding: 30px; text-align: center; overflow: hidden; text-overflow: ellipsis; }
html.CalendarsApp_notFound .url,
html.CalendarsApp_errors .url { font-weight: bold; text-decoration: underline; }

span.c3 { font-weight: bold; }

#Q_columns-Communities_tool .Q_column_event .Q_title_slot,
.Calendars_event_tool .Calendars_event_title,
.Calendars_event_tool .Calendars_event_title *,
.Calendars_event_tool .Calendars_event_description,
.Calendars_event_tool .Calendars_event_description * {
	font-family: inherit;
}


.Communities_buttons { margin: 15px 0; }

.Calendars_event_preview_background { box-shadow: 0 7px 20px -5px rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.3); }

.Calendars_event_foreground,
.Calendars_event_preview_foreground {
	font-size: 24px;
	text-shadow: 0 0 10px #000, 0 2px 3px #000;
}
.Calendars_event_preview_info {
	opacity: .7;
}

.Streams_participants_tool .Streams_participants_summary {
	width: 46px;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	background: rgb(20, 100, 221);
	color: white;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	font-weight: 400;
	text-shadow: none;
}

.Streams_participants_tool .Users_avatar_icon {
	box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 5px 20px -5px rgba(0,0,0,.3);
	border: 2px solid #fff;
}

.Q_tab_me img,
.Users_avatar_tool img,
.Streams_participants_invite img {
	border-radius: 2px;
}

.Q_columns_title {
	border: none;
	box-shadow: 0 2px 20px 5px rgba(0,0,0,.05), 0 1px 3px rgba(0,0,0,.1) !important;
	position: relative;
	z-index: 100;
}

.Q_columns_column.Q_column_profile .Q_columns_title {
	box-shadow: none !important;
	background: transparent;
}

.Communities .Q_columns_title .Q_title_slot {
	font-weight: bold;
	font-size: 25px;
}

.Calendars_event_preview_tool .Calendars_event_title {
	padding: 5px 10px;
}

.Communities_me_column_tabContent {
	border-radius: 5px;
	border: 1px solid #d4d4d4;
}

.Communities_tab.Q_current {
	border-radius: 5px 5px 0 0;
}
.Communities_schedule_column_tabContent {
	border-top: 1px solid #d4d4d4;
}
.Users_list_tool .Users_avatar_tool {
	max-width: 80px;
	margin: 15px;
}

.Users_list_tool .Users_avatar_icon {
	border-radius: 15px;
}

.Users_list_tool .Users_avatar_name {
	font-size: 15px;
	margin-top: 5px;
}

.Travel_aspect_trips,
.Q_button.Travel_aspect_trips,
.Travel_trips_needoffer .Q_dialog_content {
	background-size: 8px auto;
	padding: 10px 15px;
	color: white;
}

.Q_big_prompt { padding: 20px 10px; }

.Calendars_going {
	display: inline-flex;
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.2);
	border-radius: 5px;
	margin-left: 10px;
}

.Calendars_going span {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	border-left: solid 1px #e3e3e3 !important;
	color: #8f8f8f;
	background: #fff;
	min-width: 60px;
}

.Calendars_going span.Calendars_yes { padding: 10px; }

.Calendars_yes.Q_selected {
	color: #fff;
	background: #88C906;
	background-image: linear-gradient(to bottom, #A9BD08, #88C906);
	border: 1px solid #A9BD08;
	box-shadow: 0 2px 25px -2px #A9BD08, 0 0 10px 2px #fff;
	z-index: 1;
	position: relative;
}

.Calendars_yes.Q_selected {
	color: #fff;
	background: #88C906;
	background-image: linear-gradient(to bottom, #A9BD08, #88C906);
	border-color: #A9BD08;
	box-shadow: 0 2px 25px -2px #A9BD08, 0 0 10px 2px #fff;
	z-index: 1;
	position: relative;
}

.Calendars_maybe.Q_selected {
	color: #fff;
	/*background: #88C906;*/
	/*background-image: linear-gradient(to bottom, #A9BD08, #88C906);*/
	border-color: #4953d0;
	box-shadow: 0 2px 25px -2px #4953d0, 0 0 10px 2px #fff;
	z-index: 1;
	position: relative;
}

.Calendars_no.Q_selected {
	color: #fff;
	/*background: #88C906;*/
	/*background-image: linear-gradient(to bottom, #A9BD08, #88C906);*/
	border-color: #777;
	box-shadow: 0 0 10px 2px #fff;
	z-index: 1;
	position: relative;
}

.Q_contextual {
	box-shadow: 0 10px 40px -10px rgba(10,30,130, .7), 0 3px 5px rgba(0,0,0,.2);
}

.Q_contextual .Q_listing li.Q_selected *,
.Q_contextual .Q_listing li,
.Q_contextual .Q_listing li * {
	background: transparent;
	border-color: transparent;
}

.Q_contextual .Q_listing li.Q_selected {
	border-color: transparent;
	/*	background: #0544a0;
        box-shadow: 0 0 20px -5px #0069f9;*/
	position: relative;
	z-index: 5;
}

.Q_contextual .Q_contextual_top_arrow {
	border-style: solid;
	border-width: 0 20px 16px 20px;
	background: none;
}

div#Calendars_event_composer_tool {
	padding: 20px 0;
}

.Communities_conversation_author .Users_avatar_name { margin-left: 10px; }

.Communities_conversation_content {
	border-radius: 10px;
	margin: 10px 0 20px 0;
}

.Streams_chat_bubble { font-size: 14px; }

.Streams_chat_bubble.Streams_chat_overflowed:after {
	content: '';
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 28px;
	left: 0;
	/*background: linear-gradient(to bottom, rgba(219, 219, 220, 0), rgb(219, 220, 221));*/
	background: inherit;
	-webkit-mask-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0,0,0,1)), color-stop(0.4, rgba(0,0,0,1)), color-stop(1.00, rgba(0,0,0,0)));
}

.Streams_chat_overflowed_indicator { display: none; }

/*.Streams_chat_from_me .Streams_chat_bubble.Streams_chat_overflowed:after {
	background: linear-gradient(to bottom, rgba(48, 92, 223, 0), rgb(48, 93, 223));
}
*/

.Streams_chat_tool .Streams_chat_bubble .Users_avatar_name { opacity: .8; }

.Streams_chat_timestamp {
	margin-right: 20px;
	margin-top: 5px;
	color: #777777;
	font-size: 11px;
}

.Streams_chat_vote_container img { filter: hue-rotate(40deg); }

.Q_placeholders_container {
	min-height: 40px;
}
.Q_placeholders_container .Q_placeholder {
	display: flex;
	align-items: center;
	top: 0 !important;
}

.Q_placeholders_container input { min-height: 40px; }

.Streams_chat_more {
	cursor: pointer;
	background-color: #dfdfdf;
	color: #555;
	text-align: center;
	padding: 5px 0;
	font-size: 11pt;
	margin: 20px 0;
	/*background-image: linear-gradient(to bottom, #f3f3f3, #eaeaea);*/
	/*border: 1px solid #d7d7d7;*/
}

.Users_avatar_tool img,
.Streams_participants_invite img,
.Streams_preview_tool .Streams_preview_icon,
.Streams_preview_tool .Streams_preview_add {
	border: 2px solid #fff;
	border-radius: 5px;
}

.Q_columns_title_container .Streams_preview_tool .Streams_preview_icon {
	border: none;
}

.Streams_preview_tool .Streams_preview_icon,
.Streams_preview_tool .Streams_preview_add {
	margin-right: 10px;
}


.Streams_dialog_interests, .Communities_filter_location {
	border: 1px solid var(--button-bg-color);
	box-shadow: 0 7px 10px -5px var(--button-bg-color);
	background: var(--interests-bg-main);
	color: var(--button-text-color);
	border-radius: 12px;
}

.Q_overlay {
	border-radius: 10px;
}

.Q_dialog_title {
	background: var(--dialog-title-bg-color);
	border-bottom: 1px solid var(--dialog-title-bg-color);
	color: var(--dialog-title-text-color);
	border-radius: 10px 10px 0 0;
	font-size: 18px;
}

.Communities_me_column_tabContent[data-val="interests"],
.Communities_me_column_tabContent[data-val="interests"] .Streams_interests_anything
{
	background: var(--button-bg-color);
	background: -webkit-gradient(linear, left top, right top, from(var(--button-bg-color-from)), to(var(--button-bg-color)));
	background: -moz-linear-gradient(left, var(--button-bg-color-from), var(--button-bg-color));
	background-image: linear-gradient(to right, var(--button-bg-color-from), var(--button-bg-color));
	color: var(--button-text-color);
}

.Communities_me_column_tabContent[data-val="credits"] {
	text-align: center;
}

.Communities_me_column_tabContent[data-val="interests"] .Streams_interests_choseAnything .Streams_interests_anything,
.Communities_me_column_tabContent[data-val="interests"] .Q_expandable_count,
.Communities_me_column_tabContent[data-val="interests"] .Q_expandable_tool .Q_selected,
.Communities_me_column_tabContent[data-val="interests"] .Streams_interests_tool .Q_selected {
	background: rgba(255, 180, 180, 0.9);
	color: #220;
	text-shadow: none;
}

#page .Calendars_info .Q_button i {
	color: inherit !important;
}

.Calendars_info .Travel_trips_buttons span { color: #3777ea; }

.Q_selected,
.Places_location_tool .Places_location_preview_tool.Q_selected {
	background: #d6ecff;
	border: 1px solid #005fff;
	margin: 0;
	box-shadow: 0 0 6px 1px #4990ff, inset 0 0 3px #1764dd;
}

.Q_expandable_count {
	background-color: rgba(255, 34, 34, 0.9);
	color: #fff;
}

.qp-communities-time,
.qp-communities-interests,
.qp-communities-people,
.qp-communities-locations
i[style*="color: #449944;"],
.Q_controls_trigger *,
.Q_controls_trigger *::before {
	color: #002D72 !important;
}
.Communities_filter_location .Q_dialog_content { padding: 10px; }
.Communities_me_column .Communities_me_icon:before {
	color: #919191;
	font-size: 24px;
}
.Q_tool.Streams_chat_tool .Streams_chat_composer .Streams_chat_subscription {
	width: 40px;
	height: 40px;
}
.Q_tool.Streams_chat_tool .Streams_chat_composer .Streams_chat_submit,
.Q_tool.Streams_chat_tool .Streams_chat_composer .Streams_chat_call {
	top: 2px;
	right: 3px;
	width: 35px;
	height: 35px;
	filter: contrast(150%) hue-rotate(40deg) brightness(90%);
}

.Q_tool.Streams_chat_tool .Streams_chat_composer input { padding-right: 40px; margin-left: 45px; width: calc(100% - 45px); height: 40px; }
.Q_tool.Streams_chat_tool .Streams_chat_composer ~ hr { display: none; }

.Communities_tabs[data-style=icons] .Communities_tab:before { color: #0f65dd; }

.Calendars_event_composer_tool .Calendars_event_composer > div:before { color: #9e9e9e !important; }

.Communities_filter_location .Places_location_tool div[data-location=current],
.Communities_filter_location .Places_location_preview_tool,
.Communities_filter_location .Communities_filter_location_all,
.Communities_filter_location .Places_location_tool .Places_location_preview_tool,
.Communities_filter_location .Places_location_tool div[data-location=address],
.Communities_filter_location .Places_location_tool div[data-location=current],
.Communities_filter_location .Places_location_tool .Places_areas_tool {
	background-color: rgba(255, 255, 255, 0.2);
}

.CalendarsApp_counts {
	padding: 10px;
	text-align: center;
}

.CalendarsApp_getStarted {
	font-size: 30px;
	font-weight: bold;
}

#dashboard .Q_tab_plans::before,
.Q_listing_wrapper .Communities_aspect_plans::before {
	content: "\e906";
}
#dashboard .Q_tab_providers::before,
.Q_listing_wrapper .Communities_aspect_providers::before {
	content: "\e916";
}
#dashboard .Q_tab_provider::before,
.Q_listing_wrapper .Communities_aspect_provider::before {
	content: "\e916";
}
#dashboard .Q_tab_providersearch::before,
.Q_listing_wrapper .Communities_aspect_providersearch::before {
	content: "\e93d";
}
#dashboard .Q_tab_companies::before,
.Q_listing_wrapper .Communities_aspect_companies::before {
	content: "\e94d";
}
#dashboard .Q_tab_company::before,
.Q_listing_wrapper .Communities_aspect_company::before {
	content: "\e94d";
}

.Q_column_slot {
	padding: 0 10px;
}

.Streams_chat_from_me .Streams_chat_message *:not(input),
.Streams_chat_from_me .Streams_chat_message a,
.Streams_chat_from_me .Streams_chat_message a:visited {
	color: #fff;
}
#dashboard .Q_tab_login::before, .Q_mobile #dashboard[data-style=icons] .Q_tab_login::before, .Q_listing_wrapper .Q_tab_login::before {
	content: "";
	background-image: url(../img/key.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 45px;
}

body .Streams_chat_tool .Streams_chat_addons {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.Q_tabs_tab a,
.Q_tabs_tab a * {
	display: inline-block;
}
#dashboard[data-style="contextual"] .Users_status_login_title, #dashboard[data-style="hamburger"] .Users_status_login_title {
	display: block;
}

html.Q_layout_sidebar #dashboard_slot #dashboard #Users_avatar-main_logo_tool img {
	background: #fff;
}

.Q_mobile #dashboard[data-style=icons] .Q_tabs_tab, .Q_mobile #dashboard[data-style=icons] #Users_status_tool {
	min-width: 15%;
	width: 15% !important;
	flex-grow: 1;
}

.Q_mobile.Communities_dashboard_withTitles #dashboard[data-style=icons] .Q_tabs_title, .Q_mobile.Communities_dashboard_withTitles #dashboard[data-style=icons] .Q_tabs_title *, .Q_mobile.Communities_dashboard_withTitles #dashboard .Users_status_login_title {
	font-size: 14px;
	line-height: 14px;
}

.Q_notMobile #dashboard .Q_tabs_tab::before {
	font-size: 1.5em;
}

#page .Q_columns_column {
	border-left: solid 1px #eeeeee;
}

.Streams_interests_tool .Streams_interests_icon {
	display: none;
}
.Streams_interests_tool .Q_expandable_tool h2 {
	padding-left: 10px;
}
.Calendars_event_preview_tool.Calendars_event_preview_template_square .Calendars_event_preview_foreground {
	background-color: #acd8f9;
}
.Q_mobile #dashboard[data-style=icons] .Q_tab_me::before {
	display: none;
}
.CalendarsApp_about #content {
	padding: 10px;
}
html .Q_column_0 .Q_columns_title {
	display: block;
}
.Communities_tabs[data-style="icons"] .Communities_tab[data-val=plan]::before {
	content: "\e906";
}
.Communities_tabs[data-style="icons"] .Communities_tab[data-val=bill]::before {
	content: "\e908";
}
.Communities_tabs[data-style="icons"] .Communities_tab.Streams_aspect_importEvents {
	display: none;
}

.Users_activate_button {
	margin: 10px auto;
}
.Users_activate_button span {
	white-space: nowrap;
}
.Q_column_slot .Users_activate_button span {
	display: none;
}
.Q_column_slot .Users_activate_button[data-action=block] span[data-for="block"],
.Q_column_slot .Users_activate_button[data-action=unblock] span[data-for="unblock"] {
	display: inline;
}
.Q_notTouchscreen #page .Q_columns_column .Q_column_slot .Q_button.Users_activate_button[data-action=block] {
	background: red;
}
.Q_notTouchscreen #page .Q_columns_column .Q_column_slot .Q_button.Users_activate_button[data-action=unblock] {
	background: green;
}
.Community_activity {
	padding: 10px 0;
	text-align: center;
	font-size: 2em;
	color: red;
}
.Community_activity[data-active="0"] {
	color: red;
}