ul li {
  list-style-type: none;
}
span.nr,
span.bez,
span.bez2 {
  display: inline-block;
  padding: 10px;
}
span.nr {
  width: 100px;
  text-align: right;
}
span.short {
  width: 100px;
  text-align: left;
}
span.bez {
  width: 250px;
}
span.bez2 {
  width: 200px;
}
ul.level2 {
  padding-left: 60px;
  display: none;
}
.changeform {
}
.nc2pmapform {
  padding-left: 30px;
  padding-right: 30px;
}
.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 800px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
ul {
  padding-left: 0px;
}
li.del,
li.del span {
  text-decoration: line-through !important;
}
li.new,
li.new span {
  color: #26bd26;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
  min-height: 400px;
}
input[type="text"],
input[type="email"],
select {
  width: 650px;
}
textarea {
  width: 650px;
  height: 120px;
  resize: both;
}
textarea#titel_en,
textarea#gruende,
textarea#titel {
  height: 60px;
}
textarea#mailtext {
  height: 250px;
}
label {
  width: 200px;
  vertical-align: top;
}
form div {
  margin-bottom: 20px;
}
.login input {
  width: 200px;
}

.logininfo {
  text-align: right;

  font-size: 0.8em;

  margin-right: 1.2rem;
}

.nc2pmap select {
  width: 150px;
  margin-right: 30px;
}
.nc2pmap label {
  width: auto;
  margin-right: 30px;
}

.tabinput {
  width: 50px;

  margin-right: 10px;

  text-align: right;
}

.container {
  /* margin-bottom: 500px;*/
}
footer .container {
  margin-bottom: 0px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f2f2f2;
}
.desc {
  color: #bbb;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#myTable2 td span {
  text-align: left !important;
}

a.button.delete {
  color: #ff0000;
}

input.admintoggle.toggletab {
  display: none;
}
.togglespan {
  display: none;
}
span.admintoggle.togglespan {
  display: inline-block;
}
.formstat {
  display: none;
}

.formstat.activestat {
  display: block;
}
span.error {
  color: #ff0000;
  display: block;
  margin-bottom: 30px;
}
span.success {
  color: #3d833d;
  display: block;
  margin-bottom: 30px;
}
.stathelper span {
  width: 55px;
  display: inline-block;
}
.stathelper {
  width: 180px;
  display: inline-block;
}
.statheader div {
  display: none;
}
#stathelp {
  display: none;
  white-space: pre-line;
}
a.size.labelsize {
  text-decoration: underline;
}
a.status.labelstat {
  text-decoration: underline;
}

div.areatext {
  display: inline-block;
}

div.textarea {
  display: inline-block;
}

a.listen {
  display: inline-block;
  width: 320px;
  text-align: center;
  background-color: #ada9a9;
  color: #ffffff !important;
  padding: 5px;
  text-decoration: none;
  border-radius: 15px;
  margin-top: 15px;
  border: 2px #ada9a9 solid;
}
a.listen:hover {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  color: #ada9a9 !important;
  padding: 5px;
  text-decoration: none;
  border-radius: 15px;
  border: 2px #ada9a9 solid;
  margin-top: 15px;
}
ul li ul {
  margin-left: 2em;
}
ul.tslots li {
  margin-bottom: 15px;
}
span.tslots {
  display: inline-block;
  width: 120px;
}
li a {
  display: inline-block;
}

#alternate {
  display: none;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
/* Search Filter Dropdown*/
.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url("searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {
  outline: 3px solid #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/*Modal*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Modal End */

.listcontainer {
  width: 650px;
  display: inline-block;
}

.listcontainer input,
.listcontainer select {
  width: 600px;
  display: inline-block;
}

#berichtstyp,
#bereich,
#methode {
  display: none;
}

nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
  border: none;

  color: #000;
  background: #f2f2f2;
  border-radius: 0;
}
nav > div a.nav-item.nav-link.active {
  background: #888c;
  color: #fff;
}

nav > div a.nav-item.nav-link.active:after {
}
.tab-content {
  background: #fff;
  line-height: 25px;

  padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #888c;
  color: #fff;
  border-radius: 0;
  transition: background 0.2s linear;
}

.bg-light {
  background: #f2f2f2 !important;
}
.listcontainer input {
  margin-bottom: 20px;
}

div.listcombo {
  margin-bottom: 0px !important;
}
.addcombo {
  padding: 5px;
  border: 1px solid #bbb;
  background-color: #f2f2f2;
}
.searchres div {
  display: none;
  color: #aaa;
}
.searchform #bereich {
  display: block;
}

/* Element | http://projectdb.bss-basel.ch/?logfile=1&edit=1&id=2JSF6QMB1KWEYXNIRLCPA7853O4HUG */

.logfile td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #bbb;
}

/* Inline #4 | http://projectdb.bss-basel.ch/?logfile=1&edit=1&id=2JSF6QMB1KWEYXNIRLCPA7853O4HUG */

.changed {
  background-color: #f1f1f1;
}

/* jquery.fancybox.min.css | https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css */

.fancybox-slide {
  /* position: absolute; */
  /* width: 100%; */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
