
* {
  box-sizing: border-box;
  font-family: "B Zar", "B Koodak", "Times New Roman", Times, serif;    
  font-weight: normal;
  font-size: 16pt;
  background-color: #ffffff;
  color: purple;
}
body{
    margin: 0;
    padding: 0;
}
input{
    direction: ltr;
    font-family: "B Koodak";
    border-radius: 5px;
    border-color:cornflowerblue;
    color:purple;
    background-color: #ffe9f9;
}
input:invalid {
  border: red solid 3px;
}
.logoclass{
    display: inline;
    float: left;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.buttoncenter{
    display: inline;
    background-color: #eee3f8;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14pt;
    margin-top: 2px;
    border-radius: 4px;
    cursor: pointer;
}
.menubuttons{
    display: inline;
    float: right;
    background-color: #eee3f8;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14pt;
    padding-top:3px;
    margin-top: 6px;
    margin-right: 2px;
    border-radius: 4px;
    cursor: pointer;
}
.menubuttons:hover {background: #ccc;}
.footerbuttons{
    display: inline;
    float: none;
    background-color: #eee3f8;
    border:solid;
    border-color: coral;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14pt;
    padding-top:3px;
    margin-top: 6px;
    margin-right: 2px;
    border-radius: 10px;
    cursor: pointer;
}
.footerbuttons:hover {background: #ccc;}
.topnav
{
    margin:0;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom:0px;
}
.ramzclass{
    direction: rtl;
    text-align: center;
    margin-bottom: 8px;
    font-family: 'B Koodak'; 
    font-size: 16pt  
}
.botnav {
    direction: rtl;
    float: right;
    background-color: #d9ffe4;
    width: 100%;
}
.loginbody{
    direction: rtl;
    text-align: center;
}
.loginform{
    border-radius: 5px;
 
}
.center {
  margin: auto;
  width: 60%;
  border: 3px solid #73AD21;
  padding: 10px;
}
.lostpass{
    text-align:center; 
    border:0px solid #ccc; 
    margin-top:10px;
    color:darkblue;
    border-radius: 5px;
    cursor: pointer;
}
.lostpass:hover{background-color:#ddd; }
.submit{
    width:8em;
    border-width:2px;
    border-color:gray;
    border-style: solid;
    margin-top:20px;
    border-color: cornflowerblue;
    background-color: #edfbf9;
    cursor: pointer;
}
.submit:hover{color:red}
.nicebanner{
    background-color: orange;
    height: 10px;
    border-color: orange;
}

  .ui-autocomplete li {
        font-size: 16px;
        color:red;
    }
.datalist-input {
    width: 50%;
    color: red;
    }    
.datalist{
    direction: rtl;
    float: right;
    text-align: right;
    text-justify: distribute;
}
 /* The sidepanel menu */
.sidepanel {
    border:2px;
    border-width:2px;
    border-color: magenta;
    font-size: 20px;
    margin-right:0px;
    margin-left:2px;
    width: 0; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 1; /* Stay on top */
    top:5px;
    right: 5px;
    background-color:gray ; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 26px; /* Place content 60px from the top */
    transition: 1s; /* 0.5 second transition effect to slide in the sidepanel */
}
/* The sidepanel links */
.sidepanel a {
  text-align:right;  
  padding-top:4px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:14px;
  margin-right:0px;
  text-decoration: none;
  font-size:20px;
  color: black;
  background-color:pink ;
  display: block;
  transition: 0s;
  border: 1px;
}
/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  background-color:lightpink;
}
/* Position and style the close button (top right corner) */
.closebtn {
  font-size:10px;
  background-color:lightpink;
  position: absolute;
  top:0;
  margin-top:2px;
  margin-right: 0;
  right: 8px;
}
.openbtn:hover {
  background-color: #444;
} 
table, th, td {
    margin-left: auto;
    margin-right: auto;

    border: 1px solid black;
    border-collapse: collapse;
    padding-left: 2px;
    padding-right: 4px;
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
tr {background-color: #ffffcc;}
tr:nth-child(4n+1) {background-color: #f2f2f2;}
tr:first-child {background-color: #ffcccc;}

@font-face {
  font-family: "B Koodak";
  src: url("fonts/BKOODB.TTF");
  }
@font-face {
  font-family: "B Zar";
  src: url("fonts/BZAR.TTF");
  }
@font-face {
  font-family: "B Titr";
  src: url("fonts/BTITRBD.TTF");
  }
  .payaam{
      text-align:center; 
      font-family:"B zar"; 
      font-size: 16pt; 
      color:blue; 
      margin-top:10px;
      padding-left:10px;
      padding-right:10px;
  }