angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

editor-rtl.css (33016B)


      1 /*! This file is auto-generated */
      2 /*------------------------------------------------------------------------------
      3  TinyMCE and Quicklinks toolbars
      4 ------------------------------------------------------------------------------*/
      5 
      6 /* TinyMCE widgets/containers */
      7 
      8 .mce-tinymce {
      9 	box-shadow: none;
     10 }
     11 
     12 .mce-container,
     13 .mce-container *,
     14 .mce-widget,
     15 .mce-widget * {
     16 	color: inherit;
     17 	font-family: inherit;
     18 }
     19 
     20 .mce-container .mce-monospace,
     21 .mce-widget .mce-monospace {
     22 	font-family: Consolas, Monaco, monospace;
     23 	font-size: 13px;
     24 	line-height: 150%;
     25 }
     26 
     27 /* TinyMCE windows */
     28 #mce-modal-block,
     29 #mce-modal-block.mce-fade {
     30 	opacity: 0.7;
     31 	filter: alpha(opacity=70);
     32 	transition: none;
     33 	background: #000;
     34 }
     35 
     36 .mce-window {
     37 	border-radius: 0;
     38 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
     39 	-webkit-font-smoothing: subpixel-antialiased;
     40 	transition: none;
     41 }
     42 
     43 .mce-window .mce-container-body.mce-abs-layout {
     44 	overflow: visible;
     45 }
     46 
     47 .mce-window .mce-window-head {
     48 	background: #fff;
     49 	border-bottom: 1px solid #dcdcde;
     50 	padding: 0;
     51 	min-height: 36px;
     52 }
     53 
     54 .mce-window .mce-window-head .mce-title {
     55 	color: #3c434a;
     56 	font-size: 18px;
     57 	font-weight: 600;
     58 	line-height: 36px;
     59 	margin: 0;
     60 	padding: 0 16px 0 36px;
     61 }
     62 
     63 .mce-window .mce-window-head .mce-close,
     64 .mce-window-head .mce-close .mce-i-remove {
     65 	color: transparent;
     66 	top: 0;
     67 	left: 0;
     68 	width: 36px;
     69 	height: 36px;
     70 	padding: 0;
     71 	line-height: 36px;
     72 	text-align: center;
     73 }
     74 
     75 .mce-window-head .mce-close .mce-i-remove:before {
     76 	font: normal 20px/36px dashicons;
     77 	text-align: center;
     78 	color: #646970;
     79 	width: 36px;
     80 	height: 36px;
     81 	display: block;
     82 }
     83 
     84 .mce-window-head .mce-close:hover .mce-i-remove:before,
     85 .mce-window-head .mce-close:focus .mce-i-remove:before {
     86 	color: #135e96;
     87 }
     88 
     89 .mce-window-head .mce-close:focus .mce-i-remove,
     90 div.mce-tab:focus {
     91 	box-shadow: 0 0 0 1px #4f94d4,
     92 		0 0 2px 1px rgba(79, 148, 212, 0.8);
     93 }
     94 
     95 .mce-window .mce-window-head .mce-dragh {
     96 	width: calc( 100% - 36px );
     97 }
     98 
     99 .mce-window .mce-foot {
    100 	border-top: 1px solid #dcdcde;
    101 }
    102 
    103 .mce-textbox,
    104 .mce-checkbox i.mce-i-checkbox,
    105 #wp-link .query-results {
    106 	border: 1px solid #dcdcde;
    107 	border-radius: 0;
    108 	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    109 	transition: .05s all ease-in-out;
    110 }
    111 
    112 .mce-textbox:focus,
    113 .mce-textbox.mce-focus,
    114 .mce-checkbox:focus i.mce-i-checkbox,
    115 #wp-link .query-results:focus {
    116 	border-color: #4f94d4;
    117 	box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
    118 }
    119 
    120 .mce-window .mce-wp-help {
    121 	height: 360px;
    122 	width: 460px;
    123 	overflow: auto;
    124 }
    125 
    126 .mce-window .mce-wp-help * {
    127 	box-sizing: border-box;
    128 }
    129 
    130 .mce-window .mce-wp-help > .mce-container-body {
    131 	width: auto !important;
    132 }
    133 
    134 .mce-window .wp-editor-help {
    135 	padding: 10px 20px 0 10px;
    136 }
    137 
    138 .mce-window .wp-editor-help h2,
    139 .mce-window .wp-editor-help p {
    140 	margin: 8px 0;
    141 	white-space: normal;
    142 	font-size: 14px;
    143 	font-weight: 400;
    144 }
    145 
    146 .mce-window .wp-editor-help table {
    147 	width: 100%;
    148 	margin-bottom: 20px;
    149 }
    150 
    151 .mce-window .wp-editor-help table.wp-help-single {
    152 	margin: 0 8px 20px;
    153 }
    154 
    155 .mce-window .wp-editor-help table.fixed {
    156 	table-layout: fixed;
    157 }
    158 
    159 .mce-window .wp-editor-help table.fixed th:nth-child(odd),
    160 .mce-window .wp-editor-help table.fixed td:nth-child(odd) {
    161 	width: 12%;
    162 }
    163 
    164 .mce-window .wp-editor-help table.fixed th:nth-child(even),
    165 .mce-window .wp-editor-help table.fixed td:nth-child(even) {
    166 	width: 38%;
    167 }
    168 
    169 .mce-window .wp-editor-help table.fixed th:nth-child(odd) {
    170 	padding: 5px 0 0;
    171 }
    172 
    173 .mce-window .wp-editor-help td,
    174 .mce-window .wp-editor-help th {
    175 	font-size: 13px;
    176 	padding: 5px;
    177 	vertical-align: middle;
    178 	word-wrap: break-word;
    179 	white-space: normal;
    180 }
    181 
    182 .mce-window .wp-editor-help th {
    183 	font-weight: 600;
    184 	padding-bottom: 0;
    185 }
    186 
    187 .mce-window .wp-editor-help kbd {
    188 	font-family: monospace;
    189 	padding: 2px 7px 3px;
    190 	font-weight: 600;
    191 	margin: 0;
    192 	background: #f0f0f1;
    193 	background: rgba(0, 0, 0, 0.08);
    194 }
    195 
    196 .mce-window .wp-help-th-center td:nth-child(odd),
    197 .mce-window .wp-help-th-center th:nth-child(odd) {
    198 	text-align: center;
    199 }
    200 
    201 /* TinyMCE menus */
    202 .mce-menu,
    203 .mce-floatpanel.mce-popover {
    204 	border-color: rgba(0, 0, 0, 0.15);
    205 	border-radius: 0;
    206 	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    207 }
    208 
    209 .mce-menu,
    210 .mce-floatpanel.mce-popover.mce-bottom {
    211 	margin-top: 2px;
    212 }
    213 
    214 .mce-floatpanel .mce-arrow {
    215 	display: none;
    216 }
    217 
    218 .mce-menu .mce-container-body {
    219 	min-width: 160px;
    220 }
    221 
    222 .mce-menu-item {
    223 	border: none;
    224 	margin-bottom: 2px;
    225 	padding: 6px 12px 6px 15px;
    226 }
    227 
    228 .mce-menu-has-icons i.mce-ico {
    229 	line-height: 20px;
    230 }
    231 
    232 /* TinyMCE panel */
    233 div.mce-panel {
    234 	border: 0;
    235 	background: #fff;
    236 }
    237 
    238 .mce-panel.mce-menu {
    239 	border: 1px solid #dcdcde;
    240 }
    241 
    242 div.mce-tab {
    243 	line-height: 13px;
    244 }
    245 
    246 /* TinyMCE toolbars */
    247 div.mce-toolbar-grp {
    248 	border-bottom: 1px solid #dcdcde;
    249 	background: #f6f7f7;
    250 	padding: 0;
    251 	position: relative;
    252 }
    253 
    254 div.mce-inline-toolbar-grp {
    255 	border: 1px solid #a7aaad;
    256 	border-radius: 2px;
    257 	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    258 	box-sizing: border-box;
    259 	margin-bottom: 8px;
    260 	position: absolute;
    261 	-webkit-user-select: none;
    262 	user-select: none;
    263 	max-width: 98%;
    264 	z-index: 100100; /* Same as the other TinyMCE "panels" */
    265 }
    266 
    267 div.mce-inline-toolbar-grp > div.mce-stack-layout {
    268 	padding: 1px;
    269 }
    270 
    271 div.mce-inline-toolbar-grp.mce-arrow-up {
    272 	margin-bottom: 0;
    273 	margin-top: 8px;
    274 }
    275 
    276 div.mce-inline-toolbar-grp:before,
    277 div.mce-inline-toolbar-grp:after {
    278 	position: absolute;
    279 	right: 50%;
    280 	display: block;
    281 	width: 0;
    282 	height: 0;
    283 	border-style: solid;
    284 	border-color: transparent;
    285 	content: "";
    286 }
    287 
    288 div.mce-inline-toolbar-grp.mce-arrow-up:before {
    289 	top: -9px;
    290 	border-bottom-color: #a7aaad;
    291 	border-width: 0 9px 9px;
    292 	margin-right: -9px;
    293 }
    294 
    295 div.mce-inline-toolbar-grp.mce-arrow-down:before {
    296 	bottom: -9px;
    297 	border-top-color: #a7aaad;
    298 	border-width: 9px 9px 0;
    299 	margin-right: -9px;
    300 }
    301 
    302 div.mce-inline-toolbar-grp.mce-arrow-up:after {
    303 	top: -8px;
    304 	border-bottom-color: #f6f7f7;
    305 	border-width: 0 8px 8px;
    306 	margin-right: -8px;
    307 }
    308 
    309 div.mce-inline-toolbar-grp.mce-arrow-down:after {
    310 	bottom: -8px;
    311 	border-top-color: #f6f7f7;
    312 	border-width: 8px 8px 0;
    313 	margin-right: -8px;
    314 }
    315 
    316 div.mce-inline-toolbar-grp.mce-arrow-left:before,
    317 div.mce-inline-toolbar-grp.mce-arrow-left:after {
    318 	margin: 0;
    319 }
    320 
    321 div.mce-inline-toolbar-grp.mce-arrow-left:before {
    322 	right: 20px;
    323 }
    324 div.mce-inline-toolbar-grp.mce-arrow-left:after {
    325 	right: 21px;
    326 }
    327 
    328 div.mce-inline-toolbar-grp.mce-arrow-right:before,
    329 div.mce-inline-toolbar-grp.mce-arrow-right:after {
    330 	right: auto;
    331 	margin: 0;
    332 }
    333 
    334 div.mce-inline-toolbar-grp.mce-arrow-right:before {
    335 	left: 20px;
    336 }
    337 
    338 div.mce-inline-toolbar-grp.mce-arrow-right:after {
    339 	left: 21px;
    340 }
    341 
    342 div.mce-inline-toolbar-grp.mce-arrow-full {
    343 	left: 0;
    344 }
    345 
    346 div.mce-inline-toolbar-grp.mce-arrow-full > div {
    347 	width: 100%;
    348 	overflow-x: auto;
    349 }
    350 
    351 div.mce-toolbar-grp > div {
    352 	padding: 3px;
    353 }
    354 
    355 .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first {
    356 	padding-left: 32px;
    357 }
    358 
    359 .mce-toolbar .mce-btn-group {
    360 	margin: 0;
    361 }
    362 
    363 /* Classic block hide/show toolbars */
    364 .block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) {
    365 	display: none;
    366 }
    367 
    368 .block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
    369 	display: block;
    370 }
    371 
    372 div.mce-statusbar {
    373 	border-top: 1px solid #dcdcde;
    374 }
    375 
    376 div.mce-path {
    377 	padding: 2px 10px;
    378 	margin: 0;
    379 }
    380 
    381 .mce-path,
    382 .mce-path-item,
    383 .mce-path .mce-divider {
    384 	font-size: 12px;
    385 }
    386 
    387 .mce-toolbar .mce-btn,
    388 .qt-dfw {
    389 	border-color: transparent;
    390 	background: transparent;
    391 	box-shadow: none;
    392 	text-shadow: none;
    393 	cursor: pointer;
    394 }
    395 
    396 .mce-btn .mce-txt {
    397 	direction: inherit;
    398 	text-align: inherit;
    399 }
    400 
    401 .mce-toolbar .mce-btn-group .mce-btn,
    402 .qt-dfw {
    403 	border: 1px solid transparent;
    404 	margin: 2px;
    405 	border-radius: 2px;
    406 }
    407 
    408 .mce-toolbar .mce-btn-group .mce-btn:hover,
    409 .mce-toolbar .mce-btn-group .mce-btn:focus,
    410 .qt-dfw:hover,
    411 .qt-dfw:focus {
    412 	background: #f6f7f7;
    413 	border-color: #50575e;
    414 	color: #1d2327;
    415 	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
    416 	outline: none;
    417 }
    418 
    419 .mce-toolbar .mce-btn-group .mce-btn.mce-active,
    420 .mce-toolbar .mce-btn-group .mce-btn:active,
    421 .qt-dfw.active {
    422 	background: #f0f0f1;
    423 	border-color: #50575e;
    424 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
    425 }
    426 
    427 .mce-btn.mce-active,
    428 .mce-btn.mce-active button,
    429 .mce-btn.mce-active:hover button,
    430 .mce-btn.mce-active i,
    431 .mce-btn.mce-active:hover i {
    432 	color: inherit;
    433 }
    434 
    435 .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
    436 .mce-toolbar .mce-btn-group .mce-btn.mce-active:focus {
    437 	border-color: #1d2327;
    438 }
    439 
    440 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,
    441 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
    442 	color: #a7aaad;
    443 	background: none;
    444 	border-color: #dcdcde;
    445 	text-shadow: 0 1px 0 #fff;
    446 	box-shadow: none;
    447 }
    448 
    449 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
    450 	border-color: #50575e;
    451 }
    452 
    453 .mce-toolbar .mce-btn-group .mce-first,
    454 .mce-toolbar .mce-btn-group .mce-last {
    455 	border-color: transparent;
    456 }
    457 
    458 .mce-toolbar .mce-btn button,
    459 .qt-dfw {
    460 	padding: 2px 3px;
    461 	line-height: normal;
    462 }
    463 
    464 .mce-toolbar .mce-listbox button {
    465 	font-size: 13px;
    466 	line-height: 1.53846153;
    467 	padding-right: 6px;
    468 	padding-left: 20px;
    469 }
    470 
    471 .mce-toolbar .mce-btn i {
    472 	text-shadow: none;
    473 }
    474 
    475 .mce-toolbar .mce-btn-group > div {
    476 	white-space: normal;
    477 }
    478 
    479 .mce-toolbar .mce-colorbutton .mce-open {
    480 	border-left: 0;
    481 }
    482 
    483 .mce-toolbar .mce-colorbutton .mce-preview {
    484 	margin: 0;
    485 	padding: 0;
    486 	top: auto;
    487 	bottom: 2px;
    488 	right: 3px;
    489 	height: 3px;
    490 	width: 20px;
    491 	background: #50575e;
    492 }
    493 
    494 .mce-toolbar .mce-btn-group .mce-btn.mce-primary {
    495 	min-width: 0;
    496 	background: #3582c4;
    497 	border-color: #2271b1 #135e96 #135e96;
    498 	box-shadow: 0 1px 0 #135e96;
    499 	color: #fff;
    500 	text-decoration: none;
    501 	text-shadow: none;
    502 }
    503 
    504 /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */
    505 .mce-toolbar .mce-btn-group .mce-btn.mce-primary button {
    506 	padding: 2px 3px 1px;
    507 }
    508 
    509 .mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico {
    510 	color: #fff;
    511 }
    512 
    513 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
    514 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
    515 	background: #4f94d4;
    516 	border-color: #135e96;
    517 	color: #fff;
    518 }
    519 
    520 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
    521 	box-shadow: 0 0 1px 1px #72aee6;
    522 }
    523 
    524 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:active {
    525 	background: #2271b1;
    526 	border-color: #135e96;
    527 	box-shadow: inset 0 2px 0 #135e96;
    528 }
    529 
    530 /* mce listbox */
    531 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    532 	border-radius: 0;
    533 	direction: rtl;
    534 	background: #fff;
    535 	border: 1px solid #dcdcde;
    536 	box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
    537 }
    538 
    539 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
    540 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus {
    541 	border-color: #c3c4c7;
    542 }
    543 
    544 .mce-panel .mce-btn i.mce-caret {
    545 	border-top: 6px solid #50575e;
    546 	margin-right: 2px;
    547 	margin-left: 2px;
    548 }
    549 
    550 .mce-listbox i.mce-caret {
    551 	left: 4px;
    552 }
    553 
    554 .mce-panel .mce-btn:hover i.mce-caret,
    555 .mce-panel .mce-btn:focus i.mce-caret {
    556 	border-top-color: #1d2327;
    557 }
    558 
    559 .mce-panel .mce-active i.mce-caret {
    560 	border-top: 0;
    561 	border-bottom: 6px solid #1d2327;
    562 	margin-top: 7px;
    563 }
    564 
    565 .mce-listbox.mce-active i.mce-caret {
    566 	margin-top: -3px;
    567 }
    568 
    569 .mce-toolbar .mce-splitbtn:hover .mce-open {
    570 	border-left-color: transparent;
    571 }
    572 
    573 .mce-toolbar .mce-splitbtn .mce-open.mce-active {
    574 	background: transparent;
    575 	outline: none;
    576 }
    577 
    578 .mce-menu .mce-menu-item:hover,
    579 .mce-menu .mce-menu-item.mce-selected,
    580 .mce-menu .mce-menu-item:focus,
    581 .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,
    582 .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview {
    583 	background: #2271b1; /* See color scheme. */
    584 	color: #fff;
    585 }
    586 
    587 .mce-menu .mce-menu-item:hover .mce-caret,
    588 .mce-menu .mce-menu-item:focus .mce-caret,
    589 .mce-menu .mce-menu-item.mce-selected .mce-caret {
    590 	border-right-color: #fff;
    591 }
    592 
    593 /* rtl:ignore */
    594 .rtl .mce-menu .mce-menu-item:hover .mce-caret,
    595 .rtl .mce-menu .mce-menu-item:focus .mce-caret,
    596 .rtl .mce-menu .mce-menu-item.mce-selected .mce-caret {
    597 	border-left-color: inherit;
    598 	border-right-color: #fff;
    599 }
    600 
    601 .mce-menu .mce-menu-item:hover .mce-text,
    602 .mce-menu .mce-menu-item:focus .mce-text,
    603 .mce-menu .mce-menu-item:hover .mce-ico,
    604 .mce-menu .mce-menu-item:focus .mce-ico,
    605 .mce-menu .mce-menu-item.mce-selected .mce-text,
    606 .mce-menu .mce-menu-item.mce-selected .mce-ico,
    607 .mce-menu .mce-menu-item:hover .mce-menu-shortcut,
    608 .mce-menu .mce-menu-item:focus .mce-menu-shortcut,
    609 .mce-menu .mce-menu-item.mce-active .mce-menu-shortcut,
    610 .mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
    611 .mce-menu .mce-menu-item.mce-disabled:hover .mce-ico {
    612 	color: inherit;
    613 }
    614 
    615 .mce-menu .mce-menu-item.mce-disabled {
    616 	cursor: default;
    617 }
    618 
    619 .mce-menu .mce-menu-item.mce-disabled:hover {
    620 	background: #c3c4c7;
    621 }
    622 
    623 /* Menubar */
    624 div.mce-menubar {
    625 	border-color: #dcdcde;
    626 	background: #fff;
    627 	border-width: 0px 0px 1px;
    628 }
    629 
    630 .mce-menubar .mce-menubtn:hover,
    631 .mce-menubar .mce-menubtn.mce-active,
    632 .mce-menubar .mce-menubtn:focus {
    633 	border-color: transparent;
    634 	background: transparent;
    635 }
    636 
    637 .mce-menubar .mce-menubtn:focus {
    638 	color: #043959;
    639 	box-shadow:
    640 		0 0 0 1px #4f94d4,
    641 		0 0 2px 1px rgba(79, 148, 212, 0.8);
    642 }
    643 
    644 div.mce-menu .mce-menu-item-sep,
    645 .mce-menu-item-sep:hover {
    646 	border-bottom: 1px solid #dcdcde;
    647 	height: 0px;
    648 	margin: 5px 0;
    649 }
    650 
    651 .mce-menubtn span {
    652 	margin-left: 0;
    653 	padding-right: 3px;
    654 }
    655 
    656 .mce-menu-has-icons i.mce-ico:before {
    657 	margin-right: -2px;
    658 }
    659 
    660 /* Keyboard shortcuts position */
    661 .mce-menu.mce-menu-align .mce-menu-item-normal {
    662 	position: relative;
    663 }
    664 
    665 .mce-menu.mce-menu-align .mce-menu-shortcut {
    666 	bottom: 0.6em;
    667 	font-size: 0.9em;
    668 }
    669 
    670 /* Buttons in modals */
    671 .mce-primary button,
    672 .mce-primary button i {
    673 	text-align: center;
    674 	color: #fff;
    675 	text-shadow: none;
    676 	padding: 0;
    677 	line-height: 1.85714285;
    678 }
    679 
    680 .mce-window .mce-btn {
    681 	color: #50575e;
    682 	background: #f6f7f7;
    683 	text-decoration: none;
    684 	font-size: 13px;
    685 	line-height: 26px;
    686 	height: 28px;
    687 	margin: 0;
    688 	padding: 0;
    689 	cursor: pointer;
    690 	border: 1px solid #c3c4c7;
    691 	-webkit-appearance: none;
    692 	border-radius: 3px;
    693 	white-space: nowrap;
    694 	box-shadow: 0 1px 0 #c3c4c7;
    695 }
    696 
    697 /* Remove the dotted border on :focus and the extra padding in Firefox */
    698 .mce-window .mce-btn::-moz-focus-inner {
    699 	border-width: 0;
    700 	border-style: none;
    701 	padding: 0;
    702 }
    703 
    704 .mce-window .mce-btn:hover,
    705 .mce-window .mce-btn:focus {
    706 	background: #f6f7f7;
    707 	border-color: #8c8f94;
    708 	color: #1d2327;
    709 }
    710 
    711 .mce-window .mce-btn:focus {
    712 	border-color: #4f94d4;
    713 	box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
    714 }
    715 
    716 .mce-window .mce-btn:active {
    717 	background: #f0f0f1;
    718 	border-color: #8c8f94;
    719 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    720 	transform: translateY(1px);
    721 }
    722 
    723 .mce-window .mce-btn.mce-disabled {
    724 	color: #a7aaad !important;
    725 	border-color: #dcdcde !important;
    726 	background: #f6f7f7 !important;
    727 	box-shadow: none !important;
    728 	text-shadow: 0 1px 0 #fff !important;
    729 	cursor: default;
    730 	transform: none !important;
    731 }
    732 
    733 .mce-window .mce-btn.mce-primary {
    734 	background: #3582c4;
    735 	border-color: #2271b1 #135e96 #135e96;
    736 	box-shadow: 0 1px 0 #135e96;
    737 	color: #fff;
    738 	text-decoration: none;
    739 	text-shadow: 0 -1px 1px #135e96,
    740 		-1px 0 1px #135e96,
    741 		0 1px 1px #135e96,
    742 		1px 0 1px #135e96;
    743 }
    744 
    745 .mce-window .mce-btn.mce-primary:hover,
    746 .mce-window .mce-btn.mce-primary:focus {
    747 	background: #4f94d4;
    748 	border-color: #135e96;
    749 	color: #fff;
    750 }
    751 
    752 .mce-window .mce-btn.mce-primary:focus {
    753 	box-shadow: 0 1px 0 #2271b1,
    754 		0 0 2px 1px #72aee6;
    755 }
    756 
    757 .mce-window .mce-btn.mce-primary:active {
    758 	background: #2271b1;
    759 	border-color: #135e96;
    760 	box-shadow: inset 0 2px 0 #135e96;
    761 	vertical-align: top;
    762 }
    763 
    764 .mce-window .mce-btn.mce-primary.mce-disabled {
    765 	color: #9ec2e6 !important;
    766 	background: #4f94d4 !important;
    767 	border-color: #3582c4 !important;
    768 	box-shadow: none !important;
    769 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
    770 	cursor: default;
    771 }
    772 
    773 .mce-menubtn.mce-fixed-width span {
    774 	overflow-x: hidden;
    775 	text-overflow: ellipsis;
    776 	width: 82px;
    777 }
    778 
    779 /* Charmap modal */
    780 .mce-charmap {
    781 	margin: 3px;
    782 }
    783 
    784 .mce-charmap td {
    785 	padding: 0;
    786 	border-color: #dcdcde;
    787 	cursor: pointer;
    788 }
    789 
    790 .mce-charmap td:hover {
    791 	background: #f6f7f7;
    792 }
    793 
    794 .mce-charmap td div {
    795 	width: 18px;
    796 	height: 22px;
    797 	line-height: 1.57142857;
    798 }
    799 
    800 /* TinyMCE tooltips */
    801 .mce-tooltip {
    802 	margin-top: 2px;
    803 }
    804 
    805 .mce-tooltip-inner {
    806 	border-radius: 3px;
    807 	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    808 	color: #fff;
    809 	font-size: 12px;
    810 }
    811 
    812 /* TinyMCE icons */
    813 .mce-ico {
    814 	font-family: tinymce, Arial;
    815 }
    816 
    817 .mce-btn-small .mce-ico {
    818 	font-family: tinymce-small, Arial;
    819 }
    820 
    821 .mce-toolbar .mce-ico {
    822 	color: #50575e;
    823 	line-height: 1;
    824 	width: 20px;
    825 	height: 20px;
    826 	text-align: center;
    827 	text-shadow: none;
    828 	margin: 0;
    829 	padding: 0;
    830 }
    831 
    832 .qt-dfw {
    833 	color: #50575e;
    834 	line-height: 1;
    835 	width: 28px;
    836 	height: 26px;
    837 	text-align: center;
    838 	text-shadow: none;
    839 }
    840 
    841 .mce-toolbar .mce-btn .mce-open {
    842 	line-height: 20px;
    843 }
    844 
    845 .mce-toolbar .mce-btn:hover .mce-open,
    846 .mce-toolbar .mce-btn:focus .mce-open,
    847 .mce-toolbar .mce-btn.mce-active .mce-open {
    848 	border-right-color: #1d2327;
    849 }
    850 
    851 div.mce-notification {
    852 	right: 10% !important;
    853 	left: 10%;
    854 }
    855 
    856 .mce-notification button.mce-close {
    857 	left: 6px;
    858 	top: 3px;
    859 	font-weight: 400;
    860 	color: #50575e;
    861 }
    862 
    863 .mce-notification button.mce-close:hover,
    864 .mce-notification button.mce-close:focus {
    865 	color: #000;
    866 }
    867 
    868 i.mce-i-bold,
    869 i.mce-i-italic,
    870 i.mce-i-bullist,
    871 i.mce-i-numlist,
    872 i.mce-i-blockquote,
    873 i.mce-i-alignleft,
    874 i.mce-i-aligncenter,
    875 i.mce-i-alignright,
    876 i.mce-i-link,
    877 i.mce-i-unlink,
    878 i.mce-i-wp_more,
    879 i.mce-i-strikethrough,
    880 i.mce-i-spellchecker,
    881 i.mce-i-fullscreen,
    882 i.mce-i-wp_fullscreen,
    883 i.mce-i-dfw,
    884 i.mce-i-wp_adv,
    885 i.mce-i-underline,
    886 i.mce-i-alignjustify,
    887 i.mce-i-forecolor,
    888 i.mce-i-backcolor,
    889 i.mce-i-pastetext,
    890 i.mce-i-pasteword,
    891 i.mce-i-removeformat,
    892 i.mce-i-charmap,
    893 i.mce-i-outdent,
    894 i.mce-i-indent,
    895 i.mce-i-undo,
    896 i.mce-i-redo,
    897 i.mce-i-help,
    898 i.mce-i-wp_help,
    899 i.mce-i-wp-media-library,
    900 i.mce-i-ltr,
    901 i.mce-i-wp_page,
    902 i.mce-i-hr,
    903 i.mce-i-wp_code,
    904 i.mce-i-dashicon,
    905 i.mce-i-remove {
    906 	font: normal 20px/1 dashicons;
    907 	padding: 0;
    908 	vertical-align: top;
    909 	speak: never;
    910 	-webkit-font-smoothing: antialiased;
    911 	-moz-osx-font-smoothing: grayscale;
    912 	margin-right: -2px;
    913 	padding-left: 2px;
    914 }
    915 
    916 .qt-dfw {
    917 	font: normal 20px/1 dashicons;
    918 	vertical-align: top;
    919 	speak: never;
    920 	-webkit-font-smoothing: antialiased;
    921 	-moz-osx-font-smoothing: grayscale;
    922 }
    923 
    924 i.mce-i-bold:before {
    925 	content: "\f200";
    926 }
    927 
    928 i.mce-i-italic:before {
    929 	content: "\f201";
    930 }
    931 
    932 i.mce-i-bullist:before {
    933 	content: "\f203";
    934 }
    935 
    936 i.mce-i-numlist:before {
    937 	content: "\f204";
    938 }
    939 
    940 i.mce-i-blockquote:before {
    941 	content: "\f205";
    942 }
    943 
    944 i.mce-i-alignleft:before {
    945 	content: "\f206";
    946 }
    947 
    948 i.mce-i-aligncenter:before {
    949 	content: "\f207";
    950 }
    951 
    952 i.mce-i-alignright:before {
    953 	content: "\f208";
    954 }
    955 
    956 i.mce-i-link:before {
    957 	content: "\f103";
    958 }
    959 
    960 i.mce-i-unlink:before {
    961 	content: "\f225";
    962 }
    963 
    964 i.mce-i-wp_more:before {
    965 	content: "\f209";
    966 }
    967 
    968 i.mce-i-strikethrough:before {
    969 	content: "\f224";
    970 }
    971 
    972 i.mce-i-spellchecker:before {
    973 	content: "\f210";
    974 }
    975 
    976 i.mce-i-fullscreen:before,
    977 i.mce-i-wp_fullscreen:before,
    978 i.mce-i-dfw:before,
    979 .qt-dfw:before {
    980 	content: "\f211";
    981 }
    982 
    983 i.mce-i-wp_adv:before {
    984 	content: "\f212";
    985 }
    986 
    987 i.mce-i-underline:before {
    988 	content: "\f213";
    989 }
    990 
    991 i.mce-i-alignjustify:before {
    992 	content: "\f214";
    993 }
    994 
    995 i.mce-i-forecolor:before,
    996 i.mce-i-backcolor:before {
    997 	content: "\f215";
    998 }
    999 
   1000 i.mce-i-pastetext:before {
   1001 	content: "\f217";
   1002 }
   1003 
   1004 i.mce-i-removeformat:before {
   1005 	content: "\f218";
   1006 }
   1007 
   1008 i.mce-i-charmap:before {
   1009 	content: "\f220";
   1010 }
   1011 
   1012 i.mce-i-outdent:before {
   1013 	content: "\f221";
   1014 }
   1015 
   1016 i.mce-i-indent:before {
   1017 	content: "\f222";
   1018 }
   1019 
   1020 i.mce-i-undo:before {
   1021 	content: "\f171";
   1022 }
   1023 
   1024 i.mce-i-redo:before {
   1025 	content: "\f172";
   1026 }
   1027 
   1028 i.mce-i-help:before,
   1029 i.mce-i-wp_help:before {
   1030 	content: "\f223";
   1031 }
   1032 
   1033 i.mce-i-wp-media-library:before {
   1034 	content: "\f104";
   1035 }
   1036 
   1037 i.mce-i-ltr:before {
   1038 	content: "\f320";
   1039 }
   1040 
   1041 i.mce-i-wp_page:before {
   1042 	content: "\f105";
   1043 }
   1044 
   1045 i.mce-i-hr:before {
   1046 	content: "\f460";
   1047 }
   1048 
   1049 i.mce-i-remove:before {
   1050 	content: "\f158";
   1051 }
   1052 
   1053 i.mce-i-wp_code:before {
   1054 	content: "\f475";
   1055 }
   1056 
   1057 /* RTL button icons */
   1058 .rtl i.mce-i-outdent:before {
   1059 	content: "\f222";
   1060 }
   1061 
   1062 .rtl i.mce-i-indent:before {
   1063 	content: "\f221";
   1064 }
   1065 
   1066 /* Editors */
   1067 .wp-editor-wrap {
   1068 	position: relative;
   1069 }
   1070 
   1071 .wp-editor-tools {
   1072 	position: relative;
   1073 	z-index: 1;
   1074 }
   1075 
   1076 .wp-editor-tools:after {
   1077 	clear: both;
   1078 	content: "";
   1079 	display: table;
   1080 }
   1081 
   1082 .wp-editor-container {
   1083 	clear: both;
   1084 	border: 1px solid #dcdcde;
   1085 }
   1086 
   1087 .wp-editor-area {
   1088 	font-family: Consolas, Monaco, monospace;
   1089 	font-size: 13px;
   1090 	padding: 10px;
   1091 	margin: 1px 0 0;
   1092 	line-height: 150%;
   1093 	border: 0;
   1094 	outline: none;
   1095 	display: block;
   1096 	resize: vertical;
   1097 	box-sizing: border-box;
   1098 }
   1099 
   1100 .rtl .wp-editor-area {
   1101 	font-family: Tahoma, Monaco, monospace;
   1102 }
   1103 
   1104 .locale-he-il .wp-editor-area {
   1105 	font-family: Arial, Monaco, monospace;
   1106 }
   1107 
   1108 .wp-editor-container textarea.wp-editor-area {
   1109 	width: 100%;
   1110 	margin: 0;
   1111 	box-shadow: none;
   1112 }
   1113 
   1114 .wp-editor-tabs {
   1115 	float: left;
   1116 }
   1117 
   1118 .wp-switch-editor {
   1119 	float: right;
   1120 	box-sizing: content-box;
   1121 	position: relative;
   1122 	top: 1px;
   1123 	background: #f0f0f1;
   1124 	color: #646970;
   1125 	cursor: pointer;
   1126 	font-size: 13px;
   1127 	line-height: 1.46153846;
   1128 	height: 20px;
   1129 	margin: 5px 5px 0 0;
   1130 	padding: 3px 8px 4px;
   1131 	border: 1px solid #dcdcde;
   1132 }
   1133 
   1134 .wp-switch-editor:focus {
   1135 	box-shadow:
   1136 		0 0 0 1px #4f94d4,
   1137 		0 0 2px 1px rgba(79, 148, 212, 0.8);
   1138 	outline: none;
   1139 	color: #1d2327;
   1140 }
   1141 
   1142 .wp-switch-editor:active,
   1143 .html-active .switch-html:focus,
   1144 .tmce-active .switch-tmce:focus {
   1145 	box-shadow: none;
   1146 }
   1147 
   1148 .wp-switch-editor:active {
   1149 	background-color: #f6f7f7;
   1150 	box-shadow: none;
   1151 }
   1152 
   1153 .js .tmce-active .wp-editor-area {
   1154 	color: #fff;
   1155 }
   1156 
   1157 .tmce-active .quicktags-toolbar {
   1158 	display: none;
   1159 }
   1160 
   1161 .tmce-active .switch-tmce,
   1162 .html-active .switch-html {
   1163 	background: #f6f7f7;
   1164 	color: #50575e;
   1165 	border-bottom-color: #f6f7f7;
   1166 }
   1167 
   1168 .wp-media-buttons {
   1169 	float: right;
   1170 }
   1171 
   1172 .wp-media-buttons .button {
   1173 	margin-left: 5px;
   1174 	margin-bottom: 4px;
   1175 	padding-right: 7px;
   1176 	padding-left: 7px;
   1177 }
   1178 
   1179 .wp-media-buttons .button:active {
   1180 	position: relative;
   1181 	top: 1px;
   1182 	margin-top: -1px;
   1183 	margin-bottom: 1px;
   1184 }
   1185 
   1186 .wp-media-buttons .insert-media {
   1187 	padding-right: 5px;
   1188 }
   1189 
   1190 .wp-media-buttons a {
   1191 	text-decoration: none;
   1192 	color: #3c434a;
   1193 	font-size: 12px;
   1194 }
   1195 
   1196 .wp-media-buttons img {
   1197 	padding: 0 4px;
   1198 	vertical-align: middle;
   1199 }
   1200 
   1201 .wp-media-buttons span.wp-media-buttons-icon {
   1202 	display: inline-block;
   1203 	width: 20px;
   1204 	height: 20px;
   1205 	line-height: 1;
   1206 	vertical-align: middle;
   1207 	margin: 0 2px;
   1208 }
   1209 
   1210 .wp-media-buttons .add_media span.wp-media-buttons-icon {
   1211 	background: none;
   1212 }
   1213 
   1214 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
   1215 	font: normal 18px/1 dashicons;
   1216 	speak: never;
   1217 	-webkit-font-smoothing: antialiased;
   1218 	-moz-osx-font-smoothing: grayscale;
   1219 }
   1220 
   1221 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
   1222 	content: "\f104";
   1223 }
   1224 
   1225 .mce-content-body dl.wp-caption {
   1226 	max-width: 100%;
   1227 }
   1228 
   1229 /* Quicktags */
   1230 .quicktags-toolbar {
   1231 	padding: 3px;
   1232 	position: relative;
   1233 	border-bottom: 1px solid #dcdcde;
   1234 	background: #f6f7f7;
   1235 	min-height: 30px;
   1236 }
   1237 
   1238 .has-dfw .quicktags-toolbar {
   1239 	padding-left: 35px;
   1240 }
   1241 
   1242 .wp-core-ui .quicktags-toolbar input.button.button-small {
   1243 	margin: 2px;
   1244 }
   1245 
   1246 .quicktags-toolbar input[value="link"] {
   1247 	text-decoration: underline;
   1248 }
   1249 
   1250 .quicktags-toolbar input[value="del"] {
   1251 	text-decoration: line-through;
   1252 }
   1253 
   1254 .quicktags-toolbar input[value="i"] {
   1255 	font-style: italic;
   1256 }
   1257 
   1258 .quicktags-toolbar input[value="b"] {
   1259 	font-weight: 600;
   1260 }
   1261 
   1262 .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
   1263 .qt-dfw {
   1264 	position: absolute;
   1265 	top: 0;
   1266 	left: 0;
   1267 }
   1268 
   1269 .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
   1270 	margin: 7px 0 0 7px;
   1271 }
   1272 
   1273 .qt-dfw {
   1274 	margin: 5px 0 0 5px;
   1275 }
   1276 
   1277 .qt-fullscreen {
   1278 	position: static;
   1279 	margin: 2px;
   1280 }
   1281 
   1282 @media screen and (max-width: 782px) {
   1283 	.mce-toolbar .mce-btn button,
   1284 	.qt-dfw {
   1285 		padding: 6px 7px;
   1286 	}
   1287 
   1288 	/* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */
   1289 	.mce-toolbar .mce-btn-group .mce-btn.mce-primary button {
   1290 		padding: 6px 7px 5px;
   1291 	}
   1292 
   1293 	.mce-toolbar .mce-btn-group .mce-btn {
   1294 		margin: 1px;
   1295 	}
   1296 
   1297 	.qt-dfw {
   1298 		width: 36px;
   1299 		height: 34px;
   1300 	}
   1301 
   1302 	.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
   1303 		margin: 4px 0 0 4px;
   1304 	}
   1305 
   1306 	.mce-toolbar .mce-colorbutton .mce-preview {
   1307 		right: 8px;
   1308 		bottom: 6px;
   1309 	}
   1310 
   1311 	.mce-window .mce-btn {
   1312 		padding: 2px 0;
   1313 	}
   1314 
   1315 	.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first,
   1316 	.has-dfw .quicktags-toolbar {
   1317 		padding-left: 40px;
   1318 	}
   1319 }
   1320 
   1321 @media screen and (min-width: 782px) {
   1322 	.wp-core-ui .quicktags-toolbar input.button.button-small {
   1323 		/* .button-small is normally 11px, but a bit too small for these buttons. */
   1324 		font-size: 12px;
   1325 		min-height: 26px;
   1326 		line-height: 2;
   1327 	}
   1328 }
   1329 
   1330 #wp_editbtns,
   1331 #wp_gallerybtns {
   1332 	padding: 2px;
   1333 	position: absolute;
   1334 	display: none;
   1335 	z-index: 100020;
   1336 }
   1337 
   1338 #wp_editimgbtn,
   1339 #wp_delimgbtn,
   1340 #wp_editgallery,
   1341 #wp_delgallery {
   1342 	background-color: #f0f0f1;
   1343 	margin: 2px;
   1344 	padding: 2px;
   1345 	border: 1px solid #8c8f94;
   1346 	border-radius: 3px;
   1347 }
   1348 
   1349 #wp_editimgbtn:hover,
   1350 #wp_delimgbtn:hover,
   1351 #wp_editgallery:hover,
   1352 #wp_delgallery:hover {
   1353 	border-color: #50575e;
   1354 	background-color: #c3c4c7;
   1355 }
   1356 
   1357 /*------------------------------------------------------------------------------
   1358  wp-link
   1359 ------------------------------------------------------------------------------*/
   1360 
   1361 #wp-link-wrap {
   1362 	display: none;
   1363 	background-color: #fff;
   1364 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
   1365 	width: 500px;
   1366 	overflow: hidden;
   1367 	margin-right: -250px;
   1368 	margin-top: -125px;
   1369 	position: fixed;
   1370 	top: 50%;
   1371 	right: 50%;
   1372 	z-index: 100105;
   1373 	transition: height 0.2s, margin-top 0.2s;
   1374 }
   1375 
   1376 #wp-link-backdrop {
   1377 	display: none;
   1378 	position: fixed;
   1379 	top: 0;
   1380 	right: 0;
   1381 	left: 0;
   1382 	bottom: 0;
   1383 	min-height: 360px;
   1384 	background: #000;
   1385 	opacity: 0.7;
   1386 	filter: alpha(opacity=70);
   1387 	z-index: 100100;
   1388 }
   1389 
   1390 #wp-link {
   1391 	position: relative;
   1392 	height: 100%;
   1393 }
   1394 
   1395 #wp-link-wrap {
   1396 	height: 500px;
   1397 	margin-top: -250px;
   1398 }
   1399 
   1400 #wp-link-wrap .wp-link-text-field {
   1401 	display: none;
   1402 }
   1403 
   1404 #wp-link-wrap.has-text-field .wp-link-text-field {
   1405 	display: block;
   1406 }
   1407 
   1408 #link-modal-title {
   1409 	background: #fff;
   1410 	border-bottom: 1px solid #dcdcde;
   1411 	height: 36px;
   1412 	font-size: 18px;
   1413 	font-weight: 600;
   1414 	line-height: 2;
   1415 	margin: 0;
   1416 	padding: 0 16px 0 36px;
   1417 }
   1418 
   1419 #wp-link-close {
   1420 	color: #646970;
   1421 	padding: 0;
   1422 	position: absolute;
   1423 	top: 0;
   1424 	left: 0;
   1425 	width: 36px;
   1426 	height: 36px;
   1427 	text-align: center;
   1428 	background: none;
   1429 	border: none;
   1430 	cursor: pointer;
   1431 }
   1432 
   1433 #wp-link-close:before {
   1434 	font: normal 20px/36px dashicons;
   1435 	vertical-align: top;
   1436 	speak: never;
   1437 	-webkit-font-smoothing: antialiased;
   1438 	-moz-osx-font-smoothing: grayscale;
   1439 	width: 36px;
   1440 	height: 36px;
   1441 	content: "\f158";
   1442 }
   1443 
   1444 #wp-link-close:hover,
   1445 #wp-link-close:focus {
   1446 	color: #135e96;
   1447 }
   1448 
   1449 #wp-link-close:focus {
   1450 	outline: none;
   1451 	box-shadow:
   1452 		0 0 0 1px #4f94d4,
   1453 		0 0 2px 1px rgba(79, 148, 212, 0.8);
   1454 	/* Only visible in Windows High Contrast mode */
   1455 	outline: 2px solid transparent;
   1456 	outline-offset: -2px;
   1457 }
   1458 
   1459 #wp-link-wrap #link-selector {
   1460 	-webkit-overflow-scrolling: touch;
   1461 	padding: 0 16px;
   1462 	position: absolute;
   1463 	top: 37px;
   1464 	right: 0;
   1465 	left: 0;
   1466 	bottom: 44px;
   1467 }
   1468 
   1469 #wp-link ol,
   1470 #wp-link ul {
   1471 	list-style: none;
   1472 	margin: 0;
   1473 	padding: 0;
   1474 }
   1475 
   1476 #wp-link input[type="text"] {
   1477 	box-sizing: border-box;
   1478 }
   1479 
   1480 #wp-link #link-options {
   1481 	padding: 8px 0 12px;
   1482 }
   1483 
   1484 #wp-link p.howto {
   1485 	margin: 3px 0;
   1486 }
   1487 
   1488 #wp-link p.howto a {
   1489 	text-decoration: none;
   1490 	color: inherit;
   1491 }
   1492 
   1493 #wp-link label input[type="text"] {
   1494 	margin-top: 5px;
   1495 	width: 70%;
   1496 }
   1497 
   1498 #wp-link #link-options label span,
   1499 #wp-link #search-panel label span.search-label {
   1500 	display: inline-block;
   1501 	width: 80px;
   1502 	text-align: left;
   1503 	padding-left: 5px;
   1504 	max-width: 24%;
   1505 	vertical-align: middle;
   1506 	word-wrap: break-word;
   1507 }
   1508 
   1509 #wp-link .link-search-field {
   1510 	width: 250px;
   1511 	max-width: 70%;
   1512 }
   1513 
   1514 #wp-link .link-search-wrapper {
   1515 	margin: 5px 0 9px;
   1516 	display: block;
   1517 	overflow: hidden;
   1518 }
   1519 
   1520 #wp-link .link-search-wrapper .spinner {
   1521 	float: none;
   1522 	margin: -3px 4px 0 0;
   1523 }
   1524 
   1525 #wp-link .link-target {
   1526 	padding: 3px 0 0;
   1527 	white-space: nowrap;
   1528 	overflow: hidden;
   1529 	text-overflow: ellipsis;
   1530 }
   1531 
   1532 #wp-link .link-target label {
   1533 	max-width: 70%;
   1534 }
   1535 
   1536 #wp-link .query-results {
   1537 	border: 1px #dcdcde solid;
   1538 	margin: 0 0 12px;
   1539 	background: #fff;
   1540 	overflow: auto;
   1541 	position: absolute;
   1542 	right: 16px;
   1543 	left: 16px;
   1544 	bottom: 0;
   1545 	top: 166px;
   1546 }
   1547 
   1548 .has-text-field #wp-link .query-results {
   1549 	top: 210px;
   1550 }
   1551 
   1552 #wp-link li {
   1553 	clear: both;
   1554 	margin-bottom: 0;
   1555 	border-bottom: 1px solid #f0f0f1;
   1556 	color: #2c3338;
   1557 	padding: 4px 10px 4px 6px;
   1558 	cursor: pointer;
   1559 	position: relative;
   1560 }
   1561 
   1562 #wp-link .query-notice {
   1563 	padding: 0;
   1564 	border-bottom: 1px solid #dcdcde;
   1565 	background-color: #fff;
   1566 	color: #000;
   1567 }
   1568 
   1569 #wp-link .query-notice .query-notice-default,
   1570 #wp-link .query-notice .query-notice-hint {
   1571 	display: block;
   1572 	padding: 6px;
   1573 	border-right: 4px solid #72aee6;
   1574 }
   1575 
   1576 #wp-link .unselectable.no-matches-found {
   1577 	padding: 0;
   1578 	border-bottom: 1px solid #dcdcde;
   1579 	background-color: #f6f7f7;
   1580 }
   1581 
   1582 #wp-link .no-matches-found .item-title {
   1583 	display: block;
   1584 	padding: 6px;
   1585 	border-right: 4px solid #d63638;
   1586 }
   1587 
   1588 #wp-link .query-results em {
   1589 	font-style: normal;
   1590 }
   1591 
   1592 #wp-link li:hover {
   1593 	background: #f0f6fc;
   1594 	color: #101517;
   1595 }
   1596 
   1597 #wp-link li.unselectable {
   1598 	border-bottom: 1px solid #dcdcde;
   1599 }
   1600 
   1601 #wp-link li.unselectable:hover {
   1602 	background: #fff;
   1603 	cursor: auto;
   1604 	color: #2c3338;
   1605 }
   1606 
   1607 #wp-link li.selected {
   1608 	background: #dcdcde;
   1609 	color: #2c3338;
   1610 }
   1611 
   1612 #wp-link li.selected .item-title {
   1613 	font-weight: 600;
   1614 }
   1615 
   1616 #wp-link li:last-child {
   1617 	border: none;
   1618 }
   1619 
   1620 #wp-link .item-title {
   1621 	display: inline-block;
   1622 	width: 80%;
   1623 	width: calc(100% - 68px);
   1624 	word-wrap: break-word;
   1625 }
   1626 
   1627 #wp-link .item-info {
   1628 	text-transform: uppercase;
   1629 	color: #646970;
   1630 	font-size: 11px;
   1631 	position: absolute;
   1632 	left: 5px;
   1633 	top: 5px;
   1634 }
   1635 
   1636 #wp-link .river-waiting {
   1637 	display: none;
   1638 	padding: 10px 0;
   1639 }
   1640 
   1641 #wp-link .submitbox {
   1642 	padding: 8px 16px;
   1643 	background: #fff;
   1644 	border-top: 1px solid #dcdcde;
   1645 	position: absolute;
   1646 	bottom: 0;
   1647 	right: 0;
   1648 	left: 0;
   1649 }
   1650 
   1651 #wp-link-cancel {
   1652 	line-height: 1.92307692;
   1653 	float: right;
   1654 }
   1655 
   1656 #wp-link-update {
   1657 	line-height: 1.76923076;
   1658 	float: left;
   1659 }
   1660 
   1661 #wp-link-submit {
   1662 	float: left;
   1663 }
   1664 
   1665 @media screen and (max-width: 782px) {
   1666 	#wp-link-wrap {
   1667 		margin-top: -140px;
   1668 	}
   1669 
   1670 	#wp-link-wrap .query-results {
   1671 		top: 195px;
   1672 	}
   1673 
   1674 	#wp-link-wrap.has-text-field .query-results {
   1675 		top: 235px;
   1676 	}
   1677 
   1678 	#link-selector {
   1679 		padding: 0 16px 60px;
   1680 	}
   1681 
   1682 	#wp-link-wrap #link-selector {
   1683 		bottom: 52px;
   1684 	}
   1685 
   1686 	#wp-link-cancel {
   1687 		line-height: 2.46153846;
   1688 	}
   1689 
   1690 	#wp-link .link-target {
   1691 		padding-top: 10px;
   1692 	}
   1693 
   1694 	#wp-link .submitbox .button {
   1695 		margin-bottom: 0;
   1696 	}
   1697 }
   1698 
   1699 @media screen and (max-width: 520px) {
   1700 	#wp-link-wrap {
   1701 		width: auto;
   1702 		margin-right: 0;
   1703 		right: 10px;
   1704 		left: 10px;
   1705 		max-width: 500px;
   1706 	}
   1707 }
   1708 
   1709 @media screen and (max-height: 520px) {
   1710 	#wp-link-wrap {
   1711 		transition: none;
   1712 		height: auto;
   1713 		margin-top: 0;
   1714 		top: 10px;
   1715 		bottom: 10px;
   1716 	}
   1717 
   1718 	#link-selector {
   1719 		overflow: auto;
   1720 	}
   1721 
   1722 	#search-panel .query-results {
   1723 		position: static;
   1724 	}
   1725 }
   1726 
   1727 @media screen and (max-height: 290px) {
   1728 	#wp-link-wrap {
   1729 		height: auto;
   1730 		margin-top: 0;
   1731 		top: 10px;
   1732 		bottom: 10px;
   1733 	}
   1734 
   1735 	#link-selector {
   1736 		overflow: auto;
   1737 		height: calc(100% - 92px);
   1738 		padding-bottom: 2px;
   1739 	}
   1740 
   1741 	#search-panel .query-results {
   1742 		position: static;
   1743 	}
   1744 }
   1745 
   1746 div.wp-link-preview {
   1747 	float: right;
   1748 	margin: 5px;
   1749 	max-width: 694px;
   1750 	overflow: hidden;
   1751 	text-overflow: ellipsis;
   1752 }
   1753 
   1754 div.wp-link-preview a {
   1755 	color: #2271b1;
   1756 	text-decoration: underline;
   1757 	transition-property: border, background, color;
   1758 	transition-duration: .05s;
   1759 	transition-timing-function: ease-in-out;
   1760 	cursor: pointer;
   1761 }
   1762 
   1763 div.wp-link-preview a.wplink-url-error {
   1764 	color: #d63638;
   1765 }
   1766 
   1767 div.wp-link-input {
   1768 	float: right;
   1769 	margin: 2px;
   1770 	max-width: 694px;
   1771 }
   1772 
   1773 div.wp-link-input input {
   1774 	width: 300px;
   1775 	padding: 3px;
   1776 	box-sizing: border-box;
   1777 	line-height: 1.28571429; /* 18px */
   1778 	/* Override value inherited from default input fields. */
   1779 	min-height: 26px;
   1780 }
   1781 
   1782 .mce-toolbar div.wp-link-preview ~ .mce-btn,
   1783 .mce-toolbar div.wp-link-input ~ .mce-btn {
   1784 	margin: 2px 1px;
   1785 }
   1786 
   1787 .mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child {
   1788 	margin-left: 2px;
   1789 }
   1790 
   1791 .ui-autocomplete.wplink-autocomplete {
   1792 	z-index: 100110;
   1793 	max-height: 200px;
   1794 	overflow-y: auto;
   1795 	padding: 0;
   1796 	margin: 0;
   1797 	list-style: none;
   1798 	position: absolute;
   1799 	border: 1px solid #4f94d4;
   1800 	box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8);
   1801 	background-color: #fff;
   1802 }
   1803 
   1804 .ui-autocomplete.wplink-autocomplete li {
   1805 	margin-bottom: 0;
   1806 	padding: 4px 10px;
   1807 	clear: both;
   1808 	white-space: normal;
   1809 	text-align: right;
   1810 }
   1811 
   1812 .ui-autocomplete.wplink-autocomplete li .wp-editor-float-right {
   1813 	float: left;
   1814 }
   1815 
   1816 .ui-autocomplete.wplink-autocomplete li.ui-state-focus {
   1817 	background-color: #dcdcde;
   1818 	cursor: pointer;
   1819 }
   1820 
   1821 @media screen and (max-width: 782px) {
   1822 	div.wp-link-preview,
   1823 	div.wp-link-input {
   1824 		max-width: 70%;
   1825 		max-width: calc(100% - 86px);
   1826 	}
   1827 
   1828 	div.wp-link-preview {
   1829 		margin: 8px 5px 8px 0;
   1830 	}
   1831 
   1832 	div.wp-link-input {
   1833 		width: 300px;
   1834 	}
   1835 
   1836 	div.wp-link-input input {
   1837 		width: 100%;
   1838 		font-size: 16px;
   1839 		padding: 5px;
   1840 	}
   1841 }
   1842 
   1843 /* =Overlay Body
   1844 -------------------------------------------------------------- */
   1845 
   1846 .mce-fullscreen {
   1847 	z-index: 100010;
   1848 }
   1849 
   1850 /* =Localization
   1851 -------------------------------------------------------------- */
   1852 .rtl .wp-switch-editor,
   1853 .rtl .quicktags-toolbar input {
   1854 	font-family: Tahoma, sans-serif;
   1855 }
   1856 
   1857 /* rtl:ignore */
   1858 .mce-rtl .mce-flow-layout .mce-flow-layout-item > div {
   1859 	direction: rtl;
   1860 }
   1861 
   1862 /* rtl:ignore */
   1863 .mce-rtl .mce-listbox i.mce-caret {
   1864 	left: 6px;
   1865 }
   1866 
   1867 html:lang(he-il) .rtl .wp-switch-editor,
   1868 html:lang(he-il) .rtl .quicktags-toolbar input {
   1869 	font-family: Arial, sans-serif;
   1870 }
   1871 
   1872 /* HiDPI */
   1873 @media print,
   1874   (-webkit-min-device-pixel-ratio: 1.25),
   1875   (min-resolution: 120dpi) {
   1876 	.wp-media-buttons .add_media span.wp-media-buttons-icon {
   1877 		background: none;
   1878 	}
   1879 }