#menu_bar {
	position: absolute;
	z-index: 999;
}

#menu_bar {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 1.7em;
	line-height: 1.5em;
	display: block;
	width: 100%;
	background-color: #1D262D;
	position: relative;
}

#form_menu_add_item {
	float: left;
}

#menu_bar .menu_no_ico, #menu_bar .menu_ico {
	display: inline-block;
	width: 31px;
	height: 31px;
	cursor: pointer;
	padding: 0 4px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 1px;
	box-sizing: border-box;
}

#menu_bar .menu_ico {
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: 4px;
	padding: 4px;
}

#menu_bar .menu_ico.settings {
	background-image: url('/img/settings_w.svg');
}

#menu_bar #menu_right_ico {
	position: absolute;
}

#menu_bar #menu_left_text {
	float: left;
	display: none;
}

#menu_bar #menu_left_ico, #menu_bar #menu_left {
	left: 0;
}

#menu_bar #menu_right_ico, #menu_bar #menu_right {
	right: 0;
}

#menu_bar #menu_right hr {
	width: 90%;
	text-align: right;
	border-top: 4px dotted #a2a2a2;
	background-color: transparent;
	border-bottom: transparent;
}

#menu_bar .menu .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	padding-right: 5px;
	padding-top: 4px;
}

#menu_bar .menu .icon img {
	width: 100%;
	height: 100%;
}

#menu_bar #menu_add_item_name {
	width: 350px;
	/*max-width: 70%;*/
	float: left;
}

#menu_inner #menu_list_controls {
	margin-left: 25%;
}

.on-interact #menu_list_controls {
	display: none;
}

#menu_inner .ui-icon.active {
	background-color: green;
}

#menu_bar .menu {
	display: none;
	border-radius: 3px;
}

#menu_bar .menu-absolute {
	position: absolute;
	margin: 1em;
	z-index: 999;
}

#menu_bar .menu > ul {
	margin: 0;
	padding: 2px 10px;
}

#menu_bar .menu > ul > li {
	list-style: none;
	height: 1.3em;
	line-height: 1.3em;
	border-bottom: 1px solid #ccc;
}

#menu_bar .menu a {
	color: #535353;
	text-decoration: none;
}

#menu_bar #menu_add_item_scan {
	display: none;
}

#menu_bar #menu_add_item_scan.ui-icon-camera::after {
	background: none;
}

/* mobile: 450 x 729 */
@media (max-width: 1200px) {
	#menu_bar #menu_add_item_name {
		width: 250px;
	}
	
	#menu_bar .menu-absolute {
    	margin: -1em 1em;
    }
}
