﻿@font-face {
  font-family: 'B Titr';
  src:	url('/content/fonts/BTitrBold.eot');
  src:	url('/content/fonts/BTitrBold.eot?#iefix') format('embedded-opentype'), 
		url('/content/fonts/BTitrBold.woff') format('woff'), 
		url('/content/fonts/BTitrBold.ttf') format('truetype');
}

@font-face {
  font-family: 'B Mitra';
  src:	url('/content/fonts/BMitra.eot');
  src:	url('/content/fonts/BMitra.eot?#iefix') format('embedded-opentype'), 
		url('/content/fonts/BMitra.woff') format('woff'), 
		url('/content/fonts/BMitra.ttf') format('truetype');
}


@font-face {
  font-family: 'B Yekan';
  src:	url('/content/fonts/BYekan.eot');
  src:	url('/content/fonts/BYekan.eot?#iefix') format('embedded-opentype'), 
		url('/content/fonts/BYekan.woff') format('woff'), 
		url('/content/fonts/BYekan.ttf') format('truetype');
}


body.rtl{
	font-family: 'B Yekan', Tahoma;
}
.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl .h1, .rtl  .h2, .rtl .h3, .rtl .h4, .rtl .h5, .rtl .h6{
	font-family: 'B Yekan', Arial;
}

.ltr .k-widget{
	font-family: Calibri, Tahoma, Arial;
}


h1,.h1 { font-size: 32px; }
h2,.h2 { font-size: 26px; }
h3,.h3 { font-size: 20px; }
h4,.h4 { font-size: 16px; }
h5,.h5 { font-size: 12px; }
h6,.h6 { font-size: 10px; }

h1 small,.h1 small {
  font-size: 24px;
}

h2 small,.h2 small {
  font-size: 18px;
}

h3 small,.h3 small,h4 small,.h4 small {
  font-size: 14px;
}

.text-area{
	width: 100%;
	height: 150px !important;
}

.glyphicon{
	top:3px;
}

.input-group i {
	font-size: inherit;
}

.navbar-inverse {
	background-color: #191748;
}

@media (min-width: 768px) {
	.ltr .navbar-right {
		margin-right: 0 !important;
	}

	.dl-horizontal dt {
		float: right;
		width: 190px;
		height: 48px;
		clear: right;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		padding: 5px;
	}

	.dl-horizontal dd {
		margin-right: 180px;
		padding: 5px;
	}
}