@charset "UTF-8";
/* 
DC.title			TW. External Stylesheet for All Document Classes
DC.identifier       DE:DE-1:TW:TW.css
DCTERMS.created		2007-07-23
DCTERMS.modified		2010-10-19
DC.creator			Werner Klarkowski
DC.subject			typenrepertorium der wiegendrucke; typography before 1501; css; stylesheet
DC.description		Typenrepertorium der Wiegendrucke. CSS-1-Stylesheet for all document classes
DC.publisher		Staatsbibliothek zu Berlin (SBB)
DC.language			EN
DC.type				Text
DC.format			text/css
DCTERMS.conformsTo	http://www.unicode.org/versions/Unicode5.0.0/
DCTERMS.conformsTo	http://www.ietf.org/rfc/rfc2279.txt
DCTERMS.conformsTo	http://www.w3.org/TR/REC-CSS1-961217.html
DC.rights			(c) 2007 Staatsbibliothek zu Berlin
*/



/* Link definitions */

a {
    color: #312b5f;
    font-weight: bold;
    text-decoration: none;
}

a:hover,
a.active {
    color: #966f00;
}

a.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

a.button:hover {
    color: #9C3829;
    background-color: #f6f6f6;
}


/* Headline definitions */
/* Im Vergleich zum sbb_main.css Abstände vor und nach den Überschriften */


div.content h2 {
    margin-top: 5px;
    margin-bottom: 1px;
}

div.content h3 {
    margin-top: 15px;
    margin-bottom: 1px;
}


div.content h3 a {
    background: none;
    }



div.content h4 {
    margin-top: 1px;
    margin-bottom: 0px;
}



div.para {
    margin-top: 0.1em;
    margin-bottom: 0.4em;
    display: block;
}

div.quicksearch {
     width:150px; 
     float:right; 
     margin-right: 35px;
}

div.quicksearch input {
    width:80px;
}

table.description {
    text-align: left;

}

table.description th {
    vertical-align: top;
    width: 150px;
}

table.description span {
/*  display: inline-block;  */
    margin-bottom: 5px;

}



table.typeHits {
    margin-top: 0.5em;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
}

table.typeHits th {
    font-weight: bold;
}

table.typeHits td,
table.typeHits th {
    padding-right: 10px;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

    border-right-style: solid;
    border-right-color: grey;
    border-right-width: 1px;

}

table.typeHits td:nth-child(1) {
    width: 300px;
}


table.typeHits td:nth-child(2) {
    width: 150px;
}

table.typeHits td:nth-child(3) {
    width: 200px;
}

table.typeHits th:last-child,
table.typeHits td:last-child {
    width: auto;
    border-right-style: none;
}



table.ipswHits {
    margin-top: 0.5em;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
}


table.ipswHits td,
table.ipswHits th {
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

    border-right-style: solid;
    border-right-color: grey;
    border-right-width: 1px;

}

table.ipswHits td:nth-child(1) {
    width: 300px;
}


table.ipswHits td:nth-child(2) {
    width: 150px;
}

table.ipswHits td:nth-child(3) {
    width: 400px;
}

table.ipswHits th:last-child,
table.ipswHits td:last-child {
    width: auto;
    border-right-style: none;
}





table.confirmations {
    text-align: center;
    border-collapse: collapse;
}

table.confirmations tbody td {
    width: 60px;
    vertical-align: top;
}

table.confirmations thead th:nth-child(5),
table.confirmations tbody td:nth-child(5) {
    text-align: left;
    padding-left: 10px;
    width: 120px;
}


table.confirmations thead th:nth-child(6),
table.confirmations tbody td:nth-child(6) {
    text-align: left;
    padding-left: 10px;
    width: 800px;
}
table.confirmations tbody td:nth-child(1) {
    width: 75px;
}

table.confirmations tbody tr:hover,
table.typeHits tbody tr:hover,
table.ipswHits tbody tr:hover {
    background-color: #EEEEEE;
}


table.materials {
    border-collapse: collapse;
}


table.materials thead tr th {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

    border-right-style: solid;
    border-right-color: grey;
    border-right-width: 1px;

    text-align: center;

    padding: 0px 0px 0px 0px;
}

table.materials thead th:last-child {
    text-align: left;
    border-right: none;
    padding-left: 4px;
}

table.materials tbody tr:hover {
    background-color: #EEEEEE;
}

table.materials tbody tr td {
    border-bottom-style: solid;
    border-bottom-color: grey;
    border-bottom-width: 1px;
    vertical-align: top;

    border-right-style: solid;
    border-right-color: grey;
    border-right-width: 1px;

    text-align: center;

    padding: 0px 0px 0px 0px;
    overflow: hidden;

}

table.materials tbody tr td.identifier a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 100px;
    margin: -100px;
}
table.materials tr td.identifier {
    min-width: 70px;
}

table.materials tr td.twid {
    min-width: 70px;
}


table.materials tr td.shape {
    min-width: 70px;
}

table.materials tr td.period {
    min-width: 80px;
}

table.materials tr td.description {
    min-width: 500px;
    text-align: left;
    padding-left: 4px;

}

table.materials tr td.gft {
    width: 100%;
    text-align: left;
    border-right: none;
    padding-left: 4px;

}

table.typeHitsCuts {
    width: 100%;
    margin-top: 0.5em;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
}

table.typeHitsCuts th {
    font-weight: bold;
}

table.typeHitsCuts td,
table.typeHitsCuts th {
    padding-right: 10px;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

    border-right-style: solid;
    border-right-color: grey;
    border-right-width: 1px;

}

table.typeHitsCuts td:nth-child(1) {
    width: 300px;
}


table.typeHitsCuts td:nth-child(2) {
    width: 70px;
}

table.typeHitsCuts td:nth-child(3) {
    width: 100px;
}

table.typeHitsCuts td:nth-child(4) {
    width: 70px;
}


table.typeHitsCuts th:last-child,
table.typeHitsCuts td:last-child {
    width: auto;
    border-right-style: none;
}

div.editionlist {
    margin-top: 24px;
    margin-left: 24px;
}


table.editionlist {
    display: block;
    border-collapse: collapse;
    table-layout: fixed;
    margin-left: 10px;
    margin-top: 10px;
}



/*  
table.editionlist thead { 
   display: block; 
   width: 100%;
   vertical-align: top;
}
table.editionlist tbody {
   display: block;
   height: 1000px;
}
 */

table.typechronology th,
table.typechronology td,
table.editionlist th,
table.editionlist td {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

    border-right-style: solid;
    border-right-color: grey;
    border-right-width: 1px;

    text-align: center;

    padding-left: 2px;
    padding-right: 2px;
}

table.typechronology thead th:last-child,
table.typechronology tbody td:last-child, 
table.editionlist thead th:last-child,
table.editionlist tbody td:last-child {
    border-right: none;
    padding-left: 4px;
}



table.typechronology tbody tr:last-child td,
table.editionlist tbody tr:last-child td {
    border-bottom: none;
}

/*
table.typechronology {
 -webkit-user-select: none; /\* Safari *\/
 -ms-user-select: none; /\* IE 10+ and Edge *\/
 user-select: none; /\* Standard syntax *\/
}
*/


.is-dragging{
    background-color: #D3D3D3;
        
}

table.editionlist th {
    vertical-align: top;
}


table.editionlist td.gwid,
table.editionlist td.title,
table.editionlist td.format,
table.editionlist td.size,
table.editionlist td.year,
table.editionlist td.repros {
    vertical-align: top;
    overflow: hidden;
}

table.editionlist th.repros, 
table.editionlist td.repros  {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    white-space:pre-line;
}

table.editionlist .imprint,
table.editionlist .title {
    max-width: 150px;
    min-width: 150px;
    max-height: 1em;
    text-align: left;
    overflow: hidden;
}

table.editionlist .gwid,
table.editionlist .size,
table.editionlist .year {
    min-width: 60px;
    max-width: 60px;
}


table.editionlist .type
{
    min-width: 80px;
    max-width: 80px;
    text-align:center;
    white-space:pre-line;   
}
table.editionlist .true {
    background-color: lightgreen;
}



table.editionlist .false {
    background-color: #ffcccb
}


table.editionlist .repros {
    background-color: white;
}

table.editionlist tbody tr:hover {
    background-color: #EEEEEE;
}

table.editionlist tbody tr:hover .true {
    background-color: green;
}


table.editionlist tbody tr:hover .false {
    background-color: red;
}


table.typechronology {
    border-collapse:collapse;
    border-color:grey;
}





div.heatmap {
    margin-top:20px;
    text-align:center;
}

table.heatmap {
    
    border-collapse: collapse;
    display:inline-block;
    
}

table.heatmap tbody tr:hover {
    background-color: #EEEEEE;
}


    
table.heatmap th,
table.heatmap td {
    border-style: solid;
    border-color: grey;
    border-width: 1px;

}


table.heatmap thead th {
    writing-mode: vertical-rl;
    vertical-align:top;
    padding: 4px;
    transform:rotate(180deg);
    border-top-width: 0px;
    }


table.heatmap thead th:last-child {
    border:none;    }


table.heatmap tbody th {
    text-align:left;
    padding-left: 5px;
    border-right-width: 0px;
    
}

table.heatmap td {
    text-align:center;
    padding: 3px;
    width:20px;
    height:20px;
}

table.heatmap tbody td {
    width:20px;
    height:20px;
}

table.heatmap .highlight {
    background-color: #EEEEEE;  
}

table.heatmap th.highlight { 
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    border-top-width: 0px;
    border-right-width: 1px;
    
}




img.gftClip {
    margin-left: 50px;
    max-height: 500px;
    max-width: 856px;
}

.keychars {
    font-family: 'Keychars WD';
}

@font-face {
    font-family: 'Keychars WD';
    src: url('keychars_wd.2010-02-25-webfont.eot?') format('embedded-opentype'), 
url('keychars_wd.2010-02-25-webfont.woff') format('woff'), 
url('keychars_wd.2010-02-25-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

ul.bibliography {
    margin-top: 0em;
    list-style-type: none;
    margin-left: 0em;
}

ul.bibliography li:before {
    content: "\2013\2000";
}

div.evidence ul,
ul.officelist {
    margin-top: 0em;
    list-style-type: none;
    margin-left: 0em;
}



div.twfooter {
    margin-top: 1em;
    font-size: small;
    font-weight: bold;
}

/* Styles für die Suchmasken (Typen, Offizinen, Material usw.) */
.searchform {
    float: left;
    min-width: 300px;

}

.searchform table {
    width: 250px;
}

.searchform select,
.searchform input {
    display: inline-block;
}

.searchform th {
    text-align: left;
    vertical-align: top;
}

.searchform td {
    text-align: right;
    vertical-align: top;
}

.searchform select,
.searchform input {
    width: 7em;
}

.opt1 {
    font-weight: bold;
}


.opt2 {
    font-style: italic;
}

/* Übersicht über die M-Formen */

/* Container, falls die Tabelle neben der Suchmaske angezeigt wird */
.shapetable {
    position: relative;
    margin-left: 300px;
    margin-right: 50px;
}

.popuptable {
    position: relative;
    width: 50px;
    height: 30px;
    z-index: 0;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.popuptable span.keychars {
    line-height: 5px;
}

/* Legende in der M-Formen-Tabelle */
.popuptable .legend {
    font-size: 10px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
}

.popuptable:hover {
    background-color: #EEEEEE;
    z-index: 50;
}

/*
.popuptable span.keychars {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
*/

/* Popups für die M-Formen */

/* Popup normalerweise nicht angezeigt */
.popuptable span span.keycharspopup {
    position: absolute;
    display: block;
    padding-top: 10px;
    left: -1000px;
    visibility: hidden;
    color: black;
    border: 1px solid gray;
    background-color: #DDDDDD;
    width: 100px;
    height: 90px;
    font-size: 50px;
    text-align: center;
    border-radius: 20px;
    line-height: 80px;
}

/* Popup bei hover anzeigen */
.popuptable:hover span span.keycharspopup {
    visibility: visible;
    top: -120px;
    left: 20px;
}

/* Legende im Popup */
.keycharspopup .legend {
    position: relative;
    font-size: 12px;
    line-height: 10px;
    top: -20px;
    vertical-align: top;
    font-weight: bold;
}

.vis-network {
    margin: auto;
}


div.vis-network div.vis-navigation div.vis-button.vis-up,
div.vis-network div.vis-navigation div.vis-button.vis-down,
div.vis-network div.vis-navigation div.vis-button.vis-left,
div.vis-network div.vis-navigation div.vis-button.vis-right,
div.vis-network div.vis-navigation div.vis-button.vis-zoomIn,
div.vis-network div.vis-navigation div.vis-button.vis-zoomOut,
div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
    background-image: none !important;
    width: 25px !important;
    height: 25px !important;
}


div.vis-network div.vis-navigation div.vis-button:active {
    box-shadow: none !important;
}

div.vis-network div.vis-navigation div.vis-button:hover {
    box-shadow: none !important;

}

div.vis-network div.vis-navigation div.vis-button.vis-up {
    bottom: 38px !important;
    left: 30px !important;
}

div.vis-network div.vis-navigation div.vis-button.vis-down {
    bottom: 2px !important;
    left: 30px !important;
}


div.vis-network div.vis-navigation div.vis-button.vis-left {
    bottom: 20px !important;
    left: 13px !important;
}


div.vis-network div.vis-navigation div.vis-button.vis-right {
    bottom: 20px !important;
    left: 50px !important;
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomIn {
    bottom: 20px !important;
    right: 30px !important;
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomOut {
    bottom: 20px !important;
    right: 50px !important;
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
    bottom: 35px !important;
    right: 40px !important;
}

.vis-button:after {
    font-size: 25px;
    color: gray;
}

.vis-button:hover:after {
    font-size: 25px;
    color: lightgray;
}

/* ˅˄˃˂▲▼◀▶⮝⮟⮜⮞ */

.vis-button.vis-up:after {
    content: "▲";
}

.vis-button.vis-down:after {
    content: "▼";
}

.vis-button.vis-left:after {
    content: "◀";
}

.vis-button.vis-right:after {
    content: "▶";
}

.vis-button.vis-zoomIn:after {
    content: "+";
    font-weight: bold;
}

.vis-button.vis-zoomOut:after {
    content: "−";
    font-weight: bold;
}

.vis-button.vis-zoomExtends:after {
    content: "⤧";
}

input.filterOn,
input.filterOff {
    display: inline-block;
    float: right;
    margin-left: 3px;
    top: 2px;
    border: 1px solid #AD235E;
    border-radius: 3px;
    width: 14px;
    height: 14px;
}

input.filterOff {
    background: url('../img/filterOn.png') no-repeat;
    background-size: cover;
}


input.filterOn {
    background: url('../img/filterOff.png') no-repeat;
    background-size: cover;
    background-color: lightgreen;
}

div.tw-map{
    top:20px;
    position:relative;
    
}