/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
.cke_reset
{ margin:0;
  padding:0;
  border:0;
  background:transparent;
  text-decoration:none;
  width:auto;
  height:auto;
  vertical-align:baseline;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  position:static;
  -webkit-transition:none;
  -moz-transition:none;
  -ms-transition:none;
  transition:none
}

.cke_reset_all,.cke_reset_all *
{ margin:0;
  padding:0;
  border:0;
  background:transparent;
  text-decoration:none;
  width:auto;
  height:auto;
  vertical-align:baseline;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  position:static;
  -webkit-transition:none;
  -moz-transition:none;
  -ms-transition:none;
  transition:none;
  border-collapse:collapse;
  font:normal normal normal 12px 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
}

.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;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box}.cke_chrome{display:block;
  border:1px solid #b6b6b6;
  padding:0;
  -moz-box-shadow:0 0 3px rgba(0,0,0,.15);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
  box-shadow:0 0 3px rgba(0,0,0,.15)
}

.cke_inner
{ display:block;
  -webkit-touch-callout:none;
  background:#fff;
  padding:0
}

.cke_float
{ border:0
}

.cke_float .cke_inner
{ padding-bottom:0
}

.cke_top,.cke_contents,.cke_bottom
{ display:block;
  overflow:hidden
}

.cke_top
{ border:1px solid #0d0d0d;
  padding:6px 8px 2px;
  white-space:normal;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.15) inset;
  -webkit-box-shadow:0 1px 0 rgba(255,255,255,.15) inset;
  box-shadow:0 1px 0 rgba(255,255,255,.15) inset;
  background:#1f1f1f;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#1f1f1f));
  background-image:-moz-linear-gradient(top,#333,#1f1f1f);
  background-image:-webkit-linear-gradient(top,#333,#1f1f1f);
  background-image:-o-linear-gradient(top,#333,#1f1f1f);
  background-image:-ms-linear-gradient(top,#333,#1f1f1f);
  background-image:linear-gradient(top,#333,#1f1f1f);
  filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#333333',endColorstr='#1f1f1f')
}

.cke_float .cke_top{border-color:#000}.cke_bottom
{ padding:6px 8px 2px;
  position:relative;
  border-top:1px solid #bfbfbf;
  -moz-box-shadow:0 1px 0 #fff inset;
  -webkit-box-shadow:0 1px 0 #fff inset;
  box-shadow:0 1px 0 #fff inset;
  background:#cfd1cf;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));
  background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);
  background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);
  background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);
  background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);
  background-image:linear-gradient(top,#ebebeb,#cfd1cf);
  filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;
  -webkit-overflow-scrolling:touch
}

.cke_resizer
{ width:0;
  height:0;
  overflow:hidden;
  width:0;
  height:0;
  overflow:hidden;
  border-width:10px 10px 0 0;
  border-color:transparent #666 transparent transparent;
  border-style:dashed solid dashed dashed;
  font-size:0;
  vertical-align:bottom;
  margin-top:6px;
  margin-bottom:2px;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.3);
  -webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);
  box-shadow:0 1px 0 rgba(255,255,255,.3)
}

.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 #a5a5a5;
  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;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box}.cke_panel{visibility:visible;
  width:120px;
  height:100px;
  overflow:hidden;
  background-color:#fff;
  border:1px solid #b6b6b6;
  border-bottom-color:#999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow:0 0 3px rgba(0,0,0,.15);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
  box-shadow:0 0 3px rgba(0,0,0,.15)
}

.cke_menu_panel
{ padding:0;
  margin:0
}

.cke_combopanel
{ width:150px;
  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_list
{ list-style-type:none;
  margin:3px;
  padding:0;
  white-space:nowrap
}

.cke_panel_listItem
{ margin:0;
  padding-bottom:1px
}

.cke_panel_listItem a
{ padding:3px 4px;
  display:block;
  border:1px solid #fff;
  color:inherit!important;
  text-decoration:none;
  overflow:hidden;
  text-overflow:ellipsis;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px
}

* html .cke_panel_listItem a
{ width:100%;
  color:#000
}

*:first-child+html .cke_panel_listItem a
{ color:#000
}

.cke_panel_listItem.cke_selected a
{ border:1px solid #dedede;
  background-color:#f2f2f2;
  -moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;
  -webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;
  box-shadow:0 0 2px rgba(0,0,0,.1) inset
}

.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active
{ border-color:#dedede;
  background-color:#f2f2f2;
  -moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;
  -webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;
  box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.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:1px 2px}.cke_panel_grouptitle{font-size:11px;
  font-weight:bold;
  white-space:nowrap;
  margin:0;
  padding:4px 6px;
  color:#f2f2f2;
  text-shadow:0 1px 0 #000;
  border:1px solid #0d0d0d;
  border-bottom-color:#060606;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
  -webkit-box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
  box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
  background:#404040;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#595959),to(#404040));
  background-image:-moz-linear-gradient(top,#595959,#404040);
  background-image:-webkit-linear-gradient(top,#595959,#404040);
  background-image:-o-linear-gradient(top,#595959,#404040);
  background-image:-ms-linear-gradient(top,#595959,#404040);
  background-image:linear-gradient(top,#595959,#404040);
  filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#595959',endColorstr='#404040')
}

.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_colorblock
{ padding:3px;
  font-size:11px;
  font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif
}

.cke_colorblock,.cke_colorblock a
{ text-decoration:none;
  color:#000
}

span.cke_colorbox{width:10px;
height:10px;
border:#808080 1px solid;
float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;
padding:2px;
float:left;
width:12px;
height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;
background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;
padding:2px;
display:block;
cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;
background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;
margin:0 6px 5px 0;
border:1px solid #070707;
border-bottom-color:#060606;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
background:#404040;
background-image:-webkit-gradient(linear,left top,left bottom,from(#595959),to(#404040));
background-image:-moz-linear-gradient(top,#595959,#404040);
background-image:-webkit-linear-gradient(top,#595959,#404040);
background-image:-o-linear-gradient(top,#595959,#404040);
background-image:-ms-linear-gradient(top,#595959,#404040);
background-image:linear-gradient(top,#595959,#404040);
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#595959',endColorstr='#404040')}.cke_hc .cke_toolgroup{border:0;
margin-right:10px;
margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;
margin-left:6px;
margin-right:0}a.cke_button{display:inline-block;
height:18px;
padding:4px 6px;
outline:0;
cursor:default;
float:left;
border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{-moz-border-radius:0 2px 2px 0;
-webkit-border-radius:0 2px 2px 0;
border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{-moz-border-radius:2px 0 0 2px;
-webkit-border-radius:2px 0 0 2px;
border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;
padding:3px 5px;
margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 0 8px rgba(0,0,0,.75) inset;
-webkit-box-shadow:0 0 8px rgba(0,0,0,.75) inset;
box-shadow:0 0 8px rgba(0,0,0,.75) inset;
background:#4c4c4c;
background-image:-webkit-gradient(linear,left top,left bottom,from(#262626),to(#1a1a1a));
background-image:-moz-linear-gradient(top,#262626,#1a1a1a);
background-image:-webkit-linear-gradient(top,#262626,#1a1a1a);
background-image:-o-linear-gradient(top,#262626,#1a1a1a);
background-image:-ms-linear-gradient(top,#262626,#1a1a1a);
background-image:linear-gradient(top,#262626,#1a1a1a);
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#262626',endColorstr='#1a1a1a')}.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 a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;
padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
-webkit-box-shadow:0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
box-shadow:0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
background:#4c4c4c;
background-image:-webkit-gradient(linear,left top,left bottom,from(#666),to(#4c4c4c));
background-image:-moz-linear-gradient(top,#666,#4c4c4c);
background-image:-webkit-linear-gradient(top,#666,#4c4c4c);
background-image:-o-linear-gradient(top,#666,#4c4c4c);
background-image:-ms-linear-gradient(top,#666,#4c4c4c);
background-image:linear-gradient(top,#666,#4c4c4c);
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#666666',endColorstr='#4c4c4c')}.cke_button_icon{cursor:inherit;
background-repeat:no-repeat;
margin-top:1px;
width:16px;
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;
margin-top:1px;
line-height:17px;
vertical-align:middle;
float:left;
cursor:default;
color:#e5e5e5;
text-shadow:0 1px 0 #000}.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 0 0 1px;
width:0;
height:0;
cursor:default;
vertical-align:top;
border-left:3px solid transparent;
border-right:3px solid transparent;
border-top:3px solid #e6e6e6}.cke_rtl .cke_button_arrow{margin-right:5px;
margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;
margin:3px -2px 0 3px;
width:auto;
border:0}.cke_toolbar_separator{float:left;
background-color:#272727;
background-color:rgba(0,0,0,.5);
margin:5px 2px 0;
height:18px;
width:1px;
-webkit-box-shadow:1px 0 0 rgba(255,255,255,.1);
-moz-box-shadow:1px 0 0 rgba(255,255,255,.1);
box-shadow:1px 0 0 rgba(255,255,255,.1)}.cke_rtl .cke_toolbar_separator{float:right;
-webkit-box-shadow:-1px 0 0 rgba(255,255,255,.1);
-moz-box-shadow:-1px 0 0 rgba(255,255,255,.1);
box-shadow:-1px 0 0 rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;
border-left:1px solid;
margin:1px 5px 0 0}.cke_toolbar_break{display:block;
clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;
height:11px;
float:right;
margin:11px 0 0;
font-size:0;
cursor:default;
text-align:center;
border:1px solid #070707;
border-bottom-color:#060606;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
background:#404040;
background-image:-webkit-gradient(linear,left top,left bottom,from(#595959),to(#404040));
background-image:-moz-linear-gradient(top,#595959,#404040);
background-image:-webkit-linear-gradient(top,#595959,#404040);
background-image:-o-linear-gradient(top,#595959,#404040);
background-image:-ms-linear-gradient(top,#595959,#404040);
background-image:linear-gradient(top,#595959,#404040);
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#595959',endColorstr='#404040')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;
height:0;
width:0;
font-size:0;
margin-top:1px;
border-left:3px solid transparent;
border-right:3px solid transparent;
border-bottom:3px solid #e5e5e5;
border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;
border-bottom-color:transparent;
border-top-color:#e5e5e5}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;
width:auto;
border:0;
margin-top:0;
margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;
display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;
padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#262626;
padding: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:#444}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;
filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;
background-color:transparent;
width:100%;
vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;
filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;
background-color:#f2f2f2;
-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;
-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;
box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;
height:1px;
filter:alpha(opacity=70);
opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);
background-position:0 10px;
background-repeat:no-repeat;
padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;
background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;
display:inline}.cke_combo{display:inline-block;
float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.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_button{display:inline-block;
float:left;
margin:0 6px 5px 0;
border:1px solid #070707;
border-bottom-color:#060606;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
box-shadow:0 1px 0 rgba(255,255,255,.1),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
background:#404040;
background-image:-webkit-gradient(linear,left top,left bottom,from(#595959),to(#404040));
background-image:-moz-linear-gradient(top,#595959,#404040);
background-image:-webkit-linear-gradient(top,#595959,#404040);
background-image:-o-linear-gradient(top,#595959,#404040);
background-image:-ms-linear-gradient(top,#595959,#404040);
background-image:linear-gradient(top,#595959,#404040);
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#595959',endColorstr='#404040')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#4c4c4c;
background-image:-webkit-gradient(linear,left top,left bottom,from(#666),to(#4c4c4c));
background-image:-moz-linear-gradient(top,#666,#4c4c4c);
background-image:-webkit-linear-gradient(top,#666,#4c4c4c);
background-image:-o-linear-gradient(top,#666,#4c4c4c);
background-image:-ms-linear-gradient(top,#666,#4c4c4c);
background-image:linear-gradient(top,#666,#4c4c4c);
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#666666',endColorstr='#4c4c4c');
outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{-moz-box-shadow:0 0 8px rgba(0,0,0,.75) inset;
-webkit-box-shadow:0 0 8px rgba(0,0,0,.75) inset;
box-shadow:0 0 8px rgba(0,0,0,.75) inset;
background:#1a1a1a;
background-image:-webkit-gradient(linear,left top,left bottom,from(#262626),to(#1a1a1a));
background-image:-moz-linear-gradient(top,#262626,#1a1a1a);
background-image:-webkit-linear-gradient(top,#262626,#1a1a1a);
background-image:-o-linear-gradient(top,#262626,#1a1a1a);
background-image:-ms-linear-gradient(top,#262626,#1a1a1a);
background-image:linear-gradient(top,#262626,#1a1a1a);
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#262626',endColorstr='#1a1a1a')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);
box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;
margin-left:5px;
margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.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-width:3px;
padding:1px}.cke_combo_text{line-height:26px;
padding-left:10px;
text-overflow:ellipsis;
overflow:hidden;
float:left;
cursor:default;
color:#e5e5e5;
text-shadow:0 1px 0 #000;
width:60px}.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 7px 1px;
width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{margin:11px 0 0;
float:left;
height:0;
width:0;
font-size:0;
border-left:3px solid transparent;
border-right:3px solid transparent;
border-top:3px solid #e6e6e6}.cke_hc .cke_combo_arrow{font-size:10px;
width:auto;
border:0;
margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;
margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;
float:left;
padding:3px 4px;
margin-right:2px;
cursor:default;
text-decoration:none;
outline:0;
border:0;
color:#4c4c4c;
text-shadow:0 1px 0 #fff;
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:#bfbfbf;
color:#333;
text-shadow:0 1px 0 rgba(255,255,255,.5);
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);
-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);
box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.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}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;
font-size:small;
background-color:#fff;
white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon {background: url(icons.png?t=230f715) no-repeat 0 -0px !important;
}.cke_button__bold_icon {background: url(icons.png?t=230f715) no-repeat 0 -233px !important;
}.cke_button__italic_icon {background: url(icons.png?t=230f715) no-repeat 0 -466px !important;
}.cke_button__strike_icon {background: url(icons.png?t=230f715) no-repeat 0 -699px !important;
}.cke_button__subscript_icon {background: url(icons.png?t=230f715) no-repeat 0 -932px !important;
}.cke_button__superscript_icon {background: url(icons.png?t=230f715) no-repeat 0 -1165px !important;
}.cke_button__underline_icon {background: url(icons.png?t=230f715) no-repeat 0 -1398px !important;
}.cke_button__blockquote_icon {background: url(icons.png?t=230f715) no-repeat 0 -1631px !important;
}.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png?t=230f715) no-repeat 0 -1864px !important;
}.cke_ltr .cke_button__copy_icon {background: url(icons.png?t=230f715) no-repeat 0 -2097px !important;
}.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png?t=230f715) no-repeat 0 -2330px !important;
}.cke_ltr .cke_button__cut_icon {background: url(icons.png?t=230f715) no-repeat 0 -2563px !important;
}.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png?t=230f715) no-repeat 0 -2796px !important;
}.cke_ltr .cke_button__paste_icon {background: url(icons.png?t=230f715) no-repeat 0 -3029px !important;
}.cke_button__bgcolor_icon {background: url(icons.png?t=230f715) no-repeat 0 -3262px !important;
}.cke_button__textcolor_icon {background: url(icons.png?t=230f715) no-repeat 0 -3495px !important;
}.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png?t=230f715) no-repeat 0 -3728px !important;
}.cke_ltr .cke_button__templates_icon {background: url(icons.png?t=230f715) no-repeat 0 -3961px !important;
}.cke_button__copyformatting_icon {background: url(icons.png?t=230f715) no-repeat 0 -4194px !important;
}.cke_button__creatediv_icon {background: url(icons.png?t=230f715) no-repeat 0 -4427px !important;
}.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png?t=230f715) no-repeat 0 -4660px !important;
}.cke_ltr .cke_button__find_icon {background: url(icons.png?t=230f715) no-repeat 0 -4893px !important;
}.cke_button__replace_icon {background: url(icons.png?t=230f715) no-repeat 0 -5126px !important;
}.cke_button__button_icon {background: url(icons.png?t=230f715) no-repeat 0 -5359px !important;
}.cke_button__checkbox_icon {background: url(icons.png?t=230f715) no-repeat 0 -5592px !important;
}.cke_button__form_icon {background: url(icons.png?t=230f715) no-repeat 0 -5825px !important;
}.cke_button__hiddenfield_icon {background: url(icons.png?t=230f715) no-repeat 0 -6058px !important;
}.cke_button__imagebutton_icon {background: url(icons.png?t=230f715) no-repeat 0 -6291px !important;
}.cke_button__radio_icon {background: url(icons.png?t=230f715) no-repeat 0 -6524px !important;
}.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png?t=230f715) no-repeat 0 -6757px !important;
}.cke_ltr .cke_button__select_icon {background: url(icons.png?t=230f715) no-repeat 0 -6990px !important;
}.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png?t=230f715) no-repeat 0 -7223px !important;
}.cke_ltr .cke_button__textarea_icon {background: url(icons.png?t=230f715) no-repeat 0 -7456px !important;
}.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png?t=230f715) no-repeat 0 -7689px !important;
}.cke_ltr .cke_button__textfield_icon {background: url(icons.png?t=230f715) no-repeat 0 -7922px !important;
}.cke_button__horizontalrule_icon {background: url(icons.png?t=230f715) no-repeat 0 -8155px !important;
}.cke_button__iframe_icon {background: url(icons.png?t=230f715) no-repeat 0 -8388px !important;
}.cke_button__image_icon {background: url(icons.png?t=230f715) no-repeat 0 -8621px !important;
}.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png?t=230f715) no-repeat 0 -8854px !important;
}.cke_ltr .cke_button__indent_icon {background: url(icons.png?t=230f715) no-repeat 0 -9087px !important;
}.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png?t=230f715) no-repeat 0 -9320px !important;
}.cke_ltr .cke_button__outdent_icon {background: url(icons.png?t=230f715) no-repeat 0 -9553px !important;
}.cke_button__smiley_icon {background: url(icons.png?t=230f715) no-repeat 0 -9786px !important;
}.cke_button__justifyblock_icon {background: url(icons.png?t=230f715) no-repeat 0 -10019px !important;
}.cke_button__justifycenter_icon {background: url(icons.png?t=230f715) no-repeat 0 -10252px !important;
}.cke_button__justifyleft_icon {background: url(icons.png?t=230f715) no-repeat 0 -10485px !important;
}.cke_button__justifyright_icon {background: url(icons.png?t=230f715) no-repeat 0 -10718px !important;
}.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png?t=230f715) no-repeat 0 -10951px !important;
}.cke_ltr .cke_button__anchor_icon {background: url(icons.png?t=230f715) no-repeat 0 -11184px !important;
}.cke_button__link_icon {background: url(icons.png?t=230f715) no-repeat 0 -11417px !important;
}.cke_button__unlink_icon {background: url(icons.png?t=230f715) no-repeat 0 -11650px !important;
}.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png?t=230f715) no-repeat 0 -11883px !important;
}.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png?t=230f715) no-repeat 0 -12116px !important;
}.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png?t=230f715) no-repeat 0 -12349px !important;
}.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png?t=230f715) no-repeat 0 -12582px !important;
}.cke_button__maximize_icon {background: url(icons.png?t=230f715) no-repeat 0 -12815px !important;
}.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png?t=230f715) no-repeat 0 -13048px !important;
}.cke_ltr .cke_button__newpage_icon {background: url(icons.png?t=230f715) no-repeat 0 -13281px !important;
}.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png?t=230f715) no-repeat 0 -13514px !important;
}.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png?t=230f715) no-repeat 0 -13747px !important;
}.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png?t=230f715) no-repeat 0 -13980px !important;
}.cke_ltr .cke_button__pastetext_icon {background: url(icons.png?t=230f715) no-repeat 0 -14213px !important;
}.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png?t=230f715) no-repeat 0 -14446px !important;
}.cke_ltr .cke_button__preview_icon {background: url(icons.png?t=230f715) no-repeat 0 -14679px !important;
}.cke_button__print_icon {background: url(icons.png?t=230f715) no-repeat 0 -14912px !important;
}.cke_button__removeformat_icon {background: url(icons.png?t=230f715) no-repeat 0 -15145px !important;
}.cke_button__save_icon {background: url(icons.png?t=230f715) no-repeat 0 -15378px !important;
}.cke_button__selectall_icon {background: url(icons.png?t=230f715) no-repeat 0 -15611px !important;
}.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png?t=230f715) no-repeat 0 -15844px !important;
}.cke_ltr .cke_button__showblocks_icon {background: url(icons.png?t=230f715) no-repeat 0 -16077px !important;
}.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png?t=230f715) no-repeat 0 -16310px !important;
}.cke_ltr .cke_button__source_icon {background: url(icons.png?t=230f715) no-repeat 0 -16543px !important;
}.cke_button__specialchar_icon {background: url(icons.png?t=230f715) no-repeat 0 -16776px !important;
}.cke_button__scayt_icon {background: url(icons.png?t=230f715) no-repeat 0 -17009px !important;
}.cke_button__table_icon {background: url(icons.png?t=230f715) no-repeat 0 -17242px !important;
}.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png?t=230f715) no-repeat 0 -17475px !important;
}.cke_ltr .cke_button__redo_icon {background: url(icons.png?t=230f715) no-repeat 0 -17708px !important;
}.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png?t=230f715) no-repeat 0 -17941px !important;
}.cke_ltr .cke_button__undo_icon {background: url(icons.png?t=230f715) no-repeat 0 -18174px !important;
}.cke_button__spellchecker_icon {background: url(icons.png?t=230f715) no-repeat 0 -18407px !important;
}.cke_button__autocorrect--_icon {background: url(icons.png?t=230f715) no-repeat 0 -18640px !important;
}.cke_button__autocorrect_icon {background: url(icons.png?t=230f715) no-repeat 0 -18873px !important;
}.cke_button__h1_icon {background: url(icons.png?t=230f715) no-repeat 0 -19106px !important;
}.cke_button__h2_icon {background: url(icons.png?t=230f715) no-repeat 0 -19339px !important;
}.cke_button__h3_icon {background: url(icons.png?t=230f715) no-repeat 0 -19572px !important;
}.cke_button__h4_icon {background: url(icons.png?t=230f715) no-repeat 0 -19805px !important;
}.cke_button__h5_icon {background: url(icons.png?t=230f715) no-repeat 0 -20038px !important;
}.cke_button__h6_icon {background: url(icons.png?t=230f715) no-repeat 0 -20271px !important;
}.cke_button__bgcolor2_icon {background: url(icons.png?t=230f715) no-repeat 0 -20504px !important;
}.cke_button__textcolor2_icon {background: url(icons.png?t=230f715) no-repeat 0 -20737px !important;
}.cke_button__emojione_icon {background: url(icons.png?t=230f715) no-repeat 0 -20970px !important;
}.cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {background: url(icons.png?t=230f715) no-repeat 0 -21203px !important;
}.cke_ltr .cke_button__docprops_icon {background: url(icons.png?t=230f715) no-repeat 0 -21436px !important;
}.cke_button__textindent_icon {background: url(icons.png?t=230f715) no-repeat 0 -21669px !important;
}.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -0px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -120.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -241px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -361.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -482px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -602.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -723px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -843.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -964px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -1084.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -1205px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -1325.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -1446px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -1566.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -1687px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -1807.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -1928px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -2048.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__copyformatting_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -2169px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -2289.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -2410px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -2530.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -2651px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -2771.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -2892px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -3012.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -3133px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -3253.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -3374px !important;
background-size: 113px !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=230f715) no-repeat 0 -3494.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -3615px !important;
background-size: 113px !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=230f715) no-repeat 0 -3735.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -3856px !important;
background-size: 113px !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=230f715) no-repeat 0 -3976.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -4097px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -4217.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -4338px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -4458.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -4579px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -4699.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -4820px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -4940.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -5061px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -5181.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -5302px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -5422.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -5543px !important;
background-size: 113px !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=230f715) no-repeat 0 -5663.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -5784px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -5904.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -6025px !important;
background-size: 113px !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=230f715) no-repeat 0 -6145.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -6266px !important;
background-size: 113px !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=230f715) no-repeat 0 -6386.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -6507px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -6627.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -6748px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -6868.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -6989px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -7109.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -7230px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -7350.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -7471px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -7591.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -7712px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -7832.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -7953px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -8073.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -8194px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -8314.5px !important;
background-size: 113px !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=230f715) no-repeat 0 -8435px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -8555.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -8676px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__scayt_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -8796.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -8917px !important;
background-size: 113px !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=230f715) no-repeat 0 -9037.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -9158px !important;
background-size: 113px !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=230f715) no-repeat 0 -9278.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -9399px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__spellchecker_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -9519.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__autocorrect--_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -19280px !important;
}.cke_hidpi .cke_button__autocorrect_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -9760.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__autocorrect-_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -9881px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__h1_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -10001.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__h2_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -10122px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__h3_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -10242.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__h4_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -10363px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__h5_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -10483.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__h6_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -10604px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__bgcolor2_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -10724.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__textcolor2_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -10845px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__emojione_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -21931px !important;
}.cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -11086px !important;
background-size: 113px !important;
}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -11206.5px !important;
background-size: 113px !important;
}.cke_hidpi .cke_button__textindent_icon {background: url(icons_hidpi.png?t=230f715) no-repeat 0 -22654px !important;
}

