.nohandle, .handle {
    height: 18px;
    line-height: 23px;
    padding-left: 17px;
    width: 28px;
}
.handle {
    background: rgba(0, 0, 0, 0) url("../images/dragicon.png") no-repeat scroll left bottom;
    cursor: move;
}
.fixed{
	display:inline-block;
	width:55px;
}

.sitemap-element {
    background-color: #f9f9f9;
    border: 1px solid #d1d2d7;
    padding: 15px 10px;
    margin-top: 7px;
    line-height: 25px;
}
.move{
	cursor:move;
}

.sitemap-highlight {
    background-color: rgba(249, 249, 249, 0.3);
    border: 1px dashed rgba(209, 210, 215, 0.8);		
    padding: 15px 10px;
	margin: 7px 0; 
	height:325px;
}

.move-it {
	margin-right: 20px;
	cursor:move;
}
.tox.tox-tinymce{
	min-height:250px !important;
}
.edrow{
	display:block;
}
.tyeditor.one .edrow + .edrow{
	display:none;
}
.tyeditor.one .edrow + .edrow + .edrow{
	display:none;
}

.tyeditor.two .edrow + .edrow{
	display:inline-block;
	padding-left:4px;
}
.tyeditor.two .edrow + .edrow + .edrow{
	display:none;
}		

.tyeditor.three .edrow + .edrow{
	display:inline-block;
	padding-left:4px;
}
.tyeditor.three .edrow + .edrow + .edrow{
	display:inline-block;
	padding-left:4px;	
}								

.tyeditor .edrow{
	width:100% !important;
}
.tyeditor.two .edrow{
	width:50% !important;
	width:521px !important;
	display:inline-block;
}
.tyeditor.three .edrow{
	width:33% !important;
	width:346px !important;
	display:inline-block;
					
}
#tbody{
	position:relative;
}
.deleteIco{
	cursor:pointer;
}