﻿/*@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-FD-WOL.eot');
    src: url('../fonts/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-FD-WOL.woff') format('woff'), url('../fonts/Vazir-FD-WOL.ttf') 
    format('truetype');
    font-weight: normal;
}


body {*/ /*end*/
    /*font-family: 'Vazir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: rgb(251,251,251);
}*/
@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir/Vazir-FD-WOL.eot');
    src: url('../fonts/Vazir/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-FD-WOL.woff') format('woff'), url('../fonts/Vazir/Vazir-FD-WOL.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir/Vazir-Bold-FD-WOL.eot');
    src: url('../fonts/Vazir/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-Bold-FD-WOL.woff') format('woff'), url('../fonts/Vazir/Vazir-Bold-FD-WOL.ttf') format('truetype');
    font-weight: bold;
}
@media print {
    /* پنهان کردن بخش‌هایی با کلاس خاص */
    .no-print {
        display: none !important;
    }

    /* همچنین می‌تونی به‌جای کلاس، ID هم استفاده کنی */
    #breadcrumb, #header, #footer {
        display: none !important;
    }

    /* صفحه فقط محتوای جدول یا گزارش را نمایش دهد */
    body {
        direction: rtl;
    }
}

body {
    /*font-family: 'IRANSansWeb' !important;*/
    font-family: 'Vazir' !important;
    font-weight: 400;
}

.mainPic{
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),url("/publicimage/mainbackgroundpic.png");
    background-repeat:no-repeat;
    height:auto;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.customin {
    border: 1px solid blueviolet;
    border-radius: 3px;
    color: white !important;
    background-color: blueviolet;
}


.customGreen1{
    border:1px solid gray;
    border-radius:3px;
    color:black !important;
    background-color:#d0f7c9;
}

.customBlue1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #9ce5f2;
}

.customYellow1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #e8efa7;
}

.customRed1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #f59f9f;
}
.customGray {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color:grey;
}

.custominput{
    border:1px solid gray;
    border-radius:1px;
    height:35px;
    margin-bottom:15px;
}

.customwhite {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color:white;
}
.customDarkLateblue {
    border: 1px solid white;
    border-radius: 3px;
    color: black !important;
    background-color:darkslateblue;
}
.customBlueviolet {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: blueviolet;
}
.customlavender {
    /*border: 1px solid gray;*/
    border-radius: 3px;
    color: black !important;
    background-color:lavender;
}
.Back {
    /*border: 1px solid gray;*/
    border-radius: 3px;
    color: black !important;
    background-color: lavender;
}
