﻿
@font-face {
 font-family: 'BRoya';
 src: url("../fonts/BRoya.eot") format('eot'), url('../fonts/BRoya.ttf') format('truetype'); /* EOT file for IE */
}

body 
{
    font-family:BRoya;
}
a
{
    text-decoration:none;
    color:Black;

}
.tbl 
{
    width:800px;
    font-family:BRoya;
    font-size:16px;
    direction:rtl;
    margin: 5px 5px 5px 5px;
-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
    box-shadow:  0px 0px 9px rgba(0, 0, 0, 1);
    text-align:right;
    color:Black; 
}
.tbl tr
{
    height:30px;
    min-width:150px;

}

 .matn
{
   text-align:center;
   vertical-align:top;
}
#mtbl table tr td
{
    padding-top:10px;
    padding-right:5px;
}
tr .select
{

    width:48px;
   
}
/* SELECT ROW*/
.trse
{
    background-color:Purple !important;
    color:White;
}
.tbl  tr  td
{
    border-right-style:groove;
    border-right-color:Black;
    border-right-width:1px;
    border-left-style:groove;
    border-left-color:Black;
    border-left-width:1px;
    padding : 2px 2px 2px 2px;
    line-height:22px;
    min-width:50px;
}
.tbl tr:nth-child(odd)
{
    background-color:#6699FF;
}
.tbl tr:nth-child(even)
{
    background-color:white;
}
.tbl tr td img
{
    cursor:pointer;
}
.head
{
    background-color:#006699;
    color:White;
   min-width:120px !important ;
   line-height :22px !important;
   
}
.head a
{
    text-decoration:none;
    color:White;
}
.txt
{
   border:1px solid #4C787E;
    font-family:BRoya;
    margin:2px 0 2px 0;
    }
.btn
{
    border: 1px solid #147F95;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: tahoma;
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 32px;
    margin: 1px 5px 1px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
     background-color:#474747;
    border: 1px solid #474747;
}
.btns
{
    border: 1px solid #147F95;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: tahoma;
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 29px;
    margin: 1px 5px 1px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
     background-color:#474747;
    border: 1px solid #474747;
    height: 24px;
}
#dmsg
{
    color:White;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
    box-shadow:  0px 0px 9px rgba(0, 0, 0, 1);
}
.maxi {
	width:300px!important;
	text-wrap: break-word;
}