.menu_boczne{
	background-color:#545454;
	color:#ffffff;
	height:100%;
	position:fixed;
	/* left:0; */
	z-index:10;
	overflow-x:hidden;
	margin-left: 0;
	transform: translate(0px, 0px);
	left: auto;
	right: 100%;
	width: 250px;
}
.menu_boczne a{
	display:block;
	padding:8px 10px;
	cursor:pointer;
	transition:visibility .3s;
	color:#ffffff;
	white-space:nowrap;
}
.menu_boczne a:hover{
	background-color:#453967;
	transition-duration:.5s;
	text-decoration:none;
}
.menu_boczne_pozycja:hover::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	float:right;
}
.menu_boczne_pozycja,
.menu_boczne_pozycja_dol,
.menu_boczne_lekarz_dol{
	text-decoration: none;
}
.menu_boczne_pozycja_dol::after{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0d8';
}
.menu_boczne_pozycja_dol.collapsed::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0d7';
}
.menu_boczne_lekarz_dol::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0d8';
}
.menu_boczne_lekarz_dol.collapsed::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0d7';
}
.mb_menu{
	background-color: #453967;
	text-decoration: none;
}
.mb_menu::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	float:right;
}
.mb_menu_koszty::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	float:right;
}
#menu_ikona{
	padding:0 10px;
	cursor:pointer;
	display:inline-block;
	color: #fff;
}
