/* Black Studio TinyMCE Widget - CSS */

.bstw-links {
	font-size: 11px;
	margin-top: -3px;
	text-align: right;
	position: absolute;
	right: 18px;
}

.rtl .bstw-links {
	text-align: left;
	right: auto;
	left: 18px;
}

.bstw-links .icon16:before {
	padding: 0;
}

.bstw-links .icon16 {
	float: right;
	padding: 3px 6px;
	margin: -6px -8px 0 -2px;
}

.rtl .bstw-links .icon16 {
	float: left;
	margin: -6px -2px 0 -8px;
}

.bstw-links .bstw-links-list {
	display: none;
}

.bstw-links a {
	text-decoration: none;
}

.bstw-loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	background-color:white;
	background-image: url(../../../../wp-admin/images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100000;
	display: none;
	opacity: 0.5;
}

#wp-black-studio-tinymce-widget-wrap {
	display: none;
}

div[id*="black-studio-tinymce"] .wp-editor-wrap {
	margin-bottom: 1em;
}

#available-widgets [class*="black-studio-tinymce"] .widget-title:before {
	content: "\f116"; 
}

.wp-customizer .mce-floatpanel.mce-popover {
	z-index: 500000 !important;
}

#TB_overlay, #TB_window {
	z-index: 999999 !important;
}

body.wait, body.wait * {
	cursor: wait !important;   
}

#zedity_content_overlay {
	z-index: 100000 !important;
}