﻿@font-face {
    font-family: 'MyFont';
    src: url('/font/Shabnam.ttf'); /*, url('Shabnam.ttf'), url('BYekan.ttf'); */
}

body {
    font-family: MyFont;
    font-size: 24pt;
    background-color: #fbfbfb;
}

.gridhead {
    background: linear-gradient(#c4f6dc,#ffffff); /* Standard syntax */
    color: black;
    height: 30px;
    border: 1px solid #e9e4e4;
}

.gridrow {
    border: 1px solid #faecad;
    height: 25px;
    padding: 10px;
}

.Gridm {
    border-radius: 5px;
    border: 1px solid #e9e4e4;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px
}

.Gridm2 {
    border-radius: 5px;
    border: 1px solid #e9e4e4;
    width: 30%;
    background-color: #ffffff;
    font-size: 16px
}

.hdcss {
    background: linear-gradient(#fdc111,#ffffff);
    font-weight: bold;
    padding-right: 40px;
    cursor: pointer;
    text-align: right;
    border-radius: 5px;
    padding: 8px;
}

.cncss {
    background-color: #f9f9f9;
    padding: 10px;
}

.tbl1 {
    width:70%;
}

.flst {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #47b4bc;
}

.lgnd {
    padding-right: 10px;
    padding-left: 10px;
    color: #fdc111;
    font-family: MyFont;
    font-size: 20px;
}

.tooltip_tbl {
    width: 700px;
    height: 305px;
    border: 1px solid #006699;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0 5px 15px #999999;
    background-color: #fff;
}

.tdText {
    font: 10pt w_yekan;
    color: #333333;
    text-align: right;
    direction: rtl;
    width: 100%;
    padding-left: 2px;
}

tdTextx {
    color: #333333;
    text-align: left;
    width: 100%;
    padding-left: 2px;
}

.cell {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    text-align: center;
}

#tooltipPanel {
    font-family: shabnam;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}

.gridhead {
    background: linear-gradient(#47b4bc,#ffffff);
    color: black;
    height: 30px;
    border: 1px solid #66f779;
}

.gridrow {
    border: 1px solid #dffbe3;
    height: 25px;
}

Grid {
    border-radius: 5px;
    border: 1px solid #e9e4e4;
    width: 100%;
    background-color: #ffffff;
}

.Grid tr:hover {
    background: linear-gradient(#fdc111,#ffffff);
}
.Gridm tr:hover {
    background: linear-gradient(#fdc111,#ffffff);
}
