@font-face {
    font-family: mehr;
    src: url(../fonts/mehr.ttf);
}
html { overflow-y: scroll; }
.urspace {
    padding: 10pt;
}
.top-bar {
    padding:0.5em 0.5em;
    direction: rtl;
    background-color: #ffffff;
    border-top: 5px solid #f26523;
    border-bottom: 5px solid #10a0c6;     
    font-family: Arial, sans serif;
    font-size:140%;
}
.top-bar ul{    
    background-color: transparent;
}
.top-bar li a i.fa, .top-bar li a svg  {
    color: #10a0c6;
    margin-left: 3pt;
}

.top-bar li a:hover{
    color:#f26523;
}

.top-bar li a i.fa:hover, .top-bar li a svg:hover {
    color: #f26523;
}

.dropdown li a{
    color: #000;
    border-right: 2px solid #eee;
}
.noborder {
    border: 0 !important;
}

a {
  color:#007793;
}

nav a{
    color:#eeeeee;
}

nav a:hover{
    color:white;
}


select {
    width:auto;
}
.ur, 
.spur::placeholder
{
    font-family: mehr;
    direction: rtl;
    font-size:15pt;
    line-height:1.8em%;
    word-spacing:2pt;
}



.spur::placeholder {    
    padding:4pt;
    font-size:100%;
}

nav .fa:before {
    padding-left: 4pt;
}

.error
{
    text-align: center;
    color: red;
    padding:10pt;
}
.username, .username a {
    font-family: Arial, sans serif;
    background-color: #10a0c6;
    font-size: 12pt;
    font-weight: normal;
    vertical-align: bottom;
    display: inline-block;
    padding: 0pt 2pt;
    color: #ffffff;
    border-radius: 0pt 0pt 5pt 0pt;
}

.signed-in-menu-item a {
    color: #bf0000;
}

.clearboth {
    clear:both;
}

.avg td{
    text-align:right !important;
}