


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.switch {
  position: fixed;
  display: inline-block;
  width: 60px;
  height: 34px;
  right: 20%;
  top: 18px;
  z-index: 99995;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #099;
}

input:focus + .slider {
  box-shadow: 0 0 1px #099;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media screen {
    
   
    
    
    
/* time */

#time{
width: 150px;
display: block;
position: relative;
color: #000;
font-size: 20px;
margin: auto;
}

#canvas{
background-color: #099;
border-radius: 200px;
width: 90px;
position: relative;
box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
cursor: pointer;
}

#time_container{
position: relative;
display: block;
margin: auto;
background: #fff;
width: 94%;
box-shadow: 1px 7px 20px 0px rgba(0,0,0,0.2);
border-radius: 30px;
padding: 20px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  transition: 0.4s all;
  margin-bottom: 10%;
  border-radius: 46px ;
}


/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: -20px;
}

.close:hover,
.close:focus {
  color: #099;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #ed6100;
  color: white;
  border-radius: 100px 100px 0px 0px;
  
  height: 46px;
}


.modal-header p {
text-align: center;
    margin: auto;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #ed6100;
  color: white;
  border-radius: 0px 0px 45px 45px;
  /*height: 45px;*/
}

.menu_header_img_modal{
    width: 100%;
    filter: brightness(1.05);
}

.menu_header_img_modal img{
    width: 70%;
    margin: auto;
    text-align: center;
    filter: drop-shadow(0px 14px 10px #999);
    margin-bottom: -5%;
    margin-top: -5%;
    position: relative;
    z-index: 1;
}

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

.qty_control_{
    position: relative;z-index: 2;    margin: auto;padding: 5px;margin-top: 10px;
}

html *{font-family: ArabicFont;}



#tables_list_ {
  display: inline;
  position: static;
  width: 50%;
  z-index: -1;
}

#deliveries_list_ {
  display: inline;
  position: static;
  width: 50%;
  z-index: -1;
}

 .product_types{
line-height: 1px;
text-align: right;
background: #fff;
padding: 10px;
width: 149px;
font-family: ArabicFont;

                    }
                    
                    .product_types_items{
                        color: #000;
                        font-family: ArabicFont;
                    }
                    
                    option{
                        font-family: ArabicFont;
                    }
              
              #id_clientRemark{
                        height: 80px;
width: 375px !important;
background: #fff;
                }      
                
                
                   #cart_buttons{
        display: inline-block;
width: 90%;
    }

.dashboard_header_buttons{
    text-decoration: none;
position: relative;
border-radius: 30px;

width: 85%;
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, #ed6100, #ed6100);
border: none;
color: #fff;
text-align: center;
font-size: 15px;
padding: 13px;
transition: all 1s;
cursor: pointer;
margin: 10px;
display: inline-block;
}

.dashboard_header_buttons:hover{
    width: 80%;
    color:#fff !important;
}
    .cart_button{
        margin: 5px;
border-radius: 20px;
width: 70px;
font-size: 12px;
height: 70px;
display: inline-grid;
    }
    
    
    .product_types_{
        background: #fff;
color: #099;
border-radius: 0px 50px 15px 45px;
text-align: right;
padding: 14px;
 
position: relative;
display: inline-block;
margin-left: -10px;
line-height: 18px;
font-size: 12px;
padding-bottom: 20px;
z-index: -2;
        
    }
    
    
     #back_btn_dashboard , #back_btn_categories {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 80px;
  text-align: center;
  z-index: 99999;
  display: block;
  text-decoration: none;
  transition: all 1s;
                }
                #back_btn_dashboard img{
                width: 53px;
margin-top: 10px;
margin-left: 10px;
}

 #back_btn_categories img{
                width: 53px;
margin-top: 10px;
margin-left: 0px;
}

     #menudeliveryhomebtn {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 80px;
  text-align: center;
  z-index: 99999;
  display: block;
  text-decoration: none;
  transition: all 1s;
                }
                #menudeliveryhomebtn img{
                width: 53px;
margin-top: 10px;
margin-left: 10px;
}




  span.select2.select2-container.select2-container--default , textarea{
       box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);  
            width:100% !important;

  }
  
 input[type='checkbox'] {box-shadow: none}
  
      .select2-container--default .select2-selection--single {
          border: 0px solid #f2f2f2;
          text-align:left;
          width:100%;
      }
      
      #id_clientRemark{
               font-family: "Roboto", sans-serif;
  outline: 0;
  
  border-radius: 30px;
  
  border: 0px solid #f2f2f2;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 11px;
  height: 80px;
width: 375px !important;
background: #fff;
      }
      
      
      input[type="file"]::button {


background-color: white;
border-radius: 30px;
border:1px solid #aaa;

}


.select2-results__options {
  
 box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);   
     width:100%;

}


.sellings_tr:nth-child(1){ width:80%; }
.sellings_tr:nth-child(2){ width:20%; }








.table_item_{
    width: 190px;
border-radius: 10px;
transition: all 0.5s;
box-shadow: 1px 20px 35px -3px black;
background-color: #aaa;
height: 219;
margin-bottom: 10px;
margin-left: 5px;
cursor: pointer;
}

.reports_btns_container{
 position: relative;
    width: 100%;
   
    top: 0px;
    margin: 2px;
    display: inline-block;
}

.reports_btns{
   text-decoration: none;
    position: relative;
    border-radius: 15px;
    width: 175px;
    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, #fff,#fff,#fff);
    border: solid #099;
    color: #999;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    transition: all 1s;
    cursor: pointer;
    margin: 10px;
    display: inline-block;
    
}
 #closing_the_working_day_btn {
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    width: 35%;
    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, #ed6100, #099);
    border: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    transition: all 1s;
    cursor: pointer;
    margin: 10px;
    display: inline-block;
  }
}


#board_report_header_btn{
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    width: 80%;
    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, #ed6100, #ed6100);
    border: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    transition: all 1s;
    /* cursor: pointer; */
    margin: 10px;
    display: inline-block;
}

.vouchers_list{

   background: #fff;
    width: 90% !important;
    /*height: 500px; */
    display: inline-block;
    border-radius: 30px;
    padding: 15px;
    padding-top: 15px;
    box-shadow: 1px 7px 20px 0px rgba(0,0,0,0.2);
    padding-top: 25px;
    overflow: scroll !important;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}


.voucher_item_{

  background: #eee !important;
  width: 90% !important;
  color: #555 !important;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.0) !important;
  border-radius: 12px;
  font-size: 9px !important ;
  direction:rtl;
  padding: 8px;
  font-size: 9px !important;
}

#completed_jobs_{
   
}



#completed_item_{

}

#open_takeaways{
    width:20%;
}

#menu_tables_page{
  position:inherit;display:none;
}

#dashboard_page{
display: inline-block;
width: 100%;
height: 100%;
position: relative;
padding-top: 40px;
}

.dashboard_element {
background: #fff;
width: 30%;
height: 500px;
display: inline-block;
border-radius: 30px;
padding: 15px;
box-shadow: 1px 7px 20px 0px rgba(0,0,0,0.2);
padding-top: 25px;
overflow: scroll !important;
margin: auto;
  margin-right: auto;
  margin-left: auto;
margin-left: 10px;
margin-right: 10px;
margin-top:15px;
}

#open_table_{
background: #099;
width: 30%;
color: #fff;
display: inline-block;
text-decoration: none;
box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.3);
border-radius: 12px;
padding-top: 13px;
font-size: 9px;
}

#open_delivery_{
background: #099;
width: 90%;
color: #fff;
display: inline-block;
text-decoration: none;
box-shadow: 1px 5px 15px 0px #aaa;
border-radius: 30px;
padding: 7px;
font-size:9px;
}


#buttons_list{
     display: inline-block; 
position: relative;
margin-top: 100px;
width: 100%;
}

.payment_input{
    text-align:center;
}

#open_deliveries{
    width:20%;
}
#open_tables{
    width:50%;
}
#open_takeaway_{
background: #099;
width: 60%;
color: #fff;
display: inline-block;
text-decoration: none;
box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.3);
border-radius: 12px;
padding-top: 13px;
font-size: 9px;
}

.delivery_item_{
    width: 190px;
border-radius: 10px;
transition: all 0.5s;
box-shadow: 1px 20px 35px -3px black;
background-color: #aaa;
height: 219;
margin-bottom: 10px;
margin-left: 5px;
cursor: pointer;
}

.active_item_{
    width: 190px;
border-radius: 10px;
transition: all 0.5s;
box-shadow: 1px 20px 35px -3px black;
background-color: #aaa;
height: 219;
margin-bottom: 10px;
margin-left: 5px;
cursor: pointer;
font-size: 15px ;

}



#menu_deliveries_page{
  position:inherit;display:none;
}


.dashboard_buttons{
text-decoration: none;
display: inline-block;
z-index: 99995;
width: 70px;
height: 53px;
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);
color: #fff;
text-align: center;
font-size: 12px;
padding: 11px;
transition: all 1s;
cursor: pointer;
margin: 8px;
position: fixed;
top: 0px;
left: 15%;

}

.dashboard_buttons:hover{
    width: 68px;
height: 53px;
box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.24);
color: #fff;
}

#bg_circle{
    background: #0bb !important;
width: 140%;
text-align: center;
z-index: 2px;
position: fixed;
aspect-ratio: 3 / 3;
border-radius: 50%;
top: 50%;
margin: auto;
text-align: center;
display: block;
left: -20%;
}

#shape_1{
    z-index: 1;
position: fixed;
width: 25%;
top: 52%;
left: 76%;
}


#shape_2{
    z-index: 1;
position: fixed;
width: 25%;
top: 20%;
right: 76%;
  rotate: 180deg;
}

#welcome_shape{width: 50%;
top: 20%;
position: fixed;
left: 25%;
}


#Language_bar{
width: 190px;
display: inline-block;
position: relative;
z-index: 55555;
height: 99px;
background: #fc0;
border-radius: 30px;
margin-top: 25%;
padding: 20px;
color: #fff;
font-size: 35px;
filter: drop-shadow(0px 15px 20px #555);
transition: 1s all;
cursor: pointer;
}


#Language_bar:hover{
    filter: drop-shadow(0px 20px 25px #444);
    margin-top: 25.5%;
    width: 195px;
    background: #ffcd00;
}


#pointer_shape{
    width: 45%;
top: 112%;
  position: fixed;
  left: 30%;
}

#calculation{
    position: relative;
display: block;
text-align: right;
width: 65%;
}



 
    .list_tbl_header{
        background: #999 !important;
  color: #fff !important;
  align-self: center;
  display: inline-block;
  height: 35px;
    }
    
    .list_col{
        display: inline-block;
    }
    
    .tbl_col1 {
  
  width: 10%;
    }
    
  .tbl_col2 {
  
 width: 20%;
    
    }
    
    .tbl_col3 {
  
  width: 10%;
    
    
    }
    
    .tbl_col4 {
  
  width: 15%;
    }
    
    .tbl_col5 {
  
  width: 10%;
    
    }
    
    .tbl_col6 {
  
  width: 25%;
    
    }


@media screen and (max-width : 600px){
    
    
    
    .list_col {
  display: initial;
  margin: 5px;
}
    
    .reports_btns_container{
    position: relative;
    display: inline;
    }

.reports_btns{
    

}
    
    #dashboard_page{
        display: block;
margin: auto;
    }
    .dashboard_element{
        width: 69% !important;
        height:auto;
    }
    #Language_bar{
        /* margin-top: 100%; */
        width: 190px;
        top: 32%;
    }
    
    #Language_bar:hover{
        
       top: 32.5%;
    }
        
    #welcome_shape {
      width: 80%;
      top: 30%;
      position: fixed;
      left: 10%;
    }
    
  
   
   .sidenav{
       /* padding-top: 15%; */
   }
   
   .sidenav a{
       padding: 8px;
       text-align: center;
   }
   
   #nav_btn_img{
        top: 15px;
        left: 15px;
   }
   
   #product_box{
        font-size:33px;
        text-align: right;
        margin: auto;
        width: 133px;
        margin-right: 20px;
        margin-left: 0px;
        
   }
   
   #headertext{
            margin: 0px;
            margin-bottom:30px;
            font-family:ArabicFont !important;
            height:30px;
            font-size: 45px;
            width: 100% !important;
    display: inline-block;
            
   
   }
   
   #add_to_cart {
  margin-right: 10px;
}

   .menu_header_img {
  width: 45%;
margin: 10px;
 
}

.menu_header img {
  width: 180px;
  margin: 1px;
  filter: drop-shadow(0px 17px 15px #555);
}
 
   #menucontainer{
       padding:15px;
   }
   
   .control_btn{
       margin:auto;
   }
   
   .menu a {
       padding:0px;
  display: flex;
  text-decoration: none;
  font-family: ArabicFont;
}

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



#headers_text{
    color: #fff;
margin: auto;
font-weight: bold;
margin-right: 10px;
width: 30%;
}


#item_type_radio{
    position: relative;
display: inline-flex;
}

#modal_text{
    color: #fff;
margin: auto;
font-weight: bold;


}

    #categories_list a{
        display:flex;
    }
    
    #time_container{
    
        width: 69% !important;
        padding: 20px;
    }
}


 
    
    
@page { size: 58mm 100mm } /* output size */
    
@media print { 
    html *{display:none;}
    

        
   #navbar , #center, #center2 , #button ,#container, .site-footer, .hidden_in_printing, .hidden_in_printing * , #print_document {
       
          display:none;
    }
    
            body.receipt .invoice-box{
 
width: 80mm;
margin: 0;
 height: auto;
padding: 23px;
/*border: 1px solid #ddd;*/
box-shadow: 0 0 10px rgba(0, 0, 0, .15);
font-size: 10px;
line-height: 12px;
font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
color: #555;
background: #fff;
}
        body.receipt { width: 58mm ; display:block; } 
        
        .invoice-box {
        display:block;
           

        }
  
}

#discount_clarification{
    text-align: center;
  background: #fefefe;
  border-radius: 13px;
}


    
    