
#templateDescriptionArea {
	width: 66%;
	margin: auto;
	text-align: justify;
}

#forceGraphArea {
	display: inline-block;
	border: 1px #E5E5E5 solid;
	clear: right;
	position:  relative;
}

#relatedMappings {
	position: absolute;
	right: 0;
	top:   0;
	max-height: 200px;
	border-left:   1px #E5E5E5 solid;
	border-bottom: 1px #E5E5E5 solid;
	overflow-y: auto;
}

#relatedMappings span {
	padding: 5px;
}

#relatedMappings ul {
	padding: 5px;
	margin-bottom:  0;
}

#relatedMappings button {width: 2.5rem;text-align:  center;float:  right;}

#relatedMappings li {
	font-family:  monospace;
	list-style: none;
	font-size: 1.2rem;
	color: grey;
}

.model-footer-absolute {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

/* Force Graph*/
.linkLine {
	stroke: #505050;
	stroke-width: 1px;
	fill: none;
}

.linkLabelText {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.2rem;
	fill: black;
}

.nodeText {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	fill: white;
}

.nodeBindingText {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	fill: black;
}

.labelBoard {
	stroke: red;
}


#columnSelectDialog .modal-body {
	height: 100%;
}

#templateColumnSelectContainer {
	height: 100%;
}

.flowbox {
	display: inline-flex;
}

.treecontainer {
	margin-bottom: 20px;
	border: 1px solid #999;
	border-radius: 4px;
	height: calc(100% - 125px);
	overflow: auto;
}

button.columnselect {
	-webkit-appearance: button;
	color: #0275d8;
	background: transparent none;
	border-color: #0275d8;
}

button.columnselect:hover {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8;
}

button.columnselect.active {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de;
	box-shadow: none;
	-webkit-box-shadow: none;
}

button.columnselect.assigned {
	color: #fff;
	background-color: #008000;
	border-color: #008000;
}


/* Ontology Explorer */
.tree {
	padding: 2rem;
}

.tree li {
	list-style-type: none;
	margin: 0;
	padding: 1rem 0.5rem 0 0.5rem;
	position: relative
}

.tree li::before, .tree li::after {
	content: '';
	left: -2rem;
	position: absolute;
	right: auto
}

.tree li::before {
	border-left: 1px solid #999;
	bottom: 5rem;
	height: 100%;
	top: 0;
	width: 1px
}

.tree li::after {
	border-top: 1px solid #999;
	height: 2rem;
	top: 2.5rem;
	width: 2.5rem
}

.tree li span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none
}

.tree li.parent_li > span {
	cursor: pointer
}

.tree > ul > li::before, .tree > ul > li::after {
	border: 0
}

.tree li:last-child::before {
	height:2.5rem
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
	background: #eee;
	border: 1px solid #94a0b4;
	color: #000
}

.tree li span.badge {
	line-height: normal;
	vertical-align: middle;
	font-family: monospace;
	font-size: 1.5rem;
	font-weight: normal;
	border-radius: 1rem;
	margin-left: 1rem;
}

.tree li span.badge:hover {
	background-color: #3baae3;
	border-color: #0a6aa1;
}

.tree li div.classname {
	display: inline-block;
}

.tree li div.classWithChildren {
	margin-left: 1rem;
}

.tree li span.noChildren {
	background-color: #E0E0E0;
}

.tree > ul {
	-webkit-padding-start: 0;
	padding-left: 0;
}

#ontologyInformationBody span.badge {
	font-family: monospace;
	font-weight: normal;
	font-size: 1.2rem;
}
