#editor
{
	position: absolute;
	height: 100%;
	left:0;
	bottom: 0;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 20px;
	width:100%;
}

#editor_left
{
	position: relative;
	width:50%;
	display:inline-block;
	vertical-align: top;
	padding-right:10px;	
	height:100%;
}

#editor_right
{
	position: relative;
	width:50%;
	padding-left:10px;
	display:inline-block;
	vertical-align: top;
	height:100%;	
}

#editor_window
{
	padding:20px;
	outline: none;
	line-height: 1.4;
	font-size:1.2em;
	margin-bottom: 1em;	
	width:100%;
	position: relative;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

#editor_result
{
	padding:20px;
	background-color: #efefef;
	border:1px solid #000;
	line-height: 1.4;
	font-size:1.4em;
	color: #000;
	position: relative;
	height: 100%;
	overflow: hidden;		
	padding-top:50px;
	overflow-y:scroll;
}

#editor_result:hover
{
}

#editor_result>p
{
	margin-bottom: 1em;	
}


#editor_result>p:hover
{
}

#editor_result.color>p strong
{
	opacity:0.1;
}

#editor_result.color>p
{
}

#editor_result.word>p div.editor_colors
{
	opacity:0.1 !important;
}

#editor_result>p>a:hover
{
}

#editor_result>p span
{
	margin-right: 0.2em;
	display: inline-block;
	/*border-bottom: 5px solid #000;*/
	padding-bottom: 8px;
	margin-bottom: 0.2em;
	position: relative;
}

#editor_result.full>p span:hover i
{
	display: block !important
}

#editor_result>p span>i
{
	font-size: 1em;
    position: absolute;
    top: 50%;
    right:-1.25em;
    padding-left: 0.5em;
    color:#333;
    padding-top:0.5em;
    padding-bottom:0.5em;
    padding-right:0.5em;
    margin-top: -1em;
    z-index: 100;
    display:none;
}

.editor_colors
{
	display:block;
	position: absolute;
	width:100%;
	overflow: hidden;
	height:7px;
	bottom: 0;
}

.editor_colors>*
{
	height:7px !important;
} 

.editor_colors>a.colorbox[hex=""], .editor_colors>div.colorbox[hex=""]
{
	border-style:dotted !important;
}

.editor_colors>a.colorbox[hex="ffffff"], .editor_colors>div.colorbox[hex="ffffff"]
{
    border: 1px solid #ccc !important;
}

.editor_colors>a.colorbox[colored], .editor_colors>div.colorbox[colored]
{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}


/*
#editor_window:focus { 
    background-color: yellow;
}
*/

#editor_toolbar
{
	padding-bottom: 10px;
}

#editor_toolbar>li
{
	display:inline-block;
	margin-right: 10px;
}

#editor_toolbar span
{
	font-family:'Neue Helvetica W01';
	font-weight:600;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 5px;
	display:inline-block;

}


#editor_toolbar select
{
	margin:0;
	padding:5px;
	border:1px solid #999;
	vertical-align: middle;
	display:inline-block;
}

#editor_toolbar input
{
	margin:0;
	padding:5px;
	border:1px solid #999;
	vertical-align: middle;
	width:200px;
	display:inline-block;
}

.text_analysis_breakdown_container
{
	position: relative;
}

#editor_right .text_analysis_breakdown{
	overflow: hidden;
	width:100%;
	margin-bottom: 5px !important;
	border: 1px solid #666;	
	position: absolute;
	top:0px;
	z-index: 100;
	width:100%;
}

.text_analysis_breakdown_item
{
	height:30px;
	float: left;
	cursor: pointer;
}

.text_analysis_breakdown_item:hover>div.text_analysis_breakdown_item_number
{
	display:block;
}

.text_analysis_breakdown_item_number
{
	text-align: center;
	font-size:0.8em;
	color:#fff;
	padding-top:9px; 
	padding-bottom:9px; 
	display:none !important;
}

.text_analysis_breakdown_item_number.invert
{
	color:#000;
}

div.editor_related
{
	position: absolute;
	top:0;
	width:200px;
	font-size:0.8em;
	background-color: #fff;
	padding:10px;
	color:#fff;
	display:none;
	z-index: 100;
	padding-bottom: 5px;
	cursor: default;
}

div.editor_related.right
{
	right:0;
}

div.editor_related.show
{
	display:block;
	z-index: 500;
}

div.editor_related span
{
	display:inline-block;
	color:#000;
	opacity: 1 !important;
	margin-bottom: 5px !important;
	margin-right: 5px !important;
	padding-bottom: 8px !important;
	cursor: pointer;
}

div.editor_related span .editor_colors
{
	display:block;
	position: absolute;
	width:100%;
	overflow: hidden;
	height:7px;
	bottom: 0;
}

div.editor_related span .editor_colors>*
{
	height:7px !important;
} 


#editor_result.full>p span:hover div.editor_related
{
}

div.similarity_overlay
{
    position: absolute;
    right: 10px;
    bottom:10px;
    background-color: rgba(0, 0, 0, 1);
    z-index: 100;
    font-size:1em;
    padding:10px;
    color: #fff;
	font-family:'Neue Helvetica W01';
	font-weight:600;    
    text-align: center;
}