@font-face {
	font-family: 'IRANSansWeb';
	src: url('../font/IRANSansWeb_Light.eot') format('embedded-opentype'), url('../font/IRANSansWeb_Light.woff') format('woff'),
		url('../font/IRANSansWeb_Light.ttf') format('truetype');
	font-display: block;
	font-weight: normal;
}

@font-face {
	font-family: 'IRANSansWeb';
	src: url('../font/IRANSansWeb_Medium.eot') format('embedded-opentype'), url('../font/IRANSansWeb_Medium.woff') format('woff'),
		url('../font/IRANSansWeb_Medium.ttf') format('truetype');
	font-display: block;
	font-weight: bold;
}
body,
html {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'IRANSansWeb', Tahoma;
	font-size: small;
}

.sidebar {
	width: 160px;
}

.sidebar > .sidenav {
	padding: 1rem;
	color: white;
	text-align: center;
	transition: 0.3s;
	text-decoration: none;
	border-bottom: 1px solid gray;
	position: relative;
}

.sidebar > .sidenav:hover,
.sidebar > .sidenav.active {
	background-color: gray;
}

.sidebar > .sidenav > i {
	position: absolute;
	font-size: 1.2rem;
}

.nav-pills .nav-link {
	color: white;
	border: 1px solid white;
	font-size: 1.1em;
}

.nav-pills .nav-link.active {
	color: black;
	background-color: white;
}

.ui-datepicker,
.ui-datepicker-header,
.ui-datepicker-month,
.ui-datepicker-year {
	font-family: 'IRANSansWeb' !important;
}
