html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: arial;
}

canvas {
  display: block;
  margin: 5px;
}

table.layout {
  margin: 25px auto;
}

table.layout td {
  border: 1px solid #F0F0F0;
  background: #FEFEFE;
}

table.layout td div {
  margin: 5px;
}

#object-list select {
  min-width: 600px;
  border: 0 none;
  background: #FEFEFE;
  scrollbar-width: thin;
}

#menu > div {
  display: inline-block;
  margin: 0 20px 0 0;
  cursor: pointer;
  border-radius: 3px;
}

#menu > div:hover {
  background: #E0F0FF;
}

#menu > div label input,
#menu > div label span{
  user-select: none;
  cursor: pointer;
}

#menu {
  user-select: none;
}

#menu input {
  vertical-align: middle;
}

#menu > button {
  margin: 0 20px 0 0;
}

table.properties {
  width: 400px;
}

table.properties td {
  border: 0 none;
  border-bottom: 1px solid #EEE;
}

table.properties td.name-display {
  text-align: right;
  padding: 0 10px;
}

table.properties td.type-name-display {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}

#code-content {
  font-family: monospace;
  overflow: auto;
  white-space: pre;
  word-break: none;
  padding: 0;
  cursor: text;
  max-height: 200px;
  height: 200px;
  width: 100%;
  resize: none;
  scrollbar-width: thin;
  border: 1px solid #ccc;
  background-color: #F5F5F5;
  line-height: 1.4;
  border: 0 none;
  outline: none;
}


#code {
  position: relative;
}

#code button {
  position: absolute;
  top: 10px;
  right: 25px;
}

td.empty-qm {
  padding: 50px 0;
  font-size: 150px;
  color: #F7F7F7;
}

#code-td {
  background: #F5F5F5;
}

button.add-obj,
button.remove-btn {
  margin: 10px 0px 5px 0px;
  padding: 5px 20px;
  width: 200px
}

button.remove-btn {
  color: red;
  font-weight: bold;
}

.color-input,
.color-input span,
.color-input input{
  vertical-align: middle;
  line-height: 18px;
  height: 25px;
  margin: 0;
}
.color-input input[type=number] {
  height: 18px;
}

table.path-points input {
  width: 60px;
}

table.path-points input.path-point-selection {
  width: 20px;
}

button.rm-path-point {
  color: red;
}

button.control-btn {
  padding: 2px 8px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  border-radius: 3px;
}

button.control-btn:hover {
  background: #f0f0f0;
}


div.path-point-list {
  position: relative;
  overflow: auto;
  max-height: 200px;
  scrollbar-width: thin;
}

div.path-list-buttons {
  width: 190px;
  text-align: center;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, .8);
}

#top-links {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
}

#top-links a {
  color: #666;
  text-decoration: none;
  margin: 0 5px;
}

#top-links a:hover {
  color: #000;
  text-decoration: underline;
}

#fc-44418 {
  position: absolute;
  top: 10px;
  left: 10px;
}

#datenschutz-toggle {
  position: absolute;
  top: 30px;
  left: 10px;
  background: #fff;

  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #CCD1D9;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin: 0;
  padding: 0;

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#datenschutz-toggle > span {
  display: inline-block;
  height: 11px;
  line-height: 11px;
  vertical-align: top;
  font-size: 7px;
  text-transform: uppercase;
  color: #fff;
  background: #CCD1D9;
  border: 0 none;
  margin: 1px;
  padding: 0 6px 0 0;
}

#datenschutz-toggle > span::before {
  display: inline-block;
  content: '?';
  font-size: 7px;
  color: #CCD1D9;
  background: #fff;
  height: 11px;
  width: 12px;
  line-height: 11px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  margin: 0 6px 0 0;
  padding: 0;
}

#datenschutz-toggle:hover {
  border: 1px solid #888a8d;
}
#datenschutz-toggle:hover > span {
  background: #888a8d;
}
#datenschutz-toggle:hover > span::before {
  color: #888a8d;
}

#datenschutz-toggle:active {
  border: 1px solid #becbe0;
}
#datenschutz-toggle:active > span {
  background: #becbe0;
}
#datenschutz-toggle:active > span::before {
  color: #becbe0;
}

#datenschutz {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 400px;
  font-size: 16px;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1), 
              0 0 20px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
  z-index: 1000;
  text-align: justify;
}

#datenschutz h2 {
  font-size: 20px;
  margin: 10px 0;
}

.hidden {
  display: none;
}

/* EOF */