﻿
@font-face {
  font-family: 'irtitrregular';
  src: url('/fonts/IrFonts/irtitrregular.eot?#') format('eot'),  /* IE6–8 */
       url('/fonts/IrFonts/irtitrregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('/fonts/IrFonts/irtitrregular.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'iryekanregular';
  /*src: url('/fonts/IrFonts/iryekanregular.eot?#') format('eot'),   IE6–8 */
     /*  url('/fonts/IrFonts/iryekanregular.woff') format('woff'),   FF3.6+, IE9, Chrome6+, Saf5.1+*/
     /*  url('/fonts/IrFonts/iryekanregular.ttf') format('truetype');   Saf3—5, Chrome4+, FF3.5, Opera 10+ */
 src: url('/fonts/BFont/BYekan.eot?#') format('eot'),   /* IE6–8 */
      url('/fonts/BFont/BYekan.woff') format('woff'), /*   FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('/fonts/BFont/BYekan.ttf') format('truetype'); /*  Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
  /*font-family: "irmitraregular";*/
  font-family: "iryekanregular";
}

.table > tbody > tr > th {
     font-family: "irtitrregular";
}

.nav-label{
    font-family: "irtitrregular";
}

.nav-second-level > li > a {
    font-family: "iryekanregular";
    font-size: 12px;
}

.btn-sm {
    font-family: "iryekanregular";
    /*font-size: 10px;*/
}

.dl-horizontal dt {
    font-family: "irtitrregular";
}

.form-horizontal .control-label {
    text-align: right;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}