/*
    CSS Document
    Created on : 22.02.2014, 14:53:49
    Author     : Sebastian Böttger <boettger@cs.uni-kassel.de>
*/

/* Publication */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.bibsonomy_publications ul,
.bibsonomy_publications ul li {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0;
}

.bibsonomy_publications ul li {
    margin-bottom: 1.5em;
}

.tx-extbibsonomycsl-bib-notes {
    overflow: hidden;
    padding-right: 1px;
}

.tx-extbibsonomycsl-bib-links {
    float: right;
    clear: right;
}

.tx-extbibsonomycsl-bib-link {
    display: inline-block;
    font-size: 1.1em;
    line-height: 2em;
    margin-left: 1.5em;
    text-transform: lowercase;
}

.tx-extbibsonomycsl-pub-abstract,
.tx-extbibsonomycsl-pub-bibtex {
    margin-bottom: 1em;
    padding: 0.5em 0 1em 1em;
    border-left: #ccc 1px solid;
    display: none;
}

.tx-extbibsonomy-csl-group {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    text-align: left;
    margin-top: 2.5em;
}

p.tx-extbibsonomy-csl-group small {
    float: right;
}

/* Thumbnails */
#trailimageid {
    position: absolute;
    display: none;
    left: 0px;
    top: -1000px;
    border: 1px solid #ccc;
    background: #efefef;
    border-radius: 3px;
    z-index: 1000;
}

.bibsonomy_publications ul {
    width: 100%;
}

div.tx-extbibsonomycsl-preview-thumb {
    box-sizing: border-box;
    position: absolute;
    height: 85px;
}

.thumb-margin {
    margin-left: 80px;
    min-height: 90px;
}

div.tx-extbibsonomycsl-preview-thumb a,
div.tx-extbibsonomycsl-preview-thumb span {
    background-color: #efefef;
    border: #ccc 1px solid;
    border-radius: 2px;
    padding: 3px;
    display: block;
    margin: 0 1em 0.5em 0;
    overflow: hidden;
    max-width: 65px;
}

#tx-extbibsonomycsl-detailstable {
    width: 100%;
    margin-top: 2em;
}

#tx-extbibsonomycsl-detailstable tr > td:first-child {
    width: 33%;
}

#tx-extbibsonomycsl-detailstable caption {
    background: #999;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#tx-extbibsonomycsl-detailstable,
#tx-extbibsonomycsl-detailstable td {
    padding: 1em;
    border: 1px solid #999;
}

/* Modal Background */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 33%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}