
.ctsurn {
    font-family: 'EB Garamond';
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}
.pb {
    font-family: 'EB Garamond';
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

.end {
    height:100px;
}

.header {
    position: relative;
}

.credit {
    position: absolute;
    bottom: 5px;
    right: 18px;
    color: ivory;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 3px 0px;
    font-size: 18px;
    line-height: 1;
    border-radius: 20px;
}

#annotator-main {
    margin-left: 160px;
    margin-right: 80px;
    text-align: justify;
}
#starter {
    background-color: #FDEE00;
    cursor: pointer;
}

/**
 * Applicator
 * Styling for annotation markers and data tooltips
 */

.perseids-annotation {
    border-bottom: 2px dashed #337ab7;
    cursor: pointer;
}
.tt-label {
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: underline;
    color: #337ab7;/*
    border: 1px solid #444;
    border-radius: 3px;*/
    padding: 2px;
    margin: 0px 0px;
}

.popover {
    max-width: 67%;
    padding: 0px;
/** We may want to use shadows and simpler interfaces
    -moz-box-shadow:    1px 1px 2px 3px #666;
    -webkit-box-shadow: 1px 1px 2px 3px #666;
    box-shadow:         1px 1px 2px 3px #666;
*/}

.popover.fixed {background-color: #fdfdfd;  }
.fixed .popover-title {background-color: #f9f9f9;}
.fixed .tt-label {color: #2f659e;}
.fixed .tt-label:hover {color: #fe5623;}
.fixed .popover-footer {background-color: #f2f2f2;}
.fixed .popover.top > .arrow:after {  border-top-color: #f2f2f2;}

.popover-title {
    border: 1px solid #eee;
    background-color: #fdfdfd;
}

.popover-content {
    padding: 0px;
}

.popover-list {
    padding: 0px 5px;
    margin-top:10px;
    margin-bottom: 10px;
}

.popover.top > .arrow:after {
    border-top-color: #f9f9f9;
}

.popover-footer {
    padding: 0px 5px;
    text-align: right;
    height: 25px;
    width: 100%;
    mind-width: 30px;
    background-color: #f9f9f9;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 1px solid #eee;
    border-top-color: #ddd;
    border-bottom-color: #f9f9f9;
}

#popover-selection {
    background-color: #A1CCFF;
}

/**
 * Typeahead
 * Layout and decoration of input forms and autcomplete menus
 */

.twitter-typeahead {
    width:100%;
}
.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    height: 34px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}
.typeahead {
    cursor: pointer;
}
.typeahead:focus {
    cursor: text;
    border: 2px solid #0097cf;
}

.typeahead.valid:focus {
    border-color: green;
}
.typeahead.invalid:focus {
    border-color: red;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    height:40px;
    padding-left:13px;
    color: #fe5623;
}
.tt-menu:not(.tt-open) {
    display:none !important;
}
.tt-menu {
    position:absolute;
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
    font-size: 14px;
    padding: 3px 20px;
    line-height: 24px;
    overflow-wrap: break-word;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}
.tt-suggestion p {
    margin: 0;
}
.tt-input {
    height:40px !important;
}
.input-group input.tt-input {
    height:40px !important;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/**
 * NodeLink
 * Styling nodes and links incl. :hover
 */

g.node > circle {
    fill: #888;
    stroke: white;
    stroke-width: 4;
}
g.node > circle:hover {
    fill: red;
}
line.link {
    stroke: #555;
    stroke-width: 1.5;
    opacity: 0.7;
}
line.link:hover {
    fill:red;
    stroke: red;
}
text.node-label {
    font: 0.7em sans-serif;
    color: #337ab7;
}

.filter-btn {
    float: left;
    padding: 2px;
    cursor: pointer;
}

/**
 * Editor
 * Styling of Editor GUI
 */

.modal {
    margin:20px;
    font-family: sans-serif;
}

#edit_modal > .well {
    background-color: white;
    padding: 0px;
}

#nodelink {
    min-height: 45%;
}

#rdftable {
    max-height: 45%;
}

.btn-edit {
    font-size: 0.7em;
    padding: 2px 10px;
}

.triple {
    padding: 0px;
    margin: 10px;
    display:flex;
}
.sentence {
    padding: 3px;
    width:100%;
    background-color: #f9f9f9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom:0px;
}
.token {
    padding: 2px !important;
}
.btn-delete {
    cursor: pointer;
    text-align:center;
    display:flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    /*padding-top:3px;
    background-color: #e3e3e3;
    color: #337ab7;
    width:100%;
    margin-top:0px;
    border: 1px solid #e3e3e3;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;*/
}/*
.btn-delete:hover {
    background-color: #ddd;
    color: crimson;
}*/
.modal-footer {
    background-color: #f9f9f9;
    padding: 8px 15px;
}
.modal-header {
    background-color: #fdfdfd;
}
#new_button {
    font-size: 2em;
}

/**
 * Query responses
 * Elements to provide visual feedback to generated SPARQL queries
 */

.okay {
    background-color: green;
}
.failure {
    background-color: red;
}

/**
 * Plokamos-Bar
 */

.plokamos-bar {
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 170px;
    display: flex;
    flex-direction: column-reverse;
    /*padding: 8px;
    border-top: 2px solid #aaa;
    background-color: #444;*/
}

.plokamos-button {
    height: 140px;
    width: 140px;
    margin-bottom: 5px;
    margin-left: 15px;
    border-radius: 70px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.45);
    /*background-color: #E90000;*/
}

.plokamos-button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0,0,0,0.65);
}

.plokamos-button.keep {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0,0,0,0.99);
}

.plokamos-button img {
    /*width: 110px;*/
    height: 90px;
    margin: 20px;
}

.plokamos-bar .plokamos-container {
    height: 50px;
    width: 100%;
    margin-right: 25px;
    display: flex;
    justify-content: flex-end;
    flex-basis: 100%;
}

.plokamos-bar .btn {
    margin: 0px 2px;
}

.plokamos-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    flex-basis: 100%;
}

.plokamos-container .btn:disabled {
    background-color: rgba(0,0,0,0);
    color: rgba(0,0,0,0.65);
    border: 1px solid rgba(0,0,0,0.65)
}

.plokamos-plugins {
    text-align: right;
    flex-basis: 0%;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    color: #337ab7;
}

.glyphicon-spinning {
    font-size: 5em;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
#plokamos-vis-list .tab-pane {
    /*min-height: 400px;*/
    flex-basis: auto;
    height: 100%;
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fafafa; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #fafafa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #fafafa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #fafafa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #fafafa); /* Standard syntax */
}
#Plokamos-vis svg {
    height: 100%;
    width: 100%;
}
#Plokamos-vis circle:hover {
    cursor: all-scroll;
}
#Plokamos-vis text:hover {
    cursor: pointer;
}
.dropdown-menu {
    left:auto;
    right:0px;
}

#plokamos-vis-main {
    height: 100%;
    padding-bottom: 15px;
    display: flex;
}

#plokamos-vis-list {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    flex-basis: auto;
}

.tab-content {
    height: 100%;
    display: flex;
}

#Social, #Characterizations {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

#global-view {
    top: 5%;
    bottom: 170px;
    left: 5%;
    right: 5%;
    padding-bottom: 25px;
}
