@-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;
	color: #000;
}

/* 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;
}
.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;
}
.error-header {
	color: #f00;
	font-weight: bold;
	font-size: 18pt;
}
.input-order {
	font-size: 46pt;
    height: 100px;
    color: #98ca3c;
	background-color: #fff !important;
}
.continue-button {
	padding: 20px 50px;
}
.noselect {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.flag-button {
	float: right;
    margin: 5px;
    height: 35px;
    width: 50px;
    border: 1px solid #ddd;
    padding: 2px;
    background-color: #fff;
}
.error_header {
	text-transform: uppercase;
	color: #98ca3c;
}
.status-button {
	color: #fff;
	float: right;
	margin-left: 15px;
	font-size: 23pt;
	padding: 4px 16px;
	line-height: 1.1;
	border-radius: 5px;
	margin-top: 5px;
	height: 42px;
}
.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;
}
.keypad-outerbox {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.6)
}
.keypad-column {
	float: left;
	width: 33%;
}
.keypad-keybox {
	border: 1px solid #ddd;
	height: 70px;
	margin: 5px;
	font-size: 36pt;
	padding-top: 0px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
}
.keypad-keybox .glyphicon {
	font-size: 24pt;
	padding-top: 18px;
}
.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;
}