﻿
@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 400;
    src: url("font/Vazir/Vazir.woff");
    src: local('Vazir'), url("font/Vazir/Vazir.eot") format('eot'), url("font/Vazir/Vazir.ttf") format('truetype');
}

@font-face {
    font-family: 'VazirBold';
    font-style: normal;
    font-weight: 400;
    src: url("font/Vazir/Vazir-Bold.woff");
    src: local('Vazir'), url("font/Vazir/Vazir-Bold.eot") format('eot'), url("font/Vazir/Vazir-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'VazirLight';
    font-style: normal;
    font-weight: 400;
    src: url("font/Vazir/Vazir-Bold.woff");
    src: local('Vazir'), url("font/Vazir/Vazir-Light.eot") format('eot'), url("font/Vazir/Vazir-Light.ttf") format('truetype');
}
bodyMin {
    font-family: Vazir;
 
}
.GridTextBox {
width:100%;
height:100%;
padding:0 0 0 0;
margin:0 0 0 0;
border:0;
}
.JustNumber {
    text-align:center;
    

}
body, table {
    font-family: Vazir !important;
    font-size: 14px;
}

.cursor-pointer {
    cursor: pointer;
}

.td {
    font-family: Vazir;
    font-size: 1rem;
    text-align: center;
    padding: 0;
    margin: 4px 0 4px 0;
    height: 15px;
  
}
tdAdress {
resize:horizontal;
}
.th {
    font-family: Vazir;
    font-size: 1.2rem;
    font-weight: bold;
 
    padding: 0;
    margin: 4px 0 4px 0;
    overflow: hidden;
   
    /*color: rgb(255,255,255);*/
   
    text-align: center !important;
    vertical-align:middle;
   
    
}
.listboxGrid {
    width: 60px;
    padding: 0;
    margin: 0;
}
.tr {

height:20px;}
.GridBacgrond 
{
    background-color:darkgray;
}
.Grid {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

    .Grid th {
        background-color: #F7F7F7;
        font-weight: bold;
        font-family:Vazir;
    }

    .Grid th, .Grid td {
        padding: 0;
        /*width: 150px;*/
        border: 1px solid #ccc;
        font-size:1rem;
    }

    .Grid, .Grid table td {
        border: 0px solid #ccc;
    }

        .Grid th a, .Grid th a:visited {
            color: #333;
        }

.DayStr {
    width: 10%;
    

}

.FromClock {
    width: 5%;
}
.ToClock {
    width: 5%;
}
.SumClock {
    width: 5%;
}
.ProjectName {
    width: 10%;
}
.ActionTypeName {
    width: 10%;
}
.Description
{
    width:40%;
    text-align:right;
}
.action {
    width: 10%;
    text-align: right;
    border-right:1px solid lightgray;
}
a.delet {
   /*background: url(Img/Delete.png) no-repeat top left;*/
    height: 20px;
    width: 20px;
    /*background-size: 20px;*/
    /*background-color: red;*/
    color:red;
}
a.Unconfirmbtn {
  
    height: 20px;
    width: 20px;
    /*background-size: 20px;*/
    /*background-color: red;*/
    color: red;
}
a.edite {
  
    color: green;
    /*background-size: 20px;*/
    height: 20px;
    width: 20px;
}
a.confirmbtn {
    color: green;
    /*background-size: 20px;*/
    height: 20px;
    width: 20px;
}
a.user {
    /*background: url(Img/User.png) no-repeat center center;*/
    /*background-color: green;*/
    background-size: 30px;
    height: 15px;
    width: 18px;
}
a.password {
    background: url(Img/Password.png) no-repeat center center;
    /*background-color: green;*/
    background-size: 20px;
    height: 15px;
    width: 20px;
}
a.search {
    background: url(Img/search.png) no-repeat center center;
    background-color: white;
    height: 30px;
    width: 30px;
    background-size: 30px;
}
a.Solory {
   
    color:green;
    height: 20px;
    width: 30px;
    background-size: 20px;
}
.RowsStyle {
padding:4px 2px 4px 2px;
}