.easyeditor {
    outline: none;
    border: none;/* 1px solid #e9e9e9;*/
    
    margin-bottom: 5px;
    overflow-y:hidden;
	width:100%;
	display:inline-block;
	text-align:left;
	 -webkit-user-select: none; user-select: none;
	 position:relative;
	
}
.easyeditor-sidebar {
	background:url(/catalog/view/theme/mobile/image/sidebar.png) no-repeat center center ; background-size: 15px 16px;
	position: absolute;
	width:15px; height:16px;
	z-index:999999;
	/*left:30px;*/
	
}
.easyeditor-sidebar .bar {position:absolute; display:none; left:-6px;  margin:0px; padding:0px; width:290px; /*-moz-box-shadow:  2px 1px 1px 1px #f2f2f2; -webkit-box-shadow: 1px 1px 1px 1px #f2f2f2; box-shadow:1px 1px 1px 1px #f2f2f2;*/background:none; }
.easyeditor-sidebar .bar .inbar{-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px; border:1px solid #cccccc; margin:0px; padding:5px 0px; background:#f5f6f7; height:25px; line-height:25px; display:block;}
.easyeditor-sidebar .bar .arrow{ background:url(/catalog/view/theme/mobile/image/down_d.gif) no-repeat 25px  bottom; width:100%; height:7px; display:inline-block;}
.easyeditor-sidebar .bar ul,.easyeditor-sidebar .bar li{list-style:none;margin:0;padding:0;display:inline;}

.easyeditor-sidebar li button {   background: #f4f4f4; color: #777;border: 1px solid #e9e9e9;font-weight: bold;font-size:16px;cursor: pointer;display:inline;padding: 0px 5px;float: left!important;min-width:28px;height:25px; outline: none;border-radius: 2px; margin:0px 5px;}
.easyeditor-sidebar li button:hover {background: #f9f9f9;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);border: 1px solid #ddd;}
.easyeditor-sidebar ul:after {  content: "";  clear: both;}

.easyeditor-sidebar .emoji_bar{ display:none;border:1px solid #cccccc;background:#f5f6f7; }
.easyeditor-toolbar {
    border: 0px solid  #666666;
    border-bottom: 0;
    padding: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(241, 241, 241);	
	display:inline-block;
	width:100%;	
	white-space: nowrap; /* [1] */
    overflow-x: auto; /* [2] */
	overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
  
	
}

/*.easyeditor-toolbar::-webkit-scrollbar {
  display: none; }*/
.easyeditor-toolbar ul{ padding:5px; margin:0px;}  
.easyeditor-toolbar ul:after {
    content: "";
    display: block;
    clear: both;
}

.easyeditor-toolbar li {
    list-style: none;
    /*float: left;*/
    position: relative;
	display: inline-block;
}

.easyeditor-toolbar li ul {
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 5;
    display: none;
}

.easyeditor-toolbar li button {
    background: #f4f4f4;
    color: #777;
    border: 1px solid #e9e9e9;
    font-weight: bold;
	font-size:16px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 5px;
    float: left;
    min-width: 35px;
	height:30px;
    outline: none;
    border-radius: 2px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.easyeditor-toolbar li button img{
 max-width:25px; max-height:25px;
}
.easyeditor-toolbar li button:hover {
    background: #f9f9f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.easyeditor-toolbar li button:active {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

.toolbar-italic {
    font-style: italic;
}

.easyeditor blockquote {
    border-left: 2px solid #e9e9e9;
    padding-left: 20px;
    color: #777;
}

.easyeditor figure {
    display: inline-block;
    align-items: center;
    justify-content: center;
   /* width: 400px;
    min-width: 100px;
    max-width: 100%;*/
	width: inherit;
    padding: 7px;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden;
	
}

.easyeditor figure.is-resizable {
    resize: both;
    border: 1px solid #0e90dc;
    cursor: se-resize;
}

.easyeditor  img {
    width: 100%!important;
	max-width:500px;
}

.easyeditor[contenteditable=true]:empty:before{
    content: attr(placeholder);
   /* display: block;*/
    opacity: 0.4;
    cursor: text;
	/*font-size:28px;*/
	
}

.easyeditor[contenteditable=true]:focus:before{
	/* content:'';*/
	 /*font-size:28px;*/
	 cursor: text;
	
}
.easyeditor[contenteditable=true]:focus:after{
	 
	/* font-size:28px;*/
	
	 
}

.easyeditor-toolbar.is-fixed {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.easyeditor ul,
.easyeditor ol {
    margin-left: 30px;
}

.easyeditor-temp {
    box-sizing: border-box;
    font-family: Consolas, monaco, monospace, "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter" !important;
   
    padding: 15px;
    border: 1px solid #e0e0e0;
}

.easyeditor-character-remaining {
    text-align: right;
    position: relative;
    top: -17px;
    font-size: 90%;
}

.easyeditor-words-count {
    text-align: right;
    position: relative;
    top: -17px;
    font-size: 110%;
	padding:10px;
}

.easyeditor-character-remaining.is-invalid {
    color: #ff0000;
}

.easyeditor-character-remaining.is-valid {
    color: #777;
}
