/*
    GENERAL QUERY CONCEPT (TREE-LIKE STRUCTURES)
 */
.concept.root {
    color: #1F4082;
    font-size: 1.2em;
    text-transform: uppercase;
}

#query-concept-container.top-container {
    margin: 0;
    padding: 0;
}

.tree-container .tree-wrapper {
    margin-bottom: 1.5em;
    border: 1px solid #a6c9e2;
    height: 300px;
    overflow: auto;
    width: 100%;
}

.tree-container label.tree-label {
    color: #1F4082;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0px 0px 7px 3px;
}

.tree-container .tree-buttons {
    display: block;
    text-align: right;
}

.tree-container .tree-buttons button {
    font-size: 0.8em;
    margin: 4px 0px;
}

.tree-container .ui-tree {
    border: none;
}

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

.tree-container .tree-wrapper .ui-treenode-label {
    margin-left: 3px;
}