.unstyledList li {
	list-style: none;
}

.qr-url {
	padding: 0 1em;
}

.qr-url i {
	font-size: 24px;
}

.list-group-item.move {
	cursor: move;
}

.ui-sortable-handle {
	font-size: 18px;
	cursor: grab;
}

.list-group-item.ui-sortable-handle:hover {
	cursor: grab;
}

.list-group-item.ui-sortable-handle.ui-sortable-helper {
	cursor: move;
}

.fix-logo-height {
	height: 39px;
}

.ui-autocomplete.autocomplete-fix {
	position: relative;
	width: 100%;
}

.ui-autocomplete.autocomplete-fix input {
	border-color: #d2d6de;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 100%;
}

.ui-autocomplete-row {
	font-size: 12px;
}

.ui-autocomplete-panel {
	max-width: 600px;
}

.ui-autocomplete.autocomplete-fix input:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

.scrollable-panel {
	overflow: auto;
}

.scrollable-panel.vertical {
	height: 100%;
	max-height: 500px;
	overflow: auto;
}

.scrollable-panel.horizontal {
	width: 100%;
	overflow: auto;
}

.allergen-legend {
	white-space: nowrap;
}

.site-logo {
	float: left;
	margin: 8px;
}

.sidebar-form.avatar {
	border-radius: 0;
	border: none;
	margin: 0;
}

.btn[data-toggle="dropdown"] {
	color: #909090;
	padding-top: 5px;
}

.btn[data-toggle="dropdown"]:hover {
	color: #333;
}

.btn[data-toggle="dropdown"]:active {
	box-shadow: none;
}

.product-list-in-box>.item {
	font-size: 16px;
	border-bottom: 1px solid #E1E1E1;
}

.dropdown-menu[role="menu"] {
	right: 0;
	left: auto;
}

.product-list-in-box.long>.item:nth-last-of-type(1) .dropdown-menu[role="menu"],
	.product-list-in-box.long>.item:nth-last-of-type(2) .dropdown-menu[role="menu"],
	.product-list-in-box.long>.item:nth-last-of-type(3) .dropdown-menu[role="menu"]
	{
	top: -140px;
}

.item.header {
	border-bottom: 2px solid rgb(244, 244, 244);
}

.small-img {
	width: 128px;
}

.qrcode-preview {
	width: 100%;
	max-width: 200px;
}

.radioArea label {
	font-weight: 400;
	margin: 0 0 0 5px;
}

.fa-eye-slash.hidden {
	display: none;
}

.content-wrapper.no-margins {
	margin: 0;
}

.dish-pic-container {
	width: 250px;
	height: auto;
	margin: 0px auto 20px;
	background: #E6E6E6;
	text-align: center;
}

.dish-pic-container .btn-group {
	float: right;
	margin-top: -50px;
	margin-right: 15px;
}

.dish-pic-container .fa-cutlery {
	font-size: 160px;
	margin: 20px 0;
	color: #CCCCCC;
}

.fa-cutlery+.btn-group {
	top: 200px;
	right: 55px;
	position: absolute;
}

.product-list-in-box .allergen {
	width: 28px;
	display: inline-block;
	margin-right: 2px;
}

.product-list-in-box .name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 800;
}

.ui-widget-content {
	max-height: 100px;
	overflow: auto;
	background-color: white;
}

.social-share {
	list-style: outside none none;
}

.form-horizontal .control-label.day-label {
	padding-top: 0;
}

.afternoon-time-box div {
	padding-top: 10px;
}

.ui-tooltip {
    max-height: 200px;
}

.side-loader {
	display: block;
	color: rgba(0, 0, 0, 0.5);
	font-size: 80px;
	position: absolute;
	top: 25%;
	left: 28%;
}

.gallery-editor .gallery-image{
	height: 200px;
	width: auto;
}

a {
	color: #444444;
}

a:hover {
	color: #a1a1a1;	
}

.radio-inline {
	padding-left: 2px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-weight: bold;
}