.container {
	max-width: 1330px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

body {
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	background-color: #ffffff;
}


/************ Common ************/
.wid24 {
	width: 24%;
}
.wid26 {
	width: 26%;
}
.wid50-wrap {
	margin-left: -2px;
	margin-right: -2px;
}
.wid50-wrap .wid50 {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}
.wid50 {
	width: 50%;
}

.graybg {
	background-color: #F0F0F0;
}
.graylightbg {
	background-color: #F8F8F8;
}
.graylight2bg {
	background-color: #FCFCFC;
}
.backbg {
	background-color: #999999;
	color: #ffffff;
}

.box-shadow {
	box-shadow: 0px 0.33px 6px #00000029;
}


.pad-4 {
	padding: 4px;
}
.pad-1024 {
	padding: 10px 24px;
}
.pad-1004 {
	padding: 10px 4px;
}
.pad-1010 {
	padding: 10px 10px;
}
.pad-1624 {
	padding: 16px 24px;
}
.pad-2024 {
	padding: 20px 24px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-50 {
	padding-left: 50px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-4px {
	padding-top: 4px !important;
}

.mar-4 {
	margin: 4px;
}
.mar-0404 {
	margin: 0 4px;
}
.mar-4004 {
	margin: 4px 0 0 4px;
}
.mb-20 {
	margin-bottom: 20px;
}
.row-mar-4 {
	margin-left: -4px;
	margin-right: -4px;
}
.row.row-mar-4 > * {
	padding-left: 4px;
	padding-right: 4px;
}


label {
	font-size: 14px;
	line-height: 1.45;
	font-weight: 500;
	display: block;
	margin-bottom: 4px;
}

.form-control::-webkit-input-placeholder { /* Edge */
	color: #A0A3BD;
	opacity: 1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #A0A3BD;
	opacity: 1;
}
.form-control::placeholder {
	color: #A0A3BD;
	opacity: 1;
}
.form-control {
	color: #6E7191;
	font-size: 16px;
	letter-spacing: 0.64px;
	height: 49px;
	padding: 13px 20px;
	border: 1px solid #6E7191 !important;
	background-color: #ffffff;
	border-radius: 0;
	width: 100%;
	min-width: 233px;
	outline: none !important;
	box-shadow: none !important;
}
.form-control:focus {
	color: #6E7191;
}
select.form-control {
	background-image: url('../images/down-arrow.svg');
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 18px;
}


.btn {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	padding: 13px 20px;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0;
}
.btn.btn-gray-border {
	color: #6E7191;
	background-color: #ffffff;
	border: 1px solid #6E7191;
}
.btn.btn-gray-border:hover,
.btn.btn-gray-border:focus {
	color: #ffffff;
	background-color: #999999;
	border-color: #000000;
}
.btn.btn-black {
	color: #ffffff;
	background-color: #999999;
	border: 1px solid #000000;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
	color: #6E7191;
	background-color: #ffffff;
	border-color: #6E7191;
}
.btn i {
	font-size: 15px;
	margin-left: 4px;
}
.btn-wrap.d-flex .btn {
	flex-grow: 1;
	width: 100%;
	min-width: 129px;
	padding: 13px 10px;
}
.btn ~ .btn {
	margin-left: 4px;
}


/************ Header ************/
.logo {
	padding: 10px 0 12px;
}
.menu {
	padding-bottom: 6px;
}
.navbar-nav > .nav-item {
	margin-left: 4px;
}
.navbar-nav > .nav-item > a {
	line-height: 1.3;
	border: 1px solid #6E7191;
	color: #6E7191;
	padding: 13px 20px;
	letter-spacing: 0.64px;
}
.navbar-nav > .nav-item.logout > a {
	color: #ED2E7E;
	border-color: #ED2E7E;
}
.navbar-nav > .nav-item > a:hover,
.navbar-nav > .nav-item > a.active {
	color: #ffffff;
	background-color: #999999;
	/*border-color: #999999;*/
}

/************ Site Content ************/
.site-content {
	padding-bottom: 25px;
}
.nav-tabs {
	border-bottom-color: #6E7191;
}
.nav-tabs .nav-item {
	margin-right: 4px;
}
.nav-tabs .nav-item .nav-link {
	color: #4E4B66;
	border: 1px solid #4E4B66;
	line-height: 1.3;
	border-radius: 0;
	padding: 13px 20px;
	background-color: #ffffff;
	letter-spacing: 0.64px;
}
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
	background-color: #999999;
	color: #ffffff;
}

.section-inner-title {
	color: #14142B;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.44;
	letter-spacing: 0.64px;
	padding: 13px 0;
}

.table>:not(:first-child) {
	border-top: 0;
}
.table tr:nth-child(1) td {
	border-top: 1px solid #707070;
}
.table tr td {
	color: #000000;
	font-size: 14px;
	line-height: 1.4;
	padding: 4px 10px 4px 0;
	vertical-align: middle;
	border-bottom: 1px solid #707070;
}
.table .AA td {
	color: #6E7191 !important;
}
.table .AA td a i {
	color: #6E7191 !important;
}
.table tr td:last-child {
	padding-right: 0;
}
.table tfoot tr td {
	border-bottom: 0;
}

.table.table-borderless tr td {
	border-bottom: 0;
}
.table.table-borderless tr:nth-child(1) td {
	border-top: 0;
}

.dottedborder span {
	white-space: nowrap;
	border-bottom: 2px dotted gray;
	width: 100%;
	min-width: 20px;
	height: 1px;
	display: block;
}
.table .name {
	font-weight: 500;
}
.table .price,
.table .qty {
	font-weight: 700;
	white-space: nowrap;
	text-align: right;
}
.icon {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #A0A3BD;
	color: #A0A3BD;
	background-color: #FFFFFF;
	cursor: pointer;
}
.icon:hover {
	background-color: #999999;
	border-color: #999999;
	color: #ffffff;
}
.black.icon {
	background-color: #999999;
	border-color: #999999;
	color: #ffffff;
}
.black.icon:hover {
	background-color: #ffffff;
	border-color: #A0A3BD;
	color: #A0A3BD;
}
.value input {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	width: 84px;
	height: 42px;
	padding: 5px 10px;
	border: 2px solid #A0A3BD;
	background-color: #ffffff;
	outline: none;
}


.receipt-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40px;
	padding-top: 30px;
}
.vertical-lr {
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.custom-checkbox,
.custom-radio {
	line-height: 1.3;
	border: 1px solid #6E7191;
	color: #6E7191;
	padding: 13px 20px;
	letter-spacing: 0.64px;
	position: relative;
}
.custom-checkbox input,
.custom-radio input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.custom-checkbox label,
.custom-radio label {
	display: block;
	pointer-events: none;
}
.custom-checkbox label span,
.custom-radio label span {
	color: #6E7191;
	position: relative;
	display: block;
	text-align: center;
}
.custom-checkbox label::before,
.custom-radio label::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #999999;
	opacity: 0;
	visibility: hidden;
}
.custom-checkbox input:checked + label span,
.custom-radio input:checked + label span,
.custom-checkbox input:hover + label span,
.custom-radio input:hover + label span {
	color: #ffffff;
}
.custom-checkbox input:checked + label::before,
.custom-radio input:checked + label::before,
.custom-checkbox input:hover + label::before,
.custom-radio input:hover + label::before {
	visibility: visible;
	opacity: 1;
}



.table.tfoodmorespace tfoot tr:first-child td {
	padding-top: 20px;
}


.filter-left {
	flex: 1;
}
.filter-left .filter-box {
	margin-right: 20px;
}














.dataTables_wrapper .dataTables_filter label {
	text-align: left;
	margin: 0;
}
.dataTables_wrapper .dataTables_filter [type=search] {
	display: block;
	margin: 0;
	color: #6E7191;
	font-size: 16px;
	letter-spacing: 0.64px;
	height: 49px;
	padding: 13px 20px;
	border: 1px solid #6E7191 !important;
	background-color: #ffffff;
	border-radius: 0;
	width: 100%;
	min-width: 233px;
	outline: none !important;
	box-shadow: none !important;
}
.table.custom-datatable {
	padding: 30px 0;
	width: 100% !important;
	margin: 0;
}
.table.custom-datatable td,
.table.custom-datatable th {
	white-space: nowrap;
}
.table.custom-datatable thead th,
.table.custom-datatable thead td {
	color: #ffffff;
	padding: 11px 18px;
	font-size: 14px;
	font-weight: 500;
	background-color: #999999;
	border-bottom: 0;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.table.custom-datatable thead th.sort::before,
.table.custom-datatable thead td.sort::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 19px;
	height: 19px;
	display: block;
	margin-top: -9px;
	background-image: url('../images/sort_both.png');
	background-repeat: no-repeat;
	background-position: center;
}
.table.custom-datatable thead th.sort--top::before,
.table.custom-datatable thead td.sort--top::before {
	background-image: url('../images/sort_asc.png');
}
.table.custom-datatable thead th.sort--bottom::before,
.table.custom-datatable thead td.sort--bottom::before {
	background-image: url('../images/sort_desc.png');
}
table.custom-datatable tbody th,
table.custom-datatable tbody td {
	padding: 14px 10px;
	text-align: center;
}
table.custom-datatable tbody tr {
	background-color: #FCFCFC;
}
table.custom-datatable.graylightbg tbody tr {
	background-color: #F8F8F8;
}
table.custom-datatable tbody th a i,
table.custom-datatable tbody td a i {
	color: #999999;
}
table.custom-datatable tbody th a:hover i,
table.custom-datatable tbody td a:hover i {
	color: #6E7191;
}
.datatable-table-search {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 20px;
}
.datatable-table-pagination {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-top: 20px;
}
.datatable-table-pagination .pagination {
	margin: 0;
}
.datatable-table-pagination .page-link {
	color: #000000;
}
.datatable-table-pagination .page-item.active .page-link {
	background-color: #000000;
	border-color: #000000;
}
.table .inner-table {
	display: none;
}
.table .inner-table > td {
	padding: 10px 0;
}
.inner-table-title {
	color: #6E7191;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 5px;
}
.table .inner-table thead th,
.table .inner-table thead td {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	background-color: transparent;
	padding: 9px 18px;
}
.table .inner-table thead th.sort::before,
.table .inner-table thead td.sort::before {
	background-image: url('../images/sort_both-black.png');
}
.table .inner-table thead th.sort--top::before,
.table .inner-table thead td.sort--top::before {
	background-image: url('../images/sort_asc-black.png');
}
.table .inner-table thead th.sort--bottom::before,
.table .inner-table thead td.sort--bottom::before {
	background-image: url('../images/sort_desc-black.png');
}
.table .inner-table thead tr,
.table .inner-table tbody tr {
	background-color: #EEEEEE;
}
.table .inner-table tbody th,
.table .inner-table tbody td {
	font-size: 14px;
	padding: 9px 18px;
}
.table .inner-table tbody th a,
.table .inner-table tbody td a {
	color: #6E7191;
}
.table .inner-table tbody tr:last-child th,
.table .inner-table tbody tr:last-child td {
	border-bottom: 0;
}





/************* Cancel Ticket Modal *************/
.modal-content {
	border: 0;
	border-radius: 0;
}
.modal-body {
	padding: 30px 30px;
}
.cancel-ticket-modal .modal-dialog {
	max-width: 425px;
}
.modal-title {
	font-weight: 600;
	letter-spacing: 0.64px;
	margin-bottom: 25px;
}
.cancel-ticket-modal .btn-wrap.d-flex .btn {
	flex-grow: inherit;
	width: auto;
}


/************* Keyboard Modal *************/
.keyboard-modal .modal-dialog {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.keyboard-modal .modal-body {
	padding: 10px;
}
.keyboard-wrap .top {
	padding-bottom: 10px;
}
.keyboard-wrap .top input {
	padding: 5px 10px;
	text-align: right;
}
.keyboard-wrap .bottom .left {
	width: 65%;
}
.keyboard-wrap .bottom .left button {
	width: 30%;
	min-width: inherit;
	padding: 5px 5px;
	margin: 0 5px 5px 0;
	font-size: 16px;
}
.keyboard-wrap .bottom .left button:hover,
.keyboard-wrap .bottom .left button:focus {
	background-color: #f3f3f3;
}
.keyboard-wrap .bottom .right {
	width: 35%;
}
.keyboard-wrap .bottom .right button {
	font-size: 14px;
	width: 100%;
	min-width: inherit;
	padding: 5px 5px;
	margin-bottom: 5px;
}
.keyboard-wrap .bottom .right button:hover,
.keyboard-wrap .bottom .right button:focus {
	background-color: #f3f3f3;
}
.keyboard-wrap .bottom .right button.submit {
	background-color: #3c3b3b;
	color: #ffffff;
}
.keyboard-wrap .bottom .right button.submit:hover,
.keyboard-wrap .bottom .right button.submit:focus {
	background-color: #000000;
}