*{
  margin: 0px;
  padding: 0px;
}
body,p,span,b,i,u,li,a,div,
label,input,button,select,option,
h1,h2,h3,h4,h5,h6,table,td,th
{
  font-family: 'VazirFD';
}

#btnRegister,#search{
  font-size: 13px;
}

#blockTop{
  min-height: 55px;
  background: #eee;
  padding-top: 10px;
}

#search{
  border-radius: 5px;
}

#btnSearch{
    background: transparent;
    border: none;
    position: relative;
    left: 20px;
    top: 8px;
    z-index: 9999;
}

#topMenu .navbar{
  box-shadow: none;
  -webkit-box-shadow: none;
}

.sectionBox{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 4px 0px #ede7e7;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-justify{
  text-align: justify;
}

#blockFooter{
  background: #333;
  min-height: 200px;
  border-top: 5px solid #DB0000;
}
#footer
{
  padding-top: 20px;
}
#footer h2,#footer p
{
  color: #f7f7f7;
}
#blockCopyRight
{
  background: #222;
  min-height: 50px;
}
