body {
  color: #2B2A29;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toast-box {
  min-height: 40px;
  justify-content: center;
  padding-left: 40px;
}

.toast-box.toast-top.show {
  top: 0px;
}

.login-form .logo-image {
    max-width: 90%;
}

.login-form .icon-image {
  max-width: 60%;
}

.text-primary,
a.text-primary {
  color: #000 !important
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, .dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
  background: transparent !important;
}

.qty-input {
  text-align: center;
}

.qty-value {
  font-size: 25px;
}

.label-text {
  font-size: 20px !important;
}

.label-text-small {
  font-size: 12px !important;
}

.btn-primary {
  background: #EEB544 !important;
  border-color: #EEB544 !important;
  color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #eeb544cb !important;
  border-color: #eeb544cb !important;
}

/* efekt naciskania na ekranach dotykowych */
.touch-button:active {
  background-color: inherit;
  opacity: 0.6;
}

.button-group-1 {
  bottom: 70px;
}

.button-group-2 {
  bottom: 140px;
}

.button-group-3 {
  bottom: 210px;

}

.action-label1 {
  background-color: #2bb375;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}

.action-label2 {
  background-color: #d14848;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}

.action-label3 {
  background-color: #355fc1 !important;
  color: white;  
  padding-left: 15px;
  padding-right: 15px;  
}

.action-button1 {
  background: #2bb375;
  border-color: #2bb375;
  color: white;
}

.action-button1:hover {
  color: white;
  background: #2bb375;
  border-color: #2bb375;
  opacity: 0.8;
}

.action-button2 {
  background: #d14848;
  border-color: #d14848;
  color: white;
}

.action-button2:hover {
  color: white;
  background: #d14848;
  border-color: #d14848;
  opacity: 0.8;
}

.action-button3 {
  background: #355fc1 !important;
  border-color: #355fc1 !important;
}

.action-button3:hover {
  color: white;  
  background: #355fc1 !important;
  border-color: #355fc1 !important;
  opacity: 0.8;
}

div.scrollbox {
    margin: 5px;
    padding: 5px;
    background-color: white;
    width: 100%;
    height: 100px;
    overflow: auto;
    text-align: center;
}

.order-select {
  font-size: 18px;
  line-height: 18px;
  border: 1px solid;
  border-color: #000;
  border-radius: 0px;
  width: 85vw;
  height: 45px !important;
}