.jtk-drag-select *,
.jsplumb-drag-select * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;    
}
.graph {
	position: relative;
	font-family: 'Roboto Condensed';
	width: 100%;
	height: 100%;
}
.graph .graph__scroll {
	overflow: auto;
	width: 100%;
	height: 100%;
}
.graph .graph__inifite_bg {
	width: 10000px;
	min-width: 100%;
	width: max-content;
	/*min-height: 10000px;*/
	/*min-width: 100%;*/
	min-height: 100%;
	/*text-align: center;*/
	background-color: #fff;
	background-position: -12px -7px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(24%, transparent), color-stop(25%, rgba(80, 80, 80, 0.1)), color-stop(26%, rgba(80, 80, 80, 0.1)), color-stop(27%, transparent), color-stop(74%, transparent), color-stop(75%, rgba(80, 80, 80, 0.1)), color-stop(76%, rgba(80, 80, 80, 0.1)), color-stop(77%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(24%, transparent), color-stop(25%, rgba(80, 80, 80, 0.1)), color-stop(26%, rgba(80, 80, 80, 0.1)), color-stop(27%, transparent), color-stop(74%, transparent), color-stop(75%, rgba(80, 80, 80, 0.1)), color-stop(76%, rgba(80, 80, 80, 0.1)), color-stop(77%, transparent), to(transparent));
	background-image: -webkit-linear-gradient(bottom, transparent 24%, rgba(80, 80, 80, 0.1) 25%, rgba(80, 80, 80, 0.1) 26%, transparent 27%, transparent 74%, rgba(80, 80, 80, 0.1) 75%, rgba(80, 80, 80, 0.1) 76%, transparent 77%, transparent), -webkit-linear-gradient(left, transparent 24%, rgba(80, 80, 80, 0.1) 25%, rgba(80, 80, 80, 0.1) 26%, transparent 27%, transparent 74%, rgba(80, 80, 80, 0.1) 75%, rgba(80, 80, 80, 0.1) 76%, transparent 77%, transparent);
	background-image: -o-linear-gradient(bottom, transparent 24%, rgba(80, 80, 80, 0.1) 25%, rgba(80, 80, 80, 0.1) 26%, transparent 27%, transparent 74%, rgba(80, 80, 80, 0.1) 75%, rgba(80, 80, 80, 0.1) 76%, transparent 77%, transparent), -o-linear-gradient(left, transparent 24%, rgba(80, 80, 80, 0.1) 25%, rgba(80, 80, 80, 0.1) 26%, transparent 27%, transparent 74%, rgba(80, 80, 80, 0.1) 75%, rgba(80, 80, 80, 0.1) 76%, transparent 77%, transparent);
	background-image: linear-gradient(0deg, transparent 24%, rgba(80, 80, 80, 0.1) 25%, rgba(80, 80, 80, 0.1) 26%, transparent 27%, transparent 74%, rgba(80, 80, 80, 0.1) 75%, rgba(80, 80, 80, 0.1) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(80, 80, 80, 0.1) 25%, rgba(80, 80, 80, 0.1) 26%, transparent 27%, transparent 74%, rgba(80, 80, 80, 0.1) 75%, rgba(80, 80, 80, 0.1) 76%, transparent 77%, transparent);
	background-size: 50px 50px;
}
.graph .graph__elements {
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: block;
	width: max-content;
	margin: 0 auto;
}
.graph .graph__buttons {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	display: none;
}
.graph:hover .graph__buttons {
	display: block;
}
.graph .graph__buttons .graph__button ~ .graph__button {
	margin-left: 5px;
}
.graph .graph__buttons .graph__button.graph__button__default {
	padding: 8px 11px;
	border: 0;
	background-color: #e4e4e4;
	outline: 0;
	cursor: pointer;
	line-height: 16px;
	font-size: 16px;
}
.graph .graph__buttons .graph__button.graph__button__default:hover {
	box-shadow: 0px 1px 5px 0 #989898;
}
.graph .graph__buttons .graph__button.graph__button__default:active {
	background-color: #ececec;
}
.graph .graph__level {
	display: block;
	position: relative;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 70px;
}
.graph .graph__elements .graph__element {
	white-space: normal;
	position: relative;
	display: inline-block;
	/*padding: 5px;*/
	background-color: #f1f1f1;
	border: 2px solid #1b74a0;
	border-radius: 3px;
	/*border-radius: 0 3px 3px 3px;*/
	min-width: 125px;
	max-width: 500px;
	text-align: center;
	vertical-align: top;
	margin: 0 20px;
}
.graph .graph__elements .graph__add_element {
	white-space: normal;
	position: relative;
	display: inline-block;
	/*padding: 5px;*/
	background-color: #f1f1f1;
	border: 2px solid #1b74a0;
	border-radius: 50%;
	/*border-radius: 0 3px 3px 3px;*/
	text-align: center;
	vertical-align: top;
	margin: 0px 60px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}
.graph .graph__elements .graph__element.graph__element__root {
	margin-top: 0;
	border-radius: 3px;
}
/*.graph .graph__elements .graph__element .graph__element__type {
	text-transform: uppercase;
	font-size: .7rem;
	float: left;
	position: absolute;
	bottom: 100%;
	left: -2px;
	padding: 0px 3px;
	background-color: #f1f1f1;
	border: 2px solid #1b74a0;
	border-radius: 3px 3px 0 0;
}*/
.graph .graph__elements .graph__element .graph__element__type,
.graph .graph__elements .graph__element .graph__element__actions {
	text-transform: uppercase;
	font-size: 1rem;
	padding: 3px 3px 1px 3px;
	display: block;
	background-color: #f1f1f1;
	border-bottom: 2px solid #1b74a0;
	min-height: 13px;
}
.graph .graph__elements .graph__element .graph__element__actions {
	text-align: left;
}
.graph .graph__elements .graph__element .graph__element__actions .graph__element__actions__add {
	position: absolute;
	right: 5px;
}
.graph .graph__elements .graph__element .graph__element__text {
	display: block;
	font-size: 1.3rem;
	padding: 5px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
	white-space: pre-wrap;
}
.graph .graph__elements .graph__element .graph__element__char_count {
	float: right;
	font-size: 1rem;
	color: #757575;
	padding-top: 10px;
	padding-right: 2px;
}
.graph .graph__elements .graph__element .graph__element__node_details {
	float: left;
	font-size: 1.1rem;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 15px;
}
.graph__element__arrow_left {
	float: left;
	font-size: 1rem;
	color: #757575;
	padding-right: 1px;
	padding-left: 1px;
}
.graph__element__arrow_right {
	float: left;
	font-size: 1rem;
	color: #757575;
	padding-left: 1px;
}

/* Copyright 2013 Rob Wu <rob@robwu.nl>
 * https://github.com/Rob--W/grab-to-pan.js
 *
 * grab.cur and grabbing.cur are taken from Firefox's repository.
 **/
.graph-grab-to-pan-grab {
    cursor: url("grab.cur"), move !important;
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
    cursor: grab !important;
}
.graph-grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
    cursor: inherit !important;
}
.graph-grab-to-pan-grab:active,
.graph-grab-to-pan-grabbing {
    cursor: url("grabbing.cur"), move !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
}
.graph .graph__elements .graph__overlay {
	border-radius: 50%;
	border: 2px solid black;
	width: 20px;
	height: 20px;
	line-height: 22px;
	padding: 0;
	margin: auto;
	background-color: white;
	text-align: center;
}
.graph .graph__elements:hover .graph__overlay.graph__overlay--hide-on-hover {
	display: none;
}

.graph .graph__elements .graph__overlay_hover {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	display: none;
	background-color: white;
}
.graph .graph__elements:hover .graph__overlay_hover {
	display: block;
}