/**
 * theme EDITOR
 */
.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_wrap {
	float: left;
	width: 100%;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_left {
	float: left;
	margin-left: -100%;
	margin-top: 20px;
	width: 190px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_left h4 {
	margin: 0 0 10px 2px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_left ul li {
	background: white;
	border: 1px solid #ccc;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_left ul li a {
	box-sizing: border-box;
	color: #333;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	width: 100%;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_left ul li.error {
	border-left: 3px solid #dd3d36;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_left ul li.mega_active {
	font-weight: bold;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_left ul li.mega_active a:after {
	background: 0 0;
	border: 0;
	content: '\f139';
	float: right;
	font: 400 20px/1 FontAwesome;
	margin-right: 0;
	padding: 0;
	position: relative;
	right: 0;
	speak: none;
	text-align: center;
	text-decoration: none !important;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-tab-active {
	background: white;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right {
	box-sizing: border-box;
	margin-left: 190px;
	padding: 20px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right h4 {
	border-bottom: 1px solid #cccccc;
	clear: both;
	font-size: 1.2em;
	margin: 1.33em 0 0.7em 0;
	padding: 0 0 10px 0;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings .duplicate {
	margin-left: 15px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings {
	background: white;
	border: 1px solid #ccc;
	padding: 10px 20px 30px 20px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .nav-tab-active {
	background: white;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings tr:first-child td {
	border-top: 0;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings td {
	border-top: 1px solid #efefef;
	padding-bottom: 25px;
	padding-top: 10px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings td.mega-name {
	line-height: 2em;
	padding-right: 30px;
	vertical-align: top;
	width: 27%;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings td.mega-value {
	padding-top: 10px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings td.mega-name .mega-description {
	color: #aaa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table textarea,
.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table input,
.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table select {
	font-size: 0.9em;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table textarea {
	font-family: monospace;
	height: 150px;
	line-height: 1.5em;
	width: 100%;
}
.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table .CodeMirror {
	border: 1px solid #aaa;
	height: 150px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table ul.custom_styling_tips {
	list-style-position: inside;
	list-style-type: disc;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table ul.custom_styling_tips code {
	font-size: 0.9em;
	margin: 10px 0 0 0;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table input {
	margin-right: 20px;
	width: 70px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table {
	width: 100%;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table label span.mega-short-desc {
	color: #aaa;
	display: block;
	font-size: 0.8em;
	margin: 0 0 2px 1px;
	text-transform: uppercase;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings table label {
	float: left;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings .row h5 {
	float: left;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	width: 250px;

}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings .fail {
	border: 1px solid #aaa;
	border-left: 4px solid #dd3d36;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	padding: 10px 0 11px 15px;
	padding: 7px 0 7px 15px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings .success {
	background: #fff;
	border: 1px solid #aaa;
	border-left: 4px solid #7ad03a;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	padding: 7px 0 7px 15px;
}

.appearance_page_cherry_megamenu_theme_editor .cherry_megamenu_right .theme_settings .selected-icon::before {
	display: inline-block;
	font: 400 20px/1 FontAwesome;
	speak: none;
	padding: 5px 0 0 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.appearance_page_cherry_megamenu_theme_editor .mm-picker-container .sp-replacer {
	margin: 0;
	float: left;
}

.appearance_page_cherry_megamenu_theme_editor .mm-picker-container .sp-replacer .sp-preview {
	border: 0;
	height: 26px;
	margin: 0;
	width: 26px;
}

.appearance_page_cherry_megamenu_theme_editor .mm-picker-container input.mm_colorpicker {
	border: 0;
	box-shadow: 0 0 0;
	float: left;
	height: 23px;
	margin: 0;
}

.appearance_page_cherry_megamenu_theme_editor .mm-picker-container {
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	float: left;
	font-size: 0.9em;
	margin-right: 20px;
}

.appearance_page_cherry_megamenu_theme_editor .mm-picker-container div.chosen-color {
	background: #f7f7f7;
	border-left: 1px solid #ccc;
	border-radius: 0 2px 2px 0;
	box-shadow: inset 0 1px 0 #fff;
	color: #555;
	cursor: default;
	float: left;
	font-size: 11px;
	line-height: 26px;
	padding: 0 6px;
	text-align: center;
}