@charset "UTF-8";

body {
	background-color:#FDFDFD;
	font-family: Sans-serif;
	font-size: 14px;
}

a:link {text-decoration: none; color:  #0D3775;}
a:visited {text-decoration:none;color:  #0D3775;}
a:active {text-decoration:none;color:  #0D3775;}
a:hover {text-decoration:none; color:#0000FF ;}

.empty-link {color: #ff0000}
.empty-link:hover {color: #ff0000}

p, dt
{
	  text-align: justify;
  text-justify: inter-word;
  font-family: Sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left:0px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:0px;
}


table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
    font-size: 12;
}

table.sortable {
  font-size: 0.75vw;
}

.list {
  overflow-y: auto;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70%;
  height: 98%;
  background-color: white;
}


td.b { border: 2px double Black; }
td.b2 { border: 1px  double Black; }

.details {
  overflow: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28%;
  height: 40%;
  background-color: white;
   padding-left:5px;
}


.network { 
   padding-left:5px;
  overflow: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 54%;
  width: 28%;
  background-color: white;
}

div {
  border: 1px solid black;
}

table {
  margin: 4px;
  border-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

tr:hover {
  background-color: #eee;
}

tr.imp\.-row {
  background-color:  #ddfbd2; 
}

tr.imp\.-row:hover {
  background-color:  #cce7c3; 
}


/*
--NEW--
*/

button {

}

#tagbuttons {
  float: left;
}

#delbuttons { 
}

#highlightbuttons{
  float: right;
}


.buttons-box {
  font-size: 14px;
  position: sticky;
  top: 0px;
  background: #eaecec;
  border: none;
  z-index: 2;
}


#newtermsmenu {
  text-align: left;
  position: absolute;
  visibility: hidden;
  z-index: 0;
  background-color: white;
  top: 30px;
  right: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

#deleted_papers_div {
  visibility: hidden;
  z-index: 0;
  background-color: white;
}

#othertagsmenu {
  position: absolute;
  visibility: hidden;
  z-index: 0;
  background-color: white;
  top: 30px;
  left: 1px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

/*
#othertagsmenu, #newtermsmenu {
  border: none;
  background-color: lightblue;
}
*/

#Added, #createdtags {
  overflow-y: auto;
  max-height: 200px;
}

#newtermsmenu:before {
    border: 10px solid black;
    content: '';
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -20px;
    left: calc(80%);
    transform: rotate(180deg);
    pointer-events: none;
}

#othertagsmenu:before {
    border: 10px solid black;
    content: '';
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -20px;
    left: calc(67% - 0px);
    transform: rotate(180deg);
    pointer-events: none;
}

#chooseLayout {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #eee;
  z-index: 1;
}






