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

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

a {
	text-decoration: none;
}

*,
body,
table,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	font-family: Poppins, Verdana;
}

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

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

.primary-nav .language {
	display: none !important;
}

.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;
	margin-bottom: 100px;
}

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

#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; */
}

.primary-nav .language {
	display: block;
	width: 100%;
	text-align: center !important;
	padding-top: 20px !important;
}

.language a {
	margin: 0px 5px;
}

html[lang="nl"] .pharmaswapen {
	opacity: 0.4;
}

html[lang="en"] .pharmaswapnl {
	opacity: 0.4;
}

.succes-wrapper {
	background-color: #e7ffe7;
	border-color: green;
}

.error-wrapper {
	background-color: #ffecec;
	border-color: #ff4947;
}

.waarschuwing-wrapper {
	background-color: #ffefd1;
	border-color: orange;
}

.error-wrapper,
.succes-wrapper,
.waarschuwing-wrapper {
	position: relative;
	padding: 20px 20px;
	margin-bottom: 1rem;
	color: #0a0a0a;
	border-style: solid;
	border-width: 0 0 0 7px;
}

.error-icon,
.error-text,
.succes-icon,
.succes-text,
.waarschuwing-icon,
.waarschuwing-text {
	display: inline-block;
	vertical-align: middle;
}

.error-text h4,
.error-text p,
.succes-text h4,
.succes-text p,
.waarschuwing-text h4,
.waarschuwing-text p {
	margin: 0px !important;
	padding: 0px !important;
}

.error-text,
.succes-text,
.waarschuwing-text {
	padding: 0px 10px;
	max-width: 80%;
}

.error-wrapper a,
.succes-wrapper a,
.waarschuwing-wrapper a {
	color: blue;
	text-decoration: underline;
}

.page-loading {
	text-align: center;
}

.page-loading img {
	width: 150px;
}

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


/* ==========================================================================
FLOOW2 - HEADER ALL LEFT 14 - 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) {

	.mobile_menu i {
		font-size: 16px;
		padding-right: 5px;
		width: 20px;
	}

	.menu_items div {
		padding-top: 20px;
		color: grey;
		padding-bottom: 20px;
		width: 100%;
	}

	.menu_items {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 20px;
	}

	.mobile_menu {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 80%;
		background: white;
		height: 100vh;
		z-index: 9999999999999999999;
		box-shadow: 0px 0px 20px #cbcbcb;
	}

	.close_menu p {
		margin: 0px;
	}

	.close_menu {
		display: block !important;
		position: fixed;
		right: 15px;
		top: 15px;
		background: #018a61;
		color: white;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 100%;
		z-index: 1;
	}

	.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%;
		z-index: 9999999;
	}

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

	.logo {
		margin: 20px 30px;
		margin-top: 20px;
		margin-bottom: 20px;
		z-index: 0;
	}

	#mbCenter {
		height: 100% !important;
		top: 0px !important;
		left: 0px !important;
		margin-left: 0px !important;
		margin-top: 0px !important;
		position: fixed;
	}

	#mbCenter,
	#mbImage,
	#mbImage iframe {
		width: 100% !important;
		height: 100% !important;
		border-radius: 0px;
	}

	#mbImage {
		-webkit-overflow-scrolling: touch;
	}
}


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