/*
 * Base structure
 */

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeueRegular.eot');
	src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueRegular.woff2') format('woff2'), url('../fonts/BebasNeueRegular.woff') format('woff'),
		url('../fonts/BebasNeueRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.eot');
	src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'),
		url('../fonts/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* Move down content because we have a fixed navbar that is 50px tall */

body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

*:not(input):not(textarea) {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-default {
	border-radius: 0;
	background: #212121;
	border: none;
	margin-bottom: 0;
	padding: 0;
}

.navbar .container-fluid {
	padding: 0;
}

:focus {
	outline: none !important;
}

.text-white {
	color: #ffffff;
}

.h-no-margin {
	margin: 3px auto 3px;
}

.btn {
	border-radius: 0;
}

.modal-backdrop.in {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*
 * Global add-ons
 */

.navbar-inverse {
	background-color: #e3e3e3;
}

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */

.navbar-fixed-top {
	border: 0;
}

/*
 * Sidebar
 */

/* Square Item Buttons */

.btn-sq-lg {
	width: 120px !important;
	height: 120px !important;
}

.btn-sq {
	width: 80px !important;
	height: 80px !important;
	font-size: 10px;
}

.btn-sq-sm {
	width: 40px !important;
	height: 40px !important;
	font-size: 10px;
}

.btn-sq-xs {
	width: 25px !important;
	height: 25px !important;
	padding: 2px;
}

.toppings-btn {
	padding: 10px 20px;
	margin: 0 5px;
}

/* / Square Item Buttons */

/* Hide for mobile, show later */

@media (min-width: 992px) {
	.sidebar {
		overflow: hidden !important;
	}
}

@media (min-width: 768px) {
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		/* Scrollable contents if viewport is shorter than content. */
		background-color: #f5f5f5;
		border-right: 1px solid #eee;
	}
}

@media (max-width: 768px) {
	.sidebar {
		width: 100%;
		z-index: 1;
	}
	.view:not(.login-view):not(.pos-select-view) {
		position: relative;
		padding-top: 0px;
	}
}

/* Sidebar navigation */

.nav-sidebar {
	margin-right: -21px;
	/* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #ebebeb;
	background-color: #c85e17;
}

#items-box {
	margin-top: 15px;
}

#items-box .btn {
	margin: 3px;
}

#items-box button span {
	font-size: 4.4rem;
}

/*
 * Main content
 */

.menu-container {
	padding: 10px 0;
	background: #545454;
	overflow: auto;
}

.menu-container > .row {
	margin: 0 !important;
}

.menu-side {
	background: #3c3b38;
	padding: 0;
}

.cart-side {
	padding: 30px 15px 20px;

	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 40px 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.cart-side .checkout-type { grid-area: 1 / 1 / 2 / 2; }
.cart-side .receipt-box { grid-area: 2 / 1 / 3 / 3; }
.cart-side .clock { grid-area: 1 / 2 / 2 / 3; }

.modal-body .cart-side {
	height: 80vh;
}

.receipt-box {
	background-color: #ffffff;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.receipt-box .row {
	margin: 0!important;
}

.nav .btn {
	border: none;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 29px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-right: 25px;
}

.receipt-box .btn-group {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	display: block;
	background: #333;
	padding: 10px;
}

.receipt-box .btn-group .btn {
	font-size: 13px;
}

.main .page-header {
	margin-top: 0;
}

.modal-add-item {
	margin-top: 0;
}

.product-quantity {
	margin: 0 auto 20px;
	display: table;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}

.placeholders h4 {
	margin-bottom: 0;
}

.placeholder {
	margin-bottom: 20px;
}

.placeholder img {
	display: inline-block;
	border-radius: 50%;
}

/* Item Tabs */

.board {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: transparent;
	/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
	position: relative;
	border-bottom: 0;
	width: 80%;
	margin: 15px auto;
	margin-bottom: 0;
	box-sizing: border-box;
}

.board > div.board-inner {
	background: #fafafa url(../img/geometry2.png);
	background-size: 30%;
	border-bottom: 1px solid #ddd;
}

p.narrow {
	width: 60%;
	margin: 10px auto;
}

.liner {
	height: 2px;
	background: #ddd;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	/* background-color: #ffffff; */
	border: 0;
	border-bottom-color: transparent;
}

span.round-tabs {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}

span.round-tabs.one {
	color: rgb(34, 194, 34);
	border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
	background: #fff !important;
	border: 2px solid #ddd;
	color: rgb(34, 194, 34);
}

span.round-tabs.two {
	color: #febe29;
	border: 2px solid #febe29;
}

li.active span.round-tabs.two {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #febe29;
}

span.round-tabs.three {
	color: #3e5e9a;
	border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #3e5e9a;
}

span.round-tabs.four {
	color: #f1685e;
	border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #f1685e;
}

span.round-tabs.five {
	color: #999;
	border: 2px solid #999;
}

li.active span.round-tabs.five {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #999;
}

.nav-tabs > li.active > a span.round-tabs {
	background: #fafafa;
}

.nav-tabs > li {
	flex: 1;
	width: 20%;
}

.nav-tabs {
	display: flex;
}

.product-items,
.product .fa-times-circle {
	cursor: pointer;
}

.btn-block + .btn-block {
	margin-top: 5px !important;
}

body:not(.android) .animate-movement {
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
	transform-style: preserve-3d;
}

.nav-tabs > li a {
	width: 70px;
	height: 70px;
	margin: 10px auto;
	border-radius: 100%;
	padding: 0;
}

.nav-tabs > li a:hover {
	background: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.nav > li > a:hover {
	text-decoration: none;
	color: #ebebeb;
	background-color: #c85e17;
}

.nav > li > a:focus {
	background: inherit;
	color: #fff;
}

.product-modal {
	transform: translate3d(0, -100%, 0);
	transition: all 0.5s ease-in-out;
	transform-style: preserve-3d;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	overflow: auto;
	height: 100vh;
	z-index: 10000;
	overflow: auto;
}

.product-modal.active {
	transform: translate3d(0, 0, 0);
	padding: 0px 15px 30px;
}

.product-actions {
	padding: 0 !important;
    display: flex;
    justify-content: space-between;
	background: #f6f6f6;
    border-radius: 10px;
}

.product-actions > * {
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 17px;
	cursor: pointer;
}

.payment-method-quick > li.list-group-item {
    padding: 14px;
}

.tab-pane {
	position: relative;
	padding-top: 0;
}

.tab-content .head {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2rem;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.btn-outline-rounded {
	padding: 10px 40px;
	margin: 20px 0;
	border: 2px solid transparent;
	border-radius: 25px;
}

.btn.green {
	background-color: #5cb85c;
	/*border: 2px solid #5cb85c;*/
	color: #ffffff;
}

.todays-orders {
	width: 100%;
	height: 300px;
	overflow-x: auto;
	overflow-y: hidden;
}

.todays-orders .scroll {
	display: table;
}

.order-list {
	position: relative;
	cursor: pointer;
	float: left;
	width: 250px;
	height: 300px;
	border: 1px solid #eee;
	padding: 10px;
	font-family: Andale Mono, monospace;
	margin-right: 10px;
	padding-bottom: 30px;
}

.order-list .order-receipt {
	height: 280px;
	overflow: auto;
}

.order-list p {
	margin-bottom: 5px;
}

.order-list p > * {
	display: block;
}

.modal-header > h3 {
	margin: 0;
}

input.error {
	border-color: red;
}

.alert {
	margin-bottom: 0;
	border-radius: 0;
}

.alert .btn {
	border-color: #fff;
	border-radius: 4px;
}

.alert-success {
	background-color: #7fc363;
	border-color: #66963d;
	color: #ffffff;
	font-size: 17px;
	line-height: 32px;
}

.copyright p {
	text-align: center;
}

@media (min-width: 768px) {
	.today-dialog {
		width: 80%;
	}
	.table-dialog {
		width: 643px;
	}
}

@media (max-width: 585px) {
	body.row {
		margin: 0 !important;
	}


	.table-dialog .modal-body {
		overflow: auto;
	}
	.board {
		height: auto !important;
	}
	span.round-tabs {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.tab-content .head {
		font-size: 20px;
	}
	.nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	li.active:after {
		content: ' ';
		position: absolute;
		left: 35%;
	}
	.btn-outline-rounded {
		padding: 12px 20px;
	}
}

.navbar-header.visible-xs {
	margin: 0;
}

/* / Item Tabs */

/* Select Dropdowns */

/* / Select Dropdowns */

/* Receipt */

.logo-receipt {
	width: 40%;
	max-width: 100%;
}

.body-wrap-table {
	background-color: #f6f6f6;
	width: 350px;
	display: table;
	text-align: center;
	margin: 0 auto;
	font-family: 'fjallaoneregular', Arial, sans-serif;
}

.body-font-table {
	font-family: Arial, sans-serif;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-transform: none;
	padding-bottom: 0;
}

.body-font-small-table {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.container-table {
	display: block !important;
	max-width: 600px !important;
	margin: 0 auto !important;
	/* makes it centered */
	clear: both !important;
}

.content-table {
	margin: 0 auto;
	display: block;
}

.main-table-receipt {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
}

.content-wrap-table {
	padding: 10px;
}

.content-block-table {
	padding: 0 0 10px;
}

.content-block-table h3,
.content-block-table h4 {
	margin-bottom: 0;
}

.content-block-table-logo {
	padding: 0 0 6px;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

/* -------------------------------------
    INVOICE
------------------------------------- */

.table-invoice {
	padding: 0 10px 10px 10px;
}

.dashed-table {
	padding: 6px 0;
	border-bottom: dashed 1px;
	border-top: dashed 1px;
	margin-top: 6px;
}

.dashed-table h5 {
	margin-bottom: 0;
}

.dashed-table h4 {
	margin-top: 5px;
}

.invoice {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}

.invoice td {
	padding: 0 0 15px 0;
}

.invoice .invoice-items {
	width: 100%;
	text-transform: uppercase;
}

.invoice .invoice-items td {
	border-top: #eee 1px solid;
	padding: 5px;
}

.invoice .invoice-items .total td {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-weight: 700;
	font-size: 1.4em;
}

.invoice .invoice-items .subtotal td {
	font-weight: 500;
}

.comanda {
	padding: 0 !important;
	margin: 0 !important;
}

.footer-table {
	width: 100%;
	clear: both;
	color: #999;
	padding: 20px;
}

.footer-table a {
	color: #999;
}

.footer-table p,
.footer-table a,
.footer-table td {
	font-size: 12px;
}

/* / Receipt */

.items-box {
	margin: 0;
}

.item .btn {
	font-size: 21px;
	margin-bottom: 10px;
}

.topping-group .btn {
	margin-bottom: 10px;
}

.topping-group .btn.active,
.product-defaults .btn.active {
	color: #463528 !important;
	background-color: #e7d500 !important;
	border-color: #c3a200 !important;
}

.product .list-unstyled {
	margin-bottom: 0;
}

.soft-red {
	color: #8e4c4c;
}

.clock {
	padding: 10px 0;
    font-size: 12px;
    text-align: right;
    vertical-align: top;
}

.order-head,
.order-footer {
	display: table;
	width: 100%;
}

.order-footer {
	padding-bottom: 60px;
}

.order-head > div,
.order-footer > div,
.product > div {
	padding: 10px 0;
}

.product h4 {
	margin-top: 0;
}

.order-products-container {
	display: block;
	overflow-y: auto;
}

.order-products > .product:nth-child(odd) {
	background: #fbfbfb;
}

.checkout-type,
.checkout-type select {
	padding: 0;
	margin: 0;
}

.client .top {
	position: absolute;
	right: 10px;
	top: 10px;
}

.client .bottom {
	position: absolute;
	right: 10px;
	top: 53px;
}

.alert-change {
	background-color: #424e69;
	border-color: #2c2d48;
	margin-bottom: 0;
	color: #fff;
}

.alert-change h4 {
	margin-bottom: 0;
	font-size: 13px;
}

.list-group-item .fa {
	margin-right: 20px;
}

span.change {
	font-size: 24px;
	vertical-align: middle;
	line-height: 26px;
	clear: both;
	display: block;
}

.online-nav p {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
}

.online-nav {
	color: #fff !important;
	padding: 5px 10px !important;
}

.online-status {
	font-size: 28px;
	line-height: 12px;
	vertical-align: top;
	color: red;
	float: right;
}

.online-status.online {
	color: green;
}

.online-status.online.bt {
	color: blue;
}

.payment-method > li,
.cancel-config {
	cursor: pointer;
}

.fa-times-circle.text-danger {
	font-size: 21px;
}

.loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.loading-animated {
	position: fixed;
	top: 50%;
	font-size: 42px;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.list-big .list-group-item {
	padding: 15px 15px;
	font-size: 16px;
}

.tab-content,
.categories {
	overflow: auto;
	padding: 0 15px;
}

.navbar-default .navbar-toggle {
	border: none !important;
}

.categories {
	padding-right: 0;
	overflow-x: auto;
	margin: -10px 0 10px;
	padding: 0;
	font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;

	background-image: linear-gradient(to right, #f2e9c8, #f2e9c8), linear-gradient(to right, #f2e9c8, #f2e9c8),
		/* Shadow covers */ linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)),
		linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));

	background-position: left center, right center, left center, right center;
	background-repeat: no-repeat;
	background-color: #f2e9c8;
	background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;

	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}

.top-categories {
	padding: 0;
	width: 100%;
	display: grid;
	grid-gap: 16px;
	grid-template-columns: repeat(auto-fill, min(100px, 1fr));
	grid-auto-flow: column;
	grid-auto-columns: min(80px, 1fr);
	margin: 0px;
}

li.category {
	position: relative;
	display: inline-block;
	padding: 15px 15px 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 26px;
	text-align: center;
}

li.category.active {
	color: #8b5318;
}

li.category.active:after {
	bottom: 0;
	left: 50%;
	border: solid transparent;
	content: ' ';
	position: absolute;
	border-bottom-color: #545454;
	border-width: 0.7rem;
	margin-left: -0.7rem;
}

li.category:hover {
	background-color: #a7a37e;
	color: #efecca;
}

.order-products > .product {
	padding: 0;
}

.view {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	padding: 0 !important;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.login-view,
.pos-select-view {
	color: #fff;
	background: transparent
		radial-gradient(circle farthest-side at right bottom, #ff9e4f 5%, #ec5d2f 25%, #dd5124 80%, #a32800 98%) repeat
		scroll 0% 0%;
}

.form-signin {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin input {
	margin: 10px 0;
}

.site-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	/* For at least Firefox */
	min-height: 100%;
	-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}

.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}

.cover-container {
	margin-right: auto;
	margin-left: auto;
}

span.status-label {
	background: #333;
	display: block;
	margin: -10px -10px 10px -10px;
	color: #fff;
	font-size: 10px;
	padding: 3px;
	text-align: center;
}

.PAID span.status-label {
	background: #4caf50;
}

.CANCELED span.status-label,
.DUPLICATE span.status-label {
	background: #f44336;
}

.CREDIT span.status-label,
.NOTE span.status-label {
	background: #03a9f4;
}

.order-actions {
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 20px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	z-index: 10;
}

/* Padding for spacing */

.inner {
	padding: 30px;
}

/*
 * Header
 */

.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}

.masthead-nav > li {
	display: inline-block;
}

.masthead-nav > li + li {
	margin-left: 20px;
}

.masthead-nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	/* IE8 proofing */
	color: rgba(255, 255, 255, 0.75);
	border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
	background-color: transparent;
	border-bottom-color: #a9a9a9;
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
	color: #fff;
	border-bottom-color: #fff;
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
	}
}

/*
 * Cover
 */

.cover {
	padding: 40px;
}

.cover .btn-lg {
	padding: 10px 20px;
	font-weight: bold;
}

/*
 * Footer
 */

.mastfoot {
	color: #999;
	/* IE8 proofing */
	color: rgba(255, 255, 255, 0.5);
}

.welcome-msg {
	font-size: 34px;
	line-height: 26px;
	font-weight: 200;
}

.welcome-help {
	font-size: 24px;
	line-height: 26px;
	font-weight: 200;
}

span.cashier-name {
	font-size: 14px;
	margin-left: 10px;
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
	/* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%;
		/* Must be percentage or pixels for horizontal alignment */
	}
}

@media (min-width: 992px) {
	.masthead,
	.mastfoot,
	.cover-container {
		width: 700px;
	}
}

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

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

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

/** PosBox setup **/

.modal-dialog.setup-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2290e5+0,1e5799+100 */
	margin: 0;
	width: 100%;
	background: #2290e5;
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #2290e5 0%, #1e5799 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #2290e5 0%, #1e5799 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #2290e5 0%, #1e5799 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2290e5', endColorstr='#1e5799', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.setup-modal .modal-content {
	box-shadow: none;
	background: transparent;
	text-align: center;
	border: none;
	color: #fff;
}

.spin-anim {
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

body.locked .lock-overlay,
body.locked .lock-box.unlock-screen {
	display: block !important;
}

body.allow-admin .lock-overlay,
body.allow-admin .lock-box.allow-admin {
	display: block !important;
}

body:not(.android).allow-admin .view,
body:not(.android).locked .view,
body:not(.android).modal-open .view,
body:not(.android).alertify-open .view {
	-webkit-filter: blur(24px);
	-moz-filter: blur(24px);
	-o-filter: blur(24px);
	-ms-filter: blur(24px);
	filter: blur(24px);
	-webkit-transform: translate3d(0, 0, 10%);
	-moz-transform: translate3d(0, 0, 10%);
	-o-transform: translate3d(0, 0, 10%);
	-ms-transform: translate3d(0, 0, 10%);
	transform: translate3d(0, 0, 10%);
}

.lock-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
}

.lock-input input {
	background: #333;
	border: none;
	font-size: 21px;
	width: 100%;
	margin-bottom: 10px;
	height: 48px;
	text-align: center;
}

.lock-box {
	display: none;
	position: fixed;
	width: 300px;
	background: #444;
	color: #fff;
	padding: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000000;
}

.lock-controls > * > span {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	background: rgba(255, 255, 255, 0.15);
	display: block;
	margin: 2px -13px;
	cursor: pointer;
	box-shadow: inset 0 -3px 4px #444;
}

.lock-controls > * > span:active {
	box-shadow: inset 0 3px 4px #444;
	background: rgba(255, 255, 255, 0.1);
	line-height: 53px;
	top: 3px;
}

.lock-box .unlock > span,
.lock-box .allow > span {
	background: #07a2ec;
}

.lock-box .unlock > span:active,
.lock-box .allow > span:active {
	background: #07a2ec;
}

.lock-box .cancel > span,
.lock-box .clear > span {
	background: #e45656;
}

.lock-box .cancel > span:active,
.lock-box .clear > span:active {
	background: #b54040;
}

.lock-input select {
	width: 100%;
	border-radius: 0;
	background: #333333;
	margin-bottom: 10px;
	border: none;
	height: 45px;
	color: #a0a0a0;
	padding: 0 10px;
	text-align: center;
	font-size: 17px;
}

.product-notes {
	font-size: 17px;
}

.view-toggle,
.toggle {
	font-size: 12px;
	text-decoration: underline;
	color: #2f639c;
	cursor: pointer;
	clear: both;
}

.list-group-item {
	width: 100%;
}

.btn .badge {
	position: relative;
	line-height: 14px;
	vertical-align: middle;
	padding: 5px 8px 3px;
	font-weight: bold;
	background: #ad361e;
}

.product-add {
	width: 80%;
}
.quick-add {
	width: 20%;
}

#checkout-bar .popover {
	min-width: 100%;
	width: 100%;
	border-radius: 0;
}

#checkout-bar .popover-content {
	padding: 9px 14px 0;
}

ul.list-group > li {
	cursor: pointer;
}

.option-group .btn-warning.active {
	color: #d06e24;
	background-color: #f5dc2e;
	border-color: #d58512;
}

#modal-settings,
#modal-place-order {
	padding: 20px;
}

.update-pos {
	padding: 10px;
	font-size: 14px;
}

#modal-settings .modal-dialog,
#modal-place-order .modal-dialog {
	width: auto;
	margin: 0;
	box-sizing: border-box;
	height: 80vh;
	overflow: auto;
}

#modal-settings .modal-dialog .modal-content {
	border: none;
	box-shadow: none;
}

.setting-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.setting-block > * {
	align-self: center;
}

.setting-block > *:nth-child(2) {
	justify-self: end;
}

.close-button {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	margin-left: -15px;
	z-index: 99999;
	cursor: pointer;
}

.popout {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
}
.popout .btn svg {
	display: none;
}
.popout .btn svg.visible {
	display: block;
}
.popout .btn {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none;
    user-select: none;
    cursor: pointer;
    min-width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    z-index: 99;
    background: #eee;
    color: #00a3dd;
    border-radius: 32px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transition: 0.2s opacity ease-in-out;
}
.popout .btn.active {
	visibility: hidden;
	opacity: 0;
}
.popout .btn:active:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.navbar-default .navbar-nav > li > a.online-nav:hover,
.navbar-default .navbar-nav > li > a.online-nav:focus {
    color: inherit;
    background-color: #000;
}

.order-total {
    font-size: 18px;
}

.cart-popover{
    flex: 1;
    justify-content: space-between;
    display: flex;
}
.cart-popover > * {
    display: flex;
}

.search-bar {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.search-term {
	font-size: 23px;
    margin-left: 30px;
}

.search-results {
	margin-top: 10px;
}

#modal-search .modal-content {
	height: 87vh;
}

.ripple {
	background-position: center;
	transition: background 0.8s;
}
.ripple:hover {
	background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple:active {
	background-color: #6eb9f7;
	background-size: 100%;
	transition: background 0s;
}

.pulse {
	animation: pulse .5s ease-in-out;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


@media screen and (min-width: 768px) {
	.popout {
		display: none;
	}
	.grid-settings {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(5, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.grid-settings .title {
		grid-area: 1 / 1 / 2 / 7;
	}
	.grid-settings .left {
		grid-area: 2 / 1 / 6 / 4;
	}
	.grid-settings .right {
		grid-area: 2 / 4 / 6 / 7;
		justify-content: space-around;
		display: grid;
	}
	.navbar-right {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.popout {
		display: block;
	}
	.navbar-right {
		margin-right: 0;
	}

	.cart-side.desktop {
		display: none;
	}

	.cart-side .receipt-box .btn-group {
		bottom: 0;
	}

	.navbar .container-fluid {
		overflow: hidden;
	}

	.navbar .main-nav,
	.navbar .navbar-nav {
		margin: 0;
	}

	.tab-content {
		padding-bottom: 10rem;
	}
}

.bill_input {
    padding: 15px;
}

.bill_input .btn-group {
    display: flex;
    margin: 10px 0;
    border: 1px solid #cccccc;
}

.bill_input .btn {
    flex: 1;
    border-top: none;
    border-bottom: none;
}