/**
 * webtrees: online genealogy
 * Copyright (C) 2017 webtrees development team
 * 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/>.
 */

/* The xenea theme */

/* Override Bootstrap formatting */
.btn-link {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.table-given-name {
    overflow-x: hidden;
}

.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}

table {
	border-collapse: separate;
}

/*
 * Any element that is loaded dynamically has the class wt-ajax-load.
 * We can provide a "loading" placeholder for empty elements with this class.
 */
.wt-ajax-load:empty {
	height: 32px;
	background: url(images/loading-32x32.gif) no-repeat 50% 50%;
}

/*
 * Icons use FontAwesome by default, but have additional classes to
 * allow them to be overridden
 *
 * .wt-icon-arrow-down
 * .wt-icon-arrow-end (right on LTR, left on RTL)
 * .wt-icon-arrow-start (left on LTR, right on RTL)
 * .wt-icon-arrow-up
 * .wt-icon-bing-maps
 * .wt-icon-calendar
 * .wt-icon-copy
 * .wt-icon-delete
 * .wt-icon-edit
 * .wt-icon-email
 * .wt-icon-family
 * .wt-icon-help
 * .wt-icon-individual
 * .wt-icon-google-maps
 * .wt-icon-keyboard
 * .wt-icon-media
 * .wt-icon-note
 * .wt-icon-openstreetmap
 * .wt-icon-preferences
 * .wt-icon-repository
 * .wt-icon-source
 * .wt-icon-submitter
 */
.wt-icon-arrow-down::before {
	width: 20px;
	height: 20px;
	content: url(icons/arrow-down.png);
}

a > .wt-icon-arrow-down:hover::before {
	width: 20px;
	height: 20px;
	content: url(icons/arrow-down-hover.png);
}

.wt-icon-arrow-end::before {
	width: 20px;
	height: 20px;
	content: url(icons/arrow-right.png);
}

[dir=rtl] .wt-icon-arrow-end::before {
	content: url(icons/arrow-left.png);
}

a > .wt-icon-arrow-end:hover::before {
	width: 20px;
	height: 20px;
	content: url(icons/arrow-right-hover.png);
}

[dir=rtl] a > .wt-icon-arrow-end:hover::before {
	content: url(icons/arrow-left-hover.png);
}

.wt-icon-arrow-start::before {
	width: 20px;
	height: 20px;
	content: url(icons/arrow-left.png);
}

[dir=rtl] .wt-icon-arrow-start::before {
	content: url(icons/arrow-right.png);
}

a > .wt-icon-arrow-start:hover::before {
	width: 20px;
	height: 20px;
	content: url(icons/arrow-left-hover.png);
}

[dir=rtl] a > .wt-icon-arrow-start:hover::before {
	content: url(icons/arrow-right-hover.png);
}

.wt-icon-arrow-up::before {
	width: 20px;
	height: 20px;
	content: url(icons/arrow-up.png);
}

a > .wt-icon-arrow-up:hover::before {
	width: 20px;
	height: 20px;
	content: url(icons/arrow-up-hover.png);
}

.wt-icon-bing-maps::before {
	width: 16px;
	height: 16px;
	content: url(icons/bing-maps.png);
}

.wt-icon-calendar::before {
	width: 19px;
	height: 15px;
	content: url(icons/calendar.png)
}

.wt-icon-coordinates::before {
	width: 16px;
	height: 16px;
	content: url(icons/coordinates.png)
}

.wt-icon-copy::before {
	width: 16px;
	height: 16px;
	content: url(icons/copy.png)
}

.wt-icon-delete::before {
	width: 16px;
	height: 16px;
	content: url(icons/delete.png);
}

.wt-icon-edit::before {
	width: 16px;
	height: 16px;
	content: url(icons/edit.png);
}

.wt-icon-family::before {
	width: 14px;
	height: 15px;
	content: url(icons/family.png);
}

.wt-icon-help::before {
	width: 16px;
	height: 16px;
	content: url(icons/help.png);
}

.wt-icon-google-maps::before {
	width: 16px;
	height: 16px;
	content: url(icons/google-maps.png);
}

.wt-icon-individual::before {
	width: 11px;
	height: 15px;
	content: url(icons/individual.png);
}

.wt-icon-keyboard::before {
	width: 30px;
	height: 15px;
	content: url(icons/keyboard.png);
}

.wt-icon-media::before {
	width: 18px;
	height: 16px;
	content: url(icons/media.png);
}

.wt-icon-note::before {
	width: 20px;
	height: 20px;
	content: url(icons/note.png);
}

.wt-icon-openstreetmap::before {
	width: 16px;
	height: 16px;
	content: url(icons/openstreetmap.png);
}

.wt-icon-preferences::before {
	width: 25px;
	height: 25px;
	content: url(icons/preferences.png);
}

.wt-icon-repository::before {
	width: 15px;
	height: 15px;
	content: url(icons/repository.png);
}

.wt-icon-source::before {
	width: 18px;
	height: 16px;
	content: url(icons/source.png);
}

.wt-icon-submitter::before {
	width: 11px;
	height: 15px;
	content: url(icons/individual.png);
}

/*
 * Pages have the following high-level structure:
 *
 * wt-global
 * +---wt-header-wrapper
 *     +---wt-header-container
 *     |   +---wt-header-content
 *     |       +---wt-accessibility-links
 *     |       +---wt-site-logo
 *     |       +---wt-site-title
 *     |       +---wt-header-search
 *     |       |   +---wt-header-search-form
 *     |       |       +---wt-header-search-field
 *     |       |       +---wt-header-search-button
 *     |       +---wt-secondary-navigation
 *     |       |   +---wt-secondary-menu
 *     |       +---wt-primary-navigation
 *     |           +---wt-primary-menu
 *     +---wt-main-container
 *     |   +---wt-main-content
 *     |       +---wt-messages
 *     |       +---wt-page-title
 *     |       +---wt-page-options wt-page-options-xxxxx
 *     |       +---wt-page-content
 *     +---wt-footer-container
 *         +---wt-footer-content
 *             +---wt-contact-links
 *             +---wt-powered-by-webtrees
 *             +---wt-page-views
 *             +---wt-cookie-warning
 */

.wt-global {
	color: #006;
}

.wt-header-wrapper {
	background-image: linear-gradient(to right, #06d, #acf);
	border-bottom: 2px solid #0073cf;
}

.wt-header-container {
	color: #fff;
}

.wt-header-content {
}

.wt-accessibility-links {
}

.wt-site-logo {
	display: none;
}

.wt-site-title {
	order: 1;
	flex: 0 0 calc(100% - 15rem);
	font-size: 1.5rem;
	margin: 0.5rem 0;
}

.wt-header-search {
	order: 2;
	flex: 0 0 15rem;
	margin: 0.25rem 0;
}

.wt-header-search-form {
}

.wt-header-search-button {
	color: #000;
	background: #ddd;
	border: 0;
}

.wt-header-search-button .fa-search::before {
	content: ">";
}

.wt-secondary-navigation {
	order: 3;
	background-image: linear-gradient(#1548a7, #81bafc, #1548a7);
	/* Extend to full page width */
	flex: 0 1 100vw;
	max-width: 100vw;
	/* Recalculate margins for content */
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
}

.wt-secondary-menu {
	padding: 0.25rem 0;
	justify-content: space-between;
}

.wt-secondary-menu a.nav-link {
	color: #fff;
	font-weight: bold;
}

.wt-secondary-menu .dropdown-toggle::after {
	display: none;
}

.wt-primary-navigation {
	order: 4;
	background: #fff;
	/* Extend to full page width */
	flex: 0 1 100vw;
	max-width: 100vw;
	/* Recalculate margins for content */
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
}

.wt-primary-menu {
	justify-content: center;
}

.wt-primary-menu .nav-item {
	text-align: center;
	min-width: 5rem;
	padding-top: 0.25rem;
}

.wt-primary-menu .nav-link::before {
	display: block;
}

.wt-primary-menu .dropdown-toggle::after {
	display: none;
}

.wt-primary-menu .dropdown-menu {
	border-radius: 0;
}

.wt-primary-menu .dropdown-item {
	padding: 0 0.25rem;
}

.wt-primary-menu .dropdown-item::before {
	vertical-align: top;
	padding: 0 0.25rem;
}

.menu-tree .nav-link::before {
	content: url(menu/tree.png);
}

.menu-tree .dropdown-item::before {
	content: url(menu/tree-tree.png);
}

.menu-chart .nav-link::before {
	content: url(menu/chart.png);
}

.menu-chart-ancestry::before {
	content: url(menu/chart-ancestors.png);
}

.menu-chart-compact::before {
	content: url(menu/chart-compact.png);
}

.menu-chart-descendants::before {
	content: url(menu/chart-descendants.png);
}

.menu-chart-familybook::before {
	content: url(menu/chart-family-book.png);
}

.menu-chart-fanchart::before {
	content: url(menu/chart-fanchart.png);
}

.menu-chart-hourglass::before {
	content: url(menu/chart-hourglass.png);
}

.menu-chart-lifespan::before {
	content: url(menu/chart-lifespan.png);
}

.menu-chart-pedigree::before {
	content: url(menu/chart-pedigree.png);
}

.menu-chart-pedigreemap::before {
	content: url(menu/chart-pedigree-map.png);
}

.menu-chart-relationship::before {
	content: url(menu/chart-relationship.png);
}

.menu-chart-statistics::before {
	content: url(menu/chart-statistics.png);
}

.menu-chart-timeline::before {
	content: url(menu/chart-timeline.png);
}

.menu-chart-tree::before {
	content: url(menu/chart-tree.png);
}

.menu-list .nav-link::before {
	content: url(menu/list.png);
}

.menu-branches::before {
	content: url(menu/branches.png);
}

.menu-list-fam::before {
	content: url(menu/list-fam.png);
}

.menu-list-indi::before {
	content: url(menu/list-indi.png);
}

.menu-list-note::before {
	content: url(menu/list-note.png);
}

.menu-list-obje::before {
	content: url(menu/list-obje.png);
}

.menu-list-plac::before {
	content: url(menu/list-plac.png);
}

.menu-list-repo::before {
	content: url(menu/list-repo.png);
}

.menu-list-sour::before {
	content: url(menu/list-sour.png);
}

.menu-calendar .nav-link::before {
	content: url(menu/calendar.png);
}

.menu-calendar-day::before {
	content: url(menu/calendar-calendar.png);
}

.menu-calendar-month::before {
	content: url(menu/calendar-calendar.png);
}

.menu-calendar-year::before {
	content: url(menu/calendar-calendar.png);
}

.menu-report .nav-link::before {
	content: url(menu/report.png);
}

.menu-report .dropdown-item::before {
	content: url(menu/report-report.png);
}

.menu-search .nav-link::before {
	content: url(menu/search.png);
}

.menu-search .dropdown-item::before {
	content: url(menu/search-search.png);
}

.menu-help .nav-link::before {
	content: url(menu/help.png);
}

.menu-clippings .nav-link::before {
	content: url(menu/clippings.png);
}

.menu-clippings-add::before {
	content: url(menu/clippings-add.png);
}

.menu-clippings-cart::before {
	content: url(menu/clippings-cart.png);
}

.menu-fam .nav-link::before {
	content: url(menu/fam.png);
}

.menu-fam-change::before {
	content: url(menu/edit-fam.png);
}

.menu-fam-addchil::before {
	content: url(menu/edit-fam.png);
}

.menu-fam-orderchil::before {
	content: url(menu/edit-fam.png);
}

.menu-fam-del::before {
	content: url(menu/edit-delete.png);
}

.menu-fam-addfav::before {
	content: url(menu/edit-add-favorite.png);
}

.menu-fam-editraw::before {
	content: url(menu/edit-gedcom.png);
}

.menu-indi .nav-link::before {
	content: url(menu/indi.png);
}

.menu-indi-addname::before {
	content: url(menu/edit-indi.png);
}

.menu-indi-editsex::before {
	content: url(menu/edit-indi.png);
}

.menu-indi-del::before {
	content: url(menu/edit-delete.png);
}

.menu-indi-addfav::before {
	content: url(menu/edit-add-favorite.png);
}

.menu-indi-editraw::before {
	content: url(menu/edit-gedcom.png);
}

.menu-obje .nav-link::before {
	content: url(menu/obje.png);
}

.menu-obje-edit::before {
	content: url(menu/edit-obje.png);
}

.menu-obje-link::before {
	content: url(menu/edit-link.png);
}

.menu-obje-del::before {
	content: url(menu/edit-delete.png);
}

.menu-obje-addfav::before {
	content: url(menu/edit-add-favorite.png);
}

.menu-obje-editraw::before {
	content: url(menu/edit-gedcom.png);
}

.menu-note .nav-link::before {
	content: url(menu/note.png);
}

.menu-note-edit::before {
	content: url(menu/edit-note.png);
}

.menu-note-del::before {
	content: url(menu/edit-delete.png);
}

.menu-note-addfav::before {
	content: url(menu/edit-add-favorite.png);
}

.menu-note-editraw::before {
	content: url(menu/edit-gedcom.png);
}

.menu-record .nav-link::before {
	content: url(menu/indi.png);
}

.menu-record-del::before {
	content: url(menu/edit-delete.png);
}

.menu-record-editraw::before {
	content: url(menu/edit-gedcom.png);
}

.menu-repo .nav-link::before {
	content: url(menu/repo.png);
}

.menu-repo-edit::before {
	content: url(menu/edit-repo.png);
}

.menu-repo-del::before {
	content: url(menu/edit-delete.png);
}

.menu-repo-addfav::before {
	content: url(menu/edit-add-favorite.png);
}

.menu-repo-editraw::before {
	content: url(menu/edit-gedcom.png);
}

.menu-sour .nav-link::before {
	content: url(menu/sour.png);
}

.menu-sour-edit::before {
	content: url(menu/edit-sour.png);
}

.menu-sour-del::before {
	content: url(menu/edit-delete.png);
}

.menu-sour-addfav::before {
	content: url(menu/edit-add-favorite.png);
}

.menu-sour-editraw::before {
	content: url(menu/edit-gedcom.png);
}

.menu-story .nav-link::before {
	content: url(menu/story.png);
}

.wt-main-container {
}

.wt-main {
}

.wt-messages {
}

.wt-page-title {
	text-align: center;
}

.wt-page-options {
	max-width: 50rem;
	margin: 0 auto;
}

.wt-page-options .form-group {
	margin-bottom: 2px;
}

.wt-page-options-label {
	color: #006;
	background-color: #95b8e0;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

.wt-page-options-value {
	background-color: #ecf5ff;
	border: thin solid #c3dfff;
	padding: 0.25rem 0.75rem;
}

.wt-page-content {
	margin-top: 1rem;
}

.wt-footer-container {
}

.wt-footer-content {
}

.wt-contact-links {
}

.wt-powered-by-webtrees {
}

.wt-page-views {
}

.wt-cookie-warning {
}

/*
 * The home/my pages
 *
 * wt-home-page / wt-my-page
 * +---wt-main-blocks
 * |   +---wt-block, wt-block-AAA
 * |   +---wt-block, wt-block-BBB
 * |   +---wt-block, wt-block-CCC
 * +---wt-side-blocks
 *     +---wt-block, wt-block-XXX
 *     +---wt-block, wt-block-YYY
 *     +---wt-block, wt-block-ZZZ
 *
 * Each block as the structure
 * wt-block, wt-block-XXX
 * +---wt-block-header, wt-block-header-XXX
 * +---wt-block-content, wt-block-content-XXX
 */

.wt-block {
	background-color: #edf7fd;
	border: thin solid #81a9cb;
}

.wt-block-header {
	background-color: #edf7fd;
	border-bottom: none;
	font-weight: bold;
}

.wt-block-content {
	margin: 5px;
}

.wt-block-content .list_table {
	border-spacing: 1px;
	border: solid #81a9cb 1px;
	border-right: 0;
}

.wt-block-content .list_value,
.wt-block-content .list_value_wrap {
	border: 0;
	border-top: solid #81a9cb 1px;
	border-right: solid #81a9cb 1px;
}

/*
 * Ancestors chart
 *
 * wt-chart, wt-ancestors-chart
 * +---wt-ancestors-chart-list
 *     +---wt-ancestors-chart-list-item
 */
.wt-ancestors-chart-list {
}

/*
 * Compact chart
 *
 * wt-chart, wt-compact-chart
 */

.wt-ancestors-chart-list-item {
}

/*
 * Descendants chart
 *
 * wt-chart, wt-descendants-chart
 * +---wt-descendants-chart-list
 *     +---wt-descendants-chart-list-item
 */
.wt-descendants-chart-list {
}

.wt-descendants-chart-list-item {
}

/*
 * Family book chart
 *
 * wt-chart, wt-family-book-chart
 */

/*
 * Fan chart
 *
 * wt-chart, wt-fan-chart
 */

/*
 * Hourglass chart
 *
 * wt-chart, wt-hourglass-chart
 */

/*
 * Hourglass chart
 *
 * wt-chart, wt-interactive-tree
 */

/*
 * Lifespans chart
 *
 * wt-chart, wt-lifespans-chart
 */

/*
 * Pedigree chart
 *
 * wt-chart, wt-pedigree-chart
 */

/*
 * Pedigree map
 *
 * wt-chart, wt-pedigree-map
 */

/*
 * Relationships chart
 *
 * wt-chart, wt-relationships-chart
 */

/*
 * Statistics chart
 *
 * wt-chart, wt-statistics-chart
 */

/*
 * Timeline chart
 *
 * wt-chart, wt-timeline-chart
 */

/*
 * Family list and individual list
 *
 * wt-page-options
 * +---wt-initials-list
 *     +---wt-initial-list-item
 *         +---wt-initial
 *         +---wt-initial, active
 * wt-page-content
 * +---wt-list, wt-{family,individual}-list
 */

.wt-initials-list {
	list-style: none;
}

.wt-initials-list-item {
	display: inline;
}

.wt-initials-list-item + .wt-initials-list-item::before {
	content: '|';
}

.wt-initial {
	padding: 0 0.25rem;
}

.wt-initial.active {
	color: #f00;
	font-weight: bold;
}

/*
 * Media object list
 *
 * wt-list, wt-media-list
 */

/*
 * Note object list
 *
 * wt-list, wt-note-list
 */

/*
 * Source list
 *
 * wt-list, wt-source-list
 */

/*
 * Repository list
 *
 * wt-list, wt-repository-list
 */

/*
 * Branches list
 *
 * wt-branches-page
 */

/*
 * Place hierarchy
 *
 * wt-place-hierarchy-page
 */

/*
 * Calendar
 *
 * wt-calendar-page
 */

/*
 * Reports
 *
 * wt-reports-page
 */

/*
 * Search
 *
 * wt-search-page, wt-general-serach-page/wt-phonetic-search-page/wt-advanced-search-page/wt-search-replace-page
 */

#content #home-page {
    margin-left: 5px;
}

/* ====== Round Corners ======== */

/* ios on click workaround */
.iconz {
	cursor: pointer;
}

input:required:valid {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAONJREFUeNpi/P//PwMlgImBQjDwBrCgCzDOF2Zg+Adk/AOGDRvQfHZGoDWMxgyMDMb/Q1/NIt0F/xk8gIbNZPj7P41YL4AUGsM1//rfkuyeYMzw8z9xXgBqgNm0nuHnv0D/IH/juavmngV6oYY4F3z7y2DqY2oMpANB9MYl684yfP9Xw3Dzzw7sXgQmJGTM0MbjwdDKc0b2vt5/EM2QwunBoMyCVS1YPYYAMOwZ7FmiGLLYzjBYsSQD+QpALAjErNgMYERPyoyMjMxAih+IOYD4LxD/hOJfQLV/MaJ9NC8wAAQYAPbPfH2KJKx/AAAAAElFTkSuQmCC) no-repeat right top;
}

input:required:invalid {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMpJREFUeNpi/P//PwMlgImBQjAMDGBBF1jFyOgBpFqAuOYPA8MOoAI4P+z//x0YJoBiARkvYWA486+k5D+IBuJqZD66WnAMogvMA9o4F6j4R3Lyf2R6IQODMVEGTAW6CoirgfjMB2/v/yB6CgNDYQ8W14IwRiB+A7rgOwNDYLChofGcrVvPgugfDAzR/yFhwUAwDJqBNj6Ulf0PooEhV4jMx+YCRvSknAeMBWDotwgwMKRzMTCcfQW0GcQHxkbNJCyxwDiaFxgAAgwAYy67YIOQ//cAAAAASUVORK5CYII=) no-repeat right top;
}

[dir=rtl] input:required:valid,
[dir=rtl] input:required:invalid {
	background-position: left top;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

:focus {
	outline-style: none;
}

.flash-messages {
	clear: both;
	text-align: center;
}

img.block,
#mycart img {
	border: 0;
	height: 25px;
	vertical-align: middle;
}

.topbottombar {
	background-color: #c3dfff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

#mycart a img {
	height: 15px;
}

.button {
	width: 60px;
}

.alpha_index {
	color: #999;
}

.person_box, .action_header {
	background: #f0f9ff;
	border: solid #84beff 1px;
	padding: 3px;
}

.person_boxF, .action_headerF {
	background: #fff0f0;
	border: 1px solid #ff2080;
	padding: 3px;
}

.person_boxNN {
	background: #fff;
	border: dashed #008080 1px;
	padding: 3px;
}

.person_box:target,
.news_box:target,
#gedcom_stats:target {
	background-color: #ffc;
}

/* families tab person box */
#relatives_content .person_box > .person_box,
#relatives_content .person_boxF > .person_boxF,
#relatives_content .person_boxNN > .person_boxNN {
	border: 0;
	min-height: 50px;
}

.center {
	text-align: center;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

.list_table {
	margin: 0 auto;
}

.list_label,
.list_label_wrap {
	color: #006;
	font-size: 12px;
	background-color: #c3dfff;
	border: solid #81a9cb 1px;
	font-weight: bold;
	text-align: center;
}

.list_value,
.list_value_wrap {
	background-color: #edf7fd;
	font-size: 12px;
	border: solid #81a9cb 1px;
	vertical-align: top;
	padding: 4px;
}

.list_label,
.list_value {
	white-space: nowrap;
}

.list_label_wrap,
.list_value_wrap {
	white-space: normal;
}

.facts_table {
	width: 100%;
}

.facts_table .optionbox {
	white-space: normal;
}

div.fact_SHARED_NOTE {
	clear: both;
}

.facts_label {
	background-color: #c3dfff;
	color: #006;
	font-size: 12px;
	padding: 4px;
	width: 20%;
	text-align: center;
}

.facts_label03 {
	color: #006;
	background-color: #c3dfff;
	border: solid #81a9cb 1px;
	font-size: 12px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

.facts_value {
	background-color: #ecf5ff;
	font-size: 12px;
	border: solid #c3dfff 1px;
	padding: 4px;
}

.quickfacts a {
	padding: 0 3px;
	font-size: 9px;
}

.tabs_table {
	width: 99%;
}

.name1 {
	font-weight: bold;
	font-size: 12px;
}

.name2 {
	font-size: 16px;
	}

a:hover .name1, a:hover .name2 {
	color: #f00;
	font-weight: bold;
	font-size: 12px;
}

a:hover .nameZoom {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}

.details0,
.details1 {
	font-size: 11px;
}

.details2 {
	font-size: 12px;
}

.nameZoom {
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

.details_label {
	font-weight: bold;
}

.name_head {
	color: #555;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	padding: 0 5px;
}

.date {
	color: #337;
}

.label {
	font-weight: bold;
}

.error {
	color: #d00;
	font-weight: bold;
}

.largeError {
	color: #d00;
	font-size: large;
	font-weight: bold;
}

.warning {
	color: #f00;
	font-weight: bold;
}

.indent {
	padding-left: 20px;
}

.image {
	height: 150px;
	padding: 5px;
	margin: 2px;
}

.gender_image {
	margin: 0 3px;
	border: 0;
	vertical-align: middle;
}

.thumbnail {
	height: auto;
	padding: 3px;
}

.icon {
	border: 0;
	padding: 0 5px;
}

.sublinks_cell {
	background-color: #edf7fd;
	font-size: 12px;
}

.submenu .icon {
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.subheaders {
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
	vertical-align: bottom;
}

#family-table .subheaders:first-child {
	width: 285px;
}

.age {
	font-size: 9px;
}

.parentdeath {
	border: thin solid #888;
	padding: 1px;
}

.source_citations {
	display: none;
}

.selected-option {
	background-color: #edf7fd;
}

.border1 {
	border: solid #000 1px;
}

.menuitem {
	text-decoration: none;
	font-size: 11px;
	padding: 1px;
}

.menuitem_hover {
	text-decoration: none;
	font-size: 11px;
	padding: 1px;
}

.menuitem .icon, .menuitem_hover .icon {
	width: 50px;
	height: 50px;
}

.submenu {
	text-decoration: none;
	font-size: 11px;
	background-color: #edf7fd;
	border: solid #81a9cb 1px;
	visibility: hidden;
	position: absolute;
	padding: 5px;
}

.submenuitem  {
	vertical-align: middle;
	font-size: 11px;
	height: 20px;
	text-decoration: none;
	background-color: #edf7fd;
	padding: 1px;
	white-space: nowrap;
}

.submenuitem_hover {
	vertical-align: middle;
	height: 20px;
	font-size: 11px;
	background-color: #e6f0fa;
	white-space: nowrap;
	padding: 1px;
}

.submenuitem a,
.submenuitem_hover a {
	display: inline-block;
	vertical-align: middle;
}

.journal_box {
	padding: 3pt;
	border: thin solid #aaa;
	overflow: visible;
}

.news_box {
	background-color: #edf7fd;
	border-top: solid #81a9cb 1px;
}

.news_title {
	font-weight: bold;
	font-size: 14px;
}

.news_date {
	margin-bottom: 12px;
}

.current_day {
	font-weight: bold;
	font-size: 16px;
}

.cal_day {
	float: left;
	font-weight: bold;
}

.rtl_cal_day {
	direction: rtl;
	float: right;
	color: #00f;
	font-weight: bold;
}

.helpcontent {
	margin-left: 10px;
	margin-right: 10px;
}

.helpcontent dt {
	clear: both;
}

#my-page h1 {
	margin: 0.25em auto 0.6em;
}

.tdtop {
	vertical-align: top;
}

.tdmid {
	vertical-align: middle;
}

.tdbot,
.tvertline {
	vertical-align: bottom;
}

#childbox {
	padding: 5px;
	position: absolute;
	display: none;
	text-align: start;
	white-space: nowrap;
	top: 20px;
	left: 0;
}

[dir=rtl] #childbox {
	left: auto;
	right: 0;
}

.layout3 #childbox {
	top: auto;
	bottom: 20px;
}

#childbox a.name1 {
	display: block;
	margin-left: 5px;
}

.person0 {
	background-color: #aaf;
	border: outset #aaf 1px;
	vertical-align: top;
}

.person1 {
	background-color: #afa;
	border: outset #afa 1px;
	vertical-align: top;
}

.person2 {
	background-color: #faa;
	border: outset #faa 1px;
	vertical-align: top;
}

.person3 {
	background-color: #55f;
	border: outset #55f 1px;
	vertical-align: top;
}

.person4 {
	background-color: #f55;
	border: outset #f55 1px;
	vertical-align: top;
}

.person5 {
	background-color: #5f5;
	border: outset #5f5 1px;
	vertical-align: top;
}

.listlog {
	line-height: 20pt;
}

.starredname {
	text-decoration: underline;
}

.search_hit {
	background-color: #ff0;
}

.search_item {
	font-weight: 600;
}

.descriptionbox {
	color: #006;
	font-size: 12px;
	background-color: #c3dfff;
	vertical-align: top;
	padding: 3px;
}

.optionbox {
	background-color: #ecf5ff;
	font-size: 12px;
	border: solid #c3dfff 1px;
	vertical-align: top;
	white-space: nowrap;
	padding: 3px;
}

.vmiddle {
	vertical-align: middle;
}

.red {
	color: #f00;
}

.rela,
.histo {
	opacity: 0.8;
}

.width10 {
	width: 10%;
}

.width20 {
	width: 20%;
}

.width25 {
	width: 25%;
}

.width30 {
	width: 30%;
}

.width33 {
	width: 33%;
}

.width40 {
	width: 40%;
}

.width50 {
	width: 50%;
}

.width60 {
	width: 60%;
}

.width66 {
	width: 66%;
}

.width70 {
	width: 70%;
}

.width75 {
	width: 75%;
}

.width80 {
	width: 80%;
}

.width90 {
	width: 90%;
}

.width100 {
	width: 100%;
}

.font9 {
	font-size: 9px;
}

.font11 {
	font-size: 11px;
}

.messagebox {
	background-color: #c2ceef;
	border: solid #81a9cb 1px;
}

/* ---Pending edits--- */
.new {
	outline: solid blue 1px;
}

.old {
	outline: solid red 1px;
}

.tag_cloud {
	text-align: center;
}

.tag_cloud a {
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.wrap {
	white-space: normal;
}

.statistics-page {
	text-align: center;
}

.center2 {
	text-align: center;
}

.gchart {
	border: solid #81a9cb 1px;
}

/* ---Find special characters--- */
.largechars {
	font-family: monospace;
	font-size: 200%;
}

#facts_content dd {
	float: left;
	width: 70%;
}

.clearfloat {
	clear: both;
}

/* this keeps the tag color the same when it is a link as when not */

.place {
	padding-top: 5px;
}

#pending h2 {
	text-align: center;
	margin-bottom: 20px;
}

#pending h3 {
	text-align: center;
	margin-top: 20px;
}

#pending .list_value {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#pending .indent {
	padding: 0;
}

/* ======== Person box ======= */
/* Box styles are
	0 compact view
	1 normal view - small box
	2 normal view - large box
*/
.box-style0 {
	cursor: url(images/zoomin.png), n-resize;
}

.box-style0-expanded {
	cursor: url(images/zoomout.png), n-resize;
}

.box-style0-expanded,
.box-style1-expanded {
	width: 300px !important;
	height: auto !important;
	line-height: 1.5em!important;
}

.person_box_template {
	height: auto;
	white-space: normal;
	overflow: hidden !important;
}

.person_box_template .namedef i[class^="icon-sex"] {
	margin-left: 3px;
}

[dir=rtl] .person_box_template .namedef i[class^="icon-sex"] {
	margin-right: 3px;
}

.person_box_template .icons {
	float: right;
}

[dir=rtl] .person_box_template .icons {
	float: left;
}

.person_box_template .inout {
	clear: both;
	display: none;
}

.person_box_template .chart_textbox {
	overflow: hidden;
}

.person_box_template img,
.person_box_template a.gallery {
	float: left;
	height: 50px;
	margin: 0 2px 0 0;
	max-width: 80px;
	width: auto;
}

[dir=rtl] .person_box_template img,
[dir=rtl] .person_box_template a.gallery {
	float: right;
	margin: 0 0 0 2px;
}

.person_box_template i[class^="icon-silhouette"] {
	float: left;
}

[dir=rtl] .person_box_template i[class^="icon-silhouette"] {
	float: right;
}

/* login.php */
#login-register-page h2,
#login-page .confirm {
	text-align: center;
}

#login-register-page .warning {
	margin: 20px auto;
	text-align: center;
}

#login-register-page .back {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#login-register-page .confirm {
	margin: 20px auto;
	width: 500px;
}

#login-register-page .confirm p {
	font-weight: bold;
	font-size: 14px;
}

#login-register-page .confirm p + p {
	font-size: 12px;
	font-weight: normal;
}

#login-text,
#register-text,
#user-verify {
	margin: 0 auto;
	width: 40%;
	min-width: 450px;
}

#login-box,
#register-box {
	text-align: center;
}

#login-form,
#new_passwd_form,
#register-form,
#verify-form {
	background-color: #edf7fd;
	border: 1px outset #81a9cb;
	display: inline-block;
	margin: 10px auto 0;
	padding: 5px;
}

#login-form div label {
	text-align: right;
}

#register-form,
#verify-form {
	width: 440px;
}

#login-form div,
#login-form div a,
#new_passwd_form div,
#register-form div,
#verify-form div {
	margin: auto;
	padding: 5px;
	text-align: center;
}

#login-form label,
#new_passwd_form label,
#verify-form label {
	display: block;
}

#login-form label input,
#new_passwd_form label input,
#verify-form input {
	width: 140px;
	margin: 0 10px;
}

#register-form p,
#verify-form p {
	text-align: left;
}

#new_passwd_form h4,
#register-form h4 {
	font-weight: normal;
	text-align: center;
}

#register-form div,
#verify-form div {
	text-align: right;
}

#register-form div#registration-submit {
	text-align: center;
}

#register-form #user_comments {
	width: 350px;
}

[dir=rtl] #login-form label,
[dir=rtl] #new_passwd_form label,
[dir=rtl] #register-form label,
[dir=rtl] #verify-form label {
	text-align: left;
}

[dir=rtl] #register-form div,
[dir=rtl] #verify-form div {
	text-align: left;
}

[dir=rtl] #register-form p,
[dir=rtl] #verify-form p {
	text-align: right;
}

/* --- reportengine.php --- */
#reportengine-page table {
	margin: 20px auto;
}

#reportengine-page .report-type {
	overflow: hidden;
	margin: auto;
	width: 180px;
}

#reportengine-page .report-type div {
	float: left;
	margin: 0 20px;
}

#reportengine-page .report-type p {
	margin: 0;
	text-align: center;
}

/* styles for popup menus */
.itr {
	position: absolute;
	line-height: 1.5;
}

.popup {
	position: absolute;
	top: 20px;
	right: 0;
	left: auto;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .25s,opacity .25s ease;
	z-index: 9999;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,.4);
}

[dir=rtl] .popup {
	left: 0;
	right: auto;
}

.popup ul {
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-size: smaller;
}

.popup > ul {
	padding: 2px 10px;
}

.popup li .NAME {
	padding: 0 5px;
}

.itr:hover .popup {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

/* styles for FindFacts pop-up */
#layDefinedTags,
#tabDefinedTagsShow {
	width: 450px;
}

#tabDefinedTags {
	width: 430px;
}

#layDefinedTags {
	margin-left: auto;
	margin-right: auto;
	height: 285px;
	overflow: auto;
}

#tabDefinedTags {
	border-collapse: collapse;
}

#tabDefinedTags th,
#tabDefinedTags td {
	border: solid 1px #000;
	margin: 0;
	padding: 3px;
}

#tabDefinedTags tbody th {
	text-align: left;
	font-weight: bold;
}

#tabDefinedTags tr.sel {
	background-color: #d1d9ef;
	color: #888;
}

#tabDefinedTags tr.unsel {
	background-color: #fff;
	color: #888;
}

#tabDefinedTagsShow {
	margin-left: auto;
	margin-right: auto;
}

#tabDefinedTagsShow td {
	width: 50%;
	text-align: center;
}

#tabFilterAndCustom {
	margin-left: auto;
	margin-right: auto;
}

#tabAction {
	margin-left: auto;
	margin-right: auto;
}

#tabAction td {
	width: 50%;
	text-align: center;
}

/* ======== List styles ====== */
.surname-list,
.givn-list {
	margin: 5px auto;
}

.surname-list td {
	vertical-align: top;
}

.indi-list .stats,
.fam-list .stats {
	margin: 0 auto;
	width: auto;
}

.source-list th,
.note-list th,
.repo-list th,
.media-list th,
.indi-list th,
.fam-list th,
.surname-list th,
.givn-list th {
	cursor: pointer;
	font-weight: 600;
	padding: 2px 4px;
	white-space: nowrap;
}

.source-list th:last-child,
.note-list th:last-child,
.repo-list th:last-child {
	margin: 0 -2px 1px 1px;
	padding: 3px 0 4px;
	width: 24px;
}

.givn-list th {
	cursor: pointer;
	white-space: nowrap;
	padding: 2px;
	text-align: center;
}

#source-details h2,
#sourcelist-page h2,
#note-details h2,
#notelist-page h2,
#repo-details h2,
#repolist-page h2,
#media-details h2,
#statistics-page h2 {
	margin-bottom: 20px;
	text-align: center;
}

#source-edit,
#note-edit,
#repo-edit,
#media-edit {
	overflow-x: auto;
}

.media-list td img {
	display: block;
	height: 40px;
	width: auto;
	margin: 3px auto;
}

.filtersH,
.filtersF {
	margin: 4px;
}

.filtersH img {
	margin-bottom: 2px;
}

.loading-image {
	background: transparent url(images/loading-32x32.gif) 50% 50% no-repeat;
	height: 50px;
	margin: 50px;
}

.list-charts {
	text-align: center;
}

#search-result-tabs h3 {
	text-align: center;
}

#searchAccordion-indi,
#searchAccordion-fam,
#searchAccordion-source,
#searchAccordion-note {
	margin: auto;
	width: 99%;
}

#place-hierarchy h2,
#place-hierarchy h4 {
	text-align: center;
}

[dir=rtl] .source-list th:last-child,
[dir=rtl] .note-list th:last-child,
[dir=rtl] .repo-list th:last-child {
	margin: 0 1px 1px -2px;
}

#main_select,
#available_select,
#right_select {
	min-width: 150px;
}

/* Statistics block */
.stat-table1 {
	display: table;
	float: left;
	width:15%;
	border-collapse:separate;
	border-spacing:2px;
	vertical-align: middle;
	margin-bottom: 5px;
}


[dir=rtl] .stat-table1 {
float: right;
}

.stat-table2 {
	display: table;
	float: left;
	width:60%;
	border-collapse:separate;
	border-spacing:2px;
	margin-bottom: 5px;
}

[dir=rtl] .stat-table2 {
float: right;
}

.stat-row {
	display: table-row;
}
.stat-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	white-space: pre-wrap;
}
.left {text-align: left;}
[dir=rtl] .left {text-align: right;}

/* ==== FAQ table styles ===== */
table.faq {
	background-color: #e0e0e0;
	margin: 5px 0 50px 5px;
	width: 98%;
}

table.faq tr.odd td {
	background-color: #e7eef3;
}

div.faq_title {
	background-color: #e0e0e0;
	margin: 1em 0;
	padding: .25em;
	font-weight: bold;
	width: 98%;
}

div.faq_body {
	clear: both;
	padding: 0 1em;
}

.faq_top {
	float: right;
}

[dir=rtl] .faq_top {
	float: left;
}

/* === Positioning edit, copy, delete links === */
/* General use */
.editfacts {
	clear: left;
	padding-top: 15px;
}

/* ======== Indi header ====== */
#indi_header {
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #b2c7d7;
	margin: 0 0 5px 10px;
	padding: 10px 0;
}

[dir='rtl'] #indi_header {
	margin: 0 10px 5px 0;
}

#indi_header h3 {
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 30px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#indi_header .name_one {
	font-size: 1.5em;
}

#indi_header h3 .details1 {
	font-size: 1.0em;
}

#indi_header h3 .header_age {
	padding: 5px 0 5px 5px;
	float: right;
	font-weight: normal;
	font-size: 65%;
}

#indi_header h3 a {
	display: inline;
}

#indi_header a {
	color: #337;
	font-size: 0.75em;
	font-weight: normal;
}

#indi_header a:hover {
	color: #f00;
}

#indi_mainimage {
	float: left;
	padding: 0 10px;
}

#header_accordion1 {
	padding: 0 10px 0 0;
	overflow: hidden;
}

[dir='rtl'] #header_accordion1 {
	padding: 0 0 0 10px;
}

#header_accordion1 .indi_name_details {
	margin: 0;
	overflow: hidden;
	padding: 5px;
}

.indi_name_details .name1 {
	font-weight: normal;
	padding-top: 5px;
	font-size: inherit;
}

#indi_header a.warning {
	color: #f00;
	font-size: 1em;
}

#indi_note {
	margin: 0 0 5px;
}

.indi_table {
	clear: left;
}

#sex {
	float: right;
}

#dates {
	float: right;
}

#individual-names .wt-icon-edit,
#individual-names .wt-icon-delete {
	float: right;
}

#indi_note .fact_NOTE {
	float: left;
	margin: 0 5px 0 0;
}

#indi_note .fact_SOUR {
	margin: 3px 0;
}

#indi_note .fact_SOUR a {
	font-size: 100%;
}

#indi_note .fact_NOTE,
#indi_note .fact_SOUR {
	clear: both;
}

/* ===== markdown formatting ===== */

.markdown {
	/* Tables and pre-formatted text can break the layout. */
	overflow-x: auto;
}

.markdown p {
	margin: 0 0 0.5em;
	white-space: pre-wrap;
}

.markdown table {
	border-collapse: collapse;
	margin-bottom: 5px;
}

.markdown th {
	font-weight: bold;
}

.markdown td,
.markdown th {
	border: solid thin #000;
	padding: 3px;
}

[dir=rtl] #indi_header h3 {
	padding: 0 30px 0 10px;
	text-align: right;
}

[dir=rtl] #indi_header h3 .header_age {
	padding: 5px 5px 5px 0;
	float: left;
}

[dir=rtl] #indi_mainimage {
	float: right;
}

[dir=rtl] #indi_note .fact_NOTE {
	float: right;
	margin: 0 0 0 10px;
}

[dir=rtl] .indi_table {
	clear: right;
}

[dir=rtl] #sex {
	float: left;
}

[dir=rtl] #dates {
	float: left;
}

[dir=rtl] #individual-names .wt-icon-edit,
[dir=rtl] #individual-names .wt-icon-delete {
	float: left;
}

.odometer {
	font-family: courier, monospace;
	font-weight: bold;
	background: #000;
	color: #fff;
}

/* ======= General sprite ==== */
.male_gender,
.female_gender,
.unknown_gender {
	display: block;
	background: url(images/indi_sprite.png) no-repeat;
}

.female_gender {
	background-position: -45px 3px;
	width: 24px;
	height: 30px;
}

.male_gender {
	background-position: -72px 3px;
	width: 24px;
	height: 30px;
}

.unknown_gender {
	background-position: -100px 4px;
	width: 24px;
	height: 30px;
}

/* ======== Indi tabs ======== */
/* Facts & Events tab */
#personal_facts_content .fact_NOTE,
#personal_facts_content .fact_SOUR,
#family-table .fact_NOTE,
#family-table .fact_SOUR {
	margin: 5px 3px 5px 0;
	clear: both;
}

#note-edit .facts_table,
#notes_content .facts_table,
#personal_facts_content .facts_table {
	table-layout: fixed;
}

.facts_table .field em {
	margin-top: 0;
	padding-left: 5px;
}

.facts_table .field img {
	vertical-align: middle;
}

.media-display-image {
	float: left;
}

.media-display-title {
	float: left;
	font-style: italic;
	margin: 10px;
}

[dir=rtl] .media-display-image {
	float: right;
}

[dir=rtl] .media-display-title {
	float: right;
}

[dir=rtl] .facts_table .field em {
	padding-right: 5px;
}

/* ======== Album tab =========*/
.album-list {
	list-style-type: none;
}

.album-list-item {
	display: inline-block;
	text-align: center;
	padding: 0 12px;
	height: 112px;
	width: 120px;
}

.album-list-item a img {
	max-height: 78px;
	max-width: 100px;
	height: auto;
	width: auto;
}

.album-list-item a:hover div {
	outline: thin solid #bdb071;
}

.album-image {
	margin: auto;
}

.album-title {
	padding-top: 4px;
	width: 100%;
}

/* === jQuery.datatable styling general over-rides === */
.odd {
	background-color: #e7eef3;
}

.even {
	background-color: #e6e6e6;
}

.css_right {
	float: left;
}

.fg-button {
	padding: 2px 6px;
}

.dataTables_paginate {
	float: left;
	margin-bottom: 3px;
}

.dataTables_processing {
	float: left;
}

.dataTables_filter {
	float: right;
	font-weight: normal;
}

.dataTables_info {
	float: left;
	font-weight: normal;
	padding: 4px;
}

.dataTables_length {
	float: right;
	font-weight: normal;
}

.dataTables_length select,
.dataTables_filter input {
	font-size: 11px;
	padding: 1px;
}

.dt-clear {
	clear: both;
}

.DataTables_sort_wrapper {
	position: relative;
	margin: 0 20px;
}

.DataTables_sort_wrapper span {
	left: 0;
	margin-left: -20px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

.dataTables_wrapper {
	margin-bottom: 10px;
}

[dir=rtl] .css_right {
	float: right;
}

[dir=rtl] .dataTables_paginate {
	float: right;
}

[dir=rtl] .dataTables_processing {
	float: right;
}

[dir=rtl] .dataTables_filter {
	float: left;
}

[dir=rtl] .dataTables_info {
	float: right;
}

[dir=rtl] .dataTables_length {
	float: left;
}

[dir=rtl] .DataTables_sort_wrapper {
	margin-right: 20px;
}

[dir=rtl] .DataTables_sort_wrapper span {
	left: auto;
	right: 0;
	margin-right: -20px;
}

/* ======= Sidebar setup ===== */
#main {
	min-width: 600px;
	width: 100%;
	display: table;
	table-layout: fixed;
}

#indi_left {
	display: table-cell;
}

#tabs {
	background-color: #fff;
	border-color: #ddd;
	margin-left: 10px;
	overflow: visible;
}

[dir=rtl] #tabs {
	float: right;
	width: 99%;
	margin-right: 10px;
}

/* sidebar */
#sidebar {
	width: 20%;
	display: table-cell;
	vertical-align: top;
}

#separator {
	display: table-cell;
	width: 2.5em;
	position: relative;
	background-color: transparent;
	overflow: hidden;
}

#separator::after {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 10px;
	height: 99999px;
	content: "";
	border: 1px solid #81a9cb;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

[dir=rtl] #separator::after {
	right: auto;
	left: 0;
}

.separator-hidden::after,
[dir=rtl] .separator-visible::after {
	background: #c3dfff url(images/indi_sprite.png) no-repeat -26px 100px;
}

.separator-visible::after,
[dir=rtl] .separator-hidden::after {
	background: #c3dfff url(images/indi_sprite.png) no-repeat -1px 100px;
}

/* Sidebar content items */
/* Family navigator */
#sb_content_family_nav {
	padding: 0;
}

#sb_family_nav_content {
	margin-top: 8px;
}

.nam a:hover {
	color: #f00;
}

.nav_content {
	width: 100%;
	padding: 0;
}

.nav_content .facts_label {
	width: 75px;
}

#sb_family_nav_content .clist {
	margin: 0;
}

.famnav_title {
	font-weight: bold;
	display: block;
	padding: 5px 0;
}

.flyout {
	left: 40px;
}

[dir=rtl] .flyout {
	left: auto;
	right: 40px;
}

.flyout a, .flyout a:hover {
	color: #000;
	cursor: default;
	text-decoration: none;
}

.flyout2 {
	font-weight: bold;
}

.flyout3 {
	color: #362b36;
}

.flyout3:hover {
	cursor: pointer;
	color: #f00;
}

/* Sidebar*/
#sb_content_descendancy {
	margin-top: 5px;
}

#sb_desc_content {
	margin-left: 3px;
	font-size: 0.8em;
}

#sb_desc_content ul {
	padding: 0;
	margin: 0;
}

.sb_desc_indi_li {
	list-style-type: none;
}

.desc_tree_div {
	display: none;
}

.desc_tree_div ul {
	padding: 0;
	margin-left: 10px;
	margin-top: 0;
	margin-right: 0;
}

[dir=rtl] #sb_desc_content {
	margin-right: 3px;
}

[dir=rtl] .desc_tree_div ul {
	margin-right: 10px;
	margin-left: 0;
}

/* Individuals and Families */
#sb_content_individuals,
#sb_content_families {
	margin-top: 5px;
}

.sb_indi_surname_li,
.sb_fam_surname_li {
	list-style-image: url(images/plus.png);
}

.name_tree_div ul {
	padding: 0;
	margin: 0;
}

.name_tree_div li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Clippings */
#sb_clippings_content ul {
	padding: 0;
	margin: 0;
}

#sb_clippings_content li {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

/* Extra info */
#sb_content_extra_info {
	font-size: 80%;
	font-weight: bold;
	margin-top: 1px;
	overflow: hidden;
	padding: 5px;
}

#sb_content_extra_info .editfacts {
	float: right;
	margin-top: -30px;
}

#sb_content_extra_info a {
	display: block;
}

#sb_content_extra_info span {
	font-weight: normal;
}

#sb_content_extra_info span a {
	display: inline;
}

#sb_content_extra_info #hitcounter {
	border-top: 1px solid #b2c7d7;
	font-weight: bold;
	padding-top: 5px;
}

[dir=rtl] #sb_content_extra_info .editfacts {
	float: left;
}

/*  edituser.php  */
#edituser-page h2,
#edituser_submit {
	margin: 20px;
	text-align: center;
}

#edituser-table {
	background-color: #81a9cb;
	border: 1px outset #ccc;
	border-top: 0;
	margin: 20px auto 0;
	width: 800px;
}

#edituser-table .label {
	border-top: 1px solid #ccc;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 5px 10px 0;
	width: 240px;
}

#edituser-table .value {
	background-color: #edf7f9;
	border-top: 1px solid #ccc;
	margin: 0 0 0 260px;
	padding: 5px;
}

#edituser-table .label span {
	margin: 0 10px;
}

#edituser-table select {
	margin: 0;
}

[dir=rtl] #edituser-table .label {
	float: right;
}

[dir=rtl] #edituser-table .value {
	margin: 0 260px 0 0;
}

/* ===== Styling for the jquery.colorbox gallery ===== */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#colorbox {
	border: 2px solid #ccc;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ccc;
}

#cboxContent {
	background: #fff;
	border: 5px solid #888;
}

#cboxLoadedContent {
	overflow: auto;
	background: #fff;
	margin-bottom: 30px;
	margin-top: 35px;
}

#cboxTitle {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 14px;
	color: #949494;
	text-align: center;
	width: 100%;
	font-weight: 800;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px;
	border: 0;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px;
	border: 0;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxSlideshow {
	position: absolute;
	bottom: 5px;
	font-size: 14px;
	left: 57px;
	margin: 10px;
	border: 0;
	background: none;
}

#cboxSlideshow:hover {
	color: #f00;
	background: #fff;
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px;
	border: 0;
}

#cboxClose:hover {
	background-position: -25px -25px;
}

#cboxCurrent {
	bottom: 4px;
	color: #949494;
	left: 58px;
	position: absolute;
}

[dir=rtl] #cboxPrevious {
	right: 27px;
	left: auto;
}

[dir=rtl] #cboxNext {
	right: 0;
	left: auto;
}

[dir=rtl] #cboxCurrent {
	right: auto;
	left: 0;
}

[dir=rtl] #cboxClose {
	right: auto;
	left: 0;
}

[dir=rtl] #cboxSlideshow {
	right: 57px;
	left: auto;
}

/* Stories module */
.story_title {
	padding-top: 12px;
	font-size: 13px;
	height: 32px;
	font-weight: bold;
}

.story_body {
	padding: 20px;
	white-space: normal;
}

.story_edit {
	padding: 12px;
}

/* ====== Charts Styles ======== */
#people label {
	display:block;
}

/* Ancestry chart */
.wt-ancestors-chart-list {
	background: transparent url(images/vline.png) left top repeat-y;
	margin: 0 0 0 15px;
	padding: 0;
	display: block;
}

[dir=rtl] .wt-ancestors-chart-list {
	margin: 0 15px 0 0;
	background-position: right top;
}

.wt-ancestors-chart-list-item {
	margin: 5px 0;
}

.chart_common li {
	list-style: outside none none;
}

.generations {
	background: transparent url("images/vline.png") repeat-y scroll left top;
	display: block;
	margin: 0 0 0 15px;
	padding: 0;
}

.chart_common table {
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 5px 0;
}

.chart_common td {
	border: 0;
	padding: 0;
}

.chart_common span.details1 div[class^=fact_] {
	display: inline-block;
}

.chart_common span.details1 .date {
	color: inherit;
}

/*-- Family book  --*/
#familybook_chart {
	margin-left: 10px;
}

#familybook_chart table {
	border-collapse: collapse;
	empty-cells: show;
}

#familybook_chart td {
	margin: 0;
	padding: 0;
}

#familybook_chart h2 {
	text-align: center;
}

#familybook_chart .line3,
#familybook_chart .pvline,
#familybook_chart .spacer {
	width: 3px;
}

#familybook_chart .line4 {
	width: 7px;
	vertical-align: middle;
}

[ID^="vline"] {
	width: 3px;
}

#familybook_chart h3 {
	color: #006;
	font-size: 16px;
	text-align: center;
}

[dir=rtl] #familybook_chart {
	margin-right: 10px;
}

/*-- Fan chart ---- */
.fan_chart_menu {
	position: absolute;
	display: none;
	z-index: 100;
}

#fan_chart ul {
	list-style-type: none;
	margin: 0;
}

#fan_chart_img {
	text-align: center;
}

/*-- Lifespan ---- */
#lifespan-chart {
	padding:    0 10px 10px;
	margin:     0 auto;
	min-height: 500px;
}

#lifespan-scale {
	background: transparent url(images/lifespan-chunk.png) repeat-x left bottom;
	display: inline-block;
	padding-bottom: 37px;
}

#lifespan-scale .date {
	display: inline-block;
	width:   70px;
}

[dir='rtl'] #lifespan-scale .date {
	text-align: right;
}

#lifespan-people {
	position: relative;
}

#lifespan-people > div {
	position: absolute;
	padding:  0;
}

#lifespan-people .itr {
	display: inline;
	white-space: nowrap;
}

#lifespan-people .popup div:first-of-type {
	font-weight: 900;
}

#lifespan-people .popup {
	left:        0;
	right:       auto;
	white-space: nowrap;
}

[dir='rtl'] #lifespan-people .popup {
	left:  auto;
	right: 0;
}

/*-- Pedigree ---- */
#pedigree_canvas {
	color:   #81a9cb;
}

/*-- timeline  --*/
#timeline_chart {
	position: relative;
	top: 0;
	left: 0;
}

#field_table {
	width: 30%;
	min-width: 500px;
}

/* ====== Common Icons ========= */
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
}

.icon-add {
	width: 14px;
	height: 15px;
	background-image: url(images/add.png);
}

.icon-button_addmedia {
	width: 18px;
	height: 16px;
	background-image: url(images/buttons/addmedia.png);
	vertical-align: middle;
}

.icon-button_addnote {
	width: 17px;
	height: 15px;
	background-image: url(images/buttons/addnote.png);
}

.icon-button_addrepository {
	width: 15px;
	height: 15px;
	background-image: url(images/buttons/addrepository.png);
}

.icon-button_addsource {
	width: 18px;
	height: 16px;
	background-image: url(images/buttons/addsource.png);
}

.icon-button_family {
	width: 14px;
	height: 15px;
	background-image: url(images/buttons/family.png);
}

.icon-button_find {
	width: 17px;
	height: 15px;
	background-image: url(images/buttons/find.png);
}

.icon-button_find {
	width: 17px;
	height: 15px;
	background-image: url(images/buttons/find.png);
}

.icon-button_find_facts {
	width: 20px;
	height: 20px;
	background-image: url(images/buttons/find_facts.png);
}

.icon-button_head {
	width: 12px;
	height: 18px;
	background-image: url(images/buttons/head.png);
}

.icon-button_indi {
	width: 11px;
	height: 15px;
	background-image: url(images/buttons/indi.png);
}

.icon-button_media {
	width: 18px;
	height: 16px;
	background-image: url(images/buttons/media.png);
	vertical-align: middle;
}

.icon-button_note {
	width: 17px;
	height: 15px;
	background-image: url(images/buttons/note.png);
}

.icon-button_place {
	width: 15px;
	height: 15px;
	background-image: url(images/buttons/place.png);
	vertical-align: middle;
}

.icon-button_repository {
	width: 15px;
	height: 15px;
	background-image: url(images/buttons/repository.png);
}

.icon-button_source {
	width: 18px;
	height: 16px;
	background-image: url(images/buttons/source.png);
}

.icon-cfamily {
	width: 25px;
	height: 25px;
	background-image: url(images/cfamily.png);
}

.icon-childless {
	width: 25px;
	height: 25px;
	background-image: url(images/childless.png);
}

.icon-children {
	width: 16px;
	height: 16px;
	background-image: url(images/children.png);
}

.icon-clippings {
	width: 22px;
	height: 22px;
	background-image: url(images/clippings.png);
}

.icon-edit_indi {
	width: 25px;
	height: 25px;
	background-image: url(images/edit_indi.png);
}

.icon-fam-list {
	width: 25px;
	height: 25px;
	background-image: url(images/cfamily.png);
}

.icon-indi-list {
	width: 20px;
	height: 20px;
	background-image: url(images/indis.png);
}

.icon-loading-small {
	width: 16px;
	height: 16px;
	background-image: url(images/indicator.gif);
}

.icon-media {
	width: 20px;
	height: 20px;
	background-image: url(images/media.png);
}

.icon-media-list {
	width: 20px;
	height: 20px;
	background-image: url(images/media.png);
}

.icon-media-next {
	width: 20px;
	height: 20px;
	background-image: url(images/rdarrow.png);
}

.icon-media-play {
	width: 20px;
	height: 20px;
	background-image: url(images/rarrow.png);
}

.icon-media-prev {
	width: 20px;
	height: 20px;
	background-image: url(images/ldarrow.png);
}

.icon-media-shuffle {
	width: 10px;
	height: 10px;
	background-image: url(images/reorder.png);
}

.icon-media-stop {
	width: 20px;
	height: 20px;
	background-image: url(images/stop.png);
}

.icon-minus {
	width: 11px;
	height: 11px;
	background-image: url(images/minus.png);
}

.icon-mypage {
	width: 24px;
	height: 24px;
	background-image: url(images/mypage.png);
}

.icon-note {
	width: 22px;
	height: 22px;
	background-image: url(images/notes.png);
}

.icon-note-list {
	width: 20px;
	height: 20px;
	background-image: url(images/notes.png);
}

.icon-plus {
	width: 11px;
	height: 11px;
	background-image: url(images/plus.png);
}

.icon-reminder {
	width: 15px;
	height: 12px;
	background-image: url(images/reminder.png);
}

.icon-remove {
	width: 20px;
	height: 20px;
	background-image: url(images/remove.png);
}

.icon-resn-confidential {
	width: 16px;
	height: 16px;
	background-image: url(images/resn_confidential.png);
}

.icon-resn-locked {
	width: 16px;
	height: 16px;
	background-image: url(images/resn_locked.png);
}

.icon-resn-none {
	width: 16px;
	height: 16px;
	background-image: url(images/resn_none.png);
}

.icon-resn-privacy {
	width: 16px;
	height: 16px;
	background-image: url(images/resn_privacy.png);
}

.icon-rings {
	width: 9px;
	height: 9px;
	background-image: url(images/rings.png);
}

.icon-selected {
	width: 12px;
	height: 12px;
	background-image: url(images/selected.png);
}

.icon-sex_f_15x15 {
	width: 15px;
	height: 15px;
	background-image: url(images/sex_f_15x15.png);
}

.icon-sex_f_9x9 {
	width: 9px;
	height: 9px;
	background-image: url(images/sex_f_9x9.png);
}

.icon-sex_m_15x15 {
	width: 15px;
	height: 15px;
	background-image: url(images/sex_m_15x15.png);
}

.icon-sex_m_9x9 {
	width: 9px;
	height: 9px;
	background-image: url(images/sex_m_9x9.png);
}

.icon-sex_u_15x15 {
	width: 15px;
	height: 15px;
	background-image: url(images/sex_u_15x15.png);
}

.icon-sex_u_9x9 {
	width: 9px;
	height: 9px;
	background-image: url(images/sex_u_9x9.png);
}

.icon-source {
	width: 20px;
	height: 20px;
	background-image: url(images/source.png);
}

.icon-warning {
	width: 17px;
	height: 17px;
	background-image: url(images/warning.png);
}

.icon-zoomin {
	width: 25px;
	height: 25px;
	background-image: url(images/zoomin.png);
}

.icon-zoomout {
	width: 25px;
	height: 25px;
	background-image: url(images/zoomout.png);
}

/* Silhouettes on charts */
.icon-silhouette-F {
	width: 37px;
	height: 50px;
	background-image: url(images/silhouette_female_small.png);
}

.icon-silhouette-M {
	width: 37px;
	height: 50px;
	background-image: url(images/silhouette_male_small.png);
}

.icon-silhouette-U {
	width: 37px;
	height: 50px;
	background-image: url(images/silhouette_unknown_small.png);
}

.wt-silhoutte {
	width: 200px;
	height: 260px;
}

.wt-silhoutte::before {
	content: url(images/silhouette_unknown.png);
}

.wt-silhoutte-F::before {
	content: url(images/silhouette_female.png);
}

.wt-silhouette-M::before {
	content: url(images/silhouette_male.png);
}

[class^="icon-mime-"],
[class*=" icon-mime-"] {
	display: inline-block;
	background: transparent url(images/icon-mime-sprite.png) no-repeat;
	width: 48px;
	height: 48px;
}

/* ===== Generic MIME types ===== */
[class^="icon-mime-"],
[class*=" icon-mime-"] {
	background-position: -99px -49px;
}

[class^="icon-mime-application-"],
[class*=" icon-mime-application-"] {
	background-position: -99px -196px;
}

[class^="icon-mime-audio-"],
[class*=" icon-mime-audio-"] {
	background-position: -197px -98px;
}

[class^="icon-mime-image-"],
[class*=" icon-mime-image-"] {
	background-position: -148px -245px;
}

[class^="icon-mime-text-"],
[class*=" icon-mime-text-"] {
	background-position: -197px -147px;
}

[class^="icon-mime-video-"],
[class*=" icon-mime-video-"] {
	background-position: -148px -147px;
}

/* ===== Specific MIME types ===== */
.icon-mime-application-pdf {
	background-position: -1px -49px;
}

.icon-mime-application-msword {
	background-position: -148px -49px;
}

.icon-mime-application-vnd-ms-excel {
	background-position: -148px -196px;
}

.icon-mime-application-x-rar-compressed {
	background-position: -50px -98px;
}

.icon-mime-application-zip {
	background-position: -50px -147px;
}

.icon-mime-application-x-shockwave-flash {
	background-position: -148px 0;
}

.icon-mime-audio-mp3 {
	background-position: -50px -245px;
}

.icon-mime-audio-mpeg {
	background-position: -50px 0;
}

.icon-mime-audio-x-ms-wma {
	background-position: -1px -245px;
}

.icon-mime-audio-wav {
	background-position: -1px -98px;
}

.icon-mime-text-html {
	background-position: -99px -245px;
}

.icon-mime-text-x-gedcom {
	background-position: -50px -49px;
}

.icon-mime-image-bmp {
	background-position: 197px 0;
}

.icon-mime-image-gif {
	background-position: -197px -49px;
}

.icon-mime-image-jpeg {
	background-position: -1px -147px;
}

.icon-mime-image-png {
	background-position: -99px -98px;
}

.icon-mime-image-svg {
	background-position: -197px -196px;
}

.icon-mime-image-tiff {
	background-position: -148px -98px;
}

.icon-mime-video-quicktime {
	background-position: -99px -147px;
}

.icon-mime-video-avi {
	background-position: -99px 0;
}

.icon-mime-video-x-ms-wmv {
	background-position: -50px -196px;
}
/* ====== Theme Footer ========= */

footer {
	clear: both;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

.contact-links {
	margin-top: 15px;
}

.powered-by-webtrees {
	display: inline-block;
	margin-top: 10px;
	width: 100px;
	height: 21px;
}

.powered-by-webtrees::after {
	content: url(images/powered-by-webtrees.png);
}

.icon-indis {
	width: 25px;
	height: 25px;
	background-image: url(images/indis.png);
}

.icon-patriarch {
	width: 25px;
	height: 25px;
	background-image: url(images/patriarch.png);
}

.icon-pedigree {
	width: 25px;
	height: 25px;
	background-image: url(images/pedigree.png);
}

.icon-place {
	width: 25px;
	height: 25px;
	background-image: url(images/place.png);
}

.icon-repo-list {
	width: 25px;
	height: 25px;
	background-image: url(images/repository.png);
}

.icon-repository {
	width: 25px;
	height: 25px;
	background-image: url(images/repository.png);
}

.icon-search {
	width: 25px;
	height: 25px;
	background-image: url(images/search.png);
}

.icon-sfamily {
	width: 25px;
	height: 25px;
	background-image: url(images/sfamily.png);
}

.icon-source-list {
	width: 25px;
	height: 25px;
	background-image: url(images/source.png);
}

.icon-tree {
	width: 25px;
	height: 25px;
	background-image: url(images/tree.png);
}

.icon-user_add {
	width: 25px;
	height: 25px;
	background-image: url(images/user_add.png);
}

.cookie-warning {
	background: #aaa;
	color: #fff;
	height: 3em;
	line-height: 2.5em;
	transition: height 0.5s;
}
.cookie-warning.hidden {
	height: 0;
	overflow: hidden;
}
