.clear {
	display: block;
	float: none;
	clear: both;
}
body.disabled-scroll {
	overflow: hidden; 
	height: 100%;
    margin:0; 
	padding:0;
}
.sneeit-custom-shortcode-icon {
	font-size: 20px!important;
    padding: 0;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -2px;
    padding-right: 2px
}

#sneeit-shortcode-box {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: auto;
    z-index: 99999;
    background: white;
    min-width: 300px;
    max-width: 90%;
}
#sneeit-shortcode-box-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: black;
    opacity: 0.8;
}
#sneeit-shortcode-box .header {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	color: black;
	background: #f0f0f0;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #e8e8f8;
	position: relative;
	border-top: 1px solid #ddd;
	margin: 0;
}
#sneeit-shortcode-box > .content {
	overflow: scroll;
	overflow-x: hidden;
}
#sneeit-shortcode-box .content .inner {
	padding: 0 20px 10px 20px;
}
.sneeit-shortcode-box-loading-icon {
	font-size: 50px;
	text-align: center;
	padding: 30px;
}
#sneeit-shortcode-box > .actions {
	height: 50px;
	line-height: 46px;
	padding: 0;
	border-top: 1px solid #e8e8f8;
	background: #f0f0f0;
	display: none;
	text-align: right;
}
#sneeit-shortcode-box > .actions a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#sneeit-shortcode-box .sneeit-control.first {
	border-top: none;
}
/*nested box*/
#sneeit-shortcode-box .sneeit-shortcode-nested-box {
    border: 1px solid #e0e0e0;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    margin: 0 0 15px 0;
    background: #f4f4f4;
    padding: 0 0 15px 0;
    border-top: none;
}

#sneeit-shortcode-box .nested-actions {
    padding: 0 0 15px 0;
}
#sneeit-shortcode-box .button:focus {
    border: 1px solid #CCC!important; 
}

#sneeit-shortcode-nested-box .header {	
	cursor: move;
}
#sneeit-shortcode-nested-box .ui-sortable-placeholder {
	visibility: visible!important;
	background: lightgoldenrodyellow;
	border: 2px dashed yellow;
}
.sneeit-shortcode-nested-box {
	position: relative
}
.sneeit-shortcode-nested-box-close-button, .sneeit-shortcode-button-remove-nested {
	position: absolute;
	z-index: 9;	
	right: -1px;
	top: 0px;
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f8f8f8;
	text-align: center;
	border: 1px solid #ddd;
	text-decoration: none;
}
.sneeit-shortcode-button-remove-nested {
	right: 50px;
	width: auto;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 100;
}
.sneeit-shortcode-nested-box-close-button .icon.up {
	display: inline;
}
.sneeit-shortcode-nested-box-close-button .icon.down {
	display: none;
}
.sneeit-shortcode-nested-box.collapsed {
	padding-bottom: 0!important;
}
.sneeit-shortcode-nested-box.collapsed .sneeit-shortcode-nested-box-close-button .icon.up {
	display: none;
}
.sneeit-shortcode-nested-box.collapsed .sneeit-shortcode-nested-box-close-button .icon.down {
	display: inline;
}
.sneeit-shortcode-nested-box.collapsed .nested.content {
	display: none;
}

/*action buttons*/
#sneeit-shortcode-button-box-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #f4f4f4;
    width: 50px;
    color: #333;
    text-decoration: none;
    border-left: 1px solid #e0e0f0;
	display: none;
}

#sneeit-shortcode-button-box-close span {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 50px;
}

#sneeit-shortcode-button-box-close:hover {
    background: #f8f8f8;
}

#sneeit-shortcode-button-new-nested {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px!important;
	padding: 10px 0!important;
	height: auto!important;
	color: #00A0D2;
}

.mce-stack-layout-item .sneeit-custom-shortcode-icon {
	width: 1.5em!important;
	margin: left;
}
.mce-panel.mce-menu.mce-floatpanel {
	z-index: 99999!important;
}