
/* ---------- General ---------- */

html, body {
    font-family: 'Be Vietnam Pro', sans-serif;
    background: #F8F8F8;
    color: black;
    margin: 0;
    font-weight: 300;
}

a,
.link:not(.brokenlink) {
    color: #8c2624;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}

a:hover,
.link:not(.brokenlink):hover {
    color: #6c1715;
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    font-family: 'EB Garamond', Georgia, serif;
    color: #8c2624;
}

h1 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

h2 {
    font-size: 2em;
    padding-bottom: 0.5em;
    line-height: 1em;
}

h3 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
    line-height: 1em;
}

h4 {
    line-height: 1em;
    font-size: 1.2em;
    padding: 0.8em 0 0.1em 0;
}

hr {
    border-top: 0.4rem solid #121d29;
    width: 9rem;
    margin: 0.2em 0 1.3em 0;
}

table {
    width: 100%;
}

td,
th {
    border: 1px solid #AAA;
    padding: 0.3em;
    vertical-align: middle;
}

th {
    background: #c7c8ba;
    color: #454335;
    border: 1px solid #878369;
    font-weight: 400;
    text-align: center;
}

th.sortable {
    cursor: pointer;
}

th .sorticon {
   display: inline-block;
   margin-left: 0.5em; 
}

tr.table-separator td,
tr.table-separator th {
    border: none;
}

tr:not(.table-separator):nth-child(odd):hover,
tr:not(.table-separator):nth-child(even):hover {
    background: #e3e3dc;
}

td.align-left {
    text-align: left;
}

td.align-right {
    text-align: right;
}

p {
    margin: 0.5em 0;
    line-height: 1.7em;
}

li {
    line-height: 1.5em;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding: 0.3em 1.3em 0.3em 0.3em;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    display: block;
    border: 1px solid #BBB;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    background-color: white;
}

select option,
.list-options-filters-filter select option {
    color: black;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.clearfloat {
    clear: both;
}

i.icon {
    margin-right: 0.3em;
    user-select: none;
}

.keyvaluepair {
    margin: 0.7em 0;
}

/* ---------- Header ---------- */

header {
    display: block;
    height: 6.4rem;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("../images/header-bg.5c6207e49975.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #eeefe9;
}

#header-logo {
    padding: 0.64rem 0 0 0.64rem;
    display: block;
    width: fit-content;
}

/* ---------- Navigation ---------- */

nav {
    position: fixed;
    top: 6.4rem;
    left: 0;
    z-index: 99;
    font-family: 'EB Garamond', Georgia, serif;
}

nav.navbar {
    background: #303030;
    vertical-align: middle;
    color: #eeefe9;
}

.nav-link,
.nav-link:hover {
    color: #eeefe9;
}

.nav-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.08);
}

.nav-link.active {
    background: rgba(255, 255, 255, 0.15);
}

#nav-languagelinks a:not(.active) img {
    filter: grayscale(100%);
    opacity: 0.5;
}

#nav-languagelinks a:not(.active) img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.dropdown-item.active {
    background: rgba(0, 0, 0, 0.13);
    color: inherit;
}

.dropdown-item:active {
    background: inherit;
    color: inherit;
}

/* ---------- Main ---------- */

main {
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

main section {
    padding: 2rem 0 1rem 0;
}

/* ---------- Popup ---------- */

#popup {
    display: none; /* hidden on page load */
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

#popup-content {
    background: white;
    position: fixed;
    padding: 2em;
    overflow: scroll;
}

#popup-content-close {
    margin: -1em;
    background: #202020;
    color: #EEE;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    font-size: 1.2em;
}

#popup-content-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 1em 0 2em 0;
}

#popup-content-article {
    font-size: 0.95em;
}

/* ---------- Loading ---------- */

#loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(255, 255, 255, 0);
    z-index: 1000;
    padding-top: 30vh;
}

#loading span {
    display: block;
    font-size: 0.9em;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#loading-content {
    text-align: center;
    background: #c7c8ba;
    color: #454335;
    width: fit-content;
    margin: auto;
    padding: 1em;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}

#loading-content-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

#loading-content-icon div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #454335;
    border-radius: 50%;
    animation: animation-ornaments-list-loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #454335 transparent transparent transparent;
}

#loading-content-icon div:nth-child(1) {
    animation-delay: -0.45s;
}

#loading-content-icon div:nth-child(2) {
    animation-delay: -0.3s;
}

#loading-content-icon div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes animation-ornaments-list-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ---------- PASE: Database ---------- */

#pase-database .pase-database-column .column-header {
    width: 100%;
    display: block;
    background: #c7c8ba;
    color: #454335;
    height: 3em;
}

#pase-database .column-header-title {
    display: inline-block;
    vertical-align: top;
    width: 7em;
    font-size: 1.4em;
    padding: 0.6em;
    font-family: 'EB Garamond', Georgia, serif;
    height: 2.13em;
}

#pase-database .column-header-controls {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 10.5em);
    text-align: right;
    padding: 0.4rem;
}

#pase-database #detail-header-controls-goback {
    display: none;
}

#pase-database #detail-header-controls-goback.active {
    display: inline-block;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 0.2rem;
    padding: 0.3rem 0.7rem;
    vertical-align: top;
    cursor: pointer;
}

#pase-database #detail-header-controls-goback.active:hover {
    background: rgba(255, 255, 255, 0.27);
}

#pase-database #detail-header-controls-goback span {
    font-size: 0.9em;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

#pase-database #detail-header-controls-goback i {
    font-size: 1.1em;
    margin-right: 0.1em;
    display: inline-block;
    vertical-align: middle;
}

#pase-database section {
    padding: 0.7em;
    font-size: 0.85rem;
}

#pase-database .linkpersonunknown {
    font-style: italic;
}

#pase-database i.helpbutton {
    font-size: 0.9em;
    cursor: pointer;
    display: inline-block;
    margin-left: 0.1em;
    opacity: 0.8;
}

#pase-database i.helpbutton:hover {
    opacity: 1;
}

/* Search */

#pase-database-column-search {
    background: #e3e3dc;
    color: #454335;
}

#pase-database .search-subtitle {
    font-family: 'EB Garamond', serif;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0.6em 0 0.3em 0;
}

#pase-database .search-view-button {
    padding: 0.4rem 1rem;
    background: #c7c8ba;
    color: #454335;
    border-radius: 0.1rem;
    display: inline-block;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

#pase-database .search-view-button:not(.active):hover {
    opacity: 0.85;
}

#pase-database .search-view-button.active {
    background: #454335;
    color: #c7c8ba;
}

#pase-database #search-text-input {
    width: calc(100% - 2.27em);
    padding: 0.3em;
    background: rgba(255, 255, 255, 0.8);
    outline: none;
    border: none;
}

#pase-database #search-text span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.64);
    color: #c7c8ba;
    padding: 0.3em 0.6em;
    cursor: pointer;
}

#pase-database #search-text span:hover {
    background: rgba(0, 0, 0, 0.75);
}

#pase-database .search-filters-section:not(:first-child) {
    padding: 0.5em;
    padding-right: 0;
}

#pase-database .search-filters-section:empty {
    display: none;
}

#pase-database #search-filters-content .submitSearch {
    cursor: pointer;
}

#pase-database #search-filters-content .submitSearch:hover {
    text-decoration: underline;
}

#pase-database #search-filters-content .isPrimaryFilter {
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 0.5em;
    margin-left: 0;
    user-select: none;
}

#pase-database #search-filters-content .isPrimaryFilter > .search-filters-title {
    background: rgba(0, 0, 0, 0.64);
    color: #c7c8ba;
    padding: 0.1em 0.5em;
}

#pase-database #search-filters-content .isSearchFilterLink {
    cursor: pointer;
}

#pase-database .search-filters-section-startswith {
    background: rgba(0, 0, 0, 0.05);
    padding: 0.5em;
}

#pase-database .search-filters-section-startswith-text input {
    background: rgba(255, 255, 255, 0.7);
    width: 80%;
    outline: none;
    border: none;
}

#pase-database .search-filters-section-startswith span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.64);
    color: #c7c8ba;
    padding: 0.2em 0.37em;
    margin: 0 0.2em 0.2em 0;
    cursor: pointer;
    user-select: none;
}

/* List */

#pase-database #list-meta.active {
    background-color: #E8E8E8;
    text-align: center;
    color: #303030;
    font-size: 0.89rem;
}

#pase-database .list-meta-searchcriteria-criterion {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding: 0.2rem 0.4rem;
    font-size: 0.95em;
    border-radius: 0.3em;
    margin-top: 0.7em;
}

#pase-database .list-meta-searchcriteria-criterion label {
    font-weight: bold;
    margin: 0 0.1em 0 0.4em;
}

#pase-database .list-meta-searchcriteria-criterion i {
    opacity: 0.6;
    cursor: pointer;
}

#pase-database .list-meta-searchcriteria-criterion i:hover {
    opacity: 1;
}

#pase-database #list-pagination {
    display: none;
    background: #E8E8E8;
    text-align: center;
    padding: 1.5em 0;
    font-weight: bold;
}

#pase-database #list-pagination.active {
    display: block;
}

#pase-database #list-pagination-controls {
    margin-top: 1rem;
}

#pase-database #list-pagination-controls div {
    display: inline-block;
    width: calc(25% - 1rem);
    text-align: center;
    padding: 0.25rem 0.1rem;
    margin: 0.4em;
    border: 1px solid #303030;
    color: #303030;
    border-radius: 0.3em;
    cursor: pointer;
    user-select: none;
}

#pase-database #list-pagination-controls div:not(.disabled):hover {
    background: #303030;
    color: #DDD;
}

#pase-database #list-pagination-controls div.disabled {
    opacity: 0.25;
    cursor: default;
}

#pase-database #list-pagination-controls div i {
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1rem;
}

#pase-database #list-pagination-controls div span {
    font-size: 0.8rem;
    display: inline-block;
    vertical-align: middle;
}

#pase-database .list-items-category {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #CCC;
    padding: 1.3em 0 0.5em 0;
}

#pase-database .list-items-item {
    border-bottom: 1px solid #CCC;
    padding: 0.3rem 0;
}

#pase-database .list-items-item:last-child {
    border-bottom: none;
}

#pase-database .list-items-item-name {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.01rem;
    display: block;
    font-family: 'EB Garamond', serif;
}

#pase-database .list-items-item-description {
    font-size: 0.95em;
    color: #606060;
}

/* Detail */

#pase-database #detail-item-empty {
    font-size: 1.2em;
    text-align: center;
    margin: 31vh 0;
    color: #696969;
    user-select: none;
}

#pase-database #detail-item-header {
    border-bottom: 2px solid #8c2624;
    padding: 0.5rem;
    margin-bottom: 2em;
}

#pase-database #detail-item-header-title {
    color: #8c2624;
    font-weight: bold;
    font-size: 1.8em;
    font-family: 'EB Garamond', serif;
}

#pase-database .detail-item-section-title-controls {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: bold;
    font-size: 0.85rem;
    cursor: pointer;
    user-select: none;
    float: right;
    width: fit-content;
    padding: 0 0.5em;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 0.1rem;
    margin-left: 0.5em;
}

#pase-database .detail-item-section-title-controls:hover {
    background: rgba(255, 255, 255, 0.27);
}

#detail-item-associatedfactoidslist-orderby {
    color: inherit;
}

#detail-item-associatedfactoidslist-orderby:hover {
    text-decoration: none;
}

#pase-database .detail-item-header-subtitle {
    color: #404040;
    font-size: 1.05em;
    margin-top: 0.7em;
}

#pase-database .detail-item-header-admineditlink {
    display: block;
    float: right;
    padding: 0.4em 0.8em;
    background: #EEE;
    color: #303030;
    border-radius: 0.3em;
}

#pase-database .detail-item-header-admineditlink:hover {
    text-decoration: none;
    color: #6c1715;
}

#pase-database .detail-item-section {
    margin: 1.5rem 0;
    padding: 0.5rem;
}

#pase-database .detail-item-section-title {
    font-size: 1.4em;
    background: #c7c8ba;
    color: #454335;
    padding: 0.5em;
    padding-bottom: 0.4em;
    font-family: 'EB Garamond', serif;
}

#pase-database .detail-item-section-content {
    padding: 0.5rem;
    border: 1px solid #c7c8ba;
    color: black;
}

#pase-database .countfactoids {
    font-size: 0.9em;
    display: inline-block;
    margin-left: 0.3em;
    opacity: 0.7;
}

#pase-database .detail-item-associatedfactoidslist-title {
    padding: 0.3rem;
    cursor: pointer;
    opacity: 0.9;
    user-select: none;
    margin-top: 0.5em;
}

#pase-database .detail-item-associatedfactoidslist-sourcetitle {
    font-size: 1.1em;
    background: rgba(0, 0, 0, 0.9);
    color: white;
}

#pase-database .detail-item-associatedfactoidslist-typetitle {
    font-size: 1.05em;
    background: rgba(0, 0, 0, 0.75);
    color: white;
}

#pase-database .detail-item-associatedfactoidslist-grouptitle {
    font-size: 1em;
    background: rgba(0, 0, 0, 0.1);
}

#pase-database .detail-item-associatedfactoidslist-title.expanded,
#pase-database .detail-item-associatedfactoidslist-title:hover {
    opacity: 1;
}

#pase-database .detail-item-associatedfactoidslist-source,
#pase-database .detail-item-associatedfactoidslist-type,
#pase-database .detail-item-associatedfactoidslist-group {
    display: none;
    margin-left: 1.3em;
}

#pase-database .detail-item-associatedfactoidslist-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #CCC;
}

/* ---------- Domesday ---------- */

#domesday-list-header-form {
    display: block;
    padding: 1em;
    background: #e3e3dc;
    color: #454335;
    font-size: 0.9em;
}

#domesday-list-header-form div {
    display: inline-block;
    width: calc(20% - 0.9em);
}

#domesday-list-header-form div label {
    display: block;
    font-weight: bold;
}

#domesday-list-header-form div input {
    display: block;
    width: 100%;
}

#domesday-list-header-form div input,
#domesday-list-header-form div select {
    padding: 0.3em 1.3em 0.3em 0.3em;
    border: 1px solid #454335;
    color: #454335;
}

#domesday-list-header-sort-field {
    width: 68%;
    display: inline-block;
}

#domesday-list-header-sort-direction {
    width: 30%;
    display: inline-block;
}

#domesday-list-header-form button {
    color: #e3e3dc;
    background: #454335;
    outline: none;
    border: none;
    padding: 0.3em 0.8em 0.2em 0.8em;
}

#domesday-list-meta {
    text-align: right;
    font-size: 0.85em;
    margin: 2em 0 0.5em 0;
}

#domesday-list-content table th {
    cursor: pointer;
}

#domesday-detail {
    padding-right: 15em;
}

#domesday-list-content table,
#domesday-detail table {
    font-size: 0.85em;
}

#domesday-list-content table,
#domesday-detail-property-tables table,
#domesday-detail-profile table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
}

#domesday-list-content table td,
#domesday-detail-property-tables table td,
#domesday-detail-profile table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#domesday-list-pagination {
    display: block;
    padding: 1em;
    background: #e3e3dc;
    color: #454335;
    font-size: 1em;
    margin-top: 1em;
}

.domesday-list-pagination-section {
    display: inline-block;
}

.domesday-list-pagination-section:nth-child(1) {
    text-align: right;
    width: 40%;
}

.domesday-list-pagination-section:nth-child(2) {
    text-align: center;
    width: 19%;
}

.domesday-list-pagination-section:nth-child(3) {
    text-align: left;
    width: 40%;
}

.domesday-list-pagination-action {
    display: inline-block;
    margin: 0 1em;
}

#domesday-detail .viewinadmindashboard {
    display: block;
    float: right;
    width: fit-content;
    background: #8c2624;
    color: white;
    border-radius: 3em;
    padding: 0.3em 0.8em;
}

#domesday-detail .viewinadmindashboard:hover {
    text-decoration: none;
    background: #6c1715;
}

#domesday-detail-links {
    width: 15em;
    position: fixed;
    z-index: 10000;
    right: 0;
    top: 20vh;
    background: #EEE;
    font-size: 0.87em;
    border-radius: 0.8em 0 0 0.8em;
    padding-bottom: 0.8em;
    outline: 1px solid #DDD;
    max-height: 70vh;
    overflow: auto;
}

#domesday-detail-links.collapsed {
    height: 3.5em;
    overflow: hidden;
    width: 5em;
}

#domesday-detail-links.collapsed #domesday-detail-links-header-title {
    display: none;
}

#domesday-detail-links-header {
    display: block;
    padding: 1em;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
}

#domesday-detail-links-header-toggler {
    display: inline-block;
    margin-left: 0.7em;
}

#domesday-detail-links a {
    display: block;
    color: #404040;
    padding: 0.4em 1em;
}

#domesday-detail-links a:hover {
    background: rgba(0, 0, 0, 0.07);
    text-decoration: none;
}

#domesday-detail-links a.sublink {
    padding: 0.25em 1em 0.25em 2em;
    font-size: 0.9em;
}

#domesday-detail h3 {
    margin-top: 2em;
}

#domesday-detail table {
    margin: 0.5em 0 2em 0;
}

#domesday-detail-property-tables-search {
    padding: 0.3em;
    width: 27em;
    max-width: 90%;
    display: block;
    margin: 0.5em auto;
    text-align: center;
    border: 1px solid #CCC;
    font-size: 0.95em;
}

#domesday-detail-property-map-container #map-object {
    width: 100%;
    height: calc(100vh - 5em);
}

#domesday-detail .tenantlink-map,
#domesday-detail .tenantlink-table {
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
}

#domesday-detail .leaflet-popup-content-wrapper {
    overflow: scroll;
    font-size: 1.13em;
}

section.leaflet-control-layers-list {
    padding: 0.5em;
    width: 14em;
    font-size: 1.1em;
}

section.leaflet-control-layers-list label,
section.leaflet-control-layers-list input {
    font-size: 1em;
    user-select: none;
    cursor: pointer;
}

#domesday-detail .map-overlay-towns,
#domesday-detail .map-overlay-hundreds,
#domesday-detail .map-overlay-shires {
    font-weight: bold;
    cursor: inherit;
    display: none;
    width: fit-content !important;
    height: fit-content !important;
    color: white;
    border-radius: 0.3em;
    padding: 0.1em 0.4em;
}

#domesday-detail .map-overlay-towns {
    background: #e1b12c;
}

#domesday-detail .map-overlay-shires {
    background: #c23616;
}

#domesday-detail .map-overlay-hundreds {
    background: #8c7ae6;
}

.leaflet-control-layers-overlays label span {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30%;
    margin-right: 0.2em;
}

label#overlays-towns span { background: #e1b12c; }
label#overlays-shires span { background: #c23616; }
label#overlays-hundreds span { background: #8c7ae6; }

#leaflet-control-layers-formsoflandholding label span {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 0.2em;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

label#formsoflandholding-tre span { background: #0e227b; }
label#formsoflandholding-lord1 span { background: #98fddf; }
label#formsoflandholding-lord2 span { background: #59a624; }
label#formsoflandholding-tic span { background: #e63521; }
label#formsoflandholding-ticsubtenanted span { background: #9C2BCB; }
label#formsoflandholding-subtenant span { background: #f4ad37; }
label#formsoflandholding-subsubtenant span { background: #ffff5d; }

/* ---------- Import Data ---------- */

#importdata-process-link {
    display: block;
    width: fit-content;
    padding: 0.8em 1.7em 0.7em 1.7em;
    background: #6c1715;
    color: white;
    font-size: 1.2em;
    margin: 7em auto;
    border-radius: 0.2em;
}

#importdata-process-link:hover {
    opacity: 0.9;
    color: white;
}

#importdata-process-spinner {
    display: none;
    margin: 6em auto 1em auto;
    width: fit-content;
    text-align: center;
}

#importdata-process-spinner .spinner {
    border: 13px solid #DDD;
    border-top: 13px solid #6c1715;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    animation: spinner 2s linear infinite;
    margin: 2em auto;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#importdata-process-spinner label {
    display: block;
    font-weight: bold;
}

#importdata-process-spinner span {
    display: block;
    font-size: 0.9em;
    opacity: 0.5;
}

.importdata-errors ul {
    list-style: none;
    padding: 0;
}

.importdata-errors ul li {
    font-size: 1.2em;
    margin: 2em 0;
    border: 2px solid #1779C5;
    padding: 1em;

}

/* ---------- Footer ---------- */

footer {
    background: #c7c8ba;
    color: #454335;
    padding: 3em 0;
    margin-top: 4em;
    text-align: center;
}

#footer-content-logos img {
    height: 3em;
    margin: 1em 2em;

}

#footer-content-text {
    margin-top: 2em;
}

footer a {
    color: #454335;
    opacity: 1;
    text-decoration: underline;
}

footer a:hover {
    color: #76725f;
    opacity: 1;
    text-decoration: underline;
}

/* ---------- Error Pages ---------- */

.errorpage-path {
    font-weight: bold;
}

.errorpage-code {
    margin-top: 3em;
    font-size: 0.8em;
}
