﻿@charset "UTF-8";

/* CSS Document */
@font-face {
	font-family: Lato;
	src: url(../font/Lato-Regular.ttf) format('truetype');
}

@font-face {
	font-family: LatoBold;
	src: url(../font/Lato-Bold.ttf) format('truetype');
}

@font-face {
	font-family: LatoBolder;
	src: url(../font/Lato-Bolder.ttf) format('truetype');
}

@font-face {
	font-family: LatoItalic;
	src: url("../font/Lato-Italic.ttf") format('truetype');
}

@font-face {
	font-family: LatoBoldItalic;
	src: url("../font/Lato-BoldItalic.ttf") format('truetype');
}

@page {
	size: landscape;
}

html {
	font-size: 15px;
	scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
div,
ul,
li,
input,
button {
	font-family: 'Lato', serif;
	color: #333;
}

body {
	/*background: url('../img/bakery-pattern.jpg');*/
}

strong,
b,
table th,
h1,
h2,
.font-weight-bold {
	font-family: 'LatoBold', serif;
	font-weight: 300 !important
}

.print {
	text-transform: capitalize !important;
	color: #0368d3;
	font-size: 14px
}

.print:hover {
	color: #0059b8;
	text-decoration: none
}

.print img {
	padding-right: 6px;
	color: #0368d3;
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

table th {
	vertical-align: middle !important
}

b,
strong {
	font-weight: 300 !important
}

.z-index99 {
	z-index: 99
}

.z-index9999 {
	z-index: 9999
}

.break-word {
	word-wrap: break-word;
}


.oy-s {
	overflow-y: scroll
}

.of-h {
	overflow: hidden
}

/**background**/


/**font colors**/


.underline {
	text-decoration: underline
}

.c-p {
	cursor: pointer
}

.text-wrap {
	word-wrap: break-word;
}



.align-center {
	align-items: center;
}

.talignMD {
	text-align: right;
}

.scroll-Y {
	overflow-y: scroll
}

/* Navigation Active States */
.nav-link.active {
	background-color: #007bff !important;
	color: white !important;
	border-radius: 0.25rem;
}

.nav-link:hover {
	background-color: #0056b3;
	color: white;
	border-radius: 0.25rem;
}

/* Mobile Menu Toggle */
.navbar-toggler {
	border: none;
	background: transparent;
	font-size: 1.5rem;
	padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

/* Mobile Navigation Styles */
@media (max-width: 767px) {
	.navbar-collapse {
		background-color: #f8f9fa;
		border-radius: 0.5rem;
		margin-top: 0.5rem;
		padding: 1rem;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	.navbar-nav {
		flex-direction: column;
	}

	.navbar-nav .nav-item {
		width: 100%;
		margin: 0.25rem 0;
	}

	.navbar-nav .nav-link {
		text-align: center;
		padding: 0.75rem 1rem;
		border-radius: 0.25rem;
		background-color: #e9ecef;
		color: #495057;
		transition: all 0.3s ease;
	}

	.navbar-nav .nav-link.active {
		background-color: #007bff;
		color: white;
	}

	.navbar-nav .nav-link:hover {
		background-color: #0056b3;
		color: white;
	}
}

/* Desktop Navigation Styles */
@media (min-width: 768px) {
	.navbar-nav {
		flex-direction: row;
	}

	.navbar-nav .nav-item {
		margin: 0 0.25rem;
	}

	.navbar-nav .nav-link {
		padding: 0.5rem 1rem;
		border-radius: 0.25rem;
		transition: all 0.3s ease;
	}
}

.w-70 {
	width: 70%
}

.w-65 {
	width: 65%
}

.w-20 {
	width: 20%
}

.w-50 {
	width: 50%
}

.w-60 {
	width: 60%
}

.startStopFixedWidth {
	width: 74px
}

.w-100px {
	width: 100px
}

.w-65px {
	width: 65px !important
}

/**font sizes**/
.fs-large {
	font-size: 1.4rem;
}

.fs-regular-10 {
	font-size: 0.60rem;
}

.fs-regular-11 {
	font-size: 0.75rem;
}

.fs-regular-14 {
	font-size: 1rem;
}

.fs-regular-16 {
	font-size: 1.14rem;
}

.fs-regular-20 {
	font-size: 1.25rem;
}

.fs-regular-25 {
	font-size: 2.5rem;
}

.vsmall {
	font-size: 65%
}

.b-0 {
	bottom: 0;
}

.fwhite {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.oneline,
.oneline1 {
	display: flex;
	align-items: left;
	/* vertical alignment */
	gap: 8px;
	/* spacing between text and input */
	/*padding-right:15px;*/
}

.oneline,
.oneline1 select,
div {
	flex: 1;
	/* takes up remaining space */
	min-width: 0;
	/* prevents overflow issues */
}

.oneline span {
	font-size: 1rem;
	min-width: 150px;
	font-weight: bold;
}

.oneline1 span {
	font-size: 1rem;
	min-width: 115px;
	font-weight: bold;
}

.myborder {
	border-bottom: 1px solid #ced4da;
}

/**min height**/
.minHeight600 {
	min-height: 600px
}

.minHeight400 {
	min-height: 400px
}

.minHeight500 {
	min-height: 500px
}

/**max height**/
.maxHeight500 {
	max-height: 500px
}

.maxHeight300 {
	max-height: 300px
}


.minWidth1700 {
	min-width: 1800px
}

.minWidth800 {
	min-width: 800px
}


/**line height**/
.lh-40 {
	line-height: 40px
}

.lh-30 {
	line-height: 30px
}

/**padding**/
.p-1 {
	padding: .5rem !important
}

.p-2 {
	padding: 1rem !important
}

.p-3 {
	padding: 1.5rem !important
}

.p-4 {
	padding: 2rem !important
}

.p-5 {
	padding: 2.5rem !important
}

.p-6 {
	padding: 3rem !important
}

.plr2tb1 {
	padding: 0.25rem 1rem !important;
}

.pt-nm {
	padding-top: 2.25rem !important
}

.pt-logo {
	padding-top: 1.25rem !important
}

/**shadow classes**/
.shadow {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
	box-shadow: 0 1px 14px 4px rgba(203, 203, 203, 0.5);
}


/**header**/
header {
	background: #003c95;
	/*background: #0570b0;#0091b2;#00a2c7*/
	height: 100px;
}

.headerShift {
	height: auto;
}


/**Box size**/
.boxSize {
	border-radius: 8px;
	box-shadow: 0 1px 13px 3px #c0c0c0;
	border: solid 1px #a61127;
	background-color: #ffffff;
	padding: 1.3rem 1.2rem 0rem 1.2rem;
	height: 100%;
	min-height: 190px
}

.boxSize:hover {
	text-decoration: none
}

/**login header**/
.login-header {
	background: #003c95;
	/*background: #3690c0;*/
	height: 72px;
	line-height: 72px;
	border-radius: 8px 8px 0 0;
}

.headingGraphview {
	/*background: #c0e6f5;*/
	background: #aee0fe;
	/*#c0e6f5;#daeef0; #ffeeeb;*/
	line-height: 50px;
}

/**button**/
.btn-primary {
	border-radius: 8px;
	/* box-shadow: 0 4px 0 0 #6b4935; */
	border: solid 1px #870203;
	/*background-color: #006ee4;*/
	background-color: #c50002;
	/*f2654a*/
	height: 36px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:disabled {
	background-color: #870203 !important;
	border: 1px solid #870203;
	box-shadow: none;
}

.btn-disabled,
.btn-disabled:hover {
	background-color: #CECECE !important;
	border: 1px solid #E6E5E5 !important;
	box-shadow: 0 4px 0 0 #989898 !important;
}

.height-auto {
	height: auto
}

.inline-nw {
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 6px 0 0;
	/* spacing between text and dropdown */
	white-space: nowrap;
}

.imgwidth {
	width: 110px;
}

.login-form-box {
	border-radius: 8px !important
}

/* Grow Shadow */
.hvr-grow-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, border, transform;
	transition-property: box-shadow, border, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
	box-shadow: 0 13px 13px -10px rgba(0, 0, 0, 0.5);
	border-color: #F1A90B;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



.side-padding {
	padding-right: 2rem;
	padding-left: 2rem;
}


.image-upload .custom-file-upload {
	text-align: center;
	background: #006ee4;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	margin-top: .8rem;
	cursor: pointer;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='date'],
input[type='password'],
select,
textarea {
	/* border: 1px solid #E5D51C !important; */
	background-color: #FFFEF6 !important;
	height: 35px !important;
	font-size: 16px;
	min-width: 48px !important;
}

label {
	font-size: 1rem;
	font-weight: bold
}

textarea {
	height: 65px !important;
}

input[type='text']:disabled,
input[type='email']:disabled,
input[type='number']:disabled,
input[type='date']:disabled,
input[type='password']:disabled,
select:disabled,
textarea:disabled {
	border: 1px solid #bbb !important;
	background-color: #f1f1f1 !important;
}

input[type='checkbox'] {
	vertical-align: middle !important;
	padding-right: 10px;
}


input.form-control-sm {
	height: 36px !important;
}

button.btn-small {
	height: 36px !important;
	font-size: 12px
}



select.form-control-multiple {
	height: 64px !important;
}

/**navigation**/
.topNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.topNav ul li {
	list-style: none;
	float: left;
}

.topNav ul li a {
	color: #fff;
	display: inline-block;
	height: 100px;
	padding: 45px 20px;
}

.topNav ul li a:hover {
	border-bottom: 4px solid #c0e6f5;
	background: rgba(255, 255, 255, .1);
}

.topNav ul li a.active,
.topNav ul li a p.active {
	border-bottom: 4px solid #FFDE8C;
	background: rgba(255, 255, 255, .2);
	color: #FFDE8C !important;
}

.topNav ul li a p {
	color: #fff;
}

.topNav ul li a .icon {
	padding: 14px;
	padding-right: 28px;
	display: block;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}




.logOut .icon {
	background: url("../img/logout.svg") no-repeat;
}

/*.module{a: unset;}*/
.element {
	all: unset;
}


/**sub menu**/
.multiOptions {
	position: relative
}

.multiOptions ul {
	position: absolute;
	z-index: 9999;
	min-width: 230px;
	display: none;
	margin-top: -6px;
	max-height: 400px;
	overflow-y: auto;
}

.multiOptions ul li {
	display: block;
	float: none;
}

.multiOptions ul li a {
	background: #D4906C;
	padding: 10px 20px !important;
	height: auto;
	display: block;
	width: 100%;
	border-bottom: 1px solid #B7724D
}

.multiOptions ul li a:hover {
	background: #B7724D;
	border-bottom: 1px solid #B7724D;
	text-decoration: none
}

.multiOptions:hover ul {
	display: block
}

/**Table**/
.tableType1 thead {
	background: #F9F3EF;
}

.tableType1 tbody {
	background: #fff;
}

.tableType1 th,
.tableType1 td {
	vertical-align: middle !important
}

.tableFixedWidth {
	width: 100%;
	overflow-x: auto
}

.tableFixedWidth th {
	text-align: center
}

.tableFixedWidth th,
.tableFixedWidth td {
	min-width: 50px;
	vertical-align: middle !important
}


.xScrollSection {
	display: block;
	width: 100%;
	overflow-x: scroll
}

.datePicker {
	background: #FFFEF6 url("../img/calender.svg") 95% 50% no-repeat !important
}

.datehd {
	background: #f3d097 url("../img/calender.svg") 95% 50% no-repeat !important
}


/**Radius**/
.radius-topleft-4 {
	border-top-left-radius: 4px
}

.radius-topright-4 {
	border-top-right-radius: 4px
}

.radius-bottomleft-4 {
	border-bottom-left-radius: 4px
}

.radius-bottomright-4 {
	border-bottom-right-radius: 4px
}

.infoTabView {
	width: 100%;
	overflow-x: auto;
	display: flex;
	flex-wrap: nowrap;
	/* Prevent wrapping */
	min-width: max-content;
}

.infoTabView a {
	color: #666666;
	padding: 16px 22px;
	text-decoration: none;
	flex: 0 0 auto;
	white-space: nowrap;
}

.infoTabView a.active {
	color: #614536;
	font-weight: bold;
	border-bottom: 3px solid #614536
}

.infoTabView a:hover {
	background: #f7f7f7
}

.produceVolume {
	max-height: 336px;
	overflow-y: scroll
}

.bottonIcon {
	width: 46px;
	right: 10px;
	bottom: 10px;
	float: right;
	z-index: 99
}


/**footer**/
footer {
	background: #f5f5f5;
}

footer a {
	text-decoration: none
}

footer a:hover {
	text-decoration: underline
}

.login-footer a {
	color: #333;
	text-decoration: none
}

.login-footer a:hover {
	color: #333;
	text-decoration: underline
}

.fixedLoaderWrap {
	position: fixed;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	height: 100%;
	z-index: 9999999
}

.loader {
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px
}

.bgBlue {
	background: #D6F4ED;
}

.bgYellow {
	background: #FFE100;
}

.bgGreen {
	background: #C1E59F;
}

.talignMD {
	text-align: right;
}

.talignC {
	text-align: center;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}


@media (min-width: 2800px) and (max-device-width: 5000px) {
	.btn-primary {
		height: 55px
	}

	.btn-primary1 {
		height: 80px;
		width: 150px;
	}

	input[type='text'],
	input[type='email'],
	input[type='number'],
	input[type='date'],
	input[type='password'],
	select {
		height: 48px !important;
	}

	.minWidth1700 {
		width: 3800px
	}

	.startStopFixedWidth {
		width: auto
	}

	.graphLarge {
		width: 1200px
	}

	.graphMedium {
		width: 600px
	}

	.graphTable {
		width: 800px
	}

	.vcenter {
		height: 100px;
	}

	.vcenter160 {
		height: 160px;
	}
}

@media (min-width: 1800px) and (max-device-width: 2800px) {
	.btn-primary {
		height: 48px
	}

	.btn-primary1 {
		height: 80px;
		width: 150px;
	}

	input[type='text'],
	input[type='email'],
	input[type='number'],
	input[type='date'],
	input[type='password'],
	select {
		height: 48px !important;
	}

	.minWidth1700 {
		width: 2600px
	}

	.startStopFixedWidth {
		width: auto
	}

	.graphLarge {
		width: 900px
	}

	.graphMedium {
		width: 500px
	}

	.graphTable {
		width: 500px
	}

	.vcenter {
		height: 100px;
	}

	.vcenter160 {
		height: 160px;
	}
}

@media (min-width: 1800px) and (max-device-width: 2800px) {
	.btn-primary {
		height: 48px
	}

	input[type='text'],
	input[type='email'],
	input[type='number'],
	input[type='date'],
	input[type='password'],
	select {
		height: 48px !important;
	}

	.minWidth1700 {
		width: 2600px
	}

	.startStopFixedWidth {
		width: auto
	}

	.graphLarge {
		width: 900px
	}

	.graphMedium {
		width: 500px
	}

	.graphTable {
		width: 500px
	}

	.vcenter {
		height: 100px;
	}

	.vcenter160 {
		height: 160px;
	}
}

@media (min-width: 1441px) and (max-device-width: 1799px) {
	.btn-primary {
		height: 48px
	}

	input[type='text'],
	input[type='email'],
	input[type='number'],
	input[type='date'],
	input[type='password'],
	select {
		height: 48px !important;
	}

	.startStopFixedWidth {
		width: auto
	}

	.graphLarge {
		width: 900px
	}

	.graphMedium {
		width: 500px
	}

	.graphTable {
		width: 500px
	}

	.vcenter {
		height: 100px;
	}

	.vcenter160 {
		height: 160px;
	}
}

@media (min-width: 1751px) {
	html {
		font-size: 22px
	}

	.boxSize {
		min-height: 252px
	}
}

@media (min-width: 1701px) and (max-device-width: 1750px) {
	html {
		font-size: 20px
	}

	.boxSize {
		min-height: 222px
	}
}

@media (min-width: 1651px) and (max-device-width: 1700px) {
	html {
		font-size: 19px
	}

	.boxSize {
		min-height: 220px
	}
}

@media (min-width: 1601px) and (max-device-width: 1650px) {
	html {
		font-size: 18px
	}

	.boxSize {
		min-height: 218px
	}
}


@media (min-width: 1441px) and (max-device-width: 1600px) {
	html {
		font-size: 18px
	}

	.boxSize {
		min-height: 215px
	}
}



@media (min-width: 768px) and (max-device-width: 1024px) {
	html {
		font-size: 14px
	}

	.fs-regular-14 {
		font-size: 1rem;
	}

	.pl-sm-0,
	.pr-sm-0 {
		padding: 0 !important
	}

	.side-padding {
		padding-right: 0rem;
		padding-left: 0rem;
	}

	.hide-md {
		display: none
	}

	.topNav ul li a {
		padding: 40px 10px;
	}

	.talignMD {
		text-align: right;
	}
}

@media only screen and (max-device-width: 767px) {
	html {
		font-size: 14px
	}

	.fs-regular-14 {
		font-size: 1rem;
	}

	.fs-regular-sm-12 {
		font-size: .75rem
	}

	.pl-sm-0,
	.pr-sm-0,
	.pb-sm-0 {
		padding: 0 !important
	}

	.side-padding {
		padding-right: 0rem;
		padding-left: 0rem;
	}

	.talignMD {
		text-align: left;
	}

	.boxSize {
		min-height: 180px
	}

	.hide-sm {
		display: none
	}

	.show-sm {
		display: block !important
	}

	.w-sm-15 {
		width: 15% !important
	}

	.w-sm-100 {
		width: 100% !important
	}

	.w-sm-65 {
		width: 65% !important
	}

	.w-sm-70 {
		width: 70% !important
	}

	.w-sm-75 {
		width: 75% !important
	}

	.w-sm-45px {
		width: 45px !important
	}

	.startStopFixedWidth {
		width: 64px
	}

	.clear-sm {
		clear: both
	}

	/**font**/
	.fs-sm-regular-16 {
		font-size: 1.15rem;
	}

	.fs-sm-regular-13 {
		font-size: .9rem
	}

	/**margin**/
	.sm-mt-0 {
		margin-top: 0rem !important
	}

	.sm-mt-1 {
		margin-top: .5rem
	}

	.sm-mt-2 {
		margin-top: 1rem
	}

	.sm-mt-3 {
		margin-top: 1.5rem
	}

	.sm-mt-15px {
		margin-top: -15px
	}

	.sm-mb-1 {
		margin-bottom: .5rem !important
	}

	.sm-ml-3 {
		margin-left: 1.5rem
	}

	.sm-mr-0 {
		margin-right: 0rem !important
	}

	.sm-ml-0 {
		margin-left: 0rem !important
	}

	/**padding**/
	.pt-sm-0 {
		padding-top: 0rem !important;
	}

	.pt-sm-1 {
		padding-top: 1rem !important;
	}

	.pb-sm-1 {
		padding-bottom: 1rem !important;
	}

	.p-sm-1 {
		padding: .5rem !important
	}

	.p-sm-2 {
		padding: 1rem !important
	}

	.p-sm-3 {
		padding: 1.5rem !important
	}

	.p-sm-4 {
		padding: 2rem !important
	}

	.p-sm-5 {
		padding: 2.5rem !important
	}

	.p-sm-6 {
		padding: 3rem !important
	}

	.pt-nm {
		padding-top: 1.5rem !important
	}

	.pt-logo {
		padding-top: 1.5rem !important
	}

	.pr-sm-3 {
		padding-right: 1.5rem !important
	}

	.pl-small-0 {
		padding-left: 0rem !important
	}

	.pl-sm-1,
	.pl-small-1 {
		padding-left: .5rem !important
	}

	.pl-sm-3 {
		padding-left: 1.5rem !important
	}

	.pr-small-1 {
		padding-right: .5rem !important
	}

	.pr-small-0 {
		padding-right: 0rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0rem !important
	}

	.pb-small-0 {
		padding-bottom: 0rem !important
	}

	.plr-sm-4 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	header {
		height: 80px
	}

	.vcenter {
		height: 80px
	}

	.vcenter160 {
		height: 80px
	}

	header .logo {
		width: 90%
	}

	.login-header {
		height: 54px;
		line-height: 54px;
	}

	.login-logo img {
		/*width: 60px*/
	}

	.topNav ul li a {
		color: #fff;
		display: inline-block;
		height: 80px;
		padding: 28px 10px;
	}

	.topNav ul li a .icon {
		padding: 14px;
		padding-right: 10px;
		padding-left: 20px
	}


	.infoTabView {
		width: 100%;
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		/* Prevent wrapping */
		min-width: max-content;
	}

	.mobileMenuBg {
		background: white;
		position: fixed;
		z-index: 9999;
		width: 100%;
		height: 100vh;
		float: none;
		left: 0;
		top: 0;
		right: 0;
		display: none;
		overflow-y: auto;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	.mobileMenuBg.show {
		display: block !important;
	}

	.mobileMenuBg.hide {
		display: none !important;
	}

	.mobileMenuBg ul {
		margin: 0;
		padding: 0;
		margin-top: 30px;
		position: relative;
		z-index: 10000;
	}

	.mobileMenuBg ul li {
		display: block;
		width: 100%;
		list-style: none;
		margin-bottom: 8px;
		position: relative;
		z-index: 10001;
	}

	.mobileMenuBg ul li a {
		cursor: pointer
	}

	.mobileMenuBg ul li p {
		background-color: white;
		color: #333;
		padding: 16px 20px;
		margin-bottom: 1px;
		width: 100%;
		display: block;
		text-align: left;
		cursor: pointer;
		border-bottom: 1px solid #eee;
		font-weight: 400;
		font-size: 16px;
		transition: background-color 0.3s ease;
	}

	.mobileMenuBg ul li a {
		cursor: pointer;
		text-decoration: none;
		display: block;
	}

	.mobileMenuBg ul li a:hover p,
	.mobileMenuBg ul li a:focus p {
		background-color: #f5f5f5;
		text-decoration: none;
	}

	.mobileMenuBg ul li a.active p {
		font-weight: bold;
		background-color: rgba(255, 255, 255, .9);
		border-bottom: 4px solid #FFDE8C
	}

	.mobileMenuBg ul li a:hover p,
	.mobileMenuBg ul li a:active p,
	.mobileMenuBg ul li a:focus p {
		text-decoration: none
	}

	.mobileMenuBg .multiOptions p {
		border-bottom: 4px solid #FFDE8C;
		background-color: rgba(255, 255, 255, 0);
	}

	.mobileMenuBg .multiOptions {
		background-color: rgba(255, 255, 255, .95);
	}

	.mobileMenuBg .multiOptions ul {
		height: auto;
	}

	.mobileMenuBg .multiOptions .subNav {
		display: block;
		position: relative;
		margin-top: 0px
	}

	.mobileMenuBg .multiOptions .subNav li a {
		background-color: rgba(255, 255, 255, .8);
		color: #9F7E6B;
		padding: 16px 0;
		margin-bottom: 0;
		width: 100%;
		display: block;
		text-align: center;
		cursor: pointer;
		border-bottom: 1px solid #eee
	}

	.mobileMenuBg .multiOptions .subNav li {
		margin-bottom: 0px
	}


	.bakeryAccordionData {
		width: 100% !important
	}

	.orderHeading {
		color: #fff;
		padding: 1rem 1rem;
	}


	.tabBox {
		padding: 8px 7px;
		color: #666666;
		margin-right: 0rem;
		float: left;
		display: block;
		background: #fff;
	}

	.tabBox:nth-child(2),
	.tabBox:nth-child(3) {
		margin-left: -1px
	}

	.tabBox:hover,
	.tabBox.active {
		background: #D4906C;
	}

	.mobileXscroll {
		overflow-x: scroll
	}

	.m-tableFixedWidth {
		width: 100%;
		overflow-x: scroll
	}

	.m-tableFixedWidth th,
	.m-tableFixedWidth td {
		min-width: 50px;
		vertical-align: middle !important
	}

	.w-sm-min-Width100 {
		min-width: 100%
	}

	.graphLarge,
	.graphTable,
	.graphMedium {
		width: 100%
	}

	.m-no-xScrollSection {
		overflow-x: auto;
	}

	.fs-regular-16 {
		font-size: 1.05rem;
	}

	.fs-regular-20 {
		font-size: 1.15rem;
	}

	.produceVolume {
		max-height: inherit;
		overflow-y: hidden
	}

}