.myProcessPreview {
    margin-top: 0px;
    border: 1px dashed #EBEBEB;
	position: relative;
	background-color: #FFF;
	overflow: auto;
	height: 450px;
}
.window {
	width: 90px;
	height: 90px;
	font-family: 'Montserrat Alternates', sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 0;
	background-color: #FFF;
	border: 1px solid #346789;
	box-shadow: 2px 2px 19px #E0E0E0;
	border-radius: 0.5em;
	position: absolute;
	color: #000;
	padding: 0.5em;
	transition: box-shadow 0.15s ease-in 0s;
	text-align: center;
	z-index: 24;
}
.ui-state-default4 {
    position: absolute;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
}
._jsPlumb_overlay {
    z-index: 50;
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-size: 15px;
    font-weight: bold;
    background-color: #EBEBEB;
    opacity: 0.8;
    color: #428BCA;
}
.ui-state-default7 {
	color: #000;
	line-height: 11px;
	margin-top: 0 !important;
	margin-left: -42px;
	text-align: left;
	white-space: pre-wrap;
	border-radius: 6px !important;
	/*background: linear-gradient(transparent, rgba(255, 255, 255, 0.7)) repeat scroll 0% 0% transparent;*/
	background-color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 80px;
	white-space: pre;
}
.highlightCurrentBlock{
	border: 5px solid #3f933f;
	position: absolute;
	width: 120px;
	height: 120px;
	background: none !important;
	border-radius: 50%;
	top: -15px;
	left: -15px;
}
}