tav-ui
Version:
1,875 lines (1,871 loc) • 131 kB
text/less
@import '../var/index.less';
@component-name: ~'@{namespace}-editor';
/**
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
* Licensed under the LGPL or a commercial license.
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*/
.mce-content-body .mce-item-anchor {
background: transparent
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A")
no-repeat center;
cursor: default;
display: inline-block;
height: 12px !important;
padding: 0 2px;
-webkit-user-modify: read-only;
-moz-user-modify: read-only;
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
width: 8px !important;
}
.mce-content-body .mce-item-anchor[data-mce-selected] {
outline-offset: 1px;
}
.tox-comments-visible .tox-comment {
background-color: #fff0b7;
}
.tox-comments-visible .tox-comment--active {
background-color: #ffe168;
}
.tox-checklist > li:not(.tox-checklist--hidden) {
list-style: none;
margin: 0.25em 0;
}
.tox-checklist > li:not(.tox-checklist--hidden)::before {
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
cursor: pointer;
height: 1em;
margin-left: -1.5em;
margin-top: 0.125em;
position: absolute;
width: 1em;
}
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
}
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
margin-left: 0;
margin-right: -1.5em;
}
code[class*='language-'],
pre[class*='language-'] {
color: #000;
background: 0 0;
text-shadow: 0 1px #fff;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
code[class*='language-'] ::-moz-selection,
code[class*='language-']::-moz-selection,
pre[class*='language-'] ::-moz-selection,
pre[class*='language-']::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
code[class*='language-'] ::selection,
code[class*='language-']::selection,
pre[class*='language-'] ::selection,
pre[class*='language-']::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*='language-'],
pre[class*='language-'] {
text-shadow: none;
}
}
pre[class*='language-'] {
padding: 1em;
margin: 0.5em 0;
overflow: auto;
}
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: #f5f2f0;
}
:not(pre) > code[class*='language-'] {
padding: 0.1em;
border-radius: 0.3em;
white-space: normal;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
color: #708090;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
color: #905;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
color: #690;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
color: #9a6e3a;
background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.class-name,
.token.function {
color: #dd4a68;
}
.token.important,
.token.regex,
.token.variable {
color: #e90;
}
.token.bold,
.token.important {
font-weight: 700;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
.mce-content-body {
overflow-wrap: break-word;
word-wrap: break-word;
}
.mce-content-body .mce-visual-caret {
background-color: #000;
background-color: currentColor;
position: absolute;
}
.mce-content-body .mce-visual-caret-hidden {
display: none;
}
.mce-content-body [data-mce-caret] {
left: -1000px;
margin: 0;
padding: 0;
position: absolute;
right: auto;
top: 0;
}
.mce-content-body .mce-offscreen-selection {
left: -2000000px;
max-width: 1000000px;
position: absolute;
}
.mce-content-body [contentEditable='false'] {
cursor: default;
}
.mce-content-body [contentEditable='true'] {
cursor: text;
}
.tox-cursor-format-painter {
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
default;
}
.mce-content-body figure.align-left {
float: left;
}
.mce-content-body figure.align-right {
float: right;
}
.mce-content-body figure.image.align-center {
display: table;
margin-left: auto;
margin-right: auto;
}
.mce-preview-object {
border: 1px solid gray;
display: inline-block;
line-height: 0;
margin: 0 2px 0 2px;
position: relative;
}
.mce-preview-object .mce-shim {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.mce-preview-object[data-mce-selected='2'] .mce-shim {
display: none;
}
.mce-object {
background: transparent
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A')
no-repeat center;
border: 1px dashed #aaa;
}
.mce-pagebreak {
border: 1px dashed #aaa;
cursor: default;
display: block;
height: 5px;
margin-top: 15px;
page-break-before: always;
width: 100%;
}
@media print {
.mce-pagebreak {
border: 0;
}
}
.tiny-pageembed .mce-shim {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
display: none;
}
.tiny-pageembed {
display: inline-block;
position: relative;
}
.tiny-pageembed--16by9,
.tiny-pageembed--1by1,
.tiny-pageembed--21by9,
.tiny-pageembed--4by3 {
display: block;
overflow: hidden;
padding: 0;
position: relative;
width: 100%;
}
.tiny-pageembed--21by9 {
padding-top: 42.857143%;
}
.tiny-pageembed--16by9 {
padding-top: 56.25%;
}
.tiny-pageembed--4by3 {
padding-top: 75%;
}
.tiny-pageembed--1by1 {
padding-top: 100%;
}
.tiny-pageembed--16by9 iframe,
.tiny-pageembed--1by1 iframe,
.tiny-pageembed--21by9 iframe,
.tiny-pageembed--4by3 iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.mce-content-body[data-mce-placeholder] {
position: relative;
}
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
color: rgba(34, 47, 62, 0.7);
content: attr(data-mce-placeholder);
position: absolute;
}
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
left: 1px;
}
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
right: 1px;
}
.mce-content-body div.mce-resizehandle {
background-color: #4099ff;
border-color: #4099ff;
border-style: solid;
border-width: 1px;
box-sizing: border-box;
height: 10px;
position: absolute;
width: 10px;
z-index: 1298;
}
.mce-content-body div.mce-resizehandle:hover {
background-color: #4099ff;
}
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
cursor: nwse-resize;
}
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
cursor: nesw-resize;
}
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
cursor: nwse-resize;
}
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
cursor: nesw-resize;
}
.mce-content-body .mce-resize-backdrop {
z-index: 10000;
}
.mce-content-body .mce-clonedresizable {
cursor: default;
opacity: 0.5;
outline: 1px dashed #000;
position: absolute;
z-index: 10001;
}
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td,
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
border: 0;
}
.mce-content-body .mce-resize-helper {
background: #555;
background: rgba(0, 0, 0, 0.75);
border: 1px;
border-radius: 3px;
color: #fff;
display: none;
font-family: sans-serif;
font-size: 12px;
line-height: 14px;
margin: 5px 10px;
padding: 5px;
position: absolute;
white-space: nowrap;
z-index: 10002;
}
.tox-rtc-user-selection {
position: relative;
}
.tox-rtc-user-cursor {
bottom: 0;
cursor: default;
position: absolute;
top: 0;
width: 2px;
}
.tox-rtc-user-cursor::before {
background-color: inherit;
border-radius: 50%;
content: '';
display: block;
height: 8px;
position: absolute;
right: -3px;
top: -3px;
width: 8px;
}
.tox-rtc-user-cursor:hover::after {
background-color: inherit;
border-radius: 100px;
box-sizing: border-box;
color: #fff;
content: attr(data-user);
display: block;
font-size: 12px;
font-weight: 700;
left: -5px;
min-height: 8px;
min-width: 8px;
padding: 0 12px;
position: absolute;
top: -11px;
white-space: nowrap;
z-index: 1000;
}
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
background-color: #2dc26b;
}
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
background-color: #e03e2d;
}
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
background-color: #f1c40f;
}
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
background-color: #3598db;
}
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
background-color: #b96ad9;
}
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
background-color: #e67e23;
}
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
background-color: #aaa69d;
}
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
background-color: #f368e0;
}
.tox-rtc-remote-image {
background: #eaeaea
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
no-repeat center center;
border: 1px solid #ccc;
min-height: 240px;
min-width: 320px;
}
.mce-match-marker {
background: #aaa;
color: #fff;
}
.mce-match-marker-selected {
background: #39f;
color: #fff;
}
.mce-match-marker-selected::-moz-selection {
background: #39f;
color: #fff;
}
.mce-match-marker-selected::selection {
background: #39f;
color: #fff;
}
.mce-content-body audio[data-mce-selected],
.mce-content-body embed[data-mce-selected],
.mce-content-body img[data-mce-selected],
.mce-content-body object[data-mce-selected],
.mce-content-body table[data-mce-selected],
.mce-content-body video[data-mce-selected] {
outline: 3px solid #b4d7ff;
}
.mce-content-body hr[data-mce-selected] {
outline: 3px solid #b4d7ff;
outline-offset: 1px;
}
.mce-content-body [contentEditable='false'] [contentEditable='true']:focus {
outline: 3px solid #b4d7ff;
}
.mce-content-body [contentEditable='false'] [contentEditable='true']:hover {
outline: 3px solid #b4d7ff;
}
.mce-content-body [contentEditable='false'][data-mce-selected] {
cursor: not-allowed;
outline: 3px solid #b4d7ff;
}
.mce-content-body.mce-content-readonly [contentEditable='true']:focus,
.mce-content-body.mce-content-readonly [contentEditable='true']:hover {
outline: 0;
}
.mce-content-body [data-mce-selected='inline-boundary'] {
background-color: #b4d7ff;
}
.mce-content-body .mce-edit-focus {
outline: 3px solid #b4d7ff;
}
.mce-content-body td[data-mce-selected],
.mce-content-body th[data-mce-selected] {
position: relative;
}
.mce-content-body td[data-mce-selected]::-moz-selection,
.mce-content-body th[data-mce-selected]::-moz-selection {
background: 0 0;
}
.mce-content-body td[data-mce-selected]::selection,
.mce-content-body th[data-mce-selected]::selection {
background: 0 0;
}
.mce-content-body td[data-mce-selected] *,
.mce-content-body th[data-mce-selected] * {
outline: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mce-content-body td[data-mce-selected]::after,
.mce-content-body th[data-mce-selected]::after {
background-color: rgba(180, 215, 255, 0.7);
border: 1px solid rgba(180, 215, 255, 0.7);
bottom: -1px;
content: '';
left: -1px;
mix-blend-mode: multiply;
position: absolute;
right: -1px;
top: -1px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.mce-content-body td[data-mce-selected]::after,
.mce-content-body th[data-mce-selected]::after {
border-color: rgba(0, 84, 180, 0.7);
}
}
.mce-content-body img::-moz-selection {
background: 0 0;
}
.mce-content-body img::selection {
background: 0 0;
}
.ephox-snooker-resizer-bar {
background-color: #b4d7ff;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ephox-snooker-resizer-cols {
cursor: col-resize;
}
.ephox-snooker-resizer-rows {
cursor: row-resize;
}
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
opacity: 1;
}
.mce-spellchecker-word {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
background-position: 0 calc(100% + 1px);
background-repeat: repeat-x;
background-size: auto 6px;
cursor: default;
height: 2rem;
}
.mce-spellchecker-grammar {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
background-position: 0 calc(100% + 1px);
background-repeat: repeat-x;
background-size: auto 6px;
cursor: default;
}
.mce-toc {
border: 1px solid gray;
}
.mce-toc h2 {
margin: 4px;
}
.mce-toc li {
list-style-type: none;
}
.mce-item-table:not([border]),
.mce-item-table:not([border]) caption,
.mce-item-table:not([border]) td,
.mce-item-table:not([border]) th,
.mce-item-table[border='0'],
.mce-item-table[border='0'] caption,
.mce-item-table[border='0'] td,
.mce-item-table[border='0'] th,
table[style*='border-width: 0px'],
table[style*='border-width: 0px'] caption,
table[style*='border-width: 0px'] td,
table[style*='border-width: 0px'] th {
border: 1px dashed #bbb;
}
.mce-visualblocks address,
.mce-visualblocks article,
.mce-visualblocks aside,
.mce-visualblocks blockquote,
.mce-visualblocks div:not([data-mce-bogus]),
.mce-visualblocks dl,
.mce-visualblocks figcaption,
.mce-visualblocks figure,
.mce-visualblocks h1,
.mce-visualblocks h2,
.mce-visualblocks h3,
.mce-visualblocks h4,
.mce-visualblocks h5,
.mce-visualblocks h6,
.mce-visualblocks hgroup,
.mce-visualblocks ol,
.mce-visualblocks p,
.mce-visualblocks pre,
.mce-visualblocks section,
.mce-visualblocks ul {
background-repeat: no-repeat;
border: 1px dashed #bbb;
margin-left: 3px;
padding-top: 10px;
}
.mce-visualblocks p {
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
}
.mce-visualblocks h1 {
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
}
.mce-visualblocks h2 {
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
}
.mce-visualblocks h3 {
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
}
.mce-visualblocks h4 {
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
}
.mce-visualblocks h5 {
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
}
.mce-visualblocks h6 {
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
}
.mce-visualblocks div:not([data-mce-bogus]) {
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
}
.mce-visualblocks section {
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
}
.mce-visualblocks article {
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
}
.mce-visualblocks blockquote {
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
}
.mce-visualblocks address {
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
}
.mce-visualblocks pre {
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
}
.mce-visualblocks figure {
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
}
.mce-visualblocks figcaption {
border: 1px dashed #bbb;
}
.mce-visualblocks hgroup {
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
}
.mce-visualblocks aside {
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
}
.mce-visualblocks ul {
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
}
.mce-visualblocks ol {
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
}
.mce-visualblocks dl {
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
}
.mce-visualblocks:not([dir='rtl']) address,
.mce-visualblocks:not([dir='rtl']) article,
.mce-visualblocks:not([dir='rtl']) aside,
.mce-visualblocks:not([dir='rtl']) blockquote,
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
.mce-visualblocks:not([dir='rtl']) dl,
.mce-visualblocks:not([dir='rtl']) figcaption,
.mce-visualblocks:not([dir='rtl']) figure,
.mce-visualblocks:not([dir='rtl']) h1,
.mce-visualblocks:not([dir='rtl']) h2,
.mce-visualblocks:not([dir='rtl']) h3,
.mce-visualblocks:not([dir='rtl']) h4,
.mce-visualblocks:not([dir='rtl']) h5,
.mce-visualblocks:not([dir='rtl']) h6,
.mce-visualblocks:not([dir='rtl']) hgroup,
.mce-visualblocks:not([dir='rtl']) ol,
.mce-visualblocks:not([dir='rtl']) p,
.mce-visualblocks:not([dir='rtl']) pre,
.mce-visualblocks:not([dir='rtl']) section,
.mce-visualblocks:not([dir='rtl']) ul {
margin-left: 3px;
}
.mce-visualblocks[dir='rtl'] address,
.mce-visualblocks[dir='rtl'] article,
.mce-visualblocks[dir='rtl'] aside,
.mce-visualblocks[dir='rtl'] blockquote,
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
.mce-visualblocks[dir='rtl'] dl,
.mce-visualblocks[dir='rtl'] figcaption,
.mce-visualblocks[dir='rtl'] figure,
.mce-visualblocks[dir='rtl'] h1,
.mce-visualblocks[dir='rtl'] h2,
.mce-visualblocks[dir='rtl'] h3,
.mce-visualblocks[dir='rtl'] h4,
.mce-visualblocks[dir='rtl'] h5,
.mce-visualblocks[dir='rtl'] h6,
.mce-visualblocks[dir='rtl'] hgroup,
.mce-visualblocks[dir='rtl'] ol,
.mce-visualblocks[dir='rtl'] p,
.mce-visualblocks[dir='rtl'] pre,
.mce-visualblocks[dir='rtl'] section,
.mce-visualblocks[dir='rtl'] ul {
background-position-x: right;
margin-right: 3px;
}
.mce-nbsp,
.mce-shy {
background: #aaa;
}
.mce-shy::after {
content: '-';
}
body {
font-family: sans-serif;
}
table {
border-collapse: collapse;
}
/**
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
* Licensed under the LGPL or a commercial license.
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*/
.tox {
box-shadow: none;
box-sizing: content-box;
color: #222f3e;
cursor: auto;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
-webkit-tap-highlight-color: transparent;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: initial;
white-space: normal;
}
.tox :not(svg):not(rect) {
box-sizing: inherit;
color: inherit;
cursor: inherit;
direction: inherit;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
line-height: inherit;
-webkit-tap-highlight-color: inherit;
text-align: inherit;
text-decoration: inherit;
text-shadow: inherit;
text-transform: inherit;
vertical-align: inherit;
white-space: inherit;
}
.tox :not(svg):not(rect) {
background: 0 0;
border: 0;
box-shadow: none;
float: none;
height: auto;
margin: 0;
max-width: none;
outline: 0;
padding: 0;
position: static;
width: auto;
}
.tox:not([dir='rtl']) {
direction: ltr;
text-align: left;
}
.tox[dir='rtl'] {
direction: rtl;
text-align: right;
}
.tox-tinymce {
border: 1px solid #ccc;
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
display: flex;
flex-direction: column;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
overflow: hidden;
position: relative;
visibility: inherit !important;
}
.tox-tinymce-inline {
border: none;
box-shadow: none;
}
.tox-tinymce-inline .tox-editor-header {
background-color: transparent;
border: 1px solid #ccc;
border-radius: 0;
box-shadow: none;
}
.tox-tinymce-aux {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
z-index: 1300;
}
.tox-tinymce :focus,
.tox-tinymce-aux :focus {
outline: 0;
}
button::-moz-focus-inner {
border: 0;
}
.tox[dir='rtl'] .tox-icon--flip svg {
transform: rotateY(180deg);
}
.tox .accessibility-issue__header {
align-items: center;
display: flex;
margin-bottom: 4px;
}
.tox .accessibility-issue__description {
align-items: stretch;
border: 1px solid #ccc;
border-radius: 3px;
display: flex;
justify-content: space-between;
}
.tox .accessibility-issue__description > div {
padding-bottom: 4px;
}
.tox .accessibility-issue__description > div > div {
align-items: center;
display: flex;
margin-bottom: 4px;
}
.tox .accessibility-issue__description > :last-child:not(:only-child) {
border-color: #ccc;
border-style: solid;
}
.tox .accessibility-issue__repair {
margin-top: 16px;
}
.tox
.tox-dialog__body-content
.accessibility-issue--info
.accessibility-issue__description {
background-color: rgba(32, 122, 183, 0.1);
border-color: rgba(32, 122, 183, 0.4);
color: #222f3e;
}
.tox
.tox-dialog__body-content
.accessibility-issue--info
.accessibility-issue__description
> :last-child {
border-color: rgba(32, 122, 183, 0.4);
}
.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
color: #207ab7;
}
.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
fill: #207ab7;
}
.tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
color: #207ab7;
}
.tox
.tox-dialog__body-content
.accessibility-issue--warn
.accessibility-issue__description {
background-color: rgba(255, 165, 0, 0.1);
border-color: rgba(255, 165, 0, 0.5);
color: #222f3e;
}
.tox
.tox-dialog__body-content
.accessibility-issue--warn
.accessibility-issue__description
> :last-child {
border-color: rgba(255, 165, 0, 0.5);
}
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
color: #cc8500;
}
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
fill: #cc8500;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
color: #cc8500;
}
.tox
.tox-dialog__body-content
.accessibility-issue--error
.accessibility-issue__description {
background-color: rgba(204, 0, 0, 0.1);
border-color: rgba(204, 0, 0, 0.4);
color: #222f3e;
}
.tox
.tox-dialog__body-content
.accessibility-issue--error
.accessibility-issue__description
> :last-child {
border-color: rgba(204, 0, 0, 0.4);
}
.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
color: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
fill: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
color: #c00;
}
.tox
.tox-dialog__body-content
.accessibility-issue--success
.accessibility-issue__description {
background-color: rgba(120, 171, 70, 0.1);
border-color: rgba(120, 171, 70, 0.4);
color: #222f3e;
}
.tox
.tox-dialog__body-content
.accessibility-issue--success
.accessibility-issue__description
> :last-child {
border-color: rgba(120, 171, 70, 0.4);
}
.tox
.tox-dialog__body-content
.accessibility-issue--success
.tox-form__group
h2 {
color: #78ab46;
}
.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
fill: #78ab46;
}
.tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
color: #78ab46;
}
.tox .tox-dialog__body-content .accessibility-issue__header h1,
.tox
.tox-dialog__body-content
.tox-form__group
.accessibility-issue__description
h2 {
margin-top: 0;
}
.tox:not([dir='rtl'])
.tox-dialog__body-content
.accessibility-issue__header
.tox-button {
margin-left: 4px;
}
.tox:not([dir='rtl'])
.tox-dialog__body-content
.accessibility-issue__header
> :nth-last-child(2) {
margin-left: auto;
}
.tox:not([dir='rtl'])
.tox-dialog__body-content
.accessibility-issue__description {
padding: 4px 4px 4px 8px;
}
.tox:not([dir='rtl'])
.tox-dialog__body-content
.accessibility-issue__description
> :last-child {
border-left-width: 1px;
padding-left: 4px;
}
.tox[dir='rtl']
.tox-dialog__body-content
.accessibility-issue__header
.tox-button {
margin-right: 4px;
}
.tox[dir='rtl']
.tox-dialog__body-content
.accessibility-issue__header
> :nth-last-child(2) {
margin-right: auto;
}
.tox[dir='rtl'] .tox-dialog__body-content .accessibility-issue__description {
padding: 4px 8px 4px 4px;
}
.tox[dir='rtl']
.tox-dialog__body-content
.accessibility-issue__description
> :last-child {
border-right-width: 1px;
padding-right: 4px;
}
.tox .tox-anchorbar {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bar {
display: flex;
flex: 0 0 auto;
}
.tox .tox-button {
background-color: #207ab7;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
border-color: #207ab7;
border-radius: 3px;
border-style: solid;
border-width: 1px;
box-shadow: none;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
letter-spacing: normal;
line-height: 24px;
margin: 0;
outline: 0;
padding: 4px 16px;
text-align: center;
text-decoration: none;
text-transform: none;
white-space: nowrap;
}
.tox .tox-button[disabled] {
background-color: #207ab7;
background-image: none;
border-color: #207ab7;
box-shadow: none;
color: rgba(255, 255, 255, 0.5);
cursor: not-allowed;
}
.tox .tox-button:focus:not(:disabled) {
background-color: #1c6ca1;
background-image: none;
border-color: #1c6ca1;
box-shadow: none;
color: #fff;
}
.tox .tox-button:hover:not(:disabled) {
background-color: #1c6ca1;
background-image: none;
border-color: #1c6ca1;
box-shadow: none;
color: #fff;
}
.tox .tox-button:active:not(:disabled) {
background-color: #185d8c;
background-image: none;
border-color: #185d8c;
box-shadow: none;
color: #fff;
}
.tox .tox-button--secondary {
background-color: #f0f0f0;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
border-color: #f0f0f0;
border-radius: 3px;
border-style: solid;
border-width: 1px;
box-shadow: none;
color: #222f3e;
font-size: 14px;
font-style: normal;
font-weight: 700;
letter-spacing: normal;
outline: 0;
padding: 4px 16px;
text-decoration: none;
text-transform: none;
}
.tox .tox-button--secondary[disabled] {
background-color: #f0f0f0;
background-image: none;
border-color: #f0f0f0;
box-shadow: none;
color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--secondary:focus:not(:disabled) {
background-color: #e3e3e3;
background-image: none;
border-color: #e3e3e3;
box-shadow: none;
color: #222f3e;
}
.tox .tox-button--secondary:hover:not(:disabled) {
background-color: #e3e3e3;
background-image: none;
border-color: #e3e3e3;
box-shadow: none;
color: #222f3e;
}
.tox .tox-button--secondary:active:not(:disabled) {
background-color: #d6d6d6;
background-image: none;
border-color: #d6d6d6;
box-shadow: none;
color: #222f3e;
}
.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
padding: 4px;
}
.tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
display: block;
fill: currentColor;
}
.tox .tox-button-link {
background: 0;
border: none;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
margin: 0;
padding: 0;
white-space: nowrap;
}
.tox .tox-button-link--sm {
font-size: 14px;
}
.tox .tox-button--naked {
background-color: transparent;
border-color: transparent;
box-shadow: unset;
color: #222f3e;
}
.tox .tox-button--naked[disabled] {
background-color: #f0f0f0;
border-color: #f0f0f0;
box-shadow: none;
color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--naked:hover:not(:disabled) {
background-color: #e3e3e3;
border-color: #e3e3e3;
box-shadow: none;
color: #222f3e;
}
.tox .tox-button--naked:focus:not(:disabled) {
background-color: #e3e3e3;
border-color: #e3e3e3;
box-shadow: none;
color: #222f3e;
}
.tox .tox-button--naked:active:not(:disabled) {
background-color: #d6d6d6;
border-color: #d6d6d6;
box-shadow: none;
color: #222f3e;
}
.tox .tox-button--naked .tox-icon svg {
fill: currentColor;
}
.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
color: #222f3e;
}
.tox .tox-checkbox {
align-items: center;
border-radius: 3px;
cursor: pointer;
display: flex;
height: 36px;
min-width: 36px;
}
.tox .tox-checkbox__input {
height: 1px;
overflow: hidden;
position: absolute;
top: auto;
width: 1px;
}
.tox .tox-checkbox__icons {
align-items: center;
border-radius: 3px;
box-shadow: 0 0 0 2px transparent;
box-sizing: content-box;
display: flex;
height: 24px;
justify-content: center;
padding: calc(4px - 1px);
width: 24px;
}
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
display: block;
fill: rgba(34, 47, 62, 0.3);
}
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
display: none;
fill: #207ab7;
}
.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
display: none;
fill: #207ab7;
}
.tox .tox-checkbox--disabled {
color: rgba(34, 47, 62, 0.5);
cursor: not-allowed;
}
.tox
.tox-checkbox--disabled
.tox-checkbox__icons
.tox-checkbox-icon__checked
svg {
fill: rgba(34, 47, 62, 0.5);
}
.tox
.tox-checkbox--disabled
.tox-checkbox__icons
.tox-checkbox-icon__unchecked
svg {
fill: rgba(34, 47, 62, 0.5);
}
.tox
.tox-checkbox--disabled
.tox-checkbox__icons
.tox-checkbox-icon__indeterminate
svg {
fill: rgba(34, 47, 62, 0.5);
}
.tox
input.tox-checkbox__input:checked
+ .tox-checkbox__icons
.tox-checkbox-icon__unchecked
svg {
display: none;
}
.tox
input.tox-checkbox__input:checked
+ .tox-checkbox__icons
.tox-checkbox-icon__checked
svg {
display: block;
}
.tox
input.tox-checkbox__input:indeterminate
+ .tox-checkbox__icons
.tox-checkbox-icon__unchecked
svg {
display: none;
}
.tox
input.tox-checkbox__input:indeterminate
+ .tox-checkbox__icons
.tox-checkbox-icon__indeterminate
svg {
display: block;
}
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
border-radius: 3px;
box-shadow: inset 0 0 0 1px #207ab7;
padding: calc(4px - 1px);
}
.tox:not([dir='rtl']) .tox-checkbox__label {
margin-left: 4px;
}
.tox:not([dir='rtl']) .tox-checkbox__input {
left: -10000px;
}
.tox:not([dir='rtl']) .tox-bar .tox-checkbox {
margin-left: 4px;
}
.tox[dir='rtl'] .tox-checkbox__label {
margin-right: 4px;
}
.tox[dir='rtl'] .tox-checkbox__input {
right: -10000px;
}
.tox[dir='rtl'] .tox-bar .tox-checkbox {
margin-right: 4px;
}
.tox .tox-collection--toolbar .tox-collection__group {
display: flex;
padding: 0;
}
.tox .tox-collection--grid .tox-collection__group {
display: flex;
flex-wrap: wrap;
max-height: 208px;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
}
.tox .tox-collection--list .tox-collection__group {
border-bottom-width: 0;
border-color: #ccc;
border-left-width: 0;
border-right-width: 0;
border-style: solid;
border-top-width: 1px;
padding: 4px 0;
}
.tox .tox-collection--list .tox-collection__group:first-child {
border-top-width: 0;
}
.tox .tox-collection__group-heading {
background-color: #e6e6e6;
color: rgba(34, 47, 62, 0.7);
cursor: default;
font-size: 12px;
font-style: normal;
font-weight: 400;
margin-bottom: 4px;
margin-top: -4px;
padding: 4px 8px;
text-transform: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tox .tox-collection__item {
align-items: center;
color: #222f3e;
cursor: pointer;
display: flex;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tox .tox-collection--list .tox-collection__item {
padding: 4px 8px;
}
.tox .tox-collection--toolbar .tox-collection__item {
border-radius: 3px;
padding: 4px;
}
.tox .tox-collection--grid .tox-collection__item {
border-radius: 3px;
padding: 4px;
}
.tox .tox-collection--list .tox-collection__item--enabled {
background-color: #fff;
color: #222f3e;
}
.tox .tox-collection--list .tox-collection__item--active {
background-color: #dee0e2;
}
.tox .tox-collection--toolbar .tox-collection__item--enabled {
background-color: #c8cbcf;
color: #222f3e;
}
.tox .tox-collection--toolbar .tox-collection__item--active {
background-color: #dee0e2;
}
.tox .tox-collection--grid .tox-collection__item--enabled {
background-color: #c8cbcf;
color: #222f3e;
}
.tox
.tox-collection--grid
.tox-collection__item--active:not(.tox-collection__item--state-disabled) {
background-color: #dee0e2;
color: #222f3e;
}
.tox
.tox-collection--list
.tox-collection__item--active:not(.tox-collection__item--state-disabled) {
color: #222f3e;
}
.tox
.tox-collection--toolbar
.tox-collection__item--active:not(.tox-collection__item--state-disabled) {
color: #222f3e;
}
.tox .tox-collection__item-checkmark,
.tox .tox-collection__item-icon {
align-items: center;
display: flex;
height: 24px;
justify-content: center;
width: 24px;
}
.tox .tox-collection__item-checkmark svg,
.tox .tox-collection__item-icon svg {
fill: currentColor;
}
.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
height: 48px;
width: 48px;
}
.tox .tox-collection__item-label {
color: currentColor;
display: inline-block;
flex: 1;
-ms-flex-preferred-size: auto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-transform: none;
word-break: break-all;
}
.tox .tox-collection__item-accessory {
color: rgba(34, 47, 62, 0.7);
display: inline-block;
font-size: 14px;
height: 24px;
line-height: 24px;
text-transform: none;
}
.tox .tox-collection__item-caret {
align-items: center;
display: flex;
min-height: 24px;
}
.tox .tox-collection__item-caret::after {
content: '';
font-size: 0;
min-height: inherit;
}
.tox .tox-collection__item-caret svg {
fill: #222f3e;
}
.tox .tox-collection__item--state-disabled {
background-color: transparent;
color: rgba(34, 47, 62, 0.5);
cursor: not-allowed;
}
.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
fill: rgba(34, 47, 62, 0.5);
}
.tox
.tox-collection--list
.tox-collection__item:not(.tox-collection__item--enabled)
.tox-collection__item-checkmark
svg {
display: none;
}
.tox
.tox-collection--list
.tox-collection__item:not(.tox-collection__item--enabled)
.tox-collection__item-accessory
+ .tox-collection__item-checkmark {
display: none;
}
.tox .tox-collection--horizontal {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
display: flex;
flex: 0 0 auto;
flex-shrink: 0;
flex-wrap: nowrap;
margin-bottom: 0;
overflow-x: auto;
padding: 0;
}
.tox .tox-collection--horizontal .tox-collection__group {
align-items: center;
display: flex;
flex-wrap: nowrap;
margin: 0;
padding: 0 4px;
}
.tox .tox-collection--horizontal .tox-collection__item {
height: 34px;
margin: 2px 0 3px 0;
padding: 0 4px;
}
.tox .tox-collection--horizontal .tox-collection__item-label {
white-space: nowrap;
}
.tox .tox-collection--horizontal .tox-collection__item-caret {
margin-left: 4px;
}
.tox .tox-collection__item-container {
display: flex;
}
.tox .tox-collection__item-container--row {
align-items: center;
flex: 1 1 auto;
flex-direction: row;
}
.tox
.tox-collection__item-container--row.tox-collection__item-container--align-left {
margin-right: auto;
}
.tox
.tox-collection__item-container--row.tox-collection__item-container--align-right {
justify-content: flex-end;
margin-left: auto;
}
.tox
.tox-collection__item-container--row.tox-collection__item-container--valign-top {
align-items: flex-start;
margin-bottom: auto;
}
.tox
.tox-collection__item-container--row.tox-collection__item-container--valign-middle {
align-items: center;
}
.tox
.tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
align-items: flex-end;
margin-top: auto;
}
.tox .tox-collection__item-container--column {
-ms-grid-row-align: center;
align-self: center;
flex: 1 1 auto;
flex-direction: column;
}
.tox
.tox-collection__item-container--column.tox-collection__item-container--align-left {
align-items: flex-start;
}
.tox
.tox-collection__item-container--column.tox-collection__item-container--align-right {
align-items: flex-end;
}
.tox
.tox-collection__item-container--column.tox-collection__item-container--valign-top {
align-self: flex-start;
}
.tox
.tox-collection__item-container--column.tox-collection__item-container--valign-middle {
-ms-grid-row-align: center;
align-self: center;
}
.tox
.tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
align-self: flex-end;
}
.tox:not([dir='rtl'])
.tox-collection--horizontal
.tox-collection__group:not(:last-of-type) {
border-right: 1px solid #ccc;
}
.tox:not([dir='rtl'])
.tox-collection--list
.tox-collection__item
> :not(:first-child) {
margin-left: 8px;
}
.tox:not([dir='rtl'])
.tox-collection--list
.tox-collection__item
> .tox-collection__item-label:first-child {
margin-left: 4px;
}
.tox:not([dir='rtl']) .tox-collection__item-accessory {
margin-left: 16px;
text-align: right;
}
.tox:not([dir='rtl']) .tox-collection .tox-collection__item-caret {
margin-left: 16px;
}
.tox[dir='rtl']
.tox-collection--horizontal
.tox-collection__group:not(:last-of-type) {
border-left: 1px solid #ccc;
}
.tox[dir='rtl']
.tox-collection--list
.tox-collection__item
> :not(:first-child) {
margin-right: 8px;
}
.tox[dir='rtl']
.tox-collection--list
.tox-collection__item
> .tox-collection__item-label:first-child {
margin-right: 4px;
}
.tox[dir='rtl'] .tox-collection__item-accessory {
margin-right: 16px;
text-align: left;
}
.tox[dir='rtl'] .tox-collection .tox-collection__item-caret {
margin-right: 16px;
transform: rotateY(180deg);
}
.tox[dir='rtl'] .tox-collection--horizontal .tox-collection__item-caret {
margin-right: 4px;
}
.tox .tox-color-picker-container {
display: flex;
flex-direction: row;
height: 225px;
margin: 0;
}
.tox .tox-sv-palette {
box-sizing: border-box;
display: flex;
height: 100%;
}
.tox .tox-sv-palette-spectrum {
height: 100%;
}
.tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
width: 225px;
}
.tox .tox-sv-palette-thumb {
background: 0 0;
border: 1px solid #000;
border-radius: 50%;
box-sizing: content-box;
height: 12px;
position: absolute;
width: 12px;
}
.tox .tox-sv-palette-inner-thumb {
border: 1px solid #fff;
border-radius: 50%;
height: 10px;
position: absolute;
width: 10px;
}
.tox .tox-hue-slider {
box-sizing: border-box;
height: 100%;
width: 25px;
}
.tox .tox-hue-slider-spectrum {
background: linear-gradient(
to bottom,
red,
#ff0080,
#f0f,
#8000ff,
#00f,
#0080ff,
#0ff,
#00ff80,
#0f0,
#80ff00,
#ff0,
#ff8000,
red
);
height: 100%;
width: 100%;
}
.tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
width: 20px;
}
.tox .tox-hue-slider-thumb {
background: #fff;
border: 1px solid #000;
box-sizing: content-box;
height: 4px;
width: 100%;
}
.tox .tox-rgb-form {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tox .tox-rgb-form div {
align-items: center;
display: flex;
justify-content: space-between;
margin-bottom: 5px;
width: inherit;
}
.tox .tox-rgb-form input {
width: 6em;
}
.tox .tox-rgb-form input.tox-invalid {
border: 1px solid red !important;
}
.tox .tox-rgb-form .tox-rgba-preview {
border: 1px solid #000;
flex-grow: 2;
margin-bottom: 0;
}
.tox:not([dir='rtl']) .tox-sv-palette {
margin-right: 15px;
}
.tox:not([dir='rtl']) .tox-hue-slider {
margin-right: 15px;
}
.tox:not([dir='rtl']) .tox-hue-slider-thumb {
margin-left: -1px;
}
.tox:not([dir='rtl']) .tox-rgb-form label {
margin-right: 0.5em;
}
.tox[dir='rtl'] .tox-sv-palette {
margin-left: 15px;
}
.tox[dir='rtl'] .tox-hue-slider {
margin-left: 15px;
}
.tox[dir='rtl'] .tox-hue-slider-thumb {
margin-right: -1px;
}
.tox[dir='rtl'] .tox-rgb-form label {
margin-left: 0.5em;
}
.tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches {
margin: 2px 0 3px 4px;
}
.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
border: 0;
margin: -4px 0;
}
.tox .tox-swatches__row {
display: flex;
}
.tox .tox-swatch {
height: 30px;
transition: transform 0.15s, box-shadow 0.15s;
width: 30px;
}
.tox .tox-swatch:focus,
.tox .tox-swatch:hover {
box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
transform: scale(0.8);
}
.tox .tox-swatch--remove {
align-items: center;
display: flex;
justify-content: center;
}
.tox .tox-swatch--remove svg path {
stroke: #e74c3c;
}
.tox .tox-swatches__picker-btn {
align-items: center;
background-color: transparent;
border: 0;
cursor: pointer;
display: flex;
height: 30px;
justify-content: center;
outline: 0;
padding: 0;
width: 30px;
}
.tox .tox-swatches__picker-btn svg {
height: 24px;
width: 24px;
}
.tox .tox-swatches__picker-btn:hover {
background: #dee0e2;
}
.tox:not([dir='rtl']) .tox-swatches__picker-btn {
margin-left: auto;
}
.tox[dir='rtl'] .tox-swatches__picker-btn {
margin-right: auto;
}
.tox .tox-comment-thread {
background: #fff;
position: relative;
}
.tox .tox-comment-thread > :not(:first-child) {
margin-top: 8px;
}
.tox .tox-comment {
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
padding: 8px 8px 16px 8px;
position: relative;
}
.tox .tox-comment__header {
align-items: center;
color: #222f3e;
display: flex;
justify-content: space-between;
}
.tox .tox-comment__date {
color: rgba(34, 47, 62, 0.7);
font-size: 12px;
}
.tox .tox-comment__body {
color: #222f3e;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 1.3;
margin-top: 8px;
position: relative;
text-transform: initial;
}
.tox .tox-comment__body textarea {
resize: none;
white-space: normal;
width: 100%;
}
.tox .tox-comment__expander {
padding-top: 8px;
}
.tox .tox-comment__expander p {
color: rgba(34, 47, 62, 0.7);
font-size: 14px;
font-style: normal;
}
.tox .tox-comment__body p {
margin: 0;
}
.tox .tox-comment__buttonspacing {
padding-top: 16px;
text-align: center;
}
.tox .tox-comment-thread__overlay::after {
background: #fff;
bottom: 0;
content: '';
display: flex;
left: 0;
opacity: 0.9;
position: absolute;
right: 0;
top: 0;
z-index: 5;
}
.tox .tox-comment__reply {
display: flex;
flex-shrink: 0;
flex-wrap: wrap;
justify-content: flex-end;
margin-top: 8px;
}
.tox .tox-comment__reply > :first-child {
margin-bottom: 8px;
width: 100%;
}
.tox .tox-comment__edit {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
margin-top: 16px;
}