/* CSS */
.main-button {
    appearance: none;
    background-color: transparent;
    border-radius: 5%;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
    position: absolute;
    top:    20%;
    bottom: 20%;
    width:  30%;
}

.main-button:disabled {
    pointer-events: none;
}

.main-button:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.main-button:active {
    box-shadow: none;
    transform: translateY(0);
}

.button {
    display: inline-block;
}

#wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    top:0;
    bottom:0;
}

body {
    position: relative;
    top:0;
    bottom:0;
}



#button-auslagern {
    color:#ff0000;
    border: 0.3em solid #ff0000;
    position: absolute;
    left:   55%;
}
#button-auslagern:hover {
    background-color: rgba(255,0,0,0.1);
}

#button-einlagern {
    color:#00ff00;
    border: 0.3em solid #00ff00;
    position: absolute;
    left:   15%;
}

#button-einlagern:hover {
    background-color:rgba(0,255,0,0.1);
}




.main {
    position: absolute;
    top:    10%;
    height: 85%;
    left:   5%;
    right:   30%;
    width:  60%;
    background-color: #fff;
}

#lagerort-input-div {
    z-index: 20;
}

#produkt-input-div {
    z-index: 16;
}

#buchstabe-input-div {
    z-index: 12;
}

#anzahl-input-div {
    z-index: 8;
}

#gebucht-info-div {
    z-index: 4;
    color:#00ff00;
}



.action-info {
    appearance: none;
    background-color: transparent;
    border-radius: 5%;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
    position: absolute;
    top:    2%;
    height: 5%;
    right:   5%;
    width:  10%;
}

.action-info-auslagern {
    color:#ff0000;
    background-color: rgba(255, 0, 0, 0.1);;
    border: 0.3em solid #ff0000;
}

.action-info-einlagern {
    color:#00ff00;
    background-color: rgba(0, 255, 0, 0.1);;
    border: 0.3em solid #00ff00;
}




.button-header{
    appearance: none;
    background-color: transparent;
    border-radius: 5%;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
    position: absolute;
    top:    2%;
    height: 5%;
    right:   5%;
    width:  10%;
}
  
.button-header:disabled {
    pointer-events: none;
}

.button-header:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-header:active {
    box-shadow: none;
    transform: translateY(0);
}



  
#button-hauptmenue {
    color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    right:   20%;
    width:  10%;
}

#button-hauptmenue:hover {
    color: #fff;
    background-color: #1A1A1A;
}

  
#lagerort-wechseln {
    color: #ff7300;
    background-color: rgba(255, 115, 0, 0.25);
    right:   35%;
    width:  20%;
}

#lagerort-wechseln:hover {
    color: #fff;
    background-color: #1A1A1A;
}

.hidden {
    display: none;
}


#keypad {
    position: absolute;
    width: 50%;
    height: 50%;
}

.keypad {
    width: 100%;
    height: 100%;
    float: left;
}

.keypad-div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.keypad-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.keypad-spacer-div {
    width: 100%;
    background-color: #fff;
}


.keypad-cell-div {
    display: inline-block;
    border: 1px solid blue;
    height: 20%;
}


.keypad-cell-div-1 {
    width: 100%;
}


.keypad-cell-div-2 {
    width: 48%;
}


.keypad-cell-div-3 {
    width: 32%;
}


.keypad-cell-div-4 {
    width: 24.5%;
}


.keypad-cell-div-5 {
    width: 19.5%;
}

.keypad-button {
    height: 100%;
    width: 100%;
    font-weight: bold;
    font-size: 2em;
}

input[type=text], input[type=number] {
    width: 100%;
    font-size: 2em;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}


#history-div {
    width: 50%;
    height: 70%;
    top: 10%;
    float: right;
    position: relative;
}



.uebersichtstabelle {
    width: 100%;
}

.uebersichtstabelle-row-bgcolor-light {
    background-color: #fff;
}

.uebersichtstabelle-row-bgcolor-dark {
    background-color: #ccc;
}