#graph-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0;
  overflow: hidden;
}

#basemaps-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
  background: white;
  padding: 10px;
}

.control-bar {
  font-family: Helvetica, Arial, sans-serif;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
/* --- Tooltip */

.ogma-tooltip {
  position: absolute !important;
  max-width: 300px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  cursor: auto;
  z-index: 100
}

.ogma-tooltip img {
  max-width: 280px;
  max-height: 140px
}

.ogma-tooltip .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.ogma-tooltip-header {
  overflow: hidden;
  word-break: break-all;
  /* font-variant: small-caps; */
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 10px
}

.ogma-tooltip-body {
  font-size: 14px;
  padding: 10px;
  font-weight: 400;
}

.ogma-tooltip-body th {
  color: #999;
  text-align: left
}

.ogma-tooltip-footer {
  border-top: 1px solid #ddd
}

.ogma-tooltip ul {
  padding: 0
}

.ogma-tooltip ul li {
  list-style: none
}

.ogma-tooltip .arrow {
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.ogma-tooltip.top {
  margin-top: -12px
}

.ogma-tooltip.top .arrow {
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0
}

.ogma-tooltip.bottom {
  margin-top: 12px
}

.ogma-tooltip.bottom .arrow {
  left: 50%;
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0
}

.ogma-tooltip.left {
  margin-left: -12px
}

.ogma-tooltip.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
  border-right-width: 0
}

.ogma-tooltip.right {
  margin-left: 12px
}

.ogma-tooltip.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
  border-left-width: 0
}

.ogma-tooltip-node>.ogma-tooltip-body,.ogma-tooltip-edge>.ogma-tooltip-body {
  max-height: 160px;
  overflow-y: auto
}
body{
  font-family: 'robotoregular','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.ogma-tooltip-stage>.ogma-tooltip-body {
  padding: 0
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button, select {
  text-transform: none;
}
button {
  overflow: visible;
}
.close:hover{
  opacity: .8;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: baseline;
  line-height: inherit;
  font-weight: 400;
  color: #1e1e32
}
/* .ogma-tooltip {
  max-width: 240px;
  max-height: 280px;
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  cursor: auto;
  font-size: 12px;
  pointer-events: none;
  z-index: 99999;
}

.ogma-tooltip-header {
  font-variant: small-caps;
  font-size: 120%;
  color: #000;
  border-bottom: 1px solid #999;
  padding: 10px;
}

.ogma-tooltip-body {
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: inherit;
  max-height: 180px;
}
.ogma-tooltip-body th {
  color: #999;
  text-align: left;
}

.ogma-tooltip-footer {
  padding: 10px;
  border-top: 1px solid #999;
}

.ogma-tooltip > .arrow {
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.ogma-tooltip.top {
  margin-top: -12px;
}

.ogma-tooltip.top > .arrow {
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #999;
  border-bottom-width: 0;
}

.ogma-tooltip.bottom {
  margin-top: 12px;
}

.ogma-tooltip.bottom > .arrow {
  left: 50%;
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #999;
  border-top-width: 0;
}

.ogma-tooltip.left {
  margin-left: -12px;
}

.ogma-tooltip.left > .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #999;
  border-right-width: 0;
}

.ogma-tooltip.right {
  margin-left: 12px;
}

.ogma-tooltip.right > .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #999;
  border-left-width: 0;
} */

.titlesSpan{
  font-weight: bold;
  color: #303030;
  font-size: 14px;
}

/* -- CSS flip switch */
.switch {
  width: 100%;
  position: relative;
}

.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked {
  z-index: 1;
}
.switch input:checked + label {
  opacity: 1;
  cursor: default;
}
.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}
.switch label {
  color: #222222;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}
.switch .toggle-inside {
  border-radius: 2.5rem;
  background: #4a4a4a;
  position: absolute;
  transition: 0.25s ease all;
}
.switch--horizontal {
  width: 15rem;
  height: 2rem;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 1rem;
}
.switch--horizontal input {
  height: 2rem;
  width: 5rem;
  left: 5rem;
  margin: 0;
}
.switch--horizontal label {
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
  width: 5rem;
  height: 100%;
  margin: 0;
  text-align: center;
}
.switch--horizontal label:last-of-type {
  margin-left: 5rem;
}
.switch--horizontal .toggle-outside {
  background: #dddddd;
  position: absolute;
  width: 5rem;
  left: 5rem;
}
.switch--horizontal .toggle-inside {
  height: 1.5rem;
  width: 1.5rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 3.25rem;
}

.toolbar {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  background: #ffffff;
  color: #222222;
  font-weight: 300;
  z-index: 9999;
}

.toolbar .section {
  position: relative;
  /* display: block; */
}

.toolbar .section h3 {
  display: block;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  color: #606060;
  font-size: 1rem;
}

.toolbar .section .clearable-input {
  border-radius: 4px;
  padding: 5px;
  border: 1px solid #dddddd;
}

.toolbar .section .line-color,
.ogma-tooltip .line-color {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 0.65rem;
  line-height: 1rem;
  font-weight: bold;
  vertical-align: text-top;
}

.toolbar .section .awesomplete > ul {
  max-height: 500px;
  overflow-y: auto;
  width: 200px;
  /* right: 0; */
  left: auto;
  transform-origin: 50% 0;
}

.toolbar .section p {
  padding-left: 18px;
  padding-right: 18px;
}

.toolbar .section p label {
  width: 4rem;
  display: inline-block;
}

.toolbar .disabled {
  display: none;
}
/*
search 
*/


.match {
  font-weight: bold;
  text-decoration: underline;
}

/* .dropdown {
  position: relative;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;

  cursor: pointer;
  box-sizing: border-box;
}

.dropdown-item:hover,
.dropdown-item.hover {
  background: #dddddd;
} */

.searchResult {
  position: absolute;
  top: 35px;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;

  max-height: 500px;
  overflow-y: auto;
}

/* ---- Clearable inputs */
.clearable-input {
  position: relative;
  display: inline-block;
  padding-right: 1.4em;
}
.clearable-input + .clear {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 1rem;
  padding: 0;
  line-height: 0.8rem;
  border-radius: 50%;
  background: #dddddd;
  color: #808080;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  text-align: center;
}

.clearable-input + .clear:hover {
  background: #aaaaaa;
  color: #ffffff;
}

.clearable-input::-ms-clear {
  display: none;
}
.toolbar .section .clearable-input {
  border-radius: 4px;
  padding: 5px;
  border: 1px solid #dddddd;
}
.hidden {
  display: none;
}
.search-form {
  display: inline-block;
  border-bottom: 2px solid #1e1e32;
  padding-right: 5px;
  position: relative;
  width: 30%;
  width: 30vw;
  min-width: 220px;
  max-width: 350px;
  background-color: rgba(255,255,255,0.6);
  transition: .3s ease-in
}

.search-form:hover,.search-form:active,.search-form:focus,.search-form.active {
  min-width: 350px;
  background-color: #fff
}


.autocomplete__submit {
  display: table-cell;
  float: right;
  vertical-align: middle;
  cursor: pointer;
  opacity: .6;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  background: transparent;
  font-size: 19px;
  line-height: 38px;
  vertical-align: middle;
  height: 38px;
}

.autocomplete__submit:hover {
  opacity: 1
}

.autocomplete__hint,.autocomplete__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  max-width: 334px;
  height: 38px;
  line-height: 38px;
  font-size: 19px;
  font-weight: lighter;
  padding: 0 5px
}

.autocomplete__hint {
  background: 0 0
}

.autocomplete__input {
  background: rgba(255,255,255,0.8);
  z-index: 1000
}
input[type="search"] {
  -webkit-appearance: none
}

.search-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 0 !important
}

.search-wrapper>input {
  vertical-align: top;
  width: 100%;
  height: 50px;
  padding: 0 5px;
  text-overflow: ellipsis;
  font-size: 18px;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0
}

.search-wrapper>input:hover,.search-wrapper>input:focus,.search-wrapper>input:active,.search-wrapper>input.active {
  border-bottom: 2px solid #0081e3
}

.search-wrapper a.input-options {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2
}

.search-wrapper a.input-clear {
  position: absolute;
  top: 8px;
  right: 50px;
  z-index: 2;
  color: #ccc
}
#searchbar {
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .2s ease-in
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.source:link {
  color: blue;
}

.source:visited {
  color: blue;
}

.source:hover {
  color: hotpink;
}

.source:active {
  color: blue;
}

.collapsible {
  z-index: 10000;
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  position: absolute;
}

.active, .collapsible:hover {
  background-color: #555;
}
.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.content {
  padding: 70px 18px 0px 18px;
  overflow: hidden;
  background-color: #f1f1f1;
  height: 90vh;
  overflow-y: auto;

}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 300px;
}

.bootstrap-select .dropdown-menu {
  width: 280px;
}
.bootstrap-select.show-tick .dropdown-menu li a span {
  white-space: normal;
  text-overflow: unset;
}
.visible{
  display: "";
}

#btn_reset{
  margin-bottom: 8px;
  text-align: center;
}

#logo{
  max-width: 85%;
  display: block;
  position: absolute;
  z-index: 100000;
  top:40%;
left: 10%;
}
#legendContainer{
  z-index: 10000;
  position: absolute;
  bottom: 82px;
  left: 4px;
}
#nodeTypeLegend{
  width: 132px;
  border: 1px solid grey;
  background: white;
  padding: 5px 2px 5px 8px;
  border-radius: 1px;
}
#permanentLogo{
  max-width: 15%;
  display: none;
  position: absolute;
  z-index: 100000;
  left:40%;
  top:0%;
}
/* ///////////////////////////////////// */
.ring
{
  z-index: 1000;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:250px;
  height:250px;
  background:transparent;
  border:3px solid #047c3e;
  border-radius:50%;
  text-align:center;
  line-height:350px;
  font-family:sans-serif;
  font-size:16px;
  color:#cd152a;
  letter-spacing:4px;
  text-transform:uppercase;
  text-shadow:0 0 10px #cd152a;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}
.ring:before
{
  content:'';
  position:absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #cd152a;
  border-right:3px solid #cd152a;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
span.loadingSpan
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
span.loadingSpan:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#cd152a;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #cd152a;
}

@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}
/* .checkBoxDiv{
  opacity: 0.6;
  cursor: pointer;
}
.checked{
  opacity: 1;
} */
/* ///////// */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn {
  border: 0;
  padding: 6px 10px;
  position: relative;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:focus {
  background-color: #ffffff;
  outline: none;
}

.btn-group-vertical > .btn.active {
  background-color: #cccccc;
}

#viewController {
  z-index: 1000;
  position: absolute;
  bottom: 150px;
  left: 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
}
.info {
  position: absolute;
  color: #fff;
  background: #141229;
  font-size: 12px;
  z-index: 1000;
  font-family: monospace;
  padding: 5px;
}
@media screen and (max-width: 500px) {
  .collapsible {
    padding: 5px;
    font-size: 9px;
  }

  .content {
    padding: 25px 10px 0px 10px
  }

  .autocomplete__hint,
  .autocomplete__input {
    top: 20px;
    left: 10px;
    font-size: 9px;
    max-width: 150px;
    height: 24.84px;
  }

  .toolbar .section p {
    padding: 0;
  }

  #logo{
    max-width: 80%;
    left:10%;
   }
  #permanentLogo{
    display: none;
  }

  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 170px;
  }

  .bootstrap-select .dropdown-menu {
    width: 160px;
  }

  .bootstrap-select.show-tick .dropdown-menu li a span.text {
    font-size: 10px;
  }

  .bootstrap-select.show-tick .dropdown-menu li a span {
    font-size: 11px;
  }

  .btn-group>.btn-group:not(:first-child)>.btn,
  .btn-group>.btn:not(:first-child),
  .btn-group>.btn-group:not(:last-child)>.btn,
  .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    font-size: 11px;
  }

  .bs-searchbox .form-control {
    font-size: 9px;
    height: 25.5px;
  }

  .bs-actionsbox,
  .bs-donebutton,
  .bs-searchbox {
    padding: 4px;
  }

  .bs-searchbox+.bs-actionsbox {
    padding: 0px 4px 4px;
  }

  .bootstrap-select .dropdown-menu {
    padding: 0px;
  }

  .switch--horizontal {
    width: 10rem;
  }

  .switch--horizontal label {
    width: 1rem;
  }

  .switch--horizontal .toggle-outside {
    width: 4rem;
    left: 2rem;
  }

  .switch--horizontal input:checked~.toggle-outside .toggle-inside {
    left: 0.25rem;
  }

  .switch--horizontal input~input:checked~.toggle-outside .toggle-inside {
    left: 2.25rem;
  }

  .switch--horizontal label:last-of-type {
    margin-left: 6rem;
  }

  .switch--horizontal input {
    left: 2rem;
  }

  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 10px;
  }
  .form-check-label{
    font-size: 12px;
  }
  .searchResult{
    max-width: 150px;
  }
}

