body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}


ol.sta-process-code{
	
}
ol.sta-process-code li{
	-webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
	/* cursor: move; */
	background-color: #7f8c8d;
	list-style: none;
    margin: 4px;
    font-size: 12px;
    line-height: 1.4;
    word-spacing: .3em;
    border: 1px solid #fff;
    border-radius: 4px;
    display: list-item;
    color:white;
}

ol.sta-process-code li div.sta-default-item-div{
	margin: 5px 5px 5px 25px;
	box-sizing: border-box;
}

ol.sta-process-code li.sta-default-item{
	
   
}

/* ol.sta-process-code li.sta-default-item.EVALUATE{
	
   	color:black;
}

ol.sta-process-code li.sta-default-item.DBLIST{
	
   	color:black;
}

ol.sta-process-code li.sta-default-item.DBVOID{
	background-color: gray;
   	color:black;
}

ol.sta-process-code li.sta-default-item.BREAK{
	background-color: gray;
   	color:#4000ff;
}

ol.sta-process-code li.sta-default-item.CONTINUE{
	background-color: gray;
   	color:#4000ff;
}

ol.sta-process-code li.sta-default-item.IF{
	background-color: gray;
   	color:black;
}

ol.sta-process-code li.sta-default-item.WHILE{
	background-color: gray;
   	color:black;
}

ol.sta-process-code li.sta-default-item.GOTO{
	background-color: gray;
   	color:black;
}
 */

ol.sta-process-code li > ol {
	
}

/* 
.lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
} */
.sta-process-editable{
	background-color : #ffe6e6;
	color : #808080;
	cursor:pointer;
}


.sta-process-dialog{
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	/* top: 0px; */
	display: none;
	padding: 30px;
	width: 50%;
	/* height: 30%; */
	overflow:auto;
}

.sta-process-dialog .close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	z-index: 2;
}

.sta-process-dialog table{
	
}
.sta-process-dialog table th{
	width : 100px;
	background-color: white;
	vertical-align : top;
	text-align:right;
	padding-right:5px;
}
.sta-process-dialog table td{
	padding-left:5px;
}

.sta-process-editor input[type="text"]{
	width:474px;
}

.sta-process-editor DIV{
	width:474px;
}
.sta-process-editor textarea{
	width:474px;
}



.sta-process-editor { display:none;}


.sta-process-editor.sql{
	height : 300px;
	width : 300px;
}

.process-code-area {min-width: 250px; padding: 10px; border-radius: 5px; background: #edf1f3; vertical-align: top;}
.process-expression-area {min-width: 650px; padding: 10px; border-radius: 5px; background: #edf1f3;}
ol.sta-process-code li {border: 1px solid #ffa800; background: #fff; color: #000;}



ol.sta-process-code li.sta-default-item.COMMENT{
	background-color: none;
   	color:green;
   	font-weight: bold;
}

ol i.icon-move {
    cursor: move;
}

ol.sta-process-code .icon-move {
    
    
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/css/jquery/process/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    
    
    background-position: -168px -72px;
    margin: 7px 0px 0px 5px;
    
    float:left;
}

