You are here

editor_ie8.css in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Same filename and directory in other branches
  1. 7 js/skin/n1theme/editor_ie8.css
.cke_reset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
  box-sizing: content-box;
  position: static;
  transition: none;
}

.cke_reset_all,
.cke_reset_all *,
.cke_reset_all a,
.cke_reset_all textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
  box-sizing: content-box;
  position: static;
  transition: none;
  border-collapse: collapse;
  font: normal normal normal 13px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
  color: #000;
  text-align: left;
  white-space: nowrap;
  cursor: auto;
  float: none;
}

.cke_reset_all .cke_rtl * {
  text-align: right;
}

.cke_reset_all iframe {
  vertical-align: inherit;
}

.cke_reset_all textarea {
  white-space: pre-wrap;
}

.cke_reset_all textarea,
.cke_reset_all input[type="text"],
.cke_reset_all input[type="password"] {
  cursor: text;
}

.cke_reset_all textarea[disabled],
.cke_reset_all input[type="text"][disabled],
.cke_reset_all input[type="password"][disabled] {
  cursor: default;
}

.cke_reset_all fieldset {
  padding: 10px;
  border: 2px groove #e0dfe3;
}

.cke_reset_all select {
  box-sizing: border-box;
}

.cke_reset_all table {
  table-layout: auto;
}

.cke_chrome {
  display: block;
  border: 1px solid #d1d1d1;
  padding: 0;
}

.cke_inner {
  display: block;
  background: #fff;
  padding: 0;
  -webkit-touch-callout: none;
}

.cke_float {
  border: 0;
}

.cke_float .cke_inner {
  padding-bottom: 0;
}

.cke_top,
.cke_contents,
.cke_bottom {
  display: block;
  overflow: hidden;
}

.cke_top {
  border-bottom: 1px solid #d1d1d1;
  background: #f8f8f8;
  padding: 6px 8px 2px;
  white-space: normal;
}

.cke_float .cke_top {
  border: 1px solid #d1d1d1;
}

.cke_bottom {
  padding: 6px 8px 2px;
  position: relative;
  border-top: 1px solid #d1d1d1;
  background: #f8f8f8;
}

.cke_browser_ios .cke_contents {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.cke_resizer {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px 10px 0 0;
  border-color: transparent #bcbcbc transparent transparent;
  border-style: dashed solid dashed dashed;
  font-size: 0;
  vertical-align: bottom;
  margin-top: 6px;
  margin-bottom: 2px;
}

.cke_hc .cke_resizer {
  font-size: 15px;
  width: auto;
  height: auto;
  border-width: 0;
}

.cke_resizer_ltr {
  cursor: se-resize;
  float: right;
  margin-right: -4px;
}

.cke_resizer_rtl {
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #bcbcbc;
  border-style: dashed dashed dashed solid;
  cursor: sw-resize;
  float: left;
  margin-left: -4px;
  right: auto;
}

.cke_wysiwyg_div {
  display: block;
  height: 100%;
  overflow: auto;
  padding: 0 8px;
  outline-style: none;
  box-sizing: border-box;
}

.cke_panel {
  visibility: visible;
  width: 120px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}

.cke_menu_panel {
  padding: 0;
  margin: 0;
}

.cke_combopanel {
  width: 110px;
  height: 170px;
}

.cke_panel_frame {
  width: 100%;
  height: 100%;
  font-size: 12px;
  overflow: auto;
  overflow-x: hidden;
}

.cke_panel_container {
  overflow-y: auto;
  overflow-x: hidden;
}

.cke_panel_block:focus {
  outline: none !important;
}

.cke_panel_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}

.cke_panel_listItem {
  margin: 0;
  padding: 0;
}

.cke_panel_listItem a {
  padding: 6px 7px;
  display: block;
  color: inherit !important;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cke_hc .cke_panel_listItem a {
  border-style: none;
}

.cke_panel_listItem.cke_selected a,
.cke_panel_listItem a:hover,
.cke_panel_listItem a:focus,
.cke_panel_listItem a:active {
  background-color: #e9e9e9;
}

.cke_panel_listItem a:focus {
  outline: 1px dotted #000;
}

.cke_hc .cke_panel_listItem a:hover,
.cke_hc .cke_panel_listItem a:focus,
.cke_hc .cke_panel_listItem a:active {
  border: 2px solid;
  padding: 4px 5px;
}

.cke_panel_listItem p,
.cke_panel_listItem h1,
.cke_panel_listItem h2,
.cke_panel_listItem h3,
.cke_panel_listItem h4,
.cke_panel_listItem h5,
.cke_panel_listItem h6,
.cke_panel_listItem pre {
  margin-top: 0;
  margin-bottom: 0;
}

.cke_panel_grouptitle {
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
  padding: 6px 6px 7px 6px;
  color: #484848;
  border-bottom: 1px solid #d1d1d1;
  background: #f8f8f8;
}

.cke_colorblock {
  padding: 10px;
  font-size: 11px;
  font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
}

.cke_colorblock,
.cke_colorblock a {
  text-decoration: none;
  color: #000;
}

a.cke_colorbox {
  padding: 2px;
  float: left;
  width: 20px;
  height: 20px;
}

.cke_rtl a.cke_colorbox {
  float: right;
}

a:hover.cke_colorbox,
a:focus.cke_colorbox,
a:active.cke_colorbox {
  outline: 0;
  padding: 0;
  border: 2px solid #139ff7;
}

a:hover.cke_colorbox {
  border-color: #bcbcbc;
}

span.cke_colorbox {
  width: 20px;
  height: 20px;
  float: left;
}

.cke_rtl span.cke_colorbox {
  float: right;
}

a.cke_colorauto,
a.cke_colormore {
  border: #fff 1px solid;
  padding: 3px;
  display: block;
  cursor: pointer;
}

a.cke_colorauto {
  padding: 0;
  border: 1px solid transparent;
  margin-bottom: 6px;
  height: 26px;
  line-height: 26px;
}

a.cke_colormore {
  margin-top: 10px;
  height: 20px;
  line-height: 19px;
}

a:hover.cke_colorauto,
a:hover.cke_colormore,
a:focus.cke_colorauto,
a:focus.cke_colormore,
a:active.cke_colorauto,
a:active.cke_colormore {
  outline: 0;
  border: #139ff7 1px solid;
  background-color: #f8f8f8;
}

a:hover.cke_colorauto,
a:hover.cke_colormore {
  border-color: #bcbcbc;
}

.cke_colorauto span.cke_colorbox {
  width: 18px;
  height: 18px;
  border: 1px solid #808080;
  margin-left: 1px;
  margin-top: 3px;
}

.cke_rtl .cke_colorauto span.cke_colorbox {
  margin-left: 0;
  margin-right: 1px;
}

span.cke_colorbox[style*="#ffffff"],
span.cke_colorbox[style*="#FFFFFF"],
span.cke_colorbox[style="background-color:#fff"],
span.cke_colorbox[style="background-color:#FFF"],
span.cke_colorbox[style*="rgb(255,255,255)"],
span.cke_colorbox[style*="rgb(255, 255, 255)"] {
  border: 1px solid #808080;
  width: 18px;
  height: 18px;
}

.cke_toolbar {
  float: left;
}

.cke_rtl .cke_toolbar {
  float: right;
}

.cke_toolgroup {
  border: 0;
  float: left;
  margin: 1px 2px 6px 0;
  padding-right: 3px;
}

.cke_rtl .cke_toolgroup {
  float: right;
  margin: 1px 0 6px 2px;
  padding-left: 3px;
  padding-right: 0;
}

.cke_hc .cke_toolgroup {
  margin-right: 5px;
  margin-bottom: 5px;
}

.cke_hc.cke_rtl .cke_toolgroup {
  margin-right: 0;
  margin-left: 5px;
}

a.cke_button {
  display: inline-block;
  padding: 4px;
  outline: 0;
  cursor: default;
  float: left;
  border: 0;
  position: relative;
}

.cke_rtl a.cke_button {
  float: right;
}

.cke_hc a.cke_button {
  border: 1px solid black;
  padding: 3px 5px;
  margin: 0 3px 5px 0;
}

.cke_hc.cke_rtl a.cke_button {
  margin: 0 0 5px 3px;
}

a.cke_button_on {
  background: var(--ck-color-button-on-background);
}

a.cke_button_off:hover,
a.cke_button_off:focus,
a.cke_button_off:active {
  background: #e5e5e5;
  border: 1px #bcbcbc solid;
  padding: 3px 5px;
}

.cke_hc a.cke_button_on,
.cke_hc a.cke_button_off:hover,
.cke_hc a.cke_button_off:focus,
.cke_hc a.cke_button_off:active {
  background: #e5e5e5;
  border: 3px solid #000;
  padding: 1px 3px;
}

a.cke_button_disabled:hover,
a.cke_button_disabled:focus,
a.cke_button_disabled:active {
  border: 0;
  padding: 4px;
  background-color: transparent;
}

a.cke_button_disabled:focus {
  border: 1px #bcbcbc solid;
  padding: 3px 5px;
}

.cke_button_disabled .cke_button_label {
  color: inherit;
  opacity: var(--ck-disabled-opacity);
}

.cke_button_disabled:hover .cke_button_label {
  color: inherit;
  opacity: var(--ck-disabled-opacity);
}

.cke_hc a.cke_button_disabled:hover,
.cke_hc a.cke_button_disabled:focus,
.cke_hc a.cke_button_disabled:active {
  border: 1px solid #acacac;
  padding: 3px 5px;
  margin: 0 3px 5px 0;
}

.cke_hc a.cke_button_disabled:focus {
  border: 3px solid #000;
  padding: 1px 3px;
}

.cke_hc.cke_rtl a.cke_button_disabled:hover,
.cke_hc.cke_rtl a.cke_button_disabled:focus,
.cke_hc.cke_rtl a.cke_button_disabled:active {
  margin: 0 0 5px 3px;
}

a.cke_button_disabled .cke_button_icon,
a.cke_button_disabled .cke_button_arrow {
  opacity: .3;
}

.cke_hc a.cke_button_disabled {
  border-color: #acacac;
}

.cke_hc a.cke_button_disabled .cke_button_icon,
.cke_hc a.cke_button_disabled .cke_button_label {
  opacity: .5;
}

.cke_toolgroup a.cke_button:last-child:after,
.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 0;
  border-right: 1px solid #bcbcbc;
  margin-top: 4px;
  top: 0;
  right: -3px;
}

.cke_rtl .cke_toolgroup a.cke_button:last-child:after,
.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  border-right: 0;
  right: auto;
  border-left: 1px solid #bcbcbc;
  top: 0;
  left: -3px;
}

.cke_hc .cke_toolgroup a.cke_button:last-child:after,
.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,
.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  border-color: #000;
  top: 0;
  right: -7px;
}

.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after,
.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,
.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  top: 0;
  right: auto;
  left: -7px;
}

.cke_toolgroup a.cke_button:hover:last-child:after,
.cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  top: -1px;
  right: -4px;
}

.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  top: -1px;
  right: auto;
  left: -4px;
}

.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after,
.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  top: -2px;
  right: -9px;
}

.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  top: -2px;
  right: auto;
  left: -9px;
}

.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after {
  content: none;
  border: 0;
  width: 0;
  height: 0;
}

.cke_toolbar + .cke_toolbar.cke_toolbar_last {
  position: relative;
  right: .5px;
}

.cke_button_icon {
  cursor: inherit;
  background-repeat: no-repeat;
  width: 16px;
  margin: 4px;
  height: 16px;
  float: left;
  display: inline-block;
}

.cke_rtl .cke_button_icon {
  float: right;
}

.cke_hc .cke_button_icon {
  display: none;
}

.cke_button_label {
  display: none;
  padding-left: 3px;
  padding-right: 4px;
  margin-top: 4px;
  line-height: 17px;
  vertical-align: middle;
  float: left;
  cursor: default;
  color: #484848;
}

.cke_rtl .cke_button_label {
  padding-right: 3px;
  padding-left: 0;
  float: right;
}

.cke_hc .cke_button_label {
  padding: 0;
  display: inline-block;
  font-size: 12px;
}

.cke_button_arrow {
  display: inline-block;
  margin: 8px 6px 0 8px;
  cursor: default;
  vertical-align: top;
  height: 5px;
  width: 5px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
}

.cke_rtl .cke_button_arrow {
  margin-right: 5px;
  margin-left: 0;
}

.cke_hc .cke_button_arrow {
  font-size: 10px;
  margin: 3px 0 0 3px;
  width: auto;
  border: 0;
}

.cke_toolbar_separator {
  float: left;
  background-color: #bcbcbc;
  width: 1px;
}

.cke_rtl .cke_toolbar_separator {
  float: right;
}

.cke_hc .cke_toolbar_separator {
  background-color: #000;
  margin-left: 2px;
  margin-right: 5px;
  margin-bottom: 9px;
}

.cke_hc.cke_rtl .cke_toolbar_separator {
  margin-left: 5px;
  margin-right: 2px;
}

.cke_toolbar_break {
  display: block;
  clear: left;
  height: 1px;
  background: #ccc;
  margin-left: -3px;
  margin-right: -3px;
}

.cke_rtl .cke_toolbar_break {
  clear: right;
}

a.cke_toolbox_collapser {
  width: 12px;
  height: 11px;
  float: right;
  margin: 11px 0 0;
  font-size: 0;
  cursor: default;
  text-align: center;
  border: 1px solid #bcbcbc;
}

.cke_rtl .cke_toolbox_collapser {
  float: left;
}

.cke_toolbox_collapser:hover {
  background: #e5e5e5;
}

.cke_toolbox_collapser.cke_toolbox_collapser_min {
  margin: 0 2px 4px;
}

.cke_toolbox_collapser .cke_arrow {
  display: inline-block;
  height: 0;
  width: 0;
  font-size: 0;
  margin-top: 1px;
  border: 3px solid transparent;
  border-bottom-color: #484848;
}

.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
  margin-top: 4px;
  border-bottom-color: transparent;
  border-top-color: #484848;
}

.cke_hc .cke_toolbox_collapser .cke_arrow {
  font-size: 8px;
  width: auto;
  border: 0;
  margin-top: 0;
}

.cke_menuitem span {
  cursor: default;
}

.cke_menubutton {
  display: block;
}

.cke_hc .cke_menubutton {
  padding: 2px;
}

.cke_menubutton:hover,
.cke_menubutton:focus,
.cke_menubutton:active {
  background-color: #e9e9e9;
  display: block;
  outline: 1px dotted;
}

.cke_menubutton:hover {
  outline: 0;
}

.cke_hc .cke_menubutton:hover,
.cke_hc .cke_menubutton:focus,
.cke_hc .cke_menubutton:active {
  border: 2px solid;
  padding: 0;
}

.cke_menubutton_disabled:hover,
.cke_menubutton_disabled:focus,
.cke_menubutton_disabled:active {
  background-color: transparent;
  outline: 0;
}

.cke_menubutton_inner {
  display: table-row;
}

.cke_menubutton_icon,
.cke_menubutton_label,
.cke_menuarrow {
  display: table-cell;
}

.cke_menubutton_icon {
  background-color: #f8f8f8;
  padding: 6px 4px;
}

.cke_hc .cke_menubutton_icon {
  height: 16px;
  width: 0;
  padding: 4px 0;
}

.cke_menubutton:hover .cke_menubutton_icon,
.cke_menubutton:focus .cke_menubutton_icon,
.cke_menubutton:active .cke_menubutton_icon {
  background-color: #e9e9e9;
}

.cke_menubutton_disabled:hover .cke_menubutton_icon,
.cke_menubutton_disabled:focus .cke_menubutton_icon,
.cke_menubutton_disabled:active .cke_menubutton_icon {
  background-color: #f8f8f8;
  outline: 0;
}

.cke_menuitem .cke_menubutton_on {
  background-color: #e9e9e9;
  border: 1px solid #dedede;
  outline: 0;
}

.cke_menubutton_on .cke_menubutton_icon {
  padding-right: 3px;
  background-color: #e9e9e9;
}

.cke_menubutton_label {
  padding: 0 5px;
  background-color: transparent;
  width: 100%;
  vertical-align: middle;
}

.cke_menubutton_shortcut {
  color: #979797;
}

.cke_menubutton_disabled .cke_menubutton_label {
  opacity: .3;
  filter: alpha(opacity=30);
}

.cke_panel_frame .cke_menubutton_label {
  display: none;
}

.cke_menuseparator {
  background-color: #d1d1d1;
  height: 1px;
}

.cke_menuarrow {
  background: transparent url(images/arrow.png) no-repeat 0 10px;
  padding: 0 5px;
}

.cke_rtl .cke_menuarrow {
  background-position: 5px -13px;
  background-repeat: no-repeat;
}

.cke_hc .cke_menuarrow {
  background-image: none;
}

.cke_menuarrow span {
  display: none;
}

.cke_hc .cke_menuarrow span {
  vertical-align: middle;
  display: inline;
}

.cke_combo {
  display: inline-block;
  float: left;
  position: relative;
}

.cke_rtl .cke_combo {
  float: right;
}

.cke_hc .cke_combo {
  margin-top: 1px;
  margin-bottom: 10px;
}

.cke_combo:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 0;
  margin-top: 5px;
  margin-right: var(--ck-spacing-small);
  margin-left: var(--ck-spacing-small);
  top: 0;
  right: 0;
}

.cke_rtl .cke_combo:after {
  border-right: 0;
  border-left: 1px solid #bcbcbc;
  right: auto;
  left: 0;
}

.cke_hc .cke_combo:after {
  border-color: #000;
}

a.cke_combo_button {
  cursor: default;
  display: inline-block;
  float: left;
}

.cke_rtl a.cke_combo_button {
  float: right;
}

.cke_hc a.cke_combo_button {
  padding: 4px;
}

.cke_combo_on a.cke_combo_button,
.cke_combo_off a.cke_combo_button:hover,
.cke_combo_off a.cke_combo_button:focus,
.cke_combo_off a.cke_combo_button:active {
  background: #e5e5e5;
  border: 1px solid #bcbcbc;
}

.cke_combo_off a.cke_combo_button:focus {
  outline: 0;
}

.cke_combo_on a.cke_combo_button,
.cke_combo_off a.cke_combo_button:active {
  background: red;
}

.cke_hc .cke_combo_on a.cke_combo_button,
.cke_hc .cke_combo_off a.cke_combo_button:hover,
.cke_hc .cke_combo_off a.cke_combo_button:focus,
.cke_hc .cke_combo_off a.cke_combo_button:active {
  border: 3px solid #000;
  padding: 1px 1px 1px 2px;
}

.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button,
.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,
.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,
.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active {
  padding: 1px 2px 1px 1px;
}

.cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
.cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
.cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
.cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  padding: 1px 1px 1px 7px;
  margin-left: -6px;
}

.cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
.cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
.cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
.cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  padding: 1px 7px 1px 1px;
  margin-left: 0;
  margin-right: -6px;
}

.cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
.cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
.cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
.cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active,
.cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
.cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
.cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
.cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  padding: 0;
}

.cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
.cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
.cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
.cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active,
.cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
.cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
.cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
.cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  padding: 1px;
  margin: 0;
}

.cke_toolbar .cke_combo + .cke_toolbar_end,
.cke_toolbar .cke_combo + .cke_toolgroup {
  margin-right: 0;
}

.cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end,
.cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
  margin-left: 0;
  margin-right: 2px;
}

.cke_hc .cke_toolbar .cke_combo + .cke_toolbar_end,
.cke_hc .cke_toolbar .cke_combo + .cke_toolgroup {
  margin-left: 5px;
}

.cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end,
.cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
  margin-left: 0;
  margin-right: 5px;
}

.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after {
  content: none;
  border: 0;
  width: 0;
  height: 0;
}

.cke_combo_text {
  line-height: 26px;
  padding: 4px var(--ck-spacing-standard);
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  cursor: default;
  color: #484848;
  width: 93.8px;
  box-sizing: border-box;
}

.cke_rtl .cke_combo_text {
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
}

.cke_hc .cke_combo_text {
  line-height: 18px;
  font-size: 12px;
}

.cke_combo_open {
  cursor: default;
  display: inline-block;
  font-size: 0;
  height: 19px;
  line-height: 17px;
  margin: 1px 10px 1px 2.6px;
  width: 5px;
}

.cke_hc .cke_combo_open {
  height: 12px;
}

.cke_combo_arrow {
  cursor: default;
  margin: 11px 0 0;
  float: left;
  height: 5px;
  width: 5px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
}

.cke_hc .cke_combo_arrow {
  font-size: 10px;
  width: auto;
  border: 0;
  margin-top: 3px;
}

.cke_combo_label {
  display: none;
  float: left;
  line-height: 26px;
  vertical-align: top;
  margin-right: 5px;
}

.cke_rtl .cke_combo_label {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.cke_combo_disabled .cke_combo_inlinelabel,
.cke_combo_disabled .cke_combo_open {
  opacity: var(--ck-disabled-opacity);
}

.cke .cke_combo_on a.cke_combo_button.cke_combo_disabled,
.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:hover,
.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:focus,
.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:active {
  background-color: transparent !important;
}

.cke_path {
  float: left;
  margin: -2px 0 2px;
}

a.cke_path_item,
span.cke_path_empty {
  display: inline-block;
  float: left;
  padding: 3px 4px;
  margin-right: 2px;
  cursor: default;
  text-decoration: none;
  outline: 0;
  border: 0;
  color: #484848;
  font-weight: bold;
  font-size: 11px;
}

.cke_rtl .cke_path,
.cke_rtl .cke_path_item,
.cke_rtl .cke_path_empty {
  float: right;
}

a.cke_path_item:hover,
a.cke_path_item:focus,
a.cke_path_item:active {
  background-color: #e5e5e5;
}

.cke_hc a.cke_path_item:hover,
.cke_hc a.cke_path_item:focus,
.cke_hc a.cke_path_item:active {
  border: 2px solid;
  padding: 1px 2px;
}

.cke_button__source_label,
.cke_button__sourcedialog_label {
  display: inline;
}

textarea.cke_source {
  font-family: 'Courier New', Monospace;
  font-size: small;
  background-color: #fff;
  white-space: pre-wrap;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

.cke_wysiwyg_frame,
.cke_wysiwyg_div {
  background-color: #fff;
}

.cke_notifications_area {
  pointer-events: none;
}

.cke_notification {
  pointer-events: auto;
  position: relative;
  margin: 10px;
  width: 300px;
  color: white;
  text-align: center;
  opacity: .95;
  filter: alpha(opacity=95);
  -webkit-animation: fadeIn .7s;
  animation: fadeIn .7s;
}

.cke_notification_message a {
  color: #12306f;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: .4;
  }
  to {
    opacity: .95;
  }
}

@keyframes fadeIn {
  from {
    opacity: .4;
  }
  to {
    opacity: .95;
  }
}

.cke_notification_success {
  background: #72b572;
  border: 1px solid #63a563;
}

.cke_notification_warning {
  background: #c83939;
  border: 1px solid #902b2b;
}

.cke_notification_info {
  background: #2e9ad0;
  border: 1px solid #0f74a8;
}

.cke_notification_info span.cke_notification_progress {
  background-color: #0f74a8;
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.cke_notification_message {
  position: relative;
  margin: 4px 23px 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  z-index: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cke_notification_close {
  background-image: url(images/close.png);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  cursor: pointer;
  text-align: center;
  height: 20px;
  width: 20px;
  top: 1px;
  right: 1px;
  padding: 0;
  margin: 0;
  z-index: 5;
  opacity: .6;
  filter: alpha(opacity=60);
}

.cke_notification_close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cke_notification_close span {
  display: none;
}

.cke_notification_warning a.cke_notification_close {
  opacity: .8;
  filter: alpha(opacity=80);
}

.cke_notification_warning a.cke_notification_close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

:root {
  --ck-border-radius: 0;
  --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset;
  --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);
  --ck-spacing-unit: .6em;
  --ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5);
  --ck-spacing-standard: var(--ck-spacing-unit);
  --ck-spacing-medium: calc(var(--ck-spacing-unit) * .8);
  --ck-spacing-small: calc(var(--ck-spacing-unit) * .5);
  --ck-spacing-tiny: calc(var(--ck-spacing-unit) * .3);
  --ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * .16);
  --ck-z-default: 1;
  --ck-z-modal: 999;
  --ck-color-base-foreground: #fafafa;
  --ck-color-base-background: #fff;
  --ck-color-base-border: #c4c4c4;
  --ck-color-base-action: #61b045;
  --ck-color-base-focus: #6cb5f9;
  --ck-color-base-text: #333;
  --ck-color-base-active: #198cf0;
  --ck-color-base-active-focus: #0e7fe1;
  --ck-color-focus-border: #47a4f5;
  --ck-color-focus-shadow: #77baf8;
  --ck-color-text: var(--ck-color-base-text);
  --ck-color-shadow-drop: rgba(0, 0, 0, .15);
  --ck-color-shadow-inner: rgba(0, 0, 0, .1);
  --ck-color-button-default-background: transparent;
  --ck-color-button-default-focus-background: #e6e6e6;
  --ck-color-button-default-active-background: #d9d9d9;
  --ck-color-button-default-active-shadow: #bfbfbf;
  --ck-color-button-default-disabled-background: transparent;
  --ck-color-button-on-background: #dedede;
  --ck-color-button-on-focus-background: #c4c4c4;
  --ck-color-button-on-active-background: #bababa;
  --ck-color-button-on-active-shadow: #a1a1a1;
  --ck-color-button-on-disabled-background: #dedede;
  --ck-color-button-action-background: var(--ck-color-base-action);
  --ck-color-button-action-focus-background: #579e3d;
  --ck-color-button-action-active-background: #53973b;
  --ck-color-button-action-active-shadow: #498433;
  --ck-color-button-action-disabled-background: #7ec365;
  --ck-color-button-action-text: var(--ck-color-base-background);
  --ck-color-button-save: #008a00;
  --ck-color-button-cancel: #db3700;
  --ck-color-dropdown-panel-background: var(--ck-color-base-background);
  --ck-color-dropdown-panel-border: var(--ck-color-base-border);
  --ck-color-input-background: var(--ck-color-base-background);
  --ck-color-input-border: #c7c7c7;
  --ck-color-input-text: var(--ck-color-base-text);
  --ck-color-input-disabled-background: #f2f2f2;
  --ck-color-input-disabled-border: #c7c7c7;
  --ck-color-input-disabled-text: #5c5c5c;
  --ck-color-list-background: var(--ck-color-base-background);
  --ck-color-list-item-background-hover: var(--ck-color-base-foreground);
  --ck-color-list-item-background-active: var(--ck-color-base-active);
  --ck-color-list-item-background-active-focus: var(--ck-color-base-active-focus);
  --ck-color-list-item-text-active: var(--ck-color-base-background);
  --ck-color-panel-background: var(--ck-color-base-background);
  --ck-color-panel-border: var(--ck-color-base-border);
  --ck-color-toolbar-background: var(--ck-color-base-foreground);
  --ck-color-toolbar-border: var(--ck-color-base-border);
  --ck-color-tooltip-background: var(--ck-color-base-text);
  --ck-color-tooltip-text: var(--ck-color-base-background);
  --ck-color-engine-placeholder-text: #c2c2c2;
  --ck-color-upload-bar-background: #6cb5f9;
  --ck-color-upload-infinite-background: rgba(0, 0, 0, .1);
  --ck-color-link-default: #0000f0;
  --ck-color-link-selected-background: #ebf8ff;
  --ck-disabled-opacity: .13;
  --ck-focus-outer-shadow: 0 0 3px var(--ck-color-focus-shadow);
  --ck-focus-ring: 1px solid var(--ck-color-focus-border);
  --ck-font-size-base: 13px;
  --ck-line-height-base: 1.84615;
  --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  --ck-font-size-tiny: .7em;
  --ck-font-size-small: .75em;
  --ck-font-size-normal: 1em;
  --ck-font-size-big: 1.4em;
  --ck-font-size-large: 1.8em;
  --ck-ui-component-min-height: 2.3em;
}

.cke_chrome {
  visibility: inherit;
}

.cke_voice_label {
  display: none;
}

legend.cke_voice_label {
  display: none;
}

.cke {
  box-shadow: none !important;
}

.cke_top {
  background: var(--ck-color-base-background);
  padding: 0;
  border-bottom: 1px solid var(--ck-color-toolbar-border);
  position: relative;
}

.cke.cke_float {
  margin-left: -1px;
}

.cke_float .cke_top {
  outline: none !important;
}

.cke .cke_toolgroup,
.cke .cke_combo_button,
.cke .cke_button {
  border-radius: var(--ck-border-radius);
  margin: var(--ck-spacing-small);
}

.cke .cke_toolgroup {
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cke .cke_combo_button {
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  margin-top: var(--ck-spacing-small);
  margin-right: var(--ck-spacing-small);
  margin-bottom: var(--ck-spacing-small);
}

.cke a.cke_button_off:hover,
.cke a.cke_button_off:focus,
.cke a.cke_button_off:active {
  border: none !important;
  padding: 4px;
}

.cke .cke_toolgroup a.cke_button_off:hover,
.cke .cke_toolgroup a.cke_button_off:focus,
.cke .cke_toolgroup a.cke_button_off:active,
.cke .cke_toolgroup .cke_combo_button:hover,
.cke .cke_toolgroup .cke_combo_button:focus,
.cke .cke_toolgroup .cke_combo_button:active {
  background-image: none !important;
  background: var(--ck-color-button-default-focus-background);
  outline: none !important;
  box-shadow: none !important;
}

.cke .cke_button_on {
  border: none !important;
  padding: 4px;
}

.cke .cke_button_on:hover,
.cke .cke_button_on:focus,
.cke .cke_button_on:active {
  background: var(--ck-color-button-on-focus-background);
}

.cke a.cke_button_disabled:hover,
.cke a.cke_button_disabled:focus,
.cke a.cke_button_disabled:active {
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.cke .cke_toolbar_separator {
  margin-top: 0;
  margin-left: -1px;
  width: 1px !important;
  height: 39.78px !important;
}

.cke a.cke_button.jsplus_bootstrap_button_red:hover,
.cke a.cke_button.jsplus_bootstrap_button_red:focus,
.cke a.cke_button.jsplus_bootstrap_button_red:active {
  background: #ffd9d9 !important;
}

.cke_toolgroup a.cke_button:last-child:after,
.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  border-right: none !important;
  background-color: red !important;
}

.cke .cke_combo_on a.cke_combo_button,
.cke .cke_combo_off a.cke_combo_button:hover,
.cke .cke_combo_off a.cke_combo_button:focus,
.cke .cke_combo_off a.cke_combo_button:active {
  background-color: #e0e0e0 !important;
}

.cke .cke_combo_text {
  line-height: 24px !important;
}

.cke a.cke_button_disabled .cke_button_icon,
.cke a.cke_button_disabled .cke_button_arrow {
  opacity: var(--ck-disabled-opacity);
}

.cke_dialog_background_cover {
  background-color: black !important;
}

a.cke_dialog_ui_button {
  display: inline-block !important;
  cursor: pointer !important;
  text-align: left !important;
  overflow: hidden !important;
  color: #111 !important;
  border: 1px solid #bbb !important;
  border-bottom: 1px solid #999 !important;
  background-color: white !important;
  font-size: 15px !important;
  line-height: 18px !important;
  border-radius: 0 !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border-radius: 0 !important;
  height: auto !important;
  padding: 4px 12px 4px 12px !important;
  min-width: 80px !important;
  text-align: center !important;
}

span.cke_dialog_ui_button {
  padding: 0 !important;
  min-width: 50px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: normal !important;
}

a.cke_dialog_ui_button:hover,
a.cke_dialog_ui_button:focus,
a.cke_dialog_ui_button:active {
  background-color: #007fff !important;
  border-color: #007fff !important;
  text-decoration: none !important;
}

a.cke_dialog_ui_button:hover > span,
a.cke_dialog_ui_button:focus > span,
a.cke_dialog_ui_button:active > span {
  background-color: #007fff !important;
  color: white !important;
}

.cke_dialog .cke_resizer {
  margin-top: 30px !important;
}

.cke_dialog_footer_buttons .cke_dialog_ui_hbox > td > a.cke_dialog_ui_button {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.cke_dialog_ui_input_text {
  border-radius: 0 !important;
}

.cke_dialog_ui_input_text:focus {
  border: 1px solid #419fff !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.cke_button_icon {
  image-rendering: pixelated !important;
}

.cke_editable.cke_editable_inline[data-type="wrap"] {
  outline: 0;
}

.cke_combo {
  border-right: 1px solid #bcbcbc;
  margin-left: -1px;
}

.cke_button__about_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -0px !important;
}

.cke_button__bold_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -24px !important;
}

.cke_button__italic_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -48px !important;
}

.cke_button__strike_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -72px !important;
}

.cke_button__subscript_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -96px !important;
}

.cke_button__superscript_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -120px !important;
}

.cke_button__underline_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -144px !important;
}

.cke_button__bidiltr_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -168px !important;
}

.cke_button__bidirtl_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -192px !important;
}

.cke_button__blockquote_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -216px !important;
}

.cke_rtl .cke_button__copy_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -240px !important;
}

.cke_ltr .cke_button__copy_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -264px !important;
}

.cke_rtl .cke_button__cut_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -288px !important;
}

.cke_ltr .cke_button__cut_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -312px !important;
}

.cke_rtl .cke_button__paste_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -336px !important;
}

.cke_ltr .cke_button__paste_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -360px !important;
}

.cke_button__bgcolor_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -384px !important;
}

.cke_button__textcolor_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -408px !important;
}

.cke_button__copyformatting_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -432px !important;
}

.cke_button__creatediv_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -456px !important;
}

.cke_rtl .cke_button__find_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -480px !important;
}

.cke_ltr .cke_button__find_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -504px !important;
}

.cke_button__replace_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -528px !important;
}

.cke_button__flash_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -552px !important;
}

.cke_button__button_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -576px !important;
}

.cke_button__checkbox_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -600px !important;
}

.cke_button__form_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -624px !important;
}

.cke_button__hiddenfield_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -648px !important;
}

.cke_button__imagebutton_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -672px !important;
}

.cke_button__radio_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -696px !important;
}

.cke_rtl .cke_button__select_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -720px !important;
}

.cke_ltr .cke_button__select_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -744px !important;
}

.cke_rtl .cke_button__textarea_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -768px !important;
}

.cke_ltr .cke_button__textarea_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -792px !important;
}

.cke_rtl .cke_button__textfield_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -816px !important;
}

.cke_ltr .cke_button__textfield_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -840px !important;
}

.cke_button__horizontalrule_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -864px !important;
}

.cke_rtl .cke_button__indent_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -888px !important;
}

.cke_ltr .cke_button__indent_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -912px !important;
}

.cke_rtl .cke_button__outdent_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -936px !important;
}

.cke_ltr .cke_button__outdent_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -960px !important;
}

.cke_button__justifyblock_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -984px !important;
}

.cke_button__justifycenter_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1008px !important;
}

.cke_button__justifyleft_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1032px !important;
}

.cke_button__justifyright_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1056px !important;
}

.cke_button__language_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1080px !important;
}

.cke_rtl .cke_button__anchor_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1104px !important;
}

.cke_ltr .cke_button__anchor_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1128px !important;
}

.cke_button__link_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1152px !important;
}

.cke_button__unlink_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1176px !important;
}

.cke_rtl .cke_button__bulletedlist_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1200px !important;
}

.cke_ltr .cke_button__bulletedlist_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1224px !important;
}

.cke_rtl .cke_button__numberedlist_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1248px !important;
}

.cke_ltr .cke_button__numberedlist_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1272px !important;
}

.cke_button__maximize_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1296px !important;
}

.cke_rtl .cke_button__newpage_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1320px !important;
}

.cke_ltr .cke_button__newpage_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1344px !important;
}

.cke_rtl .cke_button__pagebreak_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1368px !important;
}

.cke_ltr .cke_button__pagebreak_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1392px !important;
}

.cke_rtl .cke_button__pastefromword_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1416px !important;
}

.cke_ltr .cke_button__pastefromword_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1440px !important;
}

.cke_rtl .cke_button__pastetext_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1464px !important;
}

.cke_ltr .cke_button__pastetext_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1488px !important;
}

.cke_rtl .cke_button__preview_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1512px !important;
}

.cke_ltr .cke_button__preview_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1536px !important;
}

.cke_button__print_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1560px !important;
}

.cke_button__removeformat_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1584px !important;
}

.cke_button__save_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1608px !important;
}

.cke_button__selectall_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1632px !important;
}

.cke_rtl .cke_button__showblocks_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1656px !important;
}

.cke_ltr .cke_button__showblocks_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1680px !important;
}

.cke_button__smiley_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1704px !important;
}

.cke_rtl .cke_button__source_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1728px !important;
}

.cke_ltr .cke_button__source_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1752px !important;
}

.cke_button__specialchar_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1776px !important;
}

.cke_button__table_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1800px !important;
}

.cke_rtl .cke_button__templates_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1824px !important;
}

.cke_ltr .cke_button__templates_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1848px !important;
}

.cke_rtl .cke_button__redo_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1872px !important;
}

.cke_ltr .cke_button__redo_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1896px !important;
}

.cke_rtl .cke_button__undo_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1920px !important;
}

.cke_ltr .cke_button__undo_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1944px !important;
}

.cke_button__simplebox_icon {
  background: url(icons.png?t=K0LD) no-repeat 0 -1968px !important;
}

.cke_hidpi .cke_button__about_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -0px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__bold_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -24px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__italic_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -48px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__strike_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -72px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__subscript_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -96px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__superscript_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -120px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__underline_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -144px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__bidiltr_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -168px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__bidirtl_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -192px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__blockquote_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -216px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__copy_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -240px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__copy_icon,
.cke_ltr.cke_hidpi .cke_button__copy_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -264px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__cut_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -288px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__cut_icon,
.cke_ltr.cke_hidpi .cke_button__cut_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -312px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__paste_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -336px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__paste_icon,
.cke_ltr.cke_hidpi .cke_button__paste_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -360px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__bgcolor_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -384px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__textcolor_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -408px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__copyformatting_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -432px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__creatediv_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -456px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__find_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -480px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__find_icon,
.cke_ltr.cke_hidpi .cke_button__find_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -504px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__replace_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -528px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__flash_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -552px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__button_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -576px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__checkbox_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -600px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__form_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -624px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__hiddenfield_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -648px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__imagebutton_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -672px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__radio_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -696px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__select_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -720px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__select_icon,
.cke_ltr.cke_hidpi .cke_button__select_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -744px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__textarea_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -768px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__textarea_icon,
.cke_ltr.cke_hidpi .cke_button__textarea_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -792px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__textfield_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -816px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__textfield_icon,
.cke_ltr.cke_hidpi .cke_button__textfield_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -840px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__horizontalrule_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -864px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__indent_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -888px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__indent_icon,
.cke_ltr.cke_hidpi .cke_button__indent_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -912px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__outdent_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -936px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__outdent_icon,
.cke_ltr.cke_hidpi .cke_button__outdent_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -960px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__justifyblock_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -984px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__justifycenter_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1008px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__justifyleft_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1032px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__justifyright_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1056px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__language_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1080px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__anchor_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1104px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__anchor_icon,
.cke_ltr.cke_hidpi .cke_button__anchor_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1128px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__link_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1152px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__unlink_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1176px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1200px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1224px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1248px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1272px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__maximize_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1296px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__newpage_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1320px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__newpage_icon,
.cke_ltr.cke_hidpi .cke_button__newpage_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1344px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1368px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,
.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1392px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1416px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1440px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__pastetext_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1464px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__pastetext_icon,
.cke_ltr.cke_hidpi .cke_button__pastetext_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1488px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__preview_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1512px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__preview_icon,
.cke_ltr.cke_hidpi .cke_button__preview_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1536px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__print_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1560px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__removeformat_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1584px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__save_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1608px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__selectall_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1632px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__showblocks_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1656px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__showblocks_icon,
.cke_ltr.cke_hidpi .cke_button__showblocks_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1680px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__smiley_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1704px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__source_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1728px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__source_icon,
.cke_ltr.cke_hidpi .cke_button__source_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1752px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__specialchar_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1776px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__table_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1800px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__templates_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1824px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__templates_icon,
.cke_ltr.cke_hidpi .cke_button__templates_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1848px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__redo_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1872px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__redo_icon,
.cke_ltr.cke_hidpi .cke_button__redo_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1896px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__undo_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1920px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__undo_icon,
.cke_ltr.cke_hidpi .cke_button__undo_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1944px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__simplebox_icon {
  background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -3936px !important;
}

a.cke_button_disabled,
a.cke_button_disabled:hover,
a.cke_button_disabled:focus,
a.cke_button_disabled:active {
  filter: alpha(opacity=30);
}

.cke_button_disabled .cke_button_icon {
  filter: alpha(opacity=30);
}

.cke_button_off:hover,
.cke_button_off:focus,
.cke_button_off:active {
  filter: alpha(opacity=100);
}

.cke_combo_disabled .cke_combo_inlinelabel,
.cke_combo_disabled .cke_combo_open {
  filter: alpha(opacity=30);
}

.cke_toolbox_collapser {
  border: 1px solid #a6a6a6;
}

.cke_toolbox_collapser .cke_arrow {
  margin-top: 1px;
}

.cke_hc .cke_top,
.cke_hc .cke_bottom,
.cke_hc .cke_combo_button,
.cke_hc a.cke_combo_button:hover,
.cke_hc a.cke_combo_button:focus,
.cke_hc .cke_toolgroup,
.cke_hc .cke_button_on,
.cke_hc a.cke_button_off:hover,
.cke_hc a.cke_button_off:focus,
.cke_hc a.cke_button_off:active,
.cke_hc .cke_toolbox_collapser,
.cke_hc .cke_toolbox_collapser:hover,
.cke_hc .cke_panel_grouptitle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.cke_toolbox_collapser .cke_arrow {
  border-width: 4px;
}

.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
  border-width: 3px;
}

.cke_toolbox_collapser .cke_arrow {
  margin-top: 0;
}

.cke_toolbar {
  position: relative;
}

.cke_rtl .cke_toolbar_end {
  right: auto;
  left: 0;
}

.cke_toolbar_end:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 0;
  border-right: 1px solid #bcbcbc;
  margin-top: 4px;
  top: 1px;
  right: 2px;
}

.cke_rtl .cke_toolbar_end:after {
  right: auto;
  left: 2px;
}

.cke_hc .cke_toolbar_end:after {
  top: 2px;
  right: 5px;
  border-color: #000;
}

.cke_hc.cke_rtl .cke_toolbar_end:after {
  right: auto;
  left: 5px;
}

.cke_combo + .cke_toolbar_end:after,
.cke_toolbar.cke_toolbar_last .cke_toolbar_end:after {
  content: none;
  border: 0;
}

.cke_combo + .cke_toolgroup + .cke_toolbar_end:after {
  right: 0;
}

.cke_rtl .cke_combo + .cke_toolgroup + .cke_toolbar_end:after {
  right: auto;
  left: 0;
}

File

js/skin/n1theme/editor_ie8.css
View source
  1. .cke_reset {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. background: transparent;
  6. text-decoration: none;
  7. width: auto;
  8. height: auto;
  9. vertical-align: baseline;
  10. box-sizing: content-box;
  11. position: static;
  12. transition: none;
  13. }
  14. .cke_reset_all,
  15. .cke_reset_all *,
  16. .cke_reset_all a,
  17. .cke_reset_all textarea {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. background: transparent;
  22. text-decoration: none;
  23. width: auto;
  24. height: auto;
  25. vertical-align: baseline;
  26. box-sizing: content-box;
  27. position: static;
  28. transition: none;
  29. border-collapse: collapse;
  30. font: normal normal normal 13px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
  31. color: #000;
  32. text-align: left;
  33. white-space: nowrap;
  34. cursor: auto;
  35. float: none;
  36. }
  37. .cke_reset_all .cke_rtl * {
  38. text-align: right;
  39. }
  40. .cke_reset_all iframe {
  41. vertical-align: inherit;
  42. }
  43. .cke_reset_all textarea {
  44. white-space: pre-wrap;
  45. }
  46. .cke_reset_all textarea,
  47. .cke_reset_all input[type="text"],
  48. .cke_reset_all input[type="password"] {
  49. cursor: text;
  50. }
  51. .cke_reset_all textarea[disabled],
  52. .cke_reset_all input[type="text"][disabled],
  53. .cke_reset_all input[type="password"][disabled] {
  54. cursor: default;
  55. }
  56. .cke_reset_all fieldset {
  57. padding: 10px;
  58. border: 2px groove #e0dfe3;
  59. }
  60. .cke_reset_all select {
  61. box-sizing: border-box;
  62. }
  63. .cke_reset_all table {
  64. table-layout: auto;
  65. }
  66. .cke_chrome {
  67. display: block;
  68. border: 1px solid #d1d1d1;
  69. padding: 0;
  70. }
  71. .cke_inner {
  72. display: block;
  73. background: #fff;
  74. padding: 0;
  75. -webkit-touch-callout: none;
  76. }
  77. .cke_float {
  78. border: 0;
  79. }
  80. .cke_float .cke_inner {
  81. padding-bottom: 0;
  82. }
  83. .cke_top,
  84. .cke_contents,
  85. .cke_bottom {
  86. display: block;
  87. overflow: hidden;
  88. }
  89. .cke_top {
  90. border-bottom: 1px solid #d1d1d1;
  91. background: #f8f8f8;
  92. padding: 6px 8px 2px;
  93. white-space: normal;
  94. }
  95. .cke_float .cke_top {
  96. border: 1px solid #d1d1d1;
  97. }
  98. .cke_bottom {
  99. padding: 6px 8px 2px;
  100. position: relative;
  101. border-top: 1px solid #d1d1d1;
  102. background: #f8f8f8;
  103. }
  104. .cke_browser_ios .cke_contents {
  105. overflow-y: auto;
  106. -webkit-overflow-scrolling: touch;
  107. }
  108. .cke_resizer {
  109. width: 0;
  110. height: 0;
  111. overflow: hidden;
  112. border-width: 10px 10px 0 0;
  113. border-color: transparent #bcbcbc transparent transparent;
  114. border-style: dashed solid dashed dashed;
  115. font-size: 0;
  116. vertical-align: bottom;
  117. margin-top: 6px;
  118. margin-bottom: 2px;
  119. }
  120. .cke_hc .cke_resizer {
  121. font-size: 15px;
  122. width: auto;
  123. height: auto;
  124. border-width: 0;
  125. }
  126. .cke_resizer_ltr {
  127. cursor: se-resize;
  128. float: right;
  129. margin-right: -4px;
  130. }
  131. .cke_resizer_rtl {
  132. border-width: 10px 0 0 10px;
  133. border-color: transparent transparent transparent #bcbcbc;
  134. border-style: dashed dashed dashed solid;
  135. cursor: sw-resize;
  136. float: left;
  137. margin-left: -4px;
  138. right: auto;
  139. }
  140. .cke_wysiwyg_div {
  141. display: block;
  142. height: 100%;
  143. overflow: auto;
  144. padding: 0 8px;
  145. outline-style: none;
  146. box-sizing: border-box;
  147. }
  148. .cke_panel {
  149. visibility: visible;
  150. width: 120px;
  151. height: 100px;
  152. overflow: hidden;
  153. background-color: #fff;
  154. border: 1px solid #d1d1d1;
  155. }
  156. .cke_menu_panel {
  157. padding: 0;
  158. margin: 0;
  159. }
  160. .cke_combopanel {
  161. width: 110px;
  162. height: 170px;
  163. }
  164. .cke_panel_frame {
  165. width: 100%;
  166. height: 100%;
  167. font-size: 12px;
  168. overflow: auto;
  169. overflow-x: hidden;
  170. }
  171. .cke_panel_container {
  172. overflow-y: auto;
  173. overflow-x: hidden;
  174. }
  175. .cke_panel_block:focus {
  176. outline: none !important;
  177. }
  178. .cke_panel_list {
  179. margin: 0;
  180. padding: 0;
  181. list-style-type: none;
  182. white-space: nowrap;
  183. }
  184. .cke_panel_listItem {
  185. margin: 0;
  186. padding: 0;
  187. }
  188. .cke_panel_listItem a {
  189. padding: 6px 7px;
  190. display: block;
  191. color: inherit !important;
  192. text-decoration: none;
  193. overflow: hidden;
  194. text-overflow: ellipsis;
  195. }
  196. .cke_hc .cke_panel_listItem a {
  197. border-style: none;
  198. }
  199. .cke_panel_listItem.cke_selected a,
  200. .cke_panel_listItem a:hover,
  201. .cke_panel_listItem a:focus,
  202. .cke_panel_listItem a:active {
  203. background-color: #e9e9e9;
  204. }
  205. .cke_panel_listItem a:focus {
  206. outline: 1px dotted #000;
  207. }
  208. .cke_hc .cke_panel_listItem a:hover,
  209. .cke_hc .cke_panel_listItem a:focus,
  210. .cke_hc .cke_panel_listItem a:active {
  211. border: 2px solid;
  212. padding: 4px 5px;
  213. }
  214. .cke_panel_listItem p,
  215. .cke_panel_listItem h1,
  216. .cke_panel_listItem h2,
  217. .cke_panel_listItem h3,
  218. .cke_panel_listItem h4,
  219. .cke_panel_listItem h5,
  220. .cke_panel_listItem h6,
  221. .cke_panel_listItem pre {
  222. margin-top: 0;
  223. margin-bottom: 0;
  224. }
  225. .cke_panel_grouptitle {
  226. cursor: default;
  227. font-size: 11px;
  228. font-weight: bold;
  229. white-space: nowrap;
  230. margin: 0;
  231. padding: 6px 6px 7px 6px;
  232. color: #484848;
  233. border-bottom: 1px solid #d1d1d1;
  234. background: #f8f8f8;
  235. }
  236. .cke_colorblock {
  237. padding: 10px;
  238. font-size: 11px;
  239. font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
  240. }
  241. .cke_colorblock,
  242. .cke_colorblock a {
  243. text-decoration: none;
  244. color: #000;
  245. }
  246. a.cke_colorbox {
  247. padding: 2px;
  248. float: left;
  249. width: 20px;
  250. height: 20px;
  251. }
  252. .cke_rtl a.cke_colorbox {
  253. float: right;
  254. }
  255. a:hover.cke_colorbox,
  256. a:focus.cke_colorbox,
  257. a:active.cke_colorbox {
  258. outline: 0;
  259. padding: 0;
  260. border: 2px solid #139ff7;
  261. }
  262. a:hover.cke_colorbox {
  263. border-color: #bcbcbc;
  264. }
  265. span.cke_colorbox {
  266. width: 20px;
  267. height: 20px;
  268. float: left;
  269. }
  270. .cke_rtl span.cke_colorbox {
  271. float: right;
  272. }
  273. a.cke_colorauto,
  274. a.cke_colormore {
  275. border: #fff 1px solid;
  276. padding: 3px;
  277. display: block;
  278. cursor: pointer;
  279. }
  280. a.cke_colorauto {
  281. padding: 0;
  282. border: 1px solid transparent;
  283. margin-bottom: 6px;
  284. height: 26px;
  285. line-height: 26px;
  286. }
  287. a.cke_colormore {
  288. margin-top: 10px;
  289. height: 20px;
  290. line-height: 19px;
  291. }
  292. a:hover.cke_colorauto,
  293. a:hover.cke_colormore,
  294. a:focus.cke_colorauto,
  295. a:focus.cke_colormore,
  296. a:active.cke_colorauto,
  297. a:active.cke_colormore {
  298. outline: 0;
  299. border: #139ff7 1px solid;
  300. background-color: #f8f8f8;
  301. }
  302. a:hover.cke_colorauto,
  303. a:hover.cke_colormore {
  304. border-color: #bcbcbc;
  305. }
  306. .cke_colorauto span.cke_colorbox {
  307. width: 18px;
  308. height: 18px;
  309. border: 1px solid #808080;
  310. margin-left: 1px;
  311. margin-top: 3px;
  312. }
  313. .cke_rtl .cke_colorauto span.cke_colorbox {
  314. margin-left: 0;
  315. margin-right: 1px;
  316. }
  317. span.cke_colorbox[style*="#ffffff"],
  318. span.cke_colorbox[style*="#FFFFFF"],
  319. span.cke_colorbox[style="background-color:#fff"],
  320. span.cke_colorbox[style="background-color:#FFF"],
  321. span.cke_colorbox[style*="rgb(255,255,255)"],
  322. span.cke_colorbox[style*="rgb(255, 255, 255)"] {
  323. border: 1px solid #808080;
  324. width: 18px;
  325. height: 18px;
  326. }
  327. .cke_toolbar {
  328. float: left;
  329. }
  330. .cke_rtl .cke_toolbar {
  331. float: right;
  332. }
  333. .cke_toolgroup {
  334. border: 0;
  335. float: left;
  336. margin: 1px 2px 6px 0;
  337. padding-right: 3px;
  338. }
  339. .cke_rtl .cke_toolgroup {
  340. float: right;
  341. margin: 1px 0 6px 2px;
  342. padding-left: 3px;
  343. padding-right: 0;
  344. }
  345. .cke_hc .cke_toolgroup {
  346. margin-right: 5px;
  347. margin-bottom: 5px;
  348. }
  349. .cke_hc.cke_rtl .cke_toolgroup {
  350. margin-right: 0;
  351. margin-left: 5px;
  352. }
  353. a.cke_button {
  354. display: inline-block;
  355. padding: 4px;
  356. outline: 0;
  357. cursor: default;
  358. float: left;
  359. border: 0;
  360. position: relative;
  361. }
  362. .cke_rtl a.cke_button {
  363. float: right;
  364. }
  365. .cke_hc a.cke_button {
  366. border: 1px solid black;
  367. padding: 3px 5px;
  368. margin: 0 3px 5px 0;
  369. }
  370. .cke_hc.cke_rtl a.cke_button {
  371. margin: 0 0 5px 3px;
  372. }
  373. a.cke_button_on {
  374. background: var(--ck-color-button-on-background);
  375. }
  376. a.cke_button_off:hover,
  377. a.cke_button_off:focus,
  378. a.cke_button_off:active {
  379. background: #e5e5e5;
  380. border: 1px #bcbcbc solid;
  381. padding: 3px 5px;
  382. }
  383. .cke_hc a.cke_button_on,
  384. .cke_hc a.cke_button_off:hover,
  385. .cke_hc a.cke_button_off:focus,
  386. .cke_hc a.cke_button_off:active {
  387. background: #e5e5e5;
  388. border: 3px solid #000;
  389. padding: 1px 3px;
  390. }
  391. a.cke_button_disabled:hover,
  392. a.cke_button_disabled:focus,
  393. a.cke_button_disabled:active {
  394. border: 0;
  395. padding: 4px;
  396. background-color: transparent;
  397. }
  398. a.cke_button_disabled:focus {
  399. border: 1px #bcbcbc solid;
  400. padding: 3px 5px;
  401. }
  402. .cke_button_disabled .cke_button_label {
  403. color: inherit;
  404. opacity: var(--ck-disabled-opacity);
  405. }
  406. .cke_button_disabled:hover .cke_button_label {
  407. color: inherit;
  408. opacity: var(--ck-disabled-opacity);
  409. }
  410. .cke_hc a.cke_button_disabled:hover,
  411. .cke_hc a.cke_button_disabled:focus,
  412. .cke_hc a.cke_button_disabled:active {
  413. border: 1px solid #acacac;
  414. padding: 3px 5px;
  415. margin: 0 3px 5px 0;
  416. }
  417. .cke_hc a.cke_button_disabled:focus {
  418. border: 3px solid #000;
  419. padding: 1px 3px;
  420. }
  421. .cke_hc.cke_rtl a.cke_button_disabled:hover,
  422. .cke_hc.cke_rtl a.cke_button_disabled:focus,
  423. .cke_hc.cke_rtl a.cke_button_disabled:active {
  424. margin: 0 0 5px 3px;
  425. }
  426. a.cke_button_disabled .cke_button_icon,
  427. a.cke_button_disabled .cke_button_arrow {
  428. opacity: .3;
  429. }
  430. .cke_hc a.cke_button_disabled {
  431. border-color: #acacac;
  432. }
  433. .cke_hc a.cke_button_disabled .cke_button_icon,
  434. .cke_hc a.cke_button_disabled .cke_button_label {
  435. opacity: .5;
  436. }
  437. .cke_toolgroup a.cke_button:last-child:after,
  438. .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  439. content: "";
  440. position: absolute;
  441. height: 18px;
  442. width: 0;
  443. border-right: 1px solid #bcbcbc;
  444. margin-top: 4px;
  445. top: 0;
  446. right: -3px;
  447. }
  448. .cke_rtl .cke_toolgroup a.cke_button:last-child:after,
  449. .cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  450. border-right: 0;
  451. right: auto;
  452. border-left: 1px solid #bcbcbc;
  453. top: 0;
  454. left: -3px;
  455. }
  456. .cke_hc .cke_toolgroup a.cke_button:last-child:after,
  457. .cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,
  458. .cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  459. border-color: #000;
  460. top: 0;
  461. right: -7px;
  462. }
  463. .cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after,
  464. .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,
  465. .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  466. top: 0;
  467. right: auto;
  468. left: -7px;
  469. }
  470. .cke_toolgroup a.cke_button:hover:last-child:after,
  471. .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  472. top: -1px;
  473. right: -4px;
  474. }
  475. .cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
  476. .cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  477. top: -1px;
  478. right: auto;
  479. left: -4px;
  480. }
  481. .cke_hc .cke_toolgroup a.cke_button:hover:last-child:after,
  482. .cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  483. top: -2px;
  484. right: -9px;
  485. }
  486. .cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
  487. .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  488. top: -2px;
  489. right: auto;
  490. left: -9px;
  491. }
  492. .cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after {
  493. content: none;
  494. border: 0;
  495. width: 0;
  496. height: 0;
  497. }
  498. .cke_toolbar + .cke_toolbar.cke_toolbar_last {
  499. position: relative;
  500. right: .5px;
  501. }
  502. .cke_button_icon {
  503. cursor: inherit;
  504. background-repeat: no-repeat;
  505. width: 16px;
  506. margin: 4px;
  507. height: 16px;
  508. float: left;
  509. display: inline-block;
  510. }
  511. .cke_rtl .cke_button_icon {
  512. float: right;
  513. }
  514. .cke_hc .cke_button_icon {
  515. display: none;
  516. }
  517. .cke_button_label {
  518. display: none;
  519. padding-left: 3px;
  520. padding-right: 4px;
  521. margin-top: 4px;
  522. line-height: 17px;
  523. vertical-align: middle;
  524. float: left;
  525. cursor: default;
  526. color: #484848;
  527. }
  528. .cke_rtl .cke_button_label {
  529. padding-right: 3px;
  530. padding-left: 0;
  531. float: right;
  532. }
  533. .cke_hc .cke_button_label {
  534. padding: 0;
  535. display: inline-block;
  536. font-size: 12px;
  537. }
  538. .cke_button_arrow {
  539. display: inline-block;
  540. margin: 8px 6px 0 8px;
  541. cursor: default;
  542. vertical-align: top;
  543. height: 5px;
  544. width: 5px;
  545. border-right: 1px solid #000;
  546. border-top: 1px solid #000;
  547. transform: rotate(135deg);
  548. }
  549. .cke_rtl .cke_button_arrow {
  550. margin-right: 5px;
  551. margin-left: 0;
  552. }
  553. .cke_hc .cke_button_arrow {
  554. font-size: 10px;
  555. margin: 3px 0 0 3px;
  556. width: auto;
  557. border: 0;
  558. }
  559. .cke_toolbar_separator {
  560. float: left;
  561. background-color: #bcbcbc;
  562. width: 1px;
  563. }
  564. .cke_rtl .cke_toolbar_separator {
  565. float: right;
  566. }
  567. .cke_hc .cke_toolbar_separator {
  568. background-color: #000;
  569. margin-left: 2px;
  570. margin-right: 5px;
  571. margin-bottom: 9px;
  572. }
  573. .cke_hc.cke_rtl .cke_toolbar_separator {
  574. margin-left: 5px;
  575. margin-right: 2px;
  576. }
  577. .cke_toolbar_break {
  578. display: block;
  579. clear: left;
  580. height: 1px;
  581. background: #ccc;
  582. margin-left: -3px;
  583. margin-right: -3px;
  584. }
  585. .cke_rtl .cke_toolbar_break {
  586. clear: right;
  587. }
  588. a.cke_toolbox_collapser {
  589. width: 12px;
  590. height: 11px;
  591. float: right;
  592. margin: 11px 0 0;
  593. font-size: 0;
  594. cursor: default;
  595. text-align: center;
  596. border: 1px solid #bcbcbc;
  597. }
  598. .cke_rtl .cke_toolbox_collapser {
  599. float: left;
  600. }
  601. .cke_toolbox_collapser:hover {
  602. background: #e5e5e5;
  603. }
  604. .cke_toolbox_collapser.cke_toolbox_collapser_min {
  605. margin: 0 2px 4px;
  606. }
  607. .cke_toolbox_collapser .cke_arrow {
  608. display: inline-block;
  609. height: 0;
  610. width: 0;
  611. font-size: 0;
  612. margin-top: 1px;
  613. border: 3px solid transparent;
  614. border-bottom-color: #484848;
  615. }
  616. .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
  617. margin-top: 4px;
  618. border-bottom-color: transparent;
  619. border-top-color: #484848;
  620. }
  621. .cke_hc .cke_toolbox_collapser .cke_arrow {
  622. font-size: 8px;
  623. width: auto;
  624. border: 0;
  625. margin-top: 0;
  626. }
  627. .cke_menuitem span {
  628. cursor: default;
  629. }
  630. .cke_menubutton {
  631. display: block;
  632. }
  633. .cke_hc .cke_menubutton {
  634. padding: 2px;
  635. }
  636. .cke_menubutton:hover,
  637. .cke_menubutton:focus,
  638. .cke_menubutton:active {
  639. background-color: #e9e9e9;
  640. display: block;
  641. outline: 1px dotted;
  642. }
  643. .cke_menubutton:hover {
  644. outline: 0;
  645. }
  646. .cke_hc .cke_menubutton:hover,
  647. .cke_hc .cke_menubutton:focus,
  648. .cke_hc .cke_menubutton:active {
  649. border: 2px solid;
  650. padding: 0;
  651. }
  652. .cke_menubutton_disabled:hover,
  653. .cke_menubutton_disabled:focus,
  654. .cke_menubutton_disabled:active {
  655. background-color: transparent;
  656. outline: 0;
  657. }
  658. .cke_menubutton_inner {
  659. display: table-row;
  660. }
  661. .cke_menubutton_icon,
  662. .cke_menubutton_label,
  663. .cke_menuarrow {
  664. display: table-cell;
  665. }
  666. .cke_menubutton_icon {
  667. background-color: #f8f8f8;
  668. padding: 6px 4px;
  669. }
  670. .cke_hc .cke_menubutton_icon {
  671. height: 16px;
  672. width: 0;
  673. padding: 4px 0;
  674. }
  675. .cke_menubutton:hover .cke_menubutton_icon,
  676. .cke_menubutton:focus .cke_menubutton_icon,
  677. .cke_menubutton:active .cke_menubutton_icon {
  678. background-color: #e9e9e9;
  679. }
  680. .cke_menubutton_disabled:hover .cke_menubutton_icon,
  681. .cke_menubutton_disabled:focus .cke_menubutton_icon,
  682. .cke_menubutton_disabled:active .cke_menubutton_icon {
  683. background-color: #f8f8f8;
  684. outline: 0;
  685. }
  686. .cke_menuitem .cke_menubutton_on {
  687. background-color: #e9e9e9;
  688. border: 1px solid #dedede;
  689. outline: 0;
  690. }
  691. .cke_menubutton_on .cke_menubutton_icon {
  692. padding-right: 3px;
  693. background-color: #e9e9e9;
  694. }
  695. .cke_menubutton_label {
  696. padding: 0 5px;
  697. background-color: transparent;
  698. width: 100%;
  699. vertical-align: middle;
  700. }
  701. .cke_menubutton_shortcut {
  702. color: #979797;
  703. }
  704. .cke_menubutton_disabled .cke_menubutton_label {
  705. opacity: .3;
  706. filter: alpha(opacity=30);
  707. }
  708. .cke_panel_frame .cke_menubutton_label {
  709. display: none;
  710. }
  711. .cke_menuseparator {
  712. background-color: #d1d1d1;
  713. height: 1px;
  714. }
  715. .cke_menuarrow {
  716. background: transparent url(images/arrow.png) no-repeat 0 10px;
  717. padding: 0 5px;
  718. }
  719. .cke_rtl .cke_menuarrow {
  720. background-position: 5px -13px;
  721. background-repeat: no-repeat;
  722. }
  723. .cke_hc .cke_menuarrow {
  724. background-image: none;
  725. }
  726. .cke_menuarrow span {
  727. display: none;
  728. }
  729. .cke_hc .cke_menuarrow span {
  730. vertical-align: middle;
  731. display: inline;
  732. }
  733. .cke_combo {
  734. display: inline-block;
  735. float: left;
  736. position: relative;
  737. }
  738. .cke_rtl .cke_combo {
  739. float: right;
  740. }
  741. .cke_hc .cke_combo {
  742. margin-top: 1px;
  743. margin-bottom: 10px;
  744. }
  745. .cke_combo:after {
  746. content: "";
  747. position: absolute;
  748. height: 18px;
  749. width: 0;
  750. margin-top: 5px;
  751. margin-right: var(--ck-spacing-small);
  752. margin-left: var(--ck-spacing-small);
  753. top: 0;
  754. right: 0;
  755. }
  756. .cke_rtl .cke_combo:after {
  757. border-right: 0;
  758. border-left: 1px solid #bcbcbc;
  759. right: auto;
  760. left: 0;
  761. }
  762. .cke_hc .cke_combo:after {
  763. border-color: #000;
  764. }
  765. a.cke_combo_button {
  766. cursor: default;
  767. display: inline-block;
  768. float: left;
  769. }
  770. .cke_rtl a.cke_combo_button {
  771. float: right;
  772. }
  773. .cke_hc a.cke_combo_button {
  774. padding: 4px;
  775. }
  776. .cke_combo_on a.cke_combo_button,
  777. .cke_combo_off a.cke_combo_button:hover,
  778. .cke_combo_off a.cke_combo_button:focus,
  779. .cke_combo_off a.cke_combo_button:active {
  780. background: #e5e5e5;
  781. border: 1px solid #bcbcbc;
  782. }
  783. .cke_combo_off a.cke_combo_button:focus {
  784. outline: 0;
  785. }
  786. .cke_combo_on a.cke_combo_button,
  787. .cke_combo_off a.cke_combo_button:active {
  788. background: red;
  789. }
  790. .cke_hc .cke_combo_on a.cke_combo_button,
  791. .cke_hc .cke_combo_off a.cke_combo_button:hover,
  792. .cke_hc .cke_combo_off a.cke_combo_button:focus,
  793. .cke_hc .cke_combo_off a.cke_combo_button:active {
  794. border: 3px solid #000;
  795. padding: 1px 1px 1px 2px;
  796. }
  797. .cke_hc.cke_rtl .cke_combo_on a.cke_combo_button,
  798. .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,
  799. .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,
  800. .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active {
  801. padding: 1px 2px 1px 1px;
  802. }
  803. .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
  804. .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
  805. .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
  806. .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  807. padding: 1px 1px 1px 7px;
  808. margin-left: -6px;
  809. }
  810. .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
  811. .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
  812. .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
  813. .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  814. padding: 1px 7px 1px 1px;
  815. margin-left: 0;
  816. margin-right: -6px;
  817. }
  818. .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
  819. .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
  820. .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
  821. .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active,
  822. .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
  823. .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
  824. .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
  825. .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  826. padding: 0;
  827. }
  828. .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
  829. .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
  830. .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
  831. .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active,
  832. .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
  833. .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
  834. .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
  835. .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  836. padding: 1px;
  837. margin: 0;
  838. }
  839. .cke_toolbar .cke_combo + .cke_toolbar_end,
  840. .cke_toolbar .cke_combo + .cke_toolgroup {
  841. margin-right: 0;
  842. }
  843. .cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end,
  844. .cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
  845. margin-left: 0;
  846. margin-right: 2px;
  847. }
  848. .cke_hc .cke_toolbar .cke_combo + .cke_toolbar_end,
  849. .cke_hc .cke_toolbar .cke_combo + .cke_toolgroup {
  850. margin-left: 5px;
  851. }
  852. .cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end,
  853. .cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
  854. margin-left: 0;
  855. margin-right: 5px;
  856. }
  857. .cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after {
  858. content: none;
  859. border: 0;
  860. width: 0;
  861. height: 0;
  862. }
  863. .cke_combo_text {
  864. line-height: 26px;
  865. padding: 4px var(--ck-spacing-standard);
  866. text-overflow: ellipsis;
  867. overflow: hidden;
  868. float: left;
  869. cursor: default;
  870. color: #484848;
  871. width: 93.8px;
  872. box-sizing: border-box;
  873. }
  874. .cke_rtl .cke_combo_text {
  875. float: right;
  876. text-align: right;
  877. padding-left: 0;
  878. padding-right: 10px;
  879. }
  880. .cke_hc .cke_combo_text {
  881. line-height: 18px;
  882. font-size: 12px;
  883. }
  884. .cke_combo_open {
  885. cursor: default;
  886. display: inline-block;
  887. font-size: 0;
  888. height: 19px;
  889. line-height: 17px;
  890. margin: 1px 10px 1px 2.6px;
  891. width: 5px;
  892. }
  893. .cke_hc .cke_combo_open {
  894. height: 12px;
  895. }
  896. .cke_combo_arrow {
  897. cursor: default;
  898. margin: 11px 0 0;
  899. float: left;
  900. height: 5px;
  901. width: 5px;
  902. border-right: 1px solid #000;
  903. border-top: 1px solid #000;
  904. transform: rotate(135deg);
  905. }
  906. .cke_hc .cke_combo_arrow {
  907. font-size: 10px;
  908. width: auto;
  909. border: 0;
  910. margin-top: 3px;
  911. }
  912. .cke_combo_label {
  913. display: none;
  914. float: left;
  915. line-height: 26px;
  916. vertical-align: top;
  917. margin-right: 5px;
  918. }
  919. .cke_rtl .cke_combo_label {
  920. float: right;
  921. margin-left: 5px;
  922. margin-right: 0;
  923. }
  924. .cke_combo_disabled .cke_combo_inlinelabel,
  925. .cke_combo_disabled .cke_combo_open {
  926. opacity: var(--ck-disabled-opacity);
  927. }
  928. .cke .cke_combo_on a.cke_combo_button.cke_combo_disabled,
  929. .cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:hover,
  930. .cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:focus,
  931. .cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:active {
  932. background-color: transparent !important;
  933. }
  934. .cke_path {
  935. float: left;
  936. margin: -2px 0 2px;
  937. }
  938. a.cke_path_item,
  939. span.cke_path_empty {
  940. display: inline-block;
  941. float: left;
  942. padding: 3px 4px;
  943. margin-right: 2px;
  944. cursor: default;
  945. text-decoration: none;
  946. outline: 0;
  947. border: 0;
  948. color: #484848;
  949. font-weight: bold;
  950. font-size: 11px;
  951. }
  952. .cke_rtl .cke_path,
  953. .cke_rtl .cke_path_item,
  954. .cke_rtl .cke_path_empty {
  955. float: right;
  956. }
  957. a.cke_path_item:hover,
  958. a.cke_path_item:focus,
  959. a.cke_path_item:active {
  960. background-color: #e5e5e5;
  961. }
  962. .cke_hc a.cke_path_item:hover,
  963. .cke_hc a.cke_path_item:focus,
  964. .cke_hc a.cke_path_item:active {
  965. border: 2px solid;
  966. padding: 1px 2px;
  967. }
  968. .cke_button__source_label,
  969. .cke_button__sourcedialog_label {
  970. display: inline;
  971. }
  972. textarea.cke_source {
  973. font-family: 'Courier New', Monospace;
  974. font-size: small;
  975. background-color: #fff;
  976. white-space: pre-wrap;
  977. border: 0;
  978. padding: 0;
  979. margin: 0;
  980. display: block;
  981. }
  982. .cke_wysiwyg_frame,
  983. .cke_wysiwyg_div {
  984. background-color: #fff;
  985. }
  986. .cke_notifications_area {
  987. pointer-events: none;
  988. }
  989. .cke_notification {
  990. pointer-events: auto;
  991. position: relative;
  992. margin: 10px;
  993. width: 300px;
  994. color: white;
  995. text-align: center;
  996. opacity: .95;
  997. filter: alpha(opacity=95);
  998. -webkit-animation: fadeIn .7s;
  999. animation: fadeIn .7s;
  1000. }
  1001. .cke_notification_message a {
  1002. color: #12306f;
  1003. }
  1004. @-webkit-keyframes fadeIn {
  1005. from {
  1006. opacity: .4;
  1007. }
  1008. to {
  1009. opacity: .95;
  1010. }
  1011. }
  1012. @keyframes fadeIn {
  1013. from {
  1014. opacity: .4;
  1015. }
  1016. to {
  1017. opacity: .95;
  1018. }
  1019. }
  1020. .cke_notification_success {
  1021. background: #72b572;
  1022. border: 1px solid #63a563;
  1023. }
  1024. .cke_notification_warning {
  1025. background: #c83939;
  1026. border: 1px solid #902b2b;
  1027. }
  1028. .cke_notification_info {
  1029. background: #2e9ad0;
  1030. border: 1px solid #0f74a8;
  1031. }
  1032. .cke_notification_info span.cke_notification_progress {
  1033. background-color: #0f74a8;
  1034. display: block;
  1035. padding: 0;
  1036. margin: 0;
  1037. height: 100%;
  1038. overflow: hidden;
  1039. position: absolute;
  1040. z-index: 1;
  1041. }
  1042. .cke_notification_message {
  1043. position: relative;
  1044. margin: 4px 23px 3px;
  1045. font-family: Arial, Helvetica, sans-serif;
  1046. font-size: 12px;
  1047. line-height: 18px;
  1048. z-index: 4;
  1049. text-overflow: ellipsis;
  1050. overflow: hidden;
  1051. }
  1052. .cke_notification_close {
  1053. background-image: url(images/close.png);
  1054. background-repeat: no-repeat;
  1055. background-position: 50%;
  1056. position: absolute;
  1057. cursor: pointer;
  1058. text-align: center;
  1059. height: 20px;
  1060. width: 20px;
  1061. top: 1px;
  1062. right: 1px;
  1063. padding: 0;
  1064. margin: 0;
  1065. z-index: 5;
  1066. opacity: .6;
  1067. filter: alpha(opacity=60);
  1068. }
  1069. .cke_notification_close:hover {
  1070. opacity: 1;
  1071. filter: alpha(opacity=100);
  1072. }
  1073. .cke_notification_close span {
  1074. display: none;
  1075. }
  1076. .cke_notification_warning a.cke_notification_close {
  1077. opacity: .8;
  1078. filter: alpha(opacity=80);
  1079. }
  1080. .cke_notification_warning a.cke_notification_close:hover {
  1081. opacity: 1;
  1082. filter: alpha(opacity=100);
  1083. }
  1084. :root {
  1085. --ck-border-radius: 0;
  1086. --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset;
  1087. --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);
  1088. --ck-spacing-unit: .6em;
  1089. --ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5);
  1090. --ck-spacing-standard: var(--ck-spacing-unit);
  1091. --ck-spacing-medium: calc(var(--ck-spacing-unit) * .8);
  1092. --ck-spacing-small: calc(var(--ck-spacing-unit) * .5);
  1093. --ck-spacing-tiny: calc(var(--ck-spacing-unit) * .3);
  1094. --ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * .16);
  1095. --ck-z-default: 1;
  1096. --ck-z-modal: 999;
  1097. --ck-color-base-foreground: #fafafa;
  1098. --ck-color-base-background: #fff;
  1099. --ck-color-base-border: #c4c4c4;
  1100. --ck-color-base-action: #61b045;
  1101. --ck-color-base-focus: #6cb5f9;
  1102. --ck-color-base-text: #333;
  1103. --ck-color-base-active: #198cf0;
  1104. --ck-color-base-active-focus: #0e7fe1;
  1105. --ck-color-focus-border: #47a4f5;
  1106. --ck-color-focus-shadow: #77baf8;
  1107. --ck-color-text: var(--ck-color-base-text);
  1108. --ck-color-shadow-drop: rgba(0, 0, 0, .15);
  1109. --ck-color-shadow-inner: rgba(0, 0, 0, .1);
  1110. --ck-color-button-default-background: transparent;
  1111. --ck-color-button-default-focus-background: #e6e6e6;
  1112. --ck-color-button-default-active-background: #d9d9d9;
  1113. --ck-color-button-default-active-shadow: #bfbfbf;
  1114. --ck-color-button-default-disabled-background: transparent;
  1115. --ck-color-button-on-background: #dedede;
  1116. --ck-color-button-on-focus-background: #c4c4c4;
  1117. --ck-color-button-on-active-background: #bababa;
  1118. --ck-color-button-on-active-shadow: #a1a1a1;
  1119. --ck-color-button-on-disabled-background: #dedede;
  1120. --ck-color-button-action-background: var(--ck-color-base-action);
  1121. --ck-color-button-action-focus-background: #579e3d;
  1122. --ck-color-button-action-active-background: #53973b;
  1123. --ck-color-button-action-active-shadow: #498433;
  1124. --ck-color-button-action-disabled-background: #7ec365;
  1125. --ck-color-button-action-text: var(--ck-color-base-background);
  1126. --ck-color-button-save: #008a00;
  1127. --ck-color-button-cancel: #db3700;
  1128. --ck-color-dropdown-panel-background: var(--ck-color-base-background);
  1129. --ck-color-dropdown-panel-border: var(--ck-color-base-border);
  1130. --ck-color-input-background: var(--ck-color-base-background);
  1131. --ck-color-input-border: #c7c7c7;
  1132. --ck-color-input-text: var(--ck-color-base-text);
  1133. --ck-color-input-disabled-background: #f2f2f2;
  1134. --ck-color-input-disabled-border: #c7c7c7;
  1135. --ck-color-input-disabled-text: #5c5c5c;
  1136. --ck-color-list-background: var(--ck-color-base-background);
  1137. --ck-color-list-item-background-hover: var(--ck-color-base-foreground);
  1138. --ck-color-list-item-background-active: var(--ck-color-base-active);
  1139. --ck-color-list-item-background-active-focus: var(--ck-color-base-active-focus);
  1140. --ck-color-list-item-text-active: var(--ck-color-base-background);
  1141. --ck-color-panel-background: var(--ck-color-base-background);
  1142. --ck-color-panel-border: var(--ck-color-base-border);
  1143. --ck-color-toolbar-background: var(--ck-color-base-foreground);
  1144. --ck-color-toolbar-border: var(--ck-color-base-border);
  1145. --ck-color-tooltip-background: var(--ck-color-base-text);
  1146. --ck-color-tooltip-text: var(--ck-color-base-background);
  1147. --ck-color-engine-placeholder-text: #c2c2c2;
  1148. --ck-color-upload-bar-background: #6cb5f9;
  1149. --ck-color-upload-infinite-background: rgba(0, 0, 0, .1);
  1150. --ck-color-link-default: #0000f0;
  1151. --ck-color-link-selected-background: #ebf8ff;
  1152. --ck-disabled-opacity: .13;
  1153. --ck-focus-outer-shadow: 0 0 3px var(--ck-color-focus-shadow);
  1154. --ck-focus-ring: 1px solid var(--ck-color-focus-border);
  1155. --ck-font-size-base: 13px;
  1156. --ck-line-height-base: 1.84615;
  1157. --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  1158. --ck-font-size-tiny: .7em;
  1159. --ck-font-size-small: .75em;
  1160. --ck-font-size-normal: 1em;
  1161. --ck-font-size-big: 1.4em;
  1162. --ck-font-size-large: 1.8em;
  1163. --ck-ui-component-min-height: 2.3em;
  1164. }
  1165. .cke_chrome {
  1166. visibility: inherit;
  1167. }
  1168. .cke_voice_label {
  1169. display: none;
  1170. }
  1171. legend.cke_voice_label {
  1172. display: none;
  1173. }
  1174. .cke {
  1175. box-shadow: none !important;
  1176. }
  1177. .cke_top {
  1178. background: var(--ck-color-base-background);
  1179. padding: 0;
  1180. border-bottom: 1px solid var(--ck-color-toolbar-border);
  1181. position: relative;
  1182. }
  1183. .cke.cke_float {
  1184. margin-left: -1px;
  1185. }
  1186. .cke_float .cke_top {
  1187. outline: none !important;
  1188. }
  1189. .cke .cke_toolgroup,
  1190. .cke .cke_combo_button,
  1191. .cke .cke_button {
  1192. border-radius: var(--ck-border-radius);
  1193. margin: var(--ck-spacing-small);
  1194. }
  1195. .cke .cke_toolgroup {
  1196. background-image: none !important;
  1197. box-shadow: none !important;
  1198. border: none !important;
  1199. padding: 0 !important;
  1200. margin: 0 !important;
  1201. }
  1202. .cke .cke_combo_button {
  1203. background-image: none !important;
  1204. box-shadow: none !important;
  1205. border: none !important;
  1206. margin-top: var(--ck-spacing-small);
  1207. margin-right: var(--ck-spacing-small);
  1208. margin-bottom: var(--ck-spacing-small);
  1209. }
  1210. .cke a.cke_button_off:hover,
  1211. .cke a.cke_button_off:focus,
  1212. .cke a.cke_button_off:active {
  1213. border: none !important;
  1214. padding: 4px;
  1215. }
  1216. .cke .cke_toolgroup a.cke_button_off:hover,
  1217. .cke .cke_toolgroup a.cke_button_off:focus,
  1218. .cke .cke_toolgroup a.cke_button_off:active,
  1219. .cke .cke_toolgroup .cke_combo_button:hover,
  1220. .cke .cke_toolgroup .cke_combo_button:focus,
  1221. .cke .cke_toolgroup .cke_combo_button:active {
  1222. background-image: none !important;
  1223. background: var(--ck-color-button-default-focus-background);
  1224. outline: none !important;
  1225. box-shadow: none !important;
  1226. }
  1227. .cke .cke_button_on {
  1228. border: none !important;
  1229. padding: 4px;
  1230. }
  1231. .cke .cke_button_on:hover,
  1232. .cke .cke_button_on:focus,
  1233. .cke .cke_button_on:active {
  1234. background: var(--ck-color-button-on-focus-background);
  1235. }
  1236. .cke a.cke_button_disabled:hover,
  1237. .cke a.cke_button_disabled:focus,
  1238. .cke a.cke_button_disabled:active {
  1239. background-image: none !important;
  1240. background-color: transparent !important;
  1241. border: none !important;
  1242. outline: none !important;
  1243. box-shadow: none !important;
  1244. }
  1245. .cke .cke_toolbar_separator {
  1246. margin-top: 0;
  1247. margin-left: -1px;
  1248. width: 1px !important;
  1249. height: 39.78px !important;
  1250. }
  1251. .cke a.cke_button.jsplus_bootstrap_button_red:hover,
  1252. .cke a.cke_button.jsplus_bootstrap_button_red:focus,
  1253. .cke a.cke_button.jsplus_bootstrap_button_red:active {
  1254. background: #ffd9d9 !important;
  1255. }
  1256. .cke_toolgroup a.cke_button:last-child:after,
  1257. .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  1258. border-right: none !important;
  1259. background-color: red !important;
  1260. }
  1261. .cke .cke_combo_on a.cke_combo_button,
  1262. .cke .cke_combo_off a.cke_combo_button:hover,
  1263. .cke .cke_combo_off a.cke_combo_button:focus,
  1264. .cke .cke_combo_off a.cke_combo_button:active {
  1265. background-color: #e0e0e0 !important;
  1266. }
  1267. .cke .cke_combo_text {
  1268. line-height: 24px !important;
  1269. }
  1270. .cke a.cke_button_disabled .cke_button_icon,
  1271. .cke a.cke_button_disabled .cke_button_arrow {
  1272. opacity: var(--ck-disabled-opacity);
  1273. }
  1274. .cke_dialog_background_cover {
  1275. background-color: black !important;
  1276. }
  1277. a.cke_dialog_ui_button {
  1278. display: inline-block !important;
  1279. cursor: pointer !important;
  1280. text-align: left !important;
  1281. overflow: hidden !important;
  1282. color: #111 !important;
  1283. border: 1px solid #bbb !important;
  1284. border-bottom: 1px solid #999 !important;
  1285. background-color: white !important;
  1286. font-size: 15px !important;
  1287. line-height: 18px !important;
  1288. border-radius: 0 !important;
  1289. -webkit-touch-callout: none !important;
  1290. -webkit-user-select: none !important;
  1291. -khtml-user-select: none !important;
  1292. -moz-user-select: none !important;
  1293. -ms-user-select: none !important;
  1294. user-select: none !important;
  1295. border-radius: 0 !important;
  1296. height: auto !important;
  1297. padding: 4px 12px 4px 12px !important;
  1298. min-width: 80px !important;
  1299. text-align: center !important;
  1300. }
  1301. span.cke_dialog_ui_button {
  1302. padding: 0 !important;
  1303. min-width: 50px !important;
  1304. text-align: center !important;
  1305. font-size: 15px !important;
  1306. font-weight: normal !important;
  1307. }
  1308. a.cke_dialog_ui_button:hover,
  1309. a.cke_dialog_ui_button:focus,
  1310. a.cke_dialog_ui_button:active {
  1311. background-color: #007fff !important;
  1312. border-color: #007fff !important;
  1313. text-decoration: none !important;
  1314. }
  1315. a.cke_dialog_ui_button:hover > span,
  1316. a.cke_dialog_ui_button:focus > span,
  1317. a.cke_dialog_ui_button:active > span {
  1318. background-color: #007fff !important;
  1319. color: white !important;
  1320. }
  1321. .cke_dialog .cke_resizer {
  1322. margin-top: 30px !important;
  1323. }
  1324. .cke_dialog_footer_buttons .cke_dialog_ui_hbox > td > a.cke_dialog_ui_button {
  1325. margin-top: 3px !important;
  1326. margin-bottom: 3px !important;
  1327. }
  1328. .cke_dialog_ui_input_text {
  1329. border-radius: 0 !important;
  1330. }
  1331. .cke_dialog_ui_input_text:focus {
  1332. border: 1px solid #419fff !important;
  1333. outline: none !important;
  1334. outline-offset: 0 !important;
  1335. }
  1336. .cke_button_icon {
  1337. image-rendering: pixelated !important;
  1338. }
  1339. .cke_editable.cke_editable_inline[data-type="wrap"] {
  1340. outline: 0;
  1341. }
  1342. .cke_combo {
  1343. border-right: 1px solid #bcbcbc;
  1344. margin-left: -1px;
  1345. }
  1346. .cke_button__about_icon {
  1347. background: url(icons.png?t=K0LD) no-repeat 0 -0px !important;
  1348. }
  1349. .cke_button__bold_icon {
  1350. background: url(icons.png?t=K0LD) no-repeat 0 -24px !important;
  1351. }
  1352. .cke_button__italic_icon {
  1353. background: url(icons.png?t=K0LD) no-repeat 0 -48px !important;
  1354. }
  1355. .cke_button__strike_icon {
  1356. background: url(icons.png?t=K0LD) no-repeat 0 -72px !important;
  1357. }
  1358. .cke_button__subscript_icon {
  1359. background: url(icons.png?t=K0LD) no-repeat 0 -96px !important;
  1360. }
  1361. .cke_button__superscript_icon {
  1362. background: url(icons.png?t=K0LD) no-repeat 0 -120px !important;
  1363. }
  1364. .cke_button__underline_icon {
  1365. background: url(icons.png?t=K0LD) no-repeat 0 -144px !important;
  1366. }
  1367. .cke_button__bidiltr_icon {
  1368. background: url(icons.png?t=K0LD) no-repeat 0 -168px !important;
  1369. }
  1370. .cke_button__bidirtl_icon {
  1371. background: url(icons.png?t=K0LD) no-repeat 0 -192px !important;
  1372. }
  1373. .cke_button__blockquote_icon {
  1374. background: url(icons.png?t=K0LD) no-repeat 0 -216px !important;
  1375. }
  1376. .cke_rtl .cke_button__copy_icon,
  1377. .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  1378. background: url(icons.png?t=K0LD) no-repeat 0 -240px !important;
  1379. }
  1380. .cke_ltr .cke_button__copy_icon {
  1381. background: url(icons.png?t=K0LD) no-repeat 0 -264px !important;
  1382. }
  1383. .cke_rtl .cke_button__cut_icon,
  1384. .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  1385. background: url(icons.png?t=K0LD) no-repeat 0 -288px !important;
  1386. }
  1387. .cke_ltr .cke_button__cut_icon {
  1388. background: url(icons.png?t=K0LD) no-repeat 0 -312px !important;
  1389. }
  1390. .cke_rtl .cke_button__paste_icon,
  1391. .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  1392. background: url(icons.png?t=K0LD) no-repeat 0 -336px !important;
  1393. }
  1394. .cke_ltr .cke_button__paste_icon {
  1395. background: url(icons.png?t=K0LD) no-repeat 0 -360px !important;
  1396. }
  1397. .cke_button__bgcolor_icon {
  1398. background: url(icons.png?t=K0LD) no-repeat 0 -384px !important;
  1399. }
  1400. .cke_button__textcolor_icon {
  1401. background: url(icons.png?t=K0LD) no-repeat 0 -408px !important;
  1402. }
  1403. .cke_button__copyformatting_icon {
  1404. background: url(icons.png?t=K0LD) no-repeat 0 -432px !important;
  1405. }
  1406. .cke_button__creatediv_icon {
  1407. background: url(icons.png?t=K0LD) no-repeat 0 -456px !important;
  1408. }
  1409. .cke_rtl .cke_button__find_icon,
  1410. .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
  1411. background: url(icons.png?t=K0LD) no-repeat 0 -480px !important;
  1412. }
  1413. .cke_ltr .cke_button__find_icon {
  1414. background: url(icons.png?t=K0LD) no-repeat 0 -504px !important;
  1415. }
  1416. .cke_button__replace_icon {
  1417. background: url(icons.png?t=K0LD) no-repeat 0 -528px !important;
  1418. }
  1419. .cke_button__flash_icon {
  1420. background: url(icons.png?t=K0LD) no-repeat 0 -552px !important;
  1421. }
  1422. .cke_button__button_icon {
  1423. background: url(icons.png?t=K0LD) no-repeat 0 -576px !important;
  1424. }
  1425. .cke_button__checkbox_icon {
  1426. background: url(icons.png?t=K0LD) no-repeat 0 -600px !important;
  1427. }
  1428. .cke_button__form_icon {
  1429. background: url(icons.png?t=K0LD) no-repeat 0 -624px !important;
  1430. }
  1431. .cke_button__hiddenfield_icon {
  1432. background: url(icons.png?t=K0LD) no-repeat 0 -648px !important;
  1433. }
  1434. .cke_button__imagebutton_icon {
  1435. background: url(icons.png?t=K0LD) no-repeat 0 -672px !important;
  1436. }
  1437. .cke_button__radio_icon {
  1438. background: url(icons.png?t=K0LD) no-repeat 0 -696px !important;
  1439. }
  1440. .cke_rtl .cke_button__select_icon,
  1441. .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
  1442. background: url(icons.png?t=K0LD) no-repeat 0 -720px !important;
  1443. }
  1444. .cke_ltr .cke_button__select_icon {
  1445. background: url(icons.png?t=K0LD) no-repeat 0 -744px !important;
  1446. }
  1447. .cke_rtl .cke_button__textarea_icon,
  1448. .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
  1449. background: url(icons.png?t=K0LD) no-repeat 0 -768px !important;
  1450. }
  1451. .cke_ltr .cke_button__textarea_icon {
  1452. background: url(icons.png?t=K0LD) no-repeat 0 -792px !important;
  1453. }
  1454. .cke_rtl .cke_button__textfield_icon,
  1455. .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
  1456. background: url(icons.png?t=K0LD) no-repeat 0 -816px !important;
  1457. }
  1458. .cke_ltr .cke_button__textfield_icon {
  1459. background: url(icons.png?t=K0LD) no-repeat 0 -840px !important;
  1460. }
  1461. .cke_button__horizontalrule_icon {
  1462. background: url(icons.png?t=K0LD) no-repeat 0 -864px !important;
  1463. }
  1464. .cke_rtl .cke_button__indent_icon,
  1465. .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  1466. background: url(icons.png?t=K0LD) no-repeat 0 -888px !important;
  1467. }
  1468. .cke_ltr .cke_button__indent_icon {
  1469. background: url(icons.png?t=K0LD) no-repeat 0 -912px !important;
  1470. }
  1471. .cke_rtl .cke_button__outdent_icon,
  1472. .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  1473. background: url(icons.png?t=K0LD) no-repeat 0 -936px !important;
  1474. }
  1475. .cke_ltr .cke_button__outdent_icon {
  1476. background: url(icons.png?t=K0LD) no-repeat 0 -960px !important;
  1477. }
  1478. .cke_button__justifyblock_icon {
  1479. background: url(icons.png?t=K0LD) no-repeat 0 -984px !important;
  1480. }
  1481. .cke_button__justifycenter_icon {
  1482. background: url(icons.png?t=K0LD) no-repeat 0 -1008px !important;
  1483. }
  1484. .cke_button__justifyleft_icon {
  1485. background: url(icons.png?t=K0LD) no-repeat 0 -1032px !important;
  1486. }
  1487. .cke_button__justifyright_icon {
  1488. background: url(icons.png?t=K0LD) no-repeat 0 -1056px !important;
  1489. }
  1490. .cke_button__language_icon {
  1491. background: url(icons.png?t=K0LD) no-repeat 0 -1080px !important;
  1492. }
  1493. .cke_rtl .cke_button__anchor_icon,
  1494. .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  1495. background: url(icons.png?t=K0LD) no-repeat 0 -1104px !important;
  1496. }
  1497. .cke_ltr .cke_button__anchor_icon {
  1498. background: url(icons.png?t=K0LD) no-repeat 0 -1128px !important;
  1499. }
  1500. .cke_button__link_icon {
  1501. background: url(icons.png?t=K0LD) no-repeat 0 -1152px !important;
  1502. }
  1503. .cke_button__unlink_icon {
  1504. background: url(icons.png?t=K0LD) no-repeat 0 -1176px !important;
  1505. }
  1506. .cke_rtl .cke_button__bulletedlist_icon,
  1507. .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  1508. background: url(icons.png?t=K0LD) no-repeat 0 -1200px !important;
  1509. }
  1510. .cke_ltr .cke_button__bulletedlist_icon {
  1511. background: url(icons.png?t=K0LD) no-repeat 0 -1224px !important;
  1512. }
  1513. .cke_rtl .cke_button__numberedlist_icon,
  1514. .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  1515. background: url(icons.png?t=K0LD) no-repeat 0 -1248px !important;
  1516. }
  1517. .cke_ltr .cke_button__numberedlist_icon {
  1518. background: url(icons.png?t=K0LD) no-repeat 0 -1272px !important;
  1519. }
  1520. .cke_button__maximize_icon {
  1521. background: url(icons.png?t=K0LD) no-repeat 0 -1296px !important;
  1522. }
  1523. .cke_rtl .cke_button__newpage_icon,
  1524. .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
  1525. background: url(icons.png?t=K0LD) no-repeat 0 -1320px !important;
  1526. }
  1527. .cke_ltr .cke_button__newpage_icon {
  1528. background: url(icons.png?t=K0LD) no-repeat 0 -1344px !important;
  1529. }
  1530. .cke_rtl .cke_button__pagebreak_icon,
  1531. .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
  1532. background: url(icons.png?t=K0LD) no-repeat 0 -1368px !important;
  1533. }
  1534. .cke_ltr .cke_button__pagebreak_icon {
  1535. background: url(icons.png?t=K0LD) no-repeat 0 -1392px !important;
  1536. }
  1537. .cke_rtl .cke_button__pastefromword_icon,
  1538. .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  1539. background: url(icons.png?t=K0LD) no-repeat 0 -1416px !important;
  1540. }
  1541. .cke_ltr .cke_button__pastefromword_icon {
  1542. background: url(icons.png?t=K0LD) no-repeat 0 -1440px !important;
  1543. }
  1544. .cke_rtl .cke_button__pastetext_icon,
  1545. .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  1546. background: url(icons.png?t=K0LD) no-repeat 0 -1464px !important;
  1547. }
  1548. .cke_ltr .cke_button__pastetext_icon {
  1549. background: url(icons.png?t=K0LD) no-repeat 0 -1488px !important;
  1550. }
  1551. .cke_rtl .cke_button__preview_icon,
  1552. .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
  1553. background: url(icons.png?t=K0LD) no-repeat 0 -1512px !important;
  1554. }
  1555. .cke_ltr .cke_button__preview_icon {
  1556. background: url(icons.png?t=K0LD) no-repeat 0 -1536px !important;
  1557. }
  1558. .cke_button__print_icon {
  1559. background: url(icons.png?t=K0LD) no-repeat 0 -1560px !important;
  1560. }
  1561. .cke_button__removeformat_icon {
  1562. background: url(icons.png?t=K0LD) no-repeat 0 -1584px !important;
  1563. }
  1564. .cke_button__save_icon {
  1565. background: url(icons.png?t=K0LD) no-repeat 0 -1608px !important;
  1566. }
  1567. .cke_button__selectall_icon {
  1568. background: url(icons.png?t=K0LD) no-repeat 0 -1632px !important;
  1569. }
  1570. .cke_rtl .cke_button__showblocks_icon,
  1571. .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
  1572. background: url(icons.png?t=K0LD) no-repeat 0 -1656px !important;
  1573. }
  1574. .cke_ltr .cke_button__showblocks_icon {
  1575. background: url(icons.png?t=K0LD) no-repeat 0 -1680px !important;
  1576. }
  1577. .cke_button__smiley_icon {
  1578. background: url(icons.png?t=K0LD) no-repeat 0 -1704px !important;
  1579. }
  1580. .cke_rtl .cke_button__source_icon,
  1581. .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  1582. background: url(icons.png?t=K0LD) no-repeat 0 -1728px !important;
  1583. }
  1584. .cke_ltr .cke_button__source_icon {
  1585. background: url(icons.png?t=K0LD) no-repeat 0 -1752px !important;
  1586. }
  1587. .cke_button__specialchar_icon {
  1588. background: url(icons.png?t=K0LD) no-repeat 0 -1776px !important;
  1589. }
  1590. .cke_button__table_icon {
  1591. background: url(icons.png?t=K0LD) no-repeat 0 -1800px !important;
  1592. }
  1593. .cke_rtl .cke_button__templates_icon,
  1594. .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
  1595. background: url(icons.png?t=K0LD) no-repeat 0 -1824px !important;
  1596. }
  1597. .cke_ltr .cke_button__templates_icon {
  1598. background: url(icons.png?t=K0LD) no-repeat 0 -1848px !important;
  1599. }
  1600. .cke_rtl .cke_button__redo_icon,
  1601. .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  1602. background: url(icons.png?t=K0LD) no-repeat 0 -1872px !important;
  1603. }
  1604. .cke_ltr .cke_button__redo_icon {
  1605. background: url(icons.png?t=K0LD) no-repeat 0 -1896px !important;
  1606. }
  1607. .cke_rtl .cke_button__undo_icon,
  1608. .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  1609. background: url(icons.png?t=K0LD) no-repeat 0 -1920px !important;
  1610. }
  1611. .cke_ltr .cke_button__undo_icon {
  1612. background: url(icons.png?t=K0LD) no-repeat 0 -1944px !important;
  1613. }
  1614. .cke_button__simplebox_icon {
  1615. background: url(icons.png?t=K0LD) no-repeat 0 -1968px !important;
  1616. }
  1617. .cke_hidpi .cke_button__about_icon {
  1618. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -0px !important;
  1619. background-size: 16px !important;
  1620. }
  1621. .cke_hidpi .cke_button__bold_icon {
  1622. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -24px !important;
  1623. background-size: 16px !important;
  1624. }
  1625. .cke_hidpi .cke_button__italic_icon {
  1626. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -48px !important;
  1627. background-size: 16px !important;
  1628. }
  1629. .cke_hidpi .cke_button__strike_icon {
  1630. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -72px !important;
  1631. background-size: 16px !important;
  1632. }
  1633. .cke_hidpi .cke_button__subscript_icon {
  1634. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -96px !important;
  1635. background-size: 16px !important;
  1636. }
  1637. .cke_hidpi .cke_button__superscript_icon {
  1638. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -120px !important;
  1639. background-size: 16px !important;
  1640. }
  1641. .cke_hidpi .cke_button__underline_icon {
  1642. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -144px !important;
  1643. background-size: 16px !important;
  1644. }
  1645. .cke_hidpi .cke_button__bidiltr_icon {
  1646. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -168px !important;
  1647. background-size: 16px !important;
  1648. }
  1649. .cke_hidpi .cke_button__bidirtl_icon {
  1650. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -192px !important;
  1651. background-size: 16px !important;
  1652. }
  1653. .cke_hidpi .cke_button__blockquote_icon {
  1654. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -216px !important;
  1655. background-size: 16px !important;
  1656. }
  1657. .cke_rtl.cke_hidpi .cke_button__copy_icon,
  1658. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  1659. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -240px !important;
  1660. background-size: 16px !important;
  1661. }
  1662. .cke_hidpi .cke_ltr .cke_button__copy_icon,
  1663. .cke_ltr.cke_hidpi .cke_button__copy_icon {
  1664. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -264px !important;
  1665. background-size: 16px !important;
  1666. }
  1667. .cke_rtl.cke_hidpi .cke_button__cut_icon,
  1668. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  1669. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -288px !important;
  1670. background-size: 16px !important;
  1671. }
  1672. .cke_hidpi .cke_ltr .cke_button__cut_icon,
  1673. .cke_ltr.cke_hidpi .cke_button__cut_icon {
  1674. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -312px !important;
  1675. background-size: 16px !important;
  1676. }
  1677. .cke_rtl.cke_hidpi .cke_button__paste_icon,
  1678. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  1679. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -336px !important;
  1680. background-size: 16px !important;
  1681. }
  1682. .cke_hidpi .cke_ltr .cke_button__paste_icon,
  1683. .cke_ltr.cke_hidpi .cke_button__paste_icon {
  1684. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -360px !important;
  1685. background-size: 16px !important;
  1686. }
  1687. .cke_hidpi .cke_button__bgcolor_icon {
  1688. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -384px !important;
  1689. background-size: 16px !important;
  1690. }
  1691. .cke_hidpi .cke_button__textcolor_icon {
  1692. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -408px !important;
  1693. background-size: 16px !important;
  1694. }
  1695. .cke_hidpi .cke_button__copyformatting_icon {
  1696. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -432px !important;
  1697. background-size: 16px !important;
  1698. }
  1699. .cke_hidpi .cke_button__creatediv_icon {
  1700. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -456px !important;
  1701. background-size: 16px !important;
  1702. }
  1703. .cke_rtl.cke_hidpi .cke_button__find_icon,
  1704. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
  1705. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -480px !important;
  1706. background-size: 16px !important;
  1707. }
  1708. .cke_hidpi .cke_ltr .cke_button__find_icon,
  1709. .cke_ltr.cke_hidpi .cke_button__find_icon {
  1710. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -504px !important;
  1711. background-size: 16px !important;
  1712. }
  1713. .cke_hidpi .cke_button__replace_icon {
  1714. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -528px !important;
  1715. background-size: 16px !important;
  1716. }
  1717. .cke_hidpi .cke_button__flash_icon {
  1718. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -552px !important;
  1719. background-size: 16px !important;
  1720. }
  1721. .cke_hidpi .cke_button__button_icon {
  1722. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -576px !important;
  1723. background-size: 16px !important;
  1724. }
  1725. .cke_hidpi .cke_button__checkbox_icon {
  1726. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -600px !important;
  1727. background-size: 16px !important;
  1728. }
  1729. .cke_hidpi .cke_button__form_icon {
  1730. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -624px !important;
  1731. background-size: 16px !important;
  1732. }
  1733. .cke_hidpi .cke_button__hiddenfield_icon {
  1734. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -648px !important;
  1735. background-size: 16px !important;
  1736. }
  1737. .cke_hidpi .cke_button__imagebutton_icon {
  1738. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -672px !important;
  1739. background-size: 16px !important;
  1740. }
  1741. .cke_hidpi .cke_button__radio_icon {
  1742. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -696px !important;
  1743. background-size: 16px !important;
  1744. }
  1745. .cke_rtl.cke_hidpi .cke_button__select_icon,
  1746. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
  1747. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -720px !important;
  1748. background-size: 16px !important;
  1749. }
  1750. .cke_hidpi .cke_ltr .cke_button__select_icon,
  1751. .cke_ltr.cke_hidpi .cke_button__select_icon {
  1752. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -744px !important;
  1753. background-size: 16px !important;
  1754. }
  1755. .cke_rtl.cke_hidpi .cke_button__textarea_icon,
  1756. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
  1757. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -768px !important;
  1758. background-size: 16px !important;
  1759. }
  1760. .cke_hidpi .cke_ltr .cke_button__textarea_icon,
  1761. .cke_ltr.cke_hidpi .cke_button__textarea_icon {
  1762. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -792px !important;
  1763. background-size: 16px !important;
  1764. }
  1765. .cke_rtl.cke_hidpi .cke_button__textfield_icon,
  1766. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
  1767. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -816px !important;
  1768. background-size: 16px !important;
  1769. }
  1770. .cke_hidpi .cke_ltr .cke_button__textfield_icon,
  1771. .cke_ltr.cke_hidpi .cke_button__textfield_icon {
  1772. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -840px !important;
  1773. background-size: 16px !important;
  1774. }
  1775. .cke_hidpi .cke_button__horizontalrule_icon {
  1776. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -864px !important;
  1777. background-size: 16px !important;
  1778. }
  1779. .cke_rtl.cke_hidpi .cke_button__indent_icon,
  1780. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  1781. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -888px !important;
  1782. background-size: 16px !important;
  1783. }
  1784. .cke_hidpi .cke_ltr .cke_button__indent_icon,
  1785. .cke_ltr.cke_hidpi .cke_button__indent_icon {
  1786. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -912px !important;
  1787. background-size: 16px !important;
  1788. }
  1789. .cke_rtl.cke_hidpi .cke_button__outdent_icon,
  1790. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  1791. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -936px !important;
  1792. background-size: 16px !important;
  1793. }
  1794. .cke_hidpi .cke_ltr .cke_button__outdent_icon,
  1795. .cke_ltr.cke_hidpi .cke_button__outdent_icon {
  1796. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -960px !important;
  1797. background-size: 16px !important;
  1798. }
  1799. .cke_hidpi .cke_button__justifyblock_icon {
  1800. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -984px !important;
  1801. background-size: 16px !important;
  1802. }
  1803. .cke_hidpi .cke_button__justifycenter_icon {
  1804. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1008px !important;
  1805. background-size: 16px !important;
  1806. }
  1807. .cke_hidpi .cke_button__justifyleft_icon {
  1808. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1032px !important;
  1809. background-size: 16px !important;
  1810. }
  1811. .cke_hidpi .cke_button__justifyright_icon {
  1812. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1056px !important;
  1813. background-size: 16px !important;
  1814. }
  1815. .cke_hidpi .cke_button__language_icon {
  1816. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1080px !important;
  1817. background-size: 16px !important;
  1818. }
  1819. .cke_rtl.cke_hidpi .cke_button__anchor_icon,
  1820. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  1821. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1104px !important;
  1822. background-size: 16px !important;
  1823. }
  1824. .cke_hidpi .cke_ltr .cke_button__anchor_icon,
  1825. .cke_ltr.cke_hidpi .cke_button__anchor_icon {
  1826. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1128px !important;
  1827. background-size: 16px !important;
  1828. }
  1829. .cke_hidpi .cke_button__link_icon {
  1830. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1152px !important;
  1831. background-size: 16px !important;
  1832. }
  1833. .cke_hidpi .cke_button__unlink_icon {
  1834. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1176px !important;
  1835. background-size: 16px !important;
  1836. }
  1837. .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,
  1838. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  1839. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1200px !important;
  1840. background-size: 16px !important;
  1841. }
  1842. .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
  1843. .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
  1844. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1224px !important;
  1845. background-size: 16px !important;
  1846. }
  1847. .cke_rtl.cke_hidpi .cke_button__numberedlist_icon,
  1848. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  1849. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1248px !important;
  1850. background-size: 16px !important;
  1851. }
  1852. .cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
  1853. .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
  1854. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1272px !important;
  1855. background-size: 16px !important;
  1856. }
  1857. .cke_hidpi .cke_button__maximize_icon {
  1858. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1296px !important;
  1859. background-size: 16px !important;
  1860. }
  1861. .cke_rtl.cke_hidpi .cke_button__newpage_icon,
  1862. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
  1863. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1320px !important;
  1864. background-size: 16px !important;
  1865. }
  1866. .cke_hidpi .cke_ltr .cke_button__newpage_icon,
  1867. .cke_ltr.cke_hidpi .cke_button__newpage_icon {
  1868. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1344px !important;
  1869. background-size: 16px !important;
  1870. }
  1871. .cke_rtl.cke_hidpi .cke_button__pagebreak_icon,
  1872. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
  1873. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1368px !important;
  1874. background-size: 16px !important;
  1875. }
  1876. .cke_hidpi .cke_ltr .cke_button__pagebreak_icon,
  1877. .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
  1878. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1392px !important;
  1879. background-size: 16px !important;
  1880. }
  1881. .cke_rtl.cke_hidpi .cke_button__pastefromword_icon,
  1882. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  1883. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1416px !important;
  1884. background-size: 16px !important;
  1885. }
  1886. .cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
  1887. .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
  1888. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1440px !important;
  1889. background-size: 16px !important;
  1890. }
  1891. .cke_rtl.cke_hidpi .cke_button__pastetext_icon,
  1892. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  1893. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1464px !important;
  1894. background-size: 16px !important;
  1895. }
  1896. .cke_hidpi .cke_ltr .cke_button__pastetext_icon,
  1897. .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
  1898. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1488px !important;
  1899. background-size: 16px !important;
  1900. }
  1901. .cke_rtl.cke_hidpi .cke_button__preview_icon,
  1902. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
  1903. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1512px !important;
  1904. background-size: 16px !important;
  1905. }
  1906. .cke_hidpi .cke_ltr .cke_button__preview_icon,
  1907. .cke_ltr.cke_hidpi .cke_button__preview_icon {
  1908. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1536px !important;
  1909. background-size: 16px !important;
  1910. }
  1911. .cke_hidpi .cke_button__print_icon {
  1912. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1560px !important;
  1913. background-size: 16px !important;
  1914. }
  1915. .cke_hidpi .cke_button__removeformat_icon {
  1916. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1584px !important;
  1917. background-size: 16px !important;
  1918. }
  1919. .cke_hidpi .cke_button__save_icon {
  1920. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1608px !important;
  1921. background-size: 16px !important;
  1922. }
  1923. .cke_hidpi .cke_button__selectall_icon {
  1924. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1632px !important;
  1925. background-size: 16px !important;
  1926. }
  1927. .cke_rtl.cke_hidpi .cke_button__showblocks_icon,
  1928. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
  1929. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1656px !important;
  1930. background-size: 16px !important;
  1931. }
  1932. .cke_hidpi .cke_ltr .cke_button__showblocks_icon,
  1933. .cke_ltr.cke_hidpi .cke_button__showblocks_icon {
  1934. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1680px !important;
  1935. background-size: 16px !important;
  1936. }
  1937. .cke_hidpi .cke_button__smiley_icon {
  1938. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1704px !important;
  1939. background-size: 16px !important;
  1940. }
  1941. .cke_rtl.cke_hidpi .cke_button__source_icon,
  1942. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  1943. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1728px !important;
  1944. background-size: 16px !important;
  1945. }
  1946. .cke_hidpi .cke_ltr .cke_button__source_icon,
  1947. .cke_ltr.cke_hidpi .cke_button__source_icon {
  1948. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1752px !important;
  1949. background-size: 16px !important;
  1950. }
  1951. .cke_hidpi .cke_button__specialchar_icon {
  1952. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1776px !important;
  1953. background-size: 16px !important;
  1954. }
  1955. .cke_hidpi .cke_button__table_icon {
  1956. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1800px !important;
  1957. background-size: 16px !important;
  1958. }
  1959. .cke_rtl.cke_hidpi .cke_button__templates_icon,
  1960. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
  1961. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1824px !important;
  1962. background-size: 16px !important;
  1963. }
  1964. .cke_hidpi .cke_ltr .cke_button__templates_icon,
  1965. .cke_ltr.cke_hidpi .cke_button__templates_icon {
  1966. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1848px !important;
  1967. background-size: 16px !important;
  1968. }
  1969. .cke_rtl.cke_hidpi .cke_button__redo_icon,
  1970. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  1971. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1872px !important;
  1972. background-size: 16px !important;
  1973. }
  1974. .cke_hidpi .cke_ltr .cke_button__redo_icon,
  1975. .cke_ltr.cke_hidpi .cke_button__redo_icon {
  1976. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1896px !important;
  1977. background-size: 16px !important;
  1978. }
  1979. .cke_rtl.cke_hidpi .cke_button__undo_icon,
  1980. .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  1981. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1920px !important;
  1982. background-size: 16px !important;
  1983. }
  1984. .cke_hidpi .cke_ltr .cke_button__undo_icon,
  1985. .cke_ltr.cke_hidpi .cke_button__undo_icon {
  1986. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -1944px !important;
  1987. background-size: 16px !important;
  1988. }
  1989. .cke_hidpi .cke_button__simplebox_icon {
  1990. background: url(icons_hidpi.png?t=K0LD) no-repeat 0 -3936px !important;
  1991. }
  1992. a.cke_button_disabled,
  1993. a.cke_button_disabled:hover,
  1994. a.cke_button_disabled:focus,
  1995. a.cke_button_disabled:active {
  1996. filter: alpha(opacity=30);
  1997. }
  1998. .cke_button_disabled .cke_button_icon {
  1999. filter: alpha(opacity=30);
  2000. }
  2001. .cke_button_off:hover,
  2002. .cke_button_off:focus,
  2003. .cke_button_off:active {
  2004. filter: alpha(opacity=100);
  2005. }
  2006. .cke_combo_disabled .cke_combo_inlinelabel,
  2007. .cke_combo_disabled .cke_combo_open {
  2008. filter: alpha(opacity=30);
  2009. }
  2010. .cke_toolbox_collapser {
  2011. border: 1px solid #a6a6a6;
  2012. }
  2013. .cke_toolbox_collapser .cke_arrow {
  2014. margin-top: 1px;
  2015. }
  2016. .cke_hc .cke_top,
  2017. .cke_hc .cke_bottom,
  2018. .cke_hc .cke_combo_button,
  2019. .cke_hc a.cke_combo_button:hover,
  2020. .cke_hc a.cke_combo_button:focus,
  2021. .cke_hc .cke_toolgroup,
  2022. .cke_hc .cke_button_on,
  2023. .cke_hc a.cke_button_off:hover,
  2024. .cke_hc a.cke_button_off:focus,
  2025. .cke_hc a.cke_button_off:active,
  2026. .cke_hc .cke_toolbox_collapser,
  2027. .cke_hc .cke_toolbox_collapser:hover,
  2028. .cke_hc .cke_panel_grouptitle {
  2029. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2030. }
  2031. .cke_toolbox_collapser .cke_arrow {
  2032. border-width: 4px;
  2033. }
  2034. .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
  2035. border-width: 3px;
  2036. }
  2037. .cke_toolbox_collapser .cke_arrow {
  2038. margin-top: 0;
  2039. }
  2040. .cke_toolbar {
  2041. position: relative;
  2042. }
  2043. .cke_rtl .cke_toolbar_end {
  2044. right: auto;
  2045. left: 0;
  2046. }
  2047. .cke_toolbar_end:after {
  2048. content: "";
  2049. position: absolute;
  2050. height: 18px;
  2051. width: 0;
  2052. border-right: 1px solid #bcbcbc;
  2053. margin-top: 4px;
  2054. top: 1px;
  2055. right: 2px;
  2056. }
  2057. .cke_rtl .cke_toolbar_end:after {
  2058. right: auto;
  2059. left: 2px;
  2060. }
  2061. .cke_hc .cke_toolbar_end:after {
  2062. top: 2px;
  2063. right: 5px;
  2064. border-color: #000;
  2065. }
  2066. .cke_hc.cke_rtl .cke_toolbar_end:after {
  2067. right: auto;
  2068. left: 5px;
  2069. }
  2070. .cke_combo + .cke_toolbar_end:after,
  2071. .cke_toolbar.cke_toolbar_last .cke_toolbar_end:after {
  2072. content: none;
  2073. border: 0;
  2074. }
  2075. .cke_combo + .cke_toolgroup + .cke_toolbar_end:after {
  2076. right: 0;
  2077. }
  2078. .cke_rtl .cke_combo + .cke_toolgroup + .cke_toolbar_end:after {
  2079. right: auto;
  2080. left: 0;
  2081. }