/* 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) 2011-2012, 2017, 2019, 2021 Netherlands Institute for Sound and Vision http://instituut.beeldengeluid.nl/
 * Copyright (C) 2011-2012, 2017, 2019, 2021 Seecr (Seek You Too B.V.) http://seecr.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 */


img {
    border: 0px;
}

#results {
    margin-top: 2em;
}

.results {
    width: 50%;
}

.results p {
    margin: 0;
}

.results td {
    padding: 10px;
}

.drilldownRemove {
    padding: 4px;
}

.drilldownCaption {
    margin-top: 2em;
}

#drilldownResults ul li {
    line-height: 1em;
}

.label {
    font-weight: bolder;
    font-style: italic;
    vertical-align: top;
    padding-right: 10px;
}

.repo-logo {
    padding-left: 10px;
}


/* Europeana Gateway */

ul.selected {
    padding-left: 20px;
}

ul.available {
    padding-left: 0px;
}

ul.available li {
    list-style-type: none;
}

li li {
    font-size: 1em;
}

.error {
    color: red;
}

.pre {
    white-space: pre-wrap;
    font-family: monospace;
}
.pre:first-line {
    font-family: "TitilliumText22LRegular", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", " Lucida Sans", Arial, sans-serif;
}

ul.sets {
    padding-left: 2em;
}

input[type='checkbox'] {
    margin-left: 1em;
}

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

.mutlipleSelect {
    position: relative;
}
.multipleSelect div {
    float: left;
}
.multipleSelect input[type='button'] {
    display: block;
    margin-left: 1em;
    margin-right: 1em;
}
.multipleSelect .addRemoveColumn {
    margin-top: 2em;
}
.multipleSelect select {
    width: 20em;
    background-color: white;
}
.multipleSelect {
    margin-top: 1em;
    margin-bottom: 1em;
}
div#logout {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
}
div#stats {
    position: absolute;
    right: 0;
    top: 6em;
    padding: 1em;
}
div#stats table {
    border-collapse: collapse;
}
div#stats td {
    padding-left: 1em;
}

/* Reset ol for .errors from seecr.css */
ol#errors {
    list-style-type: decimal;
}

pre {
    font-family: monospace;
    font-size: 0.8em;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    background-color: #f8f8f8;
    padding: 0 5px;
}

form#form {
    margin-bottom: 3em;
}

#checker_intro {
    width: 50em;
    line-height: 1.5em;
}

#craftedBySeecr img {
    position: absolute;
    -ms-interpolation-mode: bicubic;
    height: 2em;
    right: 0px;
    bottom: 0%;
}
