﻿.emphivelogo {
    position: absolute;
    right: 8px;
    top: 8px;
    max-width: 30vh;
    max-height: 30vh;
    width: auto;
    height: auto;
}


.text_section {
    background: white;
}

/** Define grid names **/
.section_one {
    grid-area: text-one;
    vertical-align: central;
}

.section_two {
    grid-area: text-two;
    vertical-align: central;
}

.img_one {
    grid-area: img-one;
}

.img_two {
    grid-area: img-two;
    left: 25vw !important;
}

.homecontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /** apply grid names here**/
    grid-template-areas:
        "text-one img-one"
        "img-two text-two";
}

.bootstraphomebutton {
    background-color: #e71d1d !important;
    border-radius: 22px;
    border: none;
    width: 60% !important;
    left: auto !important;
    right: auto !important;
    margin-top: 1vh !important;
    margin-bottom: 1vh !important;
    /* white-space: nowrap;
    margin-left: 0;
    margin: 12px 6px;
    padding-bottom: 2px;
    display: inline-flex;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff;
    line-height: 1.22;
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.20rem;
    font-weight: 600;
    padding-left: 1vw;
    padding-right: 1vw;
    width: 256px;*/
}

.homediv {
    display: block !important;
    height: 150vh !important;
    overflow-y: scroll !important;
}

.demopage {
    width: 75vw !important;
    height: auto !important;
    /*background-color: black !important;*/
    overflow-y: scroll !important;
    display: inline !important;
}

.hiveemail {
    float: right;
    right: 0 !important;
    display: inline-block !important;
}

.hivemail p {
    right: 0 !important;
    width: 192px !important;
    font-size: x-large !important;
}

.hiveemail fb {
    color: red !important;
    display: block;
}

.facebookemail {
    right: 0px !important;
    height: 5vh !important;
    text-align: right !important;
}

    .facebookemail img {
        width: 2vw !important;
    }

/*.facebook {
    width: 5vw !important;
    height: 5vw !important;
}*/

.hiveemail img {
    right: 0 !important;
    width: 192px !important;
}

.demoblurb {
    background-color: black !important;
}

    .demoblurb h3 {
        text-align: center !important;
        color: white !important;
    }

    .demoblurb p {
        color: white !important;
        margin-left: 6vw;
        margin-right: 6vw;
    }

.demo .homebutton {
    display: block !important;
    text-align: center !important;
    align-content: center !important;
}

.demo {
    /*background-color: black !important;*/
    display: inline-flex !important;
    text-align: center !important;
}

    .demo a .homebutton {
        text-align: center !important;
        align-content: center !important;
        align-items: center !important;
        vertical-align: central !important;
        padding-top: 2vh !important;
        /*height: 3.5vh !important;*/
    }

    .demo img {
        width: 15vw !important;
        /*        padding-left: 1vw !important;
        padding-right: 1vw !important;
*/ /*background-color: black !important;*/
    }

    .demo h1 {
        /*background-color: black !important;*/
        font-size: x-large;
        width: 15vw !important;
        text-align: center !important;
        vertical-align: central !important;
        align-content: center !important;
        align-items: center !important;
        align-self: center !important;
    }

.homegap {
    height: 72px;
}

.homepicturewithtext {
    display: inline-block !important;
}

.homepicturewithtextpicture {
    float: left !important;
    left: 0 !important;
}

    .homepicturewithtextpicture img {
        height: 15vh !important;
    }

.homepicturewithtexttext {
    width: 60vw !important;
    text-align: justify !important;
}

    .homepicturewithtexttext p {
        font-size: 2vh !important;
    }

/*
    .homepicturewithtext h1 {
        float: right !important;
    }

    .homepicturewithtext p {
        float: right !important;
    }*/
.homehyperlink a:hover {
    color: #e71d1d !important;
}

.homehyperlink a:visited {
    color: #e71d1d !important;
}

.homehyperlink a:link {
    color: white !important;
}

.centeredhome {
    text-align: center !important;
    align-content: center !important;
    display: block !important;
    overflow-y: hidden !important;
    height: 1200vh !important;
}

@media screen and (min-width: 400px) {
    .centeredhome h1 {
        font-size: 2.5vw !important;
    }

    .centeredhome p {
        font-size: 2.5vw !important;
    }
}

@media screen and (min-width: 800px) {
    .centeredhome h1 {
        font-size: 3vw !important;
    }

    .centeredhome p {
        font-size: 1.5vw !important;
    }

    .demo {
        width: 30vw !important;
    }
}

@media screen and (min-width: 1600px) {
    .centeredhome h1 {
        font-size: 2vw !important;
    }

    .centeredhome p {
        font-size: 1vw !important;
    }

    .demo {
        width: 25vw !important;
    }
}

.homeboxdemo {
    position: relative !important;
    /*left: 10% !important;*/
    right: 10% !important;
    display: inline-block !important;
    width: 70vw !important;
}

.homehiveexisting {
    text-align: center;
    background-color: white !important;
    overflow-y: scroll !important;
}

    .homehiveexisting a .homebutton {
        justify-content: center;
        text-align: center;
        align-content: center;
    }

    .homehiveexisting a {
        text-align: center;
        align-content: center;
        justify-content: center;
    }

    .homehiveexisting h1 {
    }

.homehive {
}

    .homehive p {
    }

    .homehive img {
        width: 12%;
        height: 12%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

.homebox {
    background-color: black;
    color: white;
    padding: 6% 8%;
    background-image: url("/homepagelogo.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
}

    /*.homepageslider {
    height: 750px !important;
    width: 1800px !important;
}*/

    .homebox h1 {
        text-align: right;
    }

    .homebox p {
        color: white;
        text-align: right;
        font-weight: 400;
        font-style: normal;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-top: 0;
    }

    .homebox .homeboxdemo .homehyperlink {
        text-align: right !important;
    }

        .homebox .homeboxdemo .homehyperlink .homebutton {
            text-align: center !important;
        }

.mobile {
    display: none;
}

@media only screen and (max-width: 740px) {
    .notmobile {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .mobile {
        display: block !important;
        height: 35vh !important;
        background-size: contain;
        background-color: black !important;
        background-image: url("/homepagelogo.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center !important;
    }
}

@media only screen and (min-width: 960px) {
    .homebox p {
        font-size: 1.125rem;
        line-height: 1.45;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 24px;
    }
}

.homemobileonly {
    display: none;
}

.demopage {
    top: 0px;
    overflow-y: scroll !important;
}

@media only screen and (max-width: 400px) {

    .homebox {
        display: none;
    }

    .homehivelogo {
        display: none;
    }

    .facebook {
        width: 50vw !important;
    }

    .homehive {
        text-align: center;
    }

    /*.homehive img {
        display: none;
    }*/
    .homemobileonly {
        display: block;
    }

    .homeboxdemo {
        left: 0px !important;
    }

    .demo h1 {
        width: 80vw !important;
        word-wrap: break-word;
    }

    .demo img {
        width: 80vw !important;
        /*background-color: black !important;*/
    }

    .demopage {
        height: auto !important;
        overflow-y: scroll !important;
    }

        .demopage h1 {
            font-size: x-large !important;
        }

    p {
        font-size: 4vw !important;
    }
}

.homelogin {
    background-color: blue !important;
}

    .homelogin a {
        color: white !important;
    }

.homebutton {
    background-color: #e71d1d;
    white-space: nowrap;
    margin-left: 0;
    margin: 12px 6px;
    padding-bottom: 2px;
    display: inline-flex;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 22px;
    border: none;
    color: #fff;
    line-height: 1.22;
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.20rem;
    font-weight: 600;
    padding-left: 1vw;
    padding-right: 1vw;
    width: 256px;
}

@media only screen and (min-width: 480px) {
    .homebutton {
        max-width: 360px;
    }
}

@media only screen and (max-width: 600px) {
    .homebutton {
        min-width: 64px;
    }
}



#editcopysaleitem {
    display: inline;
    position: relative;
    left: 8px;
}

.journalprintbillicon {
    height: 1.5vw !important;
    width: 1.5vw !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aa0000;
    /*    -webkit-transition: .4s;
    transition: .4s;
*/
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        /*        -webkit-transition: .4s;
        transition: .4s;
*/
    }

input:checked + .slider {
    background-color: #00aa00;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.refundchangegap {
    height: 19vh;
}

.inputfield {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    height: 28px;
    padding: 2px;
    resize: both;
    width: 200px;
    overflow-x: none;
    background-color: white !important;
    color: black !important;
    border: 1px solid gray !important;
    border-radius: 5px !important;
    text-align: center;
}

    .inputfield.d9c99 {
        width: 5vw !important;
        // 4vw is ok for 9.99 and 99.99
    }

    .inputfield.d99c99 {
        width: 4.5vw !important;
    }

    .inputfield.d999c99 {
        width: 5vw !important;
    }

    .inputfield.d9999c99 {
        width: 6vw !important;
    }

/*
    .inputfield {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        margin-left: 5vw;
        border: 1px solid gray;
        font: medium -moz-fixed;
        font: -webkit-small-control;
        height: 28px;
        padding: 2px;
        resize: both;
        width: 76.5vw;
        height: 3vh;
        font-size: 1vh !important;
        margin-bottom: 2vh !important;
    }*/

#inputfield {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    border: 1px solid gray;
    height: 28px;
    padding: 2px;
    resize: both;
    width: 200px;
    overflow-x: none;
    /*    font: medium -moz-fixed;
    font: -webkit-small-control;
    font-size: 2vh !important;
*/
}

.form-control .inputfield > .small {
    width: 15vw;
    height: 2vh !important;
    font-size: 2vw !important;
}

.medium {
    width: 20vw !important;
    height: 28px;
}

.form-control .inputfield > .large {
    width: 45vw;
    font-size: 2vw !important;
}

.backendcard {
    background-color: #477EA5 !important;
    overflow: hidden;
    height: 25vh !important;
    margin: 0px;
    margin-left: 1vw;
    padding: 0px !important;
}

.card-description {
    /*    color: black !important;
    overflow-y: hidden !important;
    word-wrap: break-word !important;
    margin-right: auto !important;
*/ text-align: left !important;
}

.backendcardbody {
    height: 25vh !important;
    width: 100% !important;
}

    .backendcardbody > img {
        width: 50% !important;
        height: 50% !important;
        float: right;
        padding-top: 1vh !important;
        padding-bottom: 3vh !important;
        padding-left: 1vh !important;
        object-fit: contain !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.card-body {
    color: black !important;
}

    .card-body > img {
        top: 4px;
        left: 4px;
        height: 128px;
        width: 128px;
        bottom: 4px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .card-body > h4 {
        word-wrap: anywhere !important;
    }

.card-title {
    color: #3aafa0 !important;
}

.backend {
    margin: 0px !important;
    padding: 0px !important;
    width: 98vw !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    max-width: 100vw;
    max-height: 100vh;
    background-color: #24436B !important;
}

*.backendcardcolumn {
    background-color: #24436B !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 94vw !important;
    margin-bottom: 0.5vh !important;
}

/*.backendcardcolumn {
    overflow-y: auto;
    width: 100vw !important;
}*/
.backendcard img {
    height: 64px;
}

.multiselectionmenubutton {
    background-color: #477ea5;
    color: white;
    min-width: 128px;
    width: fit-content;
    padding-left: 4px;
    padding-right: 4px;
    white-space: normal;
}

.addbarcode {
    color: white;
    margin-left: 0.5vw;
    background-color: #477ea5;
    overflow: hidden;
}

.addnewmenubutton {
    /*    position: fixed;
    left: 30vw;
*/ /*color: black;
    margin: 0px;
    padding: 0px;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 1vh;*/
    /*font-size: 1vw;*/
    background-color: #477ea5;
    color: white;
    /* width: 8vw;
    height: 5vh;*/
    overflow: hidden;
}

.addnewmenudiv {
    margin-top: 16px;
    margin-left: 16px;
}

.addnewitem {
    background-color: #477ea5;
    color: white;
    /*    top: 0px;
    right: 1vw;
*/
}

.searchbutton {
    background-color: #477ea5;
    color: white;
}

.cancelbutton {
    background-color: black;
    color: white;
}

.confirmbutton {
    background-color: #477ea5;
    color: white;
}

.addbutton {
    color: black;
    margin: 0px;
    padding: 0px;
    margin-right: 1vw;
    margin-bottom: 1vh;
    font-size: 1vw;
    background-color: #477ea5;
    color: white;
    width: 8vw;
    height: 5.5vh;
    overflow: hidden;
    position: relative;
}

.unselecteditem {
    color: black !important;
    background-color: #db392e;
    /*    margin: 0px;
    padding: 0px;
    margin-right: 1vw;
    margin-bottom: 1vh;
*/ /*font-size: 1vw;*/
    color: white;
    /*    width: 8vw;
    height: 5.5vh;
*/ overflow: hidden;
    position: relative;
    height: 5vh !important;
    vertical-align: top;
    min-width: 6vw !important;
    margin-right: 0.3vw !important;
    margin-bottom: 0.3vw !important;
}

.selecteditem {
    color: black !important;
    background-color: #cae7c1;
    /*margin: 0px;
    padding: 0px;
    margin-right: 1vw;
    margin-bottom: 1vh;*/
    /*font-size: 1vw;*/
    color: white;
    /*    width: 8vw;
    height: 5.5vh;
*/ overflow: hidden;
    height: 5vh !important;
    vertical-align: top;
    min-width: 6vw !important;
    margin-right: 0.3vw !important;
    margin-bottom: 0.3vw !important;
}

.yourstationbutton {
    color: black;
    margin: 0px;
    padding: 0px;
    /*    margin-right: 1vw;
    margin-bottom: 1vh;
*/ /*font-size: 1vw;*/
    background-color: #477ea5;
    color: white;
    /*width: 8vw;
    height: 5.5vh;*/
    overflow: hidden;
}

@media (hover: hover) {
    .fullscreenexitbuttons {
        height: 5.5vw;
    }
}

@media (hover: none) {
    .fullscreenexitbuttons {
        height: 10%;
    }
}

.fullscreendiv {
    position: absolute;
    bottom: 50%;
}

.fullscreenexitbuttons {
    float: left;
    font-size: 1vw;
    width: 8vw;
    background-color: #477ea5;
    color: white;
    overflow: hidden;
}

.InputValueLabel {
    font-size: 2vw;
    color: white;
    margin: auto !important;
    text-align: center;
    left: 33vw !important;
    width: calc(50vh) !important;
}

#oskinputfield {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    padding: 2px;
    resize: both;
    left: 1vw !important;
    width: 98vw !important;
    font-size: 6vh !important;
}

.oskcontainer {
    position: relative !important;
    left: 5vw !important;
    /*margin: 0 auto !important;*/
    width: 100vw !important;
}

.oskrow {
    width: 100vw !important;
    /*height: 6vh !important;*/
    height: 5% !important;
    /*margin: auto !important;*/
    text-align: center !important;
    align-content: center !important;
    justify-content: center !important;
}

.osk {
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    height: 100vh !important;
    width: 100vw !important;
    margin: 0 !important;
    text-align: center !important;
    align-content: center !important;
    background-color: #24436b;
    justify-content: center !important;
}

    .osk > form-group {
        text-align: center !important;
        align-content: center !important;
    }

    .osk div #inputfield {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        margin-left: 5vw;
        border: 1px solid gray;
        font: medium -moz-fixed;
        font: -webkit-small-control;
        height: 28px;
        padding: 2px;
        resize: both;
        width: 76.5vw;
        height: 10vh;
        font-size: 8vh;
        margin-bottom: 1vh !important;
    }

    .osk > .oskcontainer > .oskrow > button {
        float: left !important;
        margin: 0px !important;
        margin-bottom: 0.5vw !important;
        margin-left: 0vw !important;
        margin-right: 0.5vw !important;
        padding: 0px !important;
        font-size: 3vw !important;
        width: 5vw !important;
        height: 5vw !important;
        overflow: hidden !important;
        text-align: center !important;
    }

    .osk > .oskcontainer > .oskrow > .oskcaps {
        float: left;
        margin-left: 5vw !important;
        font-size: 2vw !important;
        width: 6vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oskdel {
        float: left;
        width: 13vw !important;
        font-size: 2vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oskspace {
        float: left;
        width: 55vw !important;
        /*margin-left: 15vw !important;*/
        left: 15vw !important;
        position: absolute;
    }

    .osk > .oskcontainer > .oskrow > .oskshift {
        float: left;
        width: 10vw !important;
        font-size: 2vw !important;
    }

    .osk > .oskcontainer > .oskrow > .osk1 {
        float: left;
        margin-left: 5vw !important;
        font-size: 2vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oskq {
        float: left;
        margin-left: 7.5vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oska {
        float: left;
    }

    .osk > .oskcontainer > .oskrow > .oskz {
        float: left;
        margin-left: 12.5vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oskenter {
        width: 8vw !important;
        font-size: 2vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oskatsymbol {
        float: left;
        width: 5vw !important;
        font-size: 1.5vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oskgmail {
        float: left;
        width: 10vw !important;
        margin-left: 1vw !important;
        font-size: 1.5vw !important;
    }

    .osk > .oskcontainer > .oskrow > .osksendemail {
        float: left;
        width: 40vw !important;
        margin-left: 10vw !important;
        left: 15vw !important;
        position: absolute;
    }

    .osk > .oskcontainer > .oskrow > .oskcom {
        float: left;
        width: 5vw !important;
        margin-left: 50vw !important;
        font-size: 1.5vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oskau {
        float: left;
        width: 5vw !important;
        margin-left: 1vw !important;
        font-size: 1.5vw !important;
    }

    .osk > .oskcontainer > .oskrow > .oskcomau {
        float: left;
        width: 8vw !important;
        margin-left: 1vw !important;
        font-size: 1.5vw !important;
    }

.numberpadcontainer {
    position: relative !important;
    /*margin: 0 auto !important;*/
    left: 0px !important;
    width: 100vh !important;
}

.numberpad > .numberpadcontainer > .numberpadrow {
    margin: auto !important;
    text-align: center !important;
    align-content: center !important;
    justify-content: center !important;
}

.numberpad {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    height: 100vh !important;
    width: 100vw !important;
    margin: auto !important;
    padding-top: 13vh !important;
    padding-left: 3vw !important;
    text-align: center !important;
    align-content: center !important;
    background-color: #24436b;
    justify-content: center !important;
}

    .numberpad > form-group {
        text-align: center !important;
        align-content: center !important;
    }

    .numberpad > .numberpadcontainer {
        /*left: calc(50vw - 41vh);*/
        align-content: center !important;
        text-align: center !important;
        /*margin: auto !important;*/
        left: 33vw !important;
    }

    .numberpad > div > div > button {
        float: left;
        margin: 0px;
        margin-bottom: 0.5vh;
        margin-left: 0vh;
        margin-right: 0.5vh;
        padding: 0px;
        font-size: 5vh;
        width: 12vh;
        height: 12vh;
        overflow: hidden;
        text-align: center;
        color: black !important;
    }

    .numberpad > div > div > .dot {
        float: left;
    }

    .numberpad > div > .zero {
        overflow: hidden;
    }

    .numberpad > div > .delete {
        overflow: hidden;
    }

    .numberpad > div > .minus {
        overflow: hidden;
    }

    .numberpad > div > .ok {
        overflow: hidden;
    }

.InputValue {
    position: relative;
    height: 8vh !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 1vh !important;
    font-size: 3vw;
    background-color: white !important;
    color: black !important;
    left: 33vw !important;
    width: calc(50vh) !important; /*82vh !important;*/
}

.InputValueHighlighted {
    position: relative;
    padding: 0px !important;
    height: 8vh !important;
    margin: 0px !important;
    margin-bottom: 1vh !important;
    font-size: 3vw;
    background-color: black !important;
    color: white !important;
    left: 33vw !important;
    width: calc(50vh) !important; /*82vh !important;*/
    /*left: calc(50vw - 41vh) !important;
    width: calc(82vh) !important;*/ /*82vh !important;*/
}

#saletypedescriptorrefund {
    width: 100%;
    background-color: #a00000;
    /*position: fixed;*/
}

#internet {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 32px !important;
    width: 32px !important;
}

#saletypedescriptorrefund > p {
    text-align: center;
    font-size: 3.5vh;
    color: white;
}

#saletypedescriptornormal {
    width: 100%;
    background-color: #477ea5;
    color: white;
    /*position: fixed;*/
}

    #saletypedescriptornormal #internet {
        position: absolute;
        right: 8px;
        top: 8px;
        height: 32px !important;
        width: 32px !important;
    }

    #saletypedescriptornormal > p {
        text-align: center;
        font-size: 3.5vh;
        color: white;
    }

.editcustomercontact {
    float: left;
    min-width: 15vw !important;
    max-width: 15vw !important;
    display: inline;
}

    .editcustomercontact > p {
    }

    .editcustomercontact > input {
    }


.editcustomeremail {
    float: left;
    min-width: 15vw !important;
    max-width: 15vw !important;
    display: inline;
}

.posbutton {
    color: red;
    overflow: hidden !important;
}

#posbutton {
    /*    margin-left: 0px;
    margin-top: 0.1vh !important;
    margin-bottom: 0.1vh !important;
    margin-right: 0.1vw !important;
*/ overflow: hidden !important;
}

.button {
    overflow: hidden !important;
}

@media (hover: hover) {
    .topmenublock {
        height: 90.25vh;
    }
}

@media (hover: none) {
    .topmenublock {
        height: 83vh; /*87vh*/ /*91vh;*/
    }
}


.topmenublock {
    position: absolute;
    left: 1vw;
    top: 1vh;
    width: 63vw;
    touch-action: none;
}

.paymentbuttons {
    /*background-color: blue;*/
    border-radius: 10px;
    position: absolute;
    left: 25vw;
    top: 10vh;
    display: inline;
    width: 25.5vw;
    height: 120%;
    background-color: #24436b;
    /*background-color: red;*/
    /*    position: absolute;
    margin-top: 8px;
    padding: 16px 16px 16px 16px;
    left: 30vw;
    width: 15vw;
    height: 50vh;
    background-color: red;
    display: block;*/
}

.fastcashpaymentbuttons {
    position: absolute;
    display: block;
    right: -15vw;
    top: 0vh;
    display: inline;
    width: 9vw;
    height: 100%;
    /*background-color: blue;*/
    padding-left: 0.5vw;
    padding: 0px;
    color: white;
}

.fastcashpaymentbutton {
    width: 4vw;
    background-color: #477ea5;
    color: whitesmoke;
    font-size: 1.5vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
    height: 8.7%;
    width: 5.0vw;
    padding: 0px;
    border-radius: 5px
    /*padding-left: 1.0vw;
    padding-right: 1.0vw;
    padding-top: 1.0vh;
    padding-bottom: 1.0vh;
    margin-left: 1.0vw;
    margin-right: 0.0vw;
    margin-top: 0.0vh;
    margin-bottom: 1.0vh;*/
}

.color1 {
    color: #17252a;
}

.color2 {
    color: #207a78;
}

.color3 {
    color: whitesmoke;
}

.color4 {
    color: #def2f1;
}

.color5 {
    color: #feffff;
}

/*body {
    overflow-x: hidden;
    overflow-y: hidden;
}*/

@media (hover: hover) {
    .salesscreen {
        height: 100vh;
        /*height: calc(100vh - calc(100vh - 100%));*/
        width: 200%;
        z-index: 1;
        top: 0;
        bottom: 0;
        position: fixed;
        /*background-color: #111;*/
        /*transition: 0.1s;*/
        padding-top: 60px;
    }

    #belowsaleitems {
        height: 25%;
        left: 74.5vw;
        width: 26vw;
        /*top: 70%;*/ /*was 71*/
        bottom: 5vh !important;
        position: fixed !important; /*absolute;*/
    }
}

@media (hover: none) {
    .salesscreen {
        height: 100vh;
        /*height: calc(100vh - calc(100vh - 100%));*/
        width: 200%;
        z-index: 1;
        top: 0;
        bottom: 0;
        position: fixed; /*absolute;*/
        /*background-color: #111;*/
        /*transition: 0.1s;*/
        padding-top: 60px;
        touch-action: none;
    }

    #belowsaleitems {
        height: 25%;
        left: 74.5vw;
        width: 26vw;
        /*top: 70%;*/ /*was 71*/
        bottom: 5vh !important;
        position: fixed; /*absolute;*/
    }
    /*#belowsaleitems {
        height: 20%;
        left: 74.5vw;
        width: 30%;*/ /*26vw;*/
    /*top: 42%;
        position: absolute;
    }*/
}

.EditItemInputBox {
    background-color: white !important;
    color: black !important;
    border-radius: 5px !important;
    display: block;
    font-size: 1.5vw;
    width: 8vw;
    height: 8vh;
    text-align: center;
    margin-right: 1vw;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EditItemInputBoxNormal {
    background-color: white !important;
    border-radius: 5px !important;
    display: block;
    font-size: 1vw;
    width: 8vw;
    color: black !important;
    height: 2.5vh;
    margin-right: 1vw;
    display: flex;
}

.EditItemInputBoxNormalForPhoneNumber {
    height: 4vh !important;
    background-color: white !important;
    border-radius: 5px !important;
    font-size: 3vh;
    width: 10vw;
    color: black !important;
    /*height: 2.5vh;*/
    /*display: flex;*/
}

.EditItemInputBoxNormalForText {
    height: 4vh !important;
    background-color: white !important;
    border-radius: 5px !important;
    font-size: 3vh;
    width: 28vw;
    color: black !important;
    /*height: 2.5vh;*/
    /*display: flex;*/
}

.EditItemProductName {
    font-weight: bold;
    font-size: 1.5vh; /*1.5vw;*/
}

.sidenav {
    height: 100%;
    width: 70%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0%;
    background-color: #24436b;
    /*background: linear-gradient(-45deg, white 0%, white 100%);*/
    overflow-x: hidden;
    /*transition: 0.1s;*/
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        /*color: #818181;*/
        color: black;
        display: block;
        /*transition: 0.1s;*/
    }

        .sidenav a:hover {
            /*color: #f1f1f1;*/
            color: white;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 4px;
        font-size: 36px;
        margin-left: 0px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/* Dashed border */
hr.dashed {
    border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
    border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
    border-top: 3px solid #bbb;
    background-color: transparent;
}

/* Rounded border */
hr.rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*
.colour1 {
    background-color: #17252A;
    color: white;
}

.colour2 {
    background-color: #267a75;
    color: white;
}

.colour3 {
    background-color: black;
    color: white;
}
   
.colour4 {
    background-color: #def2fe;
    color: black;
}

.colour5 {
    background-color: #feffff;
    color: black;
}
*/
@media (hover: hover) {
    .SelectCustomer {
        font-size: 1vw;
        position: absolute;
        top: 24%;
        left: -40%;
        height: 2vh;
        text-align: left;
        cursor: pointer;
        color: black;
    }
}

@media (hover: none) {
    .SelectCustomer {
        font-size: 1vw;
        position: absolute;
        top: 24%;
        left: -40%;
        height: 2vh;
        text-align: left;
        cursor: pointer;
        color: black;
    }
    /*.SelectCustomer {
        font-size: 1.5vw;
        position: absolute;
        top: 195%;
        left: -16%;
        height: 2vh;
        text-align: left;
        cursor: pointer;
        color: black;
    }*/
}

@media (hover: hover) {

    #subtotalline {
        top: 13vh;
        height: 3vh;
    }

    #discountline {
        top: 16vh;
        height: 3vh;
    }

    #totalline {
        top: 19vh;
        height: 3vh;
    }

    #paymentsmadeline {
        top: 22vh;
        height: 3vh;
    }

    #balanceline {
        top: 25vh;
        height: 4vh;
    }
}

@media (hover: none) {

    #subtotalline {
        top: 6vh;
        height: 3vh;
    }

    #discountline {
        top: 9vh;
        height: 3vh;
    }

    #totalline {
        top: 12vh;
        height: 3vh;
    }

    #paymentsmadeline {
        top: 15vh;
        height: 3vh;
    }

    #balanceline {
        top: 18vh;
        height: 4vh;
    }
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 30%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: -30%;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    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 */
}


input {
    border-radius: 8px;
    border-color: lightgray;
}

button, .btn {
    font-weight: bold;
    user-select: none;
    /*font-size: 18px;*/
    /*padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px;*/
    text-align: center;
    cursor: pointer;
    outline: none;
    border-width: 0px !important;
    border-radius: 5px; /*would be nice to seperate so menu buttons are not rounded currently affects discount on tender screen
    /*box-shadow: 4px 4px 4px;*/
}

/*.save {
    width: 10vw;
    height: 5vh;
}*/

.save {
    border-radius: 5px;
}

/*#save {
    background-color: #477ea5;
    color: whitesmoke;*/
/*    font-size: 2vw;
    height: 7vh;
    width: 11.4vw;
*/ /*border-radius: 5px;
}*/

#paymentbackbutton {
    height: 5vh;
    background-color: #3aafa0;
    color: white;
    font-size: 2vw;
    height: 7vh;
    width: 20vw;
    border-radius: 5px;
    left: 14vw;
}

.back {
    /* width: 10vw;
    height: 5vh;*/
    background-color: #3aafa0;
    color: white;
    /*font-size: 2vw;*/
    /*    height: 7vh;
    width: 20vw;
*/ border-radius: 5px;
    /*left: 14vw;*/ /* overrulled where?*/
}

#searchbutton {
    background-color: #477ea5;
    color: white;
    /*font-size: 2vw;*/
    /*    height: 7vh;
    width: 20vw;*/
    border-radius: 5px;
    /*left: 14vw;*/ /* overrulled where?*/
}

@media (hover: hover) {
    .bottommenumenubar {
        position: fixed !important; /*absolute;*/
        bottom: 8vh !important;
        width: 64vw;
        left: 0.05vw;
        overflow-y: scroll;
        overflow-x: hidden;
        /*bottom: 0vh !important;*/
    }

    #cancel {
        background-color: #477ea5;
        color: whitesmoke;
        font-size: 1.8vw;
        height: 7vh !important;
        margin-right: 0.1vw !important;
        /*height: 7vh;*/
        width: 9vw !important;
        border-radius: 5px;
        width: 17vw !important;
        /*flex-grow: 1;*/
        top: 28%;
    }

    #suspend {
        background-color: #477ea5;
        color: whitesmoke;
        font-size: 1.8vw;
        /*height: 7vh;*/
        /*        width: 11.4vw;
*/ border-radius: 5px;
        top: 28%;
        margin-left: 0.25vw !important;
        width: 17vw !important;
        /*flex-grow: 1;*/
    }
}

@media (hover: none) {
    .bottommenumenubar {
        position: fixed; /* absolute;*/
        bottom: 8vh !important; /*4vh !important;*/ /*0vh*/
        width: 63vw;
        left: 0vw;
        overflow-y: scroll;
        overflow-x: hidden;
        /*bottom: 0vh;*/
        touch-action: none;
    }

    /*.bottommenumenubar {
        position: fixed;
        width: 60vw;
        left: 1vw;
        overflow-y: scroll;
        overflow-x: hidden;*/
    /*bottom: 0vh;*/
    /*bottom: 8vh !important;
        height: 10vh !important;
        touch-action: none;
    }*/

    #cancel {
        background-color: #477ea5;
        color: whitesmoke;
        font-size: 1.8vw;
        height: 7vh !important;
        margin-right: 0.1vw !important;
        /*height: 7vh;*/
        width: 9vw !important;
        border-radius: 5px;
        width: 17vw !important;
        /*flex-grow: 1;*/
        top: 28%;
    }

    #suspend {
        background-color: #477ea5;
        color: whitesmoke;
        font-size: 1.8vw;
        /*height: 7vh;*/
        /*        width: 11.4vw;
*/ border-radius: 5px;
        top: 28%;
        margin-left: 0.25vw !important;
        width: 17vw !important;
        /*flex-grow: 1;*/
    }
    /*#cancel {
        background-color: #477ea5;
        color: whitesmoke;
        font-size: 1.7vw;
        margin-right: 0.1vw !important;
        height: 7vh !important;*/
    /*height: 7vh;*/
    /*width: 500%;*/
    /*border-radius: 5px;
        flex-grow: 1;
        top: 28%;
    }

    #suspend {
        background-color: #477ea5;
        color: whitesmoke;
        font-size: 1.8vw;
        height: 7vh;*/
    /*width: 80vw;*/
    /*border-radius: 5px;
        top: 28%;
        flex-grow: 1;
    }*/
}

#OK {
    background-color: #477ea5;
    color: white;
    height: 12vh;
    bottom: 1vh;
    width: 11.4vw;
    margin: 1vw;
    font-size: 1.8vw;
}

#printreceipt {
    background-color: #477ea5;
    color: whitesmoke;
    font-size: 1.8vw;
    height: 12vh;
    bottom: 1vh;
    width: 11.4vw;
    border-radius: 5px;
    padding-bottom: 2vh;
    margin: 1vw;
    margin-right: 1vw;
    overflow-y: hidden;
}

#emailreceipt {
    float: left;
    color: whitesmoke;
    margin-left: 5vw;
    font-size: 1.8vw;
    border-radius: 10px;
    padding-bottom: 2vh;
    margin-top: 1vw;
    height: 12vh;
    width: 11.4vw;
    overflow-y: hidden;
    background: linear-gradient(180deg, #477ea5 0%, #0e0e0e9e 100%);
}

#reason {
    background-color: #477ea5;
    color: whitesmoke;
    height: 15vh;
    width: 30vh;
}

#saletype {
    background-color: #477ea5;
    color: whitesmoke;
    height: 12vh;
    width: 20vh;
    margin: 4px;
}

/*#reopen {
    background-color: #477ea5;
    color: whitesmoke;
    font-size: 2vw;
    height: 7vh;
    width: 38vh;
}
*/
.paymentdiscounts {
    padding-left: 1vw;
    padding-top: 10vh;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    top: -5.5vh;
    left: 0vw;
    height: 97vh;
    width: 12vw;
    background-color: #24436b;
    /*background-color: white;*/
}

#separator {
    background-color: #477ea5;
    height: 1px;
}

#buttonforpayment {
    font-weight: bold;
    font-size: 2vw;
    margin-top: 2vh !important;
    margin-bottom: 0vh !important;
    height: 8vh;
    width: 12vw;
    color: whitesmoke;
    background-color: #477ea5;
    border-radius: 5px
}

#buttonfordiscount {
    font-weight: bold;
    font-size: 1.2vw;
    color: whitesmoke;
    background-color: #477ea5;
    height: 7vh;
    width: 9vw;
    margin-top: 1.0vh;
    text-align: left;
    border-radius: 5px;
    /*padding-left: 1.0vw;
    padding-right: 1.0vw;
    padding-top: 1.0vh;
    padding-bottom: 1.0vh;*/
    margin-left: 1.0vw;
    margin-right: 1.0vw;
    margin-bottom: 1.0vh;
}

.employees {
    background-color: #24436b;
}

.station {
    margin: 0px;
    padding: 0px;
    margin-right: 1vw;
    margin-bottom: 1vh;
    font-size: 1vw;
    background-color: #477ea5;
    color: white;
    width: 8vw;
    height: 5.5vh;
    overflow: hidden;
}

.employee {
    margin: 0px;
    padding: 0px;
    margin-right: 1vw;
    margin-bottom: 1vh;
    font-size: 1vw;
    background-color: #477ea5;
    color: white;
    width: 8vw;
    height: 5.5vh;
    overflow: hidden;
}

#reason {
    overflow: hidden;
}

#reasons {
    background-color: #24436b;
    font-weight: bold;
    font-size: 16px;
    color: whitesmoke;
}

@media (hover: hover) {
    #changeofsaletype {
        /*width: 30%;*/
    }
}

@media (hover: none) {
    #changeofsaletype {
        left: 10%;
        width: 20%;
    }
}


#changeofsaletype {
    background-color: #24436b;
    font-weight: bold;
    font-size: 16px;
    color: whitesmoke;
}

#findcustomer {
    background-color: whitesmoke;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

/*@media (hover: hover) {
    .askforcustomername {
        left: 50vw;
        width: 26vw;
        height: 25vw;
        position: absolute;
    }
}

@media (hover: none) {
    .askforcustomername {
        left: 0%;
        width: 26%;
        height: 25%;
        position: fixed;
    }
}*/

#askforcustomername {
    font-weight: bold;
    font-size: 20px;
    color: black;
    top: 0vh;
    padding: 1px;
    width: 75%;
    background-color: #24436b;
}

@media (hover: hover) {
    #payment {
        height: 25vw;
        top: 0vh;
    }

    #paymentsalesummary {
        top: 19.5vh;
        height: 20vw;
    }
}

@media (hover: none) {
    #payment {
        height: 25vw;
        top: 0%;
    }

    #paymentsalesummary {
        top: 19.5vh;
        height: 20vw;
    }

    /*    #paymentsalesummary {
        top: -10%;
        height: 40%;
    }
*/
}

#payment {
    font-weight: bold;
    font-size: 1vw !important; /*20px;*/
    color: whitesmoke;
    left: 74vw;
    width: 26vw;
    position: absolute;
    padding: 1px;
    background-color: #24436b;
    /*background-color: #def2f1;*/
}

.paymentsmadescrolly {
    overflow-y: auto;
    overflow-x: hidden;
    /*background-color: red;*/
    height: 10vh;
}

#paymentsalesummary {
    display: block;
    left: 101.5vw;
    width: 30vw;
    border-radius: 8px 8px;
    position: absolute;
    float: left;
    margin-left: 1.5vw;
    margin-bottom: 1vw;
    margin-right: 1vw;
    right: 24px;
}

.paymentsummary {
    display: block;
    position: absolute;
    top: 26.5vh;
    bottom: 0vh;
    left: -38.75vw;
    width: 35.5vw;
    background-color: transparent !important;
    color: black;
    margin: 6px;
}

.tenderamount {
    /*padding-bottom: 1.3vh;*/
    padding: 0px;
    width: 25vw;
    height: 12vh;
    font-size: 9vh;
    text-align: center;
}

@media (hover: hover) {
    #paybuttonL {
        vertical-align: middle;
        align-content: start;
        top: 0%;
        left: 0%;
        color: whitesmoke;
        font-size: 3vw;
        align-content: center;
        vertical-align: central;
        height: 1vh;
    }

    #paybuttonR {
        vertical-align: middle;
        align-content: end;
        top: 0%;
        right: 20%;
        color: whitesmoke;
        font-size: 3vw;
        align-content: center;
        vertical-align: central;
        height: 1vh;
    }
}

@media (hover: none) {
    #paybuttonL {
        vertical-align: middle;
        align-content: start;
        top: 0%;
        left: 0%;
        color: whitesmoke;
        font-size: 3vw;
        align-content: center;
        vertical-align: central;
        height: 1vh;
    }

    #paybuttonR {
        vertical-align: middle;
        align-content: end;
        top: 0%;
        right: 20%;
        color: whitesmoke;
        font-size: 3vw;
        align-content: center;
        vertical-align: central;
        height: 1vh;
    }
    /*#paybuttonL {
        vertical-align: middle;
        align-content: start;
        top: 0%;
        left: 0%;
        color: whitesmoke;
        font-size: 3vw;
        align-content: center;
        vertical-align: central;
        height: 0%;
    }

    #paybuttonR {
        vertical-align: middle;
        align-content: start;
        top: 0%;
        left: 0%;
        color: whitesmoke;
        font-size: 3vw;
        align-content: center;
        vertical-align: central;
        height: 0%;
    }*/
}


/*#okbutton {
    position: fixed !important;
    right: 0px !important;
    width: 128px !important;
    bottom: 0px !important;
    height: 128px !important;
}*/

/* This part aim to solve incorrect sytle applying on large width screen size.  */
#component-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
#component-container button {
    /*width: 100% !important;*/
    height: auto;
    padding: 1rem;
    border-radius: 12px;
}