/* ==========================================================================
FLOOW2 COMMUNITY - HEADER ALL LEFT
========================================================================== */

@font-face {
	font-family: Poppins;
	src: url(/tl_files/font/Poppins-Regular.ttf);
}

a {
	text-decoration: none;
}

#showWidget,
.change_menu,
.close_menu,
.settings_button_ab,
.topnav_wrap_mobile_footertwo.loggedin {
	display: none !important;
}

.primary-nav ul,
.primary-nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.primary-nav {
	width: 325px;
	background: white;
	height: 100%;
	position: fixed;
	padding: 0px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 0px 10px white;
}

#container {
	padding-left: 350px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

body {
	margin: 0px;
}

a.logout_button_ab {
	position: absolute;
	bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0px 40px 0px 0px;
}

li.primary-nav_item {
	margin: 0px;
	padding: 12px 12px;
	list-style-type: none;
	color: #7c7c7c !important;
	margin: 10px 0px;
	background: white !important;
	border-radius: 20px;
}

ul.primary-nav_list i {
	margin: 0px 4px 0px 20px;
	text-align: center;
	min-width: 30px;
	font-size: 16px;
}

.logo {
	padding: 20px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	position: relative;
}

li.primary-nav_item.item_1 {
	background: #007678;
	color: white;
	border-radius: 20px;
}

.logo img {
	max-width: 100% !important;
	width: 100%;
}

li.primary-nav_item:hover {
	background: #007678 !important;
	color: white !important;
	border-radius: 20px;
}

a {
	text-decoration: none;
}

#main {
	min-height: calc(100vh - 80px);
	background: #f7f7f7;
	border-radius: 20px;
	padding: 20px 30px;
	display: inline-block;
	min-width: calc(100% - 60px);
}

#online-assistant img {
	vertical-align: middle;
	max-width: 30px;
	border-radius: 100%;
	margin-right: 8px;
	padding: 0px;
	margin-left: 16px;
	display: inline-block !important;
}

#online-assistant span {
	vertical-align: middle;
}

#online-assistant {
	cursor: pointer;
}

.logo i,
.primary-nav_wrapper i.fa-times {
	display: none;
}

#mbOverlay {
	background: #9a9a9a;
	position: fixed;
	top: 0px;
	cursor: pointer;
	z-index: 999;
}

#mbCenter {
	position: absolute;
	background: white;
	border-radius: 20px;
	z-index: 999;
}

div#mbTitle,
div#mbBottom {
	display: none !important
}

.logo img {
	max-height: 100px !important;
	width: auto;
	max-width: 180px !important;
	margin-top: 20px;
	display: inline-block !important;
	vertical-align: unset !important;
}

html {
	line-height: unset !important;
}

.mod_article.my-planning.block {
	line-height: 1.5;
}

/* ==========================================================================
END
========================================================================== */


/* ==========================================================================
FLOOW2 COMMUNITY - HEADER ALL LEFT - 1023px
========================================================================== */

@media screen and (max-height: 850px) {
	.primary-nav {
		overflow-y: scroll;
		overflow-x: hidden;
	}

	a.logout_button_ab {
		position: unset;
		bottom: unset;
	}
}

@media screen and (max-width: 1023px) {
	.logo i {
		position: absolute;
		top: 24px;
		display: block !important;
		right: 0px;
		background: #f3f3f3;
		width: 40px;
		height: 40px;
		color: grey;
		line-height: 40px;
		border-radius: 100%;
	}

	.primary-nav_wrapper i.fa-times {
		position: absolute;
		top: 24px;
		display: block !important;
		right: 24px;
		background: #f3f3f3;
		width: 40px;
		height: 40px;
		color: grey;
		line-height: 40px;
		border-radius: 100%;
		text-align: center;
	}

	li.primary-nav_wrapper {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100vh;
		background: white;
		z-index: 9999999;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 20px;
	}

	li.primary-nav_wrapper {
		display: none;
	}

	#container {
		padding-left: 10px;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	#main {
		padding: 20px;
	}

	.primary-nav {
		position: unset;
		width: 100%;
	}

	.logo img {
		max-width: 200px !important;
	}

	.logo {
		padding: 20px 30px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


/* ==========================================================================
END
========================================================================== */