* {
    margin: 0;
    padding: 0;
}

html,
body,
.container {
    height: 100%;
}

.container {
    position: relative;
}

.linkpos-header {
    top: 0;
    height: 48px;
    width: 100%;
    position: fixed;
    margin: 0;
}

.linkpos-header .logout {
    margin: 0;
    width: 22%;
    max-width: 150px;
}

.linkpos-header .menu {
    margin: 0;
    width: 40%;
    max-width: 300px;
}

.linkpos-header .cashier {
    margin: 0;
    width: 22%;
    max-width: 200px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav button {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
    /*font-size: 17px;*/
}

.topnav img {
    float: left;
    display: block;
}

.topnav button:hover {
    background-color: #ddd;
    color: black;
}

.topnav button.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav button {
        display: none;
    }

    .topnav button.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive button.icon {
        /*color: #ffffff;*/
        position: absolute;
        right: 0;
        top: 0;
        /*top: 50%;*/
    }

    .topnav.responsive button {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive img {
        float: none;
        display: block;
        text-align: left;
    }
}

.linkpos-content {
    top: 48px;
    bottom: 60px;
    width: 100%;
    overflow: auto;
    position: fixed;
}

.linkpos-footer {
    bottom: 0;
    height: 60px;
    width: 100%;
    position: fixed;
}

.main-page-button {
    height: 100%;
    /* w3-border-top left bottom */
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    /* w3-border-black */
    border-color: #000 !important;
    /* w3-button */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.main-page-last-button {
    height: 100%;
    /* w3-border-top left bottom */
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    /* w3-border-black */
    border-color: #000 !important;
    /* w3-button */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .main-page-button {
        padding: 0;
    }
    
    .main-page-last-button {
        padding: 0;
    }
}

.main-page-button:hover {
    background-color: #c2c2c2 !important;
}

.main-page-button:active {
    background-color: #bbbbbb;  
}

.main-page-last-button:hover {
    background-color: #c2c2c2 !important;
}

.main-page-logo {
    object-fit: contain;
    object-position: center;
}

.linkpos-block {
    display: inline-block;
}

.linkpos-fill {
    width: 100%;
    height: 100%;
}

.linkpos-red {
    color: #ffffff;
    background-color: #aa0000;
}

.linkpos-green {
    color: #ffffff;
    background-color: #55C03E;
}

.linkpos-gray {
    color: #ffffff;
    background-color: #606060;
}

.linkpos-yellow {
    color: #ffffff;
    background-color: #988E6A;
}

.linkpos-white {
    color: #000000;
    background-color: #ffffff;
}

.fixed-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: auto;
    /*color: white;
    text-align: center;
    display: table;*/
}

.header {
    top: 0;
    height: 60px;
    line-height: 60px;
    text-align: left;
    width: 100%;
    position: fixed;
}

.footer-60 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 60px;
}

.footer {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.scanner-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
}

.content {
    position: fixed;
    top: 60px;
    bottom: 60px;
    width: 100%;
    overflow: auto;
}

.inner-content {
    overflow: auto;
    height: 100%;
}

/*
p {
    margin-bottom: 10px;
}
*/
.flex-container {
    display: flex;
    background-color: DodgerBlue;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item {
    margin: 16px 16px 16px 16px;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
}

.section {
    color: #1C494D;
    display: block;
}

.section_header {
    cursor: pointer;
}

.item {
    /*cursor: pointer;*/
    color: #1C494D;
    display: block;
    line-height: 1.4;
    margin: 0 -30px 0 -45px;
    position: relative;
    padding: 7px 100px 7px 45px;
    text-decoration: none !important;
}

.item_name {
    /*color: #1C494D;*/
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 1.1em;
}

.item_description {
    margin: 0;
}

.item_image_box {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.item_image {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.item_price {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1C494D;
    line-height: 1.4;
}

.item_description,
.item_price {
    padding: 0 5px;
}

.menu-button {
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
    text-align: left;
    width: 100%;
    padding: 2px;
}

.menu-button:hover {
    background: #f3f3f3;
    opacity: 0.88;
}

.menu-button:active {
    background-color: #bbbbbb;  
}

.img-modifier {
    width: 50px;
    height: 50px;
    margin: 0px;
}

.modifier {
    display: inline-block;
    width: 200px;
    height: 150px;
}

.modifier-no-image {
    display: inline-block;
    width: 200px;
    height: 80px;
}

.modifier-card {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -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: #2196F3;*/
    background-color: #21f32c;
}

input:focus+.slider {
    /*box-shadow: 0 0 1px #2196F3;*/
    box-shadow: 0 0 1px #21f32c;
}

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%;
}

.var-width {
    resize: horizontal;
    overflow: auto;
}

/*
* {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 5px 15px;
    text-align: left;
}

table,
th,
td {
    border: 1px solid #000;
}
*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the toggle tab bar */
.toggle {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #606060;
}

/* Style the buttons that are used to open the tab content */
.toggle button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.toggle button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.toggle button.active {
    background-color: #ccc;
    color: black;
    font-weight: bold;
}

.amount_bar ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amount_bar ul li {
    min-width: 48px;
    /*text-align: center;*/
    background: #e9ecf1;
    border-right: 1px solid #c1c4c9;
    /*padding: 13px 15px;
    cursor: pointer;*/
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    place-items: center;
    display: grid;
}

.amount_bar ul li:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.amount_bar ul li:last-child {
    border-right: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.amount_bar ul li.active:hover {
    cursor: pointer;
    background: #7fc469;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .amount_bar ul li.amount-bar-x {
        display: none;
    }
    .amount_bar ul li.amount-bar-amount {
        display: none;
    }
}

/* Style the modifier boxes */
.modifier_bar ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
}

.modifier_bar ul li {
    min-width: 48px;
    min-height: 32px;
    /*text-align: center;*/
    background: #e9ecf188;
    border-right: 1px solid #ffffff;
    /*padding: 13px 15px;
    cursor: pointer;*/
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    place-items: center;
    display: grid;
}

.modifier_bar ul li:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.modifier_bar ul li:last-child {
    border-right: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.modifier_bar ul li.active:hover {
    cursor: pointer;
    background: #7fc469;
    color: #fff;
}

.modifier_bar ul li button {
    background: #00000000;
    border: none;
}

.modifier_bar ul li button:hover {
    background: #00000000;
}

.store_data {
    word-wrap: normal;
    word-break: break-all;
    white-space: normal;
    overflow-wrap: anywhere;
}

.tender-content {
    top: 60px;
    width: 100%;
    overflow: auto;
    /*position: fixed;*/
}

.tender-amounts td button {
    width: 100%;
    height: 100%;
}

.tender-buttons td button.inline {
    margin-left: 16px;
    display: inline-block;
    height: 100%;
}

.tender-buttons td button:not(.inline) {
    width: 100%;
    height: 100%;
}

.tender-buttons .bordered td {
    height: 48px;
    border-right: 1px solid #c1c4c9;
    border-bottom: 1px solid #c1c4c9;
}

.td-bordered {
    border-right: 1px solid #c1c4c9;
    border-bottom: 1px solid #c1c4c9;
}

.tender-center {
    display: table;
    margin: 0 auto;
}

.tender-input {
    max-width: 100px;
}

.ticket-content {
    top: 60px;
    width: 100%;
    height: max(calc(100% - 60px), 60px);
    overflow: auto;
    position: fixed;
}

.upper-right {
    float: right;
}

.font-slider {
    display: inline-block;
    width: 15%;
}

.bump-screen {
    min-height: 100%;
}

.bump-header {
    padding: 0;
    position: fixed;
    top: 0px;
    height: 48px;
    width: 100%;
    background-color: #606060;
}

.bump-body {
    background-color: black;
    position: fixed;
    top: 48px;
    left: 0px;
    bottom: 64px;
    right: 100%;
    width: 100%;
    overflow: auto;
}

.bump-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 64px;
    width: 100%;
    background-color: #606060;
}

.complete {
    height: 100%;
    width: 25%;
    max-width: 100px;
}

.complete-l {
    height: 100%;
    width: 25%;
    max-width: 100px;
}

.complete-r {
    height: 100%;
    width: 25%;
    max-width: 100px;
}

.bump-card {
    display: inline-block;
    margin-right: 16px;
}

.bump-card-selected {
    border-color: #55FF55;
    /*
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    */
    box-shadow: 0 0 10px #55FF55;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bump-modifiers {
    margin-left: 8px;
}

.bump-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-style: solid;
    border-width: 2px;
    border-color: #606060;
}

.bump-row-header {
    display: inline-block;
    background-color: #606060;
    color: white;
    height: 100%;

    writing-mode: vertical-lr;
    text-orientation: sideways-lr;
    /*transform: rotate(-90deg);*/
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    /*-webkit-transform: rotate(-90deg);*/
    /* Firefox */
    /*-moz-transform: rotate(-90deg);*/
    /* IE */
    /*-ms-transform: rotate(-90deg);*/
    /* Opera */
    /*-o-transform: rotate(-90deg);*/
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.selected {
    background-color: #55C03E;
}

input[type=range] {
    -webkit-appearance: none;
    appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 4px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: white;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range] {
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
    width: 300px;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 4px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: white;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}

/* for ie */

input[type=range]::-ms-track {
    width: 300px;
    height: 4px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: white;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.linkpos-not-selected {
    opacity: 0.5;
}

.hide-on-small {
    display: inline-block;
}

@media screen and (max-width: 500px) {
    .hide-on-small {
        display: none;
    }
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.center-text {
    width: 100%;
    text-align: center;
}

.history-page {
    /*height: 100%;*/
    top: 50px;
    bottom: 0px;
    width: 100%;
    overflow: auto;
    position: fixed;
}

.history-header {
    width: 100%;
}

.history-details {
    width: 100%;
    height: calc(50% - 12px);
}

.history-list {
    width: 100%;
    height: calc(50% - 12px);
}

.history-list div.selected {
    border-style: solid;
    border-color: green;
}

.receipt-details {
    display: inline-block;
    width: 49%;
    height: 100%;
}

.payment-details {
    display: inline-block;
    width: 49%;
    height: 100%;
}

.receipt-source {
    display: inline-block;
    width: 29%;
    height: 100%;
    overflow: auto;
}

.receipt-details textarea {
    width: 100%;
    height: 100%;
    padding: 1em;
}

.payment-details textarea {
    width: 100%;
    height: 100%;
    padding: 1em;
}

.history-details .payment-list {
    display: inline-block;
    width: 49%;
    max-width: 400px;
    height: 100%;
    overflow: auto;
}

.history-details .payment-source {
    display: inline-block;
    width: 29%;
    height: 100%;
    overflow: auto;
}

.customer-amount {
    font-size: 5vw;
}

.tip-box {
    margin: auto;
    max-width: 800px;
    font-size: 5vw;
}

.custom-tip {
    font-size: 19px;
}

.tip-button {
    aspect-ratio: 1;
    width: 24%;
    max-width: 200px;
    text-align: center;
    /*font-size: 5vw;*/
}

.tip-row-button {
    box-sizing: border-box;
    width: 100%;
}

.linkpos-config {
    display: inline-block;
    width: 50%;
    max-width: 200px;
}

.linkpos-config img {
    /*object-fit: scale-down;*/
    max-width: 100%;
    height: auto;
    padding: 10px;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.receipt {
    margin-left: 8px;
    margin-right: 8px;
}

input.larger {
    /*
    transform: scale(3);
    margin: 16px;
    */
    width: 32px;
    height: 32px;
}

.help-desk {
    position: absolute;
    right: 8px;
    bottom: 60px;
    width: 200px;
    max-height: 50%;
}

.help-desk-messages {
    overflow: auto;
}

.w3-bar-left {
    float: left;
    /*
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    */
    /*vertical-align: middle;*/
    height: 100%;
}

.w3-bar-right {
    float: right;
    /*vertical-align: middle;*/
    height: 100%;
}

.w3-bar-center {
    vertical-align: middle;
    height: 100%;
}

/* KeyPad */
.keypad {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1.25;
    background-color: #c2c2c2;
}
.keypad-displayrow {
	font-size: 0px;
	width: 100%;
    height: 10%;
}
.keypad-stars {
	font-family: arial;
	font-size: 32px;
	margin: 2%;
    padding: 0;
	display: inline-block;
	width: 96%;
    height: 96%;
    background-color: #dddddd;
    border-radius: 32px; 
    border: 1px solid #f8f8f8;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}
.keypad-row {
	font-size: 0px;
	width: 100%;
    height: 20%;
}
.keypad-key {
	font-family: arial;
	font-size: 32px;
	margin: 2%;
    padding: 0;
	display: inline-block;
	width: 21%;
    height: 96%;
    border-radius: 32px; 
    border: 1px solid #f8f8f8;
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
}
.keypad-key:hover {
    background-color: white;
}
.keypad-key:active {
    background-color: #bbbbbb;  
}
.keypad-specialkey {
	font-family: arial;
	font-size: 16px;
	margin: 2%;
    padding: 0;
	display: inline-block;
	width: 21%;
    height: 96%;
    background-color: #dddddd;
    border-radius: 32px; 
    border: 1px solid #f8f8f8;
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
    span:nth-child(1) { 
        display: block; 
        font-size: 1.8em; 
        height: 1em; 
    }

    span:nth-child(2) {
        font-size: 0.6em;
    }
}
.keypad-specialkey:hover {
    background-color: white;
}
.keypad-specialkey:active {
    background-color: #bbbbbb;  
}
.keypad-doublekey {
	font-family: arial;
	font-size: 32px;
	margin: 2%;
    padding: 0;
	display: inline-block;
	width: 46%;
    height: 96%;
    background-color: #dddddd;
    border-radius: 32px; 
    border: 1px solid #f8f8f8;
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
}
.keypad-doublekey:hover {
    background-color: white;
}
.keypad-doublekey:active {
    background-color: #bbbbbb;  
}
.keypad-note {
	font-family: arial;
}
/*
.keypad-key svg {
  width: 100%;
  height: auto;
	text {
  		transform: translate(50px, 60px);
  		text-anchor: middle;
  		dominant-baseline: middle;
  		font-size: 90px;
  		fill: #000;
	}
}
*/

.round-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.grayed-out {
    opacity: .4;
}

.linkpos-border {
    border: 1px solid #ccc;
}

.deluxe {
    /*width: 400px;*/
    display: inline-block;
    margin: 16px;
    vertical-align: top;
}

.kiosk-fixed-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: auto;
}

.kiosk-start {
    width: 100%;
    height: 100%;
}

.kiosk-sections {
    /*background-color:aqua;*/
    position: fixed;
    width: 25%;
    height: 85%;
    overflow: auto;
    padding: 16px;
}

.kiosk-sections-list {
    overflow: auto;
}

.kiosk-items {
    /*background-color:#aa0000;*/
    position: fixed;
    left: 25%;
    width: 75%;
    height: 85%;
    overflow: auto;
}

.kiosk-cart {
    position: fixed;
    width: 60%;
    height: 85%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 16px;
    margin-top: 16px;
    overflow: auto;
}

.kiosk-modifiers-fullscreen {
    position: fixed;
    width: 80%;
    height: 85%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 16px;
    margin-top: 16px;
    overflow: auto;
}

.kiosk-items-header {
    /*background-color:crimson;*/
    position: fixed;
    top: 0;
    height: 15%;
    width: 75%;
}

.kiosk-items-list {
    position: relative;
    margin-top: 15%;
    padding: 16px;
    overflow: auto;
}

.kiosk-footer {
    /*background-color:#55C03E;*/
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15%;
}

.kiosk-footer-cart {
    margin-left: 20%;
    width: 80%;
    display: inline-block;
}

.kiosk-content {
    top: 48px;
    bottom: 60px;
    width: 100%;
    overflow: auto;
    position: fixed;
}

.kiosk-card {
    max-width: 25%;/*400px;*/
    display: inline-block;
    margin: 16px;
}

.kiosk-image {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.kiosk-name {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 1.1em;
}

.kiosk-description {
    margin: 0;
}

.kiosk-price {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1C494D;
    line-height: 1.4;
}

.kisok-description,
.kiosk-price {
    padding: 0 5px;
}

.kiosk-section-header {
    cursor: pointer;
    opacity: 0.5;
}

.kiosk-selected {
    margin:16px;
    opacity: 1.0;
}

.kiosk-settings {
    position: fixed;
    top:0;
    right:0;
}

.touch-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #55C03E;
    opacity: 0.5;
}

.kiosk-img-modifier {
    width: 100px;
    height: 100px;
    margin: 0px;
}

.kiosk-modifier {
    display: inline-block;
    width: 200px;
    /*height: 150px;*/
}

.kiosk-modifier-no-image {
    display: inline-block;
    width: 200px;
    height: 80px;
}

.kiosk-modifier-card {
    margin: 0;
    /*
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
    */
    margin: 16px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.centered-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    /*height: 200px; Required for vertical centering */
}