/*
  2022-11-14 mj: a, .pickedup v2
*/

body {
  margin: 0;
  padding: 0 5px;
  font-size: 16px;
}

h1 {
  font-family: Overlock, sans-serif;
  text-align: center;
}

h2 {
  font-family: Overlock, sans-serif;
  background-color: PaleGreen;
}

h3 {
  font-family: Overlock, sans-serif;
  background-color: GreenYellow;
  color: DarkGreen;
}

h4 {
  font-family: Overlock, sans-serif;
  background-color: GreenYellow;
  color: DarkGreen;
}

p,
div {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}

p.article {
  border-bottom: 1px solid black;
  padding: 20px 0;
  margin: 0 0;
}

a {
  color: #090;
}

ol,
ul {
  padding-left: 25px;
}

ol li,
ul li {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
}

.mandatory {
  background-color: #dfd;
}

.mandatory.changed {
  background-color: #afa;
}

.changed {
  background-color: #ffd;
}

.disabled,
.mandatory.changed.disabled {
  background-color: #eee;
}

.warning {
  background-color: #fee;
  color: red;
}

.debug {
  background-color: #eef;
  color: #00f;
}

.info {
  font-style: italic;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input {
  box-sizing: border-box;
  border-radius: 5px;
}

button {
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px 10px;
  color: #000000;
  font-family: Ubuntu, sans-serif;
  appearance: none !important;
  margin-bottom: 2px;
}

input.weight {
  width: 5em;
}

input.number {
  width: 3em;
}

textarea {
  background-color: #FFC;
}

.save-button {
  width: 285px;
  background-color: #0A0;
  padding: 10px 40px;
  color: white;
  border-radius: 8px;
  font-size: 16px;
}

table {
  border-color: black;
  border-width: 0 0 1px 1px;
  border-style: solid;
}

td,
th {
  font-family: Arial, Helvetica, sans-serif;
  border-color: black;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
  padding: 4px;
}

th {
  background-color: #CFC;
}

.shaded {
  background-color: #FFC;
}

.duplicate {
  background-color: #DDD;
}

.duplicate_session {
  color: red;
}

.archived {
  background-color: #eef;
}

.maximum {
  background-color: #fcc;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/** Login Form **/

#loginbox {
  width: 285px;
  margin: 0 auto;
}

#loginForm {
  margin-top: 40px;
}

#loginForm .field-box {
  margin-top: 20px;
}

#loginForm .field-box input {
  color: #000000;
  width: 100%;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1;
}

#loginForm .field-box select {
  width: 100%;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 10px;
  color: #000000;
  line-height: 1;
  font-family: Ubuntu, sans-serif;
}

#loginForm .field-box label {
  padding-top: 10px;
  padding-left: 10px;
  font-family: Ubuntu, sans-serif;
  font-size: 1rem;
  position: absolute;
  transform: translateY(-30px);
}

#loginForm button {
  width: 100%;
  padding: 10px 0;
  color: #000000;
  font-family: Ubuntu, sans-serif;
  appearance: none;
}

/** END - Login Form **/


/* pickup4.css*/

table {
  /* allgemein: unterbrechungsfreie Gitterlinien, ersetzt bisherige Definition  */
  border-collapse: collapse;
  border: 1px solid black;
}

table td {
  border: 1px solid black;
}

.gridless {
  border: 0 solid black;
}

/* orders.css */
/* Für Einkistl-App*/
input.received {
  width: 1.5em;
  text-align: right;
}

.notreceived {
  background-color: #DDD;
}

.error {
  background-color: #F00;
}

input.weight {
  width: 4em;
}

input.number {
  width: 3em;
}

input.number,
input.weight {
  text-align: right;
}

@media (max-width:400px) {
  th {
    vertical-align: bottom;
    text-align: center;
  }

  th span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
  }

  body.bg-body {
    background-color: #ffe;
  }
}

@media (min-width:400px) {
  body.bg-body {
    background-color: #efe;
  }
}

.ordered-different {
  color: #777;
}

.ordered-equal {
  color: #777;
}

.checked,
.pickedup {
  background-color: rgb(123, 255, 123);
}