.novamm-mega-menu {
	position: relative;
	display: none;
}

.novamm-modal-backdrop {
	z-index: 159899;
}

.novamm-modal {
	z-index: 159999;
}

.novamm-modal .novamm-modal-close {
	color: #444;
	text-decoration: none;
	text-align: center;
}

.novamm-toolbar .spinner {
	margin-top: 22px;
}

.novamm-menu a:focus,
.novamm-menu a:active {
	outline: none;
}

.novamm-menu a.active {
	box-shadow: none;
}

.novamm-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.novamm-content > .novamm-panel {
	padding: 20px;
	display: none;
}

.novamm-content > .novamm-panel.active {
	display: block;
}

.novamm-content > .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	opacity: 1;
	visibility: visible;
}

/**
 * Mega Menu Content Fields
 */
.mega-settings {
	overflow: hidden;
}

.mega-settings .setting-field {
	float: left;
	padding-right: 30px;
}

.mega-settings .setting-field select {
	width: 100%;
}

.novamm-mega-content {
	position: relative;
	padding: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
}

.novamm-submenu-column {
	box-sizing: border-box;
	-webkit-transition: width 0.7s;
	transition: width 0.7s;
	float: left;
	position: relative;
	padding: 10px;
}

.novamm-submenu-column ul {
	margin: 0;
	padding: 10px;
	border: 1px solid #eee;
	background: #fff;
}

.novamm-submenu-column li.menu-item-depth-0 {
	text-transform: uppercase;
	position: relative;
	padding: 0 60px 0 0;
	margin-bottom: 0;
	min-height: 18px;
}

.novamm-submenu-column .novamm-column-handle {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	cursor: pointer;
}

.novamm-submenu-column .novamm-resizable-e {
	right: 40px;
}

.novamm-submenu-column .novamm-resizable-w {
	text-align: right;
}

.novamm-submenu-column .novamm-column-width-label {
	position: absolute;
	top: 0;
	right: 20px;
	width: 20px;
	text-align: center;
}

/**
 * Background Fields
 */
.novamm-panel-design {
	box-sizing: border-box;
	position: relative;
	height: 100%;
}

.novamm-panel-design label {
	display: inline-block;
	margin-bottom: 5px;
}

.novamm-panel-design .setting-fieldset {
	width: 33%;
	position: relative;
	height: 100%;
	float: left;
	margin: 0;
	box-sizing: border-box;
}

.novamm-panel-design .spacing-fieldset,
.novamm-panel-design .background-image-fieldset {
	padding-right: 30px;
}

.novamm-panel-design .background-image-preview {
	display: block;
	padding: 10px;
	margin: 0 0 10px 0;
	min-height: 250px;
	border: 1px dashed #ccc;
}

.novamm-panel-design .background-image-preview.has-image {
	min-height: 0;
}

.novamm-panel-design .background-image-preview img {
	max-width: 100%;
}

/**
 * Icon fields
 */
.novamm-icon-selector {
	position: relative;
	width: 100%;
	height: 100%;
}

.novamm-icon-selector .novamm-icon-search {
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 10px;
}

.novamm-icon-selector .icons i {
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 4px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #eee;
}

.novamm-icon-selector .icons .active {
	background-color: #eee;
}

#novamm-selected-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#novamm-selected-icon:hover {
	border-color: #fe2f2f;
}

#novamm-selected-icon i {
	font-size: 20px;
	line-height: 48px;
	cursor: pointer;
}
