.joba-movable {
}
.joba-placeholder-window {
	margin-bottom:4em;
	height:max-content;
}
.joba-window {
	box-shadow: 10px 10px 0px black;
	resize:both;
	height:max-content;
	width:max-content;
}
.joba-detached {
	position: absolute;
	margin-top:0px;
	margin-bottom:0px;
}
.joba-title-bar {
	cursor: grab;
	user-select: none;
	background: white;
	background-image: url('title-bar.png');
	background-position: right;
	background-repeat: repeat-y;
	border: 1px solid black;
	padding: 1px;
	padding-right: 4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.joba-bottom-bar {
	display:flex;
	justify-content: flex-end;
	background: white;
	border: 1px solid black;
	padding: 1px;
}
.joba-content {
	padding: 1px;
	background:white;
  	border: 1px dotted black;
	overflow: auto;
}
.joba-attach-handle {
	background-image: url('attach-icon.png');
	background-size: contain;
	margin-left: 1px;
	margin-right: 1px;
	text-align:center;
	width: 1em;
	height: 1em;
	border:1px solid black;
	right: 0;
	cursor: pointer;
	padding: 0px;
}
.joba-resize-handle {
	background-image: url('resize-icon.png');
	background-size: contain;
	margin-left: 1px;
	margin-right: 1px;
	text-align:center;
	width: 1em;
	height: 1em;
	border:1px solid black;
	right: 0;
	cursor: nwse-resize;
}
