.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 .jstree-anchor,
.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;
}

#requests_container .ltr {
  direction: ltr;
}

#requests_container .golden {
  color: #e08a28;
}

#requests_container .green {
  color: green;
}

#requests_container .red {
  color: red;
}

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

#requests_container .request-container {
  margin: 0 0 20px;
}

#requests_container .request-container .personal-info {
  border: 1px solid;
  padding: 15px;
  /*font-size: 18px;*/
}

#requests_container .request-container .personal-info .control-label {
  font-size: 18px;
}

#requests_container .request-container .personal-info #siblings_children_details .control-label {
  font-size: 14px;
  margin-bottom: -3px;
}

#requests_container .request-container .personal-info .control-value {
  font-size: 18px;
}

#requests_container .request-container .personal-info .request-label {
  color: #e08a28;
}

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

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

/* Custom elements */
/* page title */
.c-page-title {
  margin-top: 10px;
  text-align: center;
}

.c-page-title span {
  font-weight: bold;
  font-size: 20px;
}

.nav-tabs-rtl {
  background-color: transparent;
}

.nav-tabs-rtl li {
  float: right;
}

.nav-tabs-rtl li a {
  font-size: 20px;
}

.grid .control {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wizard-steps li .title {
  font-size: 17px;
}

.pull-right-f,
.form-group .help {
  float: right !important;
}

.pull-left-f {
  float: left !important;
}

.form-group .help-right {
  color: #6c7075;
  font-size: 14px;
}

.label-b {
  font-weight: bold;
}

.popover.clockpicker-popover {
  z-index: 1500;
}

.clockpicker-popover .popover-title {
  direction: ltr;
}

.btn.disabled {
  opacity: 0.4;
}

.form-group .help {
  color: #6c7075;
  font-size: 14px;
}

.wizard-steps.worthy li:first-child {
  margin-left: 20%;
}

.dataTables_wrapper .pagination ul {
  margin-top: 0 !important;
}

.bar .menus .classic a img {
  max-width: 25px;
}

.alert.alert-success,
.alert.alert-info,
.alert.alert-warning,
.alert.alert-danger {
  text-align: center !important;
}

/*# sourceMappingURL=app_sass.css.map */