/**
 * webtrees: online genealogy
 * Copyright (C) 2017 webtrees development team
 * Copyright (C) 2017 JustCarmen
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

/* blockheaders */
#fancy_treeview-page .blockheader {
	border-bottom-color: #84BEFF;
	padding: 5px 20px;
}

#fancy_treeview-page .blockheader .header-link {
	right: 20px;
}

[dir=rtl] #fancy_treeview-page .blockheader .header-link {
	left: 20px;
}

/* ===== tab ===== */
#fancy_treeview-page.fancy_treeview-tab .blockheader {
	border-color: #ddd;
	padding: 5px 0;
}

/* ===== menu ===== */
li.menu-fancy_treeview {
	background: url(menu-ftv.png) no-repeat 50% 25%;
	background-size: 28px;
}

li.menu-fancy_treeview ul li {
	background: url(menu-ftv-small.png) no-repeat 1% 0;
	background-size: 22px;
}

#main-menu > li > a {
	line-height: 1.2em;
	padding-top: 30px;
	white-space: normal;
}

#topMenu {
	height: 56px;
}

[dir=rtl] li.menu-fancy_treeview ul li {
	background-position: 99% 0;
}

