/* begin license *
 *
 * "Nationale Aggregator" (also known as 'http://digitalecollectie.nl') is a service that gathers
 * all Dutch heritage metadata in one place, primarily for ingestion into Europeana.
 * Other services can be added in time."Nationale Aggregator" is developed for the
 * Netherlands Institute for Sound and Vision (http://instituut.beeldengeluid.nl/) by Seecr (http://seecr.nl).
 * The project is based on the open source project Meresco (http://meresco.org).
 *
 * Copyright (C) 2014-2017, 2021 Seecr (Seek You Too B.V.) http://seecr.nl
 * Copyright (C) 2014 Stichting Bibliotheek.nl (BNL) http://www.bibliotheek.nl
 * Copyright (C) 2015-2016 Koninklijke Bibliotheek (KB) http://www.kb.nl
 * Copyright (C) 2017, 2021 Netherlands Institute for Sound and Vision http://instituut.beeldengeluid.nl/
 *
 * This file is part of "Nationale Aggregator"
 *
 * "Nationale Aggregator" 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 2 of the License, or
 * (at your option) any later version.
 *
 * "Nationale Aggregator" 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 "Nationale Aggregator"; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 * end license */

.info {
    background: white;
    max-width: 1100px;
    font-size: 100%;
    border:         none;
    width:          100%;
    height:         100%;
    line-height:    1.5;
    font-family: "TitilliumText22LRegular";
}

a, input[type="submit"], input[type="button"] {
    cursor: pointer;
}

#main-content {
    padding-bottom: 10px;
}


#content {
    margin-top: 0;
    width: 100%;
    top: 120px;
}

#dclogo {
  margin: 19px 0 20px 0px;
  /*max-width: 379px;*/
  width: auto;
  height: auto;
  /*background-size: 379px auto;*/
  background-image: url("/static/logo/DC4EU.png");
  display: block;
  text-indent: -22000px;
}

td, th {
    padding: 0.5em;
    border-bottom: solid black 1px;
}

.warning {
    color: #C16021;
}
.error {
    color: red;
}
.ok {
    color: green;
}

.success {
    color: white;
    background-color: green;
    padding: 0 2px;
}
.serviceinfo p {
    text-align: right;
    font-size: 50%;
}
pre.loginfo {
    overflow: scroll
}
pre {
    word-wrap: break-word;
}

input[type="text"], input[type="password"], textarea {
    width: 20em;
}

input[type="text"].large, textarea.large {
    width: 100%;
}

dl {
    margin: 0;
}

.extraDatastreamOptions {
    padding-left: 0px;
}
.extraDatastreamOptions li {
    list-style-type: none;
}

textarea.config {
    width: 700px;
}

*[disabled], .inactive {
    background-color: lightgrey;
}

.apikey-overview h3 {
    margin-top: 1em;
}

p.footer {
  font-size: 50%;
}

dl.disabled {
    background-color: #eeeeee;
}

h3.stats_toggle, h3.toggleable {
    cursor: pointer;
}

h3.stats_toggle::after, h3.toggleable::after {
    content: '';
}

h3.stats_toggle::before, h3.toggleable::before {
    content: '\25B8';
    padding-right: 0.5em;
}

h3.stats_toggle.show::after, h3.toggleable.show::after {
    content: '';
}

h3.stats_toggle.show::before, h3.toggleable.show::before {
    content: '\25BE';
    padding-right: 0.5em;
}

h3 {
    border-bottom: none;
    margin: 0.5em 0px 0px 0px;
}

.stats_content,
.toggleable_div {
    max-height: 0;
    transition: max-height .5s linear 0s;
    overflow: hidden;
}

.toggleable_div.show {
    transition: max-height .5s linear 0s;
    max-height: 1000px;
    margin-bottom: 1em;
    overflow: auto;
}
#config_default.show {
    max-height: 5000px;
}

.stats_content.show {
    transition: max-height .5s linear 0s;
    max-height: 500px;
    overflow: scroll;
}

.stats_filter {
    border: 1px solid #f9a01b;
    padding: 0.1em 0.5em;
    margin-right: 1em;
}
.stats_filter a {
    margin-left: 0.5em;
}

#menu > a {
    margin-right: 1em;
}

.index_config_list form {
    display: inline;
}
.hidden {
    display: none;
}


.edit_div {
    display: none;
    border: 1px solid;
    background-color: white;
    margin: auto;
    position: fixed;
    top: 15%; left: 0; right: 0;
    width: 500px;
    padding: 3em 1em;
    z-index: 1000;
    margin-bottom: 1em;
}
.edit_div input[type='text'] {
    width: 100%;
}
.edit_div textarea {
    width: 100%;
    height: 4em;
}
.edit_div .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
}
.edit_div .close div {
    position: relative;
    top: -50px;
    right: -50px;
    background-color: black;
    opacity: 0.5;
    height: 100px;
    width: 100px;
    border-radius: 10em;
    padding-top: 60px;
    padding-left: 25px;
    box-sizing: border-box;
}

.edit_div.show {
    display: block;
}
.edit_div #save_text {
    display: none;
}
#opac_div {
    top: 0;
    left: 0;
    position: fixed;
    opacity: .8;
    display: none;
    background-color: white;
    right: 0;
    height: 100%;
}


td {
    transition: background-color .5s ease;
}

.post_success {
    background-color: #A0D17C;
}

.post_error {
    background-color: #E77E6B;
}

.post_process {
    background-color: #E7C269;
}


input[type="submit"], button, input[type="button"] {
    background-color: #4c4d4f;
    color: white;
    font-weight: bold;
    border: 0;
    height: 2em;
    box-shadow: 1px 1px 5px #4c4d4f;
    border-radius: 2px;
    -webkit-appearance: none;
    margin-right: 1em;
}

/** LOGIN PAGE **/
#loginpage h1::before, #loginpage h4::before, #login-form dd::before, #login-form p.error::before {
    content: '';
    width: 10%;
    display: inline-block;
    min-width: 110px;
}

#login-formpage h4 {
    font-size: 0.8em;
}
#login-form dt {
    min-width: 100px;
}
#login-form dd {
    margin-left: 0;
    margin-top: -3em;
}
#login-form dd.submit {
    margin-top: .5em;
}
#login-form dt {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
}

#login-form input {
    position: relative;
}
#login-form input[type=text], #login-form input[type=password] {
    border: 1px solid #4c4d4f;
    border-radius: 2px;
    height: 2em;
    width: 16em;
    padding-left: 0.5em;
    font-size: 16px;
}
#login-form dd.submit input {
    background-color: #4c4d4f;
    color: white;
    font-weight: bold;
    border: 0;
    width: 10em;
    height: 3em;
    box-shadow: 1px 1px 5px #4c4d4f;
    border-radius: 2px;
    -webkit-appearance: none;
}
/** / LOGIN PAGE **/

@media print {
    .apikey-overview {
        page-break-inside: avoid;
    }
    .no-print, .no-print * {
        display: none !important;
    }
}

#statistics-navigation {
    display: inline-block;
    padding: 0.5em;
}

.statistics-table td {
    border: none;
    padding: 0px;
}

.statistics-table td.number {
    text-align: right;
    padding-left: 1em;
}


.statistics-table tr:hover {
    background-color: lightgrey;
}

.statistics-group {
    border: 1px solid lightgrey;
    box-shadow: 0px 1px 1px #888888;
    padding-left: 0.5em;
}

.remove {
    text-decoration: none;
    color: red;
}
