/**
* webtrees: online genealogy
* Copyright (C) 2018 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 .
*/
/* The FAB theme */
/* Colors for chart boxes, etc. */
:root {
--sex-f-fg: #9c3163;
--sex-m-fg: #31639c;
--sex-u-fg: #319c43;
--sex-f-bg: #ffdddd;
--sex-m-bg: #ddddff;
--sex-u-bg: #ddffdd;
}
/* 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;
}
/*
* Pages have the following high-level structure:
*
* wt-global wt-theme- wt-route-
* +---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-footers
* +---wt-footer wt-footer-contact
* +---wt-footer wt-footer-cookies
* +---wt-footer wt-footer-page-views
* +---wt-footer wt-footer-powered-by
*/
.wt-global {
/* Prevent redraws when dynamic content requires a scrollbar. */
overflow-y: scroll;
/* Keep the page as tall as the window, so the footer can remain at the bottom. */
display: flex;
min-height: 100vh;
flex-direction: column;
/* Any wide content will have its own horizontal scrollbar */
overflow-x: hidden;
color: #555;
}
.wt-header-wrapper {
}
.wt-header-container {
background-color: #eee;
}
.wt-header-content {
}
.wt-accessibility-links {
}
.wt-site-logo {
display: none;
}
.wt-site-title {
order: 1;
flex: 1 1 0;
font-size: 1.5rem;
color: #888;
}
.wt-header-search {
order: 3;
flex: 0 0 15rem;
}
.wt-header-search-form {
}
.wt-header-search-field {
}
.wt-header-search-button {
}
.wt-secondary-navigation {
order: 2;
flex: 0 0 0;
white-space: nowrap;
}
.wt-secondary-menu {
flex-wrap: nowrap;
}
.wt-secondary-menu .nav-link {
display: inline-block;
padding: 0.5rem;
}
.wt-secondary-menu .nav-item::after {
content: "|";
}
.wt-secondary-menu .dropdown-toggle::after {
display: none;
}
.wt-primary-navigation {
order: 4;
flex: 0 0 100%;
background-color: #eee;
}
.wt-primary-menu {
justify-content: center;
}
.wt-primary-menu .dropdown-toggle::after {
display: none;
}
.wt-primary-menu .nav-link {
white-space: nowrap;
display: inline-block;
padding: 0.5rem;
}
.wt-primary-menu .nav-item + .nav-item::before {
content: "|";
}
.wt-main-container {
/* Grow to fill content, to allow footer to stay at bottom of page. */
flex: 1;
/* Space between the header/footer and the main content. */
padding-top: 1rem;
padding-bottom: 1rem;
}
.wt-main {
}
.wt-messages {
}
.wt-page-title {
text-align: center;
}
.wt-page-options .form-group {
margin-bottom: 0;
}
.wt-page-options-label {
background-color: #ccc;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
Color: #555;
font-weight: bold;
}
.wt-page-options-value {
background-color: #ddd;
border: 1px solid #fff;
border-top: 1px solid #ddd;
padding: 0.25rem 0.75rem;
}
.wt-page-content {
margin-top: 1rem;
}
.wt-footers {
}
.wt-footer {
}
.wt-footer-contact {
}
.wt-footer-cookies {
background: #aaa;
color: #fff;
transition: height 0.5s;
}
.wt-footer-page-views {
}
.wt-footer-powered-by {
}
.wt-footer-powered-by-webtrees {
width: 100px;
height: 21px;
content: url(images/powered-by-webtrees.png);
}
/*
* The tree/user home pages
*
* wt-home-page / wt-user-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: #eee;
padding: 3px;
vertical-align: top;
}
.wt-block-header {
background-color: #eee;
border-bottom: 0;
font-weight: bold;
}
.wt-block-content {
}
.blockcontent .list_table {
border-right: 0;
}
.blockcontent .list_value,
.blockcontent .list_value_wrap {
border: 0;
}
/*
* The individual page.
*
* wt-route-individual
* +---wt-header-wrapper
*/
.wt-individual-silhouette {
content: url(images/individual-silhouette-unknown.png);
}
.wt-individual-silhouette-F {
content: url(images/individual-silhouette-female.png);
}
.wt-individual-silhouette-M {
content: url(images/individual-silhouette-male.png);
}
/*
* Ancestors chart
*
* wt-chart, wt-ancestors-chart
* +---wt-ancestors-chart-list
* +---wt-ancestors-chart-list-item
* +---
* +---wt-ancestors-chart-list
* +---wt-ancestors-chart-list-item
* +---...
*/
.wt-ancestors-chart-list {
}
.wt-ancestors-chart-list-item {
}
/*
* 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-initials-list-surnames
* +---wt-initial-list-item
* +---wt-initial
* +---wt-initial, active
* +---wt-initials-list, wt-initials-list-given-names
* +---wt-initial-list-item
* +---wt-initial
* +---wt-initial, active
* wt-page-content
* +---wt-list, wt-{family,individual}-list
*/
.wt-initials-list {
font-size: 1.25rem;
}
.wt-initials-list-item {
display: inline;
}
.wt-initials-list-item + .wt-initials-list-item::before {
content: '|';
}
.wt-initial {
}
.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
*/
/* ====== Round Corners ======== */
.border1,
.block,
.descriptionbox,
.list_label,
.list_label_wrap,
.list_value,
.list_value_wrap,
.messagebox,
.optionbox,
.person_box,
.person_boxF,
.person_boxNN,
.person0,
.person1,
.person2,
.person3,
.person4,
.person5,
#indi_main_blocks,
#tabs,
.topbottombar {
margin: 4px;
padding: 4px;
border-radius: 4px;
}
/* ios on click workaround */
.iconz {
cursor: pointer;
}
a {
text-decoration: none;
}
a:hover,
a:active {
color: #369;
text-decoration: underline;
}
a:link,
a:visited {
color: #369;
}
:focus {
outline-style: none;
}
.flash-messages {
clear: both;
text-align: center;
}
dl {
margin: 0;
}
dt {
float: left;
font-weight: bold;
margin-right: 10px;
}
#mycart a img {
height: 15px;
}
.button {
width: 60px;
}
.alpha_index {
color: #999;
}
.person_box,
.person_boxF,
.person_boxNN {
margin: 0;
border: 1px solid #ccc;
}
.person_box_template .details0,
.person_box_template .details1 {
font-size: 11px;
}
.person_box, .action_header {
padding: 3px;
background-color: #ddf;
}
.person_boxF, .action_headerF {
padding: 3px;
background-color: #fdd;
}
.person_boxNN {
padding: 3px;
background-color: #dfd;
}
.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 {
background-color: #ccc;
font-weight: bold;
text-align: center;
}
.list_value,
.list_value_wrap {
background-color: #ddd;
vertical-align: top;
}
.list_label,
.list_value {
white-space: nowrap;
}
.list_label_wrap,
.list_value_wrap {
white-space: normal;
}
div.fact_SHARED_NOTE {
clear: both;
}
/* Table of genealogical facts */
.wt-facts-table caption {
caption-side: top;
}
.wt-facts-table th {
background-color: #ccc;
border-radius: 4px;
text-align: center;
font-weight: normal;
min-width: 20%;
}
.wt-facts-table td {
border-radius: 4px;
background-color: #ddd;
}
.wt-facts-table .wt-gender-M td {
background-color: #ddf;
}
.wt-facts-table .wt-gender-F td {
background-color: #fdd;
}
.tabs_table {
width: 99%;
}
.name1, .name2 {
color: #337;
}
a:hover, a:hover .name1, a:hover .name2 {
color: #f00;
}
a:hover .nameZoom {
font-size: 16px;
font-weight: bold;
}
.nameZoom {
color: #555;
font-size: 16px;
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: #f00;
font-weight: bold;
}
.largeError {
color: #f00;
font-weight: bold;
}
.warning {
color: #f00;
font-weight: bold;
}
.indent {
padding-left: 7px;
}
.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: #ccc;
}
.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: 295px;
}
.parentdeath {
padding: 1px;
}
.source_citations {
display: none;
}
.selected-option {
background-color: #d6e0ea;
}
.border1 {
border: 0;
}
.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: #eee;
border: thin #aaa;
visibility: hidden;
position: absolute;
padding: 5px;
}
.submenuitem {
vertical-align: middle;
font-size: 11px;
height: 20px;
text-decoration: none;
background-color: #eee;
padding: 1px;
white-space: nowrap;
}
.submenuitem_hover {
vertical-align: middle;
height: 20px;
font-size: 11px;
background-color: #eee;
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: #ccc;
border-top: none;
}
.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;
}
#user-page h1 {
margin: 0.25em auto 0.6em;
}
.tvertline {
vertical-align: bottom;
}
#childbox {
padding: 5px;
position: absolute;
display: none;
text-align: start;
white-space: nowrap;
top: 20px;
left: 0;
}
.layout3 #childbox {
top: auto;
bottom: 20px;
}
#childbox a.name1 {
display: block;
margin-left: 5px;
}
.person0 {
background-color: #aaf;
vertical-align: top;
}
.person1 {
background-color: #afa;
vertical-align: top;
}
.person2 {
background-color: #faa;
vertical-align: top;
}
.person3 {
background-color: #55f;
vertical-align: top;
}
.person4 {
background-color: #f55;
vertical-align: top;
}
.person5 {
background-color: #5f5;
vertical-align: top;
}
.listlog {
line-height: 20pt;
}
.starredname {
text-decoration: underline;
}
.search_hit {
background-color: #ff0;
}
.search_item {
font-weight: 600;
}
.topbottombar,
.descriptionbox {
font-weight: bold;
background-color: #ccc;
vertical-align: top;
}
.descriptionbox {
font-size: 14px;
background-color: #ccc;
vertical-align: top;
padding: 3px;
}
.optionbox {
background-color: #ddd;
color: #000;
vertical-align: top;
white-space: nowrap;
padding: 3px;
}
.vmiddle {
vertical-align: middle;
}
.red {
color: #f00;
}
.wt-relation-fact,
.wt-historic-fact {
opacity: 0.8;
}
.messagebox {
background-color: #bce;
}
/* ---Pending edits--- */
.new {
outline: solid #00f 1px;
}
.old {
outline: solid #f00 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: 0;
}
/* ---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 ======= */
.gedcom_favorites_block,
.user_favorites_block,
.person_box_template {
overflow: visible !important;
}
/* Box styles are
0 compact view
1 normal view - small box
2 normal view - large box
*/
.box-style0 {
cursor: n-resize;
}
.box-style0-expanded {
cursor: 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;
}
.person_box_template .icons {
float: right;
}
.person_box_template .inout {
clear: both;
display: none;
}
.person_box_template .chart_textbox {
overflow: hidden;
font-size: .75rem;
line-height: 1;
padding-bottom: 4px;
}
.person_box_template .chart_textbox .name1{
line-height: 1;
font-weight: bold;
}
.person_box_template img,
.person_box_template a.gallery {
float: left;
height: 50px;
margin: 0 2px 0 0;
max-width: 80px;
width: auto;
}
.person_box_template i[class^="icon-silhouette"] {
float: left;
}
/* --- 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);
}
.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: #cde;
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 ====== */
.recent_changes_block,
.upcoming_events_block,
.todays_events_block,
.todo_block {
width: 98%;
}
.surname-list,
.givn-list {
margin: 5px auto;
}
.source-list table,
.note-list table,
.repo-list table,
.media-list table,
.indi-list table,
.fam-list table {
width: 100%;
}
.source-list td,
.note-list td,
.repo-list td,
.media-list td,
.indi-list td,
.fam-list td,
.recent_changes_block td,
.upcoming_events_block td,
.surname-list td,
.givn-list td {
padding: 2px 5px;
}
.indi-list td,
.fam-list td {
color: #555;
}
.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,
.wt-table-changes th,
.wt-table-events th,
.wt-table-tasks th,
.wt-table-yahrzeits 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;
}
.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;
}
#main_select,
#available_select,
#right_select {
min-width: 150px;
}
.user_welcome_block table,
.gedcom_block_block table {
margin: auto;
}
.user_welcome_block td,
.gedcom_block_block td {
width: 33%;
text-align: center;
vertical-align: top;
}
/* ==== Favourites block ===== */
.blockcontent .person_box_template .details2 {
min-height: 40px;
}
.blockcontent [class*='box-style2'] {
margin: 5px 0;
}
.add_fav_head {
font-weight: 900;
margin: 5px 0;
}
.add_fav_head i {
margin: 0 5px 1px;
}
.add_fav_ref label {
display: inline-block;
min-width: 100px;
}
.add_fav_ref input {
margin: 0 5px;
}
/* === Who is online block === */
.logged_in_list {
margin: 5px 0 0;
padding: 0;
line-height: 20px;
}
/* ==== Theme select block === */
.theme_form ul {
margin: -10px auto;
}
.theme_form li {
visibility: hidden;
}
.theme_form li ul li {
display: inline-block;
padding: 10px;
visibility: visible;
}
/* ==== FAQ table styles ===== */
table.faq {
background-color: #ddd;
margin: 5px 0 50px 5px;
width: 98%;
}
table.faq tr:nth-child(odd) td {
background-color: #eee;
}
div.faq_title {
background-color: #ddd;
margin: 1em 0;
padding: .25em;
font-weight: bold;
width: 98%;
}
div.faq_body {
clear: both;
padding: 0 1em;
}
.faq_top {
float: right;
}
/* === Positioning edit, copy, delete links === */
/* General use */
.editfacts {
clear: left;
padding-top: 15px;
}
/* ======== Indi header ====== */
#indi_header {
overflow: hidden;
border-radius: 4px;
margin-bottom: 5px;
width: 98%;
}
#indi_header h3 {
color: #369;
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.person_box,
#indi_header h3.person_boxF,
#indi_header h3.person_boxNN {
border: 0;
}
#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: right;
}
#header_accordion1 {
padding: 0 10px 0 0;
overflow: hidden;
}
#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 {
color: #369;
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;
font-size: 10px;
margin-bottom: 8px;
}
.markdown th {
font-weight: bold;
}
.markdown td,
.markdown th {
border: solid thin #000;
padding: 3px;
}
.odometer {
font-family: courier, monospace;
font-weight: bold;
background: #000;
color: #fff;
}
/* ======== 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;
}
.media-display-image {
float: left;
}
.media-display-title {
float: left;
font-style: italic;
margin: 10px;
}
/* === jQuery.datatable styling general over-rides === */
.odd {
background-color: LightGrey;
}
.even {
background-color: #fff;
}
.css_right {
float: left;
}
.fg-button {
padding: 2px 6px;
}
.fg-toolbar {
background: #eee;
border-color: #aaa;
}
.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;
}
.recent_changes_block .dataTables_info,
.upcoming_events_block .dataTables_info,
.todays_events_block .dataTables_info,
.todo_block .dataTables_info,
.yahrzeit_block .dataTables_info {
padding: 0;
}
.upcoming_events_block .dataTables_info,
.todays_events_block .dataTables_info {
padding: 2px 0 0;
}
.upcoming_events_block button,
.todays_events_block button {
margin: 0 20px;
}
.dataTables_length {
float: right;
font-weight: normal;
}
.dataTables_length select,
.dataTables_filter input {
padding: 1px;
}
.dt-clear {
clear: both;
}
#loading {
text-align: center;
}
.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;
}
/* ======= Sidebar setup ===== */
#main {
min-width: 600px;
width: 100%;
display: table;
table-layout: fixed;
}
#indi_left {
display: table-cell;
}
#tabs {
padding-bottom: 0;
margin-bottom: 0;
width: 98%;
overflow: visible;
}
/* sidebar */
#sidebar {
width: 20%;
display: table-cell;
vertical-align: top;
}
/* Sidebar - Family navigator */
.wt-family-navigator-dropdown {
background: #eee;
}
.wt-family-navigator-dropdown-heading {
font-weight: bold;
font-size: inherit;
color: inherit;
}
/* Sidebar - Descendants */
#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;
}
/* Individuals and Families */
#sidebar-content-individuals,
#sidebar-content-families {
margin-top: 5px;
}
.sb_indi_surname_li,
.sb_fam_surname_li {
list-style-image: url(fab/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: -10px;
}
#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 {
font-weight: bold;
padding-top: 5px;
}
/* http://www.jacklmoore.com/colorbox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxWrapper {
max-width: none;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
background: #fff;
}
#cboxContent {
background: #fff;
overflow: hidden;
position: relative;
padding: 0.5rem;
border: 0.25rem solid #ccc;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
box-sizing: content-box;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadedContent {
margin-bottom: 28px;
}
#cboxTitle {
background: #fff;
position: absolute;
bottom: 0.25rem;
left: 0;
margin: 0 3rem;
text-align: center;
}
#cboxLoadingGraphic {
background: url(images/loading-32x32.gif) no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
background: none;
border: 0;
cursor: pointer;
font-family: "Font Awesome\ 5 Free", sans-serif;
font-weight: 900;
overflow: visible;
padding: 0;
position: absolute;
}
#cboxSlideshow {
bottom: 0.25rem;
right: 0.25rem;
}
#cboxPrevious {
bottom: 0.25rem;
left: 0.25rem;
}
#cboxNext {
bottom: 0.25rem;
left: 1.5rem;
}
#cboxClose {
top: 0.25rem;
right: 0.25rem;
}
/* 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;
}
.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;
}
/*-- Fan chart ---- */
.fan_chart_menu {
position: absolute;
display: none;
z-index: 100;
}
#fan_chart ul {
list-style-type: none;
margin: 0;
}
/* Lifespans chart */
.wt-lifespans-subtitle {
text-align: center;
}
.wt-lifespans-scale {
white-space: nowrap;
}
.wt-lifespans-decade {
width: 70px;
height: 60px;
display: inline-block;
background-image: url(images/lifespan-decade.png);
background-position-y: bottom;
background-repeat: no-repeat;
background-size: 70px 37px;
}
.wt-lifespans-individuals {
background: #fafafa;
}
.wt-lifespans-individual {
}
.wt-lifespans-summary {
background: #ffffff;
border: thin solid #000;
z-index: 1;
}
.wt-lifespans-summary-link {
font-weight: bold;
}
/*-- Pedigree ---- */
#pedigree_chart {
position: relative;
margin: 20px auto;
}
#pedigree_canvas {
color: #aaa;
z-index: -1000;
}
#pedigree-page .shadow {
position: absolute;
white-space: nowrap;
}
#pedigree-page .layout0 .shadow > div,
#pedigree-page .layout1 .shadow > div {
display: inline-block;
vertical-align: middle;
}
#pedigree-page .spacer {
background-image: url(images/spacer.png);
height: 20px;
width: 1px;
}
#childarrow,
.ancestorarrow {
text-align: center;
}
#pedigree-page #childarrow {
position: relative;
}
#pedigree-page #childbox {
border: 1px solid;
background-color: #fff;
}
#pedigree-page table.list_table {
margin: 0 auto;
width: 500px;
}
.pedigree_chart_table {
border: 0;
border-collapse: collapse;
padding: 0;
width: 100%;
}
/*-- timeline --*/
#timeline_chart {
position: relative;
top: 0;
left: 0;
}
#field_table {
width: 40%;
min-width: 600px;
}
/*-- Relationship ---- */
.wt-relationship-chart .hline-text,
.wt-relationship-chart .vline-text {
font-size: 12px;
}
/*
* 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%;
}
/*
* Default icons are provided by FontAwesome.
* Some icons get mirrored on RTL pages. Typiclly arrows
*/
[dir=rtl] .wt-flip-rtl {
transform: scale(-1, 1);
}
.wt-icon-anniversary {
content: url(images/anniversary.png);
}
.wt-icon-arrow-down {
}
a > .wt-icon-arrow-down:hover {
}
.wt-icon-arrow-left {
}
a > .wt-icon-arrow-left:hover {
}
.wt-icon-arrow-right {
}
a > .wt-icon-arrow-right:hover {
}
.wt-icon-arrow-up {
}
a > .wt-icon-arrow-up:hover {
}
.wt-icon-coordinates {
content: url(images/coordinates.png)
}
.wt-icon-reorder {
content: url(images/reorder.png);
}
.wt-icon-sex-f::before {
color: var(--sex-f-fg);
}
.wt-icon-sex-m::before {
color: var(--sex-m-fg);
}
.wt-icon-sex-u::before {
color: var(--sex-u-fg);
}
.wt-icon-sex-x::before {
color: var(--sex-u-fg);
}
.wt-icon-warning {
}
/*
* .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
*/
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-size: cover;
}
.icon-add {
width: 14px;
height: 15px;
background-image: url(images/add.png);
}
.icon-cfamily {
width: 24px;
height: 24px;
background-image: url(fab/images/cfamily.png);
}
.icon-childless {
width: 25px;
height: 25px;
background-image: url(fab/images/childless.png);
}
.icon-children {
width: 16px;
height: 16px;
background-image: url(fab/images/children.png);
}
.icon-clippings {
width: 24px;
height: 24px;
background-image: url(fab/images/clippings.png);
}
.icon-edit_indi {
width: 25px;
height: 25px;
background-image: url(fab/images/edit_indi.png);
}
.icon-fam-list {
width: 24px;
height: 24px;
background-image: url(fab/images/sfamily.png);
}
.icon-indi-list {
width: 50px;
height: 50px;
background-image: url(fab/images/indis.png);
}
.icon-loading-small {
width: 16px;
height: 16px;
background-image: url(fab/images/indicator.gif);
}
.icon-media {
width: 24px;
height: 24px;
background-image: url(fab/images/media.png);
}
.icon-media-list {
width: 24px;
height: 24px;
background-image: url(fab/images/media.png);
}
.icon-media-next {
width: 20px;
height: 20px;
background-image: url(fab/images/rdarrow.png);
}
.icon-media-play {
width: 20px;
height: 20px;
background-image: url(fab/images/rarrow.png);
}
.icon-media-stop {
width: 20px;
height: 20px;
background-image: url(fab/images/stop.png);
}
.icon-minus {
width: 11px;
height: 11px;
background-image: url(fab/images/minus.png);
}
.icon-mypage {
width: 25px;
height: 25px;
background-image: url(fab/images/mypage.png);
}
.icon-note {
width: 16px;
height: 16px;
background-image: url(fab/icons/note.png);
}
.icon-pin-in {
width: 16px;
height: 16px;
background-image: url(fab/images/pin-in.png);
}
.icon-pin-out {
width: 16px;
height: 16px;
background-image: url(fab/images/pin-out.png);
}
.icon-plus {
width: 11px;
height: 11px;
background-image: url(fab/images/plus.png);
}
.icon-remove {
width: 14px;
height: 15px;
background-image: url(fab/images/remove.png);
}
.icon-resn-confidential {
width: 16px;
height: 16px;
background-image: url(fab/images/resn_confidential.png);
}
.icon-resn-locked {
width: 16px;
height: 16px;
background-image: url(fab/images/resn_locked.png);
}
.icon-resn-none {
width: 16px;
height: 16px;
background-image: url(fab/images/resn_none.png);
}
.icon-resn-privacy {
width: 16px;
height: 16px;
background-image: url(fab/images/resn_privacy.png);
}
.icon-rings {
width: 9px;
height: 9px;
background-image: url(fab/images/rings.png);
}
.icon-selected {
width: 12px;
height: 12px;
background-image: url(fab/images/selected.png);
}
.icon-slide_close {
width: 22px;
height: 20px;
background-image: url(fab/images/close.png);
}
.icon-slide_open {
width: 20px;
height: 22px;
background-image: url(fab/images/open.png);
}
.icon-source {
width: 24px;
height: 24px;
background-image: url(fab/images/source.png);
}
/* Silhouettes on charts */
.icon-silhouette-F {
width: 37px;
height: 45px;
background-image: url(fab/images/silhouette_female_small.png);
}
.icon-silhouette-M {
width: 37px;
height: 45px;
background-image: url(fab/images/silhouette_male_small.png);
}
.icon-silhouette-U {
width: 37px;
height: 45px;
background-image: url(fab/images/silhouette_unknown_small.png);
}
.menu-language li {
text-align: left; /* The language menu is always LTR, even on RTL pages */
}
.menu-theme li {
text-align: left; /* The theme menu is always LTR, even on RTL pages */
}
.icon-indis {
width: 24px;
height: 24px;
background-image: url(fab/images/indis.png);
}
.icon-patriarch {
width: 24px;
height: 24px;
background-image: url(fab/images/patriarch.png);
}
.icon-pedigree {
width: 24px;
height: 24px;
background-image: url(fab/images/pedigree.png);
}
.icon-place {
width: 24px;
height: 24px;
background-image: url(fab/images/place.png);
}
.icon-repo-list {
width: 30px;
height: 30px;
background-image: url(fab/images/repository.png);
}
.icon-repository {
width: 30px;
height: 30px;
background-image: url(fab/images/repository.png);
}
.icon-search {
width: 24px;
height: 24px;
background-image: url(fab/images/search.png);
}
.icon-sfamily {
width: 24px;
height: 24px;
background-image: url(fab/images/sfamily.png);
}
.icon-source-list {
width: 24px;
height: 24px;
background-image: url(fab/images/source.png);
}
.icon-user_add {
width: 24px;
height: 24px;
background-image: url(fab/images/user_add.png);
}
/*
* Icons for file types
*
* Icons made by Zlatko Najdenovski
* https://www.flaticon.com/packs/file-formats-3"
* Creative Commons BY 3.0
*/
.wt-mime {
background: url(images/mime.svg);
display: inline-block;
width: 48px;
height: 48px;
}
.wt-mime-application-pdf {
background: url(images/mime-application-pdf.svg);
}
.wt-mime-audio {
background: url(images/mime-audio.svg);
}
.wt-mime-text {
background: url(images/mime-text.svg);
}
.wt-mime-text-html {
background: url(images/mime-text-html.svg);
}
.wt-mime-video {
background: url(images/mime-video.svg);
}
/*
* On-screen keyboard, for entering characters that are not on the keyboard
*/
.wt-osk {
position: fixed;
z-index: 1000;
top: 1rem;
display: none;
}
.wt-osk-keys {
background: #eee;
padding: 0.25rem;
font-size: larger;
}
.wt-osk-group {
display: inline-block;
margin: 0.25rem;
padding: 0.25rem 0;
}
.wt-osk-key {
background: #ddd;
border-radius: .25rem;
padding: 0.25rem;
cursor: pointer;
}
.wt-osk-key-shift {
color: #aaa;
font-size: smaller;
}
.wt-osk-keys.shifted .wt-osk-key {
color: #aaa;
}
.wt-osk-keys.shifted .wt-osk-key-shift {
color: #555;
}
/* Census assistant */
.wt-census-assistant-form-control:focus {
min-width: 12rem;
}
/*
* Drag and drop sortable lists
*/
.wt-sortable-list {
}
.wt-sortable-item {
cursor: move;
}
/* Some blocks show a reduced version on the right-hand side. */
.wt-side-blocks .wt-side-block-optional {
display: none !important;
}
/* my page chart enhancements */
.wt-block-content-charts {
flex-flow: column-reverse;
overflow: auto;
}
.wt-block-content-todays-events-block {
padding: .25rem;
}
/* Some charts are wider than the page. */
.wt-chart {
overflow-x: auto;
overflow-y: hidden;
}
/* Fit thumbnail into parent on charts */
.select2-selection.select2-selection--single {
min-height: 36px;
height: auto;
padding: 2px 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 2px;
}
.select2-selection--single .NAME {
padding-left: 4px;
}
/*
* These selectors control how the short horizontal lines are positioned in the Charts
* Optimized for Win10 and FF, Chrome and Edge browsers
* Ancestors
* Descendants
* amily book
* Hourglass chart
*
*/
/* Ascentors */
.wt-ancestors-chart .linea1 {margin-bottom: 4px;}
.wt-ancestors-chart .linea2 {margin-bottom: 7px;}
.wt-ancestors-chart .linea3 {margin-bottom: 4px;}
.wt-ancestors-chart .linea4 {margin-bottom: 7px;}
.wt-ancestors-chart .linea5 {vertical-align: top;}
/* Descendants */
.wt-descendants-chart .lined1 {margin-bottom: 4px;}
.wt-descendants-chart .lined2 {margin-bottom: 7px;}
.wt-descendants-chart .lined3 {margin-bottom: 4px;}
.wt-descendants-chart .lined4 {margin-bottom: 7px;}
.wt-descendants-chart .linea5 {vertical-align: top;}
/* Family book */
.linef1 {margin-bottom: 3px;}
.linef2 {margin-bottom: 3px;}
.linef3 {margin-bottom: 7px;}
/* Hourglass */
.lineh1 {margin-bottom: 4px;}
.lineh2 {margin-bottom: 4px;}
.lineh3 {margin-bottom: 7px;}
/*
* Ancestors chart
*
* wt-chart, wt-ancestors-chart
* +---wt-ancestors-chart-list
* +---wt-ancestors-chart-list-item
*/
.wt-ancestors-chart-list {
}
.wt-ancestors-chart .family-break {
page-break-before: always;
}
/*
* Compact chart
*
* wt-chart, wt-compact-chart
*/
.wt-ancestors-chart-list-item {
list-style: none outside none;
}
.wt-ancestors-chart .person_box_template {
line-height: 1.0;
}
/*
* 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 {
list-style: none outside none;
}
#descendancy_chart .person_box_template, .wt-descendants-chart .person_box_template {
line-height: 1.0;
}
.wt-descendants-chart .family-break {
page-break-before: always;
}
/*
* Family book chart
*
* wt-chart, wt-family-book-chart
*/
.wt-family-book-chart .person_box_template {
line-height: 1.0;
}
.wt-family-book-chart hr {
page-break-after: always;
}
/*
* Hourglass chart
*
* wt-chart, wt-hourglass-chart
*/
.hourglassChart .person_box_template {
line-height: 1.0;
}
/*
* Pedigree chart
*
* wt-chart, wt-pedigree-chart
*/
#pedigree_chart {
position: relative;
margin: 20px auto;
}
#pedigree_canvas {
z-index: -1000;
}
.wt-pedigree-chart .person_box_template {
line-height: 1.0;
}
#childbox-pedigree {
border: 1px solid;
background-color: #fff;
}
#pedigree-page #childbox-pedigree {
border: 1px solid;
background-color: #fff;
}
#childbox-pedigree {
padding: 5px;
position: absolute;
display: none;
text-align: start;
white-space: nowrap;
left: auto;
z-index: 9999;
}
.wt-pedigree-chart, .wt-hourglass-chart {
overflow-y: auto;
}
.wt-pedigree-chart .spacer {
background-image: url(images/spacer.png);
height: 20px;
width: 1px;
}
#pedigree-page .shadow {
box-shadow: 0 0 0!important; /* override vendor css shadow */
}
#childarrow,
.ancestorarrow {
text-align: center;
display: inline-block;
vertical-align: middle;
}
.layout3 #childbox-pedigree {
top: auto;
}
#childbox-pedigree a.name1 {
display: block;
margin-left: 5px;
}
/*
* Relationships chart
*
* wt-chart, wt-relationships-chart
*/
.wt-relationship-chart .person_box_template {
line-height: 1.0;
}
.vline-text, .hline-text { font-size: 0.7rem;
}
/*
* Place hierarchy
*
* wt-place-hierarchy-page
*/
#place-hierarchy ul {
list-style-type: none;
}
.d-table-cell {
padding-right: 5px;
}
/*
* Search
*
* wt-search-page, wt-general-serach-page/wt-phonetic-search-page/wt-advanced-search-page/wt-search-replace-page
*/
/* Some menus (e.g. languages) can be longer than a page */
.dropdown-menu {
max-height: 30rem;
overflow-x: hidden;
}
/* Clipping cart */
.clipping-cart h2 {
margin: 20px;
text-align: center;
}
.clipping-cart .wt-page-options {
max-width: 25rem;
}
.clipping-cart .topbottombar, .clipping-cart .optionbox, .add-to .topbottombar {
font-size: 1rem;
}
.clipping-cart .add-to {
text-align: left;
}
/* Forms */
.col-form-label {
font-weight: bold;
}
/* Popups */
.popup .nav-link {
display: inline;
vertical-align: top;
padding: 5px;
}