body {
  height: 100%;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  background-color: white;
  overscroll-behavior-y: contain;  
}

[type='checkbox']{
  margin: 5px;
}


.text {
  font-size: 0.9em;
}

.text-label {
  font-size: 0.8em;
  font-weight: bold;
}

.text-value {
  font-size: 0.9em;
}

.text-address {
  font-size: 0.6em;
}

.text-email {
  font-size: 0.9em;
}

.text-headline {
  font-size: 2.2em;
  font-weight: bold;
}

.bg-input {
  background-color: orange;
}

.bg-mandatory {
  background-color: red;
}

.btn-logout{
  height: 100%;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}


#btn_login{
  width: 100%;
}


#deliverynote_additionalInformation_internal {
  position: fixed; /* Sit on top of the page content */
  /*display: none; /* Hidden by default -> already in Load defined */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255); /* background */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#headline_deliverynote_additionalInformation_internal{
  font-size: 2.2em;
  font-weight: bold;  
  margin-bottom: 20px;
}

#deliverynote_additionalInformation_internal_text{
  width: 100%;
  height: 200px;
  margin-top: 15px;
}



/*
.button-vehicle-selection {
  color: white;
  background-color: #6c757d;
  border: 0;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  margin: 5px;
}

.button-vehicle-selection-selected {
  color: white;
  background-color: #0d6efd;
  border: 0;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  margin: 5px;
}

.flex-container {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login-label{
  font-size: 1em;
  font-weight: bold;
}

.login-textbox{
  font-size: 1em;  
  color:black;
  background-color: white;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  margin-top: 10px;
  margin-bottom: 10px;
}


.login-button{
  font-size: 1em;
  color: white;
  background-color: darkgreen;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

button {
  font-size: 1em;
  color: white;
  background-color: gray;
  width: 100%;
  min-height: 40px;
  border-radius: 5px;
  border-style: none;
  margin-top: 10px;
  margin-bottom: 10px; 
}

.button-ok { 
  color: white;
  background-color: green;  
}

.button-warning { 
  color: white;
  background-color: gold;  
}

.button-danger { 
  color: white;
  background-color: red;  
}

.button-done { 
  color: white;
  background-color: gray;  
}

.text-line-through{
  text-decoration:line-through
}

input:read-only, 
textarea:read-only,
[contenteditable]:read-only {
  cursor: not-allowed;
  background-color: #EBEBE4 !important;
  color: #686868;
}

.input-email {
  font-size: 0.9em;
  width: 100%;
}

.input-text {
  font-size: 0.9em;
  width: 100%;
}

*/