.weblizar-generator-clearfix:before,
.weblizar-generator-clearfix:after {
	display: table;
	content: " ";
}
.weblizar-generator-clearfix:after { clear: both; }
.weblizar-generator-clear {
	height: 0;
	clear: both;
	overflow: hidden;
}
.weblizar-generator-hidden { display: none !important; }

.weblizar-generator-loading {
	min-height: 60px;
	background: 50% 50% url("../images/spinner.gif") no-repeat !important;
}
.weblizar-generator-loading * { visibility: hidden; }

.weblizar-generator-button img {
	margin: -1px 2px 0 -5px;
	vertical-align: middle;
}
.wp-media-buttons .weblizar-generator-button img {
	margin: -1px -1px 0 -4px;
	vertical-align: middle;
}

#weblizar-generator-wrap { display: none; }
#weblizar-generator {
	position: relative;
    /* width: 85%; */
    max-width: 1000px;
    margin: 16px auto;
    padding: 0px;
    background: #fff;
    /* -webkit-box-shadow: 0 2px 25px #000; */
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-width .2s;
    -moz-transition: max-width .2s;
    transition: max-width .2s;
}
#weblizar-generator.weblizar-generator-narrow { max-width: none; }

/* Generator tools */
#weblizar-generator-tools { margin: 0 20px 20px 0; }
#weblizar-generator-tools span {
	display: inline-block;
	width: 1px;
	height: 1em;
	margin: 0 0.5em;
	border-right: 1px dotted #555;
	vertical-align: middle;
}
#weblizar-generator-tools a { text-decoration: none; }
#weblizar-generator-tools a.weblizar-add-ons {
	display: inline-block;
	padding: 2px 7px;
	background: #FF7654;
	color: #fff;
	border: 1px solid #ff4d21;
	border-radius: 3px;
}
#weblizar-generator-tools a.weblizar-add-ons:hover { background: #ff4d21; }

/* Search box */
#weblizar-generator-search {
width: 100%;
    margin-bottom: 5px;
    padding: 10px 10px 10px 42px;
    background: 5px 50% url(../images/search.png) no-repeat;
    color: #00a0d2;
    font-size: 14px;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
#weblizar-generator-search-pro-tip {
	margin: 14px 5px 17px 5px;
    color: #999;
    font-style: italic;
    text-align: left;
    font-size: 0.9em;
}

/* Filter box */
#weblizar-generator-filter {
	margin: 0px;
	padding: 14px 1px;
	border-top: none;
	border-bottom: none;
	background: #eee;
	color: #0085ba !important;
	text-align: center;
	line-height: 24px;
    border-radius: 5px;	
    border: 1px solid #d0cfcf;	
}
#weblizar-generator-filter a,
#weblizar-generator-filter strong {
    display: inline-block;
    margin: 0 1em;
    line-height: 1;
    border-bottom: none;
    text-decoration: none;
    color: #636363;
    text-shadow: 2px 5px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
	font-size:15px;
	font-weight:bold;
}
#weblizar-generator-filter a {
    border-bottom: none;
    text-decoration: none;
    color: #2e2e2e;
    text-shadow: 2px 5px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
	font-size:14px;
	font-weight:bold;
}
#weblizar-generator-filter a:hover {
    color: #777;
}
/* Dropdown choices */
#weblizar-generator-choices {
margin-top: 35px;
    margin-left: 21px;
    text-align: center;
    background-color: #ececec;	
	margin-right:18px;
}
#weblizar-generator-choices > span {
position: relative;
    display: block;
    width: 33%;
    height: 50px;
    min-width: 130px;
    padding: 0 5px 0 40px;
    float: left;
    border: 1px solid #cccccc4a;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
    vertical-align: top;
    text-align: left;
    line-height: 46px;
    cursor: pointer;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.12), 0px -5px 35px rgba(255,255,255,0.3);
}

#weblizar-generator-choices span:hover {
	border-bottom: 1px solid #6f6d6da1;
	background: #6f6d6da1;
	color: #fff;
}
#weblizar-generator-choices span img {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 14px;
	height: 14px;
}
#weblizar-generator-choices span i {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 26px;
	height: 46px;
	color: #888;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
}
#weblizar-generator-choices span:hover i { color: #fff; }
.su-generator-choice-first {
	outline: 1px solid #09f;
	box-shadow: 0 0 3px rgba(30,140,190,.8);
}

/* Breadcrumbs */
#weblizar-generator-breadcrumbs {
	margin: 0 -20px;
	padding: 14px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
	color: #555;
	line-height: 24px;
}
#weblizar-generator-breadcrumbs span {
	margin-right: 1em;
	font-weight: bold;
}
#su-generator-breadcrumbs small {
	color: #bbb;
	font-weight: normal;
	font-size: 0.9em;
}

/* Notes */
.weblizar-generator-note {
	position: relative;
	margin: 0 -20px;
	padding: 5px 20px;
	background: #FFFFB8;
	border-bottom: 1px solid #ccc;
	color: #333;
	line-height: 18px;
}
.weblizar-generator-note-content {
	min-height: 20px;
	margin-left: 35px;
}
.weblizar-generator-note p { margin: 10px 0; }
.weblizar-generator-note a {
	text-decoration: underline;
}
.weblizar-generator-note i {
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	width: 1em;
	height: 1em;
	color: #555;
	text-align: left;
	font-size: 20px;
	line-height: 1em;
}

/* Attribute container */
#weblizar-generator-settings .weblizar-generator-attr-container {
	margin: 0 -20px;
	padding: 1.5em 20px;
	border-bottom: 1px solid #ccc;
}

/* Attribute name */
#weblizar-generator-settings h5,
#weblizar-generator-preview h5 {
	margin: 0 0 15px 0;
	font-size: 1em;
}

/* Attribute description */
.weblizar-generator-attr-desc {
	margin-top: 15px;
	color: #aaa;
	font-style: italic;
	line-height: 1.6;
}
.weblizar-generator-attr-desc b { color: #999; }

/* Small text after text field */
.weblizar-generator-px-units {
	position: relative;
	margin-right: 15px;
}
.weblizar-generator-px-units:before {
	position: absolute;
	right: -18px;
	bottom: 3px;
	display: block;
	width: 15px;
	color: #999;
	content: 'px';
	text-align: left;
	font-size: 0.9em;
}

/* Clickable values in attribute description */
.weblizar-generator-attr-desc b.su-generator-set-value {
	border-bottom: 1px dotted #999;
	cursor: pointer;
}
.su-generator-attr-desc b.su-generator-set-value:hover {
	border-bottom: 1px dotted #333;
	color: #333;
}

/* Common attribute fields */
#weblizar-generator-settings input[type="text"],
#weblizar-generator-settings input[type="number"],
#weblizar-generator-settings textarea,
#weblizar-generator-settings select {
	width: 100%;
	height: auto;
	padding: 10px;
}

/* Upload fields */
.weblizar-generator-field-actions { padding-top: 10px; }
.weblizar-generator-field-actions .button,
.weblizar-generator-field-actions span { margin-right: 5px; }
.weblizar-generator-field-actions img {
	margin: 0 6px 0 -4px;
	vertical-align: middle;
}

div#mceu_62-body {
    width: 798px!important;
    height: 698px;
}
div#mceu_62 {
    width: 798px!important;
}
