
body{
	
	background: black;
}
 
.currency:before {
	content: "Ksh. ";
	font-size: 13px;
	color: gray;
	
}
.pane {
	background: white;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	height: 100%;
	overflow: hidden;
	border-radius: 6px;
 
}
.pane:hover{
 opacity: 1;
}
 
.pane > .cols {
	float: left;
	height: 100%;
	padding: 0;
}
.sold-items {
 
	padding: 24px;
	padding-top: 0;
	width: 70%;
	position: relative;
 
	background: white;
 
}
.stock-search-result-box {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 56%;
	margin: auto;

	height: 55px;
	padding: 0;
	z-index: 100;
	overflow: hidden;
	border-radius: 12px;
	transition: all .05s;
	margin-top: 7px;
	box-shadow: none;
 
}
.btn.secondary {
	background: transparent;
	color: cornflowerblue;
}
.stock-search-result-box .close{
	display:none;
}
#stockCount {
 
 
	padding: 6px 12px;
	border-radius: 12px;
	display: inline-block;
	opacity: 0;
	color: gray;
	transition: all .2s;
}
.drop-down .close{
	display: inline-block;
}
.drop-down #stockCount{
	opacity: 1;
}

.drop-down {
	box-shadow: 0 2px 12px rgba(0,0,0,0.3);
	height: calc(100% - 100px);
	border-radius: 12px;
	background: #fafafa;
}
#stockList {
	height: calc(100% - 40px);
	padding-top: 7px;
}
#stockList .item{
 
	min-height: 40px;
	align-items:center;
}
.item:hover .inputs, .list .inputs.editable {

} 
 .inputs.editable,#stockList .item:hover .inputs{
	border: 1px solid silver;
	background: white;
}
 #saleItemsList {
	height: calc(100% - 250px);
	padding: 12px;
	margin-top: 72px; 
	border: 1px solid silver; 
} 
.list .item .editable {
	border: 1px solid silver;
	background: white;
}
.list .inputs {
	width: 100%;
	min-width: 0;
	border: none;
	background: transparent;
}
.item-unit > span {
	font-weight: bold;
	margin-left: 2px;
}
.item-unit > span:nth-child(1) {
 
	margin-left: 6px;
}
#closeSearchResultBox {
	display: block;
	height: 40px;
	overflow: Hidden;
}
.amount-due {
	display: block;
	font-size: 42px;
	text-align: center;
	margin: 24px 0;
 
	 
}
.amount-due:before {
	color: gray;
	content: "Pay: Ksh. ";
	font-size: 20px;
}

.sale_stock{
	height: calc(100% - 70px);
 
}
  
.sale_stock .col1 {
	width: 60px;
	display: inline-block;
	height: 60px;
	margin-right: 12px;
} 
.sale_stock .col2 {
	width: calc(100% - 450px);
	break-word: wrap;
	font-size: 16px;
}
.sale_stock .col3 {
	width: 100px;
	text-align: center;
	color: red;
}
.sale_stock .col4 {
	text-align: center;
	width: 100px;
}
.sale_stock .col5 {
	width: 120px;
	text-align: right;
 
}
span.pad-right-fourteen{
	padding-right: 16px;
}
.sale_stock .col6 {
	width: 60px;
	text-align: right;
}
 
.batch-info {
	display: block;
	font-size: 12px;
	color: gray;
	margin: 6px 0;
}
.bar-code {
	border-radius: 0 4px 4px 0;
	display: block;
	left: 0;
	top: 12px;
	font-size: 12px;
	color: silver;
	font-family: courier, consolas;
}
.bar-code:before {
	content: "";
}
.opaque {
	background: #fafafa;
	background:transparent;
	opacity: 1;
}
.payment-box {
	width: 40%;
	padding: 12px; 
 
	background: #e4eff7;
	background: #fafafa;
}
.payment-box >div {
 padding: 0 48px;
}
.slide {
 
	height: calc(100% - 124px);
	justify-content: left;
	margin: 1% 2%;
	margin-top: 2.5%;
	position: fixed;
	width: 96%;
	display:none;
	border-radius: 2px;
	overflow:hidden;
	opacity: .99;
 
	 
}
.slide .title >span{
	font-size: 20px;
	font-weight: bold;
	color: rgba(0,112,192);
}
.slide.show{
	display:flex;
 
}
.nav {
	align-items: center;
	background: transparent;
	 color: white;
	display: flex;
	height: 60px;
	width: 96%;
	margin: auto;
	z-index: 1;
	padding-top: 24px;
 
}
.business-name {
	font-size: 18px;
	font-weight: bold;
	padding: 12px;
	color: #fafafa; 
}
.business-logo {
	height: 40px;
	width: 40px;
}
.summary {
	border: 1px solid silver;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 24px;
	min-width: 120px;
	padding: 3px 12px;
	text-align: center;
}
.summary:before {
	color: gray;
	display: block;
	font-size: 18px;
	font-weight: normal;
}
 
.arr-down {
	display: block;
	height: 24px;
	margin: 0 12px;
	width: 24px;
}
.ua {
	cursor: default;
	margin-left: auto;
	margin-right: 12px;
}
.ua > div {
	align-items: center;
	border: 1px solid silver;
	border:none;
	border-radius: 4px;
	display: flex;
	justify-content: left;
	padding: 7px;
}
.prof-img {
	border-radius: 100%;
	height: 40px;
	margin-right: 12px;
	width: 40px;
}
 
.item{
	
	cursor: default;
	display: flex;
	font-size: 16px;
	justify-content: left;
	align-items: center;
	min-height: 60px;
	overflow: hidden;
	padding: 6px;
	width: 100%;
	box-shadow: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid whitesmoke;
	margin-bottom: 2px;
	background: white;
	background: transparent;
 
	 
 
}
.list-header{ 
	overflow: auto; 
	background: white; 
	position: relative;

 }
 
.list-header >div{ 
	cursor: default;
	display: flex;
	font-size: 14px; 
	min-height: 30px;
	overflow: hidden;
	padding: 4px;
	width: 100%;
	box-shadow: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	position: relative;
	border-top: 1px solid transparent; 
	margin-bottom: 2px;
	background: white;
	background: transparent;
 	justify-content: left;
	align-items: center; 
	background-image: linear-gradient(white, whitesmoke);
	border-bottom: 1px solid silver; 
	border-radius: 7px 7px 0 0 ; 
		padding-right: 12px;
}
 .list-header span{
	font-weight: bold;
	height: fit-content !important;
 }
.item .cols{
 
}
.item.hidden {
	height: 0;
}
.item:hover {
	margin-bottom: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);

}
 
.action {
 
 
	webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;
	overflow: hidden;
	background: inherit;
	display:flex;
	justify-content: space-between;
	align-items:center;
	min-height: 30px;
	padding: 2px;
	 

}

.recorded-by{
	color: silver;
	font-size: 14px;
	font-style:italic;
	position: absolute;
	bottom: 0;
	right: 12px;
 
 
}
.recorded-by:before{
	content:"~";
	
	
}
.selected .action  .btn{
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	background: cornflowerblue;
	color: white;
}
.item:hover .action {
	webkit-filter: grayscale(0%);
	filter: grayscale(0%);
		opacity: 1;
}
.pane .header {
	background: white;
	height: 100px;
	width: 100%;
}
.cols {
	display: inline-block;
	overflow: hidden;
	padding: 3px;
	cursor: default;
}
.list {
	overflow: auto;
 
	background: white;
	padding-bottom: 60px;
	position: relative;
	scroll-behavior: smooth;
	width: 100%;
	border-bottom: 1px solid lightgray;
}
.list > fieldset {
	background: white;
	border: 1px solid silver;
	border-radius: 2px;
	margin: 12px 0;
	overflow: hidden;
	padding: 12px;
	position: relative;
}
.search-box {
	height: 60px;
	overflow: hidden;
	padding: 12px;
	display:flex;
	justify-content:left;
	align-items:center;
 
} 
.search-box .inputs{
	margin-left: 12px;
	width: 200px;
}
label {
	margin: 0 7px;
	width: 120px;
}
.c-group label {
	
	width: 120px;
}
.inputs {
	background: transparent;
	background: white;
	border: 1px solid silver;
	border-radius: 3px;
	outline: none;
	padding: 7px;
	transition: all .2s;
}
.btn {
	background-color: #ebf2ff;
	border-radius: 3px;
	color: #1a73e8;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	outline: none;
	padding: 3px 12px;
	text-align: center;
	transition: all 0.1s;
}
.btn:hover {
	box-shadow: 0 1px 1px rgba(100,0,100,0.1);
}
.primary.disabled{
	background: silver;
	color: whitesmoke ;
	cursor: not-allowed;
	pointer-events: none;
}
 .secondary.disabled {
  
	color: gray ;
	cursor: not-allowed;
	pointer-events: none;
}

.add-items {
	background: whitesmoke;
	border-radius: 3px;
	bottom: 0;
	color: gray;
	display: block;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 0;
	width: fit-content;
}

.change {
	color: red;
	display: block;
	font-size: 24px;
	text-align: center;
	margin: 24px 0;
}
.change:before {
	color: gray;
	content: "Change: Ksh. ";
	font-size: 20px;
}
.r-align {
	text-align: right;
}
.c-align {
	text-align: center;
}
.l-align {
	text-align: left;
}
#paymentModeList > .item {
	box-shadow: none;
}
#paymentModeList .inputs {
	border: 1px solid silver;
	font-size: 18px;
}
#salesList {
	padding: 0;
	width: 100%;
	height: calc(100% - 150px);
}
#salesList .item{
	align-items: start;
}
.selected {
	border-right: none !important;
	background: #ebf2ff!important;
}
#stockList .selected .inputs {
	border: 1px solid silver !important;
	background: white !important;
}
#stockList .selected .inputs.required {
	border: 2px solid red!important;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

#parkedSalesList {
	display: none;
	padding: 0;
	width: 100%;
}

.c-group {
	align-items: center;
	display: flex;
	justify-content: left;
	padding: 12px;
}
.c-group .required {
	border: 2px solid red!important;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.c-group .inputs {
	background: white;
}
.inputs.disabled{
	background: lightgray;
	color: whitesmoke ;
	cursor: not-allowed;
	pointer-events: none;
}
label.disabled{
	
	color: lightgray ;
	cursor: not-allowed;
	pointer-events: none;
	
}
.primary {
	background: cornflowerblue;
	color: white;
}
.btn-group {

	display: flex;
		align-items: center;
	 
	justify-content: left;
}
.btn-group > .btn {
	height: 40px;
	margin: 3px;
	width: 49%;
}
.sub-menu {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: left;
}
.sub-mi {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 7px 12px;
	transition: all .2s;
}
.sub-mi.active {
	border-bottom: 2px solid cornflowerblue;
	color: cornflowerblue;
}
.record-count {
	background: silver;
	border-radius: 48px;
	color: white;
	min-width: 36px;
	padding: 2px;
	text-align: center;
	margin-left: 3px;
	font-size: 12px;
}
.active .record-count {
	background: cornflowerblue;
}
.edit, .add, .del, .update, .cancel,.rcpt {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 20px;
	width: 20px;
 	margin: 0 12px;
}
.add {
	background-image: url("../images/addIcon.png");
}
.edit {
	background-image: url("../images/edit.png");
}
.del {
	background-image: url("../images/del.png");

}
.update {
	background-image: url("../images/tickIcon.png");
}
.cancel {
	background-image: url("../images/cancelIcon2.png");
}
.rcpt {
	background-image: url("../images/receiptIcon.png");
}

fieldset > .edit {
	position: absolute;
	right: 3px;
	top: 3px;
}

.caret {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 20px;
	width: 20px;
	display:inline-block;
	margin: auto;
}
.io-option.out {
	background: rgb(255,240,240);
	border: 1px solid rgb(205,200,200);
}
.io-option.in{
	background: rgb(240,255,240);
}
.out .caret{
	background-image: url("../images/caret-down.png");
}
.in .caret{
	background-image: url("../images/caret-up.png");
}
.popup {
	background: white;
	bottom: 0;
	box-shadow: 0 2px 12px rgba(0,0,0,0.2);
	display: none;
	left: 0;
	margin: auto;
	overflow: hidden;
	padding: 12px 24px 24px;
	position: fixed;
	right: 0;
	top: 0;
	width: fit-content;
	border-radius: 5px 4px 2px 2px;
	height: fit-content;
}
.popup.show {
	display: block;
}
.popup .btn {
	float: right;
}
.modify-price {
	height: 180px;
	width: 360px;
}
.close {
	background-image: url("../images/closeIcon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 18px;
	margin-left: auto;
	width: 18px;
}
.popup .header {
	align-items: center;
	display: flex;
	justify-content: left;
}
.popup .title {
	font-size: 24px;
	font-weight: normal;
	color: gray;
}
.title-text {
	 color: black;
	font-weight: bold;
}
.message-box {
	align-items: center;
	bottom: 0;
	box-shadow: 0 2px 12px rgba(0,0,0,0.2);
	cursor: default;
	display: none;
	justify-content: center;
	left: 0;
	margin: auto;
	overflow: hidden;
	padding: 12px 24px 24px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}
.message-box.show {
	display: flex;
}
.message-box .content {
	border-radius: 7px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.2);
	color: white;
	height: fit-content;
	padding: 24px;
	position: relative;
	width: fit-content;
}
.message {
	max-height: 360px;
	max-width: 360px;
	min-width: 100px;
	overflow: auto;
	padding-top: 6px;
}
.mb-icon {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 40px;
	margin-right: 12px;
	margin-top: -3px;
}
.sale-complete .mb-icon, .success .mb-icon {
	background-image: url("../images/success.png");
}
.error .mb-icon {
	background-image: url("../images/error.png");
}
.confirm .mb-icon, .warning .mb-icon {
	background-image: url("../images/warning.png");
}
.error .content {
	background: red;
}
.confirm .content, .warning .content {
	background: orange;
}
.sale-complete .content, .success .content {
	background: rgba(0,0,0,.5);
	margin-bottom: 5%;
	margin-top: auto;
}
.message-box .btn {
	display: none;
}
.mb-content {
	overflow: hidden;
	height: fit-content;
	width: fit-content;
	display: flex;
	justify-content: left;
	align-items: start;
	padding-right: 36px;
}
.mb-btns > .btn {
	float: right;
	margin: 12px 12px 0;
	min-width: 120px;
}
.error .primary, .warning .primary, .success .primary {
	display: inline-block;
}
.confirm .btn, .sale-complete .btn {
	display: inline-block;
}
.success .btn {
	display: none;
}
.menu-bar {
 
	border-radius: 5px;
	display: flex;
	height: 40px;
	justify-content: left;
	margin-bottom: 1%;
	margin-bottom: 10px;
	margin-top: 1%;
	padding-left: 5px;
	transition: all 0.5s ease-out;
	padding-left:3%;
	-webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.show-menu-bar {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mi {
 
	background: rgba(255,255,255,0.1);

	overflow:hidden;
	border: 1px solid transparent;
	border-radius: 24px;
	cursor: pointer;
	display: inline-block;
	margin: 0 12px;


}
.mi > span {
 	padding:6px 12px;
	height: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
	
	min-width: 100px;
	
 
}
.mi.active {
	background: cornflowerblue;
	color: #fafafa;
	font-weight: bold;
}
.catalog-entry {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.popup fieldset {
	border-radius: 3px;
	border: 1px solid beige;
	margin: 12px 0;
	padding: 12px;
}
.popup legend {
	color: gray;
	margin-left: 12px;
	font-size: 13px;
}
#catalogPopup fieldset > div {
	display: flex;
	justify-content: left;
	align-items: stretch;
}
.catalog-img {
	width: 120px;
	height: 120px;
	border-radius: 2px;
	margin: 24px 12px;
}
.inline-sale-item{
 margin-left:12px;
 color: gray;
 padding: 6px 12px;
 background: #fafafa;
 
 border-radius: 6px 12px 6px  12px  ;
display: inline-block;
background: beige;
margin: 3px;
color: #333;
}
.int-width {
	width: 110px;
	text-align: right;
}
.catalog-entry > div {
	height: fit-content;
	width:850px;
	background: white;
	bottom: 0;
	box-shadow: 0 2px 12px rgba(0,0,0,0.2);
	left: 0;
	margin: auto;
	overflow: hidden;
	padding: 12px 24px 24px;
	position: absolute;
	right: 0;
	top: 0;
}
.catalog-entry .title {
	color: gray;
 
}
.removed {
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	background: red !important;
	border: none !important;
}
#sellSlide #leftPane .list {
	display: none;
	height: calc(100% - 60px);
}
#sellSlide #leftPane .list.show {
	display: block;
}
.psale-note {
	width: 240px;
	height: 160px;
	align-items: start;
}
.fs-cash-given {
	border-radius: 2px;
}
.amount-to-pay {
	font-size: 24px;
	text-align: center;
	display: block;
}
.amount-to-pay:before {
	content: "Ksh.";
	font-size: 16px;
	color: gray;
}
 .title {
	font-size: 18px;
	padding-left: 3px;
	font-weight: bold;
	display:flex;
	justify-content:space-between;
	padding: 12px;
}
.payment-box .c-group {
	padding: 3px 12px;
}
.payment-box .title span {
	font-weight: bold;
}

#stockList2 {
	height: calc(100% - 128px);
}
#stockAdjustmentList .col1 {
	calc(100% - 220px);
}
#stockAdjustmentList .col2 {
	width: 50px;
}
#stockAdjustmentList .col3 {
	width: 70px;
}
#stockAdjustmentList .col4 {
	width: 70px;
}
.date-range-box {
	width: 100%;
	height: 60px;
 
	padding: 5px 10px;
	clear: both;
 
    margin: auto;
 
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.date-range-box .inputs{
	margin: 0 12px;
}
#cmSlide {
	justify-content: left;
	align-items: stretch;
	background: transparent;
}
 
#cmSlide .pane {
	height: 100%;
}
#cmSlide .left {
	width: 60%;
	padding: 0;
}
#cmSlide .right {
	width: 39.5%;
	margin-left: 0.5%;
	background: white;
	position: relative;
	overflow:hidden;
	border-top:4px solid gray;
	border-radius: 6px;
}
#cmSlide .title {
	padding: 5px 10px;
	height: 45px;
	overflow: hidden;
	text-align:center;
	margin-top: 12px;
	font-size: 24px;
}
#cmSlide label {
	width: 150px;
}
#cmSlide .right .inputs, #cmSlide .right select {
	width: calc(100% - 150px);
}
#cmSlide .right select {
	border: 1px solid silver;
	height: 40px;
}
.option-box {
	height: 36px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #7fa8f7;
	display: flex;
	justify-content: left;
	align-items: stretch;
	margin: 24px auto;
	width: 360px;
}
.option-box > span {
	display: block;
	text-align: center;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.option-box > span:first-child {
	border-right: 1px solid #7fa8f7;
}
.pill.active {
	background: #cedfff;
	color: black;
}
.io-option {
	background: rgb(240,255,240);
	padding:24px 12px;
	transition: background .2s;
	border: 1px solid rgb(200,205,200);
}
#btnSaveCMTransaction{
	width: 200px;
	display:block;
	 	margin: auto;
}
 
.cm-total-box{
	height: 100px;
	padding: 6px 18px;
	padding-right: 45px;
		width: 100%;
	margin: auto;
 
}
.cm-total{
	background: white;
	display:flex;
	justify-content:space-between;
	align-items:center;
	height: 50px;
	 
}
.out.cm-total >span{
	color: red;
	 
}
.in.cm-total >span{
	 color: #64c897;
	 
}
 
.cm-total span{
	font-weight: bold;
	
}
#transactionsList {

	height:calc(100% - 	200px);
	    padding: 12px;
	width: 100%;
 
	border-radius: 2px;
}
#cmSlide .col1 {
	width: 30px;
}
#cmSlide .col2 {
	width: 120px;
}
#cmSlide .col3 {
	width: 160px;
}
#cmSlide .col4 {
	width: calc(100% - 480px);

 
}

#cmSlide .col5 {
		width: 120px;
	text-align:right;
}
#cmSlide .in .col5 {
	 color: #64c897;
}
#cmSlide .out .col5 {
	 color: red;
}
#cmSlide .col6 {
	width: 120px;
}
.item .cols,.list-header .cols{
	 
}

#sellSlide #rightPane {
	display: flex;
	justify-content: left;
	align-items: stretch;
	 margin: 0;
	width: 100%;
	background: white;
}
 
.change{
	font-size: 20px;
}
.payment-options {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px;
	border: 2px solid gray;
	 
	border-radius: 2px;
	 
	overflow:hidden;
}
.payment-options:before {
	content: "Payment Options";
 
	font-size: 12px;
	display: block;
	margin-bottom: 12px;
}
.payment-options > div {
	display: flex;
	justify-content:space-between;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid white;
	width: 100%;
 
	height: 50px;
	overflow:hidden;
}
.payment-options > div:last-child {
	border-bottom: none;
}
.payment-options .inputs {
	
	height: 40px;
	background: transparent;
	text-align:center;
}
.payment-options span{
  
	height: 30px; 
	display:flex;
	align-items: center;
	justify-content: center;
}
.payment-options > .expand{
	height: 90px;
}
.expand .inputs{
	display:block;
}
.order-totals {
	padding: 12px;
	overflow: hidden;
	height: 200px;
 
}
.order-totals div {
	overflow: hidden;
	padding: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid silver;
	
	border-bottom:none;
}

.order-totals div:last-child {
	
	border-bottom: none;
}


#moreSlide {
	justify-content: left;
	align-items: stretch;
	background: transparent;
}
#moreSlide > div {
	overflow: hidden;
	height: 100%;
	width: 50%;
 
}
#moreSlide .left {
	width: 50%;
	background: white;
}
#moreSlide .right {
	 
	width: 49.5%;
	margin-left: 0.5%;
}
#moreSlide .right > div {
	width: 100%;
	overflow: hidden;
}
.users-box {
	height: 49%;
	
	margin-bottom: 1%;
	border-bottom: 1px solid silver;
	background: white;
	border-radius:3px;
}
.business-info{
	padding: 24px;
	height: 50%;
	background: lightgray;
	border-radius:5px;
}
.business-info .inputs{
		width: 70%;
}
.business-info .btn{
		width: 120px;
		margin-left:auto;
		margin-right: 2%;
}
.adjust-stock-box {
	width: 120px;
}
.adjust-stock-box:before {
	content: "+";
	font-size: 12px;
	color: gray;
}
.adjust-stock-box .inputs {
	width: 70px;
}
.cash-given{
	margin: 24px 0;
	display:flex;
	justify-content:center;
	flex-direction: column;
}
.cash-given input,.cash-given select{
	height: 48px;
	font-size: 20px;
	width: 100%;
	
}
 
.bg{

	position: fixed;
	top: 0;
	left:0;
	right:0;
 
	background: rgba(0,112,192);
 
	z-index: -1;
	border-bottom: 1px solid navy;
		background: url("../images/bg3.jpg");
	background-color: rgb(192,192,205);
	background-color: rgba(252,252,252,0.99);
	color: white;
	background-repeat: no-repeat;
 
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: scroll;

	 
}
.embolden{
	font-weight: bold;
}
#discountOptions{
	padding-left:0;
}
.search-box .btn{
	margin-left: 12px;
}
 #salesSlide .left{
	width: 80%;
	padding: 0;
	background: #fafafa;
 }
  #salesSlide .right{
	width: 19.5%;
	margin-left: 0.5%;
	padding: 24px 6px;
	background: rgba(255,255,255,.9);
	
	
 }
   #salesSlide .right:before{
	   
	content:"SALE SUMMARY";
	display:block;
	text-align:center;
	width: 100%;
	overflow:hidden;
	margin: 40px auto;
	 
	
 }
 
 #salesSlide .sale-items-box{
 
	width: 100%;
	overflow:hidden;
 }
 #salesSlide .sale-payments{
	height: 240px;
	width: 100%;
	overflow:hidden;
 }
 
 #saleItemsList2 .col1{
	width: 120px;
	height: 120px;
}
#saleItemsList2 .col2{
	width: calc(100% - 420px);
 
}
#saleItemsList2 .col3{
	width: 120px;
	 
}
#saleItemsList2 .col4{
	width: 70px;
 
}
#saleItemsList2 .col5{
	width: 120px; 
}

#paymentsList .col1{
	width: 30%;
	height: 120px;
}
#saleItemsList2 .col2{
	width: 30%;
 
}
#saleItemsList2 .col3{
	width: 30%;
}
 
#stockSlide .left-pane .col1 {
	width: 60px; 
	height: 60px;
	margin-right: 12px;
	border-radius: 12%;
 
}

#stockSlide .left-pane .col2 {
	width: calc(100% - 422px);
	break-word: wrap;
	font-size: 16px;
}
#stockSlide .left-pane .col3 {
	width: 60px;
	text-align: center;
	color: red;
}
#stockSlide .left-pane .col4 {
	width: 100px;
	text-align:right;
}
#stockSlide .left-pane .col4 >span {
	display: block;
	width: 100%;
	overflow:hidden;
}
 
	.bp{
		font-size: 12px;
		color: gray;
		margin-bottom: 6px;
		
	}
	.bp:before{
		content: "ksh. ";
	}
	.sp:before{
		content: "ksh. ";
	}
#stockSlide .left-pane .col5 {
	width: 120px;
	text-align: right;
}
 
 #stockSlide {
	background: transparent;
} 
#stockSlide .pane {
	height: 100%;
	background: white;
}
 
#stockSlide .right-pane {
	position: relative;
	width: 45.5%;
	margin-left: 0.5%;
	background: #fafafa;
 
}
#stockSlide .left-pane {
	width: 54%;
}
#stockSlide .right-pane .content{
  
	width: 100%;
	height: calc(100% - 120px);
	transition: all .3s ease;
	
}
#stockSlide .right-pane .header{
	 height: 50px;
	 
	background: transparent;
}
 
.activity-info-entry{
	width: 100%;
	overflow:hidden;
 
	display:flex;
	flex-direction:column;
	background: gray;
	height: 210px;
} 
.activity-info-entry .primary{

	width: 180px;
	margin-left: auto;
	margin-right: 3%;
}
.date-adjusted{

	background: silver;
	width: 100%;
	overflow:hidden;
	height: 50px;
	padding: 4px;
	display:flex;
	justify-content: left;
	align-items: center;
} 
 
.back {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 20px;
	width: 36px;
	display:none;
	margin-right: auto;
	background-image: url("../images/arrowBack.png");
}
#procuredItemsList{
	height: 100%;

}
.procure-box{
	position:absolute;
	width: fit-content;
	height: fit-content;
	overflow:hidden;
	background: rgba(0,0,0,0.9);
	display:none;
	z-index: 120;
	color: white;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	
	border-radius:0 24px 36px 24px ;
	padding:12px;
 

}
.procure-box .btn{
	margin-left: auto;
	margin-right: 3%;
	width: 120px;
}
.procure-box.show{
	display:block;
}
.stock-procurement{
	background: white;
}
.stock-procurement-items{
		 
}
.slide-in{
  transform: translateX(0);
}
.slide-left{
	transform: translateX(-100%);
}
.stock-procurement-items .col1{
	width: 100px;
	height: 60px;
}

.stock-procurement-items .col2{
	width: calc(100% - 340px);
	
}

.stock-procurement-items .col3{
	 width: 60px;
}

.stock-procurement-items .col4{
	width: 100px;
	text-align: right;
 
}

 
.sub-text {
    padding: 0 5px;
    border-radius: 10px;
    font-size: 13px;
    display: block;
    color: gray;
    margin-top: 5px;
}
.suppliers-box .col1{
	width: calc(100% - 380px);
}
.suppliers-box .col2{
	width: 240px;
}


.suppliers-box .col3{
width: 120px;
}
#suppliersList{
	height: calc(100% - 100px);
}
.users-box .col1{
	width: calc(100% - 380px);
}
.users-box .col2{
	width: 120px;
}
.users-box .col3{
width: 120px;
}
#usersList{
	height: calc(100% - 100px);
	
}
.popup .cols{
height: 100%;
}
 
.catalog-img{
		height: 120px;
	width: 120px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.show-bg{
	background-image: url('_UPLOADS/noImageIcon.png');
}
#salesSlide .left .col1{
	width: 60px;
}
#salesSlide .left .col2{
	width: 120px;
	font-size: 14px;
	text-align:center;
}
#salesSlide .left .col3{
		width: calc(100% - 800px);
	/* white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
	font-size: 14px;
}
.filter-select{
	margin-right: auto;
	margin-left: 12px;
}
#salesSlide .left .col4{
 text-align: right;
	width: 140px;
	padding-right: 12px;
}
#paymentSummaryBox{
	
	overflow:hidden;
	
	border: 1px solid lightgray;
	background: transparent;
	border:none;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.8);
 
	overflow:auto;
	
}
#balancesList:before{
	content: "BALANCES";
	font-size: 18px;
	color: #333;
	display:block;
	padding: 12px 0;
	font-weight: bold;
}

#paymentSummaryBox .col1{
	width: 60%;
}

#paymentSummaryBox .col2{
	width: 40%;
	text-align: right;
	font-size: 16px; 
}
 
 
 
 
#paymentSummaryBox .item{
	padding:6px 12px;
	min-height: 30px;
	border:none;  
	border-top:1px solid gray;
	
	border-radius: 3px;
}
#paymentSummaryBox .list{
	padding: 0;
	border: none;
	margin-top: 24px;
	background: transparent;
	color: black;padding:12px;
}
#paymentSummaryBox .cols{
 
	color: white;
}
#paymentSummaryBox .list:before{ 
	font-size: 16px;
	color: #333;
	color: whitesmoke;
	display:block;	
	font-weight: bold;
}
#salesSummaryList:before{
	content: "SALES"; 
}
#incomeList:before{
	content: "INCOME"; 
}
 
#expensesList:before{
	content: "EXPENSES"; 
}
#gainList:before{
	content: "GAIN"; 
}
#paymentSummaryBox .header{
	overflow:hidden;
	
	height: 40px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	background: transparent;
	top: 0;
	position: sticky;
	background: gray;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}
#paymentSummaryBox .header span{
	overflow:hidden;
	padding: 6px;
	height: 60px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	color: white;
}
#paymentSummaryBox .btn-box .btn{
	width: 240px;
	height: 40px;
	margin: 12px;
	float:right;
	
}
.procure-box .content{
	display:flex;
	justify-content:left;
	align-items:center;
	
}
.procure-box .content img{
	display:block;
	width: 120px;
	height: 120px;
	margin-left: 12px; 
	margin-right: 12px;
	border-radius: 4px;
}
#procureTitle{
	font-weight: bold;
	color: whitesmoke;
}

#procureTitleText{
	color: lightblue;
	font-weight: normal;
}
.toggle-cm{
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  z-index: 1000;
  border-radius: 0  0  0 12px;
  display:flex;
  justify-content: left;
  align-items: stretch;
  width: 100%;
}
.toggle-cm .btn{
	width: 50%;
	height: 50px;
	
}
.cm{ 
  transition: all .2s; 
}
 
.cm-in{
	transform: translateX(0)
}
.cm-left{
	transform: translateX(-100%);
}
 .cm-entry{
	 
	 width: 500px;
	 height:530px;
 }
 select.btn{
	 
	 border: 1px solid silver;
	  
 }
 #spanCMDateFrom:before{
	 content: "From: ";
	 color: whitesmoke;
	 display:inline-block;
	 margin-right: 6px;
	 
 }
 #spanCMDateTo:before{
	 content: "To: ";
	 color: whitesmoke;
	 display:inline-block;
	 margin-right: 6px;
 }
 .gain span{
	 color: #64c897 !important;
	 
 }
  .income span{
	 color: lightblue !important;
	 
 }
   .expense span{
	 color: red !important;
	 
 }