@charset "utf-8";
/* CSS Document */

@font-face {
	font-family : 'IranianSerif';
	font-weight : normal;
	src : url('font/IRAN Sans Light.ttf') format('truetype');
}
@font-face {
	font-family : 'IranianSerif';
	font-weight : bold;
	src: url('font/IRAN Sans Bold.ttf') format('truetype');
}
.title {
	direction:rtl;
}
h4,h3 {
	font-family:IranianSerif !important;
	font-size:14px;
}

* {
	font-family:IranianSerif;
	font-size:14px;
}

.panel-body{
	font-size:13px;
	line-height:30px;
	text-align:justify;
}
.page-header-custom {
	border-bottom: 2px solid #deecf7 !important;
}
.sni{
	margin-right:10px;
}

label {
	font-weight: normal !important;
}