.network_around {
			position: fixed;
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			z-index: 200;
			background: #FFF;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-transition: opacity .4s, -webkit-transform .4s, -webkit-filter .4s;
			-moz-transition: opacity .4s, -moz-transform .4s, -moz-filter .4s;
			transition: opacity .4s, transform .4s, filter .4s;
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}

		.off.network_around {
			opacity: 0;
			-webkit-transform: scale(.9);
			-moz-transform: scale(.9);
			-ms-transform: scale(.9);
			-o-transform: scale(.9);
			transform: scale(.9);
		}

		.has_note_view .network_around,
		.showing_composer_blur:not(.composer_minimized) .network_around,
		.has_overlay_1 .network_around,
		.has_overlay_2 .network_around,
		.has_overlay_3 .network_around,
		.has_overlay_4 .network_around,
		.has_overlay_5 .network_around {
			-webkit-filter: blur(4px);
			-moz-filter: blur(4px);
			filter: blur(4px);
		}


		.network_left {
			position: absolute;
			top: 0;
			bottom: 0;
			width: 340px;
			left: 0;
			z-index: 315;
			background: #29373E;
			-webkit-overflow-scrolling: touch;
			-webkit-transition: -webkit-transform .4s, opacity .4s;
			-moz-transition: -moz-transform .4s, opacity .4s;
			-ms-transition: -ms-transform .4s, opacity .4s;
			-o-transition: -o-transform .4s, opacity .4s;
			transition: transform .4s, opacity .4s;
		}

		@media screen and (max-width:840px) {
			.network_left::after {
				position: absolute;
				height: 300px;
				left: 0;
				right: 0;
				bottom: 100%;
				background: #1E292E;
				content: "";
			}

		}

		.off1 .network_left {
			-webkit-transform: translate(-280px);
			-moz-transform: translate(-280px);
			-ms-transform: translate(-280px);
			-o-transform: translate(-280px);
			transform: translate(-280px);
		}

		.network_left_shadow {
			background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
			/* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
			/* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
			/* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
			/* Opera 11.10+ */
			background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
			/* IE10+ */
			background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
			/* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=1);
			/* IE6-9 */

			width: 14px;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
		}

		.network_top {
			top: 0;
			left: 0;
			right: 0;
			padding-top: 86px;
			background-color: #1E292E;
			border-bottom: 2px solid #5F6D81;
		}


		.network_icon {
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
			border-radius: 100px;
		}

		.network_top .network_icon {
			width: 80px;
			height: 80px;
			overflow: hidden;
			display: block;
			position: absolute;
			left: 50%;
			margin-left: -40px;
			top: 12px;
			border: 3px solid #FFF;
			box-sizing: border-box;
		}

		.network_top .network_icon.can_admin {
			-webkit-transition: -webkit-transform .2s;
			-moz-transition: -moz-transform .2s;
			-ms-transition: -ms-transform .2s;
			-o-transition: -o-transform .2s;
			transition: transform .2s;
			cursor: pointer;
		}

		.network_top .network_icon.can_admin:active {
			-webkit-transform: scale(.9);
			-moz-transform: scale(.9);
			-ms-transform: scale(.9);
			-o-transform: scale(.9);
			transform: scale(.9);
		}

		.network_top .network_name {
			color: #FFF;
			font-size: 22px;
			text-align: center;
			font-weight: 400;
			padding: 10px 20px;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			user-select: none;
		}

		.network_top .parent_net_info {
			text-align: center;
			color: #FFF;
			margin-bottom: 10px;
			padding: 0 20px;
		}

		.network_top .parent_net_info a {
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
		}

		.network_top .network_id {
			color: #FFF;
			line-height: 1em;
			position: absolute;
			text-align: right;
			font-size: 14px;
			top: 10px;
			right: 10px;
		}

		.upload_icon {
			position: absolute;
			line-height: 76px;
			width: 74px;
			font-size: 60px;
			color: #FFF;
			text-align: center;
			text-shadow: #000 0 0 8px;
			opacity: 0;
			-webkit-transform: scale(.8);
			-moz-transform: scale(.8);
			-ms-transform: scale(.8);
			-o-transform: scale(.8);
			transform: scale(.8);
			-webkit-transition: .2s;
			-moz-transition: .2s;
			-ms-transition: .2s;
			-o-transition: .2s;
			transition: .2s;
		}

		.upload_around:not(.uploading):hover .upload_icon {
			opacity: 1;
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}

		.parentnet_icon {
			width: 30px;
			height: 30px;
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
			border-radius: 35px;
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
			margin-bottom: 3px;
		}


		.super_search_input {
			font-size: 18px;
			font-family: 'Open Sans', sans-serif;
			line-height: 32px;
			padding: 5px 10px;
			padding-right: 40px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border: 1px solid #98A4A5;
			border-top-right-radius: 6px;
			border-top-left-radius: 6px;
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
			margin: 0;
			width: 300px;
			padding-left: 60px;
			font-weight: 400;
			background-image: linear-gradient(to top, #ffffff, #fbfbfb, #f6f7f8, #f1f3f4, #eceff0);

		}

		.main_buttons.four_buttons {
			width: 240px !important;
			margin-left: auto;
			margin-right: auto;
		}

		.main_buttons.four_buttons .super_search_input {
			width: 240px;
		}

		.super_search_holder {
			position: relative;
			-webkit-transition: opacity .2s;
			-moz-transition: opacity .2s;
			transition: opacity .2s;
		}

		.super_search_holder:hover {
			opacity: 1;
		}

		.super_search_holder .fa {
			position: absolute;
			top: 0;
			left: 0;
			line-height: 42px;
			width: 60px;
			text-align: center;
			font-size: 24px;
			color: #828c8d;
		}

		.super_search_holder .fa.clear_search {
			font-size: 20px;
			right: 0;
			left: auto;
			width: 40px;
			cursor: pointer;
			opacity: 0;
			visibility: hidden;
			-webkit-transition: .2s;
			-moz-transition: .2s;
			transition: .2s;
		}

		.has_search_results .super_search_holder .fa.clear_search {
			opacity: 1;
			visibility: visible;
		}

		.super_search_holder .fa.clear_search:active {
			-webkit-transform: scale(.85);
			-moz-transform: scale(.85);
			transform: scale(.85);
		}

		@media screen and (max-width: 840px) {
			.network_around {
				position: relative;
				background: #FFF;
			}

			.network_left {
				position: relative;
				width: auto;
			}

			.network_left_shadow,
			.network_group_top_toggle {
				display: none;
			}

			.network_top {
				padding-top: 106px;
				padding-bottom: 0;
			}

			.network_top .network_icon {
				top: 32px;
			}

			.network_top .network_name {
				font-size: 26px;
			}

			.touch.show-composer .network_around {
				position: fixed;
			}
		}

		@media screen and (max-width: 840px) and (min-width:600px) {
			.main_buttons {
				position: absolute;
				right: 10px;
				width: 260px;
				top: 0;
				padding-bottom: 0;
				margin-top: 0;
			}

			.isApp .main_buttons {
				top: 30px;
			}

			.main_button_inside {
				line-height: 42px;
				height: 42px;
				font-size: 24px;
			}

			.compose_button_email .main_button_inside {
				line-height: 40px;
			}

			.super_search_input {
				font-size: 16px;
				line-height: 24px;
				border-top-right-radius: 0;
				border-top-left-radius: 0;
				border-top: none;
				width: 260px;
				padding-left: 52px;
			}

			.isApp .super_search_input {
				border-top-right-radius: 6px;
				border-top-left-radius: 6px;
			}

			.main_buttons.four_buttons {
				width: 208px !important;

			}

			.main_buttons.four_buttons .super_search_input {
				width: 208px;

			}

			.super_search_holder .fa {
				line-height: 32px;
				width: 52px;
			}

			.main_button_inside {
				width: 52px;
			}

			.network_top {
				padding-top: 12px;
			}

			.isApp .network_top {
				padding-top: 42px;
			}

			.network_top .network_icon {
				top: 12px;
				left: 50px;
				margin-left: 0;
			}

			.isApp .network_icon {
				top: 42px;
			}

			.no-touch .network_icon {
				left: 32px;
			}

			.network_top .network_name {
				padding: 0;
				font-size: 22px;
				line-height: 26px;
				padding-right: 270px;
				height: 52px;
				display: table-cell;
				padding-left: 148px;
				vertical-align: bottom;
				text-align: left;
			}

			.no-touch .network_top .network_name {
				padding-left: 128px;
			}

			.touch .top_home_button {
				margin-top: 32px;
				margin-left: 3px;
			}
		}

		@media screen and (max-width:840px) {
			.off.network_around {
				position: absolute;
				-webkit-transform: translateY(240px);
				-moz-transform: translateY(240px);
				-ms-transform: translateY(240px);
				-o-transform: translateY(240px);
				transform: translateY(240px);
			}
		}

		@media screen and (max-width:600px) {
			.isApp.browser-ios-true.touch .network_top {
				padding-top: calc(constant(safe-area-inset-top) + 86px);
				padding-top: calc(env(safe-area-inset-top) + 86px);
			}

			.isApp.browser-ios-true.touch .network_top .network_icon {
				top: calc(constant(safe-area-inset-top) + 12px);
				top: calc(env(safe-area-inset-top) + 12px);
			}

			.isApp.browser-ios-true.touch .top_home_button {
				top: calc(constant(safe-area-inset-top) + 4px);
				top: calc(env(safe-area-inset-top) + 4px);
			}

			.main_buttons {
				max-width: 300px;
				margin-left: auto;
				margin-right: auto;
			}

		}

		.other_networks {
			opacity: 0;
			transition: opacity .2s;
			position: absolute;
			left: 5px;
			z-index: 1000;
			top: 6px;
			border: 1px solid #BEC3C7;
			color: #BEC3C7;
			font-size: 18px;
			padding: 3px 6px;
			border-radius: 5px;
			cursor: pointer;
			background:rgba(255,255,255,.1);
			display:flex;
			align-items:center;
		}
		.other_networks_text {
			font-size:10px;
			text-transform:uppercase;
			font-weight:400;
		}
		.other_networks_title_more_nets {
			font-size:14px;
			text-align:left;
			color:#15436a;
			line-height:16px;
		}

		.other_networks.on {
			opacity: 1;
		}

		.isApp .other_networks {
			top: 36px;
		}

		.other_networks .fa-user-circle-o {
			margin-right: 4px;
		}

		@media screen and (max-width: 840px) and (min-width:600px) {
			.other_networks {
				left: 2px;
				top: 3px;
				font-size: 13px;
				line-height: 16px;
				padding: 2px 4px;
			}

			.other_networks .fa-user-circle-o {
				margin-right: 3px;
			}
		}

		select#network_more_menu {
			display: none;
		}

.left_new_tag_holder {
	display:flex;
	align-items:center;
}
		.left_new_tag {
	margin-left:6px;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	background:#F42434;
	line-height:12px;
	padding:4px 5px;
	border-radius:3px;
	color:#FFF;
}
