html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: scroll;
}
* {
  font-family: 'Clear Sans', sans-serif;
}
.title {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 45px;
  /*width: 20%;*/
  width: 370px;
}
.under-logo-line {
  width: 100%;
  z-index: -1;
}
.under-logo-line hr {
  border: 0;
  height: 12px;
  background-color: #f1f1f1;
  margin-top: 7px;
  margin-bottom: -3px;
}
.edge-icon {
  width: 4px;
  height: 16px;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 10px;
  border-radius: 5px;
}
.menu {
  /*display: inline-block;*/
  margin-top: 5px;
  /*width: 55%;*/
  /*height: 100%;*/
  /*height: 58px;*/
  flex: 1 1 auto;
}
#createMenu {
  font-size: 20px;
  padding-top: 15px;
}
.logout-button {
  background-color: #7cbacc;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.table-content-placeholder {
  border-spacing: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  /*margin-bottom: 50px;*/

}
.table-content-placeholder .leftcolumn {
  width: 25%;
  /*height: 100%;*/
  height: 200px;
  position: relative;
  vertical-align: top;
}
.table-content-placeholder .centercolumn {
  width: 50%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.table-content-placeholder .rightcolumn {
  /*background-color: lightgray;*/
  width: 75%;
  height: 100%;
  padding: 0;
}
.navigation {
  text-align: center;
}
.navigation ul li {
  float: left;
  display: block;
  width: 80px;
  margin-right: 5px;
}
.navigation ul li a {
  display: block;
  padding: 5px 5px 5px 5px;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
}
.navigation ul li a:hover {
  background-color: lightgrey;
  /*font-weight:bold;*/

}
.logo {
  cursor: pointer;
  /*width: 700px;*/

}
.logo .div_logo {
  position: absolute;
  display: inline-block;
  z-index: 99;
}
.logo .text_logo {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  padding-top: 10px;
}
.logo .img_logo {
  width: 100px;
  height: 100px;
}
.hrcolumn {
  display: none;
  min-width: 10px;
  max-width: 10px;
  background-color: #f1f1f1;
  position: relative;
}
.white {
  background-color: #fff;
  height: 100%;
}
#DIVSelectNodes {
  padding-bottom: 50px;
}
#DIVSelectEdges {
  padding-bottom: 40px;
}
.button-container {
  margin-top: 100px;
  text-align: center;
}
.button {
  background-color: #f1f1f1;
  font-size: 18px;
  padding: 10px 25px 10px 25px;
  border: 0;
  cursor: pointer;
}
.button:hover {
  background-color: #d8d8d8;
}
.button-all {
  width: 110px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
}
.next {
  background-color: #249c00;
  color: #fff;
  width: 110px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}
.next:hover {
  background-color: #1f7a03;
}
.next:disabled {
  background-color: #8ca784;
}
.copy {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #93d6ff;
  color: #fff;
  border-radius: 5px;
}
.copy:hover {
  background-color: #6fc4f7;
}
.copy:disabled {
  background-color: #63737d;
}
.div-button-container {
  text-align: right;
  /* Firefox */
  width: -moz-calc(100% - 20px);
  /* WebKit */
  width: -webkit-calc(100% - 20px);
  /* Opera */
  width: -o-calc(100% - 20px);
  /* Standard */
  width: calc(100% - 20px);
}
.download {
  background-color: #93d6ff;
  color: #fff;
  width: 110px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}
.download:hover {
  background-color: #6fc4f7;
}
.download:disabled {
  background-color: #63737d;
}
.animate {
  background-color: #e55858;
  color: #fff;
  width: 80px;
  height: 20px;
  padding: 0;
  font-size: 14px;
  border-radius: 5px;
}
.animate:hover {
  background-color: #e24242;
}
.back {
  background-color: #ffb679;
  color: #fff;
  width: 110px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}
.back:hover {
  background-color: #fc9f51;
}
.clear {
  background-color: #ffb0b4;
  color: #fff;
  width: 60px;
  height: 20px;
  padding: 0;
  border-radius: 5px;
  font-size: 12px;
}
.clear:hover {
  background-color: #d79599;
}
.clear-big {
  background-color: #ffb0b4;
  color: #fff;
  width: 100px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
}
.clear-big:hover {
  background-color: #d79599;
}
.select-all {
  background-color: #7cbacc;
  color: #fff;
  width: 60px;
  height: 20px;
  padding: 0;
  border-radius: 5px;
  font-size: 12px;
}
.select-all:hover {
  background-color: #6697a5;
}
.logout {
  vertical-align: bottom;
  background-color: #7cbacc;
  color: #fff;
  width: 90px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
}
.logout:hover {
  background-color: #5a8a98;
}
.close {
  background-color: #ffb0b4;
  color: #fff;
  width: 110px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}
.close:hover {
  background-color: #b85c60;
}
.load {
  background-color: #7cbacc;
  color: #fff;
  width: auto;
  padding-left: 5px !important;
  padding-right: 5px !important;
  height: 30px;
  padding: 0;
  font-size: 14px;
  border-radius: 5px;
}
.load:hover {
  background-color: #5a8a98;
}
.parse {
  margin-top: 10px;
  background-color: #b0e1ff;
  color: #fff;
  width: 180px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}
.parse:hover {
  background-color: #6ac6ff;
}
#DIVCreate {
  display: table;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.screen-create {
  display: table;
  margin: auto;
  text-align: center;
  padding-top: 15%;
  padding-bottom: 15%;
}
.button-holder {
  margin-bottom: 15px;
}
.button-holder .button {
  width: 180px;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

}
/**** input box ****/

.input-box {
  border: none;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #f1f1f1;
  padding-top: 5px;
}
.input-box-selector {
  border: none;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #f1f1f1;
  padding-left: 10px;
  padding-top: 5px;
}
#period {
  max-height: 200px;
  overflow-y: auto;
}
.period {
  margin-bottom: 10px;
  display: inline-block;
}
.period-textbox {
  width: 45px;
  height: 15px;
  border: 0;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 6px 5px 4px 5px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.column {
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}
.header {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.header-line {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.column-container {
  margin-top: 20px;
}
.padding {
  padding-left: 5px;
}
.and {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
.period-name {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  width: 80px;
  display: inline-block;
}
.tboxes {
  /*float: right;*/
  display: inline-block;
}
.large-input {
  width: 350px;
  margin-bottom: 10px;
  padding-left: 25px;
}
.medium-input {
  width: 220px;
  margin-left: 40px;
}
.neighbourExtension {
  margin-right: 20px;
}
.extension {
  padding-left: 5px;
}
.table-select-edges {
  border-collapse: collapse;
  font-size: smaller;
}
.table-select-edges tr td {
  border: 1px solid lightgrey;
  min-height: 100px;
  padding: 10px;
}
.more-columns {
  column-count: 2;
}
#edgeTypes {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.edge-button-container {
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.div-spacing {
  padding-top: 30px;
}
.reset-edges {
  margin-top: 30px;
}
.reset-edges input[type=button] {
  background-color: #ffb0b4;
  color: #fff;
  width: 110px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}
.active {
  background-color: #e1e1e1;
  font-weight: bold;
}
.indent {
  padding-left: 20px;
}
#DIVSelectNodes {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#egoFilters {
  height: 500px;
  overflow-y: auto;
  /*width: 500px;*/

}
.div-menu {
  /*height: 100%;*/
  /*overflow-y: auto;*/
  /*position: absolute;*/
  position: relative;
  height: 100%;
  /*box-sizing: content-box;*/
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 70px;
  overflow-y: scroll;
  /*min-width: 570px;*/
  min-width: 470px;
  width: 100%;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */

}
.div-menu::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */

}
.clickable {
  cursor: pointer;
}
.login-table {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.login-table tr td {
  padding: 10px;
}
.center {
  text-align: center;
}
.larger-font {
  font-size: 20px;
}
.create-menu,
.filter-menu,
.layout-menu,
.look-menu,
.stats-menu,
.save-menu,
.share-menu,
.home-menu {
  display: none;
}
.browse-vis {
  padding: 30px;
}
.browse-vis img {
  width: 500px;
  height: 150px;
  aspect-ratio: 1.5;
  object-fit: contain;
}
.trash-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.trash-icon img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
}
.tab-button {
  width: 120px;
  height: 30px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  background: none;
}
.tab-button:hover {
  background-color: lightgrey !important;
}
.tab-active {
  background-color: #e1e1e1 !important;
  font-weight: bold;
}
.tab-active:hover {
  background-color: lightgrey !important;
}
.entity-group {
  display: grid;
  grid-template-rows: repeat(25, min-content);
  grid-auto-flow: column;
  grid-column-gap: 20px;
  padding-left: 20px;
}
.inner-entity {
  font-weight: bold;
  cursor: pointer;
}
.div-entity {
  margin-bottom: 20px;
}
.i-group {
  font-style: italic;
  cursor: pointer;
}
#explanation-hover {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid black;
  padding: 10px;
}
.save-info,
.share-info {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid black;
  cursor: pointer;
  padding: 10px;
}
.empty-div {
  display: none;
  height: 20px;
}
.loading-icon,
.loading-icon-2 {
  display: none;
  position: absolute;
  top: 30px;
  left: 160px;
}
.loading-icon img,
.loading-icon-2 img {
  width: 30px;
}
.loading-icon-2 {
  display: none;
  position: absolute;
  top: 30px;
  left: 70px;
}
.loading-icon-2 img {
  width: 30px;
}
.label {
  pointer-events: none;
  font-weight: 800;
}
.search-box input[type=text] {
  width: 90px;
  vertical-align: top;
  height: 20px;
  border-color: transparent;
  background-color: #f1f1f1;
}
.search-box .icon-search {
  cursor: pointer;
  display: inline-block;
}
.search-box img {
  width: 25px;
  height: 25px;
}
.btn-center {
  position: absolute;
  bottom: 30px;
  right: 20px;
  display: none;
}
.btn-center .center {
  background-color: #90cf9d;
  padding: 3px;
  font-size: 12px;
  border-radius: 3px;
}
.delete_node {
  font-size: 11px;
  text-align: right;
  cursor: pointer;
}
.delete_node span:hover {
  color: red;
}
.folder-img {
  width: 25px;
  height: 22px;
  vertical-align: bottom;
  padding-right: 5px;
}
#divIFrame iframe .title,
#divIFrame iframe .menu,
#divIFrame iframe .under-logo-line {
  display: none;
}
.terms-of-use {
  text-decoration: underline;
  position: absolute;
  text-align: center;
  padding-left: 45px;
  bottom: 30px;
  cursor: pointer;
}
#terms-of-use {
  margin: auto;
  padding: 100px;
  padding-top: 50px;
}
[class^=cs],
[class^=ecs],
[class^=lcs] {
  display: none;
}
table hr {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
.stats-nodelist {
  display: none;
}
#create-new-button {
  display: none;
  padding-right: 10px;
}
.button-menu-create {
  display: inline-block;
  padding-top: 37px;
  flex: 0.05 1 auto;
}
.button-menu-logout {
  display: inline-block;
  padding-top: 37px;
  flex: 0.3 1 auto;
}
.required-title {
  color: #eea017;
  font-size: 12px;
}
.aggr-div1,
.aggr-div2 {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
}
.aggr-div2 {
  padding-left: 50px;
}
#aggr-measures,
#aggr-measures-subdata {
  padding-top: 5px;
}
.focus_context_tr {
  display: none;
}
