/*styling the home page*/
*{margin:0px;
	padding:0px;
	}

 /* HTML 5 display rule grouping*/

	 article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,
	 summary,div { 
	 	display: block
	 	
	 	}
 	
 /* styling body*/
     body{
	    margin:0px;
	    padding:0px;
	   background:#f0ecec;
	   text-align:left;
	   width:100%;
	   -webkit-box-pack:center;/* add on*/
    }
    
    img{
    	border:none;
    }
    
    /* styling the content on login index #f0ecec*/
       #cntent{
       	margin-top:100px;
       	 
       }
      
       #nmdk{
       	font-family: Arial, Helvetica, sans-serif;
       	color: gray;
       	font-size: 13px;
       }
       
       #lgn{
       	background:white;
       	-webkit-border-radius:4px 4px;
       	-moz-border-radius:4px 4px;
       	border-radius:4px 4px;
       	-webkit-box-shadow:rgb(215 ,211, 211)8px 8px 8px 8px;
       	-moz-box-shadow:rgb(215 ,211, 211)8px 8px 8px 8px;
       	box-shadow:rgb(215 ,211, 211)8px 8px 8px 8px;
       	width:500px;
       	height: 210px;
       }
       
       /*styling the form of login*/
      #lgn_form{
      	float: left;
      	margin-left: 10px;
      	
      	
      }
      
      #lgn_form p{
      	padding: 5px;
      	font-family:Arial, Helvetica, sans-serif;
      	font-size: 14px;
      }
      
      #lgn_form input{
      	height: 25px;
      	width: 200px;
      	border-radius: 3px 3px 3px 3px;
      }
      
      #logo_company{
      	float: left;
      	margin-left:10px;
      	max-width: 117px;
      	max-height: 54px;
      	
      }
      
      #logo_company img{
      	width: 100%;
      	height: 100%;
      	
      }
      
      .clear_both{
      	clear: both;
      	
      }
      
      #submt_btn {
      	margin-top:10px;
      	float: left;
      	margin-left: 100px;
      }
       #submt_btn input{
       	padding: 4px 30px;
       	
       }
       
        #submt_btn input:hover, #submt_btn input:active{
        	cursor:pointer;
        	color: gray;
        }
       
       #fgtpass{
       	font-family:Arial, Helvetica, sans-serif;
       	font-size: 12px;
       	margin-left: 10px;
       }
      #fgtpass a{
      	text-decoration: none;
      	color:#4a6685;
      }
      
     #fgtpass a:hover, #fgtpass a:active{
     	text-decoration: underline;
     }
   
     #massege{
     	color: #3b3c46 !important; /*#5e738a; new style */
     	font:bold  13px Tahoma;
     		
        }
        
        
        /* main content styling*/
       
       #headder{
       	margin: 0px;
       	height: 55px;
       	width:auto;
       	background: #c8c9cf;
       }
        
      /*#c8c9cf navigation styling 29517e;4a6685;55708f*/
     
     #mainav{
     	position:absolute;
     	width: 86%; /* new style with percentage 1240px; */
     	 background:#5e738a;
     }
    
    #navlist li{
     float: left;
     list-style:none;
      
      padding:21px 32px 10px 32px;
      background:#5e738a;
      border-left: 1px solid #C8C9CF;
      width: auto;
      }
      
      #navlist li:hover,#navlist li:active{
      background:#4a6685;	
      }
      
       /*#fstli a {
      	border-left: none !important;
      	background: url(../_images/bgLogn.jpg) no-repeat center 10px;
      }*/
      
      #navlist li>a{
		color:white;
		font:bold 14px Tahoma;
		text-decoration:none;
		
		}
		
		#lgout{
			float: right;
			margin-right: 10px;
			margin-top: 5px;
		}
		
		#sesionname{
			font:bold 12px Arial ;
			margin-bottom: 6px;
		}
 
        #logout a{
        	text-decoration:none;
        	color: white;
        	background: #9f2757;
        	padding:2px;
        	font: bold 14px Tahoma;
        }
        #logout a:hover,#logout a:active{
        color: yellow;	
        text-decoration:underline;
        }
        
        
        
        /*styling aside and other content*/
       
       .contento{
        /*width: 1350px;*/
       	width: 98%;
       	margin:0px auto;
        text-align:left;
        /*//background: gray;*/
       	
       }
       
       /*left aside styling*/
      #left_aside{
      	
      	float: left;
      	margin-left: 5px;
      	/*width: 15%;*/
      	width: 200px;
      	/*background:#9F2757*/;
      	
      }
      
      /*style each block*/
       
       .block{
       	margin-top:10px;
       	background: white;
       	padding:10px;
       	-webkit-border-radius:5px 5px;
       	-moz-border-radius:5px 5px;
       	border-radius:5px 5px;
       	-webkit-box-shadow:rgb(215 ,211, 211)2px 2px 2px 2px;
       	-moz-box-shadow:rgb(215 ,211, 211)2px 2px 2px 2px;
       	-ms-box-shadow:rgb(215 ,211, 211)2px 2px 2px 2px;
       	box-shadow:rgb(215 ,211, 211)2px 2px 2px 2px;
       }
       
       .title{
       	margin-bottom:5px;
       	color:#3b3c46 !important; /* #3b3c46 !important; */
       	text-transform: uppercase;
       	font:bold 12px arial;
       }
       
       .nav_nav{
       	padding-bottom:10px;
       	margin-left: 7px;
	
       }
       
       
       
       .vertival_nav{
       	text-decoration:none;
       	color:black; 
       	font-family:Arial, Helvetica, sans-serif;
       	font-size: 13px;
       }
       
        .vertival_navprc{
       	text-decoration:none;
       	color:black; 
       	font-family:Arial, Helvetica, sans-serif;
       	
       }
       
        .vertival_nav_reservation{
       	text-decoration:underline;
       	color:#29517e; 
       	font-family:tahoma;
       	font-size: 13px;
       	font-weight: bold;
       }
       
       .vertival_nav_reservation:hover,.vertival_nav_reservation:active{
       	text-decoration:underline;
       	color:gray; 
       }
       
       .vertival_navg{
       	text-decoration:none;
       	color:black; 
       	font-family:Arial, Helvetica, sans-serif;
       
       }
       .cinf a:hover,.cinf a:active{
       	text-decoration:underline;
       }
       
       
       .tblrpt{
       	background: #FFFFFF;
       	-webkit-border-radius:4px 4px;
       	-moz-border-radius:4px 4px;
       	border-radius:4px 4px;
       	-webkit-box-shadow:rgb(215 ,211, 211)4px 4px 4px 4px;
       	-moz-box-shadow:rgb(215 ,211, 211)4px 4px 4px 4px;
       	box-shadow:rgb(215 ,211, 211)4px 4px 4px 4px;
       }
       
       
       .nav_nav a:hover,.nav_nav a:active{
       	text-decoration:underline;
       }
       .sbm:hover, .sbm:active{
       	  cursor:pointer;
          color: gray;
          
       }
       
       /*right aside styling*/
      .right_aside{
      	float:right;
      	/*width:935px;*/
      	width:70%;
      	height: auto;
      	/*background:#9F2757;*/
      	margin-top:10px;
      	margin-right:13%; /* new style 98px */
      	/*margin-right:90px;*/
        text-align:left;
      }
      
      /*footer*/
    .futa {
    	display:block;
    	/*bottom: 10px;*/
    	position:absolute;
    	margin-left:50%;
    	margin-top: 10px;
    	color:black; 
       	font-family:Arial, Helvetica, sans-serif;
       	font-size: 13px;
       	
    }
       
     
     /*for company*/
    .comp{
    	margin-left:40px;
    }
   .toptitle{
   	color:#3b3c46 !important;
   	font: bold 13px Tahoma;
   	margin-bottom:10px;
   }
   
   .remark{
   	font-family:Arial, Helvetica, sans-serif;
   	font-size: 13px;
   	color:#312e2e;
   	margin-bottom:10px;
   }
   
   .colomntitle{
   	background:#3b3c46 !important;
   	
   	color: white; 
   }
    
   .colomntitle th{
   	padding: 3px; 
   	border-radius: 2px;
   	
   }
      tr.cinfo:nth-child(odd){
     	background: white;
     }
      tr.cinfo:last-child{
      	background: #f0ecec;
      } 
      
      
    
      
      /* information statistics*/
      .cinf{
      	font-family: Arial, Helvetica, sans-serif;
      	text-transform:uppercase;
      	font-size: 15px;
      	
      }
      #hvunpaid:active,#hvunpaid:hover{
      	text-decoration: underline;
      }
      .cinf>td{
      	padding: 12px 2px;
      	width: 50%;
      }
      .cinfoz{
      	font-family: Arial, Helvetica, sans-serif;
      	font-size: 13px;
      	
      }
       
       .cinfoz>td{
       	padding: 2px 0px;
       	width: 50%;
       }
       
      .sv{
      	padding: 2px 18px;
      } 
      .sv:hover,.sv:active{
      	cursor:pointer;
      	color: gray;
      }
      
    .cinfo td{
    	padding: 4px; 		
    } 
    
   
    .cinfo td label{
    font-family:Arial, Helvetica, sans-serif;
   	font-size: 13px;
    } 
    
    #listss:hover {
	color: white;
	background: #5e738a;
	cursor: default;
   }
   
   #listss{
   	margin:7px 0px;
   }
   
    #totall{
  	 background: white;
  	 font-family:Arial, Helvetica, sans-serif;
 	 font-size: 13px;
 	 font-weight: bold;
 	 color: #29517e;
    }
    
        

    
     #roomamoun{
  	 background: gray;
  	 font-family:Arial, Helvetica, sans-serif;
 	 font-size: 13px;
 	 font-weight: bold;
 	 color: white;
    }
   /* list that append when purchasing ..or transfering product into #nnt stock */
   .colomntitl{
 		background: white;
 	}
 	.tdlabel{
 		font-family:Arial, Helvetica, sans-serif;
 		font-size:13px;
 		font-weight:bold;
 		color: #3b3c46 !important; /* #30476c; */
 		padding: 4px;
 	}
 	.underlin{
 		text-decoration:underline;
 	}
   


   



  /* point of sale styling start here*/
    
    #headr{
       	margin: 0px;
       	height: 45px;
       	width:auto;
       	background: #c8c9cf;
       	padding: 0px 0px 3px 0px;
       }
       
      #poshead{
      	
      	position: absolute;
      	text-align: center;
      	width: 75%;
      	top: 2%;
      	color: #4a6685;
      }
      #posp{
      	font:bold 14px Tahoma;
       	
      }
      #posp a{
      	
      	text-decoration: none;
      }
      #posp a:active,#posp a:hover{
      	text-decoration: underline;
      }
      /*left aside*/
      #left_sid{
      
      	float: left;
      	width: 67%;
      	height: auto;
      	text-align:left;
      	margin-top:0.3%;
      	
      }
      
      /*right aside*/
      #right_side{
      	float:right;
      	background:white;
      	width:32%;
      	height: auto;
        text-align:left;
        margin-top:0.3%;
        
      }
      
    /*warehouse display styling*/
   
   .wrzpos{
   		background: #4a6685;
   		width: 45%;
   		margin-bottom: 1%;
   		padding: 3% 0.5%;
   		-webkit-border-radius:5px 5px;
       	-moz-border-radius:5px 5px;
       	border-radius:5px 5px;
       	border: 2px solid #4a6685;
   }
   
   .stockpos{
   	    color:white;
		font:bold 105% Tahoma;
		text-decoration:none;
			
   }
   
   .stockpos:hover, .stockpos:active{
   	  cursor:pointer;
      color: #4a6685;
      
      text-decoration:underline;
   }
    .stockpos>.wrzpos:hover, .stockpos>.wrzpos:active{
    	background:white;
    }
     
     
      /*BILL Styling ..print one bill*/
   .wrapbillpos{
   		background: #9f2757;
   		width: 45%;
   		margin-bottom: 1%;
   		padding: 3% 0.5%;
   		-webkit-border-radius:5px 5px;
       	-moz-border-radius:5px 5px;
       	border-radius:5px 5px;
       border: 2px solid #9f2757;
   }
   .billpos>.wrapbillpos:hover, .billpos>.wrapbillpos:active{
    	background:white;
    }
      .billpos{
   	    color:white;
		font:bold 105% Tahoma;
		text-decoration:none;
			
   }
   .billpos:hover, .billpos:active{
   	  cursor:pointer;
      color: #9f2757;
      
      text-decoration:underline;
   }
     
     
  /*grid displaying*/
   
   #mni > table{
   	width: 96%;
   	
   }
    td.progridz{
   	width: 24%;
   }
   .gridzz{
   	    text-align:left;
   	    width:90%;
   	    background:#e0f7fa;
   	    padding:3% 3% 3% 1%;
   	    border: 2px solid #000;
   	   -webkit-border-radius:5px 5px;
       	-moz-border-radius:5px 5px;
       	border-radius:5px 5px;
   }
   
    .pgrid{
     font-family:Arial, Helvetica, sans-serif;
 	 font-size: 90%;
 	 padding: 1% 0% 3% 0%;
 	 color:black;
    }

   a.agrid{
   	text-decoration: none;
   	color: black;
   }
 .gridzz:hover, .gridzz:active{
  background: white;
 }
 
 .ppgrid{
 	color:#29517e;
 	font-weight: bold; 
 }

/* pop up for filling the quantity */

#keypad{
 display:none;
 background:#FFFFFF;
 vertical-align:top;
 width:98%;
 z-index:10;
}

#num{
	width:89%; 
	height: 20px; 
	font-size: 120%; 
	margin-bottom: 0.5%;
	-webkit-border-radius:5px 5px;
   	-moz-border-radius:5px 5px;
   	border-radius:5px 5px;
}

.btnpopup{
padding:4% 12%;
font-size:100%;
}

#biggbtn{
padding:4% 25%;
}
#bigbt{
padding:4% 12%;
}


/* invoice styling */
.labelInvo{
	font-family :"Microsoft Sans Serif";
	font-size: 60%;
	padding: 1%;
	color:black;
}

#selcttabl{
	width: 46%;
	padding: 0.5%;
	-webkit-border-radius:5px 5px;
   	-moz-border-radius:5px 5px;
   	border-radius:5px 5px;
   	/*background: #4a6685;"Lucida Console"
   	color:white;*/
   	font-family: Arial, Helvetica, sans-serif;
	
}
.orderstr{
	font-size: 60%;
	font-family:"Lucida Console";
	text-align: right;
}
#totz,#totaltva,#totaltaxbbb{
	font-size: 70%;
	font-family:"Lucida Console";
	
	color: black;
	
}
#totzright{
	text-align: center;
	
}
	
#possubm{
	padding: 6% 10%;
	height: 130%;
	display: inline-block;
	 
}	

#print_bill{
	padding: 6% 10%;
	height: 130%;
	 display: inline-block;
	 margin-left: 45%;
}
#finish_bill{
	padding: 6% 10%;
	height: 130%; 
	display: inline-block;
	margin-left: 40%;
}



#possubm:active,#possubm:hover {
	cursor: pointer;
	color: gray;
}	
#print_bill:active,#print_bill:hover {
	cursor: pointer;
	color: gray;
}
#finish_bill:active,#finish_bill:hover {
	cursor: pointer;
	color: gray;
}
 
 
 /*reports styling start here*/

.nounderline{
	color: #343232;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	
}
.nounderline:active, .nounderline:hover{
text-decoration: underline;	
}
.rptpadding{
	padding: 8px 1px;
	
}


.prcreport tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
		
}
.prcreport tr td label{
	font-weight: bold;
}

.tdtblreport{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


   /*stuff for table from - to  styling*/
	tr.ulist:nth-child(odd){
 		background: white;
 	}
 	.uview{
 		text-decoration: none;
 		color: #5e738a;
 		font-family: Arial, Helvetica, sans-serif;
 		font-size: 13px;
 	}
 	a.uview:hover,a.uview:active{
 		text-decoration: underline;
 		color: #29517e;
 	}
 	
 	.svv{
      	padding: 0px 6px;
      } 
      .svv:hover,.sv:active{
      	cursor:pointer;
      	color: gray;
      }
      
      /*check out area*/
     #changeroomu{
     	background:#5e738a;
     	padding: 3px 10px; 
     	-webkit-border-radius:4px 4px;
       	-moz-border-radius:4px 4px;
       	border-radius:4px 4px;
     }
    
     #changeroomu > a{
     	color: white;
     	text-decoration: none;
     	font-family:Arial, Helvetica, sans-serif;
     	font-size: 14px;
     }
     
     #changeroomu > a:hover,#changeroomu > a:active{
     	text-decoration: underline;
     }
