#tabledata {
    margin: auto;
    width: 500px;
}

.button {
    margin: auto;
    text-align: center;
}

body {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.ui-widget-content {
    border: none !important;
}

.table.dataTable {
    font-size: 1.1em;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
    color: blue;
}

h3 {
    text-align: center;
    color: black;
}

h4 {
    text-align: center;
    color: black;
}

h5 {
    text-align: center;
    color: black;
}

#editor {
    margin: auto;
    width: 100%;
}

#edit_table {
    margin: auto;
    width: 90%;
}

.data-input {
    margin: auto;
    width: 100%;
}

#login {
    margin: auto;
    width: 500px;
    display: flex;
    justify-content: "flex-end";
}

#save {
    float: right;
}

#help-button {
    float: right;
}

.ui-dialog {
    border: 2px solid #000000 !important;
}

.rules-table, .rules-th, .rules-td {
    border-collapse: collapse;
    border: 2px solid !important;
    text-align: center;
}

.rules-td {
    font-weight: bold;
}    

.rules-table {
    width: 100%;
}

.rules-select {
    border: 0px solid !important;
    background-color: rgb(255, 221, 87);
    width: 100%;
}

.input {
    float: right;
}

.row-0 {
    background-color: #f0f0f0;
    text-align: center;
    text-overflow: ellipsis;
}

.row-1 {
    background-color: #5696c7;
    color: white;
    text-align: center;
    text-overflow: ellipsis;
}

#mapdiv {
    width: 1024px;
    height: 1024px;
}

a.select {
    color: #000000;
    border: 1px solid #ffffff;
    cursor: default;
    padding: 0 5px 0 5px;
    text-decoration: none;
}

a.select:hover {
    background-color: #cde6f7;
    border: 1px solid #92c0e0;
}

a.select:active {
    background-color: #92c0e0;
    border: 1px solid #2a8dd4;
}

tr.selected {
    background-color: #a6a6a6;
}

a.merge {
    background-color: yellow;
    border: 1px solid #000000
}

.table.dataTable {
    font-size: 1.1em;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h5 {
    text-align: right;
}

.author-list {
    border-spacing: 0px;
}

.centered {
    text-align: center;
}

#result-code {
    width: 50%;
}

.scrolledTable {
    overflow-y: auto;
    clear:both;
}

.table.dataTable {
    font-size: 1.1em;
}
h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

p {
    line-height: 1.5 !important;
}

.title {
    inline-size: 500px;
    overflow-wrap: break-word;
}
.longtitle {
    overflow-wrap: break-word;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}
form {
    /* text-align: center; */
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: lightgreen;
    color: black;
    padding: 5px 10px;
    border-radius: 6px;
    
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
}

label {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
}

.example {
    display: flex;
    justify-content: center;
    font-family: 'Courier New', monospace;
}

/*********************************************/
*,
*::before,
*::after {
    box-sizing: border-box;
}
.help{
    text-align:left;
}
.mbutton {
    margin: 0px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.bodyclose {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display:none;
    z-index:1;
    position:fixed;
}
.modal:target {
    opacity: 1;
    pointer-events: auto;
}
.modal:target > .bodyclose {
    display:block;
}
.modal > div {
    background: white;
    width: 750px;
    z-index:2;
    position:relative;
}
.close {
    margin: 0 auto 0.7em auto;
    max-width: 15%;
}
.wrap,
.modal {
    display: flex
}
.mbutton:hover,
.close,
.mitem {
    color: #111
}
.content,
.mbutton,
.close:hover,
.mitem:hover {
    color: #fff
}
.mitem,
.close {
    display: block
}
.wrap,
.modal {
    align-items: center;
    justify-content: center
}
.mbutton:hover,
.mitem {
}
.mitem,
.modal > div {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2)
}
.mitem:hover,
.modal {
    background: rgba(0, 0, 0, 0.8)
}
.mbutton,
.modal > div {
}

.row {
    display: flex;
}

.column {
    flex: 50%;
}

.column1 {
    padding-right: 20px;
    flex: 33%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.column2 {
    flex: 67%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.back-button {
    position: absolute !important;
    top: 15px;
    right: 15px;
}

#help {
    position: absolute !important;
    top: 15px;
    left: 15px;
}

.tickbox {
    display:block;
    display:block;
    align-items: start;
}

.header {
    display:flex;
    justify-content:center;
    align-items:center;
}

textarea {
    height: 185px;
}

input[type=button],
input[type=submit] {
    width: 180px;
}

.submit-button {
    position: absolute !important;
    right: 15px;
}

#select-by-concepts {
    position: absolute !important;
    right: 15px;
}

#upload-file {
    position: absolute !important;
    left: 15px;
}

#oa-credit {
    position: absolute !important;
    top: 15px;
    right: 15px;
}

.author-form {
    display:flex;
    justify-content:center;
    align-items:center;
}    

#popup-info {
    background: white;
    margin: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 5px;
}

.c-selected {
    background-color: white !important;
}

.oa-selected {
    display: inline;
}

.oa-unselected {
    display: none;
}

.highlight {
    background-color: yellow !important;
}

.exact-match {
    color: green !important;
    font-weight: bold !important;
}

.name-match {
    color: blue !important;
    font-style: italic !important;
}

.institution-match {
    color: magenta !important;
    font-style: italic !important;
}

.fuzzy-match {
    color: black !important;
}

#dots {
    width: 100%;
    height: 256px;
    display: none;
    overflow: hidden;
    place-items: center;
}

/* Style the upload-tab */
.upload-tab {
    overflow: hidden;
    border: 1px solid #ccc;
}

/* Style the buttons that are used to open the upload-tab content */
.upload-tab button {
    background-color: #f1f1f1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.upload-tab button:hover {
    background-color: #ddd;
}

/* Create an active/current upload-tablink class */
.upload-tab button.active {
    background-color: #ccc;
}

/* Style the upload-tab content */
.upload-tab-content {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

#upload-CSV-options {
    display: none;
}

#top {
    margin: auto;
    width: calc( 100vw - 30px );
    height: 90vh;
    position: absolute;
    left: 15px;
    padding: 0px;
}

#workspace {
    margin: auto;
    width: 100%;
    height: 90vh;
    padding: 0px;
    border: 2px solid black;
    background-color: white;
    position: relative;
}

.draggable {
    width: 150px;
    height: 150px;
    border: 2px solid black;
    position: absolute;
    top: 10px;
    left: 10px;
}

.import-csv {
    background-color: #fbf3d5
}
.merge {
    background-color: #dddddd
}
.conjoin-networks {
    background-color: #ffbdaa
}
.add-facet {
    background-color: #d6dac8
}
.filter {
    background-color: #efbc9b
}
.network {
    background-color: #e0f0b0
}
.export-file {
    background-color: #f1ef99
}
.export-zip {
    background-color: #d37676
}

.connector {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.multi-csv {
    border-left: 10px solid blue;
}

.single-csv {
    border-left: 10px solid green;
}

.multi-json {
    border-left: 10px solid red;
}

.single-json {
    border-left: 10px solid magenta;
}

.single-any {
    border-left: 10px solid grey;
}

.multi-any {
    border-left: 10px solid black;    
}

.right-top {
    position: absolute;
    right: 0px;
    top: calc(33% - 10px);
}

.right-center {
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
}

.right-bottom {
    position: absolute;
    right: 0px;
    top: calc(66% - 10px);
}

.left-top {
    position: absolute;
    left: 0px;
    top: calc(33% - 10px);
}

.left-center {
    position: absolute;
    left: 0px;
    top: calc(50% - 10px);
}

.left-bottom {
    position: absolute;
    left: 0px;
    top: calc(66% - 10px);
}

.settings {
    position: absolute;
    left: 5px;
    top: 5px;
}

.preview {
    position: absolute;
    left: calc(50% - 10px);
    top: 5px;
}

.delete {
    position: absolute;
    right: 5px;
    top: 5px;
}

svg {
    width: 100%;
    height: 100%;
}

.opbox {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    padding: 5px;
    font-style: italic;
    white-space: nowrap;
}

.grid-container-1 {
    display: grid;
    grid-template-columns: 100%;
}

.grid-container-3 {
    display: grid;
    grid-template-columns: 33% 34% 33%;
}

.grid-container-4 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.grid-element {
}

#configure {
    display: none;
}

#more-headers,
#more-headers::after,
#more-headers::before {
    padding: 0px;
}

.load-save-network {
    float: right;
}

#reflow {
    display: none;
}

.merge-help {
}

.merge-help-img {
    max-width:30%;
    height:auto;
}

line {
    cursor: crosshair;
}

.info {
    display: none;
    visibility: hidden;
}

a.switch {
    color: blue !important;
    border: 0;
    cursor: default;
    padding: 0 5px 0 5px;
    text-decoration: underline;
    font-weight: normal;
}

.boxed {
    padding-left: 20px;
    padding-right: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: black;
    width: 100%;
    display: block;
}

table.doc, th.doc, td.doc {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid black;
    border-collapse: collapse;
}

ul.nobull {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    margin-bottom: 15px;
}

.us {
    text-decoration: underline;
    text-decoration-color: red;
    text-underline-position: under;
    text-decoration-thickness: 3px;
}

.tw1 {
    width: 35%;
}

.tw2 {
    width: 65%;
}

