@import url("../../assets/materialdesignicons/css/materialdesignicons.min.css");
@import url('/static/assets/typefaces/typefaces.css');
@import url('https://fonts.googleapis.com/css?family=VT323&display=swap');

@font-face {
	font-family: 'bebas';
	src: url('/static/assets/typefaces/bebas/bebas-regular-webfont.woff2') format('woff2'),
		url('/static/assets/typefaces/bebas/bebas-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
	width: 100%;
	overflow: auto;
	font-family: 'Gilroy', 'Titillium Web', sans-serif;
}

@media only screen and (max-width: 767px) {
	.breakpoint-alias:before {
		content: "XS";
	}
}

.hide,
.hidden,
[hidden] {
	display: none !important;
}

/* width */
::-webkit-scrollbar {
	height: 7.5px;
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #ff872c00;
}

#menu-container ::-webkit-scrollbar-track {
	background: #ff872c00;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ffab6b00;
	border-radius: 0;
}

#menu-container:hover ::-webkit-scrollbar-thumb {
	background: #ffab6b;
}

div#menu-content:hover ::-webkit-scrollbar-thumb {
	background: #ffab6b;
}

.content-main:hover ::-webkit-scrollbar-thumb {
	background: #ffab6b;
}


body:hover ::-webkit-scrollbar-thumb {
	background: #ffab6b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #ffab6b;
}

a {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

img {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	/*
	Introduced in IE 10.
	See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	 */
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

#main-container {
	position: relative;
	overflow-y: hidden;
}

#menu-container {
	height: 100%;
	padding: 0px;
	background-color: #ff872b;
	width: 256px;
	user-select: none;
	z-index: 2;
}

.menu-content-logo {
	height: 45px;
	margin-right: 8px;
	filter: saturate(43) hue-rotate(155deg) drop-shadow(0 0 7px);
}

.menu-item {
	text-transform: capitalize;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background-color: #ff872b;
}

.menu-item.active {
	background-color: rgba(238, 20, 20, 0.5);
	border-left: 5px solid #ee1414;
	color: #fff;
	font-weight: bold;
}

.menu-item.active:hover {
	background-color: #ee1414;
}

.menu-item:hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #ff7300;
}

.menu-item a:hover {
	color: #fff;
}

.collapsible-menu {
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background-color: #ff872b;
}

.collapsible-menu:hover {
	font-weight: bold;
	background-color: #ff7300;
}

.collapsible-menu a:hover {
	color: #fff;
}

.collapsible-content {
	overflow: hidden;
	height: 0px;
	background-color: #fc9444;
}

.sub-menu {
	cursor: pointer;
}

.submenu-item {
	text-transform: capitalize;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background-color: #fc9444;
}

.submenu-item.active {
	background-color: rgba(238, 20, 20, 0.5);
	border-left: 5px solid #ee1414;
	color: #fff;
}

.submenu-item.active:hover {
	background-color: #ee1414;
}

.submenu-item:hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #f77411;
}

.submenu-item a:hover {
	color: #fff;
}

#menubar {
	display: block;
	background-color: #ff872b;
	z-index: 24;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	user-select: none;
	overflow-x: hidden;
	overflow-y: auto;
}

@media only screen and (max-width: 768) {
	.menubar {
		display: none;
	}
}

ul {
	padding: 0;
	list-style-type: none;
}

#header {
	background-color: #F57C00;
	padding: 12px;
	position: relative;
	z-index: 10;
	user-select: none;
}

#menu-content {
	background-color: #F0F0F0;
	height: 100%;
	z-index: 3;
	overflow-y: auto;
	display: inline-block;
	position: fixed;
	left: 256px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}

@media(max-width: 575px) {
	#menu-content {
		left: 0px;
	}
}

a {
	text-decoration: none;
	color: inherit;
}

a:link {
	text-decoration: none;
	color: inherit;
}

.drop-shadow {
	padding: 10px;
	box-shadow: 0px 3px 3px #212121;
}

.content-list-item>li {

	font-style: bold;
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.cta-button {
	background-color: #FD7011;
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	border-radius: 25px;
}

.text2 {
	width: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fill-height {
	min-height: 100%;
	height: 100%;
}

.table-odd {
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 80vw;

	font-size: 16px;
	color: #000000;
	background-color: #ffe4bd;
}

.table-even {
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 80vw;

	font-size: 16px;
	color: #000000;
	background-color: #ffd392;
}

.content {
	overflow-y: auto;
	overflow-x: hidden;
}

#header-text-container {
	margin-left: 0;
	margin-top: 0;
}

#menubar::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

/* Optional: show position indicator in red */
#menubar::-webkit-scrollbar-thumb {
	background: #FF0000;
}

.content-header {
	padding: 0 16px;
	margin-right: 32px;
	margin-left: 0px;
	border-bottom: 1px solid #e4e4e4;
	background-color: #F0F0F0;
	z-index: 12;
	user-select: none;
	position: fixed;
	top: 0;
	width: calc(100% - 246px);
	height: 64px;
}

#header-search-container > .input-group {
	margin-top: 10px;
}

@media (max-width: 576px) {
	.content-header {
		width: 100%;
		padding: 0;
	}

	#header-search-container {
		margin-left: 64px;
		margin-right: 5px;
	}
}

.content-main {	
	width: 100%;
	margin-top: 64px;
	overflow-y: auto;
}

.content-main .container-fluid {
	position: relative;
	padding-bottom: 3rem;
}

.menu-sub-header {
	padding: 8px;
}

.menu-sub-header-container {
	padding: 16px;
}

.menu-details-container {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.menu-details1 {
	font-size: 20px;
	color: #000;
}

.menu-details2 {
	font-size: 18px;
	color: #000;
}

.menu-details2-2 {
	font-size: 18px;
	color: #4c4c4c;
}

.menu-details3 {
	font-size: 16px;
	color: #111;
}

.menu-details4 {
	font-size: 12px;
	color: #111;
}

.item-row {
	position: relative;
	font-size: 16px;
	padding: 16px;
	padding-right: 24px;
	padding-left: 24px;
	border-bottom: solid 1px #ffc191;
	overflow-x: hidden;
}

.item-row:hover {
	background-color: #f4daa9;
}

.context-menu {
	width: 120px;
	box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	display: none;
}

.context-menu-options {
	list-style: none;
	padding: 10px 0;
}

.context-menu-option {
	font-weight: 500;
	font-size: 14px;
	padding: 10px 40px 10px 20px;
	cursor: pointer;
}

.context-menu-option:hover {
	background: rgba(0, 0, 0, 0.2);
}

.modal-header {
	padding-bottom: 16px;
	background-color: #ff872b;
	color: #fff;
}

.material-switch>input[type="checkbox"] {
	display: none;
}

.material-switch>label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.material-switch>label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position: absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}

.material-switch>label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
	background: inherit;
	opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
	background: inherit;
	left: 20px;
}

.control-label {
	line-height: 22px;
}

#menubar-button {
	margin-left: -16px;
	font-size: 2em;
	color: #ff872b;
	margin-right: 32px;
}

.fa {
	cursor: pointer;
	text-align: right;
}

.form-input-wrapper {
	margin-top: 10px;
}

.form-div-wrapper {
	border-bottom: 1px solid #ccc;
}

.form-control {
	padding: 8px;
	color: #000;
	font-size: 16px;
	height: 43px;
	border-radius: 4px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
}

.form-control:focus {
	border: solid 2px #ffb64c;
}

.menubar-square {
	display: none;
	position: absolute;
	top: 5px;
	left: 20px;
	height: 50px;
	width: 50px;
	background-color: #ff872b;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	padding: 0;
	z-index: 100;
	box-shadow: 0px 2.5px 2.5px -2px rgba(0, 0, 0, 0.5);
}

.menubar-square i {
	font-size: 32px;
	color: #fff;
}

.menubar-square {
	display: block;
}

select {
	padding: 8px;
	width: 150px;
	font-size: 16px;
	color: #111;

}

.form-wrapper {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border-bottom: solid 3px #ff872b;
	margin-bottom: 16px;
}

.clickable {
	cursor: pointer;
}

.context-menu-popup {
	z-index: 100;
	position: fixed;
	background-color: #ffffff;
	padding-top: 8px;

	font-size: 22px;
	display: none;
}

.context-menu-popup .field:hover {
	border: solid 1px #fff;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999
}

.context-menu-popupize>ul.list li {
	padding: 16px;
	border-bottom: solid 1px #ccc;
}

.context-menu-popup>ul.list li:hover {
	background: #EC6603;
	color: #fff;
}

.context-menu-popup>ul.list li:last-child {
	border: none
}

.chkBoxContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal
}

.chkBoxContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.chkBoxContainer:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkBoxContainer input:checked~.checkmark {
	background-color: #ff872b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.chkBoxContainer input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.chkBoxContainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* The container */
.rdoContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.rdoContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.rdoCheckmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rdoContainer:hover input~.rdoCheckmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rdoContainer input:checked~.rdoCheckmark {
	background-color: #ff872b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rdoCheckmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.rdoContainer input:checked~.rdoCheckmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.rdoContainer .rdoCheckmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.triangle-left {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 16px solid #F0F0F0;
	border-bottom: 12px solid transparent;
}

.fillerNormal {
	height: 96px;
}

.fillerMobile {
	height: 144px;
}

.fillerMobileNoSearch {
	height: 89px;
}

.wordWrap {
	word-wrap: break-word
}

.noLeftRightPadding {
	padding-left: 0;
	padding-right: 0;
}

.list {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.item-list {
	margin: 0px -23px;
	height: 0;
}

.swipe-menu-container {
	width: 100px;
}

.dashboard-box {
	background: #fbfbfb;
	border-radius: 2px;
	margin-bottom: 1rem;
	padding: 9px 12px;
	box-shadow: 0px 0px 4px 0px #bbb;
}

.dashboard-setup-block {
	background-color: #ffffff;
	font-size: 23px;
	text-align: center;
	margin: 0;
	padding: 1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all .2s ease-in-out;
}

.dashboard-setup-button {
	background-color: #2aa544;
}

.dashboard-setup-button:hover {
	opacity: .75;
}

.dashboard-setup-incomplete {
	background-color: #FFA726;
	font-size: 23px;
	text-align: center;
}

.dashboard-setup-incomplete:hover {
	opacity: .75;
}

.prgSetupTrack {
	height: 32px;
	margin-top: 16px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #BDBDBD;
}

.dashboardSetupLbl {
	font-size: 24px;
	line-height: 32px;
	margin: 0 8px;
	color: #555;
}

.fa-ellipsis-v {
	padding: 8px;
	margin: -8px;
}

.fa-ellipsis-v:hover {
	background-color: #ff872b;
}

#context-menu ul li:hover {
	background-color: #ffd392;
	color: #000;
}

.setup-prgbar-container {
	margin-top: .3rem;
	margin-bottom: 16px;
	border: 1px solid #000;
	height: 40px;
	padding: 0;
}

.button-negative {
	border-radius: 24px;
	font-family: inherit;
	padding: 8px 32px;
	font-size: 24px;
	border: none;
	color: #fff;
	background-color: #E53935;
	margin: 8px;
}

.button-negative:hover {
	background-color: #f2201b;
}

.button-positive {
	border: solid 2px #00C853;
	border-radius: 24px;
	font-family: inherit;
	padding: 8px 48px;
	font-size: 24px;
	color: #00C853;
	margin: 8px;
}

.button-positive:hover {
	background-color: rgba(0, 200, 83, 0.1);
	border: solid 2px #0ced1b;
	color: #00C853;
}

.lblLogoutMsg {
	font-size: 40px;
}

.btnFabAdd {
	position: absolute;
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 32px;
	border-radius: 50%;
	color: #fff;
	background-color: #2196F3;
	transition: all .5s;
	padding: 0;
	z-index: 2;
	text-align: center;
}

.btnFabAdd .fa {
	margin-top: 5px;
}

.btnFabAdd:hover {
	color: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fabContainer {
	position: absolute;
	bottom: -24px;
	right: 10px;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* @hjvarde */
[hidden],
.hidden,
.hide {
	display: none;
}

.custom-list {
	margin: 0;
	padding: 0;
}

.custom-list-row {
	cursor: pointer;
	border-bottom: solid 1px #ffc191;
	transition: all .2s ease-in-out;
}

.custom-list-row:hover {
	background-color: #ffc191;
}

.custom-list--item-container {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.custom-list--item {
	padding: 15px;
}

.custom-list--item * {
	display: inline;
}

.custom-list--name {
	font-weight: 600;
}

.custom-list--count {
	font-size: 12px;
	background-color: #777777;
	color: #ffffff;
	margin-left: 5px;
	border-radius: 50px;
	padding: 3px 7px;

}

.custom-list--action {
	padding: 15px;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.custom-list--action-menu {
	text-align: right;
	margin: 0;
	padding: 0;
}

.custom-list--action-menu * {
	display: inline-block;
}

.context-visible {
	visibility: visible;
}

.custom-list--item-menu-btn {
	display: inline-block;
	width: 50px;
	font-size: 24px;
	text-align: center;
	padding: 15px 10px;
	transition: all .2s ease-in-out;
}

.custom-list--item-menu-btn:hover {
	background-color: #999999;
}

/* Login */
.zumumu-logo {
	position: fixed;
	top: 20px;
	lefT: 20px;
	max-width: 146px;
	z-index: 100;
}

.zumumu-logo img {
	width: 100%;
}

.dashboard-login {
	font-family: 'Gilroy';
}

.login-wrapper {
	height: 100vh;
}

.login-left {
	height: 100%;
	margin: 0;
	padding: 0;
}

.login-left-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #ffffff;
	padding: 5rem 3rem;
}

.login-box {
	width: 100%;
	margin: auto;
	padding: 3rem;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 41px 41px 82px #d9d9d9,
		-41px -41px 82px #ffffff;
}

.login-logo {
	height: 64px;
	margin-bottom: 1.5em;
	text-align: center;
}

.login-header {
	font-weight: 600;
	word-break: break-all;
}

.login-input .input-group {
	margin-bottom: 2rem;
}

.login-forget a {
	cursor: pointer;
	pointer-events: all;
	color: #636363;
	text-decoration: underline;
}

.login-action {
	margin-top: 1.5rem;
}

.login-action button {
	background-image: linear-gradient(#ffa219,#b3710f);
	border: solid 1px #cc8318;
	color: #fff;
}

.login-action button:hover {
	color: #fff;
}

.login-copyright {
	position: fixed;
	bottom: 8px;
	right: 16px;
}

.login-copyright p {
	color: #f2f2f2;
}

.login-right {
	height: 100%;
	margin: 0;
	padding: 0;
}

.login-right-wrapper {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
	url("../img/backgrounds/bg-login-01-grayscale.jpg");
	height: 100%;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
}

@media only screen and (max-width: 575px) {
	.login-box {
		padding: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	.login-right,
	.login-copyright {
		display: none;
	}
}

/* Virtual Printer */
#content-container {
	height: 100%;
}

.printer-canvas {
	--font-sans: 'Rubik', Helvetica, Arial, sans-serif;
	--font-mono: 'VT323', monospace;

	--primary-main: #fe0303;
	--primary-main-light: #fd7272;

	--primary-dark: #101316;
	--primary-grey-dark: #333333;
	--primary-grey: #999999;
	--primary-grey-light: #F2F2F2;
	--primary-grey-lighter: #F3F3F3;
	--primary-grey-lightest: #FAFAFA;
	--primary-light: #FFFFFF;

	font-family: var(--font-mono);
	height: 100%;

}

.printer-receipts-wrapper {
	position: relative;
	height: 100%;
	padding: 1rem 0;
}

.printer-receipts {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: static;
	height: calc(100% - 94px);
	right: 0px;
	left: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.printer-receipt:first-child {
	margin-top: auto;
}

.printer-receipt {
	position: relative;
	width: 50%;
	background: #c0c0c0;
	color: #666666;
	cursor: pointer;
	margin: 0 auto 10px;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	transition: all .2s ease-in-out;
}

.printer-receipt:hover {
	box-shadow: 0px 5px 15px -5px rgba(153, 153, 153, .75);
}

.printer-receipt.new-receipt {
	background-color: var(--primary-light);
	background-image: linear-gradient(#bbb 0%, #eee 16%, #fff 30%, #fff 70%, #eee 83%, #bbb 100%);
	color: var(--primary-dark);
}

.receipt-top {
	position: relative;
	padding: 1rem;
}

.receipt-top p {
	margin-bottom: 5px;
}

.dining-option {
	background-color: var(--primary-grey);
	color: var(--primary-light);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	border-radius: 50px;
	padding: 5px 10px;
}

.receipt-heading {
	font-weight: 400;
}

.receipt-amount {
	font-size: 22px;
	font-weight: 600;
}

.receipt-bottom {
	display: none;
	position: relative;
	height: 60px;
	border-top: 2px solid #dedede;
	line-height: 58px;
}

.receipt-bottom span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 2px;
}

.receipt-date {
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
}

.receipt-time {
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
}

.receipt-close {
	position: absolute;
	top: 10px;
	right: 10px
}

.printer-model {
	position: absolute;
	left: 25%;
	right: 50%;
	bottom: 3px;
	width: 50%;
}

.printer-model--top {
	height: 75px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: var(--primary-grey-dark);
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
}

.printer-model--bottom {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 15px;
	width: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background: var(--primary-dark);
}

.printer-model--circle {
	position: absolute;
	right: 32px;
	bottom: 40px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.printer-model--papersupport {
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 250px;
	height: 62px;
	margin-left: -125px;
}

.printer-model--papersupport-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #FF872B;
}

.printer-model--papersupport-part {
	position: absolute;
	bottom: 100%;
	width: 78px;
	height: 8px;
	background-color: #FF872B;
}

.printer-model--papersupport-part:after {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 40px;
	height: 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: inherit;
}

.printer-model--papersupport-part:nth-child(1) {
	left: 0;
	border-top-right-radius: 5px;
}

.printer-model--papersupport-part:nth-child(1):after {
	left: 0;
}

.printer-model--papersupport-part:nth-child(2) {
	right: 0;
	border-top-left-radius: 5px;
}

.printer-model--papersupport-part:nth-child(2):after {
	right: 0;
}

.printer-model--receipt-container {
	position: relative;
	height: 100%;
}

.receipt--in-printer {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -225px;
	margin-top: -140px;
	-webkit-transform: rotateX(-180deg) scale(0.3333333333);
	transform: rotateX(-180deg) scale(0.3333333333);
}

.receipt--side {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.printer-model--head {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 20px;
	height: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: var(--primary-main);
}

@media only screen and (max-width: 800px) {
	.printer-receipt {
		width: 75%;
	}

	.printer-model {
		width: 75%;
		left: 12.5%;
	}
}

@media only screen and (max-width: 600px) {
	.printer-receipts-wrapper {
		padding: 0;
	}

	.printer-receipts {
		padding: 2rem;
	}

	.printer-receipt {
		width: 100%;
	}

	.printer-model {
		width: 100%;
		left: 0;
	}
}

@media only screen and (max-width: 400px) {
	.printer-model--papersupport {
		overflow: hidden;
		position: absolute;
		left: 50%;
		bottom: 40px;
		width: 170px;
		height: 100px;
		margin-left: -85px;
	}
}

@media only screen and (max-width: 300px) {
	.printer-model--papersupport {
		display: none;
	}
}

@-webkit-keyframes loadingmenuanimation {
	6% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 10%, #ff872b);
	}

	12% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 20%, #ff872b);
	}

	18% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 30%, #ff872b);
	}

	24% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 40%, #ff872b);
	}

	30% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 50%, #ff872b);
	}

	36% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 60%, #ff872b);
	}

	42% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 70%, #ff872b);
	}

	48% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 80%, #ff872b);
	}

	54% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 90%, #ff872b);
	}

	66% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 80%, #ff872b);
	}

	72% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 60%, #ff872b);
	}

	78% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 40%, #ff872b);
	}

	84% {
		background-image: linear-gradient(90deg, #ff872b, #ff532b 20%, #ff872b);
	}
}

.loading-menu {
	background-image: linear-gradient(90deg, #ff872b, #ff532b 0%, #ff872b);
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: loadingmenuanimation;
	-webkit-animation-duration: 1s;
	background: #FF872B;
	cursor: pointer;
}

.form-label {
	font-weight: bold;
	margin-top:12px;
}

.form-row {
	border-bottom: solid 1px #ddd;
}

input[type='checkbox'] {
	height: 26px;
	width: 26px;
}

.uib-form-control {
	margin-top: 7px;
	margin-bottom: 11px;
}

@media only screen and (min-width: 1500px) {
	body {
		zoom: 1.17;
	}
}

@media only screen and (min-width: 1920px) {
	body {
		zoom: 1.5;
	}
}


@media only screen and (min-width: 2500px) {
	body {
		zoom: 1.95;
	}
}

@media only screen and (min-width: 3200px) {
	body {
		zoom: 2.5;
	}
}

.label-primary {
	background-color: #337ab7;
}

#form-buttons {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #eee;
	border-top: 1px solid #dadada;
	z-index: 2;
}

#form-inlines {
	margin-bottom: 62px;
}

.btn-link {
	color: #fff;
}

.btn-link:hover {
	color: #fff;
}

.modal-backdrop {
	width: 0;
}

.primary-icons {
	color: #ff872b;
	font-size: 1.7em
}

.primary-icons:hover {
	color: #fd7011;
}

.add-fab {
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 11px;
	font-size: 32px;
}

.add-fab:hover {
	color: #000;
}

.list-tools-container {
	position: fixed;
	right: 100px;
  bottom: 3.4rem;
  height: 59px;
  width: 59px;
	background: #ff872b;
	color: white;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.5);
}

.list-tools-container:hover {
	background: #ff7300;
}

.new-report {
	margin-top: 3rem;
}

.new-report img {
	margin-bottom: 1.5rem;
}

.sales-add {
	background-color: #ff872b;
	color: #fff;
}

.sales-add:hover {
	background-color: #ff6f00;
	color: #fff;
}

.console-full-name {
	font-size: 1em;
	font-weight: bold;
	color: #00000087;
	margin-top: -5px;
	display: block;
	margin-left: 57px;
	text-transform: capitalize;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.console-restaurant-name {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	margin-top: -53px;
	display: block;
	margin-left: 57px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-group-icon {
	height: 29px;
	filter: saturate(43) hue-rotate(155deg) drop-shadow(0 0 7px);
}

.menu-close {
	position: absolute;
	top: 0px;
	right: -64px;
	width: 64px;
	height: 64px;
	background-color: #ff872b;
	color: #ffffff;
	font-size: 2.5rem;
	text-align: center;
	cursor: pointer;
	border-left: 1px solid #F3BFA5;
	padding: 0;
	z-index: 394000;
}

.wrap-label {
	display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.console-icon {
	width: 40px;
	height: 40px;
	margin: 8px 8px;
}

.console-menu-bar-header {
	height: 64px;
	border-bottom: 1px solid #F3BFA5;
}

.console-menu-bar-container {
	position: fixed;
	overflow-y: auto;
	width: inherit;
	bottom: 0px;
	top: 64px;
}

.console-close-bar-container {
	text-align: right;
	color: white;
	font-size: 2.5rem;
	border-bottom: 1px solid #F3BFA5;
	background-color: #ff872b;
	background-image: url("https://www.transparenttextures.com/patterns/food.png");
	display: none;
}

.console-menu-item-icon {
	width: 30px;
	height: 30px;
	margin-right: 8px;
}

.fab-list-add-icon {
	text-decoration: none;
	color: white;
}

.fab-list-add-icon:hover {
	color: #fff;
}

.fab-list-add-icon i.mdi,
.list-tools-container i.mdi {
	font-size: 40px;
}

#list-filter {
	display: none;
}

.fab-list-filter-container {
	position: fixed;
	right: 15px;
	z-index: 15;
	top: 60px;
	padding: 8px;
	width: 257px;
	background: #ff872b;
	color: white;
	border-radius: 3px;
	display: none;
}

.receipt-container {
	padding: 0 10px;
	border: 1px solid;
	width: 50px
}

.add-chart-container {
	display: none;
	position: fixed;
	right: 5px;
	top: 54px;
	border-radius: 5px;
	border: solid 2px #cccccc;
	width: 282px;
	z-index: 15;
	background: #eee;
	box-shadow: 0 0 4px 2px #8c8c8c;
}

.add-chart-row {
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.chart-sales-type-container {
	margin: 0px;
	margin-bottom: 8px;
	display: none;
}

.chart-sales-type-title {
	font-weight: bold;
	margin-top: 9px;
}

.chart-sales-type-interval-container {
	margin: 0px;
	margin-bottom: 8px;
}

.btn.input-group-text:hover {
	background-color: #fae7d9;
}

th:hover {
	background-color: #fae7d9;
}

td img:hover {
	cursor: pointer;
}

.second-fab-container {
	position: fixed;
	right: 172px;
	bottom: 3.4rem;
	height: 59px;
	width: 59px;
	background: #465fb0;
	color: white;
	border-radius: 50px;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.5);
}

.second-fab-container:hover {
	background: #2342a8;
}

.second-fab-container i.mdi {
	font-size: 40px;
}

.second-fab-icon {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-top: 9px;
	font-size: 32px;
}

.mobile-fab {
	font-size: 40px;
	margin-top: 8px;
}

.txt-code {
	height: 56px;
	width: 60px;
	font-size: 38px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	padding: 0;
}

.txt-code-container {
	text-align: center;
	padding: 8px;
}

.app-container {
	padding: 40px;
}

.app-item {
	padding: 16px;
}

.app-item-button {
	padding: 16px;
	background: #ff872b;
	color: #efefef;
	border-radius: 8px;
	font-size: 32px;
	text-align: center;
	width: 100%;
	border: solid 0 transparent;
	box-shadow: 1px 1px 11px 1px rgb(0, 0, 0, 0.3);
}

.app-item-button:hover {
	color: #FFF;
	background: #fa7107;
	transform: translateY(-3px);
}

.app-item-button:disabled {
	background: #b96220;
}

.app-item-button span {
	display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.app-title {
	font-size: 48px;
	font-weight: bold;
	margin: 16px;
}

.zumumu-cta-btn {
	cursor: pointer;
}

.zumumu-heading {
	margin-top: .5rem;
}

h2.zumumu-heading {
	margin-top: .75rem;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-size-16 {
	width: 16px;
}

.image-size-20 {
	width: 20px;
}

.image-size-32 {
	width: 32px;
}

.image-size-64 {
	width: 64px;
}

.image-size-128 {
	width: 128px;
}

.image-size-256 {
	width: 256px;
}

.image-size-512 {
	width: 512px;
}

.image-size-100 {
	width: 100px;
}

.image-size-200 {
	width: 200px;
}

.image-size-300 {
	width: 300px;
}

.image-size-400 {
	width: 400px;
}

.image-size-500 {
	width: 500px;
}

@media (min-width: 576px) {
	.sidebar-close {
		display: none;
	}
}

@media (max-width: 576px) {
	.sidebar-close {
		display: block;
	}

	.menubar-square {
		left: 5px;
	}
	
	.zumumu-heading,
	#dashboard-page .zumumu-heading,
	#sales-page .zumumu-heading {
		font-size: 1.75rem;
		margin: .75rem .5rem .5rem 4rem;
	}

	#form-buttons {
		left: 0;
	}
}

/* CUSTOM MEDIA QUERIES */
/* Hide the close button on the right side of the console menu bar header then show the other one located within the menu bar container. */
@media (max-width: 319px) {
	.console-close-bar-container {
		display: block;
	}
	.console-menu-bar-header i {
		display: none;
	}
}
/* Move the close button to the center. */
@media (min-width: 144px) and (max-width: 252px) {
	.console-close-bar-container {
		text-align: center;
	}
}
/* Move the close button to the left. */
@media (max-width: 143px) {
	.console-close-bar-container {
		text-align: left;
	}
}
/* Due to extremely short width size, hide the body. */
@media (max-width: 99px) {
	body {
		display: none;
	}
}

/* Sidebar */
.zumumu-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 256px;
	background-color: #F0F0F0;
	user-select: none;
	z-index: 2;
	border-right: 1px solid #E4E4E4;
}

.sidebar-header {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	border-left: 5px solid #FD7011;
	border-bottom: 1px solid #E4E4E4;
	padding: .25rem;
}

.sidebar-header--icon {
	width: 56px;
	height: 56px;
	margin-right: 0;
	text-align: center;
}

.sidebar-header--text {
	line-height: 1;
	margin-right: 0;
}

.sidebar-close {
	width: 56px;
	height: 56px;
	margin-right: 0;
	text-align: center;
	cursor: pointer;
}

.sidebar-close i {
	font-size: 36px;
}

.sidebar-header .restaurant-name {
	font-size: 1.25rem;
	font-weight: bold;
	color: #101316;
}

.sidebar-header .employee-name {
	font-size: 1rem;
	font-weight: 500;
	color: #333333;
	margin-top: -5px;
	display: block;
	margin-left: 57px;
	text-transform: capitalize;
}

.input-group-icon {
	height: 29px;
	filter: saturate(43) hue-rotate(155deg) drop-shadow(0 0 7px);
}

.sidebar-wrapper {
	max-height: 100%;
	padding: 1rem 1rem 10rem 1rem;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.sidebar-logo {
	display: none;
}

.sidebar-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px;
	background: transparent;
	font-size: 1.03rem;
	font-weight: 500;
	color: #101316;
	border-radius: 12px;
	padding: 0;
	cursor: pointer;
	transition: all .25s;
}

.sidebar-subitems {
	display: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #E4E4E4;
	transition: max-height 0.2s ease-out;
}

.sidebar-icon {
	width: 56px;
	height: 56px;
	margin-right: 0;
	text-align: center;
	-webkit-transition: margin .25s;
	-o-transition: margin .25s;
	transition: margin .25s;
}

.sidebar-icon i {
	font-size: 36px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.sidebar-item .sidebar-text {
	line-height: 1;
	margin-right: auto;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.sidebar-default .sidebar-item:hover {
	background: #eee;
}

.sidebar-default .sidebar-item.active {
	background-color: #FD7011;
	color: #fff;
}

.sidebar-default .sidebar-item.active:hover {
	color: #101316;
}

.sidebar-default .sidebar-item.active:hover .sidebar-icon i {
	color: #fff;
}

.sidebar-default .sidebar-item.active:hover .sidebar-text {
	color: #fff;
}

.sidebar-default .sidebar-item:hover .sidebar-icon i {
	color: #FD7011;	
}

.sidebar-default .sidebar-item:hover .sidebar-text {
	color: #FD7011;
}

.sidebar-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px;
	background-color: #F0F0F0;
	padding: 0 1rem;
	-webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	z-index: 1;
}

.sidebar-footer .employee-icon {
	width: 56px;
	height: 56px;
	margin-right: 0;
	text-align: center;
	-webkit-transition: margin .25s;
	-o-transition: margin .25s;
	transition: margin .25s;
}

.employee-icon i {
	font-size: 36px;
}

.employee-text {
	font-weight: 600;
	line-height: 1;
	margin-right: auto;
}

.zumumu-sidebar.sidebar-primary {
	background-color: #FD7011;
}

.sidebar-primary .sidebar-header {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-primary .restaurant-name {
	color:  #fff;
}

.sidebar-primary .sidebar-item {
	color: #fff;
}

.sidebar-primary .sidebar-item:hover {
	color: #eee;
}

.sidebar-primary .sidebar-item.active {
	background-color: #fff;
	color: #FD7011;
}

.sidebar-primary .sidebar-footer {
	background-color: #FD7011;
	color: #fff;
}

.zumumu-sidebar.sidebar-primary--light {
	background-color: #EB8552;
}

.sidebar-primary--light .sidebar-header {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-primary--light .restaurant-name {
	color:  #fff;
}

.sidebar-primary--light .sidebar-item {
	color: #fff;
}

.sidebar-primary--light .sidebar-item:hover {
	color: #eee;
}

.sidebar-primary--light .sidebar-item.active {
	background-color: #fff;
	color: #EB8552;
}

.sidebar-primary--light .sidebar-footer {
	background-color: #EB8552;
	color: #fff;
}

#lbl-login-error{
	color: #E53935;
	font-size: 16px;
}

.btn_table_context_delete{
    background-color: #bb2323;
    color: #FFF;
    font-size: 16px;
}

.table_context_menu{
    position: fixed; 
    width: 300px; 
    height: 40px; 
    bottom: 3.4rem; 
}

.btn_table_context_delete{
    font-size: 20px;
    border: solid 0px transparent;
    border-radius: 8px;
    font-weight: 500;
}

#menu-tooltip{
    position: relative; 
    background: #FFF;
    z-index: 1000;
    height: 80px;
    width: 370px;
    padding: 16px;
}

#tooltip-message{
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

#menu-tooltip-symbol{
    font-size: 32px;
    text-align: center;
}