
.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: fixed;
  top: 35px;
  left: -50%;
  
  text-align:center;
  z-index:99999;
  display: block; 
    background: #fff; 
    text-align:center;
    height: 90px; 
    width: 90px;
    padding: 5px 5px;
    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;
    

}


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

}


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






.center:hover, .center:active, .center:focus {
  border-radius: 50%;
      height: 92px; 
    width: 92px;
  
 box-shadow: -10px 5px 15px 13px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
}



.center2  {
    position: fixed;
    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;
}
@keyframes h {
  99.9% {bottom:0;}
  100% {bottom:100%}
}



#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: #377; }
.theme_color2{background-color: #999; }




.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:30px;
    z-index:99999;
}


#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: 95%;
  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 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  
  border-bottom: 1px solid #f2f2f2;
}

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



#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;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



@media screen and (max-width: 1000px) {
 
.top_header{
    font-size:16px;
    padding:20px;
}

.top_header img{
    width:30px;
    z-index:99999;
}



}




@media print {
      
    
     
      
     #navbar , #center , #center2, .top_header , #userpage, .sidenav , .header , #nav_btn_img , .pagefooter{
          display:none; 
              /*.pagebreak { page-break-after: always; }  page-break-after works, as well */
            } 
            
            
            .invoice-box{
                margin:-45px 0px 0px 0px;
            }
            
      
      
 
    
}


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