body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
  background-color: #fff;
}

html.wait,
html.wait * {
  cursor: wait !important;
}

:fullscreen,
::backdrop {
  background-color: #fff;
}

#loading-indicator {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-indicator-image {
  z-index: 100;
}

.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 2px;
}

.flex_simple {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex_btn_col {
  margin: 2px;
  background: #ccc;
  border: 4px solid #bbb;
  font-size: clamp(15px, 1.2vw, 25px);
  color: black;
  padding: 10px;
  display: block;
  text-align: center;
}

.flex_btn {
  margin: 2px;
  background: #ccc;
  border: 1px solid #bbb;
  font-size: 10pt;
  color: black;
  padding: 10px;
  display: block;
  text-align: center;
}

.flex_btn_tbl {
  background: #ccc;
  border: 1px solid #bbb;
  font-size: 10pt;
  color: black;
  padding: 5px;
  display: block;
  text-align: center;
}

.flex_btn_move {
  cursor: move;
  background: #ccc;
  border: 1px solid #bbb;
  font-size: 10pt;
  color: black;
  padding: 5px;
  /*display: block;*/
  text-align: center;
}

.flex_btn_ctl {
  margin: 2px;
  background: #ccc;
  border: 1px solid #bbb;
  font-size: 10pt;
  color: black;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  display: block;
  text-align: center;
}

.flex_btn_small {
  background: #ccc;
  border: 1px solid #bbb;
  font-size: 10pt;
  color: black;
  padding: 1px;
  display: block;
  text-align: center;
}

.line2 {
  font-size: 8pt;
  font-size: clamp(10px, 0.9vw, 20px);
  color: black;
}


.payment_summary {
  margin: 2px;
  background: #ccc;
  border: 1px solid #bbb;
  font-size: 25pt;
  color: black;
  padding: 10px;
  display: block;
  text-align: center;
}

.payment_summary_printer {
  margin: 2px;
  background: #ccc;
  border: 1px solid #bbb;
  font-size: 10pt;
  color: black;
  padding: 10px;
  display: block;
  text-align: center;
}


.accounting_summary {
  margin: 2px;
  background: #ccc;
  border: 1px solid #bbb;
  font-size: 25pt;
  color: black;
  padding: 10px;
  display: block;
  text-align: center;
}

.hidden {
  display: none;
}

.header {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 9pt;
}

.category {
  display: block;
  border: 1px solid rgb(0, 0, 0);
  margin-top: 2px;
  width: 100%;
  height: 48px;
  overflow-y: auto;
  overflow-x: auto;
}

.products {
  border: 1px solid rgb(0, 0, 0);
  margin-top: 2px;
  width: 100%;
  height: 50vh;
  overflow-y: auto;
  overflow-x: auto;
}

.order {
  display: flex;
  width: 100%;
  /*height: 30vh;*/
}

.order-lines {
  /*border: 1px solid rgb(0, 0, 0);*/
  margin-top: 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  flex-grow: 1;
}

.order-controls {
  /*border: 1px solid rgb(0, 0, 0);*/
  padding: 0px;
  margin-top: 0px;
  width: 45px;
  height: 100%;
}

/* The popup form - hidden by default */
.product-amount-popup {
  display: none;
  position: fixed;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 8;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

/* The popup form - hidden by default */
.last-orders-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 10;
  overflow-y: auto;
  overflow-x: auto;
}

/* The popup form - hidden by default */
.table-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 9;
  overflow-y: auto;
  overflow-x: auto;
}

/* The popup form - hidden by default */
.table-nr-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 9;
}

/* The popup form - hidden by default */
.payment-popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 9;
}

/* The popup form - hidden by default */
.payment-confirmation-popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 9;
}

/* The popup form - hidden by default */
.payment-discount-popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 10;
}

/* The popup form - hidden by default */
.accounting-popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 9;
}

.payment-popup-open {
  display: block;
  border: 1px solid rgb(0, 0, 0);
  padding: 2px;
  margin-top: 2px;
  height: 40vh;
  overflow-y: auto;
  overflow-x: auto;
}

.payment-popup-ctrl {
  display: block;
  border: 1px solid rgb(0, 0, 0);
  padding: 2px;
  margin-top: 2px;
  height: 10vh;
  overflow-y: auto;
  overflow-x: auto;
}

.payment-popup-pay {
  display: block;
  border: 1px solid rgb(0, 0, 0);
  padding: 2px;
  margin-top: 2px;
  height: 40vh;
  overflow-y: auto;
  overflow-x: auto;
}

/* The popup form - hidden by default */
.area-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  /* border: 3px solid #000000;*/
  background-color: #bbb;
  z-index: 9
}

/* The popup form - hidden by default */
.check-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  /* border: 3px solid #000000;*/
  background-color: #b9a0a0;
  z-index: 9;
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table th,
.styled-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.styled-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 999;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

.color-box {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ccc;
  border-color: #ccc;
  position: absolute;
  border: 0px solid;
  left: 5px;
  top: 5px;
}

.table_nr {
  padding: 0 40px;
  border-radius: 5px;
  min-width: 60px;
  max-width: 100px;
  margin: auto;
  border: 1px solid rgb(228, 220, 220);
  outline: none;
  font-size: 30px;
  color: transparent;
  text-shadow: 0 0 0 rgb(71, 71, 71);
  text-align: center;
}

input[type="password"] {
  padding: 0 40px;
  border-radius: 5px;
  width: 80px;
  margin: auto;
  border: 1px solid rgb(228, 220, 220);
  outline: none;
  font-size: 30px;
  color: transparent;
  text-shadow: 0 0 0 rgb(71, 71, 71);
  text-align: center;
}

input:focus {
  outline: none;
}

.pinButton {
  border: 1px solid rgb(228, 220, 220);
  background: #3f3f3f;
  font-size: 1.5em;
  border-radius: 50%;
  height: 60px;
  font-weight: 550;
  width: 60px;
  color: transparent;
  text-shadow: 0 0 0 rgb(255, 255, 255);
  margin: 7px 20px;
}

.clear,
.enter {
  font-size: 1em !important;
}

.pinButton:hover {
  box-shadow: #506ce8 0 0 1px 1px;
}

.pinButton:active {
  background: #506ce8;
  color: #fff;
}

.clear:hover {
  box-shadow: #ff3c41 0 0 1px 1px;
}

.clear:active {
  background: #ff3c41;
  color: #fff;
}

.enter:hover {
  box-shadow: #47cf73 0 0 1px 1px;
}

.enter:active {
  background: #47cf73;
  color: #fff;
}

table.order-lines {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #000000;
}

tr.order-lines:nth-child(even) {
  background-color: #b3b3b3
}

table.order-lines th,
table.order-lines td {
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  font-size: clamp(15px, 1.2vw, 25px);
}

table.order-lines td {
  text-align: right;
}

table.last-order-lines {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #000000;
}

tr.last-order-lines:nth-child(even) {
  background-color: #b3b3b3
}

table.last-order-lines th,
table.last-order-lines td {
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  font-size: clamp(13px, 1.1vw, 20px);
}

.order-new {
  color: green;
}

.order-changed {
  color: orange;
}

.order-sent {
  color: black;
}

table.admin-lines {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000000;
  table-layout: fixed;
}

tr.admin-lines:nth-child(even) {
  background-color: #b3b3b3
}


table.admin-lines th,
table.admin-lines td {
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  font-size: small;
}

.input-symbol-euro {
  position: relative;
}
.input-symbol-euro input {
  padding-left:18px;
}
.input-symbol-euro:before {
  position: absolute;
  top: 0;
  content:"€";
  left: 5px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #68f580;
}


input:disabled+.slider {
  background-color: #768178;
}

input:focus+.slider {
  box-shadow: 0 0 1px #68f580;
}

input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 14px;
}

.slider.round:before {
  border-radius: 50%;
}

header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}


.fullscreen {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 55px 0px 15px;
  color: #999;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  outline: none;
  z-index: 98;
}

.hamburger {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px 0px 15px;
  color: #999;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  outline: none;
  z-index: 98;
}

.cross {
  background: none;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 7px 15px 0px 15px;
  color: #999;
  border: 0;
  font-size: 3em;
  font-weight: bold;
  outline: none;
  z-index: 98;
}

.menu {
  z-index: 98;
  font-weight: bold;
  font-size: 0.8em;
  /* width: 100%; */
  background: #f1f1f1;
  position: absolute;
  text-align: center;
  right: 0;
  font-size: 12px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu li {
  display: block;
  padding: 15px 10px 15px 10px;
  border-bottom: #dddddd 1px solid;
}

.menu li:hover {
  display: block;
  background: #ffffff;
  padding: 15px 10px 15px 10px;
  border-bottom: #dddddd 1px solid;
}

.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #666;
}

.menu ul li a:hover {
  color: #666;
  text-decoration: none;
}

.menu a {
  text-decoration: none;
  color: #666;
}

.menu a:hover {
  text-decoration: none;
  color: #666;
}

.glyphicon-home {
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}

header {
  display: inline-block;
  font-size: 12px;
}

#fileInput {
  display: none;
}


/* Style the collapsible content. Note: hidden by default */
.auto_arrange_table_map_details {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  border:1px solid black;
}
