@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekan-regular.eot') format("embedded-opentype"),
	url('../fonts/yekan-regular.woff') format("woff"),
	url('../fonts/yekan-regular.ttf') format("truetype");
}
html,body {
  height: 100%;
}
body{
font-family:"yekan",tahoma !important;
background-color: rgba(251, 251, 251, 1);

}
*{
font-family:"yekan",tahoma !important;
}
#nav-fix-clear{
    height:54px;
}
#footer {
  min-height: 60px;
  max-height:80px;
  background-color: #f5f5f5;
}
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
.fill{
    height:100%;
    min-height:100%;
}
#lblmg
{
    font-family: "yekan",tahoma !important;
}
.cpanel
{
    height: 100%;
}
.ads{
margin-top: 22px;
padding: 3px;
border: 1px dashed #cfcfcf;}
.box{
background-color: #fff;
padding: 7px;
border-radius: 4px;
border: 1px solid #eee;
margin-bottom:20px;}
.hr{
margin: 3px 0px 3px 0px;
border-bottom: #CFCFCF 1px solid;}
ul{
list-style:none;
padding-right:0 !important;}
.wiget-meno-list li{
padding: 5px;
  margin: 2px;
  background-color: rgba(249, 249, 249, 1);
  trasition:500ms;
}
.wiget-meno-list li:hover{
  background-color: rgba(243, 241, 241, 1)
}
.img-res{
width:100%;
height:auto;}
.text-small p{
  margin: 5px 0;
  text-align: justify;

}
.table {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 5px;
    margin: 20px 0;
    width: 100%;
}
.table-hearder {
    background-color: #EFEFEF;
    color: #525252;
    font-family: BYekan;
    font-size: 18px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
}
.table-hearder-td {
    border-bottom: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
}
.table-ro {
    font-size: 11px;
    line-height: 9px;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
}
.table-ro:hover {
    background-color: #EFEFEF;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.table-td {
    border-right: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    height: 25px;
    padding-top: 12px;
}
.clear {
	clear: both;
}