svg#gvdsvg {
    background: #eeeeee;
}

* {
    box-sizing: border-box;
}

body {
    /* Disable scrollbars and ensure that the body fills the window */
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.main-view-center {
    margin: auto;
    width: 50%;
    /* border: 3px solid green; */
    padding: 10px;
    float:left;
}

.settings-col {
    width: 30%;
    /* overflow-x: scroll; */
    /* overflow-y: scroll; */
    z-index: 1;
    /* top: 50px; */
    left: 0;
    /* background-color: lightblue; */
    /* overflow-x: hidden; */
    border:2px solid #000000;
    /* transition: 0.5s; */
    padding-top: 10px;
}

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

.active, .collapsible:hover {
    background-color: #555;
}

.gvd-switches {
    padding: 40px;
    width: 50%;
    /* padding: 0 18px; */
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.hidden-canvas {
    visibility:hidden;
    /* border:1px solid #d3d3d3; */
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 750px; /* Should be removed. Only for demonstration */
    /* overflow: hidden; */
}

/* Create three equal columns that floats next to each other */
.column-debug {
    float: left;
    width: 30%;
    padding: 20px;
    height: auto; /* Should be removed. Only for demonstration */
    /* overflow: hidden; */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.fullscreen {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.debug {
    font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}

line#sweepline {
    stroke: black;
}

/* for debugging */
.gvd-surface {
    stroke: black;
}

.gvd-ending-surface {
    stroke: black;
}

.gvd-iso-surface {
    stroke: black;
}

.gvd-surface-parabola {
    stroke: black;
}

.gvd-iso-surface-parabola {
    stroke: black;
}

.gvd-surface-active {
    stroke: black;
    stroke-dasharray: 3, 3;
}

.gvd-surface-active-parabola {
    stroke: black;
    stroke-dasharray: 3, 3;
}

.gvd-edge-vertex {
    fill: black;
}

.debug-line {
    stroke: blue;
    fill: none;
    /* stroke-dasharray: 3, 3; */
}

.debug-parabola {
    /* stroke: rgb(63, 226, 63); */
    fill: none;
    /* stroke-dasharray: 3, 3; */
}

.debug-point {
    stroke: red;
}

.seg-boundary {
    stroke: black;
    stroke-dasharray: 3, 3;
}

.event {
    stroke: cyan;
    fill: None;
}

.close-event {
    fill: cyan;
}

.debug-circumcircle {
    stroke: black;
    fill: None;
}

path.beachline {
    stroke: blue;
    fill: none;
}

.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
}

.node text {
    font: 12px sans-serif;
}

.node--internal text {
    text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.events-box {
    width: 500px;
    height: 180px;
    padding: 10px;
}

/* Debug Panel */
.sliding-panel {
    /* position: fixed; */
    width: 100%;
    height: 40px;
    background: white;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: height 500ms;
    /* For Safari 3.1 to 6.0 */
    transition: height 500ms;
    /* z-index: 999; */
    overflow: hidden;
}

.sliding-panel:hover {
    height: auto;
    background: whitesmoke;
}

.title-group {
    padding: 10px;
    /* text-align: center; */
    width: 100%;
    font: 14px sans-serif;
    /* background: rgb(72, 164, 255); */
    border: 2px;
    border-radius: 8px;
}

.debug-inputs {
    /* visibility: hidden; */
    width: 50%;
    text-align: right;
}

.min-cross-inputs {
    width: 50%;
    text-align: left;
    padding: 10px;
    /* text-align: center; */
    width: 100%;
    font: 14px sans-serif;
    /* background: rgb(72, 164, 255); */
    border: 2px;
    border-radius: 8px;
}

.debug-input {
    padding: 5px;
}

.debug-events {
    /* visibility: hidden; */
    text-align: left;
}

.side-panel-view {
    padding: 10px;
    height: 100%;
}

.tree-svg {
    height: inherit;
}

div.tooltip {
    position: absolute;
    text-align: center;
    width: 340;
    height: 100px;
    padding: 2px;
    font: 20px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}

div.custom-dataset-div {
    width: 50%;
    text-align: left;
}

.user-controls {
    text-align: center;
    width: 100%;
    padding: 10px;
    font: 14px sans-serif;
    background: rgb(72, 164, 255);
    border: 2px;
    border-radius: 8px;
    pointer-events: none;
}

.sq-right {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    padding: 10px;
}

.sq-right .sq-right-text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.sq-right .sq-right-text::after {
    content: " ";
    position: absolute;
    top: 25%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.sq-center {
  display: inline-block;
  border-bottom: 1px dotted black;
  padding: 10px;
}

.sq-center .sq-center-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

.sq-center .sq-center-text::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

