.editorCurrent {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	outline: none;
	min-height: 16px;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}

.editorCurrent:focus {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
}

.editorCurrentActive {
	/* border:#5ad04f solid 2px; padding:2px 5px;*/
	
}

.focus {
	border: black dotted 2px;
}

.pointer {
	border: black solid 1px;
	background-color: #c9c9c9;
	/*border-left: black solid 1px;*/
}

.tableLine {
	border: black dotted 1px;
	/*border-left: black solid 1px;*/
}

.ui-selecting {
	background: #FECA40;
}

.ui-setselecting {
	background: green;
}

.ui-selectee {
	border: black dotted 1px;
}

.ui-selected {
	background: #F39814;
	color: white;
	opacity: 0.2;
}

.moveBlock {
	border: black dotted 1px;
	/*border-left: black solid 1px;*/
}

/* resize */
.layoutResize {
	position: absolute;
}

.borderResize {
	position: absolute;
	opacity: 0.5;
	border-style: dashed;
	border-width: 1px;
}

.pointBlock {
	position: absolute;
	border: black solid 1px;
	background-color: #FFFFFF;
	width: 8px;
	height: 8px;
	margin: -5;
	padding: 0;
	z-index: 100000;
}

.nwResize {
	margin: -5px;
	cursor: nw-resize;
}

.nResize {
	margin: -5px;
	cursor: n-resize;
}

.neResize {
	margin: -5px;
	cursor: ne-resize;
}

.wResize {
	margin: -5px;
	cursor: w-resize;
}

.eResize {
	margin: -5px;
	cursor: e-resize;
}

.swResize {
	margin: -5px;
	cursor: sw-resize;
}

.sResize {
	margin: -5px;
	cursor: s-resize;
}

.seResize {
	margin: -5px;
	cursor: se-resize;
}

/*end resize */

/*jotform*/
.jotForm {
	display: block;
	background: #ffffff url(../theme/default/images/jotform.jpg) no-repeat
		center center;
}

.onlineForm {
	display: block;
	background: #ffffff url(../theme/default/images/jotform.jpg) no-repeat
		center center;
}

.onlineFlash {
	display: block;
	background: #ffffff url(../theme/default/images/onlineFlash.jpg)
		no-repeat center center;
}

.jotFormLoad {
	display: block;
	background: #ffffff url(../theme/default/images/loading07.gif) no-repeat
		center center;
}

.fbLikebox {
	background: #ffffff url(../theme/default/images/fblikebox.png) no-repeat
		center center;
}

/*************  Start socialnetwork  ***************/
.fb_comment_light, .fb_comment_dark  {
	display: block;	
	width: 564px;
	height:301px;
	border:0;
}
.fb_comment_light  {
	background: url(../theme/default/images/comment_light.png) no-repeat left top;
}
.fb_comment_dark  {
	background: url(../theme/default/images/comment_dark.png) no-repeat left top;
}
.fb_light_likebox, .fb_dark_likebox {
	display: block;
	width: 300px;
	height:400px;
	border:0;
}
.fb_light_likebox{
	background: url(../theme/default/images/light_like_box.png) no-repeat center center;
}
.fb_dark_likebox{
	background: url(../theme/default/images/dark_like_box.png) no-repeat center center;
}
.fb_light_standard, .fb_dark_standard{
	display:block;
	width: 351px;
	height: 20px;
	border:0;
}
.fb_light_standard{    
	background:  url(../theme/default/images/light_standard.png) no-repeat left top;	
}
.fb_dark_standard{
	background: url(../theme/default/images/dark_standard.png) no-repeat left top;
}
.fb_light_box_count, .fb_dark_box_count {
	display:block;
	width:49px;
	height: 86px;
	border:0;
}
.fb_light_box_count{    
	background: url(../theme/default/images/light_box_count.png) no-repeat left top;
}
.fb_dark_box_count{    
	background: url(../theme/default/images/dark_box_count.png) no-repeat left top;
}
.fb_light_button_count, .fb_dark_button_count {	
	display:block;
	width: 86px;
	height: 20px;
	border:0;
}
.fb_light_button_count{    
	background: url(../theme/default/images/light_button_count.png) no-repeat left top;
}
.fb_dark_button_count{
	background: url(../theme/default/images/dark_button_count.png) no-repeat left top;
}
.fbmargin{
	margin-bottom:15px;
}

.tableSelecttemplate {
	background-color: #e5e5e5;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	min-width: 960px;
}

.frameaddblock,.frameaddblockSide {
	background: #fff;
	border: 1px solid #3f3f3f;
	cursor: pointer;
	padding: 0;
	margin: 5px;
	text-align: center;
}

.frameaddblock:hover,.frameaddblockSide:hover {
	border: 1px solid #4c4c4c;
}

input.btnblockAdd,input.btnblockAdd:hover {
	/*background: url(../theme/default/images/icn_addblock.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	background-color:#fff;
	width: 100%;
	height: 30px;
	border: 0;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
}

input.btnblockAdd:hover {
	/*background: url(../theme/default/images/icn_addblock_h.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: #fff;
}

.txtblockname {
	padding: 0;
	text-align: left;
	margin: 0;
}

.bgblockTop,.bgblockBottom,.bgblockSide {
	background-color: #535353;
	border: 1px dotted #fff !important;
	margin: 0 10px 0 5px;
}
.bgblockSide {
	margin: 0;
}

.blockAvaliable,.blockmanageTop,.blockmanageBottom,.blockmanageLeft,.blockmanageRight
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blockAvaliable {
	height: auto;
	color: #3e3e3e;
	min-height: 480px;
	margin: 0;
	border: 1px solid #fff;
	background-color: #fff;
	width:246px;
}
.titleBlockAvaliable{
	background-color: #6ca062;
	color:#fff;
	padding:12px;
}

.blockmanageTop,.blockmanageBottom {
	width: 100%;
	height: 60px;
}

.blockmanageLeft,.blockmanageRight {
	width: 200px;
	height: auto;
}

ul.blockmanageTop li,ul.blockmanageBottom li {
	width: 100%;
	float: left;
	margin: 3px 0;
}

#sortable2 li.ui-state-highlight {
	padding: 0;
}

#sortable1 li.blocklist,#sortable2 li.blocklist {
	width: 866px;
	padding: 10px;
	margin: 5px 5px 0 5px;
	/*cursor: move;*/
	display: block;
	list-style: none;
	background:#e2e2e2;
	border:1px solid #999;
	min-height: 30px;
	}
/*#sortable1 li.blocklist:hover,#sortable2 li.blocklist:hover{
	background:#000;
	z-index:99;
}*/

#sortable3 li.blocklist,#sortable4 li.blocklist,#sortable0 li.blocklist
	{
	display: block;
	float: none;
	/*cursor: move;*/
	width: auto;
	padding: 10px;
	margin: 5px 5px 0 5px;
	background:#e2e2e2;
	border:1px solid #999;
	min-height: 30px;
	}
/*#sortable3 li.blocklist:hover,#sortable4 li.blocklist:hover,#sortable0 li.blocklist:hover{
	background:#000;
}*/

li.blocklist div.block_editor {
	margin: 0;
	padding: 0;
	width: 100%;
	word-wrap:break-word;
	cursor:auto;
	float:left;
}
li.blocklist div.blockName{margin-top: 7px;float:none;}
li.blocklist div a{color:#006fdd;}
li.blocklist div a:hover{color:#004edd;}

li.blocklist:hover{background-color:#000;}

.block_data_roll {
	background-color: #f7f7f7;
	color: #6d6d6d;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 7px;
}

.bgblockview {
	background-color: #e9e9e9;
	padding: 7px;
}

.bgblockname {
	background-color: #f7f7f7;
	color: #6d6d6d;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 7px;
}

.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
}
.blockName{word-wrap:break-word;}
.blockName input {
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	width:165px;
}

a.linktxt,a.linktxt:hover {
	margin-top: 2px;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

a.linktxt,a.linktxt img {
    margin-top: 3px;
}

a.linktxt:hover {
	text-decoration: underline;
}

.rvclear {
	clear: both;
}

.txteditable {
	margin: 5px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

[contentEditable=true]:empty:before {
	content: attr(data-ph);
	color: #c0c0c0;
	font-size:12px;
	padding-left:7px;
	line-height:24px;
}

.addBlockLink {
	color: #61ac5b;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.areaCustom {
	margin-top: 0px;
	margin-bottom: 10px;
	min-height: 25px;
}

.ui-resizable-e {
	width:7px;
	cursor:e-resize;
}
.ui-resizable-s {
	height:7px;
	cursor:s-resize;
}
.titlePagelayout{
	font-size:13px;
	line-height:22px;
	background:#fff url(../theme/default/images/icon_info.png) no-repeat 10px 10px; 
	margin:3px 0 5px 5px; 
	padding:10px;
}
.titlePagelayout .info_message{
	color:#494949;
	padding-left:28px;
}

/*Layout mode*/
li.ui-state-highlight.blocklist:not(.ui-state-disabled):hover {
	background: black
		url(../theme/default/images/iconlayout/normal_move.png)
		no-repeat 99.7% 7% !important;
	cursor:move;
}

li.blocklist:not(.ui-state-disabled) > a > img {
	height:16px;
	width:16px;
}

div.block_editor.editorCurrent{
	background-color:white !important;
}
.bodybackgroundBlackonlayout{
    background-color:rgba(0, 0, 0, 0.95) !important;
}

li.ui-state-highlight.blocklist > a.linktxt > img:not([title=Close]):hover{
  opacity: 0.6;
}
li.ui-state-highlights.blocklist > a.linktxt > img:not([title=Close]):hover{
  opacity: 0.6;
}

.brdgridBlock{
    background-color: #000;
    float: right;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    padding: 4px;
    display: block;
    position: relative;
    top: -25px;
    height: 21px;
}

button.nextButton,
button.backButton,
button.parentButton,
button.childButton,
button.pasteButton,
button.copyButton{
    background-image:url(../theme/default/images/sprite_wys_gridline.png);
    background-repeat:no-repeat;
    background-position:0 0;
    background-color:#000;
    width:20px;
    height:25px;
    cursor:pointer;
    border:0;
    padding:0;
    margin:0;
}
button.nextButton:hover{background-position:-30px 0;}
button.nextButton-dis{background-position:-60px 0;} 

button.backButton{background-position:0 -30px;}
button.backButton:hover{background-position:-30px -30px;}
button.backButton-dis{background-position:-60px -30px;}



button.parentButton{background-position:0 -60px;}
button.parentButton:hover{background-position:-30px -60px;}
button.parentButton-dis{background-position:-60px -60px;}

button.childButton{background-position:0 -90px;}
button.childButton:hover{background-position:-30px -90px;}
button.childButton-dis{background-position:-60px -90px;}

button.pasteButton{background-position:0 -120px;}
button.pasteButton:hover{background-position:-30px -120px;}
button.pasteButton-dis{background-position:-60px -120px;}

button.copyButton{background-position:0 -150px;}
button.copyButton:hover{background-position:-30px -150px;}
button.copyButton-dis{background-position:-60px -150px;}

div.editorCurrent div, div.editorCurrent p{
	padding-top:0 !important;
	margin-right:-2px !important;
}
.Glvgn{
	position: relative;
    float:right;
    top : -25px;
	top:0 !important;
	}
.SelectGrid{
    background-color: rgba(0, 0, 255, 0.3);
}
/* ---------------------- End GridLine ---------------------- */.editorCurrent {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	outline: none;
	min-height: 16px;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}

.editorCurrent:focus {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
}

.editorCurrentActive {
	/* border:#5ad04f solid 2px; padding:2px 5px;*/
	
}

.focus {
	border: black dotted 2px;
}

.pointer {
	border: black solid 1px;
	background-color: #c9c9c9;
	/*border-left: black solid 1px;*/
}

.tableLine {
	border: black dotted 1px;
	/*border-left: black solid 1px;*/
}

.ui-selecting {
	background: #FECA40;
}

.ui-setselecting {
	background: green;
}

.ui-selectee {
	border: black dotted 1px;
}

.ui-selected {
	background: #F39814;
	color: white;
	opacity: 0.2;
}

.moveBlock {
	border: black dotted 1px;
	/*border-left: black solid 1px;*/
}

/* resize */
.layoutResize {
	position: absolute;
}

.borderResize {
	position: absolute;
	opacity: 0.5;
	border-style: dashed;
	border-width: 1px;
}

.pointBlock {
	position: absolute;
	border: black solid 1px;
	background-color: #FFFFFF;
	width: 8px;
	height: 8px;
	margin: -5;
	padding: 0;
	z-index: 100000;
}

.nwResize {
	margin: -5px;
	cursor: nw-resize;
}

.nResize {
	margin: -5px;
	cursor: n-resize;
}

.neResize {
	margin: -5px;
	cursor: ne-resize;
}

.wResize {
	margin: -5px;
	cursor: w-resize;
}

.eResize {
	margin: -5px;
	cursor: e-resize;
}

.swResize {
	margin: -5px;
	cursor: sw-resize;
}

.sResize {
	margin: -5px;
	cursor: s-resize;
}

.seResize {
	margin: -5px;
	cursor: se-resize;
}

/*end resize */

/*jotform*/
.jotForm {
	display: block;
	background: #ffffff url(../theme/default/images/jotform.jpg) no-repeat
		center center;
}

.onlineForm {
	display: block;
	background: #ffffff url(../theme/default/images/jotform.jpg) no-repeat
		center center;
}

.onlineFlash {
	display: block;
	background: #ffffff url(../theme/default/images/onlineFlash.jpg)
		no-repeat center center;
}

.jotFormLoad {
	display: block;
	background: #ffffff url(../theme/default/images/loading07.gif) no-repeat
		center center;
}

.fbLikebox {
	background: #ffffff url(../theme/default/images/fblikebox.png) no-repeat
		center center;
}

/*************  Start socialnetwork  ***************/
.fb_comment_light, .fb_comment_dark  {
	display: block;	
	width: 564px;
	height:301px;
	border:0;
}
.fb_comment_light  {
	background: url(../theme/default/images/comment_light.png) no-repeat left top;
}
.fb_comment_dark  {
	background: url(../theme/default/images/comment_dark.png) no-repeat left top;
}
.fb_light_likebox, .fb_dark_likebox {
	display: block;
	width: 300px;
	height:400px;
	border:0;
}
.fb_light_likebox{
	background: url(../theme/default/images/light_like_box.png) no-repeat center center;
}
.fb_dark_likebox{
	background: url(../theme/default/images/dark_like_box.png) no-repeat center center;
}
.fb_light_standard, .fb_dark_standard{
	display:block;
	width: 351px;
	height: 20px;
	border:0;
}
.fb_light_standard{    
	background:  url(../theme/default/images/light_standard.png) no-repeat left top;	
}
.fb_dark_standard{
	background: url(../theme/default/images/dark_standard.png) no-repeat left top;
}
.fb_light_box_count, .fb_dark_box_count {
	display:block;
	width:49px;
	height: 86px;
	border:0;
}
.fb_light_box_count{    
	background: url(../theme/default/images/light_box_count.png) no-repeat left top;
}
.fb_dark_box_count{    
	background: url(../theme/default/images/dark_box_count.png) no-repeat left top;
}
.fb_light_button_count, .fb_dark_button_count {	
	display:block;
	width: 86px;
	height: 20px;
	border:0;
}
.fb_light_button_count{    
	background: url(../theme/default/images/light_button_count.png) no-repeat left top;
}
.fb_dark_button_count{
	background: url(../theme/default/images/dark_button_count.png) no-repeat left top;
}
.fbmargin{
	margin-bottom:15px;
}

.tableSelecttemplate {
	background-color: #e5e5e5;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	min-width: 960px;
}

.frameaddblock,.frameaddblockSide {
	background: #fff;
	border: 1px solid #3f3f3f;
	cursor: pointer;
	padding: 0;
	margin: 5px;
	text-align: center;
}

.frameaddblock:hover,.frameaddblockSide:hover {
	border: 1px solid #4c4c4c;
}

input.btnblockAdd,input.btnblockAdd:hover {
	/*background: url(../theme/default/images/icn_addblock.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	background-color:#fff;
	width: 100%;
	height: 30px;
	border: 0;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
}

input.btnblockAdd:hover {
	/*background: url(../theme/default/images/icn_addblock_h.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: #fff;
}

.txtblockname {
	padding: 0;
	text-align: left;
	margin: 0;
}

.bgblockTop,.bgblockBottom,.bgblockSide {
	background-color: #535353;
	border: 1px dotted #fff !important;
	margin: 0 10px 0 5px;
}
.bgblockSide {
	margin: 0;
}

.blockAvaliable,.blockmanageTop,.blockmanageBottom,.blockmanageLeft,.blockmanageRight
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blockAvaliable {
	height: auto;
	color: #3e3e3e;
	min-height: 480px;
	margin: 0;
	border: 1px solid #fff;
	background-color: #fff;
	width:246px;
}
.titleBlockAvaliable{
	background-color: #6ca062;
	color:#fff;
	padding:12px;
}

.blockmanageTop,.blockmanageBottom {
	width: 100%;
	height: 60px;
}

.blockmanageLeft,.blockmanageRight {
	width: 200px;
	height: auto;
}

ul.blockmanageTop li,ul.blockmanageBottom li {
	width: 100%;
	float: left;
	margin: 3px 0;
}

#sortable2 li.ui-state-highlight {
	padding: 0;
}

#sortable1 li.blocklist,#sortable2 li.blocklist {
	width: 866px;
	padding: 10px;
	margin: 5px 5px 0 5px;
	/*cursor: move;*/
	display: block;
	list-style: none;
	background:#e2e2e2;
	border:1px solid #999;
	min-height: 30px;
	}
/*#sortable1 li.blocklist:hover,#sortable2 li.blocklist:hover{
	background:#000;
	z-index:99;
}*/

#sortable3 li.blocklist,#sortable4 li.blocklist,#sortable0 li.blocklist
	{
	display: block;
	float: none;
	/*cursor: move;*/
	width: auto;
	padding: 10px;
	margin: 5px 5px 0 5px;
	background:#e2e2e2;
	border:1px solid #999;
	min-height: 30px;
	}
/*#sortable3 li.blocklist:hover,#sortable4 li.blocklist:hover,#sortable0 li.blocklist:hover{
	background:#000;
}*/

li.blocklist div.block_editor {
	margin: 0;
	padding: 0;
	width: 100%;
	word-wrap:break-word;
	cursor:auto;
	float:left;
}
li.blocklist div.blockName{margin-top: 7px;float:none;}
li.blocklist div a{color:#006fdd;}
li.blocklist div a:hover{color:#004edd;}

li.blocklist:hover{background-color:#000;}

.block_data_roll {
	background-color: #f7f7f7;
	color: #6d6d6d;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 7px;
}

.bgblockview {
	background-color: #e9e9e9;
	padding: 7px;
}

.bgblockname {
	background-color: #f7f7f7;
	color: #6d6d6d;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 7px;
}

.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
}
.blockName{word-wrap:break-word;}
.blockName input {
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	width:165px;
}

a.linktxt,a.linktxt:hover {
	margin-top: 2px;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

a.linktxt,a.linktxt img {
    margin-top: 3px;
}

a.linktxt:hover {
	text-decoration: underline;
}

.rvclear {
	clear: both;
}

.txteditable {
	margin: 5px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

[contentEditable=true]:empty:before {
	content: attr(data-ph);
	color: #c0c0c0;
	font-size:12px;
	padding-left:7px;
	line-height:24px;
}

.addBlockLink {
	color: #61ac5b;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.areaCustom {
	margin-top: 0px;
	margin-bottom: 10px;
	min-height: 25px;
}

.ui-resizable-e {
	width:7px;
	cursor:e-resize;
}
.ui-resizable-s {
	height:7px;
	cursor:s-resize;
}
.titlePagelayout{
	font-size:13px;
	line-height:22px;
	background:#fff url(../theme/default/images/icon_info.png) no-repeat 10px 10px; 
	margin:3px 0 5px 5px; 
	padding:10px;
}
.titlePagelayout .info_message{
	color:#494949;
	padding-left:28px;
}

/*Layout mode*/
li.ui-state-highlight.blocklist:not(.ui-state-disabled):hover {
	background: black
		url(../theme/default/images/iconlayout/normal_move.png)
		no-repeat 99.7% 7% !important;
	cursor:move;
}

li.blocklist:not(.ui-state-disabled) > a > img {
	height:16px;
	width:16px;
}

div.block_editor.editorCurrent{
	background-color:white !important;
}
.bodybackgroundBlackonlayout{
    background-color:rgba(0, 0, 0, 0.95) !important;
}

li.ui-state-highlight.blocklist > a.linktxt > img:not([title=Close]):hover{
  opacity: 0.6;
}
li.ui-state-highlights.blocklist > a.linktxt > img:not([title=Close]):hover{
  opacity: 0.6;
}

.brdgridBlock{
    background-color: #000;
    float: right;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    padding: 4px;
    display: block;
    position: relative;
    top: -25px;
    height: 21px;
}

button.nextButton,
button.backButton,
button.parentButton,
button.childButton,
button.pasteButton,
button.copyButton{
    background-image:url(../theme/default/images/sprite_wys_gridline.png);
    background-repeat:no-repeat;
    background-position:0 0;
    background-color:#000;
    width:20px;
    height:25px;
    cursor:pointer;
    border:0;
    padding:0;
    margin:0;
}
button.nextButton:hover{background-position:-30px 0;}
button.nextButton-dis{background-position:-60px 0;} 

button.backButton{background-position:0 -30px;}
button.backButton:hover{background-position:-30px -30px;}
button.backButton-dis{background-position:-60px -30px;}



button.parentButton{background-position:0 -60px;}
button.parentButton:hover{background-position:-30px -60px;}
button.parentButton-dis{background-position:-60px -60px;}

button.childButton{background-position:0 -90px;}
button.childButton:hover{background-position:-30px -90px;}
button.childButton-dis{background-position:-60px -90px;}

button.pasteButton{background-position:0 -120px;}
button.pasteButton:hover{background-position:-30px -120px;}
button.pasteButton-dis{background-position:-60px -120px;}

button.copyButton{background-position:0 -150px;}
button.copyButton:hover{background-position:-30px -150px;}
button.copyButton-dis{background-position:-60px -150px;}

div.editorCurrent div, div.editorCurrent p{
	padding-top:0 !important;
	margin-right:-2px !important;
}
.Glvgn{
	position: relative;
    float:right;
    top : -25px;
	top:0 !important;
	}
.SelectGrid{
    background-color: rgba(0, 0, 255, 0.3);
}
/* ---------------------- End GridLine ---------------------- */