﻿@import url("fonts.css");
* {
    font-family: "B Mitra" !important;
    padding: 0;
    margin: 0;
    font-size: 16px !important;
}
body {
    background-color: white;
    direction: rtl;
    
    /*background-image: url(/Content/images/HeadLineTile.png);
    -ms-background-repeat: Repeat-x;
    background-repeat: Repeat-x;*/
}

p
        {
            padding: 2px;
            margin: 2px auto;
        }
		p.ui-state-hover
		{
			font-weight: normal;
		}
        p.ui-widget-header
        {
            text-align: center;
            font-weight: normal;
        }
        strong.ui-state-error
        {
            display: block;
            padding: 3px;
            text-align: center;
        }
       .rtol {direction:rtl !Important;text-align:right;}
       p.cell{
           width:60px;
       }
       p.cell2{
           width:180px;
       }
.lnkPage{
    width:25px;
    height:25px;
    /*border: 5px solid #c3c3c3;*/
    /*display: -webkit-flex; /* Safari */
    /*-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    /*flex-direction:row-reverse;*/
    display:inline-block;
    direction:rtl;
    background-color:white

}
p.lnkPage{
    text-align:center !Important;
    vertical-align:central !Important;
}
       table{
           text-align:center;
           vertical-align:central; 
           text-align:center;
           width: 100%;
       }
       table.tbl1{
          color:white;
          border-width:1px;
          border-color:black;
          width:100%;
         border-collapse: separate;
       }
       table.tbl2 {
          border-width:1px;
          border-style:solid;
          width:100%;
          border-collapse: separate;
          overflow-x:scroll;

       }
       table.tbl3{
          border-collapse: separate;
          overflow-x:scroll;
          text-align:center;
          padding:20px;
    width: 492px;
}
       table.tbl3 tr{
           text-align:center;
           vertical-align:central;
       }
       table.tbl3 td{
           text-align:center !Important;
           vertical-align:central;
       }
       .Grid{
           direction:rtl !Important;
           width: 100%;
           overflow-x: scroll;
           overflow-x: -moz-scrollbars-horizontal;
       }

        .Grid th {
            color: #fff;
            background-color: #29558C;
            border-width: 1px;
            border-style: solid;
            border-color: #ffffff;
            text-align: center;
        }
        .FixedHeader {
            position: absolute;
        }   
        /* CSS to change the GridLines color */
        .Grid,.Grid td
        {
            /*border:1px solid black;*/
            line-height: 3;
        }
        .Grid th {
            line-height: 2;
        }
        .direction{
            direction:ltr;
        }
        .box {
            border :1px solid #C0C0C0;
            -ms-border-radius : 5px;
            border-radius : 5px;
            padding : 5px;
            margin : 3px;
            -webkit-box-shadow : 0 0 8px -1px #777;
            -ms-box-shadow : 0 0 8px -1px #777;
            box-shadow : 0 0 8px -1px #777;
        }

.box2 {
    float: left;
}
h4 {
    font-family: "B Mitra" !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #C60;
    padding: 5px;
}
.top-panel {
    padding: 5px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid silver;
    font-family: tahoma;
    margin-bottom: 3px;
    background-color: whitesmoke;
    width: 100%;
}
.number {
    font-family:'Times New Roman', Times, serif !important;
    font-size: 16px;
    color:darkblue;
    direction: ltr !important;
}