﻿@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;
}

.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;
}


.customGreen1{
    border:1px solid #21ad0a;
    border-radius:3px;
    color:black !important;
    background-color:#d0f7c9;
}

.customBlue1 {
    border: 1.8px solid #0b5fae;
    border-radius: 4px;
    color: #1d5f9d !important;
    background-color: #9ce5f2;
}

.customYellow1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #e8efa7;
}

.customRed1 {
    border: 1px solid #ba0808;
    border-radius: 3px;
    color: black !important;
    background-color: #f59f9f;
}

.custominput{
    border:1px solid gray;
    border-radius:1px;
    height:35px;
    margin-bottom:15px;
}
.customAdd {
    border: 1.8px solid #136b04;
    border-radius: 4px;
    color: white !important;
    background-color: #31b41b;
}
.customEdit {
    border: 1.8px solid #4577ae;
    border-radius: 4px;
    color: white !important;
    background-color: #b4d3f6;
}
.customDel {
    border: 1.8px solid #de0909;
    border-radius: 4px;
    color: white !important;
    background-color: #fa6161;
}
.customSearch {
    border: 1.8px solid #06ad67;
    border-radius: 4px;
    color: white !important;
    background-color: #a2f3d1 !important;
}
.customDealy {
    border: 1.8px solid #b95711;
    border-radius: 4px;
    color: white !important;
    background-color: #ff6a00 !important;
}
.customReject {
    border: 1.8px solid #f6e419;
    border-radius: 4px;
    /*color: white !important;*/
    background-color: #f8c9c9;
}
.tdtableTimeSheet {
    border: 1px solid #389007;
    text-align:center;
    color:red;
}
.AccessDenied {
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),url("/publicimage/mainbackgroundpic.png");
    background-repeat: no-repeat;
    
}
.customAddSelf {
    border: 1.8px solid #136b04;
    border-radius:6px;
    color: #517e39 !important;
    background-color: #bdf8b3;
}
.customAddNew {
    border: 1.8px solid #136b04;
    border-radius: 6px;
    color: white !important;
    background-color: #aaed9f;
}
.customAddSelf {
    border: 1.8px solid #136b04;
    border-radius: 6px;
    color: #517e39 !important;
    background-color: #bdf8b3;
}
.customDelNew {
    border: 1.8px solid #de0909;
    border-radius: 4px;
    color: white !important;
    background-color: #fbc3c3;
}