.edit-menu-preview-icon {
	float: left;
	height: 28px;
	width: 28px;
	border: 1px solid #DFDFDF;
	margin-right: 10px;
	text-align: center;
	border-radius: 3px;
	line-height: 28px;
}

.menu-item-depth-1 .mega-menu-container,
.menu-item-depth-2 .mega-menu-container,
.menu-item-depth-3 .mega-menu-container,
.menu-item-depth-4 .mega-menu-container,
.menu-item-depth-5 .mega-menu-container {
	display: none;
}

.menu-item-depth-0 .open-left-container,
.menu-item-depth-2 .open-left-container,
.menu-item-depth-3 .open-left-container,
.menu-item-depth-4 .open-left-container,
.menu-item-depth-5 .open-left-container {
	display: none;
}

.menu-item-depth-3 .icon-menu-container,
.menu-item-depth-4 .icon-menu-container,
.menu-item-depth-5 .icon-menu-container {
	display: none;
}

.insert-icon-form .select2-container {
	width: 100%;

}

.insert-icon-form .select2-container:before, .select2-result:before {
	display: none !important;
}

.insert-icon-form .select2-container, .select2-result {
	font-family: sans-serif !important;
}

.insert-icon-form .insert-icon-field {
	margin: 15px 0;
}

.theme-browser .theme .theme-actions,
.theme-browser .theme.active .theme-actions {
	position: absolute;
	top: auto;
    bottom: 0;
    transform: inherit;
    right: 0;
    padding: 9px 15px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}

.select2-drop {
	z-index: 50000 !important;
}
