@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
    font-family: 'Good Vibes';
    src: url('good_vibes-webfont.eot'), url('font/good_vibes-webfont.woff2') format('woff2'), url('font/good_vibes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	/* height: 100%;
	width: 100%;
	overflow: hidden; */
	font-family: 'Open Sans', sans-serif;
	background-size: contain;
	font-size: 16pt;
}
h3 {
	font-size: 20pt;
}
h4 {
	font-size: 18pt;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::-webkit-input-placeholder {
	color:#555;
}
:-moz-placeholder {
	color:#555;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #555;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#555;
}
.modal-header {
	background-color: #98cb3b;
    border-radius: 5px 5px 0 0;
}
.modal-header h4 {
	color: #fff;
}
.modal-footer {
	background-color: #7da72f;
    border-radius: 0 0 5px 5px;
}
#dn-sidebar {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: -100vw;
	top: 0;
	z-index: 9999;
	background: #ffffff;
	color: #1e60ad;
	transition: all 0.3s;
}
#dn-sidebar.active {
	left: 0;
}
#sidebar-dismiss {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: #7386D5;
}
.button-menu {
	margin-right: 5px;
	margin-bottom: 5px;
	width: 96px;
	height: 90px;
	padding: 5px 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
}
label.radio-label {
	margin-bottom: 0px;
	font-weight: normal;
	border: 1px solid #ddd;
	padding: 2px 10px;
	border-radius: 5px;
}
.deli-header {
	background-color: #98CA3C;
	border-radius: 5px 5px 0 0;
}
.deli-footer {
	background-color: #7DA72F;
	border-radius: 0 0 5px 5px;
}
#offlineOverlay {
	display: none;
	position: fixed;
	background-color: #000;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 1050;
}
.navbar {
	min-height: 32px;
}
.btn-screen {
	padding: 4px 16px;
	font-size: 26px;
	line-height: 1.2;
	border-radius: 6px;
	margin-top: 5px;
}
.screen_header {
	font-size: 26pt;
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
	margin-bottom: -5px;
}
.error_header {
	text-transform: uppercase;
	color: #98ca3c;
}
.status-button {
	color: #fff;
	font-size: 14pt;
	border-radius: 5px;
	height: 32px;
    line-height: 1.6;
}
.status-button-green {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.status-button-red {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.status-button-grey {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.welcome-header {
	font-family: 'Good Vibes', sans-serif;
	font-size: 68pt;
	color: #98ca3c;
}
.info-header {
	font-size: 18pt;
}
.entry-header, .parking-header {
	font-size: 32pt;
}
.input-order {
	font-size: 46pt;
    height: 100px;
    color: #98ca3c;
	background-color: #fff !important;
}
.continue-button {
	padding: 20px 50px;
}
.table-touch>tbody>tr>td {
	line-height:2.4;
}
.clickable-row, .clickable-stock {
	cursor: pointer;
}
.bg-disabled {
	color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.imageBox {
	width: 212px;
	float: left;
	padding: 5px;
	border: 1px solid #aaa;
	margin: 0 10px 10px 0;
	min-height: 190px;
}