﻿
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*                                      THEME STYLE V.970620                                     */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@import 'fonts/fonts.css';
* {
	font-family: "Vazir";
	font-size: 14px;
}
.font-family-1{
    font-family: "Vazir";
}
.font-family-2{
    font-family: nasim-bold;
}

body {
    background:#fff;
}
body.rtl {
    text-align:right;
    direction:rtl;
}
body.ltr {
    text-align:left;
    direction:ltr;
}

.fs-10{
    font-size:10px !important;
}
.fs-11{
    font-size:11px !important;
}
.fs-12{
    font-size:12px !important;
}
.fs-13{
    font-size:13px !important;
}
.fs-14{
    font-size:14px !important;
}
.fs-15{
    font-size:15px !important;
}
.fs-16{
    font-size:16px !important;
}
.fs-17{
    font-size:17px !important;
}
.fs-18{
    font-size:18px !important;
}
.fs-19{
    font-size:19px !important;
}
.fs-20{
    font-size:20px !important;
}




.print-logo {
    height: 100px;
}
ul li {
    list-style-type: none;
}
.print-info ul li{
    border-bottom: 1px dotted #767676;
    padding: 8px 0;
    font-size: 0.8em;
    color: #767676;
}
    .print-info ul li i {
        font-size: 16px;
        color: #767676;
        font-weight: bold;
    }
.print_header {
    border-bottom: 1px dotted #767676;
}
    .print_header span{
        color: #767676;
    }

.direction-right{
    direction:rtl;
}
.direction-left{
    direction:ltr;
}