
@keyframes h {
  99.9% {bottom:0;}
  100% {bottom:100%}
}



@font-face {
  font-family: 'ArabicFont';
  src: url('ExpoArabicBook.eot'); /* IE9 Compat Modes */
  src: url('ExpoArabicBook.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('ExpoArabic-Book.woff') format('woff'), /* Modern Browsers */
       url('ExpoArabicBook.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('ExpoArabicBook.svg#svgFontName') format('svg'); /* Legacy iOS */
}



@font-face {
  font-family: 'ArabicFont';
  src: url('ExpoArabicBook.eot');
  /* IE9 Compat Modes */
  src: url('ExpoArabicBook.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('ExpoArabic-Book.woff') format('woff'),
      /* Modern Browsers */
      url('ExpoArabicBook.ttf') format('truetype'),
      /* Safari, Android, iOS */
      url('ExpoArabicBook.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

@media screen {

.sub_details_td:nth-child(1){ width:70%; }
.sub_details_td:nth-child(2){ width:15%; }
.sub_details_td:nth-child(3){ width:15%; }



.sellings_tr:nth-child(1){ width:60%; }
.sellings_tr:nth-child(2){ width:10%; }
.sellings_tr:nth-child(3){ width:10%; }
.sellings_tr:nth-child(4){ width:10%; }
.sellings_tr:nth-child(4){ width:10%; }

.costs_tr:nth-child(1){ width:18%; }
.costs_tr:nth-child(2){ width:8%; }
.costs_tr:nth-child(3){ width:8%; }
.costs_tr:nth-child(4){ width:8%; }
.costs_tr:nth-child(5){ width:8%; }
.costs_tr:nth-child(6){ width:8%; }
.costs_tr:nth-child(7){ width:8%; }
.costs_tr:nth-child(8){ width:8%; }
.costs_tr:nth-child(9){ width:8%; }
.costs_tr:nth-child(10){ width:8%; }

.QTN_tbl{ width:100%; }

._description{width:55%;}
._rate{width:15%;}
._cur{width:15%;}
._quantity{width:15%;}

._agent_name{width:55%;}
._agent_inv_no{width:15%;}
._agent_inv_date{width:15%;}
._agent_inv_attachment{width:15%;}

/*
@font-face {
  font-family: 'Roboto';
  src: url('roboto/Roboto-Light.ttf') format('truetype');
}
*/


#qtn_table{
    overflow: scroll; /* Scrollbar are always visible */
    overflow: auto;   /* Scrollbar is displayed as it's needed */
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

#qtn_table, #qtn_th, #qtn_tr{
    font-size:11px;
    border: 1px solid #e6e6e6;
    min-width:100%;
}

#qtn_th{
    font-size:11px;
    color:white;
    background:#999;
    border: 1px solid #e6e6e6;
    padding:5px;
}

#qtn_td{
    font-size:11px;
    border: 1px solid #e6e6e6;
    padding:8px;
}


#qtn_td_performance{
       font-size:11px;
    border: 1px solid #e6e6e6;
    padding:8px;
    width:10%;
}


 #qtn_tr:hover{
     
     
    background:#ddd;
    border: 2px solid #007;
     
 }

#qtn_td:hover{
     
     
    background:#bbb;
    
     
 }

#qtn_td_performance:hover{
     
     
    background:#bbb;
    
     
 }




html {
  scroll-behavior: smooth ;
  
}

body {

  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-content: center;
  justify-content: center;
 color:#fff;

}



/*invoice list table

#id_Cost_WorkDocument-0-agent_inv_date_day {width:100px;}
#id_Cost_WorkDocument-0-agent_inv_date_month {width:100px;}
#id_Cost_WorkDocument-0-agent_inv_date_year {width:100px;}
*/
#qtn_form{  font-size: 11px;

    
}
/*end*/


#qtn_header{text-align:left;}






 
 





/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */



/*top progress line*/
.header {
  position: fixed;
  top: 0;
  z-index: 19999999;
  width: 100%;
  background-color: #f1f1f1;
}

.header h2 {
  text-align: center;
}

.progress-container {
    
  width: 100%;
  height: 8px;
  background: #ccc;
}

.progress-bar {
  height: 8px;
  background: #077;
  width: 0%;
}





#myBar{
      background: #077;

}


/*end*/





/* Navigation*/

#nav_button {
    position : relative;
            display: block;
  border-radius: 15px;
  background-color: #088; 
  /*
  box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  background: -webkit-linear-gradient(right, #099, #088);
  */
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  width:90%;
  
  transition: all 0s;
  cursor: pointer;
  margin: auto;
  /*left:2px;*/
  
    
}



#nav_button:hover  {
  
  background-color: #099;
 /*
  background: -webkit-linear-gradient(right, #0aa, #099); */
  box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  z-index:1000;
  width: 90%;
}


.header_button {
    
    text-decoration:none;
    position : fixed;
    top:75px;
    right:3%;
            display: block;
  border-radius: 30px;
  
  
    background-color: #099;
 
  box-shadow: -10px 5px 10px 2px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  z-index:99999;
  width:50px ;
  height:50px ;
  
  
  /*
  box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  background: -webkit-linear-gradient(right, #099, #088);
  */
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  
  
  transition: all 1s;
  cursor: pointer;
  margin: auto;
  /*left:2px;*/
  
    
}

.header_button:hover{
    color: #FFFFFF;
      width:55px ;
  height:55px ;
    box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#nav_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
   /*background-color: #aaa;*/
  border: none;
  border-radius: 15px;
  color: #fff;
  transition: all 2s;
  
}

#nav_button span:after {
  /*content: '\00bb';*/
  /*position: absolute;
  opacity: 0;
  top: 0;
  right: -5px;
  transition: 0.5s; */
  transition: all 2s;
}

#nav_button:hover span {
  /*padding-right: 15px;*/
 /*background-color: #bbb;*/
  
  color: #fff;
}

#nav_button:hover  {
  
  background-color: #099;
 /*
  background: -webkit-linear-gradient(right, #0aa, #099); */
  box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  z-index:1000;
  width:90% ;
}

#nav_button:hover span:after {
 /* opacity: 0;
  right: -2; */
}



/*  ------------- */


.center  {
  position: relative;
  top: 35px;
  /* margin-left: -50%; */
  opacity:0;
  text-align:center;
  z-index:99999;
  display: block; 
    background: #fff; 
    text-align:center;
    height: 90px; 
    width: 90px;
    padding: 4px;
    color: #999; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none;
    
    /*border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff; */
    border-radius: 50%;
    box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.14);
    transition: all 1s;
    margin: auto;
    cursor:pointer;    

}


.center img  {
      
    width: 80px;
    height: 80px;
    border-radius: 50%;

}

#profile_user_name{
position: relative;
top: 40px;
color: #fff;
font-size: 20px;
font-weight: bold;
/* left: -10px; */
cursor:pointer;
}

#login_btn{
    width: 100px;
margin: auto;
height: 40px;
padding: 5px;
border-radius: 30px;
}

#login_username{
    max-width: 300px;
}

#login_password{
    max-width: 300px;
}

.modal-content{
    max-width: 550px;
}

.center a 
{
    color: #999; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    
}






.center:hover, .center:active, .center:focus {
  top: 33px;

  
 box-shadow: -10px 5px 15px 13px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); 
}



.center2  {
    position: absolute;
    top: 100px;
    left: -50%;
    z-index:99997;
    display: block; 
    background: #fff; 
    text-align:center;
    height: 60px; 
    width: 60px;
    padding: 20px 10px;
    color: #999; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    /*border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff; */
    border-radius: 70px;
    box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    transition: all 1.2s;
    

}


.center2 a 
{
    color: #999; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    
}






.center2:hover, .center2:active, .center2:focus {
  border-radius: 50px;
      height: 65px; 
    width: 65px;
  left:3%;
 box-shadow: -10px 5px 15px 13px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.center:hover #navbar{
    left:0%;
}

.center2:hover #navbar{
    left:0%;
}

#navbar:hover .center{
    /* left:5%; */
}

#navbar:hover::before {
  content:"";
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  animation:h calc(var(--transition-time) + var(--transition-delay)) forwards;
}



#navbar {
    opacity:75%;
  background-color: #008;
   padding: 0px 0px 0px 0px ;
  border-radius: 0px;
  top: 0%;
/*right: 15%;*/
 left: -8%;
  width: 10%;
  height: 105%;
  display:block;
  align-content: left;
  text-align: left;
  align-items: left;
  align-self: left;
  position: fixed;
  z-index: 999;
  background: #088;
  
  /*margin: 0px  auto 50px; */
  box-shadow:  0px 10px 10px 10px rgba(0, 0, 0, 0.24);  
  transition: all 1s;
  transition-timing-function: ease;
  
  
  
  transition-delay: 3s;
  transition-time: 1s;

}


    #navbar:hover {
    left: 3%;
   
 /*   cursor: pointer;
 transition-delay: 0s; */
}
 




#navbar  ul {
  list-style-type: none;
}


   
 


#navbar:hover a {
     

}


#navbarlistcontainer {
    position : relative;
            display: block;
    margin:  250px 0px 0px 0px ; }
        
        
        
    #navbarlist  {
            position : relative;
            display: block;
          margin:  0px 0px 0px 0px ;
          padding : 0px 0px 0px 0px;
          text-decoration: none;
        
          color: #fff;
          font-size: 14px;
          /*font-weight: bold;*/
          /*align-content: flex-start;
          text-align: flex-start;
          align-items: flex-start;
          align-self: flex-start; */
          
          align-content: center;
          text-align: center;
          align-items: center;
          align-self: center; 
            float: center;
            justify-content: center;
           /* transition: margin 1.5s; */
        transition: all 1s;
        
        }
        
        
        #navbarlist  a {
            
            display: block;
          margin:   auto;
          padding : 0px 0px 0px 0px ;
          transition: all 1s;
          /*
             border-style: solid;
      border-left-width: 30px;
      border-bottom-width: 2px;
      border-top-width: 2px;
        border-right-width: 30px;

        border-color:#077;
        border-bottom-color:#fff;
        border-top-color:#fff;
       
          
          background-color: #077;

          */
          
          text-decoration: none;
          color: #fff;
          font-size: 14px;
          /*font-weight: bold;*/
          align-content: center;
          text-align: center;
          align-items: center;
          align-self: center; 
            float: center;
            justify-content: center;
        
          
           /* transition: margin 1.5s; */
        
        
        }
        

#main1{
    margin-left: 0%;
    transition: all 2.5s;
}
    
#navbar:hover #main1 {
    margin-left: 12%;
}
    
    
    
    
#qtn_btns{
    color:white;
    min-width:50px;
    padding:30px;
    background:#999;
    border-radius:30px;
}

#qtn_btns:hover{
    
    background:#777;
    
}
    
    
    
    
    
    
    
    
    
    
.invoice_item {
    
position: relative;


  width: 70%;   
   border-radius: 30px;
   background: #fff; 
    margin: 20px 20px 20px 20px;
    display:inline-block;
      align-content: center;
  text-align:center;
  
  align-items: center;
  align-self: center;

   padding: 25px ;
    
  box-shadow:  0px 8px 8px 7px rgba(0, 0, 0, 0.24);  
    transition: all 0.5s;

    
}


.invoice_item a{
        
                display: inline-block;        
                font-family: Arial, sans-serif; 
                /*font-size: 12px; 
                font-weight: bold; */
                text-decoration: none; 
                text-align:center;
                

          transition: all 1s;

}



.invoice_item:hover, .invoice_item:active, .invoice_item:focus {
  width: 71%;
  
  box-shadow:  0px 10px 10px 12px rgba(0, 0, 0, 0.24);  
}



.theme_color{background-color: #ed6100; }
.theme_color2{background-color: #fa8a04; }





.top_header{
  position: fixed;
  top:0px;
  
  height:60px;
  width:100%;
  z-index: 99995;
  padding: 15px;
  text-align:center;
  margin: 0px 0px 0px 0px;
   border-radius: 0px; 
  color: #fff;
     
  font-size: 20px;

  opacity: 100%;
    

  /*text-align: center;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    transition: all 1s;
  
  
}



.top_header img{
  width: 130px;
z-index: 99999;
margin-top: -7px;
}


#nav_btn_img  {
    
  position: fixed;
  top: 10px;
  left:30px;
  color:#fff;
  height:50px;
  width:40px;
  
  z-index:999999;
  transition: all 0.5s;
  transition-timing-function: ease;
  font-size:30px;
  cursor:pointer;
  
  
  


    
}

#nav_btn_img span, a, p{
color:#fff;
    
}


#nav_btn_img:hover {width:42px;}

    
.title1 {
  position: fixed;
  top:60px;
  left:0px;
  width:100%;
  z-index: 99996;
  padding: 10px;
  
  
   border-radius: 0px; 
  color: #fff;
     background-color: #999; 
  font-size: 16px;

  opacity: 100%;
    

  /*text-align: center;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  
  
}

.title1 a {
  color: #fff;
}






.pagefooter {
  position: fixed;
  bottom:0px;
  left:0px;
  width:100%;
  z-index: 9999992;
  padding: 10px;
  
  
   border-radius: 0px; 
  color: #fff;
     
  font-size: 16px;

  opacity: 100%;
    

  /*text-align: center;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  
  
}

.pagefooter a {
  color: #fff;
}



hr {
  position: relative;
  z-index: 2;
  width: 100%;
  
}

.hr1 {
  position: relative;
  z-index: -1;
  width: 110%;
  margin: -23px 0% 0% 0%;
}



.page {
  width: 100%;
  padding: 0%;
  margin: 0% 0% 0% 0%;
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
}


.img1 {
  /*background-color: #ffffff;*/
  
  border-radius: 20px;
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  width: 15%;
  
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  
  margin: 1%  1% 1% 5%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;
}

.img1:hover {
  width :16%;
  
}

.sub1 {
  /* background-color:  #ffffff ;*/
  
  border-radius: 30px 30px 30px 30px;
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  margin: 1% 3% 0% 1%;

}


.img2  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 20%;
  margin: 1%  1% 1% 1%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img2:hover  {
width: 22%;
}


.img3  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 18%;
  margin: 1%  6% 0% 6%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img3:hover  {
width: 20%;
}


.img4  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 85%;
  margin: -7%  1% 1% 1%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img4:hover  {
width: 90%;
}

.img5  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 40%;
  margin: 0%  1% 1% 1%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img5:hover  {
width: 45%;
}

.img6  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 8%;
  margin: 0%  1% 1% 1%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img6:hover  {
width: 10%;
}

.p1 {
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  padding: 0% 15% 0% 15%;
  margin:  1%;
  color: #555;
  font-size: 18px;
  text-align: center;
  transition: all 1s;
}

.p1:hover {
  color: #077;
}

#logintitle {width:50%; 

text-align: center;
}


#loginform {width:50%; 
min-width:300px;
max-width:400px;
text-align: center;
}

#signup_form{
    width:50%; 
min-width:300px;
max-width:600px;
text-align: center;
}

.show_inline{
    display:inline;
}

/*--------------------*/


.qtn_form {
  border-radius: 30px;
  position: relative;
  z-index: 1;
  
  background:  #fff ;
  
  opacity: 100%;
  align-self: center;
  align-items: center;
  align-content: center;
  
   padding: 10px 0px 50px 0px;
  
 width:90%;
  /*
  margin: 0px 10px 0% 70px;
  padding: 45px;
  */
  text-align: center;
  
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); 
  
  transition: all 0.3s ease;

}



.form {
  border-radius: 30px;
  position: relative;
  z-index: 1;
  
  background:  #fff ;
  
  opacity: 100%;
  align-self: center;
  align-items: center;
  align-content: center;
  


  width:90%;
  padding: 45px;

  text-align: center;
  
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  
  transition: all 0.3s ease;

}



/*
.form1:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); 
}
*/

input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);   

}

select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  border: 0;
  margin: 0px 0px 0px 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 11px;
  
 box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);   

}

.input1 {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  height: 400px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.textarea1 {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  height: 200px;
  border: 0;
  margin: 0% 0% 0% 0%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  
  box-shadow: 0 0 0 3px #fff;
  border: 5px solid transparent;
  
}


.row_1 {
orientation: horizontal;

}

button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #099;
  border-radius: 30px;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.5 ease;
  cursor: pointer;
  margin-top: 5%;
  margin-left: 65%;
   box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);  
}
button:hover, button:active, button:focus {
  background: #0aa;
  box-shadow: -10px 5px 20px 7px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);  
}
textarea .message {
  margin: 35px 0 0;
  color: #aaa;
  font-size: 18px;
  text-align: left;
   font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  height: 200px;
  border: 0;
  margin: 0% 0% 0% 0%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  
  box-shadow: 0 0 0 3px #fff;
  border: 5px solid transparent;
  
}

.message1 {
  margin: 0% 0% 10% 0%;
  padding: 20% 20% 20% 10%;
  color: #aaa;
  font-size: 18px;
  text-align: left;
}


.message1 p {
  color: #000;
  text-decoration: none;
  text-align: left;
  
}

.message a {
  color: #fff;
  text-decoration: none;
  text-align: left;
  
}

h1 {
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  ;
}















.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99991;
  top: 0;
  left: 0;
  
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 5%; */
  opacity:100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    
   
}

.sidenav a {
  padding: 8px ;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  
  border-bottom: 1px solid #f2f2f2;
  font-family: arial;
text-align: center;
font-weight: bold;
font-family: ArabicFont;color:#fff; font-size: 20px
}

.sidenav a:hover {
  color: #055;
  background-color:white;
  
}

.username a {
  padding: 8px ;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  
  border-bottom: 0px solid #f2f2f2;
  font-family: arial;
text-align: center;
font-weight: bold;
font-family: ArabicFont;color:#fff; font-size: 20px
}

.username a:hover {
 
    color: #fff;
  background-color:#099;
}



#main {
  transition: margin-left .5s;
  padding: 0px;
}


.searchbox {
  background-image: url('/static/img/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 200px; /* Full-width */
  font-size: 11px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}


#searchboxcontainer {
  width: 90%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  display:inline-block;
  padding: 12px 20px 12px 40px; /* Add some padding */
  margin-bottom: 12px; /* Add some space below the input */
}








     
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
  
 
  width: 100%;  

}




.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}







.select2-container--default ,  .select2-container   {
   font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
    
}




.select2-selection--single, .select2-selection {
    background: #f2f2f2;
    border: 0px;
    width: 100%;
}


.select2-selection__rendered {
    background: #f2f2f2;
    border: 0px;
    width: 100%;
}




.select2-results__options{
      font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 0px;
  width: 100%;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  width: 100%;
  
}
    
 
.select2-search , .select2-search--dropdown{
         font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 0px;
  width: 100%;
  border: 0px solid #f2f2f2;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  width: 100%;
}



.select2-dropdown {
    border: 0px solid #f2f2f2;
    background-color: #f2f2f2;
    
}
    
.select2-container--default .select2-selection--single {
      border: 0px solid #f2f2f2;
    background-color: #f2f2f2;
}

.select2-search__field {
    background-color:white;
}


span.select2-dropdown.select2-dropdown--below {
    margin-top: -29px;
}




#userpage {
  font-size: 16px;
  position: relative;
  width: 100%;
  background: #099;
  height: 250px;
padding-top: 65px;
  top: 0;
  /*filter: drop-shadow(0px 0px 20px #000);*/
  /* left:-50%; */
  transition:0.5s all;
}


.pagefooter a {
 text-decoration: none;
 font-size:11px;
}





.active {
  background-color: #099;
  color: white;
}
.dropdown-container {
  display: none;
  background-color: #555;
  padding-left: 8px;
}


#menu_cart_page{
  position:inherit;display:inline-block;
}

#menu{
  width:100%
}

#basket_btn{
  z-index: 9999999999999;
  margin-top: 21px;
  position: fixed;
  display: block;
  right: 21px;
  text-align: right;
  color: #fff;
  text-decoration: none;
  width: 50px;
}

#bg{
  background: #f90;
}

#menu_categories_list{
  transition: all 0.5s;
  display: inline-block;
}

#cart{
  background: #eee;
width: 0px;
position: fixed;
display: block;
top:0px;
right: 0px;
height: 100%;
overflow: scroll;
    transition: all 1s;

}


#cart_inv_logo{
  position:static;display:inline;
}

#inv_content{
  opacity:0; transition: all 0.5s
}

#headertext{
  font-family: ArabicFont;color:#000;    transition: all 1s;
}

#inv_header_text{
  font-family: ArabicFont;color:#000;    transition: all 1s;
  
  margin: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-top: -20px;
  
  font-size: 14px;
  
  font-weight: bolder;
  z-index: 6;
  transition: all 0.5s;
  text-align: center;
}

.item_content {
  position: relative;
  background: #fff;
  padding-top: 10px;
  display: inline-flex;
  text-align: right;
  width: 100%;
  direction: rtl;
border-radius: 30px;
width: 450px;

margin-top: 10px;
padding-top: 13px;
padding-bottom: 10px;
transition: 0.2s all;
}

.item_content:hover {
  background: #fff;
  filter: drop-shadow(1px 10px 10px #999);
  margin-top: 8px;
  margin-bottom: 2px;
  

}


#delete-button {
background: #e53;
color: #fff;
padding: 4px;
border: 0px solid #e53;
}

#edit-button{
    background: #0c5;
color: #fff;
padding: 5px;
border: 0px solid #0c5;
}

#item_text {
  font-size: 13px;
  word-wrap: break-word;
  display:block;
}

#control_btns {
  position: relative;
  display: inline;
  height: 40px;
  padding: 0px;
  width: 150px;

}

#td_delete_btn {
  width: 50px;
}

#invoice_items{
  display:inline-table;border: 1px solid #eee;  border-collapse: collapse;transition: all 1s;
}



body {
  align-content: center;
  text-align: center;

}

#bg {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0%;
  z-index: -2;
}


/*
.header{
position:relative;
top:0px;
width:100%;
height:100px;
z-index:999999;
padding: 15px;
}
*/

#headertext {


  margin: auto;

  color: #fff;
  font-size: 65px;
  font-weight: bolder;
  z-index: 6;
  transition: all 0.5s;
  text-align: center;
  /*margin-left: 15px; */
  /*
-webkit-filter: drop-shadow(-7px 10px 7px #000);
filter:         drop-shadow(-7px 10px 7px #000);   
*/
}


#headertext_ar {


  position: fixed;


  width: 100%;
  margin-top: -140px;
  text-align: center;
  align-content: center;
  color: white;
  font-size: 50px;
  font-family: ArabicFont;
  font-weight: bolder;
  z-index: 6;
  transition: all 0.5s;
}


#headertext_itemspage {


  position: fixed;

  width: 100%;


  margin-top: 10px;
  text-align: center;
  align-content: center;
  color: white;
  font-size: 20px;
  font-weight: bolder;
  z-index: 6;
}


#offerstext {
  margin-top: 70px;
  margin-bottom: 0px;
  text-align: center;
  align-content: center;
  color: wheat;
  font-size: 16px;
  font-family: ArabicFont;
  z-index: -1;
  transition: all 0.5s;
}


#choclate_left {
  position: fixed;
  width: 23%;
  left: 0%;
  bottom: 0%;


  z-index: 3;
  transition: all 0.5s;


}

#choclate_left:hover {
  width: 24%;
}

#choclate_right {
  position: fixed;
  width: 23%;
  right: 0%;
  bottom: 0%;
  z-index: 3;

  transition: all 0.5s;

}


#choclate_right:hover {

  width: 24%;
}


#mainpage_ {
  width: 100%;
}


#upper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  z-index: 4;
  -webkit-filter: drop-shadow(2px 2px 20px #000);
  filter: drop-shadow(2px 2px 20px #000);



}


#lower {
  position: fixed;
  height: 35px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  box-shadow: 8px 5px 15px 12px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.33);
}


#menucontainer {
  position: static;
  /* margin-top:75px; */
  padding: 50px;
  z-index: -1;
  display: inline-block;
  width: 100%;

}




#tables_list_ {
  display: inline;
  position: static;

  width: 50%;

  z-index: -1;

}


#tables_list_ a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: ArabicFont;
}



#deliveries_list_ {
  display: inline;
  position: static;

  width: 50%;

  z-index: -1;

}


#deliveries_list_ a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: ArabicFont;
}



#categories_list {
  display: inline;
  position: static;

  width: 50%;

  z-index: -1;

}


#categories_list a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: ArabicFont;
}

.menu a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: ArabicFont;
}





.menu_header {

  /* width: 190px; */
  border-radius: 60px 0px;
  transition: all 0.5s;
  box-shadow: 1px 20px 35px -3px black;
  background-color: #099;
  height: 219;
  margin-bottom: 60px;
  margin-left: 50px;
}






.menu_product_img {

  width: 190px;
  height: 190px;
}


.menu_product_img img {

  width: 190px;
  margin: 190px;

}


.menu_header img {

  width: 185px;
  margin: 1px;
  filter: drop-shadow(0px 5px 10px #555);

}






.menu_header:hover {

  box-shadow: 1px 20px 45px -1px #f50;
}


#display_text {
  width: 100%;
  position: fixed;
  height: 100%;
  margin-bottom: 0px;
  color: #fff;
  background-color: #777;
}

#headers_text {
  color: #fff;
  margin-top: 20px;
  font-weight:bold;
  /*	-webkit-filter: drop-shadow(-7px 10px 7px #000);
filter:         drop-shadow(-7px 10px 7px #000);   
*/
}


.menu_header_img {


  width: 189px;
  /* filter: brightness(1.3); */
}


#logo {

  width: 35%;

  transition: all 0.5s;
 /*
  -webkit-filter: drop-shadow(0px 24px 20px #333);
  filter: drop-shadow(0px 24px 20px #333);
*/
}



#middleShow {
  position: relative;
  width: 100%;
  margin-top: -20px;
  z-index: 1;
  transition: all 1s;

}




#left {
  position: static;
  width: 30%;
  margin-top: 0%;
  transition: all 1s;

  z-index: 1;
  -webkit-filter: drop-shadow(-10px 20px 30px #000);
  filter: drop-shadow(-10px 20px 30px #000);



}


#right {
  position: static;
  width: 30%;
  margin-top: 0%;

  transition: all 1s;
  z-index: 1;

  -webkit-filter: drop-shadow(10px 20px 30px #000);
  filter: drop-shadow(10px 20px 30px #000);


}



#middle {
  position: static;
  width: 30%;
  margin: 0% 0% 0% 0%;
  text-align: center;
  align-content: center;
  color: white;
  font-size: 35px;
  font-family: ArabicFont;
  font-weight: bolder;
  z-index: 1;
}




#menuCategoryImage {
  width: 100px;
  z-index: 6; 

}












#menuhomebtn {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 80px;
  text-align: center;
  z-index: 99999;
  display: block;
  text-decoration: none;
  transition: all 1s;


}


#menuhomebtn img {
  width: 53px;
  margin-top: 10px;
  margin-left: 10px;
  /*
border-radius:60px;

transition: all 0.5s;
box-shadow: -5px 20px 23px -15px black;
*/
}





#menuhomebtn a {
  text-decoration: none;
}



nav {
  position: fixed;
  top: 10px;
  right: 3%;

  text-align: center;
  z-index: 99999999;
  display: block;



  color: wheat;
  font-family: 'Expo Arabic light', Times, serif;
  font-size: 20px;

  text-decoration: none;

  transition: all 1s;


}


/*
nav a {
color:wheat;
text-decoration: none;
transition: all 0.5s;
padding:5px;
font-size:16px;
font-family:ArabicFont;

}

nav a:hover {
color:#555;
text-decoration: none;
background:#fff;
border-radius:30px;
}

*/





#linkbtn {
  position: fixed;
  bottom: 1%;
  left: 5%;

  text-align: center;
  z-index: 99999;
  display: block;



  color: wheat;
  font-family: 'Expo Arabic light', Times, serif;
  font-size: 12px;

  text-decoration: none;

  /*border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff; */

  transition: all 1s;


}



#linkbtn a {
  text-decoration: none;
  color: wheat;
}

#linkbtn img {
  width: 20px;
  transition: all 1s;
}





#categoryImg {
  position: fixed;
  width: 7%;
  top: 45px;
  right: 8%;
  border-radius: 50px;
  transition: all 1s;
  z-index: 99;
  box-shadow: 8px 5px 15px 12px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.33);

}



#categoryImg:hover {
  width: 8%;

}





#cartpage {
  z-index: 9999999;
}





#productscontainer {
  position: static;
  margin-top: 25%;
  padding: 50px;
  z-index: -1;

}




.product {
  display: inline-block;
  position: relative;
  margin: 0px;
  width: 150px;
  height: 300px;
  margin-top: 80px;
  margin-bottom: 80px;


  z-index: 6;

  padding: 0px;
  border-radius: 30px;
  transition: all 0.5s;
}

/*
.product:hover{

width: 200px;
z-index:9999999;



}

*/

.product:hover .price {
  margin-top: -205px;


}


.product:hover .qty_control {
  margin-top: 0px;
}

.product:hover .product_text {
  margin-top: 10px;
}



.product a {
  padding: 7px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-family: 'Expo Arabic light', Times, serif;
  margin-top: 0px;
  z-index: 779;
  color: wheat;
}



#product_img {
  margin-top: -40px;
  width: 90%;
  border-radius: 30px;
  box-shadow: 8px 5px 15px 12px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.33);
  transition: all 0.5s;
  background-color: #911;

  padding: 10px;
  z-index: 444;
}

#product_img:hover {


  box-shadow: 8px 5px 20px 15px rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.33);
}


.productdescription {
  color: #fff;
  z-index: 666;
  display: inline-block;
  text-decoration: none;
  font-family: 'Expo Arabic light', Times, serif;
  font-size: 8px;
  transition: all 0.5s;
  background-color: #911;

  border-radius: 30px;
  margin-top: 0px;
  opacity: 100%;
  width: 90%;
  box-shadow: 8px 5px 15px 12px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.33);
}

.product_text {
  margin-top: 10px;
  color: wheat;
  font-size: 16px;
  font-family: ArabicFont;
  font-weight: bold;
  text-shadow: 1px 1px #999;
  transition: all 0.3s;
  background-color: #911;
  border-radius: 30px;

}

.contacts_text {
  margin-top: 10px;
  color: wheat;
  font-size: 16px;
  font-family: ArabicFont;
  font-weight: bold;
  text-shadow: 1px 1px #999;
  transition: all 0.3s;
  background-color: #911;
  border-radius: 30px;
  padding: 20px;

}




.price {
  margin-top: -200px;
  margin-bottom: 170px;
  z-index: 799;
  transition: all 0.5s;
}

.product_price {
  margin-top: -60px;
  color: wheat;
  font-size: 11px;
  font-family: 'Expo Arabic light', Times, serif;
  font-weight: bold;


}



.qty_control {
  margin-top: 10px;
  transition: all 0.5s;

}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}





/*   ------------ */




#carouselExampleIndicators {

  z-index: 1;
  transition: all 0.5s;
  color: #555;
}






img#prev {

  width: 100px;
  transition: all 0.5s;
}


img#next {

  width: 100px;
  transition: all 0.5s;
}








.carousel-item a {

  text-shadow: 1px 3px 10px black;
}


.control_btn {
  padding: 1px;
  border: solid #eee 1px;
  text-align: center;
  align-content: center;
  width: 25px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 1%), 0 5px 5px 0 rgb(0 0 0 / 16%);
  transition: all 0.5s;
  border-radius: 50%;
  height: 25px;
  margin: 0px 10px;

  margin-bottom: 0px;

}

.control_btn a {
  position: relative;
  top: -3px;

}

.control_btn_num {
  padding: 1px;
  border: solid #eee 1px;
  text-align: center;
  align-content: center;
  width: 30px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 1%), 0 5px 5px 0 rgb(0 0 0 / 16%);
  transition: all 0.5s;
  border-radius: 0%;
  height: 25px;
  background: #fff;

}


.category_items{
  display: none;
  position: relative;
}

.control_btn{
  padding: 1px;
  border: solid #eee 1px;
  text-align: center;
  align-content: center;
  width: 25px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 1%), 0 5px 5px 0 rgb(0 0 0 / 16%);
  transition: all 0.5s;
  border-radius: 50%;
  height: 25px;
  margin: 0px 10px;

  margin-bottom: 10px;
  
}

.control_btn_num{
  padding: 1px;
  border: solid #eee 1px;
  text-align: center;
  align-content: center;
  width: 50px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 1%), 0 5px 5px 0 rgb(0 0 0 / 16%);
  transition: all 0.5s;
  border-radius: 0%;
  height: 25px;
  background:#fff;

}


html *{
    font-family:arial;
    font-family: ArabicFont;
    
}

    
}



@media screen and (max-width: 900px) {

  #logo {


      width: 200px;


  }




  #offerstext {
      margin-top: 100px;
      margin-bottom: 50px;

  }

  /*
#menuhomebtn{
margin-top:40px;

}
*/

  img#prev {

      width: 50px;

  }


  img#next {

      width: 50px;

  }


  #headertext_ar {



      width: 100%;
      margin-top: -10px;

      font-size: 20px;

  }



  #categoryImg {

      width: 70px;
      top: 55px;
      right: 8%;


  }

}
@media screen and (max-width: 600px) {
 
 #userpage {

 }
 
.top_header{
    font-size:16px;
    padding:20px;
}

.top_header img{
    
    width: 65px;
z-index: 99999;
margin-top: 0px;
}


.menu a {
    display: flex;
text-decoration: none;
font-family: ArabicFont;
}

.menu_header {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s;
  background-color: #099;
  margin-bottom: 10px;
}




}


