﻿
@font-face {
    font-family: "Yekan";
    src: url("Yekan.eot") format("eot"), url("Yekan.woff") format("woff");
}
@font-face {
    font-family: 'B Nazanin';
    src: url('BNazanin.eot');
    src: url('BNazanin.eot?#iefix') format('embedded-opentype'), url('BNazanin.woff2') format('woff2'), url('BNazanin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BTitrBold';
    src: url('BTitrBold.eot?#')
    format('eot'), url('BTitrBold.ttf')
    format('truetype'), url('BTitrBold.woff') format('woff');
}
/*font-family:BTitrBold;
*/
body {
    padding: 0px;
    font-family: B Nazanin !important;
    font-weight:bold;
    font-size:18px;
}

th {
    font-family: BTitrBold !important;
}
td {
    font-size: 18px !important;
}
input {
    font-size: 19px !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
label {
    font-size: 19px !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

table{
    direction:rtl !important;
    text-align:right !important;
}
h1, h2, h3, h4, h5, h6 {
    direction: rtl !important;
    text-align: right !important;
}
.btn{
    float:right;
}
.form-group{
    text-align:right !important;
}