body{
	background-color: #f4f3ef;
}

.bg-soft-grey{
	background-color: #ececec !important;
}
.bg-faint-white{
	background-color: #fafafa !important;
}
.fw-300{
	font-weight: 300 !important;
}
.fw-400{
	font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}
.fs-18{
	font-size: 18px !important;
}
.pointer{
	cursor: pointer;
}
.rounded-4{
	border-radius: 4px;
}
.box-container.register-container{
	background-color: inherit;
  margin-top: 0;
  /* width: calc(100% - 240px);
  height: calc(100vh - 100px);
  margin: 10px 10px 10px 0; */
  padding-top: 0;
  float: right;
	transition: width .1s;
}
.box-container.dash-collapse{
	width: calc(100% - 100px) !important;
}
.register-container .reg-sub-container{
	width: 100%;
	padding: 10px;
	height: calc(100%);
	/* box-shadow: 0 0px 15px 5px rgba(0,0,0,.15); */
	box-shadow: 0 0px 15px -6px rgba(0, 0, 0, .15);
	border-radius: 4px;
	overflow-y: auto;
}
.register-container .right-box.reg-sub-container{
	/* flex: inherit;
	width: 650px; */
}
.reg-sub-container .dpt-row{
	display: table;
	/* border-bottom: 2px solid #f4f3ef; */
}
.reg-sub-container .dpt-row .item:nth-child(6){
	/* margin-right: 0; */
}
.reg-sub-container .dpt-row .item{
	background-color: #3d5591;
    min-width: 110px;
    width: 110px;
    padding: 10px 0 8px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 11px;
    box-shadow: 2px 3px 5px -1px #9a9a9a;
    border-radius: 4px;
    cursor: pointer;
}

.reg-sub-container .dpt-row .item.active{
    /* width:  100%; */
}
.reg-sub-container .dpt-row .item img{
	width: 20px;
	margin-bottom: 5px;
}
.reg-sub-container .dpt-row .item p{
	font-size: 11px;
  font-weight: 600;
	text-transform: capitalize;
}
.slider-holder{
	min-height: 61px;
}
.flex{
	display: flex;
}
.flex-1{
	flex: 1;
}

.reg-sub-container .sub-dpt{
	/* margin-top: 10px; */
	width: 100%;
	display: table;
	/* border-bottom: 2px solid #f4f3ef; */
}
.reg-sub-container .sub-dpt.bg-white{
    background-color: #fff;
	display: flex;
	overflow-x: auto;
}
.reg-sub-container .sub-dpt .item{
	background-color: #3d5591;
    padding: 5px 8px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 3px 5px -1px #9a9a9a;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
	float: inherit;
}

.reg-sub-container .sub-dpt .itemtool{
	background-color: #3d5591;
    padding: 20px 10px;
    text-align: center;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    box-shadow: 2px 3px 5px -1px #9a9a9a;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
		height: 70px;
    width: 140px;
		display: flex;
		flex-direction: column;
		justify-content: center;
}

.reg-sub-container .sub-dpt  .itemdept {
    /* width:  100%; */
    width: auto;
    background-color: #3d5591;
    padding: 5px 8px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 3px 5px -1px #9a9a9a;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.sub-dpt.search-item{
	padding-bottom: 10px;
	display: inline-flex;
}
.sub-dpt.search-item .search-icon{
    width: 60px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    background-color: #fdd6ae;
    cursor: pointer;
}
.sub-dpt.search-item .search-icon img{
    width: 18px;
    position: relative;
    top: 6px;
}
.sub-dpt.search-item input{
    width: 100%;
    text-indent: 10px;
     border-radius: 4px 0 0 4px;
    border: none;
    outline: none;
    height: 30px;
    background-color: antiquewhite;
    color: #010e2f;
    font-weight: 600;
}

.reg-sub-container .sub-dpt.items-container{
	border-bottom: none;
}

.items-container .item-row .item-title {
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	justify-content: center;
}
.items-container .item-row .item-title img{
    width: 20px;
    position: relative;
    transition: all 0.3s ease;
}
.rotate.item-title img{
	transform: rotate(180deg);
}
.items-container .item-row .item-title span{
	font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: #051233;
    font-weight: 600;
}
.items-container .item-row .item-list{
  border-bottom: 2px solid #f4f3ef;
}
.items-container .item-row .item-list-tool{
	/* margin-left: 30px; */
    padding-top: 10px;
    /* border-top: 2px solid #f4f3ef; */
    /* border-bottom: 2px solid #f4f3ef; */
		display: flex;
    flex-wrap: wrap;
}
.items-container .item-row .item-list .item{
	background-color: #3d5591;
    padding: 5px 8px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 3px 5px -1px #9a9a9a;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
		height: 70px;
    width: 140px;
		display: flex;
		flex-direction: column;
		justify-content: center;
}
.items-container .item-row .item-list .item .item-name{
	border-bottom: 1px solid #ffffff36;
  padding-bottom: 3px;
  margin-bottom: 2px;
	/* width: 85px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
.hide{display: none;}


.items-container .item-row .item-list-tool .itemtool .item-name-quick{
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 3px;
    margin-bottom: 2px;
}




.reg-sub-container .head-row{
	width: 100%;
	/* display: table; */
}
.reg-sub-container .head-row .left{
	float: left;
}
.reg-sub-container .head-row .right{
	float: right;
	display: inline-flex;
}
.card-holder .icon-box{
    width: auto;
    height: auto;
    background-color: #3d5591;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    margin: 12px 5px 0;
    cursor: pointer;
    box-shadow: 2px 3px 5px -1px #9a9a9a;
}
.card-holder .icon-box img{
    width: 30px;
		height: 30px;
		padding: 5px;
    position: relative;
}
.head-row .card-holder .dpt-row .item{
	margin-bottom: 0;
	border-bottom: none;
	color: #fff;
}
.right-box .sub-dpt.search-item{
	border-top: 2px solid #f4f3ef;
	margin-top: 0;
	padding-top: 10px;
}
.right-box .sub-dpt.search-item .search-icon.barcode{
	border-radius: 0;
	border-right: 1px solid #faebd7;
}
.right-box .sub-dpt.search-item .search-icon{
	background-color: #fdd6ae;
}

.item-detail-list table{
	width: 100%;
	margin-top: 10px;
	border: 1px solid #ebeffb;
	border-collapse: collapse;
}
.item-detail-list table td.icon{
	width: 40px;
	text-align: center;
}
.item-detail-list table td{
	font-size: 14px;
  font-weight: 600;
  color: #051233;
  /* border: 1px solid #dcdcdc; */
  padding: 5px 10px;
	line-height: inherit;
}
.item-detail-list table img{
	width: 20px;
	position: relative;
    top: 2px;
    cursor: pointer;
}
.item-detail-list table td.cart{
	text-align: center;
	width: 110px;
}
.item-detail-list table td.cart.edit{
	width: 70px;
}
.item-detail-list table td.cart.edit input{
	width: 70px;
	text-align: right;
	padding-right: 5px;
}
.pay-container .item-detail-list table td select,
.pay-container .item-detail-list table td input{
	width: 100%;
	height: 25px;
	text-align: right;
	padding-right: 5px;
	background-color: #fff;
	border: 1px solid #d4dcf7;
	font-size: 12px;
	font-weight: 600;
	color: #051233;
	margin-right: 0px;
	/* margin-bottom: 5px; */
}
.pay-container .item-detail-list table td input{
	margin-bottom: 0px;
}
.item-detail-list table{
	    background-color: #f5f8ff;
}
.item-detail-list table td.cart input{
	width: 40px;
	border: 1px solid #0d1323;
	font-size: 12px;
  font-weight: 600;
  color: #051233;
  text-align: center;
	margin-right: 1px;
    margin-left: 1px;
	text-indent: inherit;
}
.item-detail-list table td.title{
	width: 100px;
}
.item-detail-list table td.cart button{
	border: none;
    outline: none;
    width: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
    border-radius: 0 !important;
    cursor: pointer;
    color: #051233;
    font-size: 10px;
		margin: 0;
		padding: 0 10px;
    border: 1px solid #0d1323;
}
.item-detail-list table td.rate{
	text-align: right;
	width: 70px;
}
.item-detail-list table td.left-align{
	text-align: left;
}
.item-detail-list table td.rate.last{
	width: 80px;
}
.right-box.reg-sub-container{
	position: relative;
}
.right-box.reg-sub-container .pay-container{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	/* border-top: 2px solid #f4f3ef; */
	background: #fff;
}
.pay-container .sub-dpt{
	border: none !important;
	padding-bottom: 0;
}
.pay-container .sub-dpt.search-item input{
	border-radius: 4px;
}
.pay-container .item-detail-list table td.rate{
	width: 120px;
}
.pay-container .item-detail-list table tr.final-row .total{
	color: #a75300;
}
.pay-container .item-detail-list table .btn{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pay-container .item-detail-list table .final-row button{
	border: none;
	outline: none;
    padding: 0px 18px;
	height: 38px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    margin-right: 5px;
    font-weight: 600;
    border-radius: 4px;
}
.pay-container .send{
	background-color: #3d5591;
}
.pay-container .cancel{
	background-color: #FF3F05;
}
.pay-container .receipt,
.pay-container .open{
	background-color: #f68a1f;
}
.pay-container .open{
	background-color: #c16407;
}
.pay-container .split{
	background-color: #5bc0de;
}
.pay-container .pay{
	background-color: #04a73f;
}

.pay-container .save{
	background-color: #056832;
}
.btn-group-pay{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
}
.btn-group-pay .btn{
	width: 100%;
	height: auto;
	min-height: 35px;
}

@media (max-width: 1024px) {
	.item-detail-list table td.cart button,
	.item-detail-list table td .btn-loyalty,
	.item-detail-list table td.cart input{
	    height: 22px !important;
	}
	.items-container .item-row .item-list-tool{
		display: flex;
    flex-wrap: wrap;
		padding-top: 5px !important;
	}
	.items-container .item-row .item-list-tool .left-dept {
    margin: 3px 0 3px 6px !important;
    height: auto !important;
    padding: 10px !important;
    flex: 1;
	}
	.items-container .item-row .item-list-tool .left-dept:last-child{
		margin-right: 0 !important;
	}
}

@media (max-width: 1280px) {
	.item-detail-list table{
		border: none !important;
	}

	.item-detail-list.item-scroll tr {
    display: flex;
    flex-wrap: wrap;
		margin-bottom: 3px;
		border: 1px solid #808080;
	}
	.item-detail-list table td{
		flex: 0 0 25% !important;
	}
	.item-detail-list table td.icon {
		flex: 0 0 40px !important;
	}
	.item-detail-list table td.item-name{
		flex: 0 0 calc(100% - 40px) !important;
	}
	.item-detail-list table td.cart{
		    flex: 0 0 108px !important;
	}
	.item-detail-list table td.rate{
		flex: 0 0 calc(50% - 54px) !important;
		display: flex;
    justify-content: center;
    align-items: center;
	}
	.item-detail-list table td.td-loyalty,
	.item-detail-list table td.edit{
		flex: 1 !important;
		text-align: center;
		display: flex;
    justify-content: center;
    align-items: center;
	}
	.item-detail-list table td button,
	.bottom-holder-outer table td button{
		margin: 0 !important;
	}
	.item-detail-list table td.cart .cart-holder input{pointer-events: none;}
	.bottom-holder-outer table tr{
		/* display: flex; */
	}
}

@media (max-width: 1280px){
	/* .bottom-holder-outer table td.rate {
	    display: table-cell !important;
	} */
	.register-container .right-box.reg-sub-container {
		min-width: 430px;
	}
	#style-7::-webkit-scrollbar {
	    width: 2px;
	    background-color: #F5F5F5;
	}
	.slider-holder.department-slider{
		width: 100% !important;
	}
	.slider-holder.department-slider .lSAction{
		display: none !important;
	}
	/* .box-container.dash-collapse {
    	width: calc(100% - 20px) !important;
		height: calc(100vh - 100px) !important;
	} */
	div.box-container.register-container {
		width: calc(100% - 20px) !important;
		height: calc(100vh - 100px) !important;
	}
	.reg-sub-container .sub-dpt{
		display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: start;
	}
	.reg-sub-container  .sub-dpt.search-item{
		flex-wrap: nowrap;
	}
	.reg-sub-container .sub-dpt .itemdept{
		flex: 1;
	}
}


@media all and (max-width: 1280px){
	.modal-dialog-centered {
		max-width: inherit !important;
		margin: 10px auto !important;
		width: calc(100% - 20px) !important;
		align-items: start !important;
		padding-top: 54px;
		height: calc(100vh - 33px);
	}
	.modal-dialog-centered .modal-content{
		/* height: calc(100vh - 100px); */
	}
	.box-container.dash-collapse{
		width: calc(100% - 20px) !important;
	}
	.box-container{
		/* width: calc(100% - 20px) !important; */
	}
  }