#listWidgets {
	float: left;
	width: 46%;
	background: #eee;
	padding: 1.5em 1% 0; 
	margin: 0 1% 0 0;
}
#widgets > li {
	border: 1px solid #ccc;
	margin-bottom: .5em;
	background: #fff;
	min-height: 3em;
	padding: 0 0 4px 0;
	list-style: none;
}
#widgets .widget-name, #widgets .js-remove {
	background: #fff;
	margin-bottom: 0;
	padding: 4px 8px; 
}
#widgets .js-hide {
	display: none;
}
#widgets .widget-name {
	min-height: 3em;
	padding-bottom: 0;
}
#listWidgets h3 {
	color: #333;
}

#sidebarsWidgets {
	float: left;
	width: 47%;
	margin: 0 0 0 1%;
	padding: 0 1%;
}
#sidebarsControl {
	clear: left;
}
.widgets.fieldset {
	margin-bottom: 2em;
}
.widgets.fieldset.if-drag {
	margin-bottom: 0;
	border-radius: 6px 6px 0 0;
    border-bottom: 1px dashed #FF0000;
}
#widgets, #dndnav, #dndextra, #dndcustom {
	padding: 1em 0;
	margin: 1em 0 0;
}
#dndnav > li,
#dndextra > li,
#dndcustom > li,
.sortable-delete > li {
	padding: O;
	border: 1px solid #999;
	margin-bottom: 1em;
	list-style: none;
}

.sortable-delete > li {
	margin-bottom: 3px;
}
.sortable-delete li.sortable-delete-placeholder {
    border: 0 none;
    color: #666666;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
}

#dndnav li.ui-sortable-placeholder,
#dndextra li.ui-sortable-placeholder,
#dndcustom li.ui-sortable-placeholder,
.sortable-delete li.ui-sortable-placeholder {
	border: 1px dashed #999;
	height: 2rem;
	padding: 3px;
}

#dndnav .form-note, #dndextra .form-note, #dndcustom .form-note {
	display: none;
}


.widget-name {
	background: #eef;
	color: #000;
	padding: 4px 6px;
	margin: 0;
	font-weight: bold;
}
.widget-name span {
	display: block;
	font-style: normal;
	font-size: 1.1rem;
}
.widget-name img {
	cursor: pointer;
	margin-bottom: -1px;
}
.removeWidget {
	padding: 8px 6px;
	margin: 0;
}

.widgetSettings {
	border-top: 1px solid #ddd;
	padding: 8px 6px;
	background: #f5f5f5;
}

.sortable-delete {
    display: none;
}

.sortable-delete.if-drag {
    border: 1px solid #999999;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    color: #000000;
    font-weight: bold;
    list-style: none outside none;
    margin: 0 0 2em;
    min-height: 25px;
    padding: 4px;
    display: block;
}

#widgets .widgetSettings {
	display: none;
}
.hideControls .widgetSettings {
	display: none;
}
.hideControl {
	display: none;
}

#widgets-tpl dt {
	margin: 1em 0 0 0;
}
#widgets-tpl dd {
	margin: 0.2em 0 1em 0;
}