]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/editor.css
WordPress 4.7.2-scripts
[autoinstalls/wordpress.git] / wp-includes / css / editor.css
index 6fa48c300ef19ff4a11928cf4896fbf7661d7e52..e04317ec89cbdcc896a106ef33a0c30465dde475 100644 (file)
-
 /*------------------------------------------------------------------------------
  TinyMCE and Quicklinks toolbars
 ------------------------------------------------------------------------------*/
 
-/* wp_theme/ui.css */
-.wp_themeSkin table,
-.wp_themeSkin tbody,
-.wp_themeSkin a,
-.wp_themeSkin img,
-.wp_themeSkin tr,
-.wp_themeSkin div,
-.wp_themeSkin td,
-.wp_themeSkin iframe,
-.wp_themeSkin span,
-.wp_themeSkin *,
-.wp_themeSkin .mceText {
-       border: 0;
-       margin: 0;
-       padding: 0;
-       white-space: nowrap;
-       text-decoration: none;
-       font-weight: normal;
-       cursor: default;
-       vertical-align: baseline;
-       width: auto;
-       border-collapse: separate;
-}
-
-.wp_themeSkin a:hover,
-.wp_themeSkin a:link,
-.wp_themeSkin a:visited,
-.wp_themeSkin a:active {
-       text-decoration: none;
-       font-weight: normal;
-       cursor: default;
-}
-
-.wp_themeSkin table td {
-       vertical-align: middle;
-}
-
-.wp_themeSkin *,
-.wp_themeSkin a:hover,
-.wp_themeSkin a:link,
-.wp_themeSkin a:visited,
-.wp_themeSkin a:active {
-       color: #555;
-}
+/* TinyMCE widgets/containers */
 
-/* Containers */
-.wp_themeSkin table {}
-
-.wp_themeSkin iframe {
-       display: block;
+.mce-container,
+.mce-container *,
+.mce-widget,
+.mce-widget * {
+       color: inherit;
+       font-family: inherit;
 }
 
-.wp_themeSkin #mce_fullscreen_ifr {
-       background-color: #fff;
+.mce-container .mce-monospace,
+.mce-widget .mce-monospace {
+       font-family: Consolas, Monaco, monospace;
+       font-size: 13px;
+       line-height: 150%;
 }
 
-.wp_themeSkin .mceToolbar {
-       padding: 1px;
+/* TinyMCE windows */
+#mce-modal-block,
+#mce-modal-block.mce-fade {
+       opacity: 0.7;
+       filter: alpha(opacity=70);
+       -webkit-transition: none;
+       transition: none;
 }
 
-/* External */
-.wp_themeSkin .mceExternalToolbar {
-       position: absolute;
-       border-bottom: 0;
-       display: none;
+.mce-window {
+       -webkit-border-radius: 0;
+       border-radius: 0;
+       -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+       box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+       -webkit-font-smoothing: subpixel-antialiased;
+       -webkit-transition: none;
+       transition: none;
 }
 
-.wp_themeSkin .mceExternalToolbar td.mceToolbar {
-       padding-right: 13px;
+.mce-window .mce-container-body.mce-abs-layout {
+       overflow: visible;
 }
 
-.wp_themeSkin .mceExternalClose {
-       position: absolute;
-       top: 3px;
-       right: 3px;
-       width: 7px;
-       height: 7px;
-       background: url("../js/tinymce/themes/advanced/img/icons.gif") -820px 0;
+.mce-window .mce-window-head {
+       background: #fcfcfc;
+       border-bottom: 1px solid #ddd;
+       padding: 0;
+       min-height: 36px;
 }
 
-/* Layout */
-.wp_themeSkin table.mceToolbar,
-.wp_themeSkin tr.mceFirst .mceToolbar tr td,
-.wp_themeSkin tr.mceLast .mceToolbar tr td {
-       border: 0;
+.mce-window .mce-window-head .mce-title {
+       color: #444;
+       font-size: 18px;
+       font-weight: 600;
+       line-height: 36px;
        margin: 0;
-       padding: 0;
+       padding: 0 36px 0 16px;
 }
 
-.wp_themeSkin table.mceLayout {
-       border: 0;
+.mce-window .mce-window-head .mce-close,
+.mce-window-head .mce-close .mce-i-remove {
+       color: transparent;
+       top: 0;
+       right: 0;
+       width: 36px;
+       height: 36px;
+       padding: 0;
+       line-height: 36px;
+       text-align: center;
 }
 
-.wp_themeSkin .mceStatusbar {
+.mce-window-head .mce-close .mce-i-remove:before {
+       font: normal 20px/36px dashicons;
+       text-align: center;
+       color: #666;
+       width: 36px;
+       height: 36px;
        display: block;
-       font-family: sans-serif;
-       font-size: 12px;
-       line-height: 16px;
-       padding: 0 0 0 8px;
-       overflow: visible;
-       height: 20px;
-       border-top: 1px solid #dfdfdf;
-       color: #000;
-       background-color: #f5f5f5;
 }
 
-.rtl .wp_themeSkin .mceStatusbar {
-       padding: 0 8px 0 0;
+.mce-window-head .mce-close:hover .mce-i-remove:before,
+.mce-window-head .mce-close:focus .mce-i-remove:before {
+       color: #00a0d2;
 }
 
-.wp_themeSkin .mceStatusbar * {
-       color: #555;
+.mce-window-head .mce-close:focus .mce-i-remove,
+div.mce-tab:focus {
+       -webkit-box-shadow: 0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+       box-shadow: 0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
 }
 
-.wp_themeSkin .mceStatusbar div {
-       float: left;
-       padding: 2px;
+.mce-window .mce-window-head .mce-dragh {
+       width: -webkit-calc( 100% - 36px );
+       width: calc( 100% - 36px );
 }
 
-.rtl .wp_themeSkin .mceStatusbar div {
-       float: right;
+.mce-window .mce-foot {
+       border-top: 1px solid #ddd;
 }
 
-.wp_themeSkin .mceStatusbar a.mceResize {
-       display: block;
-       float: right;
-       background: url("../js/tinymce/themes/advanced/img/icons.gif") -800px 0;
-       width: 20px;
-       height: 20px;
-       cursor: se-resize;
+.mce-textbox,
+.mce-checkbox i.mce-i-checkbox,
+#wp-link .query-results {
+       border: 1px solid #ddd;
+       -webkit-border-radius: 0;
+       border-radius: 0;
+       -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
+       box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
+       -webkit-transition: .05s all ease-in-out;
+       transition: .05s all ease-in-out;
 }
 
-.rtl .wp_themeSkin .mceStatusbar a.mceResize {
-       float: left;
+.mce-textbox:focus,
+.mce-textbox.mce-focus,
+.mce-checkbox:focus i.mce-i-checkbox,
+#wp-link .query-results:focus {
+       border-color: #5b9dd9;
+       -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
+       box-shadow: 0 0 2px rgba(30,140,190,0.8);
 }
 
-.wp_themeSkin .mceStatusbar a:hover {
-       text-decoration: underline;
+.mce-window .mce-wp-help {
+       height: 360px;
+       width: 460px;
+       overflow: auto;
 }
 
-.wp_themeSkin table.mceToolbar {
-       margin: 0 6px 2px;
+.mce-window .mce-wp-help * {
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
 }
 
-.wp_themeSkin table.mceToolbar :active,
-.wp_themeSkin table.mceToolbar :focus,
-.wp_themeSkin table.mceToolbar:focus,
-.wp_themeSkin span.mceSeparator:focus {
-       outline: none;
+.mce-window .mce-wp-help > .mce-container-body {
+       width: auto !important;
 }
 
-.wp_themeSkin #content_toolbar1 {
-       margin-top: 2px;
+.mce-window .wp-editor-help {
+       padding: 10px 10px 0 20px;
 }
 
-.wp_themeSkin .mceToolbar .mceToolbarEndListBox span {
-       display: none;
+.mce-window .wp-editor-help h2,
+.mce-window .wp-editor-help p {
+       margin: 8px 0;
+       white-space: normal;
+       font-size: 14px;
+       font-weight: 400;
 }
 
-.wp_themeSkin span.mceIcon,
-.wp_themeSkin img.mceIcon {
-       display: block;
-       width: 20px;
-       height: 20px;
+.mce-window .wp-editor-help table {
+       width: 100%;
+       margin-bottom: 20px;
 }
 
-.wp_themeSkin .mceIcon {
-       background: url("../js/tinymce/themes/advanced/img/icons.gif") no-repeat 20px 20px;
+.mce-window .wp-editor-help table.wp-help-single {
+       margin: 0 8px 20px;
 }
 
-/* Button */
-.wp_themeSkin .mceButton {
-       display: block;
-       width: 20px;
-       height: 20px;
-       cursor: default;
-       padding: 1px 2px;
-       margin: 1px;
-       -webkit-border-radius: 2px;
-       border-radius: 2px;
+.mce-window .wp-editor-help table.fixed {
+       table-layout: fixed;
 }
 
-.wp_themeSkin a.mceButtonEnabled:hover {
-       background-image: inherit 0 -10px;
+.mce-window .wp-editor-help table.fixed th:nth-child(odd),
+.mce-window .wp-editor-help table.fixed td:nth-child(odd) {
+       width: 12%;
 }
 
-.wp_themeSkin .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img {
-       margin: 0 0 0 1px;
+.mce-window .wp-editor-help table.fixed th:nth-child(even),
+.mce-window .wp-editor-help table.fixed td:nth-child(even) {
+       width: 38%;
 }
 
-.wp_themeSkin .mceButtonDisabled .mceIcon {
-       opacity: 0.2;
-       filter: alpha(opacity=20);
+.mce-window .wp-editor-help table.fixed th:nth-child(odd) {
+       padding: 5px 0 0;
 }
 
-/* Separator */
-.wp_themeSkin .mceSeparator {
-       display: none;
+.mce-window .wp-editor-help td,
+.mce-window .wp-editor-help th {
+       font-size: 13px;
+       padding: 5px;
+       vertical-align: middle;
+       word-wrap: break-word;
+       white-space: normal;
 }
 
-/* ListBox */
-.wp_themeSkin .mceListBox,
-.wp_themeSkin .mceListBox a {
-       display: block;
+.mce-window .wp-editor-help th {
+       font-weight: 600;
+       padding-bottom: 0;
 }
 
-.wp_themeSkin .mceListBox .mceText {
-       padding: 1px 4px 1px 5px;
-       width: 70px;
-       text-align: left;
-       text-decoration: none;
-       -webkit-border-bottom-left-radius: 2px;
-       -webkit-border-top-left-radius: 2px;
-       border-bottom-left-radius: 2px;
-       border-top-left-radius: 2px;
-       font-family: sans-serif;
-       font-size: 12px;
-       height: 20px;
-       line-height: 20px;
-       overflow: hidden;
+.mce-window .wp-editor-help kbd {
+       font-family: monospace;
+       padding: 2px 7px 3px;
+       font-weight: 600;
+       margin: 0;
+       background: #eaeaea;
+       background: rgba(0,0,0,0.08);
 }
 
-.wp_themeSkin .mceListBox {
-       margin: 1px;
-       direction: ltr;
-       background-color: #fff;
-       border: 1px solid #ddd;
-       -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
-       box-shadow:         inset 0 1px 1px -1px rgba(0, 0, 0, .2);
+.mce-window .wp-help-th-center td:nth-child(odd),
+.mce-window .wp-help-th-center th:nth-child(odd) {
+    text-align: center;
 }
 
-.wp_themeSkin .mceListBox .mceOpen {
-       width: 12px;
-       height: 20px;
-       border-collapse: separate;
-       padding: 1px;
-       -webkit-border-bottom-left-radius: 0;
-       -webkit-border-top-left-radius: 0;
-       border-bottom-left-radius: 0;
-       border-top-left-radius: 0;
+/* TinyMCE menus */
+.mce-menu,
+.mce-floatpanel.mce-popover {
+       border-color: rgba(0,0,0,0.15);
+       -webkit-border-radius: 0;
+       border-radius: 0;
+       -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
+       box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
 }
 
-.wp_themeSkin .mceListBox .mceFirst a {
-       border-style: solid;
-       border-width: 1px;
-       border-bottom-right-radius: 2px;
-       border-top-right-radius: 2px;
+.mce-menu,
+.mce-floatpanel.mce-popover.mce-bottom {
+       margin-top: 2px;
 }
 
-/*.wp_themeSkin .mceListBox .mceLast {
+.mce-floatpanel .mce-arrow {
        display: none;
-}*/
+}
 
-.wp_themeSkin .mceListBox .mceOpen,
-.wp_themeSkin .mceListBoxHover .mceOpen,
-.wp_themeSkin .mceListBoxSelected .mceOpen,
-.wp_themeSkin table.mceListBoxEnabled .mceOpen {
-       background-image: url("../images/down_arrow.gif");
-       background-position: 3px 1px;
-       background-repeat: no-repeat;
+.mce-menu .mce-container-body {
+       min-width: 160px;
 }
 
-.wp_themeSkin .mceListBoxDisabled .mceText {
-       color: gray;
+.mce-menu-item {
+       border: none;
+       margin-bottom: 2px;
 }
 
-.wp_themeSkin .mceListBoxMenu {
-       overflow: auto;
-       overflow-x: hidden;
+.mce-menu-has-icons i.mce-ico {
+       line-height: 20px;
 }
 
-.wp_themeSkin .mceOldBoxModel .mceListBox .mceText {
-       height: 22px;
+/* TinyMCE panel */
+div.mce-panel {
+       border: 0;
+       background: #fff;
 }
 
-.wp_themeSkin select.mceListBox {
-       font-family: sans-serif;
-       font-size: 12px;
-       border-color: #b2b2b2;
-       background-color: #fff;
+.mce-panel.mce-menu {
+       border: 1px solid #ddd;
 }
 
-/* SplitButton */
-.wp_themeSkin .mceSplitButton a,
-.wp_themeSkin .mceSplitButton span {
-       display: block;
-       height: 20px;
+div.mce-tab {
+       line-height: 13px;
 }
 
-.wp_themeSkin .mceSplitButton {
-       display: block;
-       direction: ltr;
+/* TinyMCE toolbars */
+div.mce-toolbar-grp {
+       border-bottom: 1px solid #ddd;
+       background: #f5f5f5;
+       padding: 0;
+       position: relative;
 }
 
-.wp_themeSkin table.mceSplitButton td {
-       padding: 2px;
+div.mce-inline-toolbar-grp {
+       border: 1px solid #a0a5aa;
        -webkit-border-radius: 2px;
        border-radius: 2px;
+       -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );
+       box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
+       margin-bottom: 8px;
+       position: absolute;
+       -moz-user-select: none;
+       -webkit-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+       max-width: 98%;
+       z-index: 100100; /* Same as the other TinyMCE "panels" */
 }
 
-.wp_themeSkin table.mceSplitButton:hover td {
-       background-image: inherit 0 -10px;
+div.mce-inline-toolbar-grp > div.mce-stack-layout {
+       padding: 1px;
 }
 
-.wp_themeSkin .mceSplitButton a.mceAction {
-       height: 20px;
-       width: 20px;
-       padding: 1px 2px;
-       border-right: 0 none;
+div.mce-inline-toolbar-grp.mce-arrow-up {
+       margin-bottom: 0;
+       margin-top: 8px;
 }
 
-.wp_themeSkin .mceSplitButton span.mceAction {
-       background-image: url("../js/tinymce/themes/advanced/img/icons.gif");
-       background-repeat: no-repeat;
-       background-color: transparent;
-       width: 20px;
+div.mce-inline-toolbar-grp:before,
+div.mce-inline-toolbar-grp:after {
+       position: absolute;
+       left: 50%;
+       display: block;
+       width: 0;
+       height: 0;
+       border-style: solid;
+       border-color: transparent;
+       content: "";
 }
 
-.wp_themeSkin .mceSplitButton a.mceOpen {
-       width: 11px;
-       height: 20px;
-       background-position: 0px 2px;
-       background-repeat: no-repeat;
-       padding: 1px 0;
+div.mce-inline-toolbar-grp.mce-arrow-up:before {
+       top: -9px;
+       border-bottom-color: #a0a5aa;
+       border-width: 0 9px 9px;
+       margin-left: -9px;
 }
 
-.wp_themeSkin .mceSplitButton span.mceOpen {
-       display: none;
+div.mce-inline-toolbar-grp.mce-arrow-down:before {
+       bottom: -9px;
+       border-top-color: #a0a5aa;
+       border-width: 9px 9px 0;
+       margin-left: -9px;
 }
 
-.wp_themeSkin .mceSplitButtonDisabled .mceAction {
-       opacity: 0.3;
-       filter: alpha(opacity=30);
-}
-
-.wp_themeSkin .mceListBox a.mceText,
-.wp_themeSkin .mceSplitButton a.mceAction {
-       -webkit-border-bottom-left-radius: 2px;
-       -webkit-border-top-left-radius: 2px;
-       border-bottom-left-radius: 2px;
-       border-top-left-radius: 2px;
-}
-
-.wp_themeSkin .mceSplitButton a.mceOpen,
-.wp_themeSkin .mceListBox a.mceOpen {
-       -webkit-border-bottom-right-radius: 2px;
-       -webkit-border-top-right-radius: 2px;
-       border-bottom-right-radius: 2px;
-       border-top-right-radius: 2px;
-}
-
-.wp_themeSkin span.mce_undo,
-.wp_themeSkin span.mce_redo,
-.wp_themeSkin span.mce_bullist,
-.wp_themeSkin span.mce_numlist,
-.wp_themeSkin span.mce_blockquote,
-.wp_themeSkin span.mce_charmap,
-.wp_themeSkin span.mce_bold,
-.wp_themeSkin span.mce_italic,
-.wp_themeSkin span.mce_underline,
-.wp_themeSkin span.mce_justifyleft,
-.wp_themeSkin span.mce_justifyright,
-.wp_themeSkin span.mce_justifycenter,
-.wp_themeSkin span.mce_justifyfull,
-.wp_themeSkin span.mce_indent,
-.wp_themeSkin span.mce_outdent,
-.wp_themeSkin span.mce_link,
-.wp_themeSkin span.mce_unlink,
-.wp_themeSkin span.mce_help,
-.wp_themeSkin span.mce_removeformat,
-.wp_themeSkin span.mce_fullscreen,
-.wp_themeSkin span.mce_wp_fullscreen,
-.wp_themeSkin span.mce_media,
-.wp_themeSkin span.mce_pastetext,
-.wp_themeSkin span.mce_pasteword,
-.wp_themeSkin span.mce_wp_help,
-.wp_themeSkin span.mce_wp_adv,
-.wp_themeSkin span.mce_wp_more,
-.wp_themeSkin span.mce_strikethrough,
-.wp_themeSkin span.mce_spellchecker,
-.wp_themeSkin span.mce_forecolor,
-.wp_themeSkin .mce_forecolorpicker,
-.wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker,
-.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
-.wp_themeSkin .mceSplitButton span.mce_numlist,
-.wp_themeSkin .mceSplitButton span.mce_bullist {
-       background-image: url('../images/wpicons.png?ver=20120720');
-}
-
-/* ColorSplitButton */
-.wp_themeSkin div.mceColorSplitMenu table {
-       background-color: #ebebeb;
-       border-color: #bbb;
-}
-
-.wp_themeSkin .mceColorSplitMenu td {
-       padding: 2px;
+div.mce-inline-toolbar-grp.mce-arrow-up:after {
+       top: -8px;
+       border-bottom-color: #f5f5f5;
+       border-width: 0 8px 8px;
+       margin-left: -8px;
 }
 
-.wp_themeSkin .mceColorSplitMenu a {
-       display: block;
-       width: 9px;
-       height: 9px;
-       overflow: hidden;
-       border-color: #B2B2B2;
+div.mce-inline-toolbar-grp.mce-arrow-down:after {
+       bottom: -8px;
+       border-top-color: #f5f5f5;
+       border-width: 8px 8px 0;
+       margin-left: -8px;
 }
 
-.wp_themeSkin .mceColorSplitMenu td.mceMoreColors {
-       padding: 1px 3px 1px 1px;
+div.mce-inline-toolbar-grp.mce-arrow-left:before,
+div.mce-inline-toolbar-grp.mce-arrow-left:after {
+       margin: 0;
 }
 
-.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
-       width: 100%;
-       height: auto;
-       text-align: center;
-       font-family: Tahoma,Verdana,Arial,Helvetica;
-       font-size: 11px;
-       line-height: 20px;
-       border-color: #fff;
+div.mce-inline-toolbar-grp.mce-arrow-left:before {
+       left: 20px;
+}
+div.mce-inline-toolbar-grp.mce-arrow-left:after {
+       left: 21px;
 }
 
-.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
-.wp_themeSkin a.mceMoreColors:hover {}
-.wp_themeSkin .mceColorPreview {
-       margin: -5px 0 0 2px;
-       width: 16px;
-       height: 4px;
-       overflow: hidden;
+div.mce-inline-toolbar-grp.mce-arrow-right:before,
+div.mce-inline-toolbar-grp.mce-arrow-right:after {
+       left: auto;
+       margin: 0;
 }
 
-/* Menu */
-.wp_themeSkin .mceMenu {
-       position: absolute;
-       left: 0;
-       top: 0;
-       z-index: 1000;
-       border-color: #ddd;
-       direction: ltr;
+div.mce-inline-toolbar-grp.mce-arrow-right:before {
+       right: 20px;
 }
 
-.wp_themeSkin .mceNoIcons span.mceIcon {
-       width: 0;
+div.mce-inline-toolbar-grp.mce-arrow-right:after {
+       right: 21px;
 }
 
-.wp_themeSkin .mceNoIcons a .mceText {
-       padding-left: 10px;
+div.mce-inline-toolbar-grp.mce-arrow-full {
+       right: 0;
 }
 
-.wp_themeSkin .mceMenu table {
-       background-color: #ebeaeb;
+div.mce-inline-toolbar-grp.mce-arrow-full > div {
+       width: 100%;
+       overflow-x: auto;
 }
 
-.wp_themeSkin .mceMenu a,
-.wp_themeSkin .mceMenu span,
-.wp_themeSkin .mceMenu {
-       display: block;
+div.mce-toolbar-grp > div {
+       padding: 3px;
 }
 
-.wp_themeSkin .mceMenu td {
-       height: 20px;overflow: hidden;
+.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first {
+       padding-right: 32px;
 }
 
-.wp_themeSkin .mceMenu a {
-       position: relative;
-       padding: 3px 0 4px 0;
-       text-decoration: none !important;
+.mce-toolbar .mce-btn-group {
+       margin: 0;
 }
 
-.wp_themeSkin .mceMenu .mceText {
-       position: relative;
-       display: block;
-       font-family: Tahoma,Verdana,Arial,Helvetica;
-       cursor: default;
+div.mce-statusbar {
+       border-top: 1px solid #e5e5e5;
+}
+
+div.mce-path {
+       padding: 2px 10px;
        margin: 0;
-       padding: 0 25px;
-       color: #000;
 }
 
-.wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview {
+.mce-path,
+.mce-path-item,
+.mce-path .mce-divider {
        font-size: 12px;
 }
 
-.wp_themeSkin .mceMenu pre.mceText {
-       font-family: Monospace;
+.mce-toolbar .mce-btn,
+.qt-dfw {
+       border-color: transparent;
+       background: transparent;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       text-shadow: none;
+       cursor: pointer;
 }
 
-.wp_themeSkin .mceMenu .mceIcon {
-       position: absolute;
-       top: 0;
-       left: 0;
-       width: 22px;
+.mce-btn .mce-txt {
+       direction: inherit;
+       text-align: inherit;
 }
 
-.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
-.wp_themeSkin .mceMenu .mceMenuItemActive {
-       background-color: #f5f5f5;
+.mce-toolbar .mce-btn-group .mce-btn,
+.qt-dfw {
+       border: 1px solid transparent;
+       margin: 2px;
+       -webkit-border-radius: 2px;
+       border-radius: 2px;
 }
 
-.wp_themeSkin td.mceMenuItemSeparator {
-       height: 1px;
-       background-color: #aaa;
+.mce-toolbar .mce-btn-group .mce-btn:hover,
+.mce-toolbar .mce-btn-group .mce-btn:focus,
+.qt-dfw:hover,
+.qt-dfw:focus {
+       background: #fafafa;
+       border-color: #555d66;
+       color: #23282d;
+       -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 );
+       outline: none;
 }
 
-.wp_themeSkin .mceMenuItemTitle a {
-       border-top: 0;
-       border-right: 0;
-       border-left: 0;
-       border-bottom: 1px solid #aaa;
-       text-decoration: none !important;
-       background-color: #ccc;
+.mce-toolbar .mce-btn-group .mce-btn.mce-active,
+.mce-toolbar .mce-btn-group .mce-btn:active,
+.qt-dfw.active {
+       background: #ebebeb;
+       border-color: #555d66;
+       -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 );
 }
 
-.wp_themeSkin .mceMenuItemTitle span.mceText {
-       font-weight: bold;
-       padding-left: 4px;
-       color: #000;
+.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
+.mce-toolbar .mce-btn-group .mce-btn.mce-active:focus {
+       border-color: #23282d;
 }
 
-.wp_themeSkin .mceMenuItemSelected .mceIcon {
-       background: url("../js/tinymce/themes/advanced/skins/default/img/menu_check.gif");
-       color: #888;
+.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,
+.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
+       color: #a0a5aa;
+       background: none;
+       border-color: #ddd;
+       text-shadow: 0 1px 0 #fff;
+       -webkit-box-shadow: none;
+       box-shadow: none;
 }
 
-.wp_themeSkin .mceNoIcons .mceMenuItemSelected a {
-       background: url("../js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif") no-repeat -6px center;
+.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
+       border-color: #555d66;
 }
 
-.wp_themeSkin .mceMenu span.mceMenuLine {
-       display: none;
+.mce-toolbar .mce-btn-group .mce-first,
+.mce-toolbar .mce-btn-group .mce-last {
+       border-color: transparent;
 }
 
-.wp_themeSkin .mceMenuItemSub a {
-       background: url("../js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif") no-repeat top right;
+.mce-toolbar .mce-btn button,
+.qt-dfw {
+       padding: 2px 3px;
+       line-height: normal;
 }
 
-/* Progress,Resize */
-.wp_themeSkin .mceBlocker {
-       position: absolute;
-       left: 0;
-       top: 0;
-       z-index: 1000;
-       opacity: 0.5;
-       filter: alpha(opacity=50);
-       background: #FFF;
+.mce-toolbar .mce-listbox button {
+       font-size: 13px;
+       line-height: 20px;
+       padding-left: 6px;
+       padding-right: 20px;
 }
 
-.wp_themeSkin .mceProgress {
-       position: absolute;
-       left: 0;
-       top: 0;
-       z-index: 1001;
-       background: url("../js/tinymce/themes/advanced/skins/default/img/progress.gif") no-repeat;
-       width: 32px;
-       height: 32px;
-       margin: -16px 0 0 -16px;
+.mce-toolbar .mce-btn i {
+       text-shadow: none;
 }
 
-.wp_themeSkin .mcePlaceHolder {
-       border: 1px dotted gray;
+.mce-toolbar .mce-btn-group > div {
+       white-space: normal;
 }
 
-/* Rtl */
-.mceRtl .mceListBox .mceText {
-       text-align: right;
-       padding: 0 4px 0 0;
+.mce-toolbar .mce-colorbutton .mce-open {
+       border-right: 0;
 }
 
-.mceRtl .mceMenuItem .mceText {
-       text-align: right;
+.mce-toolbar .mce-colorbutton .mce-preview {
+       margin: 0;
+       padding: 0;
+       top: auto;
+       bottom: 2px;
+       left: 3px;
+       height: 3px;
+       width: 20px;
+       background: #555d66;
 }
 
-/* Formats */
-.wp_themeSkin .mce_p span.mceText {}
-.wp_themeSkin .mce_address span.mceText {
-       font-style: italic;
+.mce-toolbar .mce-btn-group .mce-btn.mce-primary {
+       min-width: 0;
+       background: #0085ba;
+       border-color: #0073aa #006799 #006799;
+       -webkit-box-shadow: 0 1px 0 #006799;
+       box-shadow: 0 1px 0 #006799;
+       color: #fff;
+       text-decoration: none;
+       text-shadow: none;
 }
 
-.wp_themeSkin .mce_pre span.mceText {
-       font-family: monospace;
+/* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */
+.mce-toolbar .mce-btn-group .mce-btn.mce-primary button {
+       padding: 2px 3px 1px;
 }
 
-.wp_themeSkin .mce_h1 span.mceText {
-       font-weight: bolder;
-       font-size: 17px;
+.mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico {
+       color: #fff;
 }
 
-.wp_themeSkin .mce_h2 span.mceText {
-       font-weight: bolder;
-       font-size: 16px;
+.mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
+.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
+       background: #008ec2;
+       border-color: #006799;
+       color: #fff;
 }
 
-.wp_themeSkin .mce_h3 span.mceText {
-       font-weight: bolder;
-       font-size: 15px;
+.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
+       -webkit-box-shadow: 0 0 1px 1px #33b3db;
+       box-shadow: 0 0 1px 1px #33b3db;
 }
 
-.wp_themeSkin .mce_h4 span.mceText {
-       font-weight: bolder;
-       font-size: 14px;
+.mce-toolbar .mce-btn-group .mce-btn.mce-primary:active {
+       background: #0073aa;
+       border-color: #006799;
+       -webkit-box-shadow: inset 0 2px 0 #006799;
+       box-shadow: inset 0 2px 0 #006799;
 }
 
-.wp_themeSkin .mce_h5 span.mceText {
-       font-weight: bolder;
-       font-size: 13px;
+/* mce listbox */
+.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
+    -webkit-border-radius: 0;
+    border-radius: 0;
+    direction: ltr;
+    background: #fff;
+    border: 1px solid #ddd;
+    -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
+    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
 }
 
-.wp_themeSkin .mce_h6 span.mceText {
-       font-weight: bolder;
-       font-size: 12px;
+.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
+.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus {
+       border-color: #b4b9be;
 }
 
-/* Theme */
-.wp_themeSkin span.mce_undo {background-position:-500px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_undo,
-.wp_themeSkin .mceButtonActive span.mce_undo {background-position:-500px 0}
+.mce-panel .mce-btn i.mce-caret {
+       border-top: 6px solid #555d66;
+       margin-left: 2px;
+       margin-right: 2px;
+}
 
-.wp_themeSkin span.mce_redo {background-position:-480px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_redo,
-.wp_themeSkin .mceButtonActive span.mce_redo {background-position:-480px 0}
+.mce-listbox i.mce-caret {
+       right: 4px;
+}
 
-.wp_themeSkin span.mce_bullist {background-position:-40px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_bullist,
-.wp_themeSkin .mceButtonActive span.mce_bullist,
-.wp_themeSkin .mceSplitButton:hover span.mce_bullist {background-position:-40px 0}
+.mce-panel .mce-btn:hover i.mce-caret,
+.mce-panel .mce-btn:focus i.mce-caret {
+       border-top-color: #23282d;
+}
 
-.wp_themeSkin span.mce_numlist {background-position:-60px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_numlist,
-.wp_themeSkin .mceButtonActive span.mce_numlist,
-.wp_themeSkin .mceSplitButton:hover span.mce_numlist {background-position:-60px 0}
+.mce-panel .mce-active i.mce-caret {
+       border-top: 0;
+       border-bottom: 6px solid #23282d;
+       margin-top: 7px;
+}
 
-.wp_themeSkin span.mce_blockquote {background-position:-80px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_blockquote,
-.wp_themeSkin .mceButtonActive span.mce_blockquote {background-position:-80px 0}
+.mce-listbox.mce-active i.mce-caret {
+       margin-top: -3px;
+}
 
-.wp_themeSkin span.mce_charmap {background-position:-420px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_charmap,
-.wp_themeSkin .mceButtonActive span.mce_charmap {background-position:-420px 0}
+.mce-toolbar .mce-splitbtn:hover .mce-open {
+       border-right-color: transparent;
+}
 
-.wp_themeSkin span.mce_bold {background-position:0 -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_bold,
-.wp_themeSkin .mceButtonActive span.mce_bold {background-position:0 0}
+.mce-toolbar .mce-splitbtn .mce-open.mce-active {
+       background: transparent;
+       outline: none;
+}
 
-.wp_themeSkin span.mce_italic {background-position:-20px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_italic,
-.wp_themeSkin .mceButtonActive span.mce_italic {background-position:-20px 0}
-
-.wp_themeSkin span.mce_underline {background-position:-280px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_underline,
-.wp_themeSkin .mceButtonActive span.mce_underline {background-position:-280px 0}
-
-.wp_themeSkin span.mce_justifyleft {background-position:-100px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_justifyleft,
-.wp_themeSkin .mceButtonActive span.mce_justifyleft {background-position:-100px 0}
-
-.wp_themeSkin span.mce_justifyright {background-position:-140px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_justifyright,
-.wp_themeSkin .mceButtonActive span.mce_justifyright {background-position:-140px 0}
-
-.wp_themeSkin span.mce_justifycenter {background-position:-120px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_justifycenter,
-.wp_themeSkin .mceButtonActive span.mce_justifycenter {background-position:-120px 0}
-
-.wp_themeSkin span.mce_justifyfull {background-position:-300px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_justifyfull,
-.wp_themeSkin .mceButtonActive span.mce_justifyfull {background-position:-300px 0}
-
-.wp_themeSkin span.mce_indent {background-position:-460px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_indent,
-.wp_themeSkin .mceButtonActive span.mce_indent {background-position:-460px 0}
-
-.wp_themeSkin span.mce_outdent {background-position:-440px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_outdent,
-.wp_themeSkin .mceButtonActive span.mce_outdent {background-position:-440px 0}
-
-.wp_themeSkin span.mce_link {background-position:-160px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_link,
-.wp_themeSkin .mceButtonActive span.mce_link {background-position:-160px 0}
-
-.wp_themeSkin span.mce_unlink {background-position:-180px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_unlink,
-.wp_themeSkin .mceButtonActive span.mce_unlink {background-position:-180px 0}
-
-.wp_themeSkin span.mce_help {background-position:-520px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_help,
-.wp_themeSkin .mceButtonActive span.mce_help {background-position:-520px 0}
-
-.wp_themeSkin span.mce_removeformat {background-position:-380px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_removeformat,
-.wp_themeSkin .mceButtonActive span.mce_removeformat {background-position:-380px 0}
-
-.wp_themeSkin span.mce_strikethrough {background-position:-540px -20px;}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_strikethrough,
-.wp_themeSkin .mceButtonActive span.mce_strikethrough {background-position:-540px 0}
-
-.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {background-position:-320px -20px}
-.wp_themeSkin .mceSplitButtonEnabled:hover span.mce_forecolor,
-.wp_themeSkin .mceSplitButtonSelected span.mce_forecolor {background-position:-320px 0}
-
-.wp_themeSkin .mce_forecolorpicker {background-position:-320px -20px}
-
-/* Plugins in WP */
-.wp_themeSkin span.mce_fullscreen {background-position:-240px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_fullscreen,
-.wp_themeSkin .mceButtonActive span.mce_fullscreen {background-position:-240px 0}
-
-.wp_themeSkin span.mce_wp_fullscreen {background-position:-240px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_fullscreen,
-.wp_themeSkin .mceButtonActive span.mce_wp_fullscreen {background-position:-240px 0}
-
-.wp_themeSkin span.mce_media {background-position:-400px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_media,
-.wp_themeSkin .mceButtonActive span.mce_media {background-position:-400px 0}
-
-.wp_themeSkin span.mce_pastetext {background-position:-340px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_pastetext,
-.wp_themeSkin .mceButtonActive span.mce_pastetext {background-position:-340px 0}
-
-.wp_themeSkin span.mce_pasteword {background-position:-360px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_pasteword,
-.wp_themeSkin .mceButtonActive span.mce_pasteword {background-position:-360px 0}
-
-.wp_themeSkin span.mce_spellchecker {background-position:-220px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_spellchecker,
-.wp_themeSkin .mceSplitButtonEnabled:hover span.mce_spellchecker,
-.wp_themeSkin .mceButtonActive span.mce_spellchecker,
-.wp_themeSkin .mceSplitButtonSelected span.mce_spellchecker {background-position:-220px 0}
-
-.wp_themeSkin span.mce_wp_help {background-position:-520px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_help,
-.wp_themeSkin .mceButtonActive span.mce_wp_help {background-position:-520px 0}
-
-.wp_themeSkin span.mce_wp_adv {background-position:-260px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_adv,
-.wp_themeSkin .mceButtonActive span.mce_wp_adv {background-position:-260px 0}
-
-.wp_themeSkin span.mce_wp_more {background-position:-200px -20px}
-.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_more,
-.wp_themeSkin .mceButtonActive span.mce_wp_more {background-position:-200px 0}
-
-/* Default icons */
-.wp_themeSkin span.mce_cleanup {background-position:-380px -20px}
-.wp_themeSkin span.mce_anchor {background-position:-200px 0}
-.wp_themeSkin span.mce_sub {background-position:-600px 0}
-.wp_themeSkin span.mce_sup {background-position:-620px 0}
-.wp_themeSkin span.mce_newdocument {background-position:-520px 0}
-.wp_themeSkin span.mce_image {background-position:-380px 0}
-.wp_themeSkin span.mce_code {background-position:-260px 0}
-.wp_themeSkin span.mce_hr {background-position:-360px 0}
-.wp_themeSkin span.mce_visualaid {background-position:-660px 0}
-.wp_themeSkin span.mce_paste {background-position:-560px 0}
-.wp_themeSkin span.mce_copy {background-position:-700px 0}
-.wp_themeSkin span.mce_cut {background-position:-680px 0}
-.wp_themeSkin .mce_backcolor span.mceAction {background-position:-760px 0}
-.wp_themeSkin .mce_backcolorpicker {background-position:-760px 0}
-
-/* Plugins */
-.wp_themeSkin span.mce_advhr {background-position:-0px -20px}
-.wp_themeSkin span.mce_ltr {background-position:-20px -20px}
-.wp_themeSkin span.mce_rtl {background-position:-40px -20px}
-.wp_themeSkin span.mce_emotions {background-position:-60px -20px}
-.wp_themeSkin span.mce_fullpage {background-position:-80px -20px}
-.wp_themeSkin span.mce_iespell {background-position:-120px -20px}
-.wp_themeSkin span.mce_insertdate {background-position:-140px -20px}
-.wp_themeSkin span.mce_inserttime {background-position:-160px -20px}
-.wp_themeSkin span.mce_absolute {background-position:-180px -20px}
-.wp_themeSkin span.mce_backward {background-position:-200px -20px}
-.wp_themeSkin span.mce_forward {background-position:-220px -20px}
-.wp_themeSkin span.mce_insert_layer {background-position:-240px -20px}
-.wp_themeSkin span.mce_insertlayer {background-position:-260px -20px}
-.wp_themeSkin span.mce_movebackward {background-position:-280px -20px}
-.wp_themeSkin span.mce_moveforward {background-position:-300px -20px}
-.wp_themeSkin span.mce_nonbreaking {background-position:-340px -20px}
-.wp_themeSkin span.mce_selectall {background-position:-400px -20px}
-.wp_themeSkin span.mce_preview {background-position:-420px -20px}
-.wp_themeSkin span.mce_print {background-position:-440px -20px}
-.wp_themeSkin span.mce_cancel {background-position:-460px -20px}
-.wp_themeSkin span.mce_save {background-position:-480px -20px}
-.wp_themeSkin span.mce_replace {background-position:-500px -20px}
-.wp_themeSkin span.mce_search {background-position:-520px -20px}
-.wp_themeSkin span.mce_styleprops {background-position:-560px -20px}
-.wp_themeSkin span.mce_table {background-position:-580px -20px}
-.wp_themeSkin span.mce_cell_props {background-position:-600px -20px}
-.wp_themeSkin span.mce_delete_table {background-position:-620px -20px}
-.wp_themeSkin span.mce_delete_col {background-position:-640px -20px}
-.wp_themeSkin span.mce_delete_row {background-position:-660px -20px}
-.wp_themeSkin span.mce_col_after {background-position:-680px -20px}
-.wp_themeSkin span.mce_col_before {background-position:-700px -20px}
-.wp_themeSkin span.mce_row_after {background-position:-720px -20px}
-.wp_themeSkin span.mce_row_before {background-position:-740px -20px}
-.wp_themeSkin span.mce_merge_cells {background-position:-760px -20px}
-.wp_themeSkin span.mce_table_props {background-position:-980px -20px}
-.wp_themeSkin span.mce_row_props {background-position:-780px -20px}
-.wp_themeSkin span.mce_split_cells {background-position:-800px -20px}
-.wp_themeSkin span.mce_template {background-position:-820px -20px}
-.wp_themeSkin span.mce_visualchars {background-position:-840px -20px}
-.wp_themeSkin span.mce_abbr {background-position:-860px -20px}
-.wp_themeSkin span.mce_acronym {background-position:-880px -20px}
-.wp_themeSkin span.mce_attribs {background-position:-900px -20px}
-.wp_themeSkin span.mce_cite {background-position:-920px -20px}
-.wp_themeSkin span.mce_del {background-position:-940px -20px}
-.wp_themeSkin span.mce_ins {background-position:-960px -20px}
-.wp_themeSkin span.mce_pagebreak {background-position:0 -40px}
-.wp_themeSkin span.mce_restoredraft {background-position:-20px -40px}
-.wp_themeSkin span.mce_visualblocks {background-position: -40px -40px}
-
-/* border */
-.wp_themeSkin .mceExternalToolbar,
-.wp_themeSkin .mceButton,
-.wp_themeSkin a.mceButtonEnabled:hover,
-.wp_themeSkin a.mceButtonActive,
-.wp_themeSkin a.mceButtonSelected,
-.wp_themeSkin .mceListBox .mceText,
-.wp_themeSkin .mceListBox .mceOpen,
-.wp_themeSkin select.mceListBox,
-.wp_themeSkin .mceSplitButton a.mceAction,
-.wp_themeSkin .mceSplitButton a.mceOpen,
-.wp_themeSkin .mceSplitButton a.mceOpen:hover,
-.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
-.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
-.wp_themeSkin .mceSplitButton a.mceAction:hover,
-.wp_themeSkin div.mceColorSplitMenu table,
-.wp_themeSkin .mceColorSplitMenu a,
-.wp_themeSkin .mceColorSplitMenu a.mceMoreColors,
-.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover,
-.wp_themeSkin a.mceMoreColors:hover,
-.wp_themeSkin .mceMenu {
-       border-style: solid;
-       border-width: 1px;
+.mce-menu .mce-menu-item:hover,
+.mce-menu .mce-menu-item.mce-selected,
+.mce-menu .mce-menu-item:focus,
+.mce-menu .mce-menu-item-normal.mce-active,
+.mce-menu .mce-menu-item-preview.mce-active {
+       background: #0073aa; /* See color scheme. */
+       color: #fff;
 }
-.wp_themeSkin .mceListBox .mceText {
-       border-right: 0 none;
+
+.mce-menu .mce-menu-item-preview.mce-active {
+       border-left: none;
 }
-.wp_themeSkin iframe {
-       background: transparent;
+
+.mce-menu .mce-menu-item-preview.mce-active .mce-text {
+       color: #fff;
 }
 
-.wp_themeSkin .mceButton {
-       border-color: transparent;
+.mce-menu .mce-menu-item.mce-disabled {
+       cursor: default;
 }
 
-.wp_themeSkin .mceListBox .mceText,
-.wp_themeSkin .mceListBox .mceOpen {
-       border-color: transparent;
+.mce-menu .mce-menu-item.mce-disabled:hover {
+    background: #ccc;
 }
 
-.wp_themeSkin a.mceButtonEnabled:hover,
-.wp_themeSkin table.mceSplitButton:hover {
-       border-color: #bbb;
-       background: #eee;
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#fff));
-       background-image: -webkit-linear-gradient(bottom, #e5e5e5, #fff);
-       background-image:    -moz-linear-gradient(bottom, #e5e5e5, #fff);
-       background-image:      -o-linear-gradient(bottom, #e5e5e5, #fff);
-       background-image: linear-gradient(to top, #e5e5e5, #fff);
-}
-
-.wp_themeSkin a.mceButton:active,
-.wp_themeSkin a.mceButtonEnabled:active,
-.wp_themeSkin a.mceButtonSelected:active,
-.wp_themeSkin a.mceButtonActive,
-.wp_themeSkin a.mceButtonActive:active,
-.wp_themeSkin a.mceButtonActive:hover,
-.wp_themeSkin .mceSplitButtonSelected table,
-.wp_themeSkin .mceSplitButtonSelected table:hover {
-       outline: none;
-       border-color: #999 #ccc #ccc #999;
-       background: #eee;
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#e3e3e3));
-       background-image: -webkit-linear-gradient(bottom, #f6f6f6, #e3e3e3);
-       background-image:    -moz-linear-gradient(bottom, #f6f6f6, #e3e3e3);
-       background-image:      -o-linear-gradient(bottom, #f6f6f6, #e3e3e3);
-       background-image: linear-gradient(to top, #f6f6f6, #e3e3e3);
+/* Menubar */
+.mce-menubar {
+       border-color: #e5e5e5;
+       background: #fff;
+       border-width: 0px 0px 1px;
 }
 
-.wp_themeSkin .mceSplitButtonSelected table a.mceOpen,
-.wp_themeSkin .mceSplitButtonSelected table a.mceAction {
-       border-color: #999 #ccc #ccc #999;
+.mce-menubar .mce-menubtn {
+       margin: 2px;
 }
 
-.wp_themeSkin .mceButtonDisabled {
+.mce-menubar .mce-menubtn:hover,
+.mce-menubar .mce-menubtn.mce-active,
+.mce-menubar .mce-menubtn:focus {
        border-color: transparent;
+       background: transparent;
 }
 
-.wp_themeSkin .mceListBox .mceOpen {
-       border-left: 0;
+.mce-menubar .mce-menubtn:focus {
+       color: #124964;
+       -webkit-box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+       box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
 }
 
-.wp_themeSkin .mceListBoxEnabled:hover,
-.wp_themeSkin .mceListBoxEnabled:active,
-.wp_themeSkin .mceListBoxHover,
-.wp_themeSkin .mceListBoxHover:active,
-.wp_themeSkin .mceListBoxSelected {
-       -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .3);
-       box-shadow:         inset 0 1px 1px -1px rgba(0, 0, 0, .3);
-       border-color: #bbb;
+div.mce-menu .mce-menu-item-sep,
+.mce-menu-item-sep:hover {
+       border-bottom: 1px solid #ddd;
+       height: 0px;
+       margin: 5px 0;
 }
 
-/* SplitButton */
-.wp_themeSkin .mceSplitButton .mceLast span.mceOpen .mceIconOnly {
-       display: block;
+.mce-menubtn span {
+       margin-right: 0;
+       padding-left: 3px;
 }
 
-.wp_themeSkin .mceSplitButton a.mceAction,
-.wp_themeSkin .mceSplitButton a.mceOpen {
-       border-color: transparent;
+.mce-menu-has-icons i.mce-ico:before {
+       margin-left: -2px;
+}
+
+/* Keyboard shortcuts position */
+.mce-menu.mce-menu-align .mce-menu-item-normal {
+       position: relative;
 }
 
-.wp_themeSkin .mceSplitButton:hover a {
-       border-color: #bbb;
+.mce-menu.mce-menu-align .mce-menu-shortcut {
+       bottom: 0.6em;
+       font-size: 0.9em;
 }
 
-.wp_themeSkin .mceSplitButtonEnabled a.mceOpen,
-.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
-.wp_themeSkin .mceSplitButtonActive a.mceOpen,
-.wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen {
-       background-image: url("../images/down_arrow.gif");
-       background-position: 1px 2px;
-       background-repeat: no-repeat;
-       border-left: 0;
+/* Buttons in modals */
+.mce-primary button,
+.mce-primary button i {
+       text-align: center;
+       color: #fff;
+       text-shadow: none;
+       padding: 0;
+       line-height: 26px;
 }
 
-.wp_themeSkin .mceSplitButtonActive td {
+.mce-window .mce-btn {
+       color: #555;
+       background: #f7f7f7;
+       text-decoration: none;
+       font-size: 13px;
+       line-height: 26px;
+       height: 28px;
+       margin: 0;
+       padding: 0;
+       cursor: pointer;
+       border: 1px solid #cccccc;
+       -webkit-appearance: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
+       white-space: nowrap;
+       -webkit-box-shadow: 0 1px 0 #cccccc;
+       box-shadow: 0 1px 0 #cccccc;
 }
 
-.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
-       border-color: #0A246A;
-       background-color: #B6BDD2;
+/* Remove the dotted border on :focus and the extra padding in Firefox */
+.mce-window .mce-btn::-moz-focus-inner {
+       border-width: 0;
+       border-style: none;
+       padding: 0;
 }
 
-.wp_themeSkin a.mceMoreColors:hover {
-       border-color: #0A246A;
+.mce-window .mce-btn:hover,
+.mce-window .mce-btn:focus {
+       background: #fafafa;
+       border-color: #999;
+       color: #23282d;
 }
 
-.wp_themeSkin .mceMenuItemDisabled .mceText {
-       color: #888;
+.mce-window .mce-btn:focus {
+       border-color: #5b9dd9;
+       -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
+       box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
 }
 
-#mceModalBlocker {
-       background: #000;
+.mce-window .mce-btn:active {
+       background: #eee;
+       border-color: #999;
+       -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
+       box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
+       -webkit-transform: translateY(1px);
+       -ms-transform: translateY(1px);
+       transform: translateY(1px);
+}
+
+.mce-window .mce-btn.mce-disabled {
+       color: #a0a5aa !important;
+       border-color: #ddd !important;
+       background: #f7f7f7 !important;
+       -webkit-box-shadow: none !important;
+       box-shadow: none !important;
+       text-shadow: 0 1px 0 #fff !important;
+       cursor: default;
+       -webkit-transform: none !important;
+       -ms-transform: none !important;
+       transform: none !important;
 }
 
-/* WP specific */
-.wp-editor-wrap {
-       position: relative;
+.mce-window .mce-btn.mce-primary {
+       background: #0085ba;
+       border-color: #0073aa #006799 #006799;
+       -webkit-box-shadow: 0 1px 0 #006799;
+       box-shadow: 0 1px 0 #006799;
+       color: #fff;
+       text-decoration: none;
+       text-shadow: 0 -1px 1px #006799,
+               1px 0 1px #006799,
+               0 1px 1px #006799,
+               -1px 0 1px #006799;
 }
 
-.wp-editor-area {
-       font-family: Consolas, Monaco, monospace;
-       padding: 10px;
-       margin: 1px 0 0;
-       line-height: 150%;
-       border: 0 none;
-       outline: none;
-       display: block;
-       resize: vertical;
-       -moz-box-sizing: border-box;
-       -webkit-box-sizing: border-box;
-       box-sizing: border-box;
+.mce-window .mce-btn.mce-primary:hover,
+.mce-window .mce-btn.mce-primary:focus {
+       background: #008ec2;
+       border-color: #006799;
+       color: #fff;
 }
 
-.wp-editor-tools {
-       height: 30px;
-       padding: 0 10px 0 0;
+.mce-window .mce-btn.mce-primary:focus {
+       -webkit-box-shadow: 0 1px 0 #0073aa,
+               0 0 2px 1px #33b3db;
+       box-shadow: 0 1px 0 #0073aa,
+               0 0 2px 1px #33b3db;
 }
 
-.rtl .wp-editor-tools {
-       padding: 0 0 0 10px;
+.mce-window .mce-btn.mce-primary:active {
+       background: #0073aa;
+       border-color: #006799;
+       -webkit-box-shadow: inset 0 2px 0 #006799;
+       box-shadow: inset 0 2px 0 #006799;
+       vertical-align: top;
 }
 
-.wp-editor-container {
-    border-width: 1px;
-       border-style: solid;
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
-       border-color: #ccc #ccc #dfdfdf;
+.mce-window .mce-btn.mce-primary.mce-disabled {
+       color: #66c6e4 !important;
+       background: #008ec2 !important;
+       border-color: #007cb2 !important;
+       -webkit-box-shadow: none !important;
+       box-shadow: none !important;
+       text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
+       cursor: default;
 }
 
-.wp-editor-container textarea.wp-editor-area {
-       width: 100%;
-       margin: 0;
-       -webkit-box-shadow: none;
-       box-shadow: none;
+.mce-menubtn.mce-fixed-width button {
+       overflow-x: hidden;
+       text-overflow: ellipsis;
+       width: 110px;
 }
 
-.quicktags-toolbar,
-.wp_themeSkin tr.mceFirst td.mceToolbar {
-       border-bottom: 1px solid #d1d1d1;
-       background: #eee;
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#f4f4f4));
-       background-image: -webkit-linear-gradient(bottom, #e5e5e5, #f4f4f4);
-       background-image:    -moz-linear-gradient(bottom, #e5e5e5, #f4f4f4);
-       background-image:      -o-linear-gradient(bottom, #e5e5e5, #f4f4f4);
-       background-image: linear-gradient(to top, #e5e5e5, #f4f4f4);
+/* Charmap modal */
+.mce-charmap {
+       margin: 3px;
 }
 
-.wp-switch-editor {
-       height: 18px;
-    font: 13px/18px Arial,Helvetica,sans-serif normal;
-       margin: 5px 5px 0 0;
-       padding: 4px 5px 2px;
-       float: right;
+.mce-charmap td {
+       padding: 0;
+       border-color: #ddd;
        cursor: pointer;
-       border-width: 1px;
-       border-style: solid;
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
-       background-color: #f1f1f1;
-       border-color: #dfdfdf #dfdfdf #ccc;
-       color: #999;
 }
 
-html[dir="rtl"] .wp-switch-editor {
-       float: left;
+.mce-charmap td:hover {
+       background: #f3f3f3;
 }
 
-.wp-switch-editor:active {
-       background-color: #f1f1f1;
+.mce-charmap td div {
+       width: 18px;
+       height: 22px;
+       line-height: 22px;
 }
 
-.wp-switch-editor:hover {
-       text-decoration: none !important;
+/* TinyMCE tooltips */
+.mce-tooltip {
+       margin-top: 2px;
 }
 
-.js .tmce-active .wp-editor-area {
-       color: white;
+.mce-tooltip-inner {
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+       -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
+       box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
+       color: #fff;
+       font-size: 12px;
 }
 
-.tmce-active .quicktags-toolbar {
-        display: none;
+/* TinyMCE icons */
+.mce-ico {
+       font-family: 'tinymce', Arial;
 }
 
-.tmce-active .switch-tmce,
-.html-active .switch-html {
-       border-color: #ccc #ccc #f4f4f4;
-       background-color: #f4f4f4;
-       color: #555;
+.mce-btn-small .mce-ico {
+    font-family: 'tinymce-small', Arial;
 }
 
-.wp-media-buttons .button {
-       margin-right: 5px;
+.mce-toolbar .mce-ico {
+       color: #555d66;
+       line-height: 20px;
+       width: 20px;
+       height: 20px;
+       text-align: center;
+       text-shadow: none;
+       margin: 0;
+       padding: 0;
 }
 
-.rtl .wp-media-buttons .button {
-       margin-right: 0;
-       margin-left: 5px;
+.qt-dfw {
+       color: #555d66;
+       line-height: 20px;
+       width: 28px;
+       height: 26px;
+       text-align: center;
+       text-shadow: none;
 }
 
-.wp-media-buttons .insert-media {
-       padding-left: 0.4em;
+.mce-toolbar .mce-btn .mce-open {
+       line-height: 20px;
 }
 
-.rtl .wp-media-buttons .insert-media {
-       padding-left: 10px;
-       padding-right: 0.4em;
+.mce-toolbar .mce-btn:hover .mce-open,
+.mce-toolbar .mce-btn:focus .mce-open,
+.mce-toolbar .mce-btn.mce-active .mce-open {
+       border-left-color: #23282d;
 }
 
-.wp-media-buttons a {
-       text-decoration: none;
-       color: #464646;
-       font-size: 12px;
+div.mce-notification {
+       left: 10% !important;
+       right: 10%;
 }
 
-.wp-media-buttons img {
-       padding: 0 4px;
-       vertical-align: middle;
+.mce-notification button.mce-close {
+       right: 6px;
+       top: 3px;
+       font-weight: 400;
+       color: #555d66;
 }
 
-.wp-media-buttons span.wp-media-buttons-icon {
-       display: inline-block;
-       width: 16px;
-       height: 16px;
-       vertical-align: text-top;
-       margin: 0 2px;
+.mce-notification button.mce-close:hover,
+.mce-notification button.mce-close:focus {
+       color: #000;
 }
 
-.wp-media-buttons .add_media span.wp-media-buttons-icon {
-       background: url('../../wp-admin/images/media-button.png') no-repeat top left;
+i.mce-i-bold,
+i.mce-i-italic,
+i.mce-i-bullist,
+i.mce-i-numlist,
+i.mce-i-blockquote,
+i.mce-i-alignleft,
+i.mce-i-aligncenter,
+i.mce-i-alignright,
+i.mce-i-link,
+i.mce-i-unlink,
+i.mce-i-wp_more,
+i.mce-i-strikethrough,
+i.mce-i-spellchecker,
+i.mce-i-fullscreen,
+i.mce-i-wp_fullscreen,
+i.mce-i-dfw,
+i.mce-i-wp_adv,
+i.mce-i-underline,
+i.mce-i-alignjustify,
+i.mce-i-forecolor,
+i.mce-i-backcolor,
+i.mce-i-pastetext,
+i.mce-i-pasteword,
+i.mce-i-removeformat,
+i.mce-i-charmap,
+i.mce-i-outdent,
+i.mce-i-indent,
+i.mce-i-undo,
+i.mce-i-redo,
+i.mce-i-help,
+i.mce-i-wp_help,
+i.mce-i-wp-media-library,
+i.mce-i-ltr,
+i.mce-i-wp_page,
+i.mce-i-hr,
+i.mce-i-wp_code,
+i.mce-i-dashicon,
+i.mce-i-remove {
+       font: normal 20px/1 dashicons;
+       padding: 0;
+       vertical-align: top;
+       speak: none;
+       -webkit-font-smoothing: antialiased;
+       -moz-osx-font-smoothing: grayscale;
+       margin-left: -2px;
+       padding-right: 2px;
 }
 
-.quicktags-toolbar {
-       border-bottom-style: solid;
-       border-bottom-width: 1px;
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
-       padding: 2px 8px 0;
-       min-height: 29px;
+.qt-dfw {
+       font: normal 20px/1 dashicons;
+       vertical-align: top;
+       speak: none;
+       -webkit-font-smoothing: antialiased;
+       -moz-osx-font-smoothing: grayscale;
 }
 
-.quicktags-toolbar > div {
-       padding: 2px 4px 0;
+i.mce-i-bold:before {
+       content: "\f200";
 }
 
-.quicktags-toolbar input {
-       margin: 2px 1px 4px;
-       line-height: 18px;
-       display: inline-block;
-       min-width: 26px;
-       padding: 2px 4px;
-       font: 12px/18px Arial, Helvetica, sans-serif normal;
-       color: #464646;
-       border: 1px solid #c3c3c3;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
-       background: #eee;
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff));
-       background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff);
-       background-image:    -moz-linear-gradient(bottom, #e3e3e3, #fff);
-       background-image:      -o-linear-gradient(bottom, #e3e3e3, #fff);
-       background-image: linear-gradient(to top, #e3e3e3, #fff);
+i.mce-i-italic:before {
+       content: "\f201";
 }
 
-.quicktags-toolbar input:hover {
-       border-color: #aaa;
-       background: #ddd;
+i.mce-i-bullist:before {
+       content: "\f203";
 }
 
-.quicktags-toolbar input[value="link"] {
-       text-decoration: underline;
+i.mce-i-numlist:before {
+       content: "\f204";
 }
 
-.quicktags-toolbar input[value="del"] {
-       text-decoration: line-through;
+i.mce-i-blockquote:before {
+       content: "\f205";
 }
 
-.quicktags-toolbar input[value="i"] {
-       font-style: italic;
+i.mce-i-alignleft:before {
+       content: "\f206";
 }
 
-.quicktags-toolbar input[value="b"] {
-       font-weight: bold;
+i.mce-i-aligncenter:before {
+       content: "\f207";
 }
 
-#wp_editbtns,
-#wp_gallerybtns {
-       padding: 2px;
-       position: absolute;
-       display: none;
-       z-index: 155000;
+i.mce-i-alignright:before {
+       content: "\f208";
 }
 
-#wp_editimgbtn,
-#wp_delimgbtn,
-#wp_editgallery,
-#wp_delgallery {
-       border-color: #999;
-       background-color: #eee;
-       margin: 2px;
-       padding: 2px;
-       border-width: 1px;
-       border-style: solid;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
+i.mce-i-link:before {
+       content: "\f103";
 }
 
-#wp_editimgbtn:hover,
-#wp_delimgbtn:hover,
-#wp_editgallery:hover,
-#wp_delgallery:hover {
-       border-color: #555;
-       background-color: #ccc;
+i.mce-i-unlink:before {
+       content: "\f225";
 }
 
-/*------------------------------------------------------------------------------
- wp-link
-------------------------------------------------------------------------------*/
+i.mce-i-wp_more:before {
+       content: "\f209";
+}
 
-#wp-link {
-       background-color: #F5F5F5;
-       line-height: 1.4em;
-       font-size: 12px;
+i.mce-i-strikethrough:before {
+       content: "\f224";
 }
 
-#wp-link ol,
-#wp-link ul {
-       list-style: none;
-       margin: 0;
-       padding: 0;
+i.mce-i-spellchecker:before {
+       content: "\f210";
 }
 
-#wp-link input[type="text"] {
-       -webkit-box-sizing: border-box;
+i.mce-i-fullscreen:before,
+i.mce-i-wp_fullscreen:before,
+i.mce-i-dfw:before,
+.qt-dfw:before {
+       content: "\f211";
 }
 
-#wp-link input[type="text"],
-#wp-link textarea {
-       border-width: 1px;
-       border-style: solid;
-       -webkit-border-radius: 4px;
-       border-radius: 4px;
-       font-size: 12px;
-       margin: 1px;
-       padding: 3px;
+i.mce-i-wp_adv:before {
+       content: "\f212";
 }
 
-#wp-link #link-options {
-       padding: 10px 0 14px;
-       border-bottom: 1px solid #dfdfdf;
-       margin: 0 6px 14px;
+i.mce-i-underline:before {
+       content: "\f213";
 }
 
-#wp-link p.howto {
-       margin: 3px;
+i.mce-i-alignjustify:before {
+       content: "\f214";
 }
 
-#wp-link #internal-toggle {
-       display: inline-block;
-       cursor: pointer;
-       padding-left: 18px;
+i.mce-i-forecolor:before,
+i.mce-i-backcolor:before {
+       content: "\f215";
 }
 
-#wp-link .toggle-arrow {
-       background: transparent url( '../images/toggle-arrow.png' ) top left no-repeat;
-       height: 23px;
-       line-height: 23px;
+i.mce-i-pastetext:before {
+       content: "\f217";
 }
 
-#wp-link .toggle-arrow-active {
-       background-position: center left;
+i.mce-i-removeformat:before {
+       content: "\f218";
 }
 
-#wp-link label input[type="text"] {
-       width: 360px;
-       margin-top: 5px;
+i.mce-i-charmap:before {
+       content: "\f220";
 }
 
-#wp-link #link-options label span,
-#wp-link #search-panel label span.search-label {
-       display: inline-block;
-       width: 80px;
-       text-align: right;
-       padding-right: 5px;
+i.mce-i-outdent:before {
+       content: "\f221";
 }
 
-#wp-link .link-search-field {
-       float: left;
-       width: 220px;
+i.mce-i-indent:before {
+       content: "\f222";
 }
 
-#wp-link .link-search-wrapper {
-       margin: 5px 6px 9px;
-       display: block;
-       overflow: hidden;
+i.mce-i-undo:before {
+       content: "\f171";
 }
 
-#wp-link .link-search-wrapper span {
-       float: left;
-       margin-top: 4px;
+i.mce-i-redo:before {
+       content: "\f172";
 }
 
-#wp-link .link-search-wrapper .spinner {
-       display: none;
-       vertical-align: text-bottom;
+i.mce-i-help:before,
+i.mce-i-wp_help:before {
+       content: "\f223";
 }
 
-#wp-link .link-target {
-       width: auto;
-       padding: 3px 0 0;
-       margin: 0 0 0 87px;
-       font-size: 11px;
+i.mce-i-wp-media-library:before {
+       content: "\f104";
 }
 
-#wp-link .query-results {
-       border: 1px #dfdfdf solid;
-       margin: 0 5px 5px;
-       background: #fff;
-       height: 185px;
-       overflow: auto;
+i.mce-i-ltr:before {
+       content: "\f320";
+}
+
+i.mce-i-wp_page:before {
+       content: "\f105";
+}
+
+i.mce-i-hr:before {
+       content: "\f460";
+}
+
+i.mce-i-remove:before {
+       content: "\f158";
+}
+
+i.mce-i-wp_code:before {
+       content: "\f475";
+}
+
+/* RTL button icons */
+.rtl i.mce-i-outdent:before {
+       content: "\f222";
+}
+
+.rtl i.mce-i-indent:before {
+       content: "\f221";
+}
+
+/* Editors */
+.wp-editor-wrap {
        position: relative;
 }
 
-#wp-link li,
-#wp-link .query-notice {
-       clear: both;
-       margin-bottom: 0;
-       border-bottom: 1px solid #f1f1f1;
-       color: #333;
-       padding: 4px 6px;
-       cursor: pointer;
+.wp-editor-tools {
        position: relative;
+       z-index: 1;
 }
 
-#wp-link li:hover {
-       background: #eaf2fa;
-       color: #151515;
+.wp-editor-tools:after {
+       clear: both;
+       content: "";
+       display: table;
 }
 
-#wp-link li.unselectable {
-       border-bottom: 1px solid #dfdfdf;
+.wp-editor-container {
+       clear: both;
 }
 
-#wp-link li.unselectable:hover {
-       background: #fff;
-       cursor: auto;
-       color: #333;
+.wp-editor-area {
+       font-family: Consolas, Monaco, monospace;
+       font-size: 13px;
+       padding: 10px;
+       margin: 1px 0 0;
+       line-height: 150%;
+       border: 0;
+       outline: none;
+       display: block;
+       resize: vertical;
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
 }
 
-#wp-link li.selected {
-       background: #ddd;
-       color: #333;
+.rtl .wp-editor-area {
+       font-family: Tahoma, Monaco, monospace;
 }
 
-#wp-link li.selected .item-title {
-       font-weight: bold;
+.locale-he-il .wp-editor-area {
+       font-family: Arial, Monaco, monospace;
 }
 
-#wp-link .item-title {
-       display: inline-block;
-       width: 80%;
+.wp-editor-container textarea.wp-editor-area {
+       width: 100%;
+       margin: 0;
+       -webkit-box-shadow: none;
+       box-shadow: none;
 }
 
-#wp-link .item-info {
-       text-transform: uppercase;
+.wp-editor-tabs {
+       float: right;
+}
+
+.wp-switch-editor {
+       float: left;
+       -webkit-box-sizing: content-box;
+       -moz-box-sizing: content-box;
+       box-sizing: content-box;
+       position: relative;
+       top: 1px;
+       background: #ebebeb;
        color: #666;
-       font-size: 11px;
-       position: absolute;
-       right: 5px;
-       top: 4px;
-       bottom: 0;
+       cursor: pointer;
+       font-size: 13px;
+       line-height: 19px;
+       height: 20px;
+       margin: 5px 0 0 5px;
+       padding: 3px 8px 4px;
+       border: 1px solid #e5e5e5;
+}
+
+.wp-switch-editor:focus {
+       -webkit-box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+       box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+       outline: none;
+       color: #23282d;
 }
 
-#wp-link #search-results {
-       display: none;
+.wp-switch-editor:active,
+.html-active .switch-html:focus,
+.tmce-active .switch-tmce:focus {
+       -webkit-box-shadow: none;
+       box-shadow: none;
 }
 
-#wp-link #search-panel {
-       float: left;
-       width: 100%;
+.wp-switch-editor:active {
+       background-color: #f5f5f5;
+       -webkit-box-shadow: none;
+       box-shadow: none;
 }
 
-#wp-link .river-waiting {
-       display: none;
-       padding: 10px 0;
+.js .tmce-active .wp-editor-area {
+       color: #fff;
 }
 
-#wp-link .river-waiting .spinner {
-       margin: 0 auto;
-       display: block;
+.tmce-active .quicktags-toolbar {
+        display: none;
 }
 
-#wp-link .submitbox {
-       padding: 5px 10px;
-       font-size: 11px;
-       overflow: auto;
-       height: 29px;
+.tmce-active .switch-tmce,
+.html-active .switch-html {
+       background: #f5f5f5;
+       color: #555;
+       border-bottom-color: #f5f5f5;
 }
 
-#wp-link-cancel {
-       line-height: 25px;
+.wp-media-buttons {
        float: left;
 }
 
-#wp-link-update {
-       line-height: 23px;
-       float: right;
+.wp-media-buttons .button {
+       margin-right: 5px;
+       margin-bottom: 4px;
+       padding-left: 7px;
+       padding-right: 7px;
 }
 
-/*
- * Based on:
- * jQuery UI CSS Framework @VERSION
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- */
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled { cursor: default !important; }
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
-
-/*
- * jQuery UI Resizable
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Resizable#theming
- */
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
-
-/*
- * jQuery UI Dialog
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Dialog#theming
- */
-.wp-dialog { position: absolute; width: 300px; overflow: hidden; }
-.wp-dialog .ui-dialog-titlebar { position: relative; }
-.wp-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.wp-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; }
-.wp-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.wp-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
-.wp-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
-.wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
-
-/* WP jQuery Dialog Theme */
-.wp-dialog {
-       border: 1px solid #999;
-       -webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
-       box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
-}
-
-.wp-dialog .ui-dialog-title {
-       display: block;
-       text-align: center;
-       padding: 1px 0 2px;
+.wp-media-buttons .button:active {
+       position: relative;
+       top: 1px;
+       margin-top: -1px;
+       margin-bottom: 1px;
 }
 
-.wp-dialog .ui-dialog-titlebar {
-       padding: 0 1em;
-       background-color: #444;
-       font-weight: bold;
-       font-size: 11px;
-       line-height: 18px;
-       color: #e5e5e5;
+.wp-media-buttons .insert-media {
+       padding-left: 5px;
 }
 
-.wp-dialog {
-       background-color: #fff;
-       -webkit-border-top-left-radius: 4px;
-       -webkit-border-top-right-radius: 4px;
-       border-top-left-radius: 4px;
-       border-top-right-radius: 4px;
+.wp-media-buttons a {
+       text-decoration: none;
+       color: #444;
+       font-size: 12px;
 }
 
-.wp-dialog .ui-dialog-titlebar {
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
+.wp-media-buttons img {
+       padding: 0 4px;
+       vertical-align: middle;
 }
 
-.wp-dialog .ui-dialog-titlebar-close {
-       position: absolute;
-       width: 29px;
-       height: 16px;
-       top: 2px;
-       right: 6px;
-       background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
-       padding: 0;
+.wp-media-buttons span.wp-media-buttons-icon {
+       display: inline-block;
+       width: 18px;
+       height: 18px;
+       vertical-align: text-top;
+       margin: 0 2px;
 }
 
-.rtl .wp-dialog .ui-dialog-titlebar-close {
-       right: auto;
-       left: 6px;
+.wp-media-buttons .add_media span.wp-media-buttons-icon {
+       background: none;
 }
 
-.wp-dialog .ui-dialog-titlebar-close:hover,
-.wp-dialog .ui-dialog-titlebar-close:focus {
-       background-position: -87px -32px;
+.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
+       font: normal 18px/1 dashicons;
+       speak: none;
+       -webkit-font-smoothing: antialiased;
+       -moz-osx-font-smoothing: grayscale;
 }
 
-.ui-widget-overlay {
-       background-color: #000;
-       opacity: 0.6;
-       filter: alpha(opacity=60);
+.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
+       content: "\f104";
 }
 
-/*
-RTL
-*/
-.rtl #wp-link #internal-toggle {
-       padding-right: 18px;
-       padding-left: 0;
+/* Quicktags */
+.quicktags-toolbar {
+       padding: 3px;
+       position: relative;
+       border-bottom: 1px solid #ddd;
+       background: #f5f5f5;
+       min-height: 30px;
 }
 
-.rtl #wp-link #link-options label span,
-.rtl #wp-link #search-panel label span.search-label {
-       text-align: left;
-       padding-right: 0;
-       padding-left: 5px;
+.has-dfw .quicktags-toolbar {
+       padding-right: 35px;
 }
 
-.rtl #wp-link #link-options label #url-field {
-       direction: ltr;
+.wp-core-ui .quicktags-toolbar input.button.button-small {
+       margin: 2px;
 }
 
-.rtl #wp-link .link-search-field,
-.rtl #wp-link .link-search-wrapper span {
-       float: right;
+.quicktags-toolbar input[value="link"] {
+       text-decoration: underline;
+}
+
+.quicktags-toolbar input[value="del"] {
+       text-decoration: line-through;
+}
+
+.quicktags-toolbar input[value="i"] {
+       font-style: italic;
+}
+
+.quicktags-toolbar input[value="b"] {
+       font-weight: 600;
+}
+
+.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
+.qt-dfw {
+       position: absolute;
+       top: 0;
+       right: 0;
+       margin: 5px 5px 0 0;
+}
+
+.qt-fullscreen {
+       position: static;
+       margin: 2px;
 }
 
-.rtl #wp-link .link-target {
-       margin-right: 87px;
-       margin-left: 0;
+@media screen and ( max-width: 782px ) {
+       .mce-toolbar .mce-btn button,
+       .qt-dfw {
+               padding: 6px 7px;
+       }
+
+       /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */
+       .mce-toolbar .mce-btn-group .mce-btn.mce-primary button {
+               padding: 6px 7px 5px;
+       }
+
+       .mce-toolbar .mce-btn-group .mce-btn {
+               margin: 1px;
+       }
+
+       .qt-dfw {
+               width: 36px;
+               height: 34px;
+       }
+
+       .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
+               margin: 4px 4px 0 0;
+       }
+
+       .mce-toolbar .mce-colorbutton .mce-preview {
+               left: 8px;
+               bottom: 6px;
+       }
+
+       .mce-window .mce-btn {
+               padding: 2px 0;
+       }
+
+       .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first,
+       .has-dfw .quicktags-toolbar {
+               padding-right: 40px;
+       }
+}
+
+@media screen and ( min-width: 782px ) {
+       .wp-core-ui .quicktags-toolbar input.button.button-small {
+               /* .button-small is normally 11px, but a bit too small for these buttons. */
+               font-size: 12px;
+               height: 26px;
+               line-height: 24px;
+       }
+}
+
+#wp_editbtns,
+#wp_gallerybtns {
+       padding: 2px;
+       position: absolute;
+       display: none;
+       z-index: 100020;
+}
+
+#wp_editimgbtn,
+#wp_delimgbtn,
+#wp_editgallery,
+#wp_delgallery {
+       border-color: #999;
+       background-color: #eee;
+       margin: 2px;
+       padding: 2px;
+       border-width: 1px;
+       border-style: solid;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+}
+
+#wp_editimgbtn:hover,
+#wp_delimgbtn:hover,
+#wp_editgallery:hover,
+#wp_delgallery:hover {
+       border-color: #555;
+       background-color: #ccc;
+}
+
+/*------------------------------------------------------------------------------
+ wp-link
+------------------------------------------------------------------------------*/
+
+#wp-link-wrap {
+       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;
+       overflow: hidden;
+       margin-left: -250px;
+       margin-top: -125px;
+       position: fixed;
+       top: 50%;
+       left: 50%;
+       z-index: 100105;
+       -webkit-transition: height 0.2s, margin-top 0.2s;
+       transition: height 0.2s, margin-top 0.2s;
 }
 
-.rtl #wp-link .item-info {
-       left: 5px;
-       right: auto;
-       top: 4px;
+#wp-link-backdrop {
+       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: 100100;
 }
 
-.rtl #wp-link #search-panel {
-       float: right;
+#wp-link {
+       position: relative;
+       height: 100%;
 }
 
-.rtl #wp-link-cancel {
-       float: right;
+#wp-link-wrap {
+       height: 500px;
+       margin-top: -250px;
 }
 
-.rtl #wp-link-update {
-       float: left;
+#wp-link-wrap .wp-link-text-field {
+       display: none;
 }
 
-.rtl #wp-link .toggle-arrow {
-       background-position: top right;
+#wp-link-wrap.has-text-field .wp-link-text-field {
+       display: block;
 }
 
-.rtl #wp-link .toggle-arrow-active {
-       background-position: center right;
+#link-modal-title {
+       background: #fcfcfc;
+       border-bottom: 1px solid #ddd;
+       height: 36px;
+       font-size: 18px;
+       font-weight: 600;
+       line-height: 36px;
+       margin: 0;
+       padding: 0 36px 0 16px;
 }
 
-.rtl .wp_themeSkin .mceListBox .mceText {
-       text-align: right;
+#wp-link-close {
+       color: #666;
+       padding: 0;
+       position: absolute;
+       top: 0;
+       right: 0;
+       width: 36px;
+       height: 36px;
+       text-align: center;
+       background: none;
+       border: none;
+       cursor: pointer;
 }
 
-.rtl .wp_themeSkin .mceNoIcons a .mceText {
-       padding-right: 10px;
-       padding-left: 25px;
+#wp-link-close:before {
+       font: normal 20px/36px dashicons;
+       vertical-align: top;
+       speak: none;
+       -webkit-font-smoothing: antialiased;
+       -moz-osx-font-smoothing: grayscale;
+       width: 36px;
+       height: 36px;
+       content: "\f158";
 }
 
-.rtl .mceListBoxMenu.mceNoIcons {
-       direction: rtl;
+#wp-link-close:hover,
+#wp-link-close:focus {
+       color: #00a0d2;
 }
 
-.clearlooks2 .mceFocus .mceTop .mceLeft {
-       background: #444444;
-       border-left: 1px solid #999;
-       border-top: 1px solid #999;
-       -webkit-border-top-left-radius: 3px;
-       border-top-left-radius: 3px;
+#wp-link-close:focus {
+       outline: none;
+       -webkit-box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+       box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
 }
 
-.clearlooks2 .mceFocus .mceTop .mceRight {
-       background: #444444;
-       border-right: 1px solid #999;
-       border-top: 1px solid #999;
-       -webkit-border-top-right-radius: 3px;
-       border-top-right-radius: 3px;
+#wp-link-wrap #link-selector {
+       -webkit-overflow-scrolling: touch;
+       padding: 0 16px;
+       position: absolute;
+       top: 37px;
+       left: 0;
+       right: 0;
+       bottom: 44px;
 }
 
-.clearlooks2 .mceMiddle .mceLeft {
-       background: #f1f1f1;
-       border-left: 1px solid #999;
+#wp-link ol,
+#wp-link ul {
+       list-style: none;
+       margin: 0;
+       padding: 0;
 }
 
-.clearlooks2 .mceMiddle .mceRight {
-       background: #f1f1f1;
-       border-right: 1px solid #999;
+#wp-link input[type="text"] {
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
 }
 
-.clearlooks2 .mceBottom {
-       background: #f1f1f1;
-       border-bottom: 1px solid #999;
+#wp-link #link-options {
+       padding: 8px 0 12px;
 }
 
-.clearlooks2 .mceBottom .mceLeft {
-       background: #f1f1f1;
-       border-bottom: 1px solid #999;
-       border-left: 1px solid #999;
+#wp-link p.howto {
+       margin: 3px 0;
 }
 
-.clearlooks2 .mceBottom .mceCenter {
-       background: #f1f1f1;
-       border-bottom: 1px solid #999;
+#wp-link p.howto a {
+       text-decoration: none;
+       color: inherit;
 }
 
-.clearlooks2 .mceBottom .mceRight {
-       background: #f1f1f1;
-       border-bottom: 1px solid #999;
-       border-right: 1px solid #999;
+#wp-link label input[type="text"] {
+       margin-top: 5px;
+       width: 70%;
 }
 
-.clearlooks2 .mceFocus .mceTop span {
-       color: #e5e5e5;
+#wp-link #link-options label span,
+#wp-link #search-panel label span.search-label {
+       display: inline-block;
+       width: 80px;
+       text-align: right;
+       padding-right: 5px;
+       max-width: 24%;
+       vertical-align: middle;
+       word-wrap: break-word;
 }
 
-
-/* Distraction Free Writing mode
- * =Overlay Styles
--------------------------------------------------------------- */
-.fullscreen-overlay {
-       z-index: 149999;
-       display: none;
-       position: fixed;
-       top: 0;
-       bottom: 0;
-       left: 0;
-       right: 0;
-       filter: inherit;
+#wp-link .link-search-field {
+       float: left;
+       width: 250px;
+       max-width: 70%;
 }
 
-.fullscreen-active .fullscreen-overlay,
-.fullscreen-active #wp-fullscreen-body {
+#wp-link .link-search-wrapper {
+       margin: 5px 0 9px;
        display: block;
+       overflow: hidden;
 }
 
-.fullscreen-fader {
-       z-index: 200000;
+#wp-link .link-search-wrapper span {
+       float: left;
+       margin-top: 4px;
 }
 
-.fullscreen-active .fullscreen-fader {
-       display: none;
+#wp-link .link-search-wrapper .spinner {
+       margin-top: 5px;
 }
 
-/* =Overlay Body
--------------------------------------------------------------- */
-#wp-fullscreen-body {
-       width: 100%;
-       z-index: 150005;
-       display: none;
-       position: absolute;
-       top: 0;
-       left: 0;
-       font-size: 12px;
+#wp-link .link-target {
+       padding: 3px 0 0;
+       white-space: nowrap;
+       overflow: hidden;
+       text-overflow: ellipsis;
 }
 
-#wp-fullscreen-wrap {
-       margin: 0 auto 50px;
-       position: relative;
-       padding-top: 60px;
+#wp-link .link-target label {
+       max-width: 70%;
 }
 
-#wp-fullscreen-title {
-    font-size: 1.7em;
-    line-height: 100%;
-    outline: medium none;
-    padding: 6px 7px;
-    width: 100%;
-    margin-bottom: 30px;
+#wp-link .query-results {
+       border: 1px #dfdfdf solid;
+       margin: 0 0 12px;
+       background: #fff;
+       overflow: auto;
+       position: absolute;
+       left: 16px;
+       right: 16px;
+       bottom: 0;
+       top: 166px;
 }
 
-#wp-fullscreen-container {
-       padding: 4px 10px 50px;
+.has-text-field #wp-link .query-results {
+       top: 200px;
 }
 
-#wp-fullscreen-title,
-#wp-fullscreen-container {
-       -webkit-border-radius: 0;
-       border-radius: 0;
-       border: 1px dashed transparent;
-       background: transparent;
-       -moz-transition-property: border-color;
-       -moz-transition-duration: 0.6s;
-       -webkit-transition-property: border-color;
-       -webkit-transition-duration: 0.6s;
-       -o-transition-property: border-color;
-       -o-transition-duration: 0.6s;
-       transition-property: border-color;
-       transition-duration: 0.6s;
+#wp-link li {
+       clear: both;
+       margin-bottom: 0;
+       border-bottom: 1px solid #f1f1f1;
+       color: #32373c;
+       padding: 4px 6px 4px 10px;
+       cursor: pointer;
+       position: relative;
 }
 
-#wp_mce_fullscreen {
-       width: 100%;
-       min-height: 300px;
-       border: 0;
-       background: transparent;
-       font-family: Consolas, Monaco, monospace;
-       line-height: 1.6em;
+#wp-link .query-notice {
        padding: 0;
-       overflow-y: hidden;
-       outline: none;
-       resize: none;
-}
-
-#wp-fullscreen-tagline {
-       color: #BBBBBB;
-       font-size: 18px;
-       float: right;
-       padding-top: 5px;
+       border-bottom: 1px solid #dfdfdf;
+       background-color: #f7fcfe;
+       color: #000;
 }
 
-/* =Top bar
--------------------------------------------------------------- */
-#fullscreen-topbar {
-       position: fixed;
-       top: 0;
-       left: 0;
-       z-index: 150050;
-       border-bottom-style: solid;
-       border-bottom-width: 1px;
-       min-width: 800px;
-       width: 100%;
-       height: 40px;
+#wp-link .query-notice .query-notice-default,
+#wp-link .query-notice .query-notice-hint {
+       display: block;
+       padding: 6px;
+       border-left: 4px solid #00a0d2;
 }
 
-#wp-fullscreen-toolbar {
-       padding: 6px 10px 0;
-       clear: both;
-       max-width: 1100px;
-       min-width: 820px;
-       margin: 0 auto;
+#wp-link .unselectable.no-matches-found {
+       padding: 0;
+       border-bottom: 1px solid #dfdfdf;
+       background-color: #fef7f1;
 }
 
-#wp-fullscreen-mode-bar,
-#wp-fullscreen-button-bar,
-#wp-fullscreen-close,
-#wp-fullscreen-count {
-       float: left;
+#wp-link .no-matches-found .item-title {
+       display: block;
+       padding: 6px;
+       border-left: 4px solid #d54e21;
 }
 
-#wp-fullscreen-save {
-       float: right;
-       padding: 2px 2px 0 5px;
+#wp-link .query-results em {
+       font-style: normal;
 }
 
-#wp-fullscreen-count,
-#wp-fullscreen-close {
-       padding-top: 5px;
+#wp-link li:hover {
+       background: #eaf2fa;
+       color: #151515;
 }
 
-#wp-fullscreen-central-toolbar {
-       margin: auto;
-       padding: 0;
+#wp-link li.unselectable {
+       border-bottom: 1px solid #dfdfdf;
 }
 
-#wp-fullscreen-buttons > div {
-       float: left;
+#wp-link li.unselectable:hover {
+       background: #fff;
+       cursor: auto;
+       color: #32373c;
 }
 
-#wp-fullscreen-mode-bar {
-       padding: 1px 14px 0 0;
+#wp-link li.selected {
+       background: #ddd;
+       color: #32373c;
 }
 
-#wp-fullscreen-modes a {
-       display: block;
-       font-size: 11px;
-       text-decoration: none;
-       float: left;
-       margin: 1px 0 0 0;
-       padding: 2px 6px 2px;
-       border-width: 1px 1px 1px 0;
-       border-style: solid;
-       border-color: #bbb;
-       color: #777;
-       text-shadow: 0 1px 0 #fff;
-       background-color: #f4f4f4;
-       background: #f4f4f4;
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#e4e4e4), to(#f9f9f9));
-       background-image: -webkit-linear-gradient(bottom, #e4e4e4, #f9f9f9);
-       background-image:    -moz-linear-gradient(bottom, #e4e4e4, #f9f9f9);
-       background-image:      -o-linear-gradient(bottom, #e4e4e4, #f9f9f9);
-       background-image: linear-gradient(to top, #e4e4e4, #f9f9f9);
-}
-
-#wp-fullscreen-modes a:hover,
-.wp-html-mode #wp-fullscreen-modes a:last-child,
-.wp-tmce-mode #wp-fullscreen-modes a:first-child {
-       color: #333;
-       border-color: #999;
-       background: #eee;
-       background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9));
-       background-image: -webkit-linear-gradient(top, #e4e4e4, #f9f9f9);
-       background-image:    -moz-linear-gradient(top, #e4e4e4, #f9f9f9);
-       background-image:      -o-linear-gradient(top, #e4e4e4, #f9f9f9);
-       background-image: linear-gradient(to bottom, #e4e4e4, #f9f9f9);
+#wp-link li.selected .item-title {
+       font-weight: 600;
 }
 
-#wp-fullscreen-modes a:first-child {
-       border-width: 1px;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       border-top-left-radius: 3px;
-       border-bottom-left-radius: 3px;
+#wp-link li:last-child {
+       border: none;
 }
 
-#wp-fullscreen-modes a:last-child {
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-bottom-right-radius: 3px;
-       border-top-right-radius: 3px;
-       border-bottom-right-radius: 3px;
+#wp-link .item-title {
+       display: inline-block;
+       width: 80%;
+       width: -webkit-calc(100% - 68px);
+       width: calc(100% - 68px);
+       word-wrap: break-word;
 }
 
-#wp-fullscreen-buttons .active a {
-       background: inherit;
+#wp-link .item-info {
+       text-transform: uppercase;
+       color: #666;
+       font-size: 11px;
+       position: absolute;
+       right: 5px;
+       top: 5px;
 }
 
-#wp-fullscreen-buttons .hidden {
+#wp-link .river-waiting {
        display: none;
+       padding: 10px 0;
 }
 
-#wp-fullscreen-buttons .disabled {
-       opacity: 0.5;
+#wp-link .submitbox {
+       padding: 8px 16px;
+       background: #fcfcfc;
+       border-top: 1px solid #ddd;
+       position: absolute;
+       bottom: 0;
+       left: 0;
+       right: 0;
 }
 
-.wp-html-mode #wp-fullscreen-buttons div {
-       display: none;
+#wp-link-cancel {
+       line-height: 25px;
+       float: left;
 }
 
-.wp-html-mode #wp-fullscreen-buttons div.wp-fullscreen-both {
-       display: block;
+#wp-link-update {
+       line-height: 23px;
+       float: right;
 }
 
-#fullscreen-topbar.fullscreen-make-sticky {
-       display: block !important;
+#wp-link-submit {
+       float: right;
 }
 
-#wp-fullscreen-save img {
-       vertical-align: middle;
-}
+@media screen and ( max-width: 782px ) {
+       #wp-link-wrap {
+               margin-top: -140px;
+       }
 
-#wp-fullscreen-save img,
-#wp-fullscreen-save span {
-       padding-right: 4px;
-       display: none;
-}
+       #wp-link-wrap .query-results {
+               top: 195px;
+       }
 
-#wp-fullscreen-buttons #wp_fs_image span.mce_image {
-       background-image: url('../../wp-admin/images/media-button.png');
-       background-position: 2px 2px;
-}
+       #wp-link-wrap.has-text-field .query-results {
+               top: 235px;
+       }
 
-/* =Thickbox Adjustments
--------------------------------------------------------------- */
-.fullscreen-active #TB_overlay {
-       z-index: 150100;
-}
+       #link-selector {
+               padding: 0 16px 60px;
+       }
 
-.fullscreen-active #TB_window {
-       z-index: 150102;
-}
+       #wp-link-wrap #link-selector {
+               bottom: 52px;
+       }
 
-/* =TinyMCE Adjustments
--------------------------------------------------------------- */
-#wp_mce_fullscreen_ifr {
-       background: transparent;
-}
+       #wp-link-cancel {
+               line-height: 32px;
+       }
 
-#wp_mce_fullscreen_parent #wp_mce_fullscreen_tbl tr.mceFirst {
-       display : none;
-}
+       #wp-link .link-target {
+               padding-top: 10px;
+       }
 
-#wp-fullscreen-container .wp_themeSkin table td {
-       vertical-align: top;
+       #wp-link .submitbox .button {
+               margin-bottom: 0;
+       }
 }
 
-/* Colors */
-.fullscreen-overlay {
-       background: #fff;
+@media screen and ( max-width: 520px ) {
+       #wp-link-wrap {
+               width: auto;
+               margin-left: 0;
+               left: 10px;
+               right: 10px;
+               max-width: 500px;
+       }
 }
 
-.wp-fullscreen-focus #wp-fullscreen-title,
-.wp-fullscreen-focus #wp-fullscreen-container {
-       border-color: #ccc;
-}
+@media screen and ( max-height: 520px ) {
+       #wp-link-wrap {
+               -webkit-transition: none;
+               transition: none;
+               height: auto;
+               margin-top: 0;
+               top: 10px;
+               bottom: 10px;
+       }
+
+       #link-selector {
+               overflow: auto;
+       }
 
-#fullscreen-topbar {
-       border-bottom-color: #DFDFDF;
-       background: #f1f1f1;
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
-       background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
-       background-image:    -moz-linear-gradient(bottom, #ececec, #f9f9f9);
-       background-image:      -o-linear-gradient(bottom, #ececec, #f9f9f9);
-       background-image: linear-gradient(to top, #ececec, #f9f9f9);
+       #search-panel .query-results {
+               position: static;
+       }
 }
 
-/* =CSS 3 transitions
--------------------------------------------------------------- */
+@media screen and ( max-height: 290px ) {
+       #wp-link-wrap {
+               height: auto;
+               margin-top: 0;
+               top: 10px;
+               bottom: 10px;
+       }
 
-.fade-1000,
-.fade-600,
-.fade-400,
-.fade-300 {
-       opacity: 0;
-       -moz-transition-property: opacity;
-       -webkit-transition-property: opacity;
-       -o-transition-property: opacity;
-       transition-property: opacity;
-}
+       #link-selector {
+               overflow: auto;
+               height: -webkit-calc(100% - 92px);
+               height: calc(100% - 92px);
+               padding-bottom: 2px;
+       }
 
-.fade-1000 {
-       -moz-transition-duration: 1s;
-       -webkit-transition-duration: 1s;
-       -o-transition-duration: 1s;
-       transition-duration: 1s;
+       #search-panel .query-results {
+               position: static;
+       }
 }
 
-.fade-600 {
-       -moz-transition-duration: 0.6s;
-       -webkit-transition-duration: 0.6s;
-       -o-transition-duration: 0.6s;
-       transition-duration: 0.6s;
+div.wp-link-preview {
+       float: left;
+       margin: 5px;
+       max-width: 694px;
+       overflow: hidden;
+       text-overflow: ellipsis;
 }
 
-.fade-400 {
-       -moz-transition-duration: 0.4s;
-       -webkit-transition-duration: 0.4s;
-       -o-transition-duration: 0.4s;
-       transition-duration: 0.4s;
+div.wp-link-preview a {
+       color: #0073aa;
+       text-decoration: underline;
+       -webkit-transition-property: border, background, color;
+       transition-property: border, background, color;
+       -webkit-transition-duration: .05s;
+       transition-duration: .05s;
+       -webkit-transition-timing-function: ease-in-out;
+       transition-timing-function: ease-in-out;
+       cursor: pointer;
 }
 
-.fade-300 {
-       -moz-transition-duration: 0.3s;
-       -webkit-transition-duration: 0.3s;
-       -o-transition-duration: 0.3s;
-       transition-duration: 0.3s;
+div.wp-link-preview a.wplink-url-error {
+       color: #dc3232;
 }
 
-.fade-trigger {
-       opacity: 1;
+div.wp-link-input {
+       float: left;
+       margin: 2px;
+       max-width: 694px;
 }
 
-/* Distraction Free Writing - RTL
- * =Overlay Styles
--------------------------------------------------------------- */
-
-/* No RTL for now, this space intentionally left blank */
-
-/* =Overlay Body
--------------------------------------------------------------- */
-.rtl #wp-fullscreen-tagline {
-       float: left;
+div.wp-link-input input {
+       width: 300px;
+       padding: 3px;
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
 }
 
-/* =Top bar
--------------------------------------------------------------- */
-.rtl #fullscreen-topbar {
-       left:auto;
-       right: 0;
+.mce-toolbar div.wp-link-preview ~ .mce-btn,
+.mce-toolbar div.wp-link-input ~ .mce-btn {
+       margin: 2px 1px;
 }
 
-.rtl #wp-fullscreen-mode-bar,
-.rtl #wp-fullscreen-button-bar,
-.rtl #wp-fullscreen-close,
-.rtl #wp-fullscreen-count {
-       float: right;
+.mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child {
+       margin-right: 2px;
 }
 
-.rtl #wp-fullscreen-save {
-       float: left;
+.ui-autocomplete.wplink-autocomplete {
+       z-index: 100110;
+       max-height: 200px;
+       overflow-y: auto;
+       padding: 0;
+       margin: 0;
+       list-style: none;
+       position: absolute;
+       border: 1px solid #5b9dd9;
+       -webkit-box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
+       box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
+       background-color: #fff;
 }
 
-.rtl #wp-fullscreen-save {
-       padding: 2px 5px 0 2px;
+.ui-autocomplete.wplink-autocomplete li {
+       margin-bottom: 0;
+       padding: 4px 10px;
+       clear: both;
+       white-space: normal;
+       text-align: left;
 }
 
-.rtl #wp-fullscreen-buttons > div {
+.ui-autocomplete.wplink-autocomplete li .wp-editor-float-right {
        float: right;
 }
 
-.rtl #wp-fullscreen-mode-bar {
-       padding: 1px 0 0 14px;
+.ui-autocomplete.wplink-autocomplete li.ui-state-focus {
+       background-color: #ddd;
+       cursor: pointer;
 }
 
-.rtl #wp-fullscreen-modes a {
-       float: right;
-       border-width: 1px 0 1px 1px;
-}
+@media screen and ( max-width: 782px ) {
+       div.wp-link-preview,
+       div.wp-link-input {
+               max-width: 70%;
+               max-width: -webkit-calc(100% - 86px);
+               max-width: calc(100% - 86px);
+       }
 
-.rtl #wp-fullscreen-modes a:first-child {
-       -webkit-border-top-left-radius: 0;
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-bottom-left-radius: 0;
-       -webkit-border-bottom-right-radius: 3px;
-       border-width: 1px;
-       border-top-left-radius: 0;
-       border-top-right-radius: 3px;
-       border-bottom-left-radius: 0;
-       border-bottom-right-radius: 3px;
-}
+       div.wp-link-preview {
+               margin: 8px 0 8px 5px;
+       }
 
-.rtl #wp-fullscreen-modes a:last-child {
-       -webkit-border-top-right-radius: 0;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-bottom-right-radius: 0;
-       -webkit-border-bottom-left-radius: 3px;
-       border-top-right-radius: 0;
-       border-top-left-radius: 3px;
-       border-bottom-right-radius: 0;
-       border-bottom-left-radius: 3px;
-}
+       div.wp-link-input {
+               width: 300px;
+       }
 
-.rtl #wp-fullscreen-save img,
-.rtl #wp-fullscreen-save span {
-       padding-right: 0;
-       padding-left: 4px;
+       div.wp-link-input input {
+               width: 100%;
+               font-size: 16px;
+               padding: 5px;
+       }
 }
 
-/* =Thickbox Adjustments
+/* =Overlay Body
 -------------------------------------------------------------- */
-/* No RTL for now, this space intentionally left blank */
 
+.mce-fullscreen {
+       z-index: 100010;
+}
 
-/* =TinyMCE Adjustments
+/* =Localization
 -------------------------------------------------------------- */
-/* No RTL for now, this space intentionally left blank */
+.rtl .wp-switch-editor,
+.rtl .quicktags-toolbar input {
+       font-family: Tahoma, sans-serif;
+}
 
+/* rtl:ignore */
+.mce-rtl .mce-flow-layout .mce-flow-layout-item > div {
+       direction: rtl;
+}
+
+/* rtl:ignore */
+.mce-rtl .mce-listbox i.mce-caret {
+       left: 6px;
+}
+
+html:lang(he-il) .rtl .wp-switch-editor,
+html:lang(he-il) .rtl .quicktags-toolbar input  {
+       font-family: Arial, sans-serif;
+}
 
 /* HiDPI */
 @media print,
-  (-o-min-device-pixel-ratio: 5/4),
   (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 120dpi) {
-       .wp_themeSkin span.mce_undo,
-       .wp_themeSkin span.mce_redo,
-       .wp_themeSkin span.mce_bullist,
-       .wp_themeSkin span.mce_numlist,
-       .wp_themeSkin span.mce_blockquote,
-       .wp_themeSkin span.mce_charmap,
-       .wp_themeSkin span.mce_bold,
-       .wp_themeSkin span.mce_italic,
-       .wp_themeSkin span.mce_underline,
-       .wp_themeSkin span.mce_justifyleft,
-       .wp_themeSkin span.mce_justifyright,
-       .wp_themeSkin span.mce_justifycenter,
-       .wp_themeSkin span.mce_justifyfull,
-       .wp_themeSkin span.mce_indent,
-       .wp_themeSkin span.mce_outdent,
-       .wp_themeSkin span.mce_link,
-       .wp_themeSkin span.mce_unlink,
-       .wp_themeSkin span.mce_help,
-       .wp_themeSkin span.mce_removeformat,
-       .wp_themeSkin span.mce_fullscreen,
-       .wp_themeSkin span.mce_wp_fullscreen,
-       .wp_themeSkin span.mce_media,
-       .wp_themeSkin span.mce_pastetext,
-       .wp_themeSkin span.mce_pasteword,
-       .wp_themeSkin span.mce_wp_help,
-       .wp_themeSkin span.mce_wp_adv,
-       .wp_themeSkin span.mce_wp_more,
-       .wp_themeSkin span.mce_strikethrough,
-       .wp_themeSkin span.mce_spellchecker,
-       .wp_themeSkin span.mce_forecolor,
-       .wp_themeSkin .mce_forecolorpicker,
-       .wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker,
-       .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
-       .wp_themeSkin .mceSplitButton span.mce_numlist,
-       .wp_themeSkin .mceSplitButton span.mce_bullist {
-               background-image: url('../images/wpicons-2x.png?ver=20120720');
-               background-size: 560px 40px;
-       }
-
-       .wp-media-buttons .add_media span.wp-media-buttons-icon,
-       #wp-fullscreen-buttons #wp_fs_image span.mce_image {
-               background-image: url('../../wp-admin/images/media-button-2x.png');
-               background-size: 16px 16px;
-       }
-
-       .wp_themeSkin .mceListBox .mceOpen,
-       .wp_themeSkin .mceListBoxHover .mceOpen,
-       .wp_themeSkin .mceListBoxSelected .mceOpen,
-       .wp_themeSkin table.mceListBoxEnabled .mceOpen {
-               background-image: url('../images/down_arrow-2x.gif');
-               background-size: 10px 20px;
-       }
-
-       .wp_themeSkin .mceSplitButtonEnabled a.mceOpen,
-       .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
-       .wp_themeSkin .mceSplitButtonActive a.mceOpen,
-       .wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen {
-               background-image: url('../images/down_arrow-2x.gif');
-               background-size: 10px 20px;
-       }
-
-       #wp-link .toggle-arrow {
-               background: transparent url('../images/toggle-arrow-2x.png') top left no-repeat;
-               background-size: 19px 69px;
+       .wp-media-buttons .add_media span.wp-media-buttons-icon {
+               background: none;
        }
 }
-