﻿body {
	--custom-color-1: rgba(0, 86, 145, 1);
	--custom-color-2: rgba(0, 142, 207, 1);
	--custom-color-3: rgba(0, 55, 122, 1);
	--custom-color-4: rgba(0, 142, 207, 0.9);
	--custom-color-5: rgba(0, 60, 106, 1);
	--custom-color-6: rgba(0, 60, 106, 0.1);
	--custom-color-7: rgba(0, 86, 145, 0.8);
	--custom-color-8: rgba(0, 142, 207, 0.8);
	--custom-color-1-premium: rgba(255, 95, 0, 1);
	--custom-color-2-premium: rgba(255, 151, 62, 1);
	--custom-color-3-premium: rgba(255, 74, 0, 1);
	--custom-color-4-premium: rgba(255, 151, 62, 0.9);
	--custom-color-5-premium: rgba(255, 121, 39, 1);
	--custom-color-6-premium: rgba(255, 121, 39, 0.1);
	--custom-color-7-premium: rgba(255, 95, 0, 0.8);
	--custom-color-8-premium: rgba(255, 151, 62, 0.8);
	--custom-color-1-ledico: rgba(0, 86, 145, 1);
	--custom-color-2-ledico: rgba(0, 142, 207, 1);
	--custom-color-3-ledico: rgba(0, 55, 122, 1);
	--custom-color-4-ledico: rgba(0, 142, 207, 0.9);
	--custom-color-5-ledico: rgba(0, 60, 106, 1);
	--custom-color-6-ledico: rgba(0, 60, 106, 0.1);
	--custom-color-7-ledico: rgba(0, 86, 145, 0.8);
	--custom-color-8-ledico: rgba(0, 142, 207, 0.8);
	direction: rtl;
	font-family: "Heebo";
	text-align: right;
}

.Weight500 {
	font-weight: 500;
}

.Weight700 {
	font-weight: 700;
}

button.ButtonStyle1 {
	background-image: linear-gradient(to right, var(--custom-color-2), var(--custom-color-1));
	border: none;
	border-radius: 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 17px;
	width: 100%;
}

button.ButtonStyle2 {
	background-color: #ffffff;
	background-image: none;
	border: solid 1px var(--custom-color-1);
	border-radius: 10px;
	color: var(--custom-color-1);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 17px;
	width: 100%;
}

button.ButtonStyle3 {
	background-image: linear-gradient(to right, #b6b9bc, #565b60);
	border: none;
	border-radius: 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	padding: 17px;
	width: 100%;
}

button.ButtonStyle4 {
	background-image: linear-gradient(to right, var(--custom-color-2), var(--custom-color-1));
	border: none;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 17px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 17px;
}

button.ButtonStyle5 {
	background-color: #ffffff;
	background-image: none;
	border: solid 1px var(--custom-color-1);
	border-radius: 10px;
	color: var(--custom-color-1);
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 17px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 17px;
}

.SimpleButton {
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	outline: none;
	padding-bottom: 17px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 17px;
}

	.SimpleButton.Primary {
		background-image: linear-gradient(to right, var(--custom-color-2), var(--custom-color-1));
		color: #ffffff;
	}

	.SimpleButton.Secondary {
		background-color: #ffffff;
		border: solid 1px var(--custom-color-1);
		color: var(--custom-color-1);
	}

.Width100 {
	width: 100%;
}

@media (max-width: 575px) {
	button.SimpleButton.width100-xs {
		margin-bottom: 20px;
		width: 100%;
	}
}

button[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

select {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	appearance: none;
}

table th {
	font-weight: 400;
}
table td {
	font-weight: 700;
}
table td.Title {
	font-weight: 400;
}
	table td.Normal {
		font-weight: 400;
	}
	table td.Bold {
		font-weight: 700;
	}
table tr.NoBorder td {
	border: none !important;
}

.PageHeader {
	height: 80px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

	.PageHeader .Title {
		color: var(--custom-color-1);
		font-size: 30px;
	}

	.PageHeader .Icon {
		background-color: var(--custom-color-1);
		border-radius: 2rem;
		float: left;
		height: 4rem;
		margin-top: 0.5rem;
		text-align: center;
		width: 4rem;
		z-index: 9990;
	}

		.PageHeader .Icon img {
			color: #ffffff;
			font-size: 1.6rem;
			margin-top: 1rem;
		}

.PageSection {
	margin-top: 1rem;
}
	.PageSection .Title {
		font-size: 1.5rem;
		font-weight: 700;
		margin-top: 1rem;
	}
	.PageSection .Text {
		font-size: 1.5rem;
		font-weight: 400;
		margin-top: 1rem;
	}
	.PageSection .Buttons {
		margin-top: 1rem;
	}

.Ltr {
	direction: ltr;
	text-align: left;
}

.DirLtr {
	direction: ltr;
}

.form-control {
	border-radius: 10px;
	height: auto !important;
	padding: 17px;
}

.ShoppingCartModal {
}
	.ShoppingCartModal .modal-header img {
		height: 1.9rem;
		width: 1.9rem;
	}
	.ShoppingCartModal table {
	}
	.ShoppingCartModal .Totals {
		font-size: 1.5rem;
	}
		.ShoppingCartModal .Totals.Discount td {
			background-color: #dedede;
		}

	.ShoppingCartModal .Remarks {
		margin-top: 2rem;
	}

.CreateDocumentApprovalModal {
}
	.CreateDocumentApprovalModal .ShoppingCart {
		margin-top: 5rem;
		text-align: center;
	}
		.CreateDocumentApprovalModal .ShoppingCart img:first-child {
			width: 2.5rem;
		}
		.CreateDocumentApprovalModal .ShoppingCart img:last-child {
			display: none;
			left: calc(50vw + 0.25rem);
			position: absolute;
			top: 5.5rem;
			width: 2.0rem;
		}
	.CreateDocumentApprovalModal .Message {
		color: var(--custom-color-1);
		font-size: 1.7rem;
		font-weight: 600;
		margin-top: 3rem;
		text-align: center;
	}
	.CreateDocumentApprovalModal .Buttons {
		margin-top: 3rem;
		text-align: center;
	}

.ChangePasswordModal {
}

	.ChangePasswordModal .modal-dialog {
		max-width: 400px;
	}

	.ChangePasswordModal .modal-header {
	}

	.ChangePasswordModal .modal-body {
	}

		.ChangePasswordModal .modal-body input {
		}

		.ChangePasswordModal .modal-body .FieldTitle {
			margin-top: 20px;
		}

		.ChangePasswordModal .modal-body .RequiredField {
			color: red;
		}

		.ChangePasswordModal .modal-body .ValidationMessage {
			font-size: 12px;
			color: red;
		}

	.ChangePasswordModal .modal-footer {
		display: block;
	}

		.ChangePasswordModal .modal-footer button {
			margin-top: 20px;
			width: 100%;
		}

.MessageBoxModal {
}
	.MessageBoxModal .Text {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.MessageBoxModal button {
		margin-top: 1rem;
	}

.padding5 {
	padding: 5px;
}

.FlexContainer {
	display: flex;
	flex-wrap: wrap;
}


.AS400Text {
	display: flex;
	flex-wrap: wrap;
}

	.AS400Text .AS400Word {
		display: flex;
		flex-wrap: wrap;
	}
