﻿@font-face {
    font-family: 'IRANSansWeb';
    src: url('/fonts/IRANSansWeb.eot');
    src: url('/fonts/IRANSansWeb.eot') format('embedded-opentype'), url('/fonts/IRANSansWeb.woff') format('woff'), url('/fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IRANSansWeb' !important;
    font-weight: 400;
}

.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;
}

.Custominput {
    border: 1px solid gray;
    border-radius: 1px;
    height: 35px;
    margin-bottom: 15px;
}

.hr {
    width: 100%;
    height: 3px;
    background-color: gray;
    margin-top: 10px;
    margin-bottom: 10px;
}

.circleInput {
    border-radius: 3px;
}

#divsearch > div {
    margin-top: 5px;
}
