html {
  height: 100%;
  /*cursor: none;*/
  overflow: hidden;
}

body {
  user-select: none;
  height: 100%;
  font-size: 22px;
  font-weight: bold;
  /*cursor: none;*/
}

img {
  /*cursor: none;*/
}

.btn {
  /*cursor: none;*/
}

input[type="text"] {
  font-size: 22px;
  font-weight: bold;
}

.main {
  height: 100%;
  margin-bottom: 0px;
}

.col:not(.main):not(.bottom) {
  margin-bottom: 15px;
}

input {
  text-align: center;
}

#scanning_view_barcode_input:focus {
  box-shadow: none;
  color: transparent;
  border-bottom: none;
}

.modal-content div.row {
  margin-bottom: 0px;
}

.numeric_keyboard_button {
  width: 100px;
}

.cellphone_keyboard_button {
  width: 100px;
}

.alphanumeric_keyboard_button {
  width: 100px;
}

.alphanumeric_keyboard_button.numeric {
  background-color: #7986cb;
}

#alphanumeric_keyboard_BS_button {
  background-color: #7986cb;
}

#alphanumeric_keyboard_OK_button {
  background-color: #7986cb;
}

.btn.manual_cereal_input_view_btn {
  width: 400px;
}

label.service_input_view_checkbox {
  margin-bottom: 50px;
  transform: scale(2.5);
  transform-origin: 0 0;
  /*cursor: none;*/
}

.modal-overlay{
  display: none !important;
}