@import '~datatables.net-bs4/css/dataTables.bootstrap4.css';
@import '~pc-bootstrap4-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss';
@import '~@trevoreyre/autocomplete-vue/dist/style.css';
// @import '~dropify/src/sass/dropify.scss';
@import '~dropify/dist/css/dropify.min.css';

.action-divider {
	width: 1px;
	height: 18px;
	background-color: #bfbfbf;
	display: inline-block;
	vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_length select {
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.dropify-wrapper {
	max-width: 320px;
}

.bootstrap-datetimepicker-widget {
	z-index: 999;
}

.dropify-wrapper .dropify-preview .dropify-render img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
// #pos-autocomplete {
// 	.autocomplete-input {
// 		padding-left: 12px;
// 		background: none;
// 		border-radius: 0.25rem;
// 		border-color: #d8dbe0;
// 	}
// 	.autocomplete-result{
// 		cursor:default;
// 		padding:12px 12px 12px 12px;
// 		background-image: none;
// 	}
// }

.c-chart-wrapper {
	position: relative; 
	min-height: 250px; 
	// width:80vw
}
.custom-autocomplete-wrapper {
	position: relative;

	.form-control:focus {
		box-shadow: none;
	}

	&.open .autocomplete-result-list {
		display: block;
		width: 100%;
		margin-top: 1px;
		border-top-color: transparent;
		border-radius: 0 0 8px 8px;
		padding-bottom: 8px;

		li {
			padding: 12px;
			cursor: pointer;
		}

		li.active {
			background-color: #ebebeb;
		}
	}
}

.dt-buttons button {
	margin-right: 4px;
	padding: 0.215rem 0.98rem;
}

.vlabel {
	font-size: 0.985rem;
}
.vattr {
	font-size: 1rem;
	font-weight: 700;
}

.section-title {
	
}

.sreg-qtyinput, .qtyinput {
	max-width: 80px;
}

.checkout-box {
	background-color: #a5a5b5;
	min-height: 200px;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;	
	padding: 10px;
	margin-left: -12px;

	@media (max-width: 991px) {
		margin-bottom: 18px;
		margin-left: 0px;
	}

	#checkoutBtn {
		margin-top: auto;
	}

	.total-section {
		font-size: 35px;
		background-color: #e5e5e5;
		font-weight: bold;
		padding: 8px 5px;
		margin: 0 2px;
		margin-bottom: 18px;
		text-align: right;
		font-family: 'Droid Serif', serif, georgia;
		border: 4px solid #d1d1d1;
		border-radius: 3px !important;

		.currency {
			font-size: 22px;
			font-weight: normal;
		}
	}
}


.total-input {
	font-size: 36px;
	background-color: #e5e5e5;
	font-weight: bold;
	min-width: 100px;
	display: inline-block;
	padding: 10px 15px;
	margin: 10px 10px;
	text-align: center;
	font-family: 'Droid Serif', serif, georgia;
}

.total-amounts {
	max-width: 300px;
	width: 100%;

	.row {
		display: flex;
		align-items: center;
	}
	.total-label {
		margin-top: 5px;
		font-size: 21px;
		font-weight: 400;
	}
	.total-value {
		font-size: 28px;
		min-width: 100px;
		display: inline-block;
		padding: 0px 20px 0px 10px;
		text-align: right;
		font-family: 'Droid Serif', serif, georgia;
	}
}

#sales-summary {
	border-right: 1px solid #d5d5d5;
	padding-right: 24px;
	margin-bottom: 24px;

	@media (min-width: 768px) {
		min-height: 420px;
	}
}
#sale-summary-footer {

	.row {
		margin-bottom: 4px;
		margin-top: 4px;

		&> div {
			padding-top: 5px;
			padding-bottom: 5px;
		}
	}

	.checkout-extra-amount {
		font-size: 16px;
	}

	.checkout-total div {
		font-size: 18px;
		background-color: #ededed;
		font-weight: bold;
	}

	.checkout-balance {
		font-size: 22px;
	}
}

.back-to-register {
	font-size: 16px;
	font-weight: bold;
}

.payment-box {
	margin: 10px 0px 30px;
	
	input {
		text-align: right;
		width: 100%;
		padding: 10px 20px;
		font-size: 36px;
		font-family: 'Droid Serif', serif;
		border-radius: 5px !important;
		border: 1px solid #cdcdcd;
		height: 62px;

		&:focus {
			border: 2px solid #99bfff;
			box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.2);
		}
	}

}


.payment-buttons {

	button {
		padding: 8px 32px !important;
		border-radius: 5px !important;
		margin-top: 5px;
		margin-right: 15px;
		min-width: 150px;
		display: flex;
		align-items: center;
		justify-content: center;

		.paylabel {
			font-size: 26px;
		}

		.spinner-border {
			width: 1.5rem;
			height: 1.5rem;
		}

		&:disabled {
			cursor: not-allowed;
		}
	}
}

.loading-mask {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.completed-sale-header {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	i {
		font-size: 50px;
		color: #099668;
	}
}

.range-btn {
	&.active {
		background-color: #cacbcf;
		font-weight: 600;
	}
}

.c-sidebar-nav-icon .flaticon {
	font-size: 25px;
}

.w-70 {
	max-width: 70px;
}

.tdImage {


	img {
		width: 60px;
		height: 60px;
		object-fit: cover;
	}
}

.image-picker-container {
	border: 1px solid #c7cacc;
	padding: 5px;
	min-height: 280px;
	display: flex;
	flex-wrap: wrap;

	.no-image-helper {		
		margin: auto;
		a { 
			font-size: 16px; 
			font-weight: 400;
		}
	}

	a {
		cursor: pointer;
	}

	.image-container {
		position: relative;
		margin: 10px;

		.delete-image {
			position: absolute;
		    top: 5px;
		    right: 5px;
		    cursor: pointer;
		    font-weight: 500;
		    border-radius: 50%;
		    border: 1px solid #191313;
		    width: 20px;
		    height: 20px;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    background: #fff;
		    font-size: 16px;
		    box-shadow: 1.5px 1.5px 2px rgba(0,0,0,0.4);
		}
	}

	img {
		width: 180px;
	   height: 180px;
	   object-fit: cover;
	}
}

.lease-item {
	.lease-property-img {
		// max-height: 150px;
		object-fit: cover;
		width: 100%;

		@media (max-width: 767px) {
			max-height: 200px;
		}

		@media (min-width: 768px) {
			height: 100%;
		}
	}
}

.account-type-card {
	cursor: pointer;

	&:hover {
		background-color: #ededed;
		border: 1px solid #9d9d9d;
	}
}


.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: rgba(54,67,82,.6);
   // color: #c6b7c1;
}

.logo-label {
	font-size: 30px;
	display: flex;
	align-items: center;
	margin-right: 15px;
}
