
#treecanvas {
	height: 100%;
	width: 100%;
	/*border: 2px dotted #9cf;*/
	border: 1px solid #ddd;
	background: /*#405c6d;*/    url('../img/medium-notebook-grid.png') repeat;        /*#ffffea;*/
}

#tree-toolbox .tree-toolbox-field:first-child {
	padding-left: 0;
}

.tree-forms {
	display: none;
	overflow-y: scroll;
}

#form-panel {
	padding: 0px;
	position: absolute;
	right: 0;
	background: white;
	border-left: 1px solid #ddd;
}

.form-control {
	height: unset;
}

.select2-container--bootstrap .select2-selection--single {
	line-height: 1.8 !important;
	height: 100% !important;
}

.tree-form-title {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #00955d;
	color: white;
	font-size: 30px;
	z-index: 999;
}

.tree-form-title h4 {
	margin: .25rem !important;
}


.tree-toolbox-field {
	float:left;
	border-right:1px dashed gray;
	padding: 0 10px;
	margin-bottom: 10px;
}

.color-selector-list {
	padding: 8px;
	min-width: 170px !important;
}

.color-selector-item {
	float: left;
	width: 17px;
	height: 17px;
	border-radius: 10px;
	background: red;
	margin: 4px;
	cursor: pointer;

}

#color-selector-item-red {background: #d50000;}
#color-selector-item-pink {background: #e67c73;}
#color-selector-item-orange {background: #f4511e;}
#color-selector-item-yellow {background: #f6bf26;}
#color-selector-item-emerald {background: #33b679;}
#color-selector-item-green {background: #0b8043;}
#color-selector-item-blue {background: #039be5;}
#color-selector-item-dark-blue {background: #3f51b5;}
#color-selector-item-lavander {background: #7986cb;}
#color-selector-item-purple {background: #8e24aa;}
#color-selector-item-gray {background: #616161;}
#color-selector-item-violet {background: #d81b60;}

.color-selector-item:hover {
	opacity: 0.6;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #ddd !important;
    color: #262626 !important;
}

.nav-tabs > li.nav-item.active > a,
.nav-tabs > li.nav-link:focus {
	border-color: #e9ecef #e9ecef #fff #dee2e6;
}

.nav-tabs a {
	color: #333;
}

/*.collapsed {display: none;}*/

.collapse-header {
    background-color: #c6c6c6;
    padding: 7px 20px;
    color: #393939;
    cursor: pointer;
    margin: 20px 0;
}

.collapse-header-title {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
}

.expand-arrow {
    float: right;
}

#multimedia_body {margin-top: 10px;}

/* TREE SEARCH */
#node-search {
	position:relative;
}

#node-search-box {
	width: 200px;
}

#node-search-result {
	position:absolute;
	z-index: 100;
	display: none;
	width: 400px;
	overflow-y: scroll;
	overflow-x: auto;
}

.node-search-result-row {
	background-color: white;
	margin: 0px;
	padding: 4px 0px 0px 8px;
	cursor: pointer;
	border-bottom: 1px solid #dbdbd6;
}

.node-search-result-row:hover {
	background-color: #fefeaa;
}

.node-search-result-row-active {
	background-color: #acccc6;

}

.node-search-result-separator {}

.node-search-result-code {
	weight: strong;
	padding-left: 0px;
	font-weight: bold;
}
.node-search-result-text {
	padding: 0px 4px 0px 10px;
}

.node-search-result-text p{
	margin-bottom: 8px;
}

#node-search-result-count {
	padding: 4px;
	background: white;
	font-weight: bold;
	text-align: center;
	color: #3b614d;
}

#node-search-exact-match {
	position: absolute;
	top: 7.5px;
	left: 165px;
	width: 25px;
	height: 25px;
}

#node-search-exact-match span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
}

/*****************/
/* FORM PANEL */
.buttons-header {
	padding: 10px 0;
	position: sticky;
	top: 36.8px;
	background-color: white;
	z-index: 999;
}


/* ERRORS */

#tree #error-panel,
#tree #errors-panel {
	position: absolute;
	left: 0;
	z-index: 1;
	display: none;
	overflow-y: scroll;
	overflow-x: auto;
	height: 100%;
	background: white;
	border-right: 1px solid #ddd;
}

#list #error-panel,
#list #errors-panel {
	overflow-y: scroll;
}

.error-panel-active, .errors-panel-active {
	display: inline !important;
}

.error-block {
	display: none;
}

.error-header {
	background: #d9534f;
	color: white;
	font-size: 18px;
	cursor: pointer;
	padding: 10px 0;
	border: 1px solid white;
}

.error-body {
	display: none;
}

#error-result {
	position:absolute;
	z-index: 100;
	display: none;
	width: 400px;
	overflow-y: scroll;
	overflow-x: auto;
}

.error-result-row {
	background-color: white;
	margin: 0px;
	padding: 4px 0px 0px 8px;
	cursor: pointer;
	border-bottom: 1px solid #dbdbd6;
}

.error-result-row:hover {
	background-color: #fff6d8;
}

.error-result-row-active {
	background-color: #e8c4c4;

}

.error-result-code {
	weight: strong;
	padding-left: 0px;
	font-weight: bold;
}
.error-result-text {
	padding: 0px 4px 0px 10px;
}

.error-result-text p{
	margin-bottom: 8px;
}

/*****************/