* {
	font-family: dinar, Tahoma, Arial, helvetica;
	direction: rtl;
}

.alert-danger {
	background: #ee3224;
	color: #fff;
	border: none;
}

.alert-success {
	background: #23ae49;
	color: #fff;
	border: none;
}

body {
	background-color: #f4f4f4;
}

input, select, textarea {
	border-radius: 0px !important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset, 0 0 8px
		rgba(82, 168, 236, 0);
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset, 0 0 8px
		rgba(82, 168, 236, 0);
}

.english-number {
	font-family: Helvetica, Arial;
	font-weight: normal;
	direction: ltr !important;
}

.row {
	margin-right: 0;
	margin-left: 0;
}


#employee-modal > .modal-content-wrapper > .content .bio > article {
	font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica;
	font-size: 1.3em;
}

.page-search-highlight {
	background: #f5d600 !important;
	color: #424242 !important;
	padding: .5em !important;
}

span[dir=ltr] {
	direction: ltr;
}