.ui-resizable-s {
    cursor: s-resize !important;
    height: 7px !important;
    width: 100% !important;
    bottom: -5px !important;
    left: 0 !important;
}
.ui-resizable-e {
    cursor: e-resize !important;
    width: 7px !important;
    right: -5px !important;
    top: 0 !important;
    height: 100% !important;
}
.ui-resizable-n {
    cursor: n-resize !important;
    height: 7px !important;
    width: 100% !important;
    top: -5px !important;
    left: 0 !important;
}
.ui-resizable-se {
    cursor: se-resize !important;
    width: 12px !important;
    height: 12px !important;
    right: 1px !important;
    bottom: 1px !important;
	background: url(./icons.png) 0 -42px no-repeat !important;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

#form_ruller{
	position: relative;
	border: solid 1px #ccc;
	display: block;
	margin-left:1cm;
	margin-top:1cm;
	color:#232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#form_ruller .dragable{
	display: inline-block;
	background: #eaeaea;
	height: 1cm;
	width: 3cm;
	min-height: 0.5cm;
	min-width: 0.5cm;
	position: absolute;
	cursor: move;
	border:1px solid #b24926;
}
#form_ruller .dragable h3{
	margin: 0;
	padding: 0;
	position: absolute;
	top:0px;
	font-size: .9em;
	white-space: nowrap;
}
#form_ruller .header_footer_handle{
	width: 100%;
    height: 3px;
    background-color: #b24926;
}

#form_ruller .header_footer{
	position: absolute !important;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	/*height: 5cm;*/
	min-height: 3cm;
	max-height: 9cm;
}

#form_ruller .header_footer span{
	/* heder footer bilgi yazısı*/
	position: absolute !important;
	padding: 5px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}
#form_ruller .footer_line{
	top: auto !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
}


#form_ruller_element{
	margin: 0;
	padding: 0;
	list-style: none;
}
#form_ruller_element li{
	font-weight: bold;
	text-align: left;
	padding: 5px;
	
}
#form_ruller_element li a{
	color: #333;
	font-size:12px;
	padding-left: 16px;
	text-decoration: none;
	line-height: 14px;
	background: url(./icons.png) 0 0px no-repeat;
}
#form_ruller_element li a.activeElm{
	color:red;
	background: url(./icons.png) 0 -28px no-repeat;
}
#form_ruller_element li a.passiveElm{
	color: #333;
	background: url(./icons.png) 0 0px no-repeat;
}






.linex {
	top:0px;
	width:1px;
	min-height:100%;
	background:#ccc;
	position:absolute;
	z-index:0;
}
.liney {
	left:0px;
	height:1px;
	width:100%;
	background:#ccc;
	position:absolute;
	z-index:0;
}
.numberY {
	width:1cm;
	height:1cm;
	left:-1cm;
	top:40px;
	position:absolute;
}
.numberY > span {
	width:1cm;
	height:1cm;
	line-height:1cm;
	display:block;
	text-align:center;
	font-size:12px;
}
.numberX {
	width:1cm;
	height:1cm;
	left:0;
	top:-1cm;
	position:absolute;
}
.numberX > span {
	width:1cm;
	height:1cm;
	line-height:1cm;
	display:block;
	text-align:center;
	font-size:12px;
	float:left;
}



/*  print  */

.invoice_container{
	position: relative;
	display: block;
	font-family: courier,"courier new",monospace;
	color:#232323;
	font-size:13px;
	letter-spacing: 0.4pt;
	/*border: 1px solid red;*/
	page-break-after: always;
}

