﻿body {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    overflow-x: hidden;
    overflow-y: scroll;
    /*Orange Theme*/
    --main-color: #FFCC80;
    --secondary-color: #F57C00;
    /*Red Theme*/
    /*--main-color: #FFCCCC;
    --secondary-color: #bf425a;*/
    overscroll-behavior-y: contain;
}

.mainForm {
    height: 100%;
    width: 100%;
}

/*----------------------------------------------Commom to all Screens-------------------------------------------*/

div {
    /*border: 0px;*/
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

li {
    margin: 0px;
}

a {
    text-decoration: underline;
}

th {
    padding: 5px;
    background: var(--secondary-color);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

td {
    margin: 0px;
    padding: 5px;
}

tr:nth-child(even) {
    background: white;
}

tr:nth-child(odd) {
    background: #EEE;
}

tr:hover {
    background: #D6D6D6;
}

tr:active {
    background: #D6D6D6;
}

tr.selected {
    background: #D6D6D6;
}

.AlignRight {
    text-align: right;
}

.MinimumWidth {
    width: 20px;
}

.MinimumWidth2 {
    float: right;
    margin: 0px;
    width: 46px;
    height: 46px;
}

/*Tablet Mode*/

.ModeIcon {
    float: right;
    color: #ffffff;
    font-size: 100px;
    vertical-align: bottom;
    margin-top: 20px;
}

    .ModeIcon img {
        height: 90px;
    }

.TabletHeading3 {
    float: left;
    display: inline;
    color: var(--secondary-color);
    font-size: 48px;
}

.TabletBigTitle {
    font-size: 48px;
}

.TabletBigText {
    font-size: 48px;
}

    .TabletBigText input {
        font-size: 48px;
        width: 48px;
    }

.TabletInputBox {
    /*float: left;*/
    width: 150px;
    height: 80px;
    padding: 5px 0 5px 10px;
    margin-right: 0px;
    border: 2px solid var(--main-color);
    font-size: 48px;
    color: var(--secondary-color);
    outline: none;
    background: none;
    box-sizing: border-box;
    transition: all 0.15s;
}

    .TabletInputBox:focus {
    }

    .TabletInputBox:read-only {
        background-color: var(--main-color);
    }

.frame1 {
    height: 100%;
    width: 100%;
}

.frame2 {
    height: 100vh;
    width: 100%;
    background-color: lightgray;
    transform: translateY(-150%);
    z-index: 12;
}

.slide-left {
    transform: translateX(-100%);
}

.slide-up {
    transform: translateY(150%);
    z-index: 12;
}

.TableStructure {
    height: 100%;
}

    .TableStructure tbody th {
        padding: 0px;
        background: white;
        color: black;
        font-size: inherit;
        font-weight: inherit;
    }

    .TableStructure tbody td {
        margin: 0px;
        padding: 5px;
        vertical-align: middle;
    }

    .TableStructure tbody tr {
        background: white;
    }

.search_text {
    width: 140px;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    border: 0 none;
    height: 37px;
    /*margin-right: 0px;*/
    margin-left: 15px;
    margin-bottom: 10px;
    /*color: #F57C00;*/
    outline: none;
    background: none;
    border: 2px solid var(--main-color);
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
    text-align: center;
}

    .search_text:focus {
        background: white;
        border: 2px solid var(--main-color);
    }

    .search_text::-webkit-input-placeholder {
        font-size: 80px;
        color: var(--secondary-color);
        opacity: 0.25;
        text-align: center;
    }

.search_text-large {
    width: 450px;
    height: 120px;
    font-size: 65px;
}

.search_button {
    border: 0 none;
    background: var(--main-color) url(../images/search_white24.png) center no-repeat;
    background-size: 40px;
    width: 55px;
    float: left;
    padding: 0;
    text-align: center;
    height: 37px;
    cursor: pointer;
    height: 120px;
    font-size: 65px;
}

.btn-landscape-large {
    background-size: 65px;
    height: 770px;
    width: 80px;
    font-size: 120px;
    margin-top: -10px;
}

.standardMobileTable {
    /*font-size: 60px;*/
    width: 900px;
}

    .standardMobileTable tr, th, td {
        padding: 5px;
        height: 80px;
        text-align: center;
        font-size: 55px;
    }

    .standardMobileTable td {
        font-size: 55px;
    }

.allRowsWhite tr:nth-child(odd) {
    background: white;
}

.allRowsWhite tr:nth-child(even) {
    background: white;
}

/*------//-------*/

.label {
    width: 100%;
    background-color: white;
}

    .label tr {
        background-color: white;
    }

.text {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.EAN {
    font-family: "Code EAN13";
    font-size: 72px;
}

.CODE {
    font-family: "Code39Azalea";
    font-size: 64px;
}

.rotateleft {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotateright {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.generalInputs {
    width: 450px;
    height: 120px;
    font-size: 65px
}

/*---*/

/*-----------*/
section {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    /*align-items:center;*/
}

.screen {
    position: fixed;
}

.bangHome {
    height: 150px;
    width: 98%;
    padding: 5px 10px;
    background-color: var(--main-color);
    text-align: left;
    text-overflow: ellipsis;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    font-size: 120px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iconsContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
}

.infoIconContainer {
    width: 98%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 10px;
}

.material-icons {
    font-size: 100px !important;
    /*color: var(--main-color);*/
    color: white;
}

    .material-icons.cancel {
        font-size: 80px !important;
        color: black;
    }

.infoText, .errorText {
    height: 98.5%;
    width: 97%;
    background-color: var(--main-color);
    opacity: 0.9;
    z-index: 12;
    position: fixed;
    font-size: 55px;
    padding: 15px;
    text-align: center;
    left: 0;
    top: 0;
}

.userInfoText {
    height: 98.5%;
    width: 97%;
    background-color: var(--main-color);
    opacity: 0.9;
    z-index: 12;
    position: fixed;
    font-size: 55px;
    padding: 15px;
    text-align: center;
    align-items: center;
    left: 0;
    top: 0;
}

.alignUserInfo {
    margin-top: 25%;
}

.largeInfo {
    font-size: 53px;
}

.noDisplay {
    display: none;
}

.largeButton {
    height: 120px;
    /*width: 300px;*/
    width: 98%;
    color: white;
    font-size: 80px;
    padding: 10px;
    border-radius: 8px;
    margin-top: 35px;
}

.largeButton:first-child {
    margin-top: 0;
}

.button-mainColor {
    background-color: var(--main-color);
    border: 1px solid var(--secondary-color);
}

.button-whiteColor {
    background-color: white;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.authButton {
    width:95%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.navigationButtonsContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    /*margin-bottom: 45px;*/
    margin-top: auto;
}

.navigationButtonsContainer input[type="button"] {
    margin-bottom: 45px;
}

.invisible {
    visibility: hidden;
}

.mediumTextBox {
    width: 96.95%;
    font-size: 53px;
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    margin-bottom: 45px;
}

    .mediumTextBox::-webkit-input-placeholder {
        opacity: 0.4;
        text-align: center;
    }

.largeTextBox {
    height: 120px;
    width: 850px;
    font-size: 80px;
    padding: 5px;
    text-align: center;
}

    .largeTextBox::-webkit-input-placeholder {
        font-size: 80px;
        opacity: 0.25;
        text-align: center;
    }

.textBox-mainColor {
    border: 1px solid var(--main-color);
}

    .textBox-mainColor::-webkit-input-placeholder {
        color: var(--secondary-color);
    }

.textBox-secondaryColor {
    border: 1px solid var(--secondary-color);
}

    .textBox-secondaryColor::-webkit-input-placeholder {
        color: var(--secondary-color);
    }

.tableContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}

.genericMessage {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
}

.smallMessage {
    font-size: 60px;
    margin: 15px 0 15px 15px;
    border: 1px solid var(--secondary-color);
    width: 800px;
    height: 100px;
}

.largeMessage {
    font-size: 71px;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 15px 0 15px 0;
    width: 94%;
    min-height: 50%;
    line-height: 1.5;
}

.validationMessage {
    font-size: 25px;
    color: var(--secondary-color);
    margin: 15px 0 15px 15px;
    border: 1px solid var(--secondary-color);
    width: 96%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    line-height: 1.5;
}

.mainContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    width: 100%;
    /*margin-bottom: 45px;*/
}

.contentContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-height: 90%;
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.containerHeightFifty {
    min-height: 50%;
}

.containerHeightFiftyFive {
    min-height: 55%;
}

.containerHeightSixty {
    min-height: 60%;
}

.containerHeightSixtyFive {
    min-height: 65%;
}

.containerHeightSeventy {
    min-height: 70%;
}

.containerHeightSeventyFive {
    min-height: 75%;
}

.containerHeightEighty {
    min-height: 80%;
}

.containerHeightEightyFive {
    min-height: 85%;
}

.containerHeightNinety {
    min-height: 90%;
}

.containerHeightNinetyFive {
    min-height: 95%;
}

.adjustHeight {
    min-height: auto;
    /*margin-bottom:45px;*/
}

.contentButtonsContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.contentButtonsContainer input {
    margin-top: 35px;
}

.multipleSearchContainer {
    margin-top: 20px;
    margin-bottom: 45px;
    min-width: 100px;
    max-width: 580px;
    display: flex;
    align-items: center;
}

/* Show/Hide Screens */

.hideRight {
    transition: 0.5s;
    transform: translateX(100%);
}

.hideLeft {
    transition: 0.5s;
    transform: translateX(-100%);
}

.correctHidePosition {
    transform: translateX(100%);
}

.leftPositioning {
    transform: translateX(-100%);
}

.rightPositioning {
    transform: translateX(100%);
}

.slideLeft {
    transition: 0.5s;
    transform: translateX(0);
}

.slide {
    transition: 0.5s;
    transform: translateX(0);
}

.hide {
    display: none;
}

