/**
<input type=button> ios http://stackoverflow.com/questions/5449412/styling-input-buttons-for-ipad-and-iphone
*/

* { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

:focus {
	outline: none;
}
button {
	outline: none!important;
	cursor: pointer;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
select option:disabled {
    color: #ddd;
}
select option:first:disabled {
    color: #999;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f0f0f0; 
}
::-webkit-scrollbar-thumb {
    background: #e36220;
}
::-webkit-scrollbar-thumb:hover {
    background: #CE591D; 
}

/*
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
*/
img {
	border: 0;
}

input:disabled, select:disabled, textarea:disabled,
#wrapper button.ms-choice:disabled,
xinput:read-only, xselect:read-only {
    background-color: #f0f0f0 !important;
}

html,
body {
	margin: 0;
	padding: 0;
	background: #e36220;
	-webkit-text-size-adjust: none; 
}
/*
html {
	height: 100%;
}
*/
body {
	margin: 35px 0;
	/*height: calc(100% - 70px); prevent flicker? */
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body, input, table, textarea, select, pre, button {
	font: 12px/1.5em 'Noto Sans', Arial, Helvetica, sans-serif;
	font-family: Arial; /* for override later... */
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
textarea {
	min-height: 2em;
}
select,
[type=radio],
[type=checkbox] {
	cursor: pointer;
}

.offline .not-offline {
    pointer-events: none;
	/*
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
	*/
	opacity: .5;
}

#wrapper {
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.15), 0 -10px 20px rgba(0,0,0,.15);
	min-width: 940px;
	min-height: 100%;
	padding: 0 1em;
}
.application-WA #wrapper {
	box-shadow: none;
}
#wrapper-inner {
	margin: 0 auto;
	position: relative;
	min-height: 100%;

	-webkit-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-o-transition: width 0.25s ease;
	-ms-transition: width 0.25s ease;
	transition: width 0.25s ease;
}

fieldset.extras #extra-product-save { /* extra opslaan knop onder extras bij product */
	display: none;
}

#header { 
	position: relative;
	height: 112px;
	border-bottom: 2px solid #ea6521;
	margin: 0 0 26px 0;
}
#header.xhidden {
	height: 0;
	border: 0;
}
#header.xhidden #header-hide {
	display: none;
}

#header a {
	text-decoration: none;
}
#header p.warning {
	position: absolute;
	left: 50%;
	top: -33px;
	z-index: 11;
}
#header-logo img {
	width: 180px;
	vertical-align: bottom;
	position: absolute;
	left: 2px;
	bottom: 17px;
}
#header h2 {
	font-size: 21px;
	font-weight: normal;
	color: #ea6521;
	margin: 0;
	line-height: 1.0em;
	padding: 0 0 0 13px;
	border-left: 1px solid #ea6521;
	position: absolute;
	left: 196px;
	bottom: 17px;
}
#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul {
	position: absolute;
	right: 0;
	bottom: 2px;
}
#header li {
	float: left;
	margin-left: 10px;
	position: relative;
}
#header ul a {
	position: relative;
	display: block;
	background: #e36220 url(gfx/_cms1594107892_menu-icons1.png) 0 0 no-repeat;
	padding-top: 78px;
	width: 84px;
	width: 74px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	color: #e36220;
	overflow: hidden;

	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	-ms-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}
#header ul a:hover {
	background-color: #CE591D;
}
#header .current a {
	font-weight: bold;
}

#header .orders a		{ background-position: 12px		8px; }
#header .customers a	{ background-position: -83px	8px; }
#header .archive a		{ background-position: -178px	8px; }
#header .financial a	{ background-position: -272px	8px; }
#header .settings a		{ background-position: -368px	8px; }
#header .openclose a	{ background-position: -463px	8px; }
#header .pos a			{ background-position: -661px	8px; }
#header .shop a			{ background-position: -661px	8px; }
/*#header .pos a			{ background-position: -563px	8px; }*/

#header .orders a		{ background-position: 7px		8px; }
#header .customers a	{ background-position: -88px	8px; }
#header .archive a		{ background-position: -183px	8px; }
#header .financial a	{ background-position: -278px	8px; }
#header .settings a		{ background-position: -374px	8px; }
#header .openclose a	{ background-position: -468px	8px; }
#header .pos a			{ background-position: -666px	8px; }
#header .shop a			{ background-position: -764px	7px; }

#header a span {
	display: block;
	width: 100%;
	box-shadow: 0 -10px 20px rgba(0,0,0,.15);
	height: 20px;
	background: #fff;
}
#header li .badge {
	left: auto;
	right: -5px;
	top: -5px;
}

#ob-switch {
	border: 0;
}

#current-status {
	position: absolute;
	left: 0;
	top: -25px;
	color: #fff;
	text-decoration: none;
	z-index: 10;
}
#current-status .stopped,
#current-status .busy {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: none;
}
#status-info {
	display: none;
	position: absolute;
	left: 0;
	top: 20px;
	background: #eee;
	border-radius: 8px;
	color: #000;
	box-shadow: 2px 2px 2px rgba(0,0,0,.15);
	width: 300px;
	padding: .5em;
}
#status-info:after {
	bottom: 100%;
	left: 75%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #eee;
	border-width: 6px;
	margin-left: -6px;
}
#current-status:hover #status-info {
	display: block;
}

#logout {
	position: absolute;
	right: 0;
	top: -25px;
	color: #fff;
}
#logout a {
	color: #fff;
	text-decoration: none;
}
#logout a:hover {
	text-decoration: underline;
}
#logout img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0 2px;
}

.numbers-gutter,
.gutter {
	display: none;
	position: absolute;
	width: 400px;
	left: -300px;
	top: 0;
}
.print-gutter {
	display: none;
}
.col {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	
	width: 32%;
	margin: 0 2% 0 0;
}
.col.col3 {
	margin-right: 0;
}
.col.col4 {
	display: none;
	margin-right: 0;
}

.orders .order {
	width: 300px;
	width: 100%;
	height: 39px;
	/*border: 1px solid #e36220;*/
	float: left;
	margin: 0 0 10px 0;
	cursor: pointer;

	/* ob_show_refnr */
	color: #ccc;
	padding: 11px 64px 0 0;
	position: relative;
	text-align: right;
	font-size: 40px;
}
#orders .order.show_buttons {
	padding-right: 112px;
}
#orders .order button {
	width:55px;
	border-left:1px solid white;	
	background: #000;
}
#orders .order.enroute button {
	background: #0000005a;
}
#orders .order button img {
	width:32px;
	position:relative;
	top:-2px;
}

#map-orders .order.show_deliverer,
.orders .order.show_deliverer {
	height: 60px;
}
.orders .order.deliverer {
	cursor: default;
}
.orders .order.deliverer .info {
	border-right: 0;
}

.ftadmin .orders .order.ob0 {
	background-color: orange;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,255,255,.5) 15px, rgba(255,255,255,.5) 30px);
}
/*
.orders .order.enroute table,
.orders .order.delivered table {
	border-color: #d7d7d7;
}
*/
.orders .order table {
	width: 100%;
	border-collapse: collapse;
	
	/* ob_show_refnr */
	position: absolute;
	top: 0;
	text-align: left;

	border: 1px solid #e36220;
}
#map-orders .order table {
	display: block;
}

.orders .order tr:nth-child(3) {
	border-top: 1px solid #e36220;
}
.orders .order td {
	padding: 1px 2px 0;
}
.orders .order .status {
	width: 30px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.orders .order .status em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-65%,-50%);
    color:  #fff;
    text-align: center;
    font-weight:  bold;
}
#review-form .status span,
#archive .status span,
.orders .order .status span {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #e36220;
	border-radius: 15px;
	line-height: 15px;
}
#archive .status span {
	text-align: center;
	color: #fff;
}
#review-form .status[class*=pending] span,
#archive .status[class*=pending] span,
.orders .order[class*=pending] .status span {
	background: #e36220;
}
#review-form .status.enroute span,
#archive .status.enroute span,
.orders .order.enroute .status span {
	background: #d7d7d7;
	border-color: #d7d7d7;
}
#review-form .status.delivered span,
#archive .status.delivered span,
.orders .order.delivered .status span {
	background: green;
	border-color: green;
}
#archive .status strong,
.orders .order .status strong {
	position: absolute;
	left: -1px;
	bottom: -1px;
	display: inline-block;
	width: 15px;
	height: 8px;
	border-radius: 0 0 16px 16px;
	line-height: 16px;
	background-color: transparent;
}
table.list img.joeyco,
.order img.joeyco {
	vertical-align: middle;
	width: 16px;
	position: relative;
	top: -2px;
	margin: 0;
}
.orders .order .time {
	width: 38px;
	background: #e36220;
	color: #fff;
	text-align: center;
}
/*
.orders .order.enroute .time,
.orders .order.delivered .time {
	background: #d7d7d7;
}
*/
.orders .order .street {
	font-weight: bold;
	font-size: 13px;
	/*border-right: 1px solid #e36220;*/
}
/*
.orders .order.enroute .street,
.orders .order.delivered .street {
	border-color: #d7d7d7;
}
*/
.orders .order .price {
	width: 62px;
	font-weight: bold;
	font-size: 14px;
	background: #e36220;
	box-shadow: inset  0 -16px 10px -10px rgba(0,0,0,.15);
	color: #fff;
	text-align: center;
}
/*
.orders .order.enroute .price,
.orders .order.delivered .price {
	background: #d7d7d7;
	box-shadow: none;
}
*/
.orders .order .asap {
	background: #e36220;
	box-shadow: inset  0 -16px 10px -10px rgba(0,0,0,.15);
	color: #fff;
	text-align: center;
}
/*
.orders .order.enroute .asap,
.orders .order.delivered .asap {
	background: #d7d7d7;
	box-shadow: none;
}
*/
.orders .order .asap.set {
	background: #000!important;
}
/*
.orders .order.enroute .asap.set,
.orders .order.delivered .asap.set {
	background: #b3b3b3;
}
*/
.orders .order .info {
	font-size: 14px;
	border-right: 1px solid #e36220;
}
/*
.orders .order.enroute .info,
.orders .order.enroute tr:nth-child(3),
.orders .order.delivered .info,
.orders .order.delivered tr:nth-child(3) {
	border-color: #d7d7d7;
}
*/
.orders .order .pstatus {
	font-size: 14px;
	text-align: center;
}
.orders .order .source {
	text-align: center;
}

.deliveryticket .order .info {
	font-size: 100%;
	border-right: none;
}

#orders {
	position: relative;
	padding: 0 0 90px 0;
}
.footer {
	height: 90px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.footer p {
	margin: 0;
	line-height: 38px;
	position: absolute;
	left: 0;
	top: 26px;
}
.footer .status {
	color: #e36220;
}
@keyframes blink {
	0% {
		background-color: #fff;
		color: #f00;
	}
	50% {
		background-color: #f00;
		color: #fff;
	}
}
@-webkit-keyframes blink {
	0% {
		background-color: #fff;
		color: #f00;
	}
	50% {
		background-color: #f00;
		color: #fff;
	}
}
@-moz-keyframes blink {
	0% {
		background-color: #fff;
		color: #f00;
	}
	50% {
		background-color: #f00;
		color: #fff;
	}
}
#current-status.error {
	top: -28px;
}
#current-status.error em,
.footer .status em.error {
	display: inline-block;
	background: #f00;
	color: #fff;
	line-height: 2em;
	padding: 0 4px;
	-webkit-animation: blink 1s step-end infinite;
	-moz-animation: blink 1s step-end infinite;
	animation: 1 blink 1s step-end infinite;
}

@keyframes orderblink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .5;
	}
}
@-webkit-keyframes orderblink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .5;
	}
}
@-moz-keyframes orderblink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .5;
	}
}
#orders .order.blink {
	-webkit-animation: orderblink 1s step-end infinite;
	-moz-animation: orderblink 1s step-end infinite;
	animation: 1 orderblink 1s step-end infinite;
}

#footer-buttons {
	position: absolute;
	left: 0;
	top: 26px;
	width: 300px;
}
#footer-buttons button {
	position: relative;
	left: 0;
	top: 0;
	width: 55px;
	float: left;
	margin-left: 6px;
	background: #e36220!important;
	cursor: pointer;
	overflow: inherit;

	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	-ms-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}
#footer-buttons button[data-onoff]:not(.button-on) {
	background: #000!important;
}
#footer-buttons button.white {
	background-color: #fff !important;
	border: 1px solid #e36220;
	line-height: 36px;
	color: #000;
}
#footer-buttons button:hover {
	background-color: #CE591D!important;
}
#footer-buttons button.white:hover {
	background-color: #eee !important;
}
#footer-buttons button:first-child {
	margin: 0;
}
#footer-buttons .badge {
	left: auto;
	right: -5px;
	top: -5px;
}
#footer-buttons button img {
	vertical-align: middle;
	position: relative;
	left: 1px;
	top: 0px;
	height: 32px;
}
#footer-paging {
	position: absolute;
	right: 320px;
	top: 26px;
	width: 300px;
}
.footer .paging {
	position: absolute;
	left: 120px;
	top: 0;
	color: #000;
	width: 60px;
	text-align: center;
}
.footer button:hover,
.footer button {
	position: absolute;
	width: 120px;
	border: 0;
	background: #b3b3b3!important;
	color: #fff;
	line-height: 38px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	cursor: default;

	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	-ms-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.footer button.active {
	background: #000!important;
	cursor: pointer;
}
.footer button.active:hover {
	background-color: #CE591D!important;
}

.footer .next {
	left: auto;
	right: 0px;
}
.footer table {
	position: absolute;
	right: 0;
	top: 26px;
	background: #e36220;
	line-height: 38px;
	color: #fff;
	width: 300px;
	font-size: 14px;
	border: 0;
	border-spacing: 0;
}
.footer th {
	padding: 0 0 0 10px;
	font-weight: normal;
	width: 1%;
	text-align: left;
	white-space: nowrap;
}
.footer td {
	padding: 0 0 0 10px;
	text-align: left;
	font-weight: bold;
}

#admin-panel {
	position: absolute;
	right: 0;
	top: -14px;
	bottom: 0;
	overflow: auto;
	width: 33%;
	z-index: 10;
	background: #fff;
	border: 3px solid #e36220;
	border-radius: 8px;
	padding: 4px;
}
#orders #admin-panel h2, #orders #admin-panel h2 span {
	font-size: 16px;
}
#orders #admin-panel span {
	right: 4px;
	top: 6px;
}
#admin-panel table {
	margin-bottom: 8px;
}
#admin-panel textarea {
	width: 100%;
	min-height: 5em;
}
#admin-panel textarea::-webkit-scrollbar {
    width: 0px;
}

#admin-panel button {
	width: auto;
	padding: 0 1em;
	font-size: 12px;
}

/* http://joshnh.com/2012/01/27/getting-inner-border-radius-just-right/ */
.popup {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -240px;
	top: 50%;
	margin-top: -105px;
	z-index: 1000;
	border-radius: 10px;
	padding: 6px;
	max-width: 90%;
	min-width: 400px;

	/*background: #9e4416;*/
	background: linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3));
	background: -moz-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.3)), to(rgba(0,0,0,.3)));
	background: -o-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3));
	background: -ms-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */
}
.popup.center {
	text-align: center;
}
#extras-inner,
.popup-inner {
	border-radius: 8px;
	border: 3px solid #e36220;
	width: 100%;
	background: #e36220;
}
#extras-inner,
.popup-content {
	position: relative;
	border-radius: 6px;
	padding: 12px;
	background-color: #fff;
	float: left;
	width: 100%;
}
#admin-panel h2,
.popup h2 {
	font-size: 21px;
	font-weight: normal;
	color: #ea6521;
}
#extras h2 {
	margin-top: 0;
}
#extras button.minus, #extras button.plus {
	margin: 0;
	width: 24px;
	line-height: 24px;
	float: right;
	padding: 0;
}
.popup p {
	color: #ea6521;
}
.popup-input p.text {
	display: none;
	color: #000;
}
button {
	line-height: 40px;
	margin: 0;
	padding: 0 .25em;
	width: 180px;
	border: 0;
	background: #e36220;
	color: #fff;
	font-size: 21px;

/*
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	-ms-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
*/
}
button:disabled {
	background-color: #b3b3b3!important;
	cursor: default;
}
button.aw {
	width: auto;
	padding: 0 1em;
}
button.white {
	background-color: #fff;
	border: 1px solid #e36220 !important;
	color: #000;
}
/* :not([style]) voor kassa buttons met kleur */
button:hover:not([style]):not([disabled]),
button.current:not([style]):not([disabled]) {
	background-color: #CE591D!important;
	color: #fff;
}
button.white:hover,
button.white.current {
	background-color: #eee!important;
}

button img {
	vertical-align: middle;
}
button.right {
	float: right;
	margin-left: 3px;
	border-bottom: 3px solid #fff;
}
	
button.back,
form button {
	line-height: 34px;
	font-size: 17px;
	width: 140px;
}

.tabs, .tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* grid: Chrome 61+ (ul clearfix weg, fitTabs() return)
.tabs:not(.actions) {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
*/

.tabs.right {
	float: right;
}
.tabs li {
	float: left;
	margin: 0 4px 10px 0;
	
	/* grid:
	display: block;
	border: 2px solid #fff;
	border-width: 0 2px 10px 0;
	*/
}
.tabs.actions {
	display: none;
	display: block !important; /* PW: altijd zichtbaar */
}
.tabs.actions li {
	float: left;
	margin-right: 1px;
}
.tabs a {
	display: block;
	line-height: 34px;
	font-size: 17px;

	width: 150px;
	/* grid: 
	width: 100%;
	*/
	
	text-decoration: none;
	background: #000;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	position: relative;

	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	-ms-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}
.tabs.actions a {
	line-height: 24px;
	width: 75px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    background-size: 18px;
    xtext-indent: -10000px;
    font-size: 0;
}
.tabs.actions a.sold-out {
    background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1594108148_clear-shopping-cart-50.png);
}
.tabs.actions a.delete {
    background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1594108148_trash-can-50.png);
}
.tabs.actions a.list-view {
    background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1598009525_todo-list-18.png);
}
.tabs.actions a.hidden-view {
    background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1598384679_outline_visibility_off_white_18dp.png);
}

.tabs.right a,
.tabs .current a {
	background-color: #e36220;
}
.tabs a:hover {
	background-color: #CE591D!important;
}
.tabs .badge {
	left: auto;
	right: -3px;
	top: -5px;
}

.popup-login {
	text-align: center;
	width: 480px;
}
.popup-login p {
	color: #000;
}
body .popup-login input[name=login],
body .popup-login input[type=email],
body .popup-login input[type=password],
body .popup-login select {
	width: 380px;
	height: 40px;
	padding: 0 20px 0 50px;
	font-size: 18px;
	margin: 10px 0;
	border: 1px solid #d3d3d3;
	float: none;

	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	background: #fff url(gfx/_cms1594107891_login.png) 0 -80px no-repeat;
}
body .popup-login input[type=email] {
	background-position: 0 0;
}
body .popup-login input[type=password] {
	background-position: 0 -40px;
}
body .popup-login select {
	background-image: url(/css/foodticket-orderbuddy/gfx/orderbuddy-grey.png), url(gfx/_cms1594107891_login.png);
    background-size: 21px, 100px;
    background-repeat: no-repeat;
    background-position: 9px 9px, 0 0;
}
.popup-login form p {
	margin: 0;
}
.popup-login button {
	margin-top: 20px;
}
.popup-login [type=checkbox] {
	position: relative;
	top: 2px;
}
.popup-login .sound-ico {
	display: none;
}
.popup-login .sound .sound-ico {
	display: inline;
}
.popup-login.popup label {
	float: none;
}

.popup-login ul, .popup-login li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.popup-login li {
	margin: 0 .5em .5em;
	padding: .5em;
	display: inline-block;
	cursor: pointer;
}
.popup-login li.current {
	border: 1px solid #e36220;
}

.password-validation {
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
}
.popup-password .password-validation {
	padding-bottom: 0;
}
.password-validation li {
	display: inline;
	padding-right: 1em;
}
.password-validation strong {
	color: #ccc;
}
.password-validation .pwd-ok {
	color: #0c9d00;
}
.password-validation .pwd-fail,
.password-validation .pwd-fail strong {
	color: red;
}

#admin-panel h2 span,
#extras .close,
button.popup-close-x {
	position: absolute;
	right: 22px;
	top: 22px; 
	background: #fff!important;
	border: 1px solid #e36220;
	color: #e36220;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 22px;
	width: 22px;
	text-align: center;
	font-size: 22px;
	z-index: 10;
	cursor: pointer;
	margin-top: 0;
}
#extras .close {
	right: 12px;
	top: 10px;
}

#admin-panel h2,
.popup h2.title {
	white-space: nowrap;
	padding: 0;
	margin: 1px 0 0;
	line-height: 24px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
.popup-order { 
	width: 780px;
}
.popup-order .watermark {
	position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    line-height: 300px;
    color: #eee;
    font-size: 300px;
    text-align: center;
}
.popup-order h2.title {
	padding-right: 40px;
}
.popup-order h2 div {
	display: none;
	float: right;
	width: 24px;
	height: 24px;
	background: url(gfx/_cms1594107891_bell.png) 50% 50% no-repeat;
	position: relative;
}
.popup-order .tab.order tr[style] * {
	color: #fff !important;
}

.badge {
	position: absolute;
	left: 14px;
	top: -6px;
	background: red;
	color: #fff;
	font-size: 12px;
	border-radius: 8px;
	min-width: 16px;
	padding: 0 4px;
	line-height: 16px;
	text-align: center;
	
	border-radius: 18px;
	min-width: 20px;
	border: 2px solid #fff;
}
.pulse {
    -webkit-animation: pulsate .5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -ms-animation: pulsate .5s ease-out;
    -ms-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.8, 0.8); xopacity: 0.5;}
    100% {-webkit-transform: scale(1.2, 1.2); xopacity: 1.0;}
}
@-ms-keyframes pulsate {
    0% {-ms-transform: scale(0.8, 0.8); xopacity: 0.5;}
    100% {-ms-transform: scale(1.2, 1.2); xopacity: 1.0;}
}

.popup-status {
	width: 100%;
	margin: 10px 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
}	
.popup-status li {
	display: inline-block;
	width: 180px;
	width: 22%;
	border: 1px solid #d7d7d7;
	margin: 0 8px;
	margin: 1em 1% 0;
	padding: 0;
	color: #d7d7d7;
	cursor: pointer;
	xheight: 35px;
	overflow: hidden;
}
.popup-status.current {
	border-color: #e36220;
}
.popup-status div {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin: 10px;
	border-radius: 20px;
}
.popup-status [data-id=init] div {
	border: 1px solid #fdb28c;
}
.popup-status [data-id=init].current div {
	border: 1px solid #e36220;
}
.popup-status [data-id*=pending] div {
	background: #fdb28c;
}
.popup-status [data-id=*pending].current div {
	background: #e36220;
}
.popup-status [data-id=enroute] div {
	background: #d7d7d7;
}
.popup-status [data-id=enroute].current div {
	background: #b3b3b3;
}
.popup-status [data-id=delivered] div {
	background: green;
	opacity: .35;
}
.popup-status [data-id=delivered].current div {
	opacity: 1;
}
.popup-status span {
	display: block;
	margin: 0 0 0 34px;
	xwidth: 145px;
	border-left: 1px solid #d7d7d7;
	line-height: 34px;
	height: 34px;
	font-size: 20px;
	
	text-overflow: ellipsis;
    width: calc(100% - 34px);
}
.popup-status .current,
.popup-status .current span {
	border-color: #e36220;
}
.popup-status .current span {
	background: #e36220;
	color: #fff;
}

.popup-menu, .popup-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.popup-menu {
	width: 100%;
	text-align: center;
}
.popup-menu li {
	position: relative;
	display: inline-block;
	width: 140px;
	margin: 8px 2px;
	color: #fff;
	background: #000;
	line-height: 36px;
	font-size: 17px;
	cursor: pointer;

	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	-ms-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}
.popup-menu li .badge {
	left: auto;
	right: -4px;
}
.popup-menu li.current {
	background: #e36220;
}
.popup-menu li:hover {
	background-color: #CE591D!important;
}

.popup .info table {
	border-spacing: 2px;
	width: 740px;
}
.popup .info table th, 
.popup .info table td {
	border: 1px solid #b3b3b3;
	vertical-align: middle;
	position: relative;
}
.popup .info table th {
	text-align: left;
	color: #e36220;
	padding: 0 10px;
	white-space: nowrap;
	width: 1%;
	line-height: 24px;
}
.popup .info table td {
	padding: 0 15px 0 30px;
}
.popup .info table td[rowspan] {
	margin: 0;
	padding: 3px 30px 0 10px;
	vertical-align: top;
}
.popup .info table td[rowspan] strong {
	color: #e36220;
}
.popup .info table .spacer td {
	border: 0;
	height: 10px;
}
.popup .info table button {
	margin: 4px 20px;
	font-size: 14px;
	line-height: 24px;
	padding: 0 20px;
	width: auto;
}

.popup .order table {
	width: 720px;
	border-collapse: collapse;
}
.popup .order table td {
	vertical-align: top;
	padding: 2px 4px;
	border: 1px solid #b3b3b3;
	border-width: 1px 0 1px 0;
	font-size: 14px;
}
.popup .order table td[colspan] {
	border: 0;
}
.popup .order table td:first-child {
	border-width: 1px 0 1px 1px;
	width: 20px;
}
.popup .order table td:last-child {
	border-width: 1px 1px 1px 0;
	text-align: right;
	width: 20px;
	white-space: nowrap;
}
.popup .order table strong {
	color: #e36220;
}
.popup .order table .discount {
	color: #d7d7d7;
}

.popup .comments {
	border: 1px solid #000;
	padding: 10px;
	font-size: 15px;
}

#mode-buttons {
	position: absolute;
	right: 0;
	bottom: -48px;
}
#mode-buttons button {
	width: 58px;
}

.popup-footer {
	height: 100px;
	position: relative;
	clear: both;
}
.popup-footer.rel {
	/*padding-top: 20px;*/
	height: 42px;
}
.popup-footer button {
	position: absolute;
	left: 0;
	bottom: 0;
}
.popup-footer .center {
	left: 50%;
	margin-left: -90px;
}
.popup-footer .right {
	left: auto;
	right: 0;
}
.popup-footer .rel {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.popup-footer.rel .ok {
	margin-right: .5em
}
/*
.popup-footer .close.rel {
	float: right;
}
*/
.popup-footer .alert-payment {
	border: 1px solid #e36220;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	width: 180px;
	text-align: center;
	color: #e36220;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 50px;
	text-transform: uppercase;
}
.popup-footer .alert-comments {
	border: 1px solid transparent;
	font-size: 17px;
	font-weight: bold;
	line-height: 26px;
	width: 180px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 50px;
}

.popup .tab {
	display: none;
	position: relative;
	z-index: 10; /* above footer */
}
.popup .tab.routeplanner {
	overflow: visible !important; /* voor buttons */
}
.popup tab.current {
	display: block;
}
.popup .deliverers {
	width: 740px;
}
.popup .deliverers div {
	float: left;
	width: 24%;
	margin: .5%;
	border: 1px solid #b3b3b3;
	padding: 0 18px;
	line-height: 48px;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.popup .deliverers div.current {
	background: #e36220;
	border-color: #e36220;
	color: #fff!important;
}
.popup .deliverers div.bezorgbuddy:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(gfx/_cms1594107892_bezorgbuddy.png) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
}
.popup .deliverers div span {
    position: absolute;
    left: 18px;
    bottom: -16px;
    color: #aaa;	
}

.popup-time {
	width: 500px;
}
.popup-time ul, .popup-time li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
.popup-time ul {
	margin-bottom: -15px;
}
*/
.popup-time li {
	display: inline-block;
	width: 60px;
	line-height: 60px;
	border: 1px solid #e36220;
	font-size: 30px;
}
.popup-time li.button {
	color: #e36220;
	cursor: pointer;
	/* prevent selection of text on fast clicks */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.popup-time li.data {
	color: #fff;
	background: #e36220;
}
.popup-time .dots {
	border-color: #fff;
	width: auto;
}
.popup-time p {
	color: #e36220;
	font-size: 14px;
}
.popup-time h3 {
	font-size: 24px;
	line-height: 1.2em;
	color: #e36220;
	margin-top: .5em;
	margin-bottom: 0;
}

.popup.rel li.data {
	height: 62px;
	font-size: 14px;
	line-height: 10px;
	position: relative;
	top: 10px;
	background: #000;
	border-color: #000;
	cursor: pointer;
}
.popup.rel li.data.current {
	background: #e36220;
	border-color: #e36220;
}
.popup.rel li.data span {
	font-size: 30px;
	line-height: 40px;
}

#overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#overlay .bg {
    width: 100%;
    height: 10000px; /* ff doesn't take 100% */
    background-color: #000;
    opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
#overlay.solid .bg {
	opacity: 1;
	height: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background-color: #e36220;
	background-image: url(/gfx/_cms1103572668_trans.gif);
	background-size: cover;
}
#overlay #oclose {
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    opacity: .5;
    cursor: pointer;
}
	
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

label img {
	vertical-align: middle;
}

label.error, input.error {
    background-color: #fdd !important;
}
#pos #payment button.error:not(.disabled) {
    background-color: #fdd !important;
    color: #ea6521;
    border: 1px solid #ea6521;
}

span.error, span.message, span.warning,
p.error, p.message, p.warning {
  border: 1px solid red;
  background: #ffdddd url(/gfx/_cms1298065404_exclamation.png) 5px 5px no-repeat;
  color: red !important;
  padding: 5px 5px 5px 26px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 1em 0;
  text-align: left;
  white-space: pre-line;
  overflow: auto;
}
p.no-pre-line {
  white-space: initial !important;
}
span.error a,
p.error a {
	color: red !important;
	text-decoration: underline !important;
}
span.message,
p.message {
  background-color: #D6F7CD;
  background-image: url(/gfx/_cms1298065403_accept.png);
  color: #0c9d00 !important;
  border-color: #0c9d00;
}
span.message a,
p.message a {
  color: #0c9d00 !important;
	text-decoration: underline !important;
}
.warning td,
span.warning,
p.warning {
  background-color: #fef1bc;
  background-image: url(/gfx/_cms1298065404_error.png);
  color: #c36b09 !important;
  border-color: #F0E1A8;
}
.warning td {
	background-image: none;
}
span.warning a,
p.warning a {
  color: #c36b09 !important;
	text-decoration: underline !important;
}
p.error a.help,
p.message a.help,
p.warning a.help {
	color: #fff !important;
  text-decoration: none;
}

div.menu {
	clear: both;
	line-height: 28px;
	border-bottom: 2px solid #b3b3b3;
	margin: 0 0 4px;
}
div.menu a {
	display: block;
	text-decoration: none;
	color: #e36220;
	font-weight: bold;
	font-size: 110%;
}
div.menu button {
	float: right;
}
div.menu-content {
	padding: 10px 20px 20px;
	clear: both;
}

table.data th, table.data td {
	padding: 0 1em .5em 0;
}

table.list {
  border-collapse: collapse;
  clear: both;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
table.list.sortable th {
	cursor: pointer;
}
.list th.sorting-asc::after {
	content: '\25B2';
} 
.list th.sorting-desc::after {
	content: '\25BC';
}
table.list.wrap th, table.list.wrap td {
	white-space: normal!important;
}
th.left, td.left,
table.list th.left, table.list td.left {
	text-align: left;
	white-space: nowrap;
}
th.center, td.center,
table.list th.center, table.list td.center {
	text-align: center;
	white-space: nowrap;
}
th.right, td.right,
table.list th.right, table.list td.right {
	text-align: right;
	white-space: nowrap;
}
th.nowrap, td.nowrap {
	white-space: nowrap;
}
th.ellipsis, td.ellipsis {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
td.right label {
	float: none;
	display: block;
}

table.list th {
	color: #e36220;
	vertical-align: top;
}
table.list tbody tr {
  border: 1px dashed #b3b3b3;
  border-width: 1px 0;
}

table.list tbody tr.divider {
	border-bottom-style: solid;
}
table.list tbody tr.divider th {
	color: #000;
	font-weight: bold;
}
table.list thead {
  border-bottom: 1px solid #b3b3b3;
}
table.list thead.total th {
  	border-top: 1px solid #b3b3b3;
	color: #000;
}

table.list tbody tr:hover {
  background: #ddd;
}

table.list th, table.list td {
  padding: .2em .4em;
  vertical-align: middle;
}
#turnover-table.list th, #turnover-table.list td {
  vertical-align: top;
}

table.list th {
  text-align: left;
}

table.list tbody .pointer {
	cursor: pointer;
}
table.list th.sort {
	cursor: pointer;
}
table.list tr.future {
	background-color: #f0f0f0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255,255,255,.5) 15px, rgba(255,255,255,.5) 30px);
	background-attachment: fixed;
}
table.list tr.pending {
	background-color: orange !important;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,255,255,.5) 15px, rgba(255,255,255,.5) 30px);
	background-attachment: fixed;
}

th {
	text-align: left;
}
td.sum {
	border-top: 1px solid #000;
}

td.bold {
	font-weight: bold;
}

p.opm {
	margin: 0;
	font-size: 80%;
	line-height: 1;
}

/*table.list .odd,*/
.list tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.list .dark {
	position: relative;
	z-index: 1;
}
.list th.dark::after {
  content: "";
  position: absolute;
  background-color: #e0e0e0;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

.popup-content.test,
.order.test,
.list tbody tr.test {
  background-image: url(gfx/_cms1594107891_bg_test.png);
}

table.top td {
	/*vertical-align: top;*/ /* niet handig, drukt alles net te ver naar boven in rijen met knopen */
}
table.list .not-avail {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.inactive { /* andere tabellen/elementen, nog lichter voor duidelijkheid */
	opacity: 0.35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
}

/*table.list a img {*/
table.list img {
  vertical-align: bottom;
  margin-right: 5px;
}

table.list a {
  color: black;
  text-decoration: none;
  display: block;
}

tr.search select,
tr.search input {
	width: 100%;
	min-width: 50px;
	font-size: 12px;
	margin: 0;
}
tr.search-advanced input,
tr.search-advanced select,
tr.search-advanced label,
tr.search-advanced button {
	font-size: 12px;
}
table tr.search-advanced button {
	font-size: 12px;
	width: auto;
	float: left;
    margin-right: 1em;
    padding: 0 1em;
}

.search-advanced label.choice.ellipsis {
	width: calc(100% - 12em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.del,
.add button {
	font-size: 21px;
}

#items td,
[id$=extras] td {
	vertical-align: top;
}
#items .small,
[id$=extras] .small,
#items .small select,
[id$=extras] .small select {
	font-size: 12px;
	top: 0; /* select */
}
#items input,
[id$=extras] input {
	margin: 0 0 1px 0!important;
}
#extras input[type=checkbox] {
	margin-right: .5em !important;
	margin-left: 3px !important;
}
.extras-sub .color,
#items .color {
	width: 5em; /* same as price */
}

#wrapper select[name$=item-catprod] {
	width: 280px !important;
	margin-bottom: 1px;
}
select[name$=item-catprod] + input[name$=item-title] {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 256px;
}

#prod-extras .price2,
#cat-extras .price2,
#items .price2 {
	display: none;
}

#cat-extras .add span,
#prod-extras .add span {
	text-decoration: underline;
	display: inline;
}
#items .ext_id,
#cat-extras .ext_id,
#prod-extras .ext_id {
	width: 80px;
}

button.buttonsmall,
a button,
table.list button {
	width: 24px;
	line-height: 24px;
	padding: 0;
}
table.list button {
	font-size: 21px;
}
button.buttonsmall {
	font-size: 14px;
}
button.register,
button.magnify,
div.menu button,
table.list .edit button {
	overflow: hidden;
	text-indent: -100px;
	background-image: url(gfx/_cms1594107891_magnifyer.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
button.register {
	background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1594108147_register-26.png);
	background-size: 50%;
}
button.del,
table.list .delete button {
    background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1594108148_trash-can-50.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
    background-size: 18px;
    text-indent: -100px;
	overflow: hidden;
}
table.list .archive button {
	overflow: hidden;
	text-indent: -100px;
	background-image: url(gfx/_cms1594107891_archive.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
table.list .settings button {
	overflow: hidden;
	text-indent: -100px;
	background-image: url(style-icons/_cms1594108148_settings-32.png);
	background-size: 22px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
table.list td.edit {
	cursor: pointer;
}

#printers .del,
#items .del,
#zipcodes .del,
#closed_datas .del,
.dnd a button.del { /* extras */
	position: relative;
	top: -3px;
}
#cat-extras.dnd a button.del,
#prod-extras.dnd a button.del,
#items.dnd a button.del {
	top: 0;
}
.addrow a button {
	margin-right: .25em;
}
/****************************************************************
 ** forms
 ****************************************************************/
#loading {
	vertical-align: middle;
}

.content {
	margin: 0 0 1em;
	height: 100%;
}
.content fieldset {
	margin: 0 0 1em 0;
	padding: 0 1em 0 0;
	width: 50%;
	float: left;
	border: 0;
}
.content fieldset.full {
	clear: both;
	width: 100%;
	padding: 0;
}
.content legend {
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
	border-bottom: 1px solid #b3b3b3;
	width: 100%;
	margin-bottom: 1em;
	color: #e36220;
}
.content legend label {
	font-weight: normal;
	color: #000;
	font-size: 90%;
	float: none;
}

.content fieldset h3.first,
.content fieldset p.first {
	margin-top: 0;
}
.content fieldset h3 {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px dashed #b3b3b3;
	font-size: 12px;
}
.content fieldset h3 span {
	float: right;
	color: #999;
}
.content fieldset h3.label {
	border: 0;
	padding-bottom: 0;
}

.content fieldset h3 select {
	float: right;
}

/*#customer-popup label,*/
.popup label,
.content span.info,
.content label {
	float: left;
	line-height: 24px;
	font-size: 14px;
    margin-bottom: .5em;
}
.popup label.nofloat {
	float: none;
}

/*#customer-popup input,*/
.popup input[type=text],
.popup input[type=password],
/*.popup input[type=number],*/
.popup textarea,
.content input,
.content textarea,
.deliverers-search-container input {
	margin-bottom: .5em;
	border: 1px solid #b3b3b3;
	height: 24px;
	padding: 0 4px;
	font-size: 14px;
	float: left;
}
.popup input.tel,
.content input.tel {
	padding-left: 44px;
}
.popup textarea,
.content textarea {
	height: 5em;
}
.content td.right input {
	float: right;
	margin-bottom: 0;
}
/*#customer-popup select,*/
.popup select,
.content select {
	border: 1px solid #b3b3b3;
	font-size: 14px;
	margin: 0 0 .5em;
	height: 24px;
}

/*#customer-popup input,*/
.popup input[type=text],
.popup input[type=password],
.input,
div.tab input, div.tab select,
fieldset input, fieldset select {
	width: 280px;
	float: left;
}

input.autocomplete-input {
  background-image: url(gfx/_cms1564059104_magnifier.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
fieldset label select {
	position: relative;
	top: 1px;
}
.w75,
.popup input[type=text].w75,
div.tab input.w75, div.tab select.w75,
fieldset input.w75, fieldset select.w75 {
	width: 15em;
}
.w50,
.popup input[type=text].w50,
div.tab input.w50, div.tab select.w50,
fieldset input.w50, fieldset select.w50 {
	width: 10em;
}
.w25,
.popup input[type=text].w25,
div.tab input.w25, div.tab select.w25,
fieldset input.w25, fieldset select.w25 {
	width: 5em;
}

div.tab input[type="checkbox"],
div.tab input[type="radio"] {
	width: auto;
	float: none;
}
#tab-eigen-instellingen input, #tab-eigen-instellingen select {
	width: 12em;
}

textarea.color,
input.color {
	border-right-width: 24px !important;
	cursor: pointer;
}
label.color {
	border-left: 22px solid red;
	padding-left: .5em;
	width: 100px;
	margin-bottom: 2px;
}
label.inline {
	padding-left: 1em;
}
label[for] {
	cursor: pointer;
}
label.double {
	height: 3em;
}
.tight-checkboxes label.choice {
	margin-bottom: 0;
}

select.autowidth,
.autowidth select {
	width: auto!important;
}

.content input[type="checkbox"],
.content input[type="radio"] {
	width: auto!important;
	border: 0;
	top: 0;
	height: auto;
	cursor: pointer;
}
.action input[type="checkbox"] {
	margin: 7px 0 0;
	float: none;
	min-width: 0;
}
.content label input[type="checkbox"] {
	float: none;
	height: auto;
	position: relative;
	top: 2px;
	margin-right: 0;
}

.content input[name*="zipcode"] {
	width: 5em!important;
}
.content input[name="zipcode-name"] {
	width: 100%!important;
}

table label {
	margin: 0 0 .5em 0;
}
table input[type="radio"] {
	margin-top: 6px;
	*margin-top: 2px;
	margin-left: 2px;
}
table input {
	top: 0;
	padding: 3px 2px 2px;
	line-height: 1.5em;
}
table.list input {
	margin-bottom: 0;
}
table select {
	margin: 0;
	padding: 2px;
	top: 0;
}

label.choice {
  margin-right: 1em;
  cursor: pointer;
  color: #000;
}
label.choice.w50 {
	width: 50%;
	margin-right: 0;
}

label.fixed-length {
  width: 10em;
}
label.fixed-length.right {
  text-align:right;
  padding-right:1em;
}
label.label-radio {
	cursor: pointer;
	position: relative;
}
/*
label.label-radio [type=radio] {
	position:  absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 0.25em 0 0;
}
*/

.lang-label {
	position: relative;
	clear: both;
}
.extras .lang-label {
	margin-left: 3em;
}
.extras .parent .parent .lang-label {
	margin-left: 0;
}
.lang-label span {
	position: absolute;
	left: -3em;
	top: 0;
}
.lang-label input {
	float: none !important;
}

.subset .subset label.fixed-length {
  width: 13em;
}

label.indent {
  padding-left: 2em;
  position: relative;
}

label.indent input {
  position: absolute;
  left: 0;
  top: 0;
}

.content label select {
  float: none;
}

br {
  clear: both;
}

/*
input[type="text"], input[type="file"] {
  width: 280px;
  border: 1px solid #aaaaaa;
  margin-top: .4em;
  padding-bottom: .3em;
}
*/

textarea,
.full .group textarea {
  width: 280px;
  height: 5em;
  border: 1px solid #b3b3b3;
  margin: 0;
  resize: none;
}
.full textarea {
	width: 50%;
}
textarea.code {
	width: 85%;
	height: 12em;
	padding: 1em;
    font-family: "Courier New", Courier, monospace;
}
textarea[name="message"] {
	width: 100%;
}

textarea.half-height {
  height: 5em;
}
textarea.autoheight::-webkit-scrollbar {
    width: 0px;
}

input.textarea-width {
  width: 40em;
}

input.url {
  width: 40em;
}

input.perc,
input.amount {
  width: 5em!important;
  text-align: right;
  /*
  background-image: url(gfx/_cms1594107891_euro.png);
  background-position: 2px 50%;
  background-repeat: no-repeat;
  */
}
input.amount.hilight {
	border-color: #e36220;
    border-width: 2px;
}
.amount-rel {
	position: relative;
}
input.perc {
  /*background-image: url(gfx/_cms1594107891_perc.png);*/
}
span.perc,
span.currency {
	position: relative;
	left: -66px;
	top: 3px;
	font-size: 14px;
	float: left;
	color: #000;
}
.amount-rel .currency {
	position: absolute;
	left: 6px;
}
.right span.perc,
.right span.currency {
	left: 11px;
	float: right;
}
.popup span.perc,
.popup span.currency {
	left: -67px;
	top: 3px;
	float: none;
}
.search-advanced span.perc,
.search-advanced span.currency {
	left: -57px;
}
#zipcodes span.currency,
#selection_settings span.currency {
	float: none;
	top: 2px;
}
.dnd span.currency { /* extras */
	top: 0px;
}

input.year {
  width: 3em!important;
}

input[type=number] {
  padding-right: 0 !important;
}
input.number {
  width: 7em !important;
  xpadding-right: 0 !important;
  text-align: right;
}

input.number3 {
  width: 3em!important;
}
input.number5 {
  width: 5em!important;
}

img.color {
  float: left;
  width: 4em;
  height: 1.5em;
  margin: .5em 0 0 0;
  vertical-align: middle;
  border: 1px solid #aaaaaa;
}

img.colorpicker {
  float: left;
  border: 0;
  vertical-align: middle;
  margin: .4em 0 0 .1em;
}

img.preview {
  width: 300px;
  height: 300px;
  border: 1px dashed #aaaaaa;
  margin: .5em 0 0 0;
}

#colors_example {
  position: relative;
  top: -2px;
  padding: 2px 4px;
}

table.info th {
	width: 1%;
	white-space: nowrap;
	padding-right: 1em;
}
table.info td.tspace {
	width: 1%;
	white-space: nowrap;
	padding-right: 1em;
}

select.open,
select.hours,
select.minutes {
	width: auto;
	float: none;
}
select.open {
	color: red;
}
select.is_open {
	color: #0c9d00;
}
select.open option {
	color: #000;
}

fieldset table:not(.list) td {
	white-space: nowrap;
}
.addrow img {
	vertical-align: middle;
}

/* http://www.danshort.com/HTMLentities/?w=dingb */
table th.id,
table td.id {
	width: 1%;
	white-space: nowrap;
}
table th.action,
table td.action {
	width: 24px;
	text-align: right;
	position: relative;
}
table th.action.check,
table td.action.check {
	text-align: center;
	vertical-align: middle;
}

select.selector_select {
  height: 200px;
  width: 210px;
}
select.selector_select.selector_left {
  width: 210px;
}
select.selector_select.selector_right {
  min-width: 210px;
  max-width: 50%;
}
.selector input {
  width: 210px;
}
.selector .buttonsmall {
	margin-bottom: 4px;
}
.sel_search {
  background-image: url(gfx/_cms1564059104_magnifier.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px !important;
}
.selector .sel_search {
  width: 210px;
}

.dnd td {
  padding-bottom: 4px;
}
.dnd td span {
	margin-top: 3px;
	display: block;
}
.tDnD_whileDrag {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.dnd td.drag {
	width: 10px;
	background: url(gfx/_cms1594107891_arrow-updown.png) 2px 50% no-repeat;
	cursor: s-resize;
}
#printers .drag,
table#items .drag,
table#cat-extras .drag,
table#prod-extras .drag {
	background-position: 2px 6px;
}
#cat-extras .w25, #extras .input,
#prod-extras .w25, #extras .input {
	font-size: 14px;
}
#extras textarea { /* remarks */
	height: 3em;
	width: 50%;
}
table#cat-extras .parent,
table#prod-extras .parent {
	background: #eee;
	border-bottom: 2px solid #fff;
}
table#cat-extras .parent .parent,
table#prod-extras .parent .parent {
	border-bottom: none;
}
table#prod-extras,
table#cat-extras {
	border-collapse: collapse;
}

.paper {
	border: 1px solid #b3b3b3;
	width: 26px;
	height: 78px;
	float: left;
	margin: 0 1em 2em 0;
	padding: 0 0 0 1px;
	cursor: pointer;
}
.paper.current {
	border: 1px solid #e36220; 
	background: #e36220;
	color: #fff;
}
.paper.a4 {
	width: 70px;
	height: 100px;
}
.paper.a5 {
	width: 49px;
	height: 70px;
}
.paper.a6 {
	width: 34px;
	height: 49px;
}

#openclose .open, #openclose .closed {
	display: none;
}

a.more {
	text-decoration: none;
	font-weight: normal;
}
a.more:hover {
	color: #e36220;
}

th.date {
	font-weight: normal;
}
th.date label {
	font-size: 12px;
	margin: 0;
	min-width: 30px;
	xline-height: 1.5em;
}
th.date input {
	xheight: 1.5em;
	width: 80px;
	width: calc(100% - 30px);
}

.colpick {
	background: #fff;
	z-index: 12000;
}

#player {
  position: absolute;
  left: 0;
  top: -1000px;
}

.fancybox-skin {
	background: #fff;
}

.preview-image {
	float: left;
	width: 230px;
	height: 202px;
	border: 1px solid #92A7BC;
	background: url(gfx/_cms1564059104_checker.gif) 0 0 repeat;
	position: relative;
	margin-bottom: .5em;
}
.preview-image img {
  position: absolute;
  left: 0;
  top: 0;
}
.small-preview-image .preview-image {
	width: 68px;
	height: 68px;
	margin-bottom: 0;
}
.small-preview-image a {
	display: none;
}
.hidden {
  display: none;
}

.paging .perpage {
	float: right;
	font-size: 12px;
	margin: 0;
}
.paging-current {
	font-weight: bold;
}

a[target=new]:after {
    content: "";
    display: block;
    background: url(gfx/_cms1594107891_newwindow.png) 0 50% no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 6px;
}

span.remark,
a.help {
	background: #e36220;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	width: 12px;
	text-align: center;
	position: relative;
	top: -2px;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
a.help {
	display: none;
}
.country-NL a.help {
	display: inline-block;
}

#ghelp-tabs {
	position: fixed;
    right: 2em;
    bottom: 0;
    z-index: 1;
}
.ghelp-tab {
	float: left;
    background: #e36220;
    z-index: 100;
    padding: .5em 1em;
    padding: 1em;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 -1px 2px rgba(0,0,0,.15);
    cursor: pointer;
    font-weight: bold;
	display: none;
	margin-left: 0.5em;
}
.ghelp-tab:before {
    content: "\2754";
    display: inline-block;
    padding: 0 .5em 0 0;
    font-size: 16px;
    font-weight: bold;
}
#gfeature {
	display: block;
}
#gbug {
	display: block;
}
#gv1v3 {
	display: block;
}
.country-NL #ghelp {
	display: block;
}
#gfeature:before {
    content: "\01F4E3";
}
#gbug:before {
    content: "\01f41b";
}
#gv1v3:before {
    content: "\02193";
}

span.remark {
	margin-left: .5em;
	cursor: pointer;
	display: none;
}
span.remark.set {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	display: inline-block;
}
a.help:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.extra_settings {
	display: none;
}

.iframe,  
.iframe body {
	margin: 0;
	background: #fff;
	height: 100%;
}
.iframe #wrapper {
	position: absolute;
	box-shadow: none;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
}
.iframe #map,
.iframe #streetview {
	position: absolute;
	width: 100%;
	min-height: 100%;
	border-right: 365px solid #fff;
}

#map-orders {
	position: absolute;
	right: 0;
	top: 0;
	width: 365px;
	padding: 0 0 0 5px;
	overflow: hidden;
	overflow-y: scroll;
	height: 100%;
}
#map-orders label.choice {
	margin: 0;
	font-size: 14px;
	width: 50%;
	float: left;
}
#map-orders label.choice input {
	position: relative;
	top: 2px;
}
#map-orders .order {
	height: 44px;
	width: 335px;
	display: none;
}
#map-orders .marker {
	border-right: 1px solid #e36220;
	vertical-align: middle;
	width: 1%;
	position: relative;
}
#map-orders .marker span {
	position: absolute;
    width: 100%;
    display: block;
    color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-70%);
    text-align: center;
    font-size: 14px;
}
#map-orders .hover .marker span {
	color: #000;
}
/*
#map-orders .enroute .marker,
#map-orders .delivered .marker {
	border-color: #d7d7d7;
}
*/

/*
.orders .order.enroute,
.orders .order.delivered {
	opacity: 0.35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
}
*/

#wrapper .jqte, #wrapper .jqte * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	/* box-sizing: content-box; */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #000;
	font-size: 12px;
}
.jqte {
	margin: 0;
	clear: both;
	border-color: #b3b3b3;
}
.jqte_focused {
	border: 1px solid black;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#wrapper .jqte_format_1 {
	font-size: 160%;
}
#wrapper .jqte_format_2 {
	font-size: 140%;
}
#wrapper .jqte_format_3 {
	font-size: 120%;
}
#wrapper .jqte_titleText, #wrapper .jqte_titleText * {
	color:#FFF;
}
#wrapper .jqte h1 {
	font-size: 160%;
	border: 0;
}
#wrapper .jqte h2 {
	font-size: 140%;
	border: 0;
}
#wrapper .jqte h3 {
	font-size: 120%;
	border: 0;
}
#wrapper .jqte ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
#wrapper .jqte ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
#wrapper .jqte ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
#wrapper .jqte ol ol, 
#wrapper .jqte ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.selection_settings {
	background: #eee;
	padding: 4px;
	display: none;
}
#emailtext {
	border: 1px solid #b3b3b3;
	padding: 0 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.15);
	max-width: 600px;
}
#emailtext textarea {
	border: 0;
	font-size: 12px;
	resize: none;
	overflow: hidden;
	background: #eee;
	padding: 4px;
	width: 100%;
}
#smstext textarea {
	resize: none;
	overflow: hidden;
	padding: 4px;
	width: 35%;
}

.content label select,
.content label input {
	float: none;
	width: auto;
}

.hide {
	display: none;
}

#chart {
	max-width: 100%;
	height: 400px;
	margin: 0 auto;
}

#nl-stats {
	width: 100%;
}
#nl-stats tr:hover {
  background: #eee;
}
#nl-stats th {
	border-bottom: 1px dashed #b3b3b3;
}
#nl-stats .perc {
	border: 1px solid #b3b3b3;
	background: #74FF74 url(gfx/_cms1564059105_white.gif) 0 0 no-repeat;
}
#nl-stats .red {
	background-color: #FF7474;
}
#nl-stats .data a {
	font-weight: bold;
	text-decoration: none;
}
#nl-stats .link a {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

#pos h2 {
	clear: both;
	font-size: 16px;
	color: #e36220;
	margin-top: 0;
}
#pos h2 span {
	float: right;
}
#pos-menu {
	width: 60%; /* 70%, 60% met sidebuttons */
	padding: 0 20px 0 0;
	float: left;
}
#pos-buttons {
	border-bottom: 2px solid #ea6521;
	padding-bottom: .5em;
	margin-bottom: .5em;
	clear: both;
	overflow: auto;
}
#pos-buttons div {
	float: left;
	width: 50%;
}
#pos-buttons div.categories {
	width: 100%;
	float: left;
}
#pos-buttons .right button {
	float: right;
}
#pos-buttons select {
	float: right;
	width: 100%;
	height: 42px;
	margin: 0;
}
#pos section {
	display: none;
}
#pos section iframe{
	width: 100%;
	height: 100%;
	border: none;
}

#pos-buttons.categories-visible .left {
	display:none;
}
#pos-buttons.categories-visible .right {
	width: 25%;
}
#pos-buttons.categories-visible .right button {
	width: 50%;
}
#pos-buttons.categories-visible-all .right button {
	width: 100%;
}
#pos-buttons.categories-visible .categories {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	min-heightßßßßßß: 1px;
}
#pos-buttons.categories-visible.delivery_pickup_menu .categories {
	width: 75%;
}

#pos-buttons div.categories button {
	display: none;
}
#pos-buttons.categories-visible-all .categories button {
	display: inline-block;
	float: none;
} 
#pos-buttons.categories-visible-all .categories button.prev,
#pos-buttons.categories-visible-all .categories button.next {
	display: none;
}

#pos-menu .mob-buttons {
	display: none;
	font-size: 0;
}

#pos-menu button {
	float: left;
	width: 25%;
	border: 1px solid #fff;
	padding: 0 .5em;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	text-transform: uppercase;
  	font-size: 14px;	
	background: #000;

	position: relative;
	transform: translate3d(0, 0, 0);
}
button {
	position: relative;
	transform: translate3d(0, 0, 0);
  	overflow: hidden;
}
button.scroller-placeholder {
	opacity: 0;
}
button:not(.scroller-placeholder):after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10,10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}
button:active:after {
    transform: scale(0,0);
    opacity: .2;
    transition: 0s;
}

#pos-menu .categories {
	display: none;
	font-size: 0;
}
#pos-menu .categories button {
	width: 12.5%;
}
#pos-menu .categories button.prev,
#pos-menu .categories button.next {
	width: 6.25%;
	display: none;
}
#pos-menu .categories button.inactive {
	background: #b3b3b3;
	opacity: 1;
}
#pos-menu .categories.all {
	text-align: center;
}
#pos-menu .categories.all button {
	float: none;
	display: inline-block;
}
#pos-menu .categories.all button.prev,
#pos-menu .categories.all button.next {
	display: none !important;
}

#pos-menu button.child {
	display: none;
}
#pos-menu .left button {
	/*width: 48%;*/
	width: 50%;
}
#pos-menu button.current {
	background: #ea6521;
}
#pos-menu section button {
	background: #ea6521;
}
#pos-menu section button.current {
	background: #000;
}

#pos [id^=products-runners] {
	border-bottom: 2px solid #ea6521;
	padding-bottom: .5em;
	margin-bottom: .5em;
	clear: both;
	overflow: auto;
}

#pos-ticket {
	width: 30%;
	float: left;
	position: relative;
}
#pos-ticket h2 span.warning {
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 75%;
}
#pos-ticket-content {
	background: #eee;
}

#pos-sidebuttons {
	width: 10%;
	padding: 30px 10px 0 20px;
	float: left;
	position: relative;
}
#pos-sidebuttons button {
	width: 100%;
	border: 1px solid #fff;
}
#pos-sidebuttons button.spacer {
	background: #fff;
	line-height: 20px;
	cursor: default;
}
#pos-sidebuttons button.spacer:hover {
	background: #fff!important;
}

#pos-search-none {
	display: none;
	font-style: italic;
	color: #999;
	margin: 0;
}

#pos-ticket .order input,
#pos-ticket .order .input {
	width: 3em;
	border: 1px solid #ccc;
	margin: 0;
	height: 1.5em;
	padding: 0;
	font-size: 12px;
}
#pos-ticket .order .input {
	border: 0;
}

#pos-ticket .split_row input,
#pos-ticket .change_row input,
#pos-ticket .tip_row input {
	height: 2em;
	font-size: 14px;
	font-weight: bold;
}
#pos-ticket .split_row .currency,
#pos-ticket .change_row .currency,
#pos-ticket .tip_row .currency {
	float: none;
	xleft: -83px;
	top: 3px;
}
#pos-ticket .change_row .currency {
    left: inherit;
    right: 97%;
}
#pos-ticket .change_row .amount {
	min-width: 5em;
	width: 100%!important;
}

#pos-ticket .order table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
#pos-ticket .order thead td {
	padding: 10px 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#pos-ticket .order tbody td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 4px 2px;
}
#pos-ticket .order tfoot td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#pos-ticket .order .desc {
	width: 100%;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
}
#pos-ticket .order em {
	color: #87888a;
	font-weight: normal;
}
#pos-ticket .order .price,
#pos-ticket .order .total_row {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}
#pos-ticket .order .total_row {
	color: #ea6521;
	font-size: 20px;
}
#pos-ticket  .discount_row *,
#pos-ticket  .delivery_costs_row *,
#pos-ticket  .tax_row *,
#pos-ticket  .payment_costs_row * {
	font-weight: normal !important;
}
#pos-ticket  .discount_row,
#pos-ticket  .payment_costs_row {
	display: none;
}

#pos-ticket .order a {
	display: block;
	width: 14px;
	line-height: 14px;
	text-align: center;
	background: #58585a;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 0 0;
}
#pos-ticket .order button {
	width: 100%;
	margin: 6px 0;
	/* voor als klantnaam te lang... */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#go {
	line-height: 80px;
}
#extras {
	display: none;
	min-width: 50%;
}
#extras .popup-content {
	overflow: auto;
	padding: 0;
}
#extras .default {
	float: right;
	width: auto;
	margin-right: 2em;
}

/*#customer-popup .right button,*/
.popup .right button,
#pos-ticket button.state {
	background: #fff!important;
	border: 1px solid #ea6521;
	color: #ea6521;
	font-weight: bold;
	padding: 0 .25em;

	overflow: hidden;
    text-overflow: ellipsis;
}
#pos-ticket button.state.disabled,
#pos-ticket button.state:disabled {
	background: #b3b3b3!important;
	border-color: #b3b3b3;
	color: #fff;
}
/* #payment button {*/
button.col4 {
	width: 24% !important;
	font-size: 13px;
	-webkit-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-o-transition: width 0.25s ease;
	-ms-transition: width 0.25s ease;
	transition: width 0.25s ease;
}
button.col3 {
	width: 32.45% !important;
	font-size: 13px;
	-webkit-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-o-transition: width 0.25s ease;
	-ms-transition: width 0.25s ease;
	transition: width 0.25s ease;
}
button.col2 {
	width: 49.25% !important;
	font-size: 13px;
}
/*#customer-popup .right button.current,*/
.popup .right button.current,
#pos-ticket button.current {
	background: #ea6521!important;
	color: #fff;
}

#extras #n {
	float: right;
	width: 200px;
	text-align: right;
	font-weight: bold;
	margin-top: .5em;
}
#extras .n {
	border: 1px solid #b3b3b3;
	font-size: 14px;
	margin: 0 0 .5em;
	height: 24px;
	width: 4em;
}
#extras label .n {
	float: right;
	width: 3em;
}
#extras button {
	margin-top: 1em;
}
#extras #cancel {
	float: right;
	margin-left: 1em;
}
#extras label {
	float: left;
	xwidth: 33%;
	margin-bottom: .5em;
	color: #3e3e40;
	/* font-family: 'Century Gothic', Arial; */
	/*font-family: Arial;*/
}
#extras label.radio, #extras label.checkbox {
	cursor: pointer;
	width: 30%; /* 23% voor 4 per rij */
	margin-right: 3%; /* 2% */
	border: 1px solid #ea6521;
}
#extras.small label.radio, #extras.small label.checkbox {
	width: 24%;
	margin-right: 1%;
}

#extras label em {
	font-size: 10px;
	color: #87888a;
	font-style: normal;
	margin-left: 4px;
}
#extras label.radio[style], #extras label.checkbox[style],
#extras label[style] em {
	color: #fff;
}
#extras label.manmaxdef {
	display: none;
}
#extras .select-product label {
	width: auto;
	border: 0;
}
#extras div.error {
	border-color: red;
	background: #fdd;
	color: red;
	padding: 0 4px;
	margin: 0 -4px;
}

.ui-autocomplete {
	max-height: 280px;
	min-width: 200px;
	overflow: auto;
	box-shadow: 2px 2px 2px rgba(0,0,0,.15);
}
.ui-autocomplete li {
	border-bottom: 1px solid #b3b3b3;
	cursor: pointer;
}
.ui-autocomplete li strong {
	color: #ea6521;
}
.ui-autocomplete li em {
	color: #b3b3b3;
	font-size: 80%;
	white-space: nowrap;
}

#joeyco-popup .left, #joeyco-popup .right,
#customer-popup .left, #customer-popup .right {
	float: left;
}
#joeyco-popup .right,
#customer-popup .right {
	margin-left: 1em;
}
#customer-popup .right label {
	font-size: 16px;
	margin-right: 1em;
}
#customer-popup .right label.select {
	margin-top: 12px;
	width: 60px;
}
#customer-popup .right label.info {
	color: #b3b3b3;
	font-size: 12px;
}
#customer-popup [name=discount_id],
#customer-popup .right select {
	height: 3em;
	font-size: 16px;
}
#customer-popup .right [name=date],
#customer-popup .right select {
	height: 3em;
	width: 207px;
	font-size: 16px;
}
/* inline in html... sorry
#customer-popup div.ui-datepicker {
	font-size: 16px;
}
*/
#customer-popup .right textarea {
	width: 280px;/*100%;*/
	height: 8em;
}
#customer-popup .clear {
	float: right;
}

#customer-popup [name=discountcode]::-ms-clear {
    display: none;
}
#customer-popup [name=discountcode] {
	background: url(/gfx/_cms1103572668_trans.gif) 99% 4px no-repeat;
}

#pos-categories .more {
	font-size: 20px;
	color: #ea6521;
	position: relative;
	top: 4px;
}

.group {
	float: left;
	width: 50%;
	padding-right: 1em;
}
.group fieldset {
	width: 100%;
}

.tablescroll_wrapper,
.tablescroll_body,
.tablescroll_foot {
	width: 100% !important;
}

#pos-ticket #ticket-bottom #cart-n {
	width: 75%;
	height: 40px;
	font-size: 21px;
	/*border-color: #e36220;*/
	cursor: pointer;
}
#pos-ticket #ticket-bottom #barcode {
    width: 100%;
    height: 40px;
    font-size: 21px;
    padding: 0 8px;
    background: url(gfx/_cms1594107892_barcode.png) 99% 50% no-repeat;
}
#pos-ticket #ticket-bottom #wicode {
    width: 100%;
    height: 40px;
    font-size: 21px;
    padding: 0 8px;
    background: url(/css/foodticket-orderbuddy/style-icons/_cms1564059102_qr_code-26.png) 99% 50% no-repeat;
}
#pos-ticket button.keypad-trigger {
	width: 25%;
	margin: 0;
}
.keypad-popup {
}
.keypad-space,
.keypad-popup button {
	width: 40px;
	line-height: 40px;
	background: #e36220;
	font-weight: bold;
	font-size: 16px;
}
.keypad-space {
	width: 40px;
}
.keypad-row .keypad-special {
	width: 80px;
	font-weight: normal;
}

.upload { /* form/input */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden;
	cursor: pointer;
    opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.upload-button {
	position: relative;
}
.upload-button input { /* form/input */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	cursor: pointer;
    opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

button.sortable-placeholder {
	border: 1px dashed #e36220;
	background: white;
}

.sweet-alert button {
	background-color: #e36220!important;
	border-radius: 0;
}
.sweet-alert button:hover {
	background-color: #CE591D!important;
}

.ui-widget-content .ui-state-focus {
	border-color: #e36220;
	color: #e36220;
}

/* https://github.com/tobiasahlin/SpinKit */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  height: 25px;
  text-align: center; }
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #000;
  opacity: .5;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
          animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

#messages {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #ea6521;
	border-radius: 4px;
}
#messages-header {
	border-bottom: 1px solid #ea6521;
}
#messages-header h1 {
	margin: 0;
	line-height: 40px;
	padding-left: .5em;
	font-size: 120%;
}
#messages-header form {
	position: absolute;
	right: 10px;
	top: 8px;
	margin: 0;
}
#messages-header fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#messages-header button {
	width: auto;
	padding: 0 1em;
	font-size: 12px;
	line-height: 2em;
}

#messages-content {
	position: absolute;
	width: 100%;
	height: 100%;
}
#messages-list {
	position: absolute;
	width: 35%;
	height: 100%;
	float: left;
	overflow: auto;
}
#messages-list ul, #messages-list li {
	margin: 0;
	padding: 0;
	list-style: none;
} 
#messages-list li {
	position: relative;
	padding: 1em 1em 1em 30px;
	border-bottom: 1px solid #ea6521;
	cursor: pointer;
	color: #878787;
}
#messages-list .date {
	color: #878787;
	float: right;
	padding-left: 1em;
}
#messages-list .new .date,
#messages-list .current .date {
	color: #e36220;
}
#messages-list h2 {
	margin: 0;
	font-size: 110%;
}
#messages-list .status {
	position: absolute;
	left: 10px;
	top: 16px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #d7d7d7;
	border-radius: 15px;
	line-height: 15px;
}
#messages-list .new,
#messages-list .current {
	color: #e36220;
}
#messages-list .new .status {
	border-color: #e36220;
}
#messages-list .current .status {
	border-color: #e36220;
	background: #e36220;
}

#messages-pane {
	position: absolute;
	left: 35%;
	width: 65%;
	height: 100%;
	float: left;
	overflow: auto;
	padding: 1em;
	border-left: 1px solid #ea6521;
}
#messages-pane a {
    text-decoration: underline;
}
#messages-pane a[target=new]:after {
	display: none;
}
#messages .intro {
	color: #878787;
	text-align: center;
}
#messages-pane .head {
	margin-top: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #ea6521;
}

#pushtext textarea {
	width: 420px; /* 1,5 x 280 */
}
[name=testtoken] {
	border: 0!important;
	color: #999;
	pointer-events: none;
	width: 600px;
}

.hl .highlight { /* prod table */
	display: inline;
	background: yellow;
}
button .highlight {
	color: #e36220;
	background: yellow;
}

#document-preview,
#print-preview,
#email-preview {
	border: 1px solid #b3b3b3;
	padding: 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,.15);
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
#email-preview {
	min-height: 500px;
}
legend button {
	width: auto;
	padding: 0 1em;
	line-height: 26px;
	font-size: 100%;
	float: right;
	margin-left: 4px;
}
button.aw {
	width: auto;
	padding: 0 1em;
}
button.small {
	font-size: 16px;
}
#print-preview.ticket {
	width: 8cm;
}
#print-preview.a5 {
	width: 16cm;
	width: 100%;
}
#print-preview.a6 {
	width: 10.5cm;
}
#print-preview.a4 {
	width: 100%;
}

tr.search .selectboxit-container {
	display: block;
}
.paging .selectboxit-container {
	float: right;
}
tr.search .selectboxit-container .selectboxit {
	width: 100% !important;
	display: block;
	/*padding: 0;*/
}
.selectboxit-options.selectboxit-list {
	min-width: 0 !important;
	width: 100%;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	line-height: 50px;
}
.selectboxit-text {
	max-width: none !important;
}
/*---*/
.selectboxit-container .selectboxit {
	/*padding: 10px;*/
	border-radius: 0;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 50px;
}
.selectboxit-list {
  	border: 1px solid #ea6521;
  	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-options .selectboxit-list li {
	padding: 10px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	top: 22px;
}
.selectboxit-container .selectboxit-options {
	border-radius: 0;
}
.selectboxit-btn {
	background: #fff;
  	border: 1px solid #ea6521;
  	padding-right: 30px !important;
}
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
	background: #fff;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	background: #ea6521;
}

.teamviewer {
	position: absolute;
	z-index: 1000;
	xright: 1em;
	left: 1em;
	bottom: 1em;
	color: #000;
}
.teamviewer:hover {
	text-decoration: underline;
}
#wrapper-inner .teamviewer {
	bottom: -28px;
	left: 0;
}

.search-advanced td {
	background: #f0f0f0;
	overflow: hidden;
}
.search-advanced td > div {
	width: 33%;
	float: left;
	padding: 1em 0 1em 2em;
	border-right: 1px dashed #b3b3b3;
	height: 100%;
	padding-bottom: 500em;
    margin-bottom: -500em;
}
.search-advanced div:nth-child(3) {
	border: 0;
}

hr {
	height: 1px;
	background: #b3b3b3;
	border: 0;
	overflow: hidden;
}

.popup-tables {
	width: 740px;
}
.popup-tables .table {
	float: left;
	width: 24%;
	margin: .5%;
	border: 1px solid #b3b3b3;
	padding: 0 18px;
	line-height: 48px;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .5s ease;
	position: relative;
	background-color: #fff;
    background-size: 16px;
    background-position: 99% 92%;
    background-repeat: no-repeat;
}
.popup-tables .table[data-qrcode]:not([data-qrcode=""]) {
	background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1564059102_qr_code-26.png);
}
.popup-tables .table span {
	position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    padding: .1em;
    font-size: 80%;
}
.popup-tables .table.addtable {
	background: #b3b3b3;
	float: right;
	text-align: center;
	color: #fff;
}
.popup-tables .table[order-id] {
	background-color: #e36220;
	border-color: #e36220;
	color: #fff!important;
}
.popup-tables .table[order-id][data-qrcode]:not([data-qrcode=""]) {
	background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1590592553_qr_code-26-white.png);
}
.popup-tables .table.marked {
	border: 1px solid #b3b3b3;
	color: #000!important;
	background-color: yellow;
}
.popup-tables .table.marked2 {
	border: 1px solid #b3b3b3;
	color: #000!important;
	background-color: #0af710;
}

#update-buttons,
#table-buttons {
	display: none;
}
#update-buttons button,
#table-buttons button {
	line-height: 80px;
	font-size: 21px;
}

#search-advanced-link {
    color: #e36220;
    font-weight: bold;
}

@media only screen and (min-width: 1280px) {
	#wrapper-inner {
		width: 1260px;
	}

	#wrapper .col {
		width: 23.5%;
		width: 300px;
		margin-right: 20px;
	}
	#wrapper .col.col3 {
		/*margin-right: 2%;*/
	}
	#wrapper .col.col4 {
		display: block;
		margin-right: 0;
	}
	
	select.selector_select.selector_right {
		width: auto!important;
		/*max-width: 775px;*/
		max-width: 410px;
	}
	fieldset.extras #extra-product-save {
		display: inline;
	}

	button.col3 {
		width: 32.7% !important;
	}	
	button.col4 {
		width: 24.3% !important;
	}	
}
@media only screen and (max-width: 940px) {
	#pos-menu section button {
		width: 33.32%;
	}
}

/* bulk delete */
.list .ai {
  display: inline;
  width: auto;
}
p.first a,
.list .tdu {
  text-decoration: underline;
}
.list td#selrow {
  text-align: center;
  background-color: #fef1bc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: #000 !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #000 !important;
}
.select2-container--default .select2-selection--single {
	border-radius: 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background-image: url(gfx/_cms1564059104_magnifier.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
}
.select2 {
	font-size: 14px !important;
}
.select2-container {
	top: -3px;
}

.settings-indent {
	padding-left: 40px;
}

/* stats screen */
.graph.solid-gauge {
	width: 25%;
	float: left;
	position: relative;
	height: 220px;
}
.graph.solid-gauge .highcharts-series-3 {
	pointer-events: none;
}
.graph .highcharts-container { 
    overflow: visible !important; 
}
.graph .highcharts-tooltip span {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px;
    pointer-events: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    position: absolute;
}
.graph .highcharts-tooltip span h1 {
    font-size: 2em;
    color: #ea6520;
    font-weight: bold;
    margin: 0px;
}

/* kitchen screen */
#kitchen-orders {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-auto-rows: 1fr;
}
.kitchenrow {
	padding: 5px;
	position: relative;
	height: 200px;
    overflow: auto;
    outline: 1px solid #ccc;
}
.kitchenrow .kitchenrow-id {
	xcursor: pointer;
}
.kitchenrow .kitchenrow-id strong {
	font-size: 18px;
}

.kitchenrow .badge{
	right: 2px;
	top: 2px;
    width: 20px;
    left: auto;}

.kitchen-table {
	width: 100%;
}
.kitchen-table .not_important {
	color: #aaa;
}
.kitchen-table tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.kitchen-table td {
	vertical-align: top;
}

.kitchen-table-wrapper, .delivery-table-wrapper {
	overflow-y: auto;
	position: relative;
	height: calc(100% - 62px);
}

#kitchen-orders .kitchenrow .selected {
	background-color: #e35e1c;
	color: white;
}
#kitchen-orders .kitchenrow .selected.not_important {
	opacity: .5;
}

.deliveryticket.selected .orderdelivery-start,
.deliveryticket.selected .orderdelivery-information,
.deliveryticket.selected .orderdelivery-information-min .order,
.deliveryticket.selected .orderdelivery-clientinfo{
	vertical-align: top;
	background-color: #e35e1c;
	color: white;
}

.kitchen-time, .order-time {
	float: right;
}

#kitchen-orders button {
	position: absolute;
	left: 2%;
	bottom: 1%;
	xtransform: translateX(-50%);
	width: calc(50% - 2%);
}
#kitchen-orders button[class] {
	width: calc(25% - 2%);
}
#kitchen-orders button.ready {
	left: 2%;
}
#kitchen-orders button.print {
	left: 26%;
}
#kitchen-orders button.up {
	left: 51%;
}
#kitchen-orders button.down {
	left: 75%;
}


/* DELIVERY */
.deliverers-sliced{
	width: 70%;
	float: left;
	text-align: center;
	margin-left: 15%;
}

.deliverers-sliced .delivererss{
	padding: 5px;
	width: 48%;
	float: left;
	border: 1px solid;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-color: red;*/
	text-align: center;
}

.delivery-time, .order-number{
 float: left;
}

.delivererss-wrapper{
	width: 100%;
	float: left;
	
}

.delivererss{
	padding: 5px;
	width: 24%;
	float: left;
	border: 1px solid;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-color: red;*/
	text-align: center;
}

.deliverer-name{
	border-bottom: 1px solid black;
}

.deliveryticket-wrapper{
	border-bottom: 1px solid black;
	width: 100%;
	height: 270px;
	overflow-x: auto;
	overflow-y: hidden;
}

.deliveryticket-container{
	width: 60000px;
}

.deliveryticket-wrapper::-webkit-scrollbar {
    height: 25px;
}
 
.deliveryticket-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.deliveryticket-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background-color: rgba(230, 110, 51, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.deliveryticket{
	width: 225px;
	height: 225px;
	padding: 5px;
	float: left;
	border: 1px solid;
	margin-left: 10px;
	/*background-color: red;*/
	text-align: center;
}

.delivererss .orderdelivery-start,.delivererss .orderdelivery-clientinfo, .delivererss .orderdelivery-information{
	display: none;
}

.delivererss .order{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.delivererss .deliverer-lock{
	float: left;
	background:url(./style-icons/_cms1_lock-black.png);
	width: 25px;
	height: 25px;
	display: block;
}

.delivererss .deliverer-unlock{
	float: left;
	background:url(./style-icons/_cms1_unlock-black.png);
	width: 25px;
	height: 25px;
	display: block;
}

.delivererss .order .time, .delivererss .order .price{
	background-color: white !important; 
	color: black;
}

.deliveryticket-wrapper .orderdelivery-information .order-time, .deliveryticket-wrapper .orderdelivery-information-min{
	display: none;
}

.delivererss .deliveryticket{
	border: none;
	width: 90%;
	height: 45px;
	float: left;
}

.delivery-popup-map{
	height: 275px;
	position: relative;
}
.delivery-popup-content{
	aq-text-align:center;
}
.delivery-popup-info .left, .delivery-popup-info .right{
	margin-top: 10px;
	width: 50%;	
	float: left;
	aq-text-align:left;
	height: 350px;
	overflow:auto;
}
.delivery-popup-info .right table, .delivery-popup-info .left table{
	width: auto;
}

.delivery-popup-info li{
	list-style: none;	
}
.delivery-popup-info li ul:first-child{
	margin-top:0;
}
.delivery-popup-info span.title{
	font-weight: bold;
}
.delivery-popup-info button.delivered {
    margin-top: 10px;
    display: block;
    
}
/*
AQ - VERWIJDERD WANT IK GEBRUIK HET NIET EN ZIE HET NIET IN GEBRUIK, GEBRUIKT PATRICK DIT? 

.delivery-popup .popup-status, .delivery-popup .popup-menu, .delivery-popup .delete, .delivery-popup .ok, .delivery-popup .order table td[colspan]{
	display: none;
}

.delivery-popup .info{
	display: block !important;
	float: left !important;
	width: 60% !important;
}

.delivery-popup .info table{
	width: 99% !important;
}
.delivery-popup .order table{
	width: 99% !important;
}

.delivery-popup .routeplanner{
	display: block !important;
	width: 40%;
	position: absolute !important;
	top: 27px;
	right: 0%;
	height: 365px !important;
	overflow: hidden !important;
}

.delivery-popup .comments{
	display: block !important;
	float: left !important;
	height: 75px !important;
	width: 59% !important;
	margin: 0 auto;
	margin-top: 15px;
}

.delivery-popup .order{
	display: block !important;
	width: 59% !important;
	height: 130px !important;
	margin: 0 auto;
	margin-top: 10px;
	float: left;
}

.deliverymap .orders .order.enroute .price{
	background-color: white !important;
}
*/

@media only screen and (max-width: 1155px) {
	.delivery-popup .routeplanner {
		width: 38% !important;
		height: 255px !important;
	}
	.delivery-popup .order, .delivery-popup .comments{
		width: 100% !important;
	}
}
@media only screen and (max-width: 1120px){
	.delivery-popup .routeplanner{
		width: 34% !important;
	}
}

@media only screen and (max-width: 1055px) {
	.delivery-popup .routeplanner {
		width: 32% !important;
		height: 250px !important;
	}
}

label.small + label.small {
	margin-left: .5em;
}

.durationpicker-container.form-control {
	border: 0;
}
.durationpicker-label {
	line-height: 25px;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 90%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50%;
  padding: 7px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(227, 98, 32, 0.75);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 90%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(227, 98, 32, 0.75);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.call-animation {
	display: none;
    background: #fff;
    width: auto;
    line-height: 40px;
    padding: 5px 10px 5px 55px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 40px;
    border: solid 1px #e36220;
    animation: call-animation 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  	z-index: 12000;
  	cursor: pointer;
  	font-weight: bold;
}
.call-animation img {
	width: 40px;
	height: 40px;
	background: green url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAEhUlEQVR4Xu2d7XXVMAyGpQmACWAD6ATQCWAD6ASUCWgnACagG0AnoBvQDWAD2gnEeS8O5KS9RJbt6CZWzuk/fyTvY0mWP26Z4nFVgF17j84pADgPggAQAJwVcO4+LCAAOCvg3H1YQABwVsC5+7CAAOCsgHP3YQFrBCAiz4joPRG9IKKHhd9wQ0RXRHTOzNeFba2uerYFJPG/N/rSo94gWAB8JaKXjQBcMvOrRm0fZLMWAL8quJ19Ytww86ODVKrRS1kASKN32TXLzNnv1PJ9Wred/bEiEgAqUgkAFcW0NBUALKpVrBMAKoppaSoAWFSrWCcAVBTT0lQAsKhWsU4AqCimpSkLACyePbB0pqkTidiMSiKClcvnGjEtZQJAALCMG3MdiwsKCzDLfbeiBcBZ2oyp+Br/mgoXNO+CsF7/pYn6sRo6L6uIPCGiH/MlbSXCAhS6iUirqegJM18oXmEzRbJjAL5cRFpsS3YnPrS0Ajglog8Vh2GX4pcAqBkHuhXfDCC5IZzheVpoBV2LXwqg1A11L34pgBI3FOIn12EKwoPbMS7Mhfgjv10K4A0Rfc6IAyH+RKwiACkY/ySixwoIIf49ItUAoLGC7s58KgbkrkgxgAwr6O7kswZCLQCaKek1Mx9pXqqnMrUA4JIGErO5WPCOmT/2JPDct1YBkNyQJhZgFRWuCIE7nloxIDMvuGLm41D/jwLVLCBZAe6Oaa4v4T4Ytja7f6oCSBDg498qlD1mZmzwd/20AICADB8/d3gLZRAPEBe6faoDSFaA66vfFKp2Hw+aAEgQtMdXLpj5RAFrk0WaAUgQtJs23eYHrQFgzwAQ5uIBeHW5WNcUQEaCNriX7mZGzQFkTk0xIwKEbn4zYhEACYL2LFFXEJYEgPwAiZfmJEU3EBYDkKxAm6ShOCAgMMNyNvssCmC0XgRL0MyMms6ORAT72VjFLXmKfu9ocQBGCKfM/KlEpWndSuJPm83e9XMBYIRQLWNuJD4+K3vv2w2AEQKmp5immhfwGoq/i1u5v3fkCsAIwTxDaiz+zh3lXjBxB2CEgGpnzHyujQtLiL9aACMIuB2jyRMG3TGbwlT1v3vMS4m/agCjPEGbrA0Q4JKwmnrv1aYlxV89gBEEJF+5t/HvWMPS4m8CwDCsRUS7oTMNA6iHnAFXqEqTLG2I+VtulUF431eKCO4kw7Vos+axWyr9Rd9s8TdlASNLwKYOXFJOcDaJV6PSpixgLIiIaI+71NDR3MZmAaQAjdMWcElzZ1DNApZW3DSA0SwJgVZz+KtUz+z6mwcwig0HaQ3dAJhMV3E/IXemlD26NRW6A3BobqlLAJMpK+LDa81obVGmawATEHBLyIQXdU0BYDSsRQTZ8ABiianrLTNnZeAHsR/QwhVM20z/+wYwsLzRyirWtSW5hPD39ZHWmDCNxV/NJY71bMp7ib8HyAADV6wGF4I1KI3buk0HzrBDl32kshsXdEjAx+8SAJzJBIAA4KyAc/dhAQHAWQHn7sMCAoCzAs7dhwUEAGcFnLsPCwgAzgo4d/8bkhaJcMKI4pcAAAAASUVORK5CYII=) 50% 50% no-repeat;
	position: absolute;
	left: 5px;
    top: 5px;
    border-radius: 50%;
    background-size: 25px	
}
@keyframes call-animation {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
    }
    25% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4), 0 0 0 8px rgba(0, 0, 0, 0.2);
    }
    25% {
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.4), 0 0 0 12px rgba(0, 0, 0, 0.2);
    }

}

#pin-progress-popup {
	width: 500px;
}
#pin-progress-popup p {
	background: #eee;
	padding: 1em;
	color: #000;
	font-size: 125%;
	height: 65px;
	white-space: pre-line;
}
#pin-progress-popup .sk-spinner {
    position: absolute;
    top: 16px;
    right: 16px;
}

table .identifier {
	position: absolute;
    right: 2px;
    bottom: 18px;
    font-size: 10px;
    color: #b3b3b3;
}
legend .identifier {
	float: right;
    color: #b3b3b3;
}

.label-switch {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 14px;
    position: relative;
    cursor: pointer;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    top: 6px;
}
.label-switch.inline {
	margin-left: -.5em;
}
td .label-switch {
	top: 0;
}
.label-switch input[type="checkbox"] {
    display: none;
}
.label-switch .checkbox {
    width: 36px;
    border-radius: 36px;
    box-sizing: border-box;
    height: 14px;
    background: #b0afaf;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.label-switch .checkbox:after {
    content: ' ';
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.label-switch input[type="checkbox"]:checked + .checkbox {
    background: rgba(227, 98, 32, 0.5);
}
.label-switch input[type="checkbox"]:checked + .checkbox:after {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
    background: #e36220;
}

.ui-keyboard-button {
	width: auto;
	padding: 1em;
    height: 4em;
    min-width: 4em;
    border-radius: 8px;
    background: #b3b3b3 !important;
    border-color: #d7d7d7 !important;
    color: #fff;
}
button.ui-keyboard-button.ui-keyboard-hasactivestate.ui-state-active,
button.ui-keyboard-button:hover {
	background-color: #999 !important;
}
.ui-keyboard-input-current {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ui-keyboard-preview {
    height: 24px;
    border-color: #b3b3b3;
    font-size: 14px !important;
}
textarea.ui-keyboard-preview {
	min-height: 4em;
}
.ui-keyboard-button[data-name=space] {
	min-width: 20em;
}
.ui-keyboard-button[data-name=accept],
.ui-keyboard-button[data-name=cancel] {
	min-width: 8em;
}

pre.hide-overflow {
	font-family: monospace;
	height: 100px;
	overflow: hidden;
}
pre.hide-overflow::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    height: 75px;
}

.click2dial {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    line-height: 1;
    width: auto !important;
    padding: 0 1em !important;
    margin: 0 !important;
}

#zendesk-admin-panel button {
	float: right;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.125em 0.25em;
	width: auto;
	margin: 0 .125em;
	border-radius: 3px;
}

#zendesk-admin-panel h2 {
	clear: both;
    border: 10px solid #fff;
    border-width: 10px 0 0 0;
    margin: 0;
}
#zendesk-admin-panel table {
  table-layout: fixed;
}

@media screen and (max-width: 600px) {
  #zendesk-admin-panel table {
    border: 0;
	border-top: 1em solid #fff;
    border-collapse: collapse;
  }

  #zendesk-admin-panel table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #zendesk-admin-panel table tr {
	border-top: 1px dashed #b3b3b3;
    display: block;
    margin-bottom: .625em;
    background: #fff;
  }
  
  #zendesk-admin-panel table td {
    display: block;
    xfont-size: .8em;
    text-align: right;
	border-bottom: 1px dashed #b3b3b3;
  }
  #zendesk-admin-panel td:nth-child(odd) {
	  background-color: #f0f0f0;
	}
  
  #zendesk-admin-panel table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    xtext-transform: uppercase;
  }
  
  #zendesk-admin-panel table td:last-child {
    border-bottom: 0;
  }
}

table.list .td-max-width {
	white-space: nowrap;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country-CA .show-in-extras {
	display: none;
}

.application-NA body {
	overflow: hidden;
}
#numbers {
	margin: 0;
}
#numbers.numbers-vertical {
	height: 100vh !important;
}
#numbers h1 {
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #fff;
	margin: 0 0 .5em;
	padding: 1em 0 1em;
	font-size: 3vw;
}
#numbers .col {
	height: 100% !important;
	width: 50%;
	padding: 0 2%;
	margin: 0;
}
#numbers.numbers-vertical .col {
	height: 50% !important;
	width: 100%;
	overflow: hidden;
	float: none;
}
#numbers .grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
	grid-auto-rows: 1fr;
}
#numbers .grid::before {
	content: '';
	width: 0;
	padding-bottom: 100%;
	grid-row: 1 / 1;
	grid-column: 1 / 1;
}
#numbers .grid > *:first-child {
	grid-row: 1 / 1;
	grid-column: 1 / 1;
}
#numbers .col1 {
	background: #e36220;
}
#numbers .col2 h1 {
	color: #e36220;
	border-color: #e36220;
}
#numbers .number {
	margin: 1em;
	position: relative;
	border-radius: 1em;
	text-align: center;
}
#numbers .number span {
	font-size: 4vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#numbers .col1 .number {
	background: #fff;
	color: #e36220;
}
#numbers .col2 .number {
	background: #e36220;
	color: #fff;
}

#numbers .number.delivered {
	display: none;
}
.application-NA #logout {
	display: block;
	top: 0;
	right: 0;
	width: 7vw;
	height: 7vw;
	cursor: pointer;
}

.application-WA #pos .logout-button {
	position: absolute;
    left: 25%;
    bottom: -300px;
    margin-bottom: 2em;
    transform: translate(-50%, 0);
}
.application-WA #pos .refresh-button {
	position: absolute;
    left: 75%;
    bottom: -300px;
    margin-bottom: 2em;
    transform: translate(-50%, 0);
}
.application-WA #pos .settings-button {
	position: absolute;
    left: 50%;
    bottom: -300px;
    margin-bottom: 2em;
    transform: translate(-50%, 0);
}
.application-WA #extras label.radio, 
.application-WA #extras label.checkbox,
.application-WA #extras textarea {
	width: 98%;
}

.list th div.vertical {
  writing-mode: vertical-rl;
  transform: rotate(200deg);
  position: relative;
  left: 3em;
  white-space: nowrap;
  z-index: 1;
}

optgroup[data-deleted],
option[data-deleted] {
	color: #ccc;
}

.ms-drop ul > li {
	padding: 0 .25rem;
}
.ms-drop ul > li label {
	padding-left: 0;
	float: none;
}
.ms-drop ul > li span {
	display: inline;
}
.ms-choice, #wrapper .ms-choice:hover {
	border-color: #b3b3b3;
	border-radius: 0;
	font-size: 12px;
	color: #000;
	height: 23px;
	line-height: 20px;
	background: #fff!important;
}
.ms-choice:after {
   content: none;
}
.ms-drop label,
.show-in-extras label {
	font-size: 12px !important;
}
#wrapper .ms-choice > span {
	padding-left: 4px;
	margin-top: 0;
}

.js-lang-xlt {
	display: none;
}
.js-lang-xlt-def {
	display: block;
}

.popup .tab.deliverers .deliverers-search-container {
	width: 99%;
	padding: 0;
	line-height: 1.2em;
	border: 0;
}
#deliverers-search-none {
	display: none;
	font-style: italic;
	color: #999;
	margin: 0;
}

#ws-status {
	display: none;
	text-shadow: 0 0 2px #fff;
}
#ws-status.CONNECTING {
	color: #F0E1A8; /* #c36b09 */
}
#ws-status.OPEN {
	color: #0c9d00;
}
#ws-status.CLOSING,
#ws-status.CLOSED {
	color: red;
}

a.translate {
	display: none;
}
a.translate button {
	font-size: 0;
	background-image: url(/css/foodticket-orderbuddy/style-icons/_cms1655116425_translate.png);
	background-size: 20px;
	background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    top: -1px;
}

.durationpicker-innercontainer {
    display: inline-block !important;
}

.payment_cash_settings:not(.nobg), .extra_settings:not(.nobg), div[id$=_settings]:not(.nobg) {
    margin-bottom: 0.5rem !important;
    background: #eee;
    padding: 1em;
}
.lang_xlt_sel {
    width: auto;
    clear: both;
}

#settings .menu {
	scroll-margin-top: 100px; 
}

.popup #extras-inner .noshow {
	display: none !important;
}