﻿.CustomerOpenCardRows {
}

	.CustomerOpenCardRows .DataContainer {
		margin-top: 50px;
	}

		.CustomerOpenCardRows .DataContainer .DataTableBody {
			height: calc(100vh - 400px);
			overflow-x: hidden;
			overflow-y: auto;
		}

		.CustomerOpenCardRows .DataContainer .DataTable {
			width: auto;
		}

			.CustomerOpenCardRows .DataContainer .DataTable .DocumentDate {
				overflow: hidden;
				width: 140px;
			}

			.CustomerOpenCardRows .DataContainer .DataTable .Reference {
				overflow: hidden;
				width: 140px;
			}

			.CustomerOpenCardRows .DataContainer .DataTable .DocumentType {
				overflow: hidden;
				width: 120px;
			}

			.CustomerOpenCardRows .DataContainer .DataTable .Details {
				overflow: hidden;
				width: calc(100vw - 980px);
			}

			.CustomerOpenCardRows .DataContainer .DataTable .Debit {
				overflow: hidden;
				width: 140px;
			}

			.CustomerOpenCardRows .DataContainer .DataTable .Credit {
				overflow: hidden;
				width: 140px;
			}

			.CustomerOpenCardRows .DataContainer .DataTable .Balance {
				overflow: hidden;
				width: 140px;
			}

			.CustomerOpenCardRows .DataContainer .DataTable .More {
				overflow: hidden;
				width: 30px;
			}

	.CustomerOpenCardRows .DataElements {
		margin-top: 50px;
	}

	.CustomerOpenCardRows .DataContainer {
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 20px;
	}

.CustomerCardRows {
}

	.CustomerCardRows .DataContainer {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 50px;
	}

		.CustomerCardRows .DataContainer .DataTableBody {
			height: calc(100vh - 400px);
			overflow-x: hidden;
			overflow-y: auto;
		}

		.CustomerCardRows .DataContainer .DataTable {
			width: auto;
		}

			.CustomerCardRows .DataContainer .DataTable .DocumentDate {
				overflow: hidden;
				width: 120px;
			}

			.CustomerCardRows .DataContainer .DataTable .Reference {
				overflow: hidden;
				width: 120px;
			}

			.CustomerCardRows .DataContainer .DataTable .DocumentType {
				overflow: hidden;
				width: 100px;
			}

			.CustomerCardRows .DataContainer .DataTable .Details {
				overflow: hidden;
				width: calc(100vw - 1000px);
			}

			.CustomerCardRows .DataContainer .DataTable .Debit {
				overflow: hidden;
				width: 120px;
			}

			.CustomerCardRows .DataContainer .DataTable .Credit {
				overflow: hidden;
				width: 120px;
			}

			.CustomerCardRows .DataContainer .DataTable .Balance {
				overflow: hidden;
				width: 120px;
			}

			.CustomerCardRows .DataContainer .DataTable .More {
				overflow: hidden;
				width: 30px;
			}

	.CustomerCardRows .DataElements {
		margin-top: 50px;
	}

.CustomerCheques {
}

	.CustomerCheques .DataContainer {
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		max-width: 400px;
		padding-top: 20px;
	}

		.CustomerCheques .DataContainer .DataTableBody {
			height: calc(100vh - 400px);
			overflow-x: hidden;
			overflow-y: auto;
		}

		.CustomerCheques .DataContainer .DataTable {
		}

			.CustomerCheques .DataContainer .DataTable .PaymentDate {
				overflow: hidden;
				width: 200px;
			}

			.CustomerCheques .DataContainer .DataTable .Amount {
				overflow: hidden;
				width: 160px;
			}

	.CustomerCheques .DataElements {
		margin-top: 50px;
	}

@media (max-width: 399px) {
	.CustomerCheques .DataContainer {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.MessageModal {
}

	.MessageModal .Image {
	}

		.MessageModal .Image img {
			max-width: 100%;
		}

.ItemSalesHistoryModal {
}

	.ItemSalesHistoryModal .ItemName {
		font-size: 16px;
		font-weight: 500;
	}

	.ItemSalesHistoryModal .ItemId {
		font-size: 12px;
		font-weight: 400;
	}

.SalsSearchModal {
}

	.SalsSearchModal .modal-dialog {
		margin-top: 90px;
		max-width: none;
	}

	.SalsSearchModal .modal-body {
		max-height: calc(100vh - 300px);
		overflow-x: hidden;
		overflow-y: auto;
	}

.AnfsSearchModal {
}

	.AnfsSearchModal .modal-dialog {
		margin-top: 90px;
		max-width: none;
	}

	.AnfsSearchModal .modal-body {
		max-height: calc(100vh - 300px);
		overflow-x: hidden;
		overflow-y: auto;
	}

.ItemsSearchModal {
}

	.ItemsSearchModal .modal-dialog {
		margin-top: 90px;
		max-width: none;
	}

	.ItemsSearchModal .modal-body {
		max-height: calc(100vh - 300px);
		overflow-x: hidden;
		overflow-y: auto;
	}
