

#designer-pane{
	
	position:relative;
	/*display:table;*/
	/*width: 100%;*/
	/*height: 100%;*/
	
}

#body-content{}

.ui-resizable-s {
    
	cursor: s-resize;
    height: 9px;
    bottom: 1px;
    left: 0;
	right:0px;
	border-bottom: 1px dashed #0096FF;
	
}

.ui-resizable-handle {
    
	position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
	background-color: transparent;
}


#offset-utility, #content-decorator, #content-utility {

	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	
}


.area-marking, .marking-line {
    position: absolute;

}

.state-hidden {
    display: none !important;
}

.simple-selection-target-highlighting.area-marking-border.top {
    bottom: 100%;
    margin-bottom: 0;
    border-bottom: 3px dashed #0096FF;
}
.simple-selection-target-highlighting.area-marking-border.bottom {
    top: 100%;
    margin-top: 0;
    border-top: 3px dashed #0096FF;
}
.simple-selection-target-highlighting.area-marking-border.left {
    right: 100%;
    margin-right: 0;
    border-right: 3px dashed #0096FF;
}

.simple-selection-target-highlighting.area-marking-border.right {
    left: 100%;
    margin-left: 0;
    border-left: 3px dashed #0096FF;
}


.simple-selection-target-highlighting.area-marking-border.left, .simple-selection-target-highlighting.area-marking-border.right {
    top: 0;
    bottom: 0;
    width: 1px;
}
.simple-selection-target-highlighting.area-marking-border.bottom, .simple-selection-target-highlighting.area-marking-border.top {
    left: -1px;
    right: -1px;
    height: 1px;
}

.selection-target-parent-label, .selection-target-label, .simple-selection-target-highlighting.area-marking-border {
    z-index: 99988;
    position: absolute;
}
.selection-target-label {
    bottom: 100%;
    left: -1px;
    background: #0096FF;
    height: 18px;
}

.selection-target-parent-label{
	
	bottom: 150%;
    left: -1px;
    background: #0096FF;
    height: 18px;	

    font-size: 11px;
    color: #fff;
    line-height: 20px;
    padding: 2px 8px;
    white-space: nowrap;

}
.selection-target-label, .style-target-label {

    font-size: 11px;
    color: #fff;
    line-height: 20px;
    padding: 2px 8px;
    white-space: nowrap;
	
}

.ruler-line {

	position: fixed;
	z-index: 99985;
	width: 1px;
	border-left: 1px dashed #0096FF;

}

.ruler-line.left{
	
	top: 0px;
	bottom: 0px;
	left:50px;

}

.ruler-line.right {

	top: 0px;
	bottom: 0px;
	right: 50px;
	
}









.inline:after{ 
	content:"";
	outline-width: 1px;
outline-color: #0096FF;
outline-style: dashed;
outline-width: 0px;
border: 0px solid !important;
outline-offset: -2px;
padding: 0px !important;
    position: absolute;
	top: -3px;
    left: 4px;
    z-index: -1;
    width: 100%;
    height: 100%;
/*	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-style: solid; 
	border-width: 16px 23px 25px 17px; 

	-moz-border-image: url(../img/puntos81x81.png) 16 23 25 17 round; 
	-webkit-border-image: url(../img/puntos81x81.png) 16 23 25 17 round; 
	-o-border-image: url(../img/puntos81x81.png) 16 23 25 17 round; 
	border-image: url(../img/puntos81x81.png) 16 23 25 17 fill round;
	
*/
}

.inline{

	position: absolute;
	
	margin: -7px !important;
	padding: 5px 9px 3px 0px !important;
	
	/*
	margin: -8px !important;
	padding: 5px 10px 3px 5px !important;
	*/
	
	
	/*
	margin: -7px !important;
	padding: 5px 3px 3px 5px !important;
	*/
	
	width: 100%;
	height: 100%;
	top: 6px;
	left: -1px;
	
}

.ck_move_d {
	
	background: url(../img/ck_move.png) no-repeat !important;
	width: 211px !important;
	height: 75px !important;
	background-size: 211px 75px !important;
	margin: 0px auto !important;
	cursor: move !important;
	display:none;
}





.ui-dialog.custom .ui-dialog-buttonpane .ui-button{

    padding: 7px 2.1em !important;
    display: inline-block !important;
    position: relative !important;
    line-height: normal !important;
    margin-right: .1em !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    text-align: center !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    overflow: visible !important;
	
}

.ui-dialog.custom {

    overflow: visible !important;
	z-index: 99999;

}

.ui-dialog.custom .ui-dialog-titlebar-close {
	
	position: absolute !important;
	right: 1% !important;
	top: 19% !important;
	width: 37px !important;
	height: 36px !important;
	padding: 0px !important;
	opacity: 1.0 !important;
	margin: auto !important;
	
}

.ui-dialog.custom .ui-widget-header {
    border: none !important;
    background: #f9f9f9 !important;
    border-bottom: 1px solid #ccc !important;
    line-height: 28px !important;
}

.ui-dialog.custom .ui-dialog-content {
    position: relative  !important;
    border: 0  !important;
    padding: .5em 0em  !important;
    background: none  !important;
    overflow: hidden  !important;
	
}

.ui-dialog.custom .ui-button-icon-space {
	
	display:inline-block !important;
	
}

.ui-dialog.custom .ui-button-icon.ui-icon-closethick {

	margin: -8px !important;

}


.ui-dialog.custom .ui-dialog-titlebar {

	padding: .90em !important;
	position: relative  !important;
	border-radius: 0 !important;
	
}


.ui-dialog.custom .ui-dialog-title{
	
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 14px !important;

	
}

table.table-layout{
	
	
}


