/* RIGHT TO LEFT */
/* 
$quick-setting-border:              1px solid $scorpion !default;
$quick-setting-border-hover:        1px solid $theme-color !default; */
/* RIGHT TO LEFT */
/******************************************************************
					Sitemap Page Styles
*******************************************************************/
.sitemap_block li {
  padding-bottom: 10px;
}
.sitemap_block a:before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 10px;
}

#listpage_content ul.tree {
  padding-left: 24px;
}
#listpage_content ul.tree li {
  margin: 0 0 0 11px;
  padding: 5px 0 0 33px;
  border-left: 1px solid #ededed;
  border-bottom: none;
  background: url(../img/sitemap-horizontal.png) no-repeat left 15px transparent;
}
#listpage_content ul.tree li a:hover {
  font-weight: bold;
}
#listpage_content ul.tree li.last {
  border: medium none;
  background: url(../img/sitemap-last.png) no-repeat 0px -4px transparent;
}
#listpage_content div.tree_top {
  padding: 5px 0 0 27px;
}
#listpage_content div.tree_top a:before {
  content: "\f015";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #3d3d3d;
}
#listpage_content div.tree_top a:hover:before {
  color: #1cae91;
}
