@font-face {
  font-family: 'IrSans';
  src: url('../fonts/eot/IRANSansWeb_Medium.eot?2') format('eot'),  /* IE6–8 */
       url('../fonts/woff/IRANSansWeb_Medium.woff?2') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	   url('../fonts/woff2/IRANSansWeb_Medium.woff2?2') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/ttf/IRANSansWeb_Medium.ttf?2') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  font-weight: 400;	   
}
@font-face {
  font-family: 'IrSans';
  src: url('../fonts/eot/IRANSansWeb_Bold.eot?2') format('eot'),  /* IE6–8 */
       url('../fonts/woff/IRANSansWeb_Bold.woff?2') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	   url('../fonts/woff2/IRANSansWeb_Bold.woff2?2') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/ttf/IRANSansWeb_Bold.ttf?2') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  font-weight: 700;
}
@font-face {
  font-family: 'IrSans';
  src: url('../fonts/eot/IRANSansWeb_Light.eot?2') format('eot'),  /* IE6–8 */
       url('../fonts/woff/IRANSansWeb_Light.woff?2') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	   url('../fonts/woff2/IRANSansWeb_Light.woff2?2') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/ttf/IRANSansWeb_Light.ttf?2') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
   font-weight: 300;
}
@font-face {
  font-family: 'IrSans';
  src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?2') format('eot'),  /* IE6–8 */
       url('../fonts/woff/IRANSansWeb_UltraLight.woff?2') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	   url('../fonts/woff2/IRANSansWeb_UltraLight.woff2?2') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/ttf/IRANSansWeb_UltraLight.ttf?2') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
   font-weight: 100;
}


body {

	font-family:IrSans;
	font-weight:400;
	color: #4e4e4e;
	
}

.en-char {
	font-family:Tahoma,Arial !important;	
}

/*=========== logo ===========*/

.navbar-brand {
    padding: 5px 10px;
}

.navbar-brand>img {
    margin-top: 2px;
	height: auto;
    max-width: 150px;
}

.page-header .page-title i {
	font-size:22px;	
}

/*=========== jGrowl =============*/

.jGrowl-closer {
	display:none !important;	
}

/*============= Action btns ===========*/
.heading-btn-group a.btn-link i {
	font-size:22px !important;
}
.heading-btn-group a.btn-link span {
	font-size:12px !important;
}

/*============= tooltip =============*/
.tooltip {
	font:300 12px IrSans !important;	
}

/*============= datepicker =============*/
.datepicker-plot-area {
	font:14px IrSans !important;	
	z-index:10 !important;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
	font:14px IrSans !important;	
}

/*============= help-block =============*/
.help-block, .help-inline {
	font-weight:300;
}

