#query-concept-container {
	overflow-x: hidden;
	position: relative;
}

.top-container {
	/*margin: 0px 10px 10px 0px;*/
	/*padding: 0px 20px 0px 0px;*/
	/*position: relative;*/
}

#available-concept-container {
	float: left;
	margin: 0;
	width: 100%;
}

.parameter-container {
	margin-left: 52%;
	overflow: auto;
}

#buttons {
	margin-top: 10px;
}

.parameter-wrapper {
	margin-bottom: 20px;
}

#std-parameters {
	display: none;
}

/* Indicates a concept has been applied */
.applied {
	color: #808080;
	font-weight: bold;
}

.section-label {
	color: #1F4082;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	overflow: auto;
	vertical-align: middle;
}

.disabled label,
.disabled .section-label {
	color: gray;
}

.section-label p {
	display: inline-block;
	margin: 0px;
	padding: 2px 5px;
}

.section-label p,
.section-label span {
	vertical-align: middle;
}

.section-container {
	max-height: 100vh;
}

.disabled .section-container {
	border-color: gray;
}

.indicated {
	color: #1F4082;
	font-style: italic;
	font-weight: bold;
}

#available-concept-container .section-container {
	height: 100vh;
	width: 100%;
    border: none;
}

#selected-count,
#clear-selected,
#collapse-all,
#expand-all {
	font-weight: normal;
}

#clear-selected,
#collapse-all,
#expand-all {
	cursor: pointer;
	float: right;
}

.delete-button {
	position: relative;
	top: 2px;
	cursor: pointer;
}

.concept {
	display: block;
	padding: 2px;
}

.concept .header {
	display: inline-block;
	margin-right: 2px;
}

.concept .icon {
	cursor: pointer;
}

.concept.empty .header {
	color: red;
}

.concept.root {
	color: #1F4082;
	font-size: 14px;
}

.ndar-highlight-blue:hover {
	background: url("/images/css/background/highlight/blue-highlight.png") 50% 50%;
	border: 1px solid #79B7E7;
	cursor: pointer;
}

.concept .node-selected:hover {
	background: url("/images/css/background/highlight/blue-highlight.png") 50% 50%;
	border: 1px solid #e17822;
}

.mainPanel > .help-button {
	float: right;
	margin: 10px;
}

.dialogPanel .help-button {
	display: inline-block;
	float: none;
	margin: 0px 0px 0px 5px;
}

.dialogPanel .flat-node {
	margin-bottom: 3px;
}

.help-content {
	margin-bottom: 20px;
}

.concept .node-selected {
	background: url("/images/css/background/highlight/orange-highlight.png") 50% 50%;
	border: 1px solid #e17822;
	font-style: italic;
}


.trait-dialog td.label {
	color: #1F4082;
	font-weight: bold;
	margin: 0px;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
}

.trait-dialog p {
	margin: 0px;
}

.trait-dialog .dialog-content {
	margin: 10px 30px;
}

.trait-dialog a {
	border: none;
	color: #0000EE;
	text-decoration: none;
	white-space: nowrap;
}

.trait-dialog a:hover {
	text-decoration: underline;
}

.trait-dialog table td {
	vertical-align: top;
}

.concepts-container {
    padding-left: 0.5em;
	margin-bottom: 1.1em;
	width: 100%;
}

.concepts-container:first-child {
     padding-top: 5px;
}

.concepts-container:last-child {
     margin-bottom: 0;
     padding-bottom: 8px;
}

.concept-label {
	color: #1F4082; 
    font-weight: bold; 
    font-size: 1.3em;
    margin: 0px 0px 7px 8px;
    vertical-align: top;
}

.concept-label-hybrid {
    color: #1F4082;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0px 0px 7px 8px;
    vertical-align: top;
}

.concept-label-large-vertical {
    color: #1F4082;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 2em;
    vertical-align: top;
}

.concept-label-horizontal {
    color: #1F4082;
    font-size: 1em;
    margin: 0 0 5px 5px;
    vertical-align: top;
}

.root-concept-wrapper {
	overflow: auto;
}

.concept-tree-content {
	border: none;
    background: none;
}

div.concept-tree-content-horizontal > ul.ui-tree-container li {
    display: inline-block;
    padding-right: 4em;
}

div.concept-tree-content-horizontal .ui-treenode-label {
    display: inline-block !important;
    vertical-align: top !important;
    padding: 0 5px !important;
}

ul.ui-treenode-children li {
    display: list-item !important;
}

.ui-tree {
    width: 100%;
}

.ui-tree .ui-tree-container {
	overflow: visible;
}

.concept-tree-container {
	border: 1px solid #a6c9e2;
}

.leaf-node-no-traits {
    opacity: 0.3;
}

/*
    Hybrid Concepts
 */
.hybrid-concept-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1.5em !important;
}

.hydrid-concept-column {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 275px;
}