html {
	height: 100%;
	/*background-color: #34393d;*/
}

body {
	height: -webkit-fill-available;
	margin-top: 100px;
	background-color: white;
	transition: margin 500ms;
}

small {
	font-size: 0.65em;
}

body.panel {
	margin-right: 640px;
}

#canvas {
	height: 100%;
	padding: 0;
	margin: 0;
}

#panel {
	background-color: #34393d;
	position: fixed;
	top: 120px;
	right: -640px;
	width: 640px;
	height: -webkit-fill-available;
	background-color: #34393d;
	transition: 500ms;
	padding: 20px;
	color: White;
	z-index: 100;
	overflow-y: auto;
}

#panel div.form-text {
	color: #adb3b8;
	margin-bottom: 20px;
}

#panel.open {
	right: 0px;
	transition: 500ms;
	box-shadow: 0px 0px 10px #232931;
}

.btn-outline-primary {
	border-color: white !important;
	color: white !important;
}

.btn-primary {
	border-color: white !important;
	border: none;
	float: right;
	background-color: #34393d;
}

#panel-sticky-icon.active {
	color: #0d6efd;
}

.form-switch {
	float: right;
}

.diagram-note {
	background-color: rgba(66, 180, 21, 0.7);
	color: White;
	border-radius: 5px;
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
	min-height: 16px;
	width: 50px;
	text-align: center;
}

.needs-discussion:not(.djs-connection) .djs-visual>:nth-child(1) {
	stroke: rgba(66, 180, 21, 0.7) !important; /* color elements as red */
}

#p4j-header {
	background-color: #34393d;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 10px;
	z-index: 3;
}

#p4j-header .col-12 {
	display: flex;
	align-items: center;
}

/*#p4j-footer {
	position: fixed;
	bottom: 20px;
	left: 20px;
}*/

/*#logo {
	margin-top: -19px;
	margin-bottom: 12px;
}*/
input:disabled, textarea:disabled, .btn:disabled {
	cursor: not-allowed !important;
}

.navbar-brand {
	margin-left: 2rem;
	color: White;
	text-align: left;
}

#processName {
	font-size: 1.25rem;
	color: white;
	margin-left: auto;
	margin-right: 20px;
}

/*.rule-list {
	overflow: auto;
	resize: vertical;
}*/

.rule-description {
	width: 100% !important;
	margin-left: 0px !important;
	margin-top: -1px !important;
}