@font-face {
	src: url("../fonts/IRANSans.ttf");
	font-family: 'IRANSans';
}

@font-face {
	src: url("../fonts/IRANSans(FaNum).ttf");
	font-family: 'IRANSans(FaNum)';
}


body {
	background-color: #fff;
	margin: 10px;
	font-family: 'IRANSans(FaNum)', sans-serif;
	color: #4F5155;
	overflow: scroll;
}

h1 {
	text-align: center;
}

table {
	width: 100%;
	display: table;
	text-align: center;
	border: 2px dashed #444444;
	direction: rtl;
	overflow-y: scroll;
}

th, td {
	direction: rtl;
	text-align: center;
	padding: 10px;
	font-size: 14px !important;
}

th {
	border-bottom: 2px dashed #444444;
	border-top: 2px dashed #444444;
	background: #1E3A8A;
	color: #fff !important;
}

th a {
	color: #fff !important;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

button, .button {
	padding: 10px;
	border: 0;
	width: 100px;
	color: #fff;
	text-decoration: none;
}

.btn-new {
	background-color: #cd6e00;
}

.btn-waiting {
	background-color: #003399;
}

.btn-done {
	background-color: #009900;
}

.btn-error {
	background-color: #ff515b;
}

.text-red {
	color: #ff515b;
}

table.tbl-stores tr th {
	border-bottom: 1px solid #232323;
	border-top: 1px solid #232323;
	background: #7999ff;
	color: #fff !important;
}
