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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

/* 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;
}
.numpad {
	border: 2px solid #98ca3c;
}
.numpad td {
	text-align: center;
	border-top: 0 !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.circle {
	font-size: 20pt;
	text-align: center;
	width: 20%;
}
.numkey {	
	font-size: 25pt;
	padding: 16px 24px;
	border-radius: 32px;
}
.delivery-header {
	font-weight: bold;
	font-size: 12pt;
	color: #005eb8;
	margin-bottom: 2px;
}
.delivery-extra-line {
	margin-bottom: 2px;
    color: #a00;
    font-size: 9pt;
}
.delivery-box {
	display: block;
	border: 1px solid #ddd;
	color: #ddd;
	font-size: 9pt;
	text-align: center;
}
.box-orange {
	border: 1px solid #fb0;
	color: #fb0;
}
.box-green {
	border: 1px solid #0c0;
	color: #0c0;
}
.clickable-row, clickable-request {
	cursor: pointer;
}
#questionBox {
	display: none;
	position: fixed;
	background-color: #aaa;
	min-height: 170px;
	padding-bottom: 20px;
	width: 100vw;
	top: 230px;
	left: 0;
	z-index: 1050;
}
#notReadyOverlay {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 1049;
}
.payconfirm {
	color: #fff; 
	font-size: 24pt;
	margin-top: 15px;
	margin-bottom: 25px;
}
.glyphicon-unchecked {
	color: #005eb8;
}
.glyphicon-check {
	color: #98ca3c;
}
.glyphicon-ok-circle {
	color: #98ca3c;
}
.glyphicon-remove-circle {
	color: #f00;
}
.checkField a, .checkField a:focus, .checkField a:hover {
	text-decoration: none;
	color: #000;
}
.procces-header {
	color: #fff; 
	font-size: 24pt;
	margin-top: 15px;
	margin-bottom: 20px;
}
.procces-state {
	margin-top: 20px;
	color: #fff;
	font-size: 14pt;
}
.badge-return {
	color: #fff;
	background-color: #f00;
	margin-left: 3px;
}
.deli-header {
	background-color: #98CA3C;
	border-radius: 5px 5px 0 0;
}
.deli-footer {
	background-color: #7DA72F;
	border-radius: 0 0 5px 5px;
}
.btn-deli { 
	color: #FFFFFF; 
	background-color: #98CA3C;
} 
.btn-deli:hover, 
.btn-deli:focus, 
.btn-deli:active, 
.btn-deli.active, 
.open .dropdown-toggle.btn-deli { 
	color: #FFFFFF;
	background-color: #7DA72F; 
	border-color: #5B7A28; 
} 
 
.btn-deli:active, 
.btn-deli.active, 
.open .dropdown-toggle.btn-deli { 
	background-image: none; 
} 
.btn-deli.disabled, 
.btn-deli[disabled], 
fieldset[disabled] .btn-deli, 
.btn-deli.disabled:hover, 
.btn-deli[disabled]:hover, 
fieldset[disabled] .btn-deli:hover, 
.btn-deli.disabled:focus, 
.btn-deli[disabled]:focus, 
fieldset[disabled] .btn-deli:focus, 
.btn-deli.disabled:active, 
.btn-deli[disabled]:active, 
fieldset[disabled] .btn-deli:active, 
.btn-deli.disabled.active, 
.btn-deli[disabled].active, 
fieldset[disabled] .btn-deli.active { 
	background-color: #98CA3C; 
	border-color: #7DA72F; 
} 
.btn-deli .badge { 
	color: #98CA3C; 
	background-color: #FFFFFF; 
}