/**
 * Note CSS - /assets/css/note.css
 * License: GPLv2 or later
 * Copyright: Janneke Van Dorpe (iseulde), http://iseulde.com/
 *
 * @see https://github.com/iseulde/wp-front-end-editor/
 * @see https://github.com/iseulde/wp-front-end-editor/blob/master/css/fee.css
 * @see https://wordpress.org/plugins/wp-front-end-editor/
 *
 * We've used Janneke Van Dorpe's stylesheet as a base and modified it to suit our needs.
 */

/* TODO: Remove unused CSS */

.mce-placeholder, .note-placeholder {
	opacity: 0.5;
}

.hidden {
	display: none;
}

.wp-core-ui .button,
.wp-core-ui .button.button-large,
.wp-core-ui .button.button-small {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	vertical-align: top;
}

.mce-content-body hr[data-mce-selected] {
	outline: none;
}

.media-frame .uploader-inline *,
.media-frame .uploader-window * {
	text-align: center;
}



/* Reset */
.wp-core-ui td,
.wp-core-ui th {
	vertical-align: inherit;
	float: none;
}

.wp-core-ui label {
	cursor: pointer;
}

.wp-core-ui p {
	font-size: 14px;
}

.media-frame input[type="text"],
.media-frame input[type="password"],
.media-frame input[type="number"],
.media-frame input[type="search"],
.media-frame input[type="email"],
.media-frame input[type="url"],
.media-frame textarea,
.media-frame select {
	height: auto;
	margin-top: 11px;
	padding: 4px;
	line-height: 1.5em;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	font-size: 12px;
	box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
	-webkit-transition: 0.05s border-color ease-in-out;
	transition: 0.05s border-color ease-in-out;
}

.media-frame input, .media-frame select, .media-frame textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.media-frame select.attachment-filters {
	height: 28px;
	padding: 2px;
	line-height: 28px;
	vertical-align: middle;
}

div.mce-insert {
	background: transparent;
	position: absolute;
	z-index: 9998;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 20px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 5px;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: opacity 0.1s ease-in 0s;
	-moz-transition: opacity 0.1s ease-in 0s;
	transition: opacity 0.1s ease-in 0s;
	outline: none;
}

div.mce-insert:hover {
	opacity: 1;
}

div.mce-insert .dashicons {
	font-family: 'dashicons';
	font-size: 20px;
	line-height: 20px;
}

div.mce-insert .dashicons {
	margin-top: -1px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

div.mce-insert.open .dashicons {
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}


.mce-tinymce-inline {
	padding: 1px;
}

div.mce-tinymce-inline.mce-inline-toolbar-active {
	transition:
		top 0.1s ease-out,
		left 0.1s ease-out,
		opacity 0.1s ease-in-out;
	opacity: 1;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover i.mce-ico {
	color: #555;
}

.mce-tinymce-inline .mce-btn.mce-listbox button {
	padding-right: 24px;
}

.mce-tinymce-inline .mce-btn button .mce-caret {
	margin-top: 8px;
}

.mce-tinymce-inline .mce-btn.mce-listbox button .mce-caret {
	margin-top: -2px;
}

/* TODO: Remove display property once logic is added to adjust preview colors based on selected node */
.mce-tinymce-inline .mce-preview {
	width: 20px;
	margin-left: -9px;
	padding: 0;
	background: transparent;
	display: none;
}

.mce-tinymce-inline .mce-i-backcolor + .mce-preview {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: inherit;
	background: #ddd;
	font-family: 'dashicons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	text-shadow: none;
	border-radius: 2px;
	position: absolute;
	top: 2px;
	left: 3px;
	right: 3px;
	bottom: 2px;
}

.mce-tinymce-inline .mce-preview:before {
	content: '\f215';
}

.mce-tinymce-inline .mce-open {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mce-tinymce-inline .mce-open .mce-caret {
	display: none;
}

.mce-tinymce-inline i.mce-i-backcolor {
	background: #ddd;
	border-radius: 2px;
}


/**
 * Note
 */
.mce-note-edit-focus {
	background: #ffa !important;
}

.note-cf:before,
.note-cf:after {
	content: ' ';
	display: table;
}

.note-cf:after {
	content: ' ';
	display: table;
}

.note-hidden {
	display: none !important;
}

/* Note Sidebars */
.note-sidebar {
	position: relative;
}

.note-sidebar-placeholder {
	height: 1px;
	padding: 5px 0;
	position: relative;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.note-sidebar-placeholder:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: transparent;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 0;
	-webkit-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.note-sidebar-placeholder.hover:before {
	background-color: #ddd;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.note-sidebar-placeholder.hover.pulse:before {
	background-color: #2ea2cc;
}

.note-sidebar-register {
	width: 6px;
	height: 6px;
	margin-top: -3px;
	margin-left: -3px;
	background-color: transparent;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 10;
	-webkit-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.note-sidebar-placeholder.hover .note-sidebar-register {
	background-color: #aaa;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.note-sidebar-placeholder.hover.pulse .note-sidebar-register {
	background-color: #2ea2cc;
}

.note-sidebar-placeholder.mousemove .note-sidebar-register {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.note-sidebar-placeholder-inactive {
	height: 21px;
	padding: 5px 0;
	border: 1px dashed #ddd;
	position: relative;
	cursor: auto;
}

.note-sidebar-placeholder-inactive:before,
.note-sidebar-placeholder-inactive.hover:before,
.note-sidebar-placeholder-inactive.hover.pulse:before {
	background: transparent;
	-webkit-transition: all 0s;
	transition: all 0s;
}

.note-sidebar-active {
	border-width: 1px;
	border-style: dashed;
	border-color: transparent;
}

.note-edit-border.note-sidebar-active{
	border-color: #ddd;
}

.note-sidebar-placeholder-edit-buttons {
	width: 100%;
	position: absolute;
	top: -60px;
	z-index: 10;
}

.note-ui-button {
	width: 30px;
	height: 30px;
	float: none;
	position: absolute;
	top: 50px;
	right: -16px;

	background: rgba(245, 245, 245, 0.85);
	z-index: 9998;
	padding: 2px;
	color: #000;
	margin-bottom: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border: 1px solid #dedede;
	border-radius: 15px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0s ease 0.4s;
	transition: all 0s ease 0.4s;
}

.note-ui-button .note-button-label,
.note-ui-button .note-button-label .dashicons {
	width: 24px;
	height: 24px;
	padding: 2px 0;
	color: #777;
	border-radius: 12px;
	line-height: 18px;
	border: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.note-ui-button .note-button-label .dashicons {
	width: auto;
	height: auto;
	border: none;
	line-height: 14px;
}

.note-ui-button .note-button-label-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.note-ui-button .note-button-label:hover {
	color: #222;
	background-color: #fafafa;
	border-color: #999;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
}

.note-ui-button .note-button-label:active {
	background-color: #ebebeb;
	border-color: #999;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
}

.note-secondary-button-wrap {
	height: 98px;
	display: none;
	position: absolute;
	top: 16px;
	right: -1px;
}


.note-sidebar-placeholder-edit-buttons.hover .note-secondary-button-wrap {
	display: block;
}

.note-ui-button.note-secondary-button {
	top: 0;
	right: -15px;
}

.note-secondary-button-wrap-1 {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.note-secondary-button-wrap-1 .note-ui-button.note-secondary-button {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.note-secondary-button-wrap-2 {
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.note-secondary-button-wrap-2 .note-ui-button.note-secondary-button {
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.note-secondary-button-wrap-3 {
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.note-secondary-button-wrap-3 .note-ui-button.note-secondary-button {
	-moz-transform: rotate(-120deg);
	-webkit-transform: rotate(-120deg);
	-o-transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	transform: rotate(-120deg);
}

.note-secondary-button-wrap-4 {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.note-secondary-button-wrap-4 .note-ui-button.note-secondary-button {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.note-secondary-button-wrap-5 {
	-moz-transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.note-secondary-button-wrap-5 .note-ui-button.note-secondary-button {
	-moz-transform: rotate(-240deg);
	-webkit-transform: rotate(-240deg);
	-o-transform: rotate(-240deg);
	-ms-transform: rotate(-240deg);
	transform: rotate(-240deg);
}

.note-secondary-button-wrap-6 {
	-moz-transform: rotate(300deg);
	-webkit-transform: rotate(300deg);
	-o-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.note-secondary-button-wrap-6 .note-ui-button.note-secondary-button {
	-moz-transform: rotate(-300deg);
	-webkit-transform: rotate(-300deg);
	-o-transform: rotate(-300deg);
	-ms-transform: rotate(-300deg);
	transform: rotate(-300deg);
}


/*
 * Note Modal
 */
#note-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100100;
}

#note-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 360px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 10;
}

#note-modal-content {
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	width: 500px;
	height: 250px;
	overflow: hidden;
	margin-left: -250px;
	margin-top: -125px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 15;
	-webkit-transition: height 0.2s, margin-top 0.2s;
	transition: height 0.2s, margin-top 0.2s;
}

.note-modal-header {
	background: #fcfcfc;
	border-bottom: 1px solid #dfdfdf;
	height: 36px;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	padding: 0 36px 0 16px;
	top: 0;
	right: 0;
	left: 0;
}

.note-modal-close {
	color: #666;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	background: none;
	border: none;
	cursor: pointer;
}

.note-modal-close .dashicons {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
}

.note-modal-close .dashicons:hover {
	color: #2ea2cc;
}

.note-modal-content {
	padding: 16px;
}

.note-modal-content .inputs {
	margin: 1em;
}

.note-modal-content .inputs label {
	display: inline-block;
	margin-top: -5px;
}

.note-modal-content .inputs .description {
	display: inline-block;
	font-size: 13px;
	color: #777;
	font-style: italic;
	margin-top: 0.25em;
}

.note-modal-footer {
	padding: 8px 16px;
	background: #fcfcfc;
	border-top: 1px solid #dfdfdf;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.note-modal-footer .note-modal-buttons-left {
	line-height: 25px;
	float: left;
}

.note-modal-footer .note-modal-buttons-right {
	line-height: 23px;
	float: right;
}

#note-background.media-frame .attachments-browser .attachments,
#note-background.media-frame .attachments-browser .uploader-inline,
#note-background.media-frame .attachments-browser .media-toolbar {
	right: 0;
}

#note-background.media-frame .attachments-browser .media-sidebar {
	display: none;
}

/* Note TinyMCE Media Placeholder */
.note-col-editor-media.has-media-placeholder {
	min-height: 400px;
	margin-bottom: 20px;
}

.note-col-editor-media.has-media-placeholder .editor {
	display: none;
}

/**
 * jQuery Autocomplete
 */
.ui-helper-hidden-accessible {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	word-wrap: normal !important;
}










/**
 * Note TinyMCE
 */
/* TODO: Adjust/Remove accordingly */
/*.note-widget.note-tinymce .note-wrapper:not(.note-template-wrapper),
.note-widget.note-tinymce .note-wrapper .note-col,
.note-widget.note-tinymce .note-wrapper.note-template-wrapper .note-content {
	margin: -1.5rem;
}

.note-widget.note-tinymce .note-wrapper .widget-content,
.note-widget.note-tinymce .note-wrapper .note-col .note-content,
.note-widget.note-tinymce .note-wrapper.note-template-wrapper,
.note-widget.note-tinymce .note-wrapper.note-template-wrapper .note-content {
	padding: 1.5rem;
}*/

.note-widget.note-tinymce .widget-content.mce-content-body,
.note-widget.note-tinymce .note-content.mce-content-body {
	line-height: inherit;
}

div.mce-panel.mce-tinymce-inline,
div.mce-panel.note-toolbar {
	margin-bottom: 1rem;
	padding: 3px;
	background: #f5f5f5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border: 1px solid #dedede;
	border-radius: 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* TODO: Adjust/Remove accordingly */
/*div.mce-panel.mce-tinymce-inline:not(.mce-arrow-right):not(.mce-arrow-center):not(.mce-arrow-left):not(.mce-tooltip-arrow-n):not(.mce-tooltip-arrow-s):not(.mce-tooltip-arrow-e):not(.mce-tooltip-arrow-w),
div.mce-panel.note-toolbar:not(.mce-arrow-right):not(.mce-arrow-center):not(.mce-arrow-left):not(.mce-tooltip-arrow-n):not(.mce-tooltip-arrow-s):not(.mce-tooltip-arrow-e):not(.mce-tooltip-arrow-w) {
	margin-top: 1.5rem;
}

div.mce-panel.mce-tinymce-inline.mce-arrow-up,
div.mce-panel.note-toolbar.mce-arrow-up {
	margin-top: 12px !important;
}

div.mce-panel.mce-tinymce-inline.mce-arrow-down,
div.mce-panel.note-toolbar.mce-arrow-down {
	margin-top: -12px !important;
}*/

div.mce-panel.mce-tinymce-inline .mce-toolbar .mce-ico,
div.mce-panel.note-toolbar .mce-toolbar .mce-ico {
	color: #555d66;
}

div.mce-panel.mce-tinymce-inline .mce-container-body,
div.mce-panel.note-toolbar .mce-container-body {
	margin: -1.5px;
	padding: 3px;
}

div.mce-panel.mce-tinymce-inline .mce-btn.mce-active button,
div.mce-panel.mce-tinymce-inline .mce-btn.mce-active:hover button,
div.mce-panel.mce-tinymce-inline .mce-btn.mce-active i,
div.mce-panel.mce-tinymce-inline .mce-btn.mce-active:hover i,
div.mce-panel.note-toolbar .mce-btn.mce-active button,
div.mce-panel.note-toolbar .mce-btn.mce-active:hover button,
div.mce-panel.note-toolbar .mce-btn.mce-active i,
div.mce-panel.note-toolbar .mce-btn.mce-active:hover i {
	color: #555d66;
}






/**
 * Note Insert Panel
 */
div.mce-panel.mce-note-insert-panel {
	margin-bottom: 1rem;
	padding: 3px;
	color: black;
	background: rgba(245, 245, 245, 0.90);
	border: 1px solid #dedede;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	position: absolute;
	z-index: 9998;
	top: 0;
	left: 0;
	opacity: 1;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.mce-note-insert-panel:before,
div.mce-note-insert-panel:after {
	position: absolute;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	content: '';
}

div.mce-note-insert-panel:before {
	bottom: -18px;
	border-top-color: #dedede;
	border-width: 9px;
	margin-left: -9px;
}

div.mce-note-insert-panel:after {
	bottom: -14px;
	border-top-color: rgba(245, 245, 245, 0.85);
	border-width: 7px;
	margin-left: -7px;
}

div.mce-note-insert-panel .mce-panel {
	margin: 0;
	max-width: none;
	background: transparent;
	border: none;
	box-shadow: none;
	position: relative;
}

div.mce-note-insert-panel .mce-toolbar .mce-btn-group > div {
	white-space: nowrap;
}

div.mce-note-insert-panel .mce-btn {
	border: 1px solid transparent;
	position: relative;
	display: inline-block;
	background: none;
	border-radius: 2px;
	box-shadow: none;
	margin: 2px;
	color: #777;
	height: 24px;
	line-height: 24px;
}

div.mce-note-insert-panel .mce-ico {
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-shadow: none;
	margin: 0 auto;
}

div.mce-note-insert-panel .mce-btn:hover,
div.mce-note-insert-panel .mce-btn:focus {
	color: #222;
	background-color: #fafafa;
	border-color: #999;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
}

div.mce-note-insert-panel .mce-btn.mce-active,
div.mce-note-insert-panel .mce-btn:active {
	background-color: #ebebeb;
	border-color: #999;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
}

div.mce-note-insert-panel .mce-btn.mce-active:hover {
	border-color: #555;
}

div.mce-note-insert-panel .mce-btn button {
	padding: 2px 3px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
	color: #777;
	text-align: center;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.mce-note-insert-panel .mce-btn button i {
	line-height: 20px;
}


/**
 * Note Media Insert Panel
 */
div.mce-note-insert-panel.mce-note-media-insert-panel {
	width: 100%;
	min-height: 400px;
	margin: auto;
	background: #f6f6f6;
	border: 2px dashed #ddd;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-moz-align-content: flex-start;
	-ms-align-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

div.mce-note-insert-panel.mce-note-media-insert-panel .mce-container-body {
	width: 100%;
}

div.mce-note-insert-panel.mce-note-media-insert-panel .mce-container-body .mce-toolbar-grp,
div.mce-note-insert-panel.mce-note-media-insert-panel .mce-container-body .mce-container,
div.mce-note-insert-panel.mce-note-media-insert-panel .mce-container-body .mce-container > div,
div.mce-note-insert-panel.mce-note-media-insert-panel .mce-container-body .mce-container-body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

div.mce-note-insert-panel.mce-note-media-insert-panel:before,
div.mce-note-insert-panel.mce-note-media-insert-panel:after {
	display: none;
}

div.mce-note-insert-panel.mce-note-media-insert-panel .mce-panel {
	background: transparent;
	border: none;
}

div.mce-note-insert-panel.mce-note-media-insert-panel .mce-btn {
	width: 100%;
	height: 100%;
	margin: 0;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.mce-note-insert-panel.mce-note-media-insert-panel .mce-btn button {
	height: 100px;
	margin: -54px 0 0 -51px;
	line-height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
}

div.mce-note-insert-panel.mce-note-media-insert-panel .mce-btn button i {
	line-height: 100px;
}

div.mce-note-insert-panel.mce-note-media-insert-panel .mce-ico {
	width: 100px;
	height: 100px;
	font-size: 60px;
	line-height: 100px;
}