
/* TINY MCE EDITOR */
/* updated 2021 05 13 */

/* wp 5.0 bugfix */
.mce-toolbar .mce-btn-group, .mce-toolbar .mce-btn-group > div {
    width: auto !important;
    height: auto !important;
}

/* Less Tooltip on TinyMCE buttions */

body .mce-tooltip {
	margin-top: 15px;
	opacity: 1 !important;
}

body .mce-tooltip-inner {
	border-radius: 2px;
	box-shadow:0 3px 5px rgba(0,0,0,.35);
	color: #777667;
	background-color: #fff;
	font-size:12px;
  
}

/* MCE body will be 868px + padding all 40px */
body .wp-editor-container.ua-as-main iframe {
	max-width: 948px;
}


html body .wp-media-buttons .insert-media {
    min-width: 140px;
    background-color: rgba(51,255,0,0.05);
}

html body .wp-media-buttons .insert-media:hover {
    background-color: #fff;
}

.mce-fullscreen #wp-content-wrap #wp-content-editor-container .mce-edit-area{
	max-width: 960px;
	margin: 0 auto;
}

/* full screen */
.fullscreen .ua-id-mce-focusbutton,
.fullscreen .ua-id-mce-excerptbutton,
.fullscreen .ua-id-mce-thumbnailbutton,
.fullscreen .ua-id-mce-publishbutton,
.mce-fullscreen .ua-id-mce-focusbutton,
.mce-fullscreen .ua-id-mce-excerptbutton,
.mce-fullscreen .ua-id-mce-thumbnailbutton,
.mce-fullscreen .ua-id-mce-publishbutton {
	display: none !important;
}

#wp-content-editor-tools.fullscreen {

    position: fixed;
    z-index: 159899; 
    top: 0;
    right: 40px;
    top: -12px;
    background-color: transparent;

}

#wp-content-editor-tools.fullscreen .wp-editor-tabs {

    visibility: hidden;
	position: relative;

}

html body .mce-statusbar .mce-flow-layout .mce-path {
	padding: 0px;
}

html body .mce-path-item {

    border: 1px solid #ccc;
    margin: 5px;
    padding: 6px 5px 6px;
    min-width: 24px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;


}

html body .mce-path .mce-divider {

    font-size: 24px;
    font-weight: normal;
    color: #999;

}

/* Active and hover color statement in styleselector */
.mce-menu .mce-menu-item-normal.mce-active, .mce-menu .mce-menu-item-preview.mce-active, .mce-menu .mce-menu-item.mce-selected, .mce-menu .mce-menu-item:focus, .mce-menu .mce-menu-item:hover {
    background: #f0f0f0 !important; color: inherit !important;
}

.mce-menu-item.mce-active.mce-menu-item-normal .mce-text, .mce-menu-item.mce-active.mce-menu-item-normal .mce-ico {
    color: inherit !important;
}

.mce-first + .mce-container.mce-flow-layout-item.mce-last.mce-btn-group {
	padding-left: 7px;
	margin-left: 7px;
}

/* TINY SVG */

.mce-ico.mce-i-fa + .mce-txt { display: none; }


.mce-ico.mce-i-fa.ua-select {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20role%3D%22img%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cg%3E%3Cpath%20d%3D%22M13%204v2h3.59L6%2016.59V13H4v7h7v-2H7.41L18%207.41V11h2V4h-7%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
}


.mce-ico.mce-i-fa.ua-before {
	background-image: url('../images/ua-mce-up.png');
	background-repeat: no-repeat;
	background-position: center;
}

.mce-ico.mce-i-fa.ua-after {
	background-image: url('../images/ua-mce-down.png');
	background-repeat: no-repeat;
	background-position: center;
}

.mce-ico.mce-i-remove.ua-remove {
	background-color: rgba(255,51,51,0.25);
}

/* END TINY */
