@import url("fonts/font-awesome.min.css");
@import url("fonts/IranSans.css");
@import url("fonts/IranYekan.css");

body {
    font-family:IRANSans,Tahoma;
    font-size:9pt;
    background: url("img/body-bg.png") repeat;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:iranyekan;
}
h1, .h1 {
    font-size: 26px;
}
h2, .h2 {
    font-size: 22px;
}
h3, .h3 {
    font-size: 18px;
}
h4, .h4 {
    font-size: 14px;
}
label {
    cursor:pointer;
}
.btn.non-icon {
    font-family:iranyekan;
}
.form-control {
    font-size:inherit;
}
.navbar-brand
{
    font-size:16px;
}
.navbar-inverse .navbar-nav > li > a {
    font-family: iranyekan;
    font-size: 10pt;
    color: #fff;
}

.navbar-inverse .navbar-nav.left-menu  > li> a,
.navbar-inverse .navbar-nav.left-menu > li > a {
    color: #333;
}

.dropdown-menu li a {
    font-family: iranyekan;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav.left-menu > .active > a,
.navbar-inverse .navbar-nav.left-menu > .active > a:hover,
.navbar-inverse .navbar-nav.left-menu > .active > a:focus {
    background-color: #178acc;
    color: #fff;
}
/*==================== footer ====================*/
.footer-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url("img/body-bg.png") repeat;
    z-index:3000;
}

    .footer-wrapper hr {
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .footer-wrapper p {
        width: 50%;
        float: right;
        margin-bottom: 5px;
        padding: 0 20px;
        font-size:7.5pt;
    }

        .footer-wrapper p.inner-page {
            width: 41%;
        }

    .footer-wrapper.inner-page {
        margin-right: 275px;
    }

@media print {
    .content-wrapper, .footer-wrapper.inner-page {
        margin-right: 0;
    }

    .navbar, .sidebar {
        display: none;
    }
}

.roya
{
    font-family:IRANSans;
    font-weight:normal;
}

.yekan{
    font-family:iranyekan;
    font-weight:normal;
}

.fs10pt
{
    font-size:10pt;
}

.left
{
text-align:left;
}

.ltr
{
    direction:ltr;
}

.right{
    text-align:right;
}

.rtl
{
    direction:rtl;
}

.input-group-addon
{
    color:#808080;
    text-align:center;
}