$label-color: #e08a28;

.vakata-context-rtl.jstree-contextmenu.jstree-default-contextmenu {
	z-index: 1000;
}


#jstree-marker {
	z-index: 951;
}

.jstree-default .jstree-search {
	font-size: 17px;
	box-shadow: 1px 1px 3px 2px #ddd;
	font-style: inherit !important;
	color: inherit !important;
	font-weight: inherit !important;
}

.jstree-default .jstree-search.in_focus {
	background: #eeeeee;
}

.jstree-node .jstree-anchor {
	font-size: 16px;
}

.female-color,
.male-color {
	.jstree-anchor {
		font-size: 17px;
	}
}

.vakata-context.vakata-context-rtl.jstree-contextmenu li {
	padding: 0;
}

.vakata-context-rtl li>a {
	border-bottom: 1px solid #fff;
}

.vakata-context-rtl li>a .vakata-contextmenu-sep {
	border-left: none !important;
	background-color: transparent !important;
}

#search_results_container {
	font-size: 15px;
}

#search_results_container .selected_node_name {
	font-weight: 600;
}

.tree_view_filters input {
	width: 9.33%;
}

.tree_view_filters div {
	display: inline;
}

/*
*	SPLIT VIEW Requests section
*
*/
#split_view .search-input {
	width: 13%;
}

.must-read-btn {
	outline: none;
	float: left;
	font-weight: bold;
	/*outline-color: rgb(255,0,0); */
}

#requests_container {
	hr {
		margin: 10px 0;
	}

	.ltr {
		direction: ltr;
	}

	.golden {
		color: $label-color;
	}

	.green {
		color: green;
	}

	.red {
		color: red;
	}

	.hidden-by-search {
		display: none;
	}

	.request-container {
		margin: 0 0 20px;

		.personal-info {
			border: 1px solid;
			padding: 15px;

			/*font-size: 18px;*/
			.control-label {
				font-size: 18px;
			}

			#siblings_children_details .control-label {
				font-size: 14px;
				margin-bottom: -3px;
			}

			.control-value {
				font-size: 18px;
			}

			.request-label {
				color: $label-color;
			}
		}

		.request-controls {
			i {
				font-size: 30px;
			}
		}
	}
}